.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
}
html{
    background-image: url("/BP/1/assets/img/fondo.jpg");
}

.c1:hover{
    cursor:hand;
}
.titulo{
    font-family: SohoGothicPro-Medium;
    
}
.texto{
    font-family: Soho std;
    font-size:15px;
}

a{
    font-family:SohoGothicPro-Medium;
}
label{
	font-family: SohoGothicPro-Medium;
}
/* Change color of dropdown links on hover */
.dropdown-menu .dropdown-menu a:hover {
	
	color: #0c223f;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {display: block;
    
}

@font-face {
font-family: 'SohoGothicPro-Medium'; 
src: url("/BP/assets/tipografias/SohoGothicPro-Bold.WOFF") format("woff");
font-weight:bold;
}
@font-face {
font-family: 'SohoGothicPro-Light'; 
src: url("/BP/assets/tipografias/SohoGothicPro-Light.WOFF") format("woff");
font-weight:bold;
}
@font-face{
font-family: 'Soho std'; 
src: url("/BP/assets/tipografias/SohoStdMedium.WOFF") format("woff");
font-weight:normal;
font-size:small;
}



