.banner{
    width: 100%;
    position: relative;
    align-items: center;
    padding: 50px 0;
}
.banner-slider{
    width: 100%;
}
.banner-slider .slick-slide .banner-slide{
    width: 97%;
    margin: 0 auto;
    position: relative;
    opacity: 0.3;
    transition: ease .3s;
}
.banner-slider .slick-slide.slick-current .banner-slide{
    opacity: 1;
    transition: ease .3s;
}
.banner-slider .banner-slide .box,
.banner-slider .banner-slide .img,
.banner-slider .banner-slide .img img{
    width: 100%;
    display: flex;
    border-radius: 20px;
    position: relative;
}
.banner-slider .banner-slide .bn-1{
    gap: 30px;
    justify-content: space-between;
}
.banner-slider .banner-slide .bn-1 .img-1{
    max-width: 883px;
    border-radius: 20px;
    position: relative;
}
.banner-slider .banner-slide .bn-1 .img-2{
    max-width: 883px;
    border-radius: 20px;
    justify-content: space-between;
    position: relative;
}
.banner-slider .banner-slide .bn-1 .img-2 .img-div{
    position: relative;
}
.banner-slider .banner-slide .bn-3{
    gap: 30px;
    position: relative;
}
.banner-slider .banner-slide .bn-3 .bn-3-item{
    flex: 1;
    min-width: 0;
    aspect-ratio: 783 / 568;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.banner-slider .banner-slide .bn-3 .bn-3-item a,
.banner-slider .banner-slide .bn-3 .bn-3-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner-slider .banner-slide .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
}
.banner-slider .banner-slide .absolute-container .texto{
    max-width: 50%;
    width: 100%;
    gap: 10px;
}
.banner-slider .banner-slide .bn-1 .img-1 .absolute-container .texto h1,
.banner-slider .banner-slide .bn-3 .absolute-container .texto h1{
    font-size: 50px;
}
.banner-slider .banner-slide .bn-1 .img-1 .absolute-container .texto p,
.banner-slider .banner-slide .bn-3 .absolute-container .texto p{
    font-size: 20px;
}
.banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto h1{
    font-size: 30px;
}
.banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto p{
    font-size: 18px;
}
.banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto a{
    padding: 5px 20px;
    font-size: 16px
}
.banner-slider .banner-slide .absolute-container .texto a{
    width: fit-content;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
}
.banner .arrow{
    position: absolute;
    z-index: 2;
}
.banner .arrow.bn-prev{
    left: 5%;
}
.banner .arrow.bn-next{
    right: 5%;
}
.banner .arrow i{
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    align-content: center;
    font-size: 20px;
    color: var(--cor-1);
}


.icones{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
    gap: 20px;
}
.icones::before{
    content: "";
    max-width: 222px;
    width: 100%;
    height: 29px;
    background-color: var(--cor-1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-left: auto;
}
.icones::after{
    content: "";
    max-width: 270px;
    width: 100%;
    height: 29px;
    background-color: var(--cor-1);
}
.icones .container{
    gap: 15px;
}
.icones .box{
    max-width: calc(100% / 5 - 11px);
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #272727;
    border-radius: 10px;
    gap: 30px;
    color: var(--primaria);
    transition: ease .3s;
}
.icones .box:hover{
    border: 1px solid var(--cor-1);
    transition: ease .3s;
}
.icones .box p{
    transition: ease .3s;
}
.icones .box:hover p{
    color: var(--cor-1);
    transition: ease .3s;
}


.ofertas{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.ofertas::after{
    content: "";
    width: 408px;
    height: 778px;
    position: absolute;
    top: -50px;
    right: 0;
    background-image: url(../imagens/home/bg1.png);
    background-size: auto;
    background-repeat: no-repeat;
}
.ofertas::before {
    content: "";
    position: absolute;
    max-width: calc(100% - 40px);
    width: 100%;
    height: 321px;
    background: var(--main-2);
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}
.ofertas .content{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 0 30px;
    gap: 30px;
    position: relative;
    z-index: 10;
}
.ofertas .img{
    max-width: 758px;
    width: 100%;
}
.ofertas .img img{
    width: 100%;
    border-radius: 20px;
}
.ofertas .texto{
    max-width: 794px;
    width: 100%;
    margin-right: auto;
    color: #fff;
    gap: 20px;
}
.ofertas .texto h2 strong{
    line-height: 1;
    color: var(--cor-2);
}
.ofertas .texto .links{
    width: 100%;
    gap: 20px;
}
.ofertas .texto .links .link-1{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 210px;
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    color: var(--primaria);
    background-color: var(--cor-3);
    border-radius: 5px;
    transition: ease .3s;
}
.ofertas .texto .links .link-1:hover{
    background-color: var(--cor-4);
    transition: ease .3s;
}
.ofertas .texto .links .link-2{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 196px;
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    color: #fff;
    background-color: var(--primaria);
    border-radius: 5px;
    transition: ease .3s;
}
.ofertas .texto .links .link-2:hover{
    background-color: #131f25;
    transition: ease .3s;
}


.ifood-div{
    width: 100%;
    padding: 100px 0;
}
.ifood-div .container{
    gap: 40px;
    align-items: center;
    justify-content: center;
}
.ifood-div h2 strong{
    line-height: 1;
}
.ifood-div .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 478px;
    width: 100%;
    min-height: 104px;
    background-color: var(--cor-1);
    border-radius: 10px;
    padding: 20px 40px;
}
.ifood-div .box a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 220px;
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    color: var(--primaria);
    background-color: #fff;
    border-radius: 5px;
    transition: ease .3s;
}
.ifood-div .box a:hover{
    background-color: #ddd;
    transition: ease .3s;
}


