li {
    list-style: none;
}

button {
    cursor:pointer;
}

a {
    text-decoration: none;
    color:inherit;
    cursor: pointer;
}
.efo-header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 22px;
    padding-bottom: 16px;
    box-shadow: 0px 5px 10px #00000033;
    border: 1px solid var(--border-color);
    padding-top: 18px;
}

.efo-header hr {
    border:1px solid #DDD;
    max-width: 100%;
    opacity: 0.5;
}

.efo-header hr:first-of-type {
    margin-bottom: -16px;
}

.efo-header hr:last-of-type {
    margin-top: -16px;
}

.efo-header > .efo-header-options {
    width: 100%;
    max-width: 1200px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
}   

.efo-header > .efo-header-options > div {
    width: 100%;
}
.efo-header > .efo-header-options > div > button {
    background: #000000;
    border-radius: 90px;
    color:var(--white-color);
    width: 48px;
    height: 48px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.efo-header > .efo-header-options > div > button > span {
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-1px);
}

.efo-header > .efo-header-options > a {
    width: 100%;
}

.efo-header > .efo-header-options > a > img {
    width: 256px;
    height: 58px;
    object-fit: contain;
}
.efo-header > .efo-header-options > h1 {
    width: 100%;
    height: 58px;
    overflow: hidden;
}
.efo-header > .efo-header-options > h1 > a {
    width: 256px;
    height: 58px;
    overflow: hidden;
    display: block;
}
.efo-header > .efo-header-options > h1 > a > img {
    width: 256px;
    height: 58px;
    object-fit: contain;
}
.efo-header > .efo-header-options > form {
    position: relative;
}

.efo-header > .efo-header-options > form > input {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: var(--primary-black-text);
    border-radius: 22px;
    padding: 10px 20px 9px 22px;
    background-color: var(--beige-light-color);
}

.efo-header > .efo-header-options > form > button {
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    background-color: unset;
    border: unset;
}

.efo-header > .efo-header-options > form > button > svg {
    width: 18px;
    height: 18px;
}

/*                      */

.efo-header > .efo-header-nav {
    max-width: 1230px;
    width: 100%;
    margin:0 auto;
}

.efo-header > .efo-header-nav > ul {
    display:flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1230px;
    padding: 0;
    gap:11px;
}

.efo-header > .efo-header-nav > ul li > a {
    font-size: 16px;
    line-height: 25px;
    color:var(--primary-black-text);
    white-space: nowrap;
}

.efo-header > .efo-header-news {
    display:flex;
    align-items: center;
    gap:22px;
    margin:0 auto;
    min-height: 75px;
}

.efo-header-news #efo-header-news-gradiente {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.efo-header > .efo-header-news .splide__list {
    max-width: 1200px;
}

.efo-header > .efo-header-news a {
    display:flex;
    align-items: center;
    gap:14px;
}

.efo-header > .efo-header-news a > img {
    width: 75px;
    height: 75px;
    border-radius: 12px;
    object-fit: cover;
}

.efo-header > .efo-header-news a > h2 {
    font-size: 16px;
    line-height: 20px;
    color:var(--primary-black-text);
    max-width: 216px;
    width: 100%;
}
.efo-header-nav li {
    padding:5px 15px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    transition: background-color 0.5s ease-in-out;
}

.efo-header-nav li:hover,
.efo-header-nav li.active {
    background-color: var(--bg-menu);
}

.efo-header-nav li:hover > a,
.efo-header-nav li.active > a {
    color: #FFFFFF!important;
}

.efo-header-nav li:has(ul) li:hover {
    background-color: unset!important;
}

.efo-header-nav li ul {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: unset;
    width: 176px;
    padding-top: 30px;
    border-radius: 14px;
    transition: 0.5s ease-in-out;
}

.efo-header-nav li:hover ul {
    display: flex;
}

.efo-header-nav li ul a {
    font-family: "Poppins-Regular", sans-serif!important;
    font-size: 16px!important;
    line-height: 36px!important;
    color: #FFFFFF!important;
}

.efo-header-nav li:has(ul):hover {
    position: relative;
    background-color: unset!important;
}

.efo-header-nav li:has(ul):hover > a {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF!important;
    z-index: 12;
}

