
.nav-link { 
 
    font-size: 16px;
}

.nav-link:hover{
    color: #f01861;
}   
.nav-link:focus{
    color: #f01861;
}

#navbarNavDropdown{
    background-color: #001839;
}

.borde-bajo{
    height: 120px;
    border-bottom: #f01861 solid 3px;
    background-color: #001839;
}

.borde-bajo-sm{
    height: 250px;
    border-bottom: #f01861 solid 3px;
    background-color: #001839;
}

.navbar-toggler-icon{
    background-image: url('../imagenes/menu.png');
}
.navbar-toggler, .navbar-toggler:focus{
        box-shadow: none;
        border-color: #f01861;
        margin-bottom: 10px;
}
#main-container{
     margin: 0;
     padding: 0;
}

.hrefP{
    color: white;
    font-size: 10px;
}

#spanfooter{
    color: white;
    font-size: 10px;
}
.footer{
    padding-top: 25px;
    height: 165px;
    background-color: #151515;
}

#imagen1Footer{
    width: auto;
    height: 45px;
    margin-top: 15px;
}

#imagen2Footer{
    width: auto;
    height: 100px;
    margin-top: -15px;
}

#avisoLegal{
    text-align: center;
    margin-bottom: 20px;
}


#logo{
    margin-top: 60px;
}

#logoSm{
    margin-top: 25px;
}

.menu1{
    color: #e3d1e0;
}

.menu2{
    color: #e3d1e0;
}

.menu3{
    color: #e3d1e0;
}

@media only screen and  (max-width: 500px){
    
    #imagen1Footer{
        width: auto;
        height: 35px;
        margin-top: 15px;
    }
    
    #imagen2Footer{
        width: auto;
        height: 75px;
        margin-top: -15px;
    }
    
}    