.banner-anuncio{
    width: 100%;
    padding: 50px 0;
    background: var(--main-3);
}
.banner-anuncio .container{
    align-items: center;
    position: relative;
}
.banner-anuncio .desktop{
    position: absolute;
    z-index: 10;
    cursor: pointer;
}
.banner-anuncio .anuncio-prev{
    left: -40px;
}
.banner-anuncio .anuncio-next{
    right: -40px;
}
.banner-anuncio .arrow i{
    color: #fff;
    font-size: 30px;
}
.banner-anuncio .anuncio-slider{
    width: 100%;
    border-radius: 20px;
}
.banner-anuncio .anuncio-slider .box:hover img{
    transform: scale(1.03);
    transition: ease .3s;
}
.banner-anuncio .anuncio-slider .box{
    width: 98%;
    margin: 0 auto;
    border-radius: 20px;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    position: relative;
}
.banner-anuncio .anuncio-slider .box img{
    border-radius: 20px;
    transition: ease .3s;
}
.banner-anuncio .anuncio-slider .box.img-1 img,
.banner-anuncio .anuncio-slider .box .bn-2,
.banner-anuncio .anuncio-slider .box .bn-2 img{
    width: 100%;
    position: relative;
}
.banner-anuncio .anuncio-slider .box.img-2 img:nth-child(1){
    max-width: calc(100% - 37% - 10px);
    width: 100%;
}
.banner-anuncio .anuncio-slider .box.img-2 img:nth-child(2){
    max-width: calc(100% - 63% - 10px);
    width: 100%;
}
.banner-anuncio  .mobile{
    display: none;
}
/* bn-3: dois banners meio lado a lado (seção final) */
.banner-anuncio .anuncio-slider .box .bn-3{
    width: 100%;
    gap: 30px;
    position: relative;
}
.banner-anuncio .anuncio-slider .box .bn-3 .bn-3-item{
    flex: 1;
    min-width: 0;
    aspect-ratio: 783 / 568;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.banner-anuncio .anuncio-slider .box .bn-3 .bn-3-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}
.banner-anuncio .anuncio-slider .box .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
}
.banner-anuncio .anuncio-slider .box .absolute-container .texto{
    max-width: 50%;
    width: 100%;
    gap: 10px;
}
.banner-anuncio .anuncio-slider .box .bn-2 .img-1 .absolute-container .texto h1,
.banner-anuncio .anuncio-slider .box .img-div-1 .absolute-container .texto h1{
    font-size: 50px;
}
.banner-anuncio .anuncio-slider .box .bn-2 .absolute-container .texto p,
.banner-anuncio .anuncio-slider .box .img-div-1 .absolute-container .texto p{
    font-size: 20px;
}
.banner-anuncio .anuncio-slider .box .bn-3 .absolute-container .texto h1{
    font-size: 30px;
}
.banner-anuncio .anuncio-slider .box .bn-3 .absolute-container .texto p{
    font-size: 18px;
}
.banner-anuncio .anuncio-slider .box .bn-3 .absolute-container .texto a{
    padding: 5px 20px;
    font-size: 16px
}
.banner-anuncio .anuncio-slider .box .absolute-container .texto a{
    width: fit-content;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
}


