@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

*{
    -webkit-tap-highlight-color: transparent !important;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: 500;
}

a {
    text-decoration: none;
}

strong, .bold {
    font-weight: 500;
}

section {
    padding: 20px 0px;
}

/* =========== SCROLL ========== */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #EFF3F6;
    background-color: #EFF3F6;

}

::-webkit-scrollbar-track {
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #97A7B4;
    /* border: 1px solid #424242 */
}

/* =========== CONTAINER ========== */

.container {
    width: 1276px;
    max-width: 100%;
    padding: 0 35px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .container {
        width:100%;
        padding: 0 20px;
    }
}

/* =========== HEADER ========== */

.s-header {
    padding: 0px !important;
}

.s-header > .container > header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 80px;
    z-index: 10;
}

.s-header > .container > header > img {
    width:200px;
    max-width: 200px;
}

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

    .s-header > .container > header > img {
        width:162px !important;
        max-width: 200px;
    }
}

/* =========== BOTÕES TOPO ========== */

.btn {
    height: 46px;
    width: 160px;
    border-radius: 8px;
    font-size: 15px;
    color: #01549D;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    padding: 0 15px;
    fill:"#01549D";
}

.grupo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grupo-btn > .btn-conta > .icon-btn {
    margin-right: 5px;
    fill: #01549D;
}

.grupo-btn > .btn-conta {
    margin-right: 10px;
}

.grupo-btn > .btn-conta:hover {
    background-color: #f3f4ff;
    color: #01549D;
    transition: 0.5s;
}

.grupo-btn > .btn-contato {
    background-color: #01549D;
    border: solid 1px #01549D;
    color: #FFF;

}

.grupo-btn > .btn-contato:hover {
    background-color: #FFF;
    color: #01549D;
    border: solid 1px #01549D;
    transition: 0.5s;
    box-sizing: border-box;
}