.efo-menuAside {
    top: 0;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: fixed;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 999999999;
    background-image: linear-gradient(286deg,#000000ab, #000000ab);
    background-size: 100%;
}
.efo-menuAside.active{
    animation: showMenu 0.6s forwards;
}
.efo-menuAside.active>aside{
    animation: showMenuAside 0.6s forwards;
}
@keyframes showMenu {
    to {
        visibility: visible;
        opacity: 1
    }
}
.efo-menuAside > aside {
    min-height: 100vh;
    visibility: hidden;
    transform: translateX(-100vw);
    padding: 36px 30px 20px 30px;
    max-width: 416px;
    width: 100%;
    overflow: hidden;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 28px;
    background-color: #040406;
    position: relative;
}
@keyframes showMenuAside {
    to {
        visibility: visible;
        transform: translateX(0);
    }
}
.efo-menuAside > aside > header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.efo-menuAside > aside > header img{
    cursor: pointer;
}
.efo-menuAside > aside > header > a > img{
    width: 256px;
    height: 56px;
}
.efo-menuAside > aside > ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 60px;
}
.efo-menuAside > aside > ul::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}
.efo-menuAside > aside > ul::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #efefef;
}
.efo-menuAside > aside > ul::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #9B28B8;
}
.efo-searchImg{
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.efo-menuAside > aside > ul li{
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 0.2px;
    opacity: 0.9;
    color: var(--branco)
}
details[open] summary{
    margin-bottom: 10px;
}
.efo-menuAside > aside > ul > li > details {
    display: flex;
    flex-direction: column;
}
.efo-menuAside > aside > ul > li > details > a {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-transform: capitalize;
    margin-left: 22px;
    display: flex;
}
.efo-menuAside > aside > ul > li > details > a:not(:last-of-type) {
    margin-bottom: 10px;
}
.efo-menuAside > aside > ul > li > details > summary {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}
.efo-menuAside > aside > ul li > a {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: capitalize;
}
.efo-menuAside > aside > ul li:first-child > a {
    font-family: "Poppins-Bold",sans-serif;
}

.efo-menuAside > aside > .efo-sociaisAndLogin {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.efo-menuAside > aside > .efo-sociaisAndLogin.logged {
    display:flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap:27px;
}

.efo-menuAside > aside > .efo-sociaisAside {
    display: flex;
    align-items: center;
    gap: 10px;
}
.efo-menuAside > aside > .efo-sociaisAside > a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.efo-menuAside > aside > .efo-sociaisAside > a > img {
    object-fit: cover;
}

.efo-header-news {
    overflow: hidden;
    max-width: 100%;
}

@media (max-width:769px) {
    .efo-header > .efo-header-options {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        padding: 0 20px;
        gap: 10px;
    }

    .efo-header > .efo-header-options > div {
        grid-column: span 1;
        width: unset;
        order:2;
    }

    .efo-header>.efo-header-options>a {
        width: unset;
        grid-column: span 5;
    }
    .efo-header>.efo-header-options>h1 {
        grid-column: span 5;
    }

    .efo-header {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        gap: 28px;
        padding-bottom: unset;
        box-shadow: unset;
        border: unset;
        padding-top: 18px;
    }

    .efo-header > .efo-header-options > div > button {
        order:2;
        width: 52px;
        height: 52px;
        margin-left: auto;
    }

    .efo-header > .efo-header-options > a > img {
        width: 276px;
        height: 62px;
        order:1;
    }

    .efo-header > .efo-header-options > form {
        grid-column: 1 / -1;
        order: 3;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .efo-header > .efo-header-options > form > input {
        width: 100%;
        max-width: 100%;
        height: 38px;
        padding: 10px 17px 11px 18px;
    }

    .efo-header > .efo-header-options > form > input::placeholder {
        position: absolute;
        left: 17px;
    }

    .efo-header > .efo-header-options > form > button {
        right: 37px;
        top:11px;
    }

    .efo-header > .efo-header-options > form > button > img {
        width: 16px;
        height: 16px;
    }

    .efo-header > .efo-header-nav {
        max-width: 100%;
        display:none;
    }

    .efo-header hr:first-of-type {
        display:none;
    }

    .efo-header > .efo-header-nav > ul {
        display:flex;
        align-items: center;
        justify-content: space-between;
        overflow-x: scroll;
        position: relative;
        gap:18px;
        padding:0px 20px;
    }

    .efo-header > .efo-header-nav::after {
        content: "";
        height: 100%;
        width: 70px;
        position: absolute;
        background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        right: 0px;
    }

    .efo-header > .efo-header-nav > ul li > a {
        font-size: 14px;
        line-height: 21px;
        color:var(--primary-color);
    }

    .efo-header > .efo-header-news {
        gap: 16px;
        max-width: 100%;
        min-height: 87px;
        padding-bottom: 14px;
        border-bottom: 1px solid #ddd;
        padding-left: 20px;
        overflow-x: hidden;
    }

    .efo-header > .efo-header-news .splide__list {
        max-width: 100%;
    }

    .efo-header > .efo-header-news .splide__slide {
        width: unset !important;
    }

    .efo-header > .efo-header-news a {
        gap:10px;
    }

    .efo-header > .efo-header-news a > img {
        width: 62px;
        height: 62px;
    }

    .efo-header > .efo-header-news a > h2 {
        font-size: 14px;
        line-height: 18px;
        color:var(--primary-color);
    }
    .efo-menuAside > aside{
        padding: 19px 20px;
    }
    .efo-menuAside > aside > .efo-sociaisAndLogin {
        display:flex;
        flex-direction: column;
        gap:27px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .efo-menuAside > aside > .efo-sociaisAside {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .efo-menuAside > aside > .efo-sociaisAside > a {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .efo-menuAside > aside > .efo-sociaisAside > a > img {
        object-fit: cover;
    }
    .efo-menuAside > aside > .efo-sociaisAside > a > img {
        object-fit: cover;
    }
}