.clube{
    width: 100%;
    position: relative;
    padding-top: 100px;
    margin-bottom: 0; 
}
.clube::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -130px;
    width: 585px;
    height: 540px;
    background-image: url(../imagens/home/bg2.png);
    background-size: auto;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.clube .container{
    gap: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.clube .img{
    max-width: 607px;
    width: 100%;
    position: relative;
}
.clube .img .celular{
    max-width: 396px;
    width: 100%;
    margin: 0 auto -60px;
    position: relative;
    z-index: 5;
    justify-content: center;
    align-items: center;
} 
.clube .img .celular .img-1{
    width: 100%;
    position: relative;
    z-index: 5;
}
.clube .img .celular .img-2{
    width: 70%;
    height: 96.5%;
    position: absolute;
    border-radius: 40px;
    top: 5px;
    z-index: 4;
}
.clube .img .celular .teste{
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    width: 70%;
    height: 96.5%;
    padding: 10px;
    position: absolute;
    border-radius: 40px;
    top: 5px;
    z-index: 4;
    background-color: var(--cor-2);
}
.clube .img .img-3{
    width: 100%;
    position: relative;
    z-index: 4;
}
.clube .texto{
    max-width: 660px;
    width: 100%;
    color: var(--primaria);
    gap: 30px;    
    margin-top: 100px;
}
.clube .texto h2 span{
    color: var(--cor-1);
    font-weight: 800;
}
.clube .texto .links{
    justify-content: space-between;
    gap: 10px;
}
.clube .texto .links .link-1{
    max-width: 159px;
    width: 100%;
}
.clube .texto .links .link-1 a{
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--cor-2);
    border-radius: 5px;
    transition: ease .3s;
}
.clube .texto .links .link-1 a:hover{
    background-color: var(--cor-4);
    transition: ease .3s;
}
.clube .texto .links .link-2{
    gap: 10px;
}


.sobre{
    width: 100%;
    min-height: 421px;
    align-items: center;
    position: relative;
}
.sobre::before{
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    max-width: calc(100% - 40px);
    width: 100%;
    height: 421px;
    background: var(--main-1);
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
}
.sobre .container{
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.sobre .texto{
    max-width: 581px;
    width: 100%;
    color: #fff;
}
.sobre .texto h2 strong{
    color: var(--cor-2);
    line-height: 1;
}
.sobre .texto p{
    margin: 20px 0;
}
.sobre .texto a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 249px;
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    color: var(--primaria);
    background-color: var(--cor-3);
    border-radius: 5px;
    transition: ease .3s;
}
.sobre .texto a:hover{
    background-color: var(--cor-4);
    transition: ease .3s;
}
.sobre .img{
    max-width: 660px;
    width: 100%;
    height: 449px;
    position: absolute;
    right: 0;
    top: -150px;
}
.sobre .img .img-1{
    width: 100%;
}
.sobre .img .img-2{
    position: absolute;
    max-width: 223px;
    width: 100%;
    z-index: 1;
    bottom: -112px;
    right: -112px;
}


.fornecedores{
    width: 100%;
    padding: 100px 0;
}
.fornecedores .container{
    align-items: center;
    position: relative;
    justify-content: space-between;
    gap: 50px;
}
.fornecedores h2{
    display: inline-flex;
    gap: 15px;
    color: var(--primaria);
}
.fornecedores .fornecedores-slider{
    max-width: 854px;
    width: 100%;
}
.fornecedores .fornecedores-slider .box{
    align-items: center;
    justify-content: center;
    width: 93%;
    height: 155px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #00000033;
}
.fornecedores .fornecedores-slider .box img{
    max-width: 80%;
    max-height: 80%;
}


