#headContainer,
.language {
    background-color: #2f3032;
}
.a-link:before,
.a-link:hover {
    transform-origin: right;
    transition: scale 0.25s;
}
* {
    font-family: Montserrat;
}
#findLink,
.a-link {
    text-decoration: none;
    color: #fff;
}
body {
    color: #000;
}
.dropdown {
    position: inherit !important;
}
.a-link,
.dropdown-menu li {
    position: relative;
}
#row-header {
    height: 80px;
    background-color: #252728;
    justify-content: space-around;
    align-items: center;
}
#img-logo,
.logo-red {
    height: 21px;
    width: 6rem;
}
#logo {
    display: flex;
    align-items: center;
    padding-left: 2%;
    overflow-x: hidden !important;
}
#buttonsEndMobile,
#hamburguerMobile,
#logo:hover #img-logo,
#logo_mobile,
.language-mobile,
.logo-red {
    display: none;
}
.logo-red {
    transition: 1s;
}
#logo:hover .logo-red,
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.iconHamb {
    width: 2rem;
}
#button,
#hamburguerDesktop {
    display: flex;
    justify-content: center;
    align-items: center;
}
#buttonsEnd,
#links {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.a-link {
    font-size: 15px;
    display: inline-block;
}
#findLink {
    font-size: 1.1em;
}
#locationIcon {
    margin-top: -8px;
}
#button-special {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    color: #fff;
    background-color: #e80000;
    border-color: #e80000;
}
#selectLanguage {
    background-color: #252728;
    color: #fff;
}
#iconGlobe,
.active,
.lg:hover {
    color: #fff;
}
#dropdownMenuButton2 {
    background-color: transparent;
    color: #fff;
    border-width: 0;
}
.dropdown-menu-dark {
    --bs-dropdown-bg: #313232;
}
.language {
    width: 100%;
}
.language .content-language {
    display: flex;
    justify-content: end;
}
.lg {
    text-decoration: none;
    padding: 0 0.5rem;
    font-weight: 700;
    font-size: 13px;
    color: #717171;
}
.col-2.btn-test-header {
    display: flex;
    justify-content: center;
}
.btn-test-header .type2 {
    padding: 0.5rem;
    margin: auto;
    min-width: 10rem !important;
}
.a-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e80000;
    border-radius: 4px;
    scale: 0 1;
}
.a-link:hover:before {
    scale: 1;
    transform-origin: left;
}
#links a:hover {
    color: #e80000;
    transition: 0.8s;
}
.a-link:hover {
    color: #e80000;
}
@media screen and (min-width: 280px) and (max-width: 1000px) {
    #buttonsEnd,
    #hamburguerDesktop,
    #links,
    #logo_mobile,
    .language,
    .language .content-language {
        display: none;
    }
    .selectLanguage,
    .selectLanguage:after {
        background-color: #252728;
        color: #fff;
        border-width: 0;
    }
    .iconHamb {
        width: 1.5rem;
    }
    #logo_mobile {
        align-items: center;
        padding: 0 2rem;
    }
    #img-logo {
        height: 15px;
    }
    #buttonsEndMobile {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
    }
    #languageIcon {
        margin: 0;
        color: #fff;
    }
    #hamburguerMobile {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #iconMenuHamburguer {
        height: 22px;
        width: 22px;
        font-weight: bolder;
    }
    #dropdownMenuButton2 {
        background-color: transparent;
        color: #fff;
        border-width: 0;
    }
    .dropdown-menu-dark {
        --bs-dropdown-bg: #313232;
        width: 100vw !important;
        height: 100vh !important;
        border-radius: 0 !important;
        margin-top: 19px !important;
        overflow-x: hidden !important;
    }
    S ul.dropdown-menu.dropdown-menu-dark.show {
        width: 100.9vw !important;
        margin-left: -0.1rem !important;
        overflow-y: auto;
    }
    ul.dropdown-menu.dropdown-menu-dark.show li {
        border-bottom: 2px solid #fff;
        padding: 0.5rem;
        margin: 0 1rem;
    }
    .language-mobile {
        display: block;
    }
    .language-mobile .content-language {
        display: flex;
        justify-content: start;
        padding: 1rem 2rem;
    }
    .language-mobile .lg {
        text-decoration: none;
        padding: 0 0.5rem;
        font-weight: 700;
        font-size: 13px;
        color: red;
    }
    .language-mobile .active,
    .language-mobile .lg:hover {
        color: #fff;
    }
    .btn-test-header {
        position: absolute;
        right: 7rem;
    }
    .btn-test-header .type2 {
        padding: 0.5rem;
        width: 100%;
        min-width: 6rem;
    }
    .container-list-header {
        height: 60vh !important;
        overflow: scroll;
    }
}
#hamburguerDesktop li:nth-child(3n + 3) {
    border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
#hamburguerDesktop li:last-child {
    border-bottom: none;
}
#hamburguerDesktop ul {
    padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 1000px) {
    .section-post-banner {
        top: 5rem !important;
    }
}
@media screen and (max-width: 700px) {
    #row-header {
        height: 56px !important;
    }
    .btn-test-header .type2 {
        padding: 0.3rem !important;
        margin: 0.2rem 1rem !important;
        height: 2rem;
    }
    #logo_mobile {
        padding: 0 !important;
    }
    .dropdown-menu-dark {
        margin-top: -1px !important;
    }
    .section-post-banner {
        top: 40px !important;
    }

    .header-button{
        font-size: 12px !important;
    }
    


}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
}
.icon-menu-right {
    fill: #fff;
    margin-left: 4rem;
}
.header-submenu-main {
    margin: 0;
    padding: 0;
    cursor: pointer;
    list-style: none;
}
.icon-menu-bottom {
    fill: #fff;
    margin-left: 0.5rem;
}
.dropdown-submenu-main {
    position: absolute;
    top: 66%;
}
main {
    overflow-x: auto;
}

