.mobilenav {
    display: none;
    transform: translate3d(0%, -100%, 0px);
    transition: transform .5s ease;
}

@media(max-width:500px) {
    html {
        scroll-padding-top: 40px;
    }

    .mobilenav {
        display: flex;
        transform: translate3d(0, 0, 0);
        padding: 7px 10px;
        background-color: #ffffff !important;!i;!;
    }
    
    .navbar-brand {
        padding-left: 1px;
    }

    .navbar-collapse {
        padding-top: 7px;
        box-sizing: border-box;
        width: 100%;
    }

    .navbar-nav {
        height: 195px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .navbar-nav .nav-item {
        padding: 0px 5px;
        border-top: 1px solid #e5e5e5;
        line-height: 22px;
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: #2d2b26;
    }

    .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 {
        color: #f2a27c;
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, .5);
    }

    .navbar-nav .nav-item input[type="checkbox"],
    .navbar-nav .nav-item label {
        display: none;
    }
    
    .dropdown-toggle::after {
        color: #fdb83f;
    }

    .navbar-light.bg-white {
        background-color: rgb(0 0 0 / 95%) !important;
        padding: 0.3rem 0.5rem;
    }
    
    nav .language {
        float: left;
        position: absolute;
        top: 11px;
        right: 98px;
        display: inline-flex;
    }
    
    nav .language a {
        padding: 6px;
        background: rgb(17 70 233 / 0%);
        border-radius: 4px;
        color: #202020;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        font-family: 'Inter';
    }
    
    nav .language a:not(:last-child) {
        margin-right: 3px;
    }
    
    nav .language a.active {
        color: rgb(178 14 16);
        border: 1px solid rgb(175 15 17);
    }

    nav a.nav-whatsapp {
        float: left;
        position: absolute;
        top: 9px;
        right: 52px;
    }

    nav a.nav-whatsapp {
        display: inline-flex;
        border: 2px solid black;
        border-radius: 6px;
        padding: 2.0vw 4vw;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

    nav a.nav-whatsapp i {
        display: flex;
        font-size: 4.6vw;
        line-height: 4.8vw;
        color: black;
    }
    
    nav a.nav-whatsapp .text {
        display: flex;
        font-size: 3.7vw;
        line-height: 4.8vw;
        color: black;
    }

    .navbar-toggler,
    .navbar-toggler:focus {
        padding: 0.2rem 0.22rem;
        box-shadow: none;
        transition: unset;
        border-radius: 5px;
    }
    
    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }
}