.relacionados{
    width: 100%;
    position: relative;
    padding: 100px 0;
}
.relacionados::after{
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -118px;
    width: 450px;
    height: 587px;
    align-items: center;
    background-image: url(../imagens/home/bg3.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.relacionados .container{
    gap: 30px;
}
.relacionados .titulo{
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.relacionados .titulo h2{
    color: var(--primaria);
}
.relacionados .titulo h2 strong{
    color: var(--cor-1);
    line-height: 1;
}
.relacionados .box-div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.relacionados .box-div .box{
    max-width: calc(100% / 3 - 14px);
    width: 100%;
    border-radius: 22px;
    background-color: #fff;
    border: 1px solid #eee;
}
.relacionados .box-div .box .img{
    display: flex;
    width: 100%;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    overflow: hidden;
    position: relative;
}
.relacionados .box-div .box .img img{
    width: 100%;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    transition: ease .3s;
}
.relacionados .box-div .box .img span{
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    border-radius: 50px;
    padding: 5px 20px;
    color: var(--primaria);
    background-color: var(--cor-2);
}
.relacionados .box-div .box .texto{
    width: 100%;
    padding: 20px;
}
.relacionados .box-div .box .texto span{
    color: #20343ea3;
}
.relacionados .box-div .box .texto h4{
    color: var(--primaria);
}
.relacionados .box-div .box .texto p{
    margin-top: 20px;
}
.relacionados .box-div .box .link{
    width: 100%;
    padding: 20px;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.relacionados .box-div .box .link a{
    max-width: 148px;
    width: 100%;
    min-height: 39px;
    text-align: center;
    padding: 10px 40px;
    border-radius: 5px;
    background-color: var(--cor-3);
    color: var(--primaria);
    flex-shrink: 0;
    white-space: nowrap;
    transition: ease .3s;
}
.relacionados .box-div .box .link a:hover{
    background-color: var(--cor-4);
    transition: ease .3s;
}
.relacionados .box-div .box:hover .img img{
    transform: scale(1.1);
    transition: ease .3s;
} 
.relacionados .link-btn{
    width: 100%;
    justify-content: center;
}
.relacionados .link-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 179px;
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    color: var(--primaria);
    background-color: var(--cor-3);
    border-radius: 5px;
    transition: ease .3s;
}
.relacionados .link-btn a:hover{
    background-color: var(--cor-4);
    transition: ease .3s;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
    .icones::before{
        max-width: 11vw;
    }
    .icones::after{
        max-width: 14vw;
    }

    .banner-slider .banner-slide .absolute-container .texto,
    .banner-anuncio .anuncio-slider .box .absolute-container .texto {
        gap: 5px;
    }
    .banner-slider .banner-slide .bn-1 .img-1 .absolute-container .texto h1,
    .banner-slider .banner-slide .bn-3 .absolute-container .texto h1,
    .banner-anuncio .anuncio-slider .box .bn-1 .img-1 .absolute-container .texto h1, 
    .banner-anuncio .anuncio-slider .box .bn-3 .absolute-container .texto h1,
    .banner-anuncio .anuncio-slider .box .img-div-1 .absolute-container .texto h1{
        font-size: 3vw;
        line-height: 1;
    }
    .banner-slider .banner-slide .bn-1 .img-1 .absolute-container .texto p,
    .banner-slider .banner-slide .bn-3 .absolute-container .texto p,
    .banner-anuncio .anuncio-slider .box .bn-1 .absolute-container .texto p, 
    .banner-anuncio .anuncio-slider .box .bn-3 .absolute-container .texto p,
    .banner-anuncio .anuncio-slider .box .img-div-1 .absolute-container .texto p{
        font-size: 1.5vw;
        line-height: 1;
    }
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto h1,
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto h1{
        font-size: 2.5vw;
        line-height: 1;
    }
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto p,
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto p,
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto a,
    .banner-anuncio .anuncio-slider .box .img-div-1 .absolute-container .texto a,
    .banner-anuncio .anuncio-slider .box .absolute-container .texto a,
    .banner-slider .banner-slide .absolute-container .texto a{
        font-size: 1.3vw;
        line-height: 1;
    }

}

@media screen and (max-width: 1700px){
    .ofertas .content{
        padding: 0 5%;
    }
    .ofertas .img{
        max-width: 46%;
    }

    .sobre .img .img-2{
        right: -90px;
        bottom: -90px;
    }

    .fornecedores .fornecedores-slider{
        max-width: calc(100% - 500px);
    }
}


@media screen and (max-width: 1500px){
    .ofertas::before{
        display: none;
    }
    .ofertas::after{
        display: none;
    }
    .ofertas .content{
        padding: 50px 5%;
        background: var(--main-2);
    }

    .clube::after,
    .relacionados::after,
    .sobre::before{
        display: none;
    }

    .sobre{
        min-height: unset;
        padding: 50px 0;
        background: var(--main-1);
    }
    .sobre .img{
        position: relative;
        top: unset;
        height: fit-content;
    }
    .sobre .img .img-1{
        width: 90%;
    }
    .sobre .img .img-2{
        width: 30%;
        bottom: -18%;
        right: -5%;
    }

}

@media screen and (max-width: 1366px){
    .banner-slider .banner-slide .bn-1,
    .banner-slider .banner-slide .bn-3{
        gap: 20px;
    }

    .icones::before,
    .icones::after{
        display: none;
    }

    .ofertas::before{
        max-width: 100%;
        padding: 0;
        border-radius: 0!important;
    }

    .sobre{
        background: var(--main-1);
        padding: 50px 0;
    }
    .sobre::before{
        display: none;
    }

    .fornecedores .fornecedores-slider{
        max-width: calc(100% - 400px);
    }
}

@media screen and (max-width: 1280px){
    .banner-slider .banner-slide .absolute-container .texto, .banner-anuncio .anuncio-slider .box .absolute-container .texto{
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px){
    .icones{
        margin-bottom: 50px;
    }
    .icones .container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .icones .box{
        max-width: 200px;
    }

    .ofertas .content{
        flex-direction: column;
        align-items: center;
    }
    .ofertas .texto{
        order: 0;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
    .ofertas .texto .links{
        justify-content: center;
    }
    .ofertas .img{
        max-width: 758px;
        order: 1;
    }

    .ifood-div{
        padding: 50px 0;
    }
    .ifood-div .container{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .clube{
        padding-top: 50px;
    }
    .clube .container{
        align-items: center;
        flex-direction: column;
        gap: 50px;
    }
    .clube .img{
        order: 1;
    }
    .clube .texto{
        margin-top: 0;
        align-items: center;
        text-align: center;
    }

    .sobre .container{
        flex-direction: column;
        align-items: center;
    }
    .sobre .texto{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fornecedores .container{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }
    .fornecedores .fornecedores-slider{
        max-width: 800px;
    }

    .banner-anuncio .container{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .banner-anuncio .desktop{
        display: none!important;
    }
    .banner-anuncio .mobile{
        display: flex;
        position: relative;
        gap: 15px;
    }


    
}

/* MOBILE */
@media screen and (max-width: 1000px){
    
}

@media screen and (max-width: 800px){
    .ifood-div .box{
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }
    .ifood-div .box img{
        max-width: 90px;
    }

    .relacionados .box-div{
        justify-content: center;
    }
    .relacionados .box-div .box{
        max-width: 300px;
    }

}

@media screen and (max-width: 600px){
    .banner{
        padding: 20px 0 50px;
    }
    .banner-slider .banner-slide .img, .banner-slider .banner-slide .img img{
        border-radius: 5px;
    }
    .banner .arrow img{
        width: 30px;
    }
    .banner .arrow.bn-prev{
        left: 2%;
    }
    .banner .arrow.bn-next{
        right: 2%;
    }
    .banner-slider .banner-slide .bn-1, .banner-slider .banner-slide .bn-3{
        gap: 5px;
    }

    .icones .box{
        padding: 10px;
        justify-content: start;
    }

    .ofertas .texto .links,
    .clube .texto .links{
        align-items: center;
        flex-direction: column;
    }


    .banner-anuncio .anuncio-slider .box .absolute-container{
        padding: 5px;
    }
    .banner-slider .banner-slide .bn-1 .img-1 .absolute-container .texto h1,
    .banner-slider .banner-slide .bn-3 .absolute-container .texto h1,
    .banner-anuncio .anuncio-slider .box .bn-1 .img-1 .absolute-container .texto h1, 
    .banner-anuncio .anuncio-slider .box .bn-3 .absolute-container .texto h1,
    .banner-anuncio .anuncio-slider .box .img-div-1 .absolute-container .texto h1{
        font-size: 30px;
    }
    .banner-slider .banner-slide .bn-1 .img-1 .absolute-container .texto p,
    .banner-slider .banner-slide .bn-3 .absolute-container .texto p,
    .banner-anuncio .anuncio-slider .box .bn-1 .absolute-container .texto p, 
    .banner-anuncio .anuncio-slider .box .bn-3 .absolute-container .texto p,
    .banner-anuncio .anuncio-slider .box .img-div-1 .absolute-container .texto p{
        font-size: 18px;
    }
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto h1,
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto h1{
        font-size: 25px;
    }
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto p,
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto p,
    .banner-slider .banner-slide .bn-1 .img-2 .absolute-container .texto a,
    .banner-anuncio .anuncio-slider .box .img-div-1 .absolute-container .texto a,
    .banner-anuncio .anuncio-slider .box .absolute-container .texto a,
    .banner-slider .banner-slide .absolute-container .texto a{
        font-size: 16px;
    }
}

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

}

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

}
