/* Header */

nav {
    position: relative;
}

.menu,
.linksMenu,
.subMenuLinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    height: 5.25rem;
}

.linkSoonAssine {
    padding-left: 40px;
}



.linksSearch {
    display: flex;
}

.linkMenuMobile {
    padding: 10px;
    display: none;
}

.linkMenuMobile .imgMenu {
    width: 20px;
    height: 20px;
}

.linksMenu {
    display: flex;
    z-index: 1;
    gap: 40px;
}

.linksMenu a {
    color: #4d4d4d;
    padding: 13px 10px;;
}

.subMenuBox {
    position: relative;

    .dropdown {
        background-image: url(../imagens/seta-para-direita.svg);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 9px;
        padding-right: 15px;
    }
}

.subMenu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
}

.subMenuLinks {
    flex-direction: column;
    background-color: #fff;
    align-items: start;
}

.subMenuLinks li {
    padding: 10px 20px;
}

.subMenuLinks a {
    padding-left: 0;
    padding-right: 0;
}

.subMenu a {
    font-size: 0.875rem;
    color: #4d4d4d;
    white-space: nowrap;
    line-height: 22px;
}

.searchBox {
    box-sizing: border-box;
    background-color: #f6f6f6;
    flex: 0 375px;
    justify-content: center;
    height: 84px;
    display: flex;
}

.search {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 35px;
    padding-right: 36.75px;
    transition: width .2s;
    display: flex;
}

.magnifyinglassSearchBtn {
    z-index: 1;
    background-color: #0000;
    background-image: url(https://cdn.prod.website-files.com/6334960c5d1a54700dd4ada0/68952417860bf458df932c4a_lupa.avif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: .0625rem #7801f3;
    min-width: 38.217px;
    min-height: 38.217px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    transition: margin .2s;
    position: relative
}

.magnifyinglassSearchBtn img {
    width: 24px;
    height: 24px;
}

.magnifyinglassSearchBtn.mobile {
    margin-left: 0;
}

.search-input {
    z-index: 2;
    background-color: var(--white);
    background-image: url(https://cdn.prod.website-files.com/6334960c5d1a54700dd4ada0/689523dc94dd007bef7572cf_lupa.svg);
    background-position: 14.33px;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #bebebe;
    border-radius: 43px;
    flex: 1;
    width: 251.274px;
    height: 38.21px;
    margin-bottom: 0;
    padding: 9.55px 14.33px 9.55px 42.98px;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
    font-family: 'Lexend';
}

.containerNavbar {
    width: 1440px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.banner {
    width: 100%;
    min-height: 409px;
    background-image: url('../imagens/banner-oi.avif');
    background-position: 0% 50%;
    background-size: 100%;
    background-repeat: no-repeat, no-repeat;
    padding-top: 57px;
    padding-bottom: 50px;
    background-size: cover;
}

.bannertextprimary {
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 37.91px;
    font-size: 39.476px;
    font-weight: 700;
    line-height: 43.476px;
    display: flex;
}

.bannerboxtextsecond {
    align-items: center;
    margin-bottom: 50px;
    display: flex
}

.bannertextsecond {
    color: var(--white);
    width: 370px;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 400;
    line-height: 39px
}

.bannerboldprimary,.bannerboldsecond {
    font-weight: 700
}

.bannerbuttonfixas {
    background-color: var(--white);
    color: #2e1a47;
    text-align: center;
    border-radius: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 291px;
    height: 53px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Lexend,Verdana,sans-serif;
    display: flex;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .linkMenuMobile {
        display: block;
    }

    .subMenuBox {
        padding: 13px 10px 13px 0;
        width: 102%;
        /* overflow-x: hidden; */
    }

    .dropdown {
        padding: 0;
    }

    .linksMenu {
        display: none;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 0;
        position: absolute;
        right: 0;
        left: 0;
        top: 110px;
        background-color: #fff;
    }

    .linksMenu.active {
        display: flex;
        top: 84px;
        overflow-x: hidden;
    }

    .subMenu {
        position: relative;
        height: auto;
        width: 100%;
        border: none;
        top: 13px;
    }

    .subMenuLinks {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        background-color: #f6f6f6;
    }

}

@media screen and (max-width: 768px) {

    .linksMenu {
        min-width: 100vw;
        inline-size: 100vw;
        margin-inline: calc(50% - 50vw);
        overflow-x: hidden;
}

    .soonAssine {
        height: 40px !important;
    }
            
    .bannertext {
    width: 433px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
    .containerNavbar {max-width: 100%;margin-left: 18p;}

    .linksMenu.active {
        top: 140px;
}
    .menu {
    height: 140px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

    .linkSoonAssine {
        margin-top: 10px;
        position: absolute;
        top: 5px;
        padding-left: 0;
        left: calc(50% - 71px);
}

    .linkMenuMobile {
        margin-top: 10px;
        margin-left: 18px;
}

    .searchBox {
    font-family: "Lexend";
    min-width: 100vw;
    height: 60px;
    inline-size: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow-x: hidden;
}

    .search {
        font-family: "Lexend"
    }
    
    .magnifyinglassSearchBtn {
        font-family: "Lexend"
    }
    
    .magnifyinglassSearchBtn img {
        font-family: "Lexend"
    }
    
    .magnifyinglassSearchBtn.mobile {
        font-family: "Lexend"
    }    
}

@media screen and (max-width: 480px) {
    
    .search {
        margin-left: 10px;
    }

    
}