header{
    box-shadow: 0px 5px 8px 4px rgba(0, 0, 0, 0.1);
}

main{
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 250px 0 100px;
}

.banner-topo{
    width: 100%;
}
.banner-topo .container{
    text-align: center;
    justify-content: center;
}
.banner-topo .container iframe{
    max-width: 800px;
    width: 100%;
    height: 450px;
    margin: 0 auto;
}

.precos{
    width: 100%;
}	
.precos .container{
    gap: 20px;
}
.precos .titulo{
    width: 100%;
    align-items: center;
    gap: 20px;
}
.precos .titulo h2{
    color: var(--primaria);
    margin-right: auto;
}
.precos .titulo p{
    max-width: 318px;
    color: var(--primaria);
}
.precos .titulo p strong{
    color: var(--cor-1);
    font-family: "Exo 2", sans-serif;
}
.precos .titulo .data{
    padding: 5px 20px;
    border-radius: 50px;
    background-color: var(--primaria);
    color: #fff;
}
.precos .precos-div{
    width: 100%;
    align-items: center;
    position: relative;
    gap: 30px;
}
.precos .precos-div .precos-slider{
    width: 100%;
}
.precos .precos-div .precos-slider .box{
    width: 96%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #00000033;
    padding: 25px;
    gap: 20px;
    position: relative;
}
.precos .precos-div .precos-slider .box .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 237px;
    position: relative;
}
.precos .precos-div .precos-slider .box .img span{
    padding: 5px 20px;
    border-radius: 50px;
    background-color: var(--cor-1);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.precos .precos-div .precos-slider .box .img img{
    max-width: 100%;
    max-height: 100%;
}
.precos .precos-div .precos-slider .box .texto{
    width: 100%;
    text-align: center;
}
.precos .precos-div .precos-slider .box .texto .categoria{
    color: #000000a1;
}
.precos .precos-div .precos-slider .box .valor{
    width: 100%;
    text-align: center;
}
.precos .precos-div .precos-slider .box .valor .v-1{
    color: #00000057;
    font-size: 20px;
    text-decoration: line-through;
}
.precos .precos-div .precos-slider .box .valor .v-2{
    color: var(--cor-1);
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
}
.precos .precos-div .precos-slider .box .valor .v-2 .span-1{
    font-size: 40px;
    font-weight: 900;
}
.precos .precos-div .precos-slider .box .valor .v-2 .span-2{
    color: #0000002e;
    font-size: 20px;
    font-weight: 900;
}
.precos .precos-div .arrow{
    position: absolute;
    z-index: 10;
    cursor: pointer;
}
.precos .precos-div .precos-prev{
    left: -40px;
}
.precos .precos-div .precos-next{
    right: -40px;
}
.precos .arrow i{
    color: var(--primaria);
    font-size: 30px;
}
.precos .mobile{
    display: none;
    width: 100%;
    justify-content: center;
    gap: 15px;
}


.banner-mid{
    width: 100%;
}
.banner-mid .container{
    position: relative;
}
.banner-mid img{
    width: 100%;
    border-radius: 20px;
}
.banner-mid .absolute{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px;
}
.banner-mid .absolute .texto{
    max-width: 440px;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--primaria);
    position: relative;
    margin-left: auto;
}
.banner-mid .absolute .texto .link{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 167px;
    width: 100%;
    min-height: 39px;
    padding: 5px 20px;
    background-color: var(--cor-3);
    border-radius: 5px;
    transition: ease .3s;
    position: absolute;
    bottom: 20%;
}
.banner-mid .absolute .texto .link:hover{
    background-color: var(--cor-4);
    transition: ease .3s;
}


