header{
    background-color: #ffca08;
    font-family: 'Fira Sans Condensed', sans-serif;
}

.btn-cargar{
    border: 1px solid black;
    border-radius: 0px;
    color: black;
    font-weight: 500;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;    
}

.logoFl{
    max-width: 250px;
}

.linklogin{
    padding-bottom:2px !important;
}

.linkcrearcuenta{
    padding-top: 2px !important;
}

.nav-item a{
    margin-right: 24px;
    font-size: 20px;
    color: black;
    color: black;
    border-bottom: 4px solid #ffca08;
}

.nav-item a:hover{
    color: black;
    border-bottom: 4px solid black;
   
}

.dropdown-menu.show{
    border-radius: 0px;
    border: none;
    padding-top: 0px;
    margin-top: 10px;
    background-color: #ffca08;
}

header .dropdown-toggle::after{
    display: none;
}

.btn-idioma{
    border: none;
}
.btn-idioma:hover,
.btn-idioma:active{
    border: none;
}

/* //////////////////////////////////////////////////CELULAR///////////// */

@media only screen and (max-width: 768px) {
.nav-item a{
    margin-right: 0px;
}
}