@charset "utf-8";
/* CSS Document */


#mainNav{background-color: #0c315a;}

/*#mainNav.navbar-shrink .navbar-brand img*/

#mainNav .navbar-brand img.asoe-top{
	height: 3rem;
	max-height:85px;
	width: auto;
}


/** FOOTER **/
footer.bg-dark-blue{
	background:#010b57;
}
footer .logo.asoe{
	width: 100%;
	max-width: 120px;
}
footer .logo.dsc{
	width: 100%;
	max-width: 150px;
    margin-top: 25px;
}
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: #13cadb;
    display:table;
    font-size:15px;
}

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



/*

@media (max-width: 480px) {
    #mainNav a.navbar-brand{
    	width: 88%;
    	margin:0px;
    	padding:0px;
    }
    #mainNav a.navbar-brand img{width:45%;}
	
}
*/