.videos{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
}
.videos .bg{
    position: absolute;
    right: 0;
}
.videos::before {
    content: "";
    position: absolute;
    max-width: calc(100% - 40px);
    width: 100%;
    height: 293px;
    background: var(--main-2);
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}
.videos .content{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 10;
}
.videos .videos-div{
    max-width: 960px;
    width: 100%;
    position: relative;
}
.videos .videos-div .videos-slider{
    width: 100%;
    height: 372px;
}
.videos .videos-div .videos-slider .slick-list{
    height: 372px;
    padding-left: 30%!important;
}
.videos .videos-div .videos-slider .slick-track{
    height: 372px;
    display: flex!important;
    align-items: center;
}
.videos .videos-div .videos-slider .slick-slide{
    height: fit-content;
}
.videos .videos-div .videos-slider .slick-current .box{
    height: 372px !important;
    opacity: 1;
}
.videos .videos-div .videos-slider .slick-slide.slick-current .box .video-overlay{
    background: rgba(0, 0, 0, 0.3);
}
.videos .videos-div .videos-slider .slick-slide .box{
    display: flex;
    width: 96%;
    height: 262px;
    margin-left: auto;
    position: relative;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}
.videos .videos-div .videos-slider .slick-slide .box .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
}
.videos .videos-div .videos-slider .box .video-overlay i {
    color: #fff;
    font-size: 70px;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
.videos .videos-div .videos-slider .box iframe,
.videos .videos-div .videos-slider .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.videos .videos-div .mobile{
    display: flex;
    gap: 10px;
    position: absolute;
    top: calc(100% + 20px);
    left: 33%;
}
.videos .texto{
    max-width: 591px;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    position: relative;
    z-index: 10;
}
.videos .texto h2 strong{
    color: var(--cor-2);
}


.banner-bottom{
    width: 100%;
    margin-bottom: 50px;
}
.banner-bottom .container{
    gap: 20px;
}
.banner-bottom .titulo{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    color: var(--primaria);
}
.banner-bottom .titulo p{
    max-width: 370px;
    width: 100%;
}
.banner-bottom .banner-div{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner-bottom .banner-div .banner-ofertas{
    width: 100%;
}
.banner-bottom .banner-div .banner-ofertas .box{
    width: 99%;
    margin: 0 auto;
    position: relative;
}
/* bn-3: dois banners meio lado a lado */
.banner-bottom .banner-div .banner-ofertas .bn-3{
    gap: 30px;
}
.banner-bottom .banner-div .banner-ofertas .bn-3 .bn-3-item{
    flex: 1;
    min-width: 0;
    aspect-ratio: 645 / 474;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.banner-bottom .banner-div .banner-ofertas .bn-3 .bn-3-item .box{
    width: 100%;
    height: 100%;
    margin: 0;
}
.banner-bottom .banner-div .banner-ofertas .bn-3 .bn-3-item .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.banner-bottom .banner-div .banner-ofertas .box img{
    width: 100%;
    border-radius: 20px;
}
.banner-bottom .banner-div .banner-ofertas .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
}
.banner-bottom .banner-div .banner-ofertas .absolute-container .texto{
    max-width: 50%;
    width: 100%;
    gap: 10px;
}
.banner-bottom .banner-div .banner-ofertas .bn-2 .img-1 .absolute-container .texto h1,
.banner-bottom .banner-div .banner-ofertas .img-div-1 .absolute-container .texto h1{
    font-size: 50px;
}
.banner-bottom .banner-div .banner-ofertas .bn-2 .absolute-container .texto p,
.banner-bottom .banner-div .banner-ofertas .img-div-1 .absolute-container .texto p{
    font-size: 20px;
}
.banner-bottom .banner-div .banner-ofertas .bn-3 .absolute-container .texto h1{
    font-size: 30px;
}
.banner-bottom .banner-div .banner-ofertas .bn-3 .absolute-container .texto p{
    font-size: 18px;
}
.banner-bottom .banner-div .banner-ofertas .bn-3 .absolute-container .texto a{
    padding: 5px 20px;
    font-size: 16px
}
.banner-bottom .banner-div .banner-ofertas .absolute-container .texto a{
    width: fit-content;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
}
.banner-bottom .banner-div .arrow{
    position: absolute;
    z-index: 10;
    cursor: pointer;
}
.banner-bottom .banner-div .ofertas-prev{
    left: -40px;
}
.banner-bottom .banner-div .ofertas-next{
    right: -40px;
}
.banner-bottom .arrow i{
    color: var(--primaria);
    font-size: 30px;
}
.banner-bottom .mobile{
    display: none;
    width: 100%;
    justify-content: center;
    gap: 15px;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-overlay .modal-content {
    background: #fff;
    width: 90%;
    max-width: 1100px;
    height: 620px;
    position: relative;
    border-radius: 5px;
}
.modal-overlay .modal-close,
.modal-overlay .modal-close-video {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    font-weight: bold;
}
/* Container do Iframe */
.modal-overlay .modal-wrapper-video,
.modal-overlay .modal-wrapper-iframe {
    width: 100%;
    height: 100%;
}
.modal-overlay .modal-wrapper-video iframe,
.modal-overlay .modal-wrapper-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
}






/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
    .absolute-container .texto h1{
        font-size: 4.5vw!important;
    }
    .absolute-container .texto p{
        font-size: 1.5vw!important;
    }

}

@media screen and (max-width: 1700px){
    .videos .videos-div{
        max-width: calc(100% - 591px - 50px);
    }
    .videos .texto{
        padding: 50px 80px 50px 0;
    }
}

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

}

