@charset "utf-8";
/* CSS Document */
body{
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
a, :hover{text-decoration: none;}

.bg-etv{
	background: #002c58;
	padding:7rem 0 0px; 
}

.navbar ul a{font-size:12px;}
.navbar ul a:hover{color:#b0f2fd !important;}


.logo-ledi{width:200px;}
.btn-ledi{
	width:auto;
	background: #2076bd;
	border-radius:5px;
	color:#fff;
	display:table;
	margin:0px auto 0px;
	padding:10px 15px;
}
.btn-ledi:hover{
	background:#ba0f31;
	color:#fff;
}
.color-red{color: #ba0f31;}

.bg-white.detalle{
	background: url(/img/bg-detalles.png) no-repeat bottom center;
	background-size: contain;

}




/** FOOTER **/
footer{
	background:#00afcb;
}
footer .logo.asoe{
	width: 100%;
	max-width: 180px;
}
footer .text-center.text-white{font-size: 10px;}
footer .footer-copyright a{
	font-size: 9px;
	background:rgb(0 0 0 / 0.25);
	border-radius: 8px;
	margin: 0 5px;
}
footer .footer-copyright a:hover{background:rgb(16 149 161 / 25%);}

#contacto-small{
    width:100%;
    background: #ba0f31;
    display:table;
    font-size:15px;
}

#contacto-small a:hover{
	color:rgb(255 255 255 / 0.7) !important;
}