@media screen and (max-width: 700px) {
    .txt-btnMobile {
        display: none;
    }
    .btnMobile {
        height: 46px;
        width: 46px !important;
        border-radius: 14px;
        font-size: 15px;
        color: #01549D;
        display: flex;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        padding: 0 15px;
        fill:#FFF;
    }
    .grupo-btn > .btn-conta{
        background-color: #01549D;
        color: #01549D;
        transition: 0.5s;
    }
    .grupo-btn > .btn-conta > .icon-btn {
        margin-right: 0px !important;
        fill: #FFF !important;
    }

    .grupo-btn > .btn-contato:hover {
        background-color: #01549D;
        color: #01549D;
        transition: 0.5s;
        box-sizing: border-box;
    }
    .grupo-btn > .btn-conta:hover {
        background-color: #01549D;
        color: #01549D;
        transition: 0.5s;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 701px) {

    .icon-btnNone {
        display: none;
    }
}

/* =========== BANNER ========== */

.s-banner {
    position: relative;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px !important;
}

.s-banner > .container {
    display: flex;
    align-items: center;
    position: relative;
    /* height: 84vh; */
}

.s-banner > .container > .textoBanner {
    width: 50%;
    margin-top: 40px;
}
.s-banner > .container > .textoBanner > .titulo {
    font-size: 68px;
    color: #01549D;
    margin-bottom: 15px;
    font-weight: 700;
}
.s-banner > .container > .textoBanner >  .subtitulo {
    color: #757575;
    font-size: 18px;
    line-height: 29px;
}

.s-banner > .container > .textoBanner > .diviser {
    width: 100%;
    height: 1px;
    background-color:#01549D;
    margin: 10px 0px;
    display: none;
}

.s-banner > .container > .textoBanner >  .btnTexto {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.s-banner > .container > .textoBanner > .btn-cta  {
    width: 250px;
    margin-top: 15px;
    background-color: #e8772a;
    color: #fff;
    transition: 0.5s;
}

.s-banner > .container > .textoBanner > .btn-cta:hover  {
    background-color: #FFF;
    color: #e8772a;
    border: 1px solid #e8772a;
    transition: 0.5s;
}


.s-banner > .container  {
    justify-content: space-between;
    transform-style: preserve-3d !important;
}
.s-banner > .container > .imagemBanner {
    width: 45%;
    position: relative;
    transform-style: preserve-3d !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-banner > .container > .imagemBanner > img:nth-child(1) {
    transform: translateZ(40px);
    position: absolute;
}

.s-banner > .container > .imagemBanner > img:nth-child(2) {
    transform: translateZ(70px);
}

.s-banner > .container > .imagemBanner > img:nth-child(3) {
    transform: translateZ(80px);
    position: absolute;
}
.s-banner > .container > .imagemBanner > img:nth-child(4) {
    transform: translateZ(90px);
    position: absolute;
}

.s-banner > .container-arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.s-banner > .container-arrow > .arrow > img{
    width: 25px;
    animation: arrow 0.8s infinite;
}

@media screen and (max-width: 370px) {
    .s-banner > .container > .imagemBanner {
        width: 85% !important;
        height: 300px !important;
    }
    .s-banner > .container > .textoBanner > .titulo {
        font-size: 1.8em !important;
        text-align: center;
    }
}
@media screen and (max-width: 570px) and (min-width: 371px) {
    .s-banner > .container > .imagemBanner {
        width: 80% !important;
        height: 399px !important;
    }
    .s-banner {
        height: auto;
    }
    .s-banner > .container > .textoBanner > .titulo {
        font-size: 1.8em !important;
        text-align: center;
        margin-top: 20px;
    }
    .s-banner > .container > .textoBanner > .subtitulo {
        text-align: center;
    }
    .s-banner > .container > .imagemBanner {
        width: 50%;
        margin-top: 30px;
        transform: translateX(0px);
        height: 420px;
    }

    .s-banner > .container-arrow {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .s-banner {
        height: auto;
    }
    .s-banner > .container {
        flex-direction: column-reverse;
    }
    .s-banner > .container > .textoBanner {
        margin-top: 0px;
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .s-banner > .container > .textoBanner > .titulo {
        font-size: 2.5em;
        text-align: center;
    }
    .s-banner > .container > .textoBanner > .subtitulo {
        text-align: center;
    }
    .s-banner > .container > .imagemBanner {
        width: 55%;
        margin-top: 30px;
        transform: translateX(0px);
        height: 420px;
    }

    .s-banner > .container-arrow {
        display: none;
    }
}

@media screen and (min-width: 770px) and (max-width: 994px){
    .s-banner {
        height: auto;
    }
    .s-banner > .container {
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .s-banner > .container > .textoBanner {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .s-banner > .container > .textoBanner > .titulo {
        font-size: 2.7em;
        text-align: center;
    }

    .s-banner > .container > .textoBanner > .subtitulo {
        text-align: center;
    }
    .s-banner > .container > .imagemBanner {
        width: 55%;
        max-width: 552px;
        margin-top: 30px;
        transform: translateX(0px);
        max-width: 650px;
        height: 540px;
    }
    .s-banner > .container > .textoBanner {
        margin-top: 0px;
    }
    .s-banner > .container-arrow {
        display: none;
    }
}

@media screen and (min-width: 994px) and (max-width: 1399px){
    .s-banner > .container > .imagemBanner {
        transform: translateX(7%);
    }
    .s-banner > .container > .textoBanner > .titulo {
        font-size: 3.0em;

    }
    .s-banner > .container > .textoBanner > .subtitulo {
       font-size: 21px;
    }
}

@media screen and (min-width: 1399px) and (max-width: 1492px){
    .s-banner > .container > .imagemBanner {
        transform: translateX(0px);
    }
}

/*========== INCENTIVE ============ */

    .s-incentive {
        width: 100%;
        margin-top: 35px;
        position: relative;
        z-index: 20;
    }

    .s-incentive .incentive-group {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        flex-flow: row;
    }

    .s-incentive .incentive-group  > .incentive-item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 375px;
        min-width: 375px;
        background-image: linear-gradient(0deg, #f3f5f7 50%, #fff 100%);
        padding: 30px;
        border-radius: 12px;
        margin: 15px;
        transform-style: preserve-3d;
    }

    @media screen and (max-width: 1255px){
        .s-incentive .incentive-group {
            flex-flow: row wrap;
        }

        .s-incentive .incentive-group > .incentive-item{
            flex: 1;
        }
    }

    .s-incentive .incentive-group > .incentive-item > .incentive-img {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 31px;
        background-image: linear-gradient(45deg, #e8772a, #ffb82f);
    }

    .s-incentive .incentive-group > .incentive-item > .incentive-img > img {
        width: 27px;
        height: auto;
        display: block;
        transform: translateZ(20px);
    }

    .s-incentive .incentive-group > .incentive-item > .conteudo-incentive {
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateZ(20px);
    }

    .s-incentive .incentive-group > .incentive-item > .conteudo-incentive > h3 {
        font-size: 1.3rem;
        font-weight: 500;
        margin-top: 20px;
        color: #01549D;
    }

    .s-incentive .incentive-group > .incentive-item > .conteudo-incentive > p {
        font-size: 1.04rem;
        font-weight: 400;
        height: 65px;
        color: #5A6C7C;
        line-height: 21px;
        margin: 15px 0px 18px;
    }

    @media screen and (max-width: 450px){
        .s-incentive .incentive-group > .incentive-item{
            min-width: 100%;
            width: 100%;
        }
    }
    @media screen and (max-width: 360px){
        .s-incentive .incentive-group > .incentive-item > .conteudo-incentive > p{
           font-size: .9rem;
        }
    }

#offers {
    display: flex;
    flex-direction: column;
}
/*========== TITULO ============ */
    .titulo-item {
        margin-bottom: 20px;
    }
    .titulo-item > h2 {
        color: #666666;
        font-weight: 400;
    }
/*========== OFERTAS ============ */

.s-ofertas {
    padding-bottom: 0px !important;
}

.s-ofertas, .s-bannerOfertas {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.ofertas {
    width: 90%;
    display: flex;
    flex-direction: row;
}

.item-ofertas {
    display: flex;
    flex-direction: column;
    width: 585px !important;
    height: 296px !important;
    position: relative !important;
    overflow: hidden;
    border-radius: 12px;
    color: white;
    margin: 0px 10px;
}
.item-ofertas > .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
}

.item-ofertas > .bacground-fundo {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    object-fit: cover;
    background-color: rgba(0,0,0,1);
    border-radius: 8px 8px 0px 0px;
}
.item-ofertas > .contentInfo{
    margin-top: 20px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-ofertas > .contentInfo > .content-header > .titulo {
    font-weight: 700;
    font-size: 1.7em;
    margin: 0;
}
.item-ofertas > .contentInfo > .content-header > .group-avaliacao {
    display: flex;
    margin: 2px 0px 0px;
}

.item-ofertas > .contentInfo > .content-header > .group-avaliacao > .localizacao {
    font-size: 0.9em;
    font-weight: 500;
    margin: 0px;
}

.item-ofertas > .contentInfo > .content-header > .group-avaliacao > .content-img {
    margin-left: 5px;
    position: relative;
    transform: translateY(-2px);
    display: flex;
}

.item-ofertas > .contentInfo > .content-header > .group-avaliacao > .content-img > img {
    display: block;
    height: 16px;
    margin-left: 3px;
}

.item-ofertas > .contentInfo > .content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-ofertas > .contentInfo > .content-footer .descricao {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0px;
}
.item-ofertas > .contentInfo > .content-header .descricao-mobile {
    display: none;
    font-weight: 500;
    margin: 5px 0px 0px;
}

.item-ofertas > .contentInfo > .content-footer .periodo {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0px 0px 2px;
}

.item-ofertas > .contentInfo > .content-footer .preco{
    margin: 0;
    display: flex;
    flex-direction: column;
}

.item-ofertas > .contentInfo > .content-footer .preco > .simboloMoeda {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
}

.item-ofertas > .contentInfo > .content-footer .preco > .priceIten {
    font-size: 2.0em;
    font-weight: 700;
    margin: 0;
}

.item-ofertas > .contentInfo > .content-footer  .complementoPreco {
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    margin-left: 10px;
    min-height: 16px;
    margin: 0px 0px 0px 30px;
}

.pagination-ofertas {
    height: 40px;
    display: flex;
    position: static !important;
    align-items: center;
    justify-content: center;
}

.item-ofertas:last-child {
    margin-right: 0px;
}

.ofertas::-webkit-scrollbar {
    contain: none;
}

.swiper-wrapper{
    height: 202px;
}
.arrow-right{
    position: absolute;
    right: 25px;
    z-index: 2;
    bottom: 25px;
}

.s-ofertas .swiper-pagination-bullet {
    width: 13px;
    height: 6px;
    border-radius: 8px;
}

@media screen and (max-width: 1000px){
    .item-ofertas {
        width: 469px !important;
        height: 237px !important;
    }

    .item-ofertas > .contentInfo > .content-header > .titulo {
        font-size: 1.5rem;
    }

    .item-ofertas > .contentInfo > .content-header > .localizacao {
        font-size: 1.1rem;
    }
    .item-ofertas > .contentInfo > .content-footer {
        margin-right: 10px;

    }

    .item-ofertas > .contentInfo > .content-footer .descricao {
        font-size: 1.3em;
        margin-right: 8px;
    }

    .item-ofertas > .contentInfo > .content-footer .periodo {
        font-size: 1em;
    }

    .item-ofertas > .contentInfo > .content-footer .preco {
        white-space: nowrap;
    }

    .item-ofertas > .contentInfo > .content-footer .preco > .simboloMoeda {
        font-size: 0.9rem;
    }

    .item-ofertas > .contentInfo > .content-footer .preco > .priceIten {
        font-size: 1.5rem;
    }

    .item-ofertas > .contentInfo > .content-footer  .complementoPreco {
        font-size: 0.8rem;
        margin-left: 25px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 500px){
    .s-ofertas .container {
        padding: 0;
    }

    .s-ofertas .titulo-item {
        margin-left: 20px;
    }

    .item-ofertas {
        width: 280px !important;
        height: 142px !important;
    }

    .item-ofertas > .contentInfo {
        padding: 10px;
    }

    .item-ofertas > .contentInfo > .content-header > .titulo {
        font-size: 1.2rem;
    }

    .item-ofertas > .contentInfo > .content-header > .group-avaliacao {
        display: none;
    }
    .item-ofertas > .contentInfo > .content-footer .descricao {
        display: none;
    }
    .item-ofertas > .contentInfo > .content-header .descricao-mobile {
        display: block;
        font-size: 0.9em;
        margin-right: 8px;
    }

    .item-ofertas > .contentInfo > .content-footer .periodo {
        display: none;
    }

    .item-ofertas > .contentInfo > .content-footer .preco {
        white-space: nowrap;
        display: flex;
        flex-direction: column;
    }

    .item-ofertas > .contentInfo > .content-footer .preco > .simboloMoeda {
        font-size: 0.8rem;
    }

    .item-ofertas > .contentInfo > .content-footer .preco > .priceIten {
        font-size: 1.3rem;
    }

    .item-ofertas > .contentInfo > .content-footer  .complementoPreco {
        font-size: 0.7rem;
        min-height: 12px;
        margin-left: 18px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 320px){
    .item-ofertas {
        width: 260px !important;
        height: 142px !important;
    }
}

/*========== GRID OFERTAS ============ */

.s-gridOfertas {
    padding-bottom: 0px !important;
}

.s-gridOfertas .container-itens {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 20px;
    gap: 40px;

}

.s-gridOfertas .container-itens > .oferta-itens {
    display: flex;
    flex-direction: column;
    height: 280px;
    width: 375px;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
    min-width: 375px;
    color: black;
    box-shadow: 0px 6px 20px rgba(153, 155, 168, 0.15);
}
.s-gridOfertas .container-itens > .oferta-itens > .content-img > .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000cf), color-stop(0.50, #0e000000));
}

.s-gridOfertas .container-itens > .oferta-itens > .content-img{
    width: 100%;
    height: 190px !important;
    position: relative;
}

.s-gridOfertas .container-itens > .oferta-itens > .content-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s-gridOfertas .container-itens > .oferta-itens > .content-img > .content-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    padding: 10px 15px;
    box-sizing: border-box;
}

.s-gridOfertas .container-itens > .oferta-itens > .content-img > .content-text > .group-avaliacao {
    display: flex;
    height: 14px;
    justify-content: space-between;
}

.s-gridOfertas .container-itens > .oferta-itens > .content-img > .content-text > .group-avaliacao > .localizacao {
    color: #ffffff;
    font-size: 0.81rem;
    font-weight: 400;
}

.s-gridOfertas .container-itens > .oferta-itens > .content-img > .content-text > .group-avaliacao > .content-img {
    display: flex;
    margin-left: 5px;
    position: relative;
    transform: translateY(-1px);
}

.s-gridOfertas .container-itens > .oferta-itens > .content-img > .content-text > .group-avaliacao > .content-img > img {
    height: 10px;
    margin-left: 3px;
    color: #ffffff;
    font-size: 0.81rem;
    font-weight: 400;
}

.s-gridOfertas .container-itens > .oferta-itens > .content-inf > .content-text1 > .periodo{
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0px 0px 5px;
    color: #6b8194;
}

.s-gridOfertas .container-itens > .oferta-itens > .content-text {
    margin-top: 20px;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    bottom: 0;
}

.s-gridOfertas .container-itens >  .oferta-itens > .content-text > .localizacao {
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0;
}
.s-gridOfertas .container-itens >  .oferta-itens > .content-inf {
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}

.s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .etiqueta {
    position: absolute;
    top: -14px;
    font-size: 0.8rem;
    right: 0;
    font-weight: 500;
    background-color: #e8782a;
    color: white;
    padding: 5px 10px;
    border-radius: 12px 0px 0px 12px;
}

.s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .content-text1 {
    overflow: hidden;
}
.s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .content-text1 > .titulo {
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0;
    color: #19507b;
    width: 100%;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.s-gridOfertas .container-itens >  .oferta-itens > .content-img > .content-text > .descricao {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0px 0px 3px;
    color: white;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .content-text2{
    margin-top: 4px;
}

.s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .content-text2 > .preco{
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-direction: column;
}
.s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .content-text2 > .preco > .simboloMoeda {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b8194;
    margin: 0px 2px 0px 0px;
}
.s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .content-text2 > .preco > .priceIten {
    font-size: 1.5rem;
    font-weight: 500;
    color: #e8772a;
    margin: 0;
}
.s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .content-text2 > .complementoPreco {
    font-size: 0.8rem;
    font-weight: 400;
    min-height: 15px;
    margin: 0px;
    white-space: nowrap;
    text-align: right;
    color: #6B8194;
}

@media screen and (max-width: 1262px){
    .s-gridOfertas .container-itens {
        flex-flow: nowrap;
    }
    .s-gridOfertas .container-itens::-webkit-scrollbar  {
        display: none;
    }
}

@media screen and (max-width: 500px){
    .s-gridOfertas .container-itens > .oferta-itens > .content-inf > .content-text1 > .titulo {
        font-size: 1.2rem;
    }
    .s-gridOfertas .container-itens > .oferta-itens {
        width: 280px;
        height: 250px;
        min-width: 280px;
    }
    .s-gridOfertas .container-itens > .oferta-itens > .content-img{
        height: 142px !important;
    }
}
@media screen and (max-width: 359px){
    .s-gridOfertas .container-itens > .oferta-itens {
        width: 250px;
        height: 230px;
        min-width: 250px;
    }
    .s-gridOfertas .container-itens > .oferta-itens > .content-img{
        height: 125px !important;
    }
    .s-gridOfertas .container-itens >  .oferta-itens > .content-inf > .content-text2 > .complementoPreco {
        font-size: 0.7rem;
    }
}

/* ==================Banner Ofertas================= */
.s-bannerOfertas .content-bannerOfertas{
    width: 100%;
    display: flex;
    max-height: 430px;
    border-radius: 12px;
    overflow: hidden;
}

.content-bannerOfertas .item-bannerOfertas{
    max-height: 430px;
}

.content-bannerOfertas a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

@media screen and (max-width: 850px){
    .s-bannerOfertas .content-bannerOfertas, .content-bannerOfertas .item-bannerOfertas{
        max-height: 398px;
    }
}

@media screen and (max-width: 500px){
    .s-bannerOfertas .content-bannerOfertas, .content-bannerOfertas .item-bannerOfertas{
        max-height: 310px;
    }
}

/* ========== CHAMATIVOS ========= */

.s-chamativo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px 0px 40px;
}

.conteudo-chamativo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.conteudo-chamativo > a {
    overflow: hidden;
    max-width: 33.33%;
    height: 277px;
    border-radius: 12px;
    margin-right: 30px;
    cursor: pointer;
}

.conteudo-chamativo > a:last-child {
    margin-right: 0px !important;
}

@media screen and (max-width: 1200px){
    .conteudo-chamativo > a {
        margin-right: 15px;
    }
}

@media screen and (max-width: 730px){
    .conteudo-chamativo > a {
        height: 210px;
    }
}

@media screen and (max-width: 620px){
    .conteudo-chamativo  {
        flex-direction: column
    }

    .conteudo-chamativo > a {
        max-width: 100%;
        height: 210px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .conteudo-chamativo > a:last-child {
        margin-bottom: 0px !important;
    }
}

.item-chamativo > img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}



/* ===========SEJA UM PARCEIRO ========== */

.s-bannerSejaParceiro > .container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #3e529f 0%, #6758C4 100%) ;
    /* transform-style: preserve-3d !important; */
}

.s-bannerSejaParceiro > .container > .textoBanner {
    width: 400px;
    position: relative;
    z-index: 1;
}

.s-bannerSejaParceiro > .container > .imgFundo {
    width: 790px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.s-bannerSejaParceiro > .container > .imagemBannerSejaParceiro {
    width: 420px;
    position: relative;
    transform-style: preserve-3d !important;
    margin-top: 71px;
    margin-left: 60px;
    /* transform: translate(0px,50px) ; */
}

@media screen and (max-width: 964px){
    .s-bannerSejaParceiro > .container {
        flex-direction: column;
        height: auto;
    }

    .s-bannerSejaParceiro > .container > .textoBanner {
        margin-top: 80px;
    }

    .s-bannerSejaParceiro > .container > .imagemBannerSejaParceiro {
        position: relative;
            margin-top: 0px;
            margin-left: 0px;
            top: 20px;
    }
}

@media screen and (max-width: 600px){
    .s-bannerSejaParceiro > .container > .imagemBannerSejaParceiro {
        width: 359px;
    }
    .s-bannerSejaParceiro > .container > .textoBanner {
        width: 350px;
    }
}

@media screen and (max-width: 540px){
    .s-bannerSejaParceiro > .container > .textoBanner {
        margin-top: 40px;
    }
}

@media screen and (max-width: 445px){
    .s-bannerSejaParceiro > .container > .imagemBannerSejaParceiro {
        width: 330px;
    }
    .s-bannerSejaParceiro > .container > .textoBanner {
        width: 320px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 400px){
    .s-bannerSejaParceiro > .container > .imagemBannerSejaParceiro {
        width: 300px;
    }
    .s-bannerSejaParceiro > .container > .textoBanner {
        width: 300px;
    }
}

@media screen and (max-width: 350px){
    .s-bannerSejaParceiro > .container > .imagemBannerSejaParceiro {
        width: 250px;
    }
    .s-bannerSejaParceiro > .container > .textoBanner {
        width: 250px;
    }
}

/* =========== GATEWAY ========== */

.s-gateway{
    width: 100%;
    height: 200px;
    background-color: #1a1a1a;
}

.s-gateway > .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-gateway > .container > .gateway {
    width: 100%;
}

.item-gateway {
    display: flex;
    justify-content: center;
}

.item-gateway > img{
    width: 130px !important;
}

.button-swiper {
    height: 48px !important;
    z-index: 1;
    background-size: 27px 30px !important;
}
@media screen and (min-width: 450px) and (max-width: 600px){
    .item-gateway {
        width: 50% !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 850px){
    .item-gateway {
        width: 33% !important;
    }
}
@media screen and (min-width: 850px){
    .item-gateway {
        width: 25% !important;
    }
}
/* =========== PARCEIROS ========== */

.s-parceiros, .s-bannerOfertas {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parceiro {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parceiro > img{
    background-size: cover;
}

.swiper-paceiros{
    align-items: center !important;
}

.button-partner {
    background-color: white;
    right: 10px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    background-size: 15px !important;
    box-shadow: 0 6px 12px -2px rgb(50 50 93 / 18%), 0 3px 7px -3px rgb(0 0 0 / 1%);
}

.button-partner:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 11%), 0 8px 16px -8px rgb(0 0 0 / 25%), 0 -6px 16px -6px rgba(0,0,0,.025);
}

@media screen and (min-width: 850px){
    .parceiro {
        width: 25% !important;
    }
}
@media screen and (min-width: 450px) and (max-width: 600px){
    .parceiro {
        width: 50% !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 850px){
    .parceiro {
        width: 33% !important;
    }
}

/* =========== NEWSLETTER ========== */

.s-newsletter {
    background-color: #01549D;
    margin-top: 64px;
}

.s-newsletter > .container {
    padding: 40px 0px;
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s-newsletter > .container > .header-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}

.s-newsletter > .container > .header-newsletter > img{
    width: 35px;
    margin-bottom: 20px;
}


.s-newsletter > .container > .header-newsletter > h2 {
    margin-bottom: 30px;
    color: white;
    text-align: center;
    letter-spacing: 1.2px;
}

.s-newsletter > .container > .header-newsletter > h3 {
    font-weight: 300;
    text-align: center;
    color: white;
}

.s-newsletter > .container > .content-newsletter {
    margin: 30px 0px 0px;
    font-weight: 300;
}

.s-newsletter > .container > .content-newsletter > form {
    display: flex;
    justify-content: space-between;
}

.input-group{
    position: relative;
}

.input-group .input-area {
    width: 240px;
    height: 56px;
    transition: .4s;
    border: 1px solid white;
    color: white;
    background-color: transparent;
    padding: 16px 13px;
    font-size: 18px;
    border-radius: 8px;
    outline: 0;
    margin: 0px 15px;
}

.input-group .input-area:focus {
    transition: .4s;
    border: 1px solid white;
}

.input-group .input-area:focus + .label {
    transition: .4s;
    bottom: 48px;
    padding: 0px 6px;
    font-size: 14px;
    color: white;
}

.input-group .input-area:not(:focus):valid + .label {
    transition: .4s;
    bottom: 48px;
    padding: 0px 6px;
    font-size: 14px;
    color: white;
}

.input-group .input-area:not(:focus):not(:placeholder-shown):invalid + .label {
    transition: .4s;
    bottom: 48px;
    padding: 0px 6px;
    font-size: 14px;
    color: red;
}

.input-group .input-area:not(:focus):not(:placeholder-shown):invalid  {
    border-color: red;
}

.input-group .label {
    transition: .4s;
    color: white;
    background-color: #01549D;
    position: absolute;
    bottom: 17px;
    left: 27px;
}

.s-newsletter > .container > .content-newsletter > button {
    width: 240px;
    height: 56px;
    font-size: 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #e8772a;
    border: 0;
    outline: 0;
}

.s-newsletter > .container > .content-newsletter > button:hover {
    background-color: #f4892d;
}

.s-newsletter > .container > .content-newsletter > button:active {
    background-color: #d26b25;
}

.input-group .input-area:-webkit-autofill {
    transition: none;
    font-size: 18px;
    -webkit-box-shadow: 0 0 0 30px #01549D inset;
}

@media screen and (max-width: 450px){
    .s-newsletter > .container > .content-newsletter > form {
        display: flex;
        flex-direction: column;
    }
    .input-group .input-area, .s-newsletter > .container > .content-newsletter > form > button {
        width: 275px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 450px) and (max-width: 873px) {
    .s-newsletter > .container > .content-newsletter > form {
        display: flex;
        flex-direction: column;
    }
    .input-group .input-area, .s-newsletter > .container > .content-newsletter > form > button {
        width: 400px;
        margin-top: 15px;
    }
}

/* =========== FOOTER ========== */

#s-footer {
    background-color: #01549D;
}

#s-footer header {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    box-sizing: border-box;
}

#s-footer header > .item-groupFooter {
    padding: 50px 0px;
    box-sizing: border-box;
    margin-right: 50px;
}

#s-footer header > .item-groupFooter:last-child {
    margin-right: 0px;
}

#s-footer header > .item-groupFooter > h2 {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

#s-footer header > .item-groupFooter > ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#s-footer header > .item-groupFooter > ul > li {
    list-style-type: none;
    height: 30px;
    display: flex;
}

#s-footer header > .item-groupFooter > ul > li > a {
    color: white;
    opacity: 0.94;
    display: flex;
    align-items: center;
    font-size: .9rem;
}

#s-footer header > .item-groupFooter > ul > li > a:hover {
    opacity: 1;
}

#s-footer header > .item-groupFooter .icone-footer {
    width: 19px;
    margin-right: 5px;
}
#s-footer header > .item-groupFooter > ul > li > a > span {
    line-height: 3px;
}

#s-footer footer {
    display: flex;
    padding: 20px 0px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

#s-footer footer > img {
    display: inline-block;
    width: 120px;
}

#s-footer footer > h2 {
    font-weight: 400;
    margin: 0;
    font-size: 0.9rem;
    color: white;
    text-align: center;
}

#s-footer header > .formas-pagamento > h2 {
    margin-bottom: 20px;
}

#s-footer header > .item-groupFooter > .imagens-formas-pagamento > p {
    color: white;
    opacity: 0.8;
    display: flex;
    align-items: center;
}
#s-footer header > .item-groupFooter > .imagens-formas-pagamento {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
#s-footer header > .item-groupFooter > .imagens-formas-pagamento > img {
    width: 32px;
    margin-right: 8px;
    margin-bottom: 8px;

}
#s-footer header > .item-groupFooter > .imagens-formas-pagamento > img:first-child {
    width: 40px;
}

#s-footer header > .item-groupFooter > .imagens-formas-pagamento > img:last-child {
    width: 20px;
}

.para-empresa > p {
    border-top: 1px solid rgb(255 255 255 / 0.11);
    border-bottom: 1px solid rgb(255 255 255 / 0.11);
    padding: 25px 0px;
    text-align: center;
}

.para-empresa > p > a {
    font-weight: 400;
    font-size: 1.1rem;
    color: white;
    opacity: 0.94;
}

.para-empresa > p > a:hover {
    opacity: 1;
}


.text-copyright > span{
    font-weight: 400;
    margin: 0;
    font-size: 0.9rem;
    color: white;
    text-align: center;
}

@media screen and (max-width: 750px){
    #s-footer header {
        flex-direction: column;
        align-items: center;
    }
    #s-footer footer {
        flex-direction: column;
    }
    #s-footer header > .item-groupFooter {
        min-width: calc(50% - 50px);
        margin: 0;
        padding: 20px 0px;
    }
 
    #s-footer header > .item-groupFooter > h2 {
        text-align: center;
    }
    #s-footer header > .item-groupFooter > ul {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #s-footer header > .item-groupFooter > ul > li > a {
        justify-content: center;
    }

    #s-footer header > .item-groupFooter:last-child > ul {
        display: flex;
        justify-content: center;
    }

    #s-footer header > .item-groupFooter:last-child > ul > li > a > span {
        display: none;
    }

    #s-footer header > .item-groupFooter > .imagens-formas-pagamento {
        justify-content: center;
    }
}

@media screen and (max-width: 550px){
    #s-footer footer {
        flex-direction: column;
    }

    #s-footer footer > img {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px){
    #s-footer header > .item-groupFooter {
        width: 200px;
        flex: 0;
        margin: 0 !important;
    }

    #s-footer header > .item-groupFooter:not(:first-child) {
        padding-top: 0px;
    }
}


/* =========== LOGIN ========== */

#s-login {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    animation-fill-mode: forwards !important;
}

#s-login > .card-login {
    max-height: 100%;
    padding-top: 40px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
    position: relative;
}

#s-login > .card-login > .close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
}

#s-login > .card-login .sfe-card {
    box-shadow: none;
}

#s-login > .card-login .sfe-banner {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#s-login > .card-login .pure-material-textfield-outlined {
    box-sizing: content-box;
}

@media screen and (max-width: 550px){
    #s-login > .card-login {
        width: 100%;
        border-radius: 0px;
        overflow: hidden;
        overflow-y: scroll;
    }
}


/* =========== ANIMAÇÕES ========== */
@keyframes arrow {
    0% {transform: translateY(0px);}
    50% {transform: translateY(-5px);}
    100%{transform: translateY(0px);}
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}


@keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}
