@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Lilita+One&display=swap');




/*FRANJA*/

.espacio_franja {
	background-color: #00007b;
	padding-top: 7px;
	padding-bottom: 7px;
}

.titulo_franja {
	color: white;
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "League Spartan", sans-serif;
	font-weight: 600;
	margin-top: 5px;
}

.btn-info {
	background-color: #3fc1c9 !important;
}

.boton {
	font-family: "Lilita One", sans-serif;
  	border-radius: 30px;
  	color: white;
  	text-transform: uppercase;
  	font-size: 16px;
	line-height: 18px;
  	padding-top: 3px;
  	padding-bottom: 3px;
  	padding-left: 11px;
  	padding-right: 11px;
}

.navbar-nav {
	text-transform: uppercase;
	font-family: "League Spartan", sans-serif;
}

.nav-link {
	color: #FFFFFF;
}

.nav-link:focus, .nav-link:hover {
  color: lightgray;
}

.navbar-toggler-icon {
	background-image: url("imagenes/menu.png");
	width: 1.1em;
  	height: 1.6em;
}

.navbar-toggler {
	border-color: #fff !important;
}

.bg-dark {
	background-color: rgb(0, 0, 85) !important;
}

.cont_iconos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.item_iconos {
	width: 80%;
	margin-bottom: 20px;
}

.iconos {
	padding-left: 10px;
	padding-right: 10px;
}

.redes {
	width: 33px !important;
}

.redes_p {
	padding-left: 2px;
  	padding-right: 2px;
}

.icono_noticias {
	height: 67px;
}

.bg_contenidos {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.textos {
	font-size: 18px;
  	font-weight: 400;
  	color: #545454;
}

h1 {
	text-transform: uppercase;
	font-family: "League Spartan", sans-serif;
	font-weight: 700;
	color: #545454;
}

.linea {
	width: 100%;
  	height: 4px;
  	border-radius: 10px;
  	display: block;
	margin-bottom: 20px;
}

.bg_azul {
	background-color: #00007d;
}

.bg_celeste1 {
	background-color: #5e79c8;
}

.bg_celeste2 {
	background-color: #37b5ff;
}

.bg_naranjo {
	background-color: #ff6201;
}

.bg_verde {
	background-color: #72bb00;
}

.bg_amarillo {
	background-color: #ffc700;
}

.bg_turquesa {
	background-color: #3ec1c9;
}

.slide_int {
	width: 100%;
    height: 145px;
    object-fit: cover;
}

footer {
	text-align: center;
	padding: 40px 0 40px 0;
}

.btn {
	border-radius: 30px;
  	padding: 10px 22px 6px 22px;
	text-transform: uppercase;
	font-family: "League Spartan", sans-serif;
	font-size: 18px;
}

.btn-primary {
	background-color: #00007b;
	border-color: #00007b;
}






/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	
	.espacio_franja {
	padding-top: 12px;
	padding-bottom: 12px;
	}
	
	.titulo_franja {
	font-size: 30px;
	line-height: auto;
}
	
	.boton {
  	font-size: 18px;
	line-height: normal;
  	padding-top: 3px;
  	padding-bottom: 3px;
  	padding-left: 20px;
  	padding-right: 20px;
}
	
	.iconos {
	padding-left: 20px;
	padding-right: 20px;
}
	
	.redes {
	width: 40px !important;
}
	
	.redes_p {
	padding-left: 2px;
  	padding-right: 2px;
}
	
	.cont_iconos {
	flex-wrap: wrap;
}
	
	.item_iconos {
	width: 45%;
}
	
.bg_contenidos {
	padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 4%;
    padding-right: 4%;
}
	
.slide_int {
	width: 100%;
    height: 160px;
    object-fit: cover;
}


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	
	.titulo_franja {
	font-size: 34px;
	line-height: auto;
}
	
	.boton {
  	font-size: 22px;
}
	
	.iconos {
	padding-left: 15px;
	padding-right: 15px;
}
	
	.cont_iconos {
	flex-wrap: wrap;
}
	
	.item_iconos {
	width: 25%;
}
	
.bg_contenidos {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 5%;
    padding-right: 5%;
}
	
.slide_int {
	width: 100%;
    height: 200px;
    object-fit: cover;
}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	
	.titulo_franja {
	font-size: 40px;
	line-height: auto;
}
	
	.boton {
  	font-size: 24px;
}
	
	.iconos {
	padding-left: 20px;
	padding-right: 20px;
}
	
	.cont_iconos {
	flex-wrap: wrap;
}
	
	.item_iconos {
	width: 20%;
}
	
.bg_contenidos {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 5%;
    padding-right: 5%;
}

.slide_int {
	width: 100%;
	height: auto;
    object-fit: cover;
}	
	
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
	.iconos {
	padding-left: 15px;
	padding-right: 15px;
}
	
	.cont_iconos {
	flex-wrap: nowrap;
}
	
	.item_iconos {
	width: auto;
}
	
.bg_contenidos {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 5%;
    padding-right: 5%;
}

.slide_int {
	width: 100%;
	height: auto;
    object-fit: cover;
}	
	
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 

	.iconos {
	padding-left: 15px;
	padding-right: 15px;
}
	
	.cont_iconos {
	flex-wrap: nowrap;
}
	
	.item_iconos {
	width: auto;
}
	
.bg_contenidos {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 8%;
    padding-right: 8%;
}
	
	
}