@media screen and (max-width: 1366px){
    .banner-mid .absolute .texto{
        max-width: 39%;
    }

    .videos::before{
        max-width: 100%;
        padding: 0;
        border-radius: 0!important;
    }
     .videos .videos-div{
        max-width: calc(100% - 500px - 50px);
    }
    .videos .texto{
        max-width: 500px;
        padding: 50px 5% 50px 0;
    }

    .banner-bottom .banner-div .banner-ofertas .box .absolute .texto{
        max-width: 37%;
    }
}

@media screen and (max-width: 1280px){
    .modal-overlay .modal-content{
        height: 48vw;
    }
}

@media screen and (max-width: 1100px){
    .precos .precos-div .desktop{
        display: none!important;
    }
    .precos .mobile{
        display: flex;
        margin-top: 20px;
    }

    .videos{
        background-color: var(--cor-1);
        padding: 50px 0;
    }
    .videos::before{
        display: none;
    }
    .videos .content{
        flex-direction: column;
    }
     .videos .videos-div{
        max-width: 100%;
        order: 1;
        padding-right: 5%;
    }
    .videos .texto{
        max-width: 500px;
        padding: 0;
        order: 0;
        padding: 0 5%;
        text-align: center;
    }

    .banner-bottom .container{
        gap: 30px;
    }
    .banner-bottom .titulo{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .banner-bottom .titulo h2{
        line-height: 1;
    }
    .banner-bottom .banner-div .desktop{
        display: none!important;
    }
    .banner-bottom .mobile{
        display: flex;
        position: relative;
        gap: 15px;
    }
    .banner-bottom .banner-div .banner-ofertas .box .absolute .texto{
        max-width: 50%;
    }
    .banner-mid .absolute .texto .link{
        bottom: 17%;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .precos .titulo{
        align-items: center;
        flex-direction: column;
        gap: 0;
    }
    .precos .titulo h2{
        margin: 0;
    }
    .precos .titulo p{
        margin-bottom: 20px;
    }

    .videos .videos-div .videos-slider .slick-list{
        padding-left: 20%!important;
    }

}

@media screen and (max-width: 800px){
    .banner-mid img{
        height: 470px;
        object-fit: cover;
        object-position: right;
    }
    .banner-mid .absolute .texto{
        max-width: 80%;
    }

    .absolute-container .texto h1{
        font-size: 30px!important;
    }
    .absolute-container .texto p{
        font-size: 18px!important;
    }
}   

@media screen and (max-width: 600px){
    main{
        padding: 120px 0 100px;
    }

    .banner-mid .absolute .texto{
        max-width: 100%;
    }

    .banner-bottom .banner-div .banner-ofertas .box .absolute{
        padding: 20px;
    }
    .banner-mid .absolute .texto,
    .banner-bottom .banner-div .banner-ofertas .box .absolute .texto{
        max-width: 100%;
    }


    .videos .videos-div .videos-slider .slick-list{
        padding-left: 15%!important;
    }
}

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

}

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

}

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

}
