@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Lato", sans-serif;
}
header{
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.005));*/
	width: 100%;
}
header .cont-ico{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin-right: 5px;
}
header .cont-ico span{
	color: #000;
	font-size: 0.9rem;
}
header .redesTop{
	list-style: none;
	display:flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
	position: fixed;
	right: 10px;
	top: 10%;
}
header .redesTop li{
	margin-bottom: 10px;
}
header .redesTop li a{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color:#fff;
	font-size: 0.9rem;
}
nav{
	
}
main{
	
}
article{
	
}
aside{
	
}
footer{
	padding-top: 50px;
	padding-bottom: 50px;
	color:#ffffff;
}
footer .foot-datos{
    padding: 0;
	margin: 0;
}
footer .cont-span{
    width:25px;
    height:25px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius:50%;
    margin-right:8px;
}
footer .foot-datos li {
    margin-bottom: 4px;
}
footer .foot-datos li > div > span{
    color:#0A58CA;
}
footer .redesFooter{
	list-style: none;
	display: inline-flex;
	padding: 0;
	margin: 0;
}
footer .redesFooter li{
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
}
footer .redesFooter li a{
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;		
}
footer .redesFooter li a span{
	text-decoration: none;
		
}
footer .menuFooter_b{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .menuFooter_b li{
	font-size:0.85rem;
}
footer .menuFooter_b span{
	margin-right: 10px;
	font-size: 1.0rem;
}
.fijo{
	position:fixed; top:0; z-index: 5000;
	background: rgba(255, 255, 255, 1.0); /* Fondo inicial */
    transition: background 0.5s ease; /* Transición suave para el fondo */
    padding-bottom:10px;
    padding-top:5px;
}
.cont-subsec-info{
	padding-top: 10px;
	padding-bottom: 10px;
}
.btns-nosotros{
 	list-style:none;
    padding:0;
    margin:0;
    display:flex;
 	justify-content: space-evenly;
}
.btns-nosotros li{
 	width:30%;
    background:#2E5EB9;
    color:#ffffff;
    text-align:center;
    padding:20px;
    border-radius:25px;
}
@media screen and (max-width: 800px) {
	header .redesTop li a{
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
}
    header .redesTop{
	right: 20px;
	top: 10%;
}
    .cont-img-logo{
    width:80%;
    }
 }
		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  