.hero{
	text-align: center;
	background-image: url('../img/1-hero.jpg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 470px;
	margin-top: 68px;
	margin-bottom: 0px
}
.foot1{
	text-align: center;
	background-image: url('../img/4.2-footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff;
	background-color:#203361;
	
}
.bg_azul{
	background-color:#203361;
	color:#ffffff;
}
.azul{
	color:#203361;
	text-align: justify;
}
.nav_texto{
	text-align: left;
	color:#ffffff;
}
.margen_sec{
	margin-top: 60px;
}
.blanco{
	color:#ffffff;
}
footer{
	color:#ffffff;
	background-color:#203361;
}
a{
	color:#ffffff;
}
.carta{
	height:20px;
	width: 20px; 
}
.letra{
	font-size:12px;
}
pre{
	color:#203361;
}
.imagen:hover{
	border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow: 0px 0px 15px 15px #ec731e;
	-webkit-box-shadow: 0px 0px 15px 15px #ec731e;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.texto_encima {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%; /* Ajusta el ancho al contenedor */
  }
.tamano{
    max-width: 100%;
    max-height: 100%;
}
.alto{
	height: 40px; /* Modifica la altura a 30 píxeles */
}
.letra2{
	font-size:15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.img-gallery img{
	cursor: pointer;
	transition: 1s;
}
.img-gallery img:hover{
	transform: scale(1.6);
}
.puntero p{
	cursor: pointer;
	transition: 1s;
}
.puntero p:hover{
	transform: scale(1.3);
	background-color: #ffffff;
}
