header{
    -webkit-box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.155);
    -moz-box-shadow: 0px 10px 17px -7px rgb(0, 0, 0);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.368);
}
main{
    height: 838px;
}
main .swiper {
    background-image: url("../img/home/faixa-hero.webp");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 35px;
    position: relative;
    width: 100%;
    height: 100%;
}
main .swiper .arrow-bottom{
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(2.1) scaleY(1.2);
    bottom: 0px;
    background-image: url("../img/home/faixa-hero-arrow.webp");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    width: 75px;
    height: 70px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
}
main .swiper .arrow-bottom::before{
    content: "V";
    font-size: 20px;
    font-weight: 600;
    transform: scaleY(1.9);
}
main .swiper .swiper-slide{
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}
main .swiper .swiper-slide img{
    overflow: hidden;
    transform: scale(1.5);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s ease-in-out;
}
main .swiper .swiper-slide .text{
    max-width: 1256px;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    bottom: 86px;
}
main .swiper .swiper-slide .text h1{
    font-size: 70.83px;
    font-weight: 600;
    width: fit-content;
    color: #fff;
    padding: 0px 15px;
    position: absolute;
    z-index: 1;
    float: left;
    text-shadow: 10px 10px 50px #000;
}
main .swiper .swiper-slide .text h1 span{
    font-weight: 600;
    font-style: italic;
}
main .swiper .swiper-slide .text h1:nth-child(1){
    top: -580px;
}
main .swiper .swiper-slide .text h1:nth-child(2){
    bottom: -70px;
    right: 0;
    text-align: right;
}
main .swiper .swiper-slide.swiper-slide-active img{
    transform: scale(1);
}
.swiper .swiper-pagination-bullet{
    width: 23px !important;
    height: 23px !important;
    border: 2px solid #fff !important;
    background-color: transparent !important;
    margin: 0 7px !important;
    border-radius: 0% !important;
    cursor: pointer !important;
    opacity: 1 !important; /* Ensure the bullet is fully visible */
}
.swiper .swiper-pagination-bullet-active{
    border: 2px solid transparent !important;
    background-color: #fff !important;
}
section.diferenciais {
    background-image: url("../img/home/diferenciais/banner.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    padding-bottom: 130px;
}
section.diferenciais .text-introduction{
    width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}
section.diferenciais .text-introduction h2{
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
section.diferenciais .text-introduction h2:before{
    content: "";
    position: absolute;
    height: 4px;
    background-color: #145b42;
    width: 100%;
    bottom: 0;
}
section.diferenciais .text-introduction p{
    font-size: 16.67px;
    font-weight: 500;
}
section.diferenciais .wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}
section.diferenciais .wrapper .item{
    display: flex;
    padding: 0 10px;
    padding-left: 15px;
    align-items: center;
    gap: 8px;
    flex-basis: 48%;
    min-height: 110px;
    background-color: #c8bca1;
    color: #fff;
    transition: all .4s ease-in-out;
}
section.diferenciais .wrapper .item:hover{
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.685);
    background-color: var(--marrom);
}
section.diferenciais .wrapper .item i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    width: 77px;
    height: 77px;
}
section.diferenciais .wrapper .item .text{
    width: 465px;
}
section.diferenciais .wrapper .item .text h3{
    font-size: 20.83px;
    margin-bottom: 5px;
}
section.diferenciais .wrapper .item .text p{
    font-size: 16.67px;
    font-weight: 500;
}
section.em-foco{
    margin-top: 40px;
}
section.em-foco .wrapper-acompanhe{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}
section.em-foco .wrapper-acompanhe .acompanhe{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 31%;
}
section.em-foco .wrapper-acompanhe .acompanhe .swiper{
    box-shadow: 0 0 20px #544e4c7b;
    display: inline-flex;
    width: 256px;
    height: 383px;
    border-radius: 45px;
    margin-bottom: 20px;
}
section.em-foco .wrapper-acompanhe .acompanhe .swiper .swiper-slide img,
section.em-foco .wrapper-acompanhe .acompanhe .swiper .swiper-slide iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.em-foco .wrapper-acompanhe .acompanhe .text {
    padding: 0 20px;
    text-align: center;
}
section.em-foco .wrapper-acompanhe .acompanhe .text h3{
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    /* text-wrap: nowrap; */
}
section.em-foco .wrapper-acompanhe .acompanhe .text h4{
    font-size: 16.67px;
    font-weight: 500;
    margin-bottom: 5px;
}
section.em-foco .wrapper-acompanhe .acompanhe .text p{
    font-size: 16.67px;
    margin-bottom: 10px;
}
section.em-foco .wrapper-acompanhe .acompanhe h6{
    background-color: var(--marrom);
    color: #fff;
    font-size: 20.83px;
    border-radius: 20px;
    padding: 0px 10px;
}
.swiper-pagination-fraction{
    font-family: 'Montserrat' !important;
    background-color: var(--verde) !important;
    color: #fff !important;
    width: fit-content !important;
    margin: 0 auto !important;
    padding: 2px 10px;
    left: 50% !important;
    border-radius: 7px;
    transform: translateX(-50%) !important;
}
.swiper-button-next, .swiper-button-prev{
    background-color: var(--verde);
    border-radius: 7px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 15px !important;
    color: #fff;
}
section.em-foco .ver-tudo{
    position: relative;
    float: right;
    font-size: 25px;
    width: fit-content;
    padding-bottom: 5px;
}
section.em-foco .ver-tudo:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--marrom);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
section.lead{
    padding-bottom: 40px;
    align-items: end;
    background-color: #c8bca1;
    background-image: none;
}
section.lead:before{
    content: "";
    position: absolute;
    top: -80px;
    width: 100%;
    height: 80px;
    background: #C8BCA1;
    background: linear-gradient(0deg, rgba(200, 188, 161, 1) 0%, rgba(253, 187, 45, 0) 100%);
}
section.lead .box-form {
    padding-bottom: 70px;
    box-shadow: 0 0 20px #544e4c7b;
    background-image: url("../img/leads/box-form.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 45px;
}
section.lead .box-form .arrow-circle{
    position: absolute;
    bottom: -40px;
    width: 86px;
    height: 86px;
    background-color: var(--marrom);
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
section.lead .box-form .arrow-circle span{
    font-size: 30px;
    font-weight: 600;
    transform: translateY(10px) scale(1.2);
}
section.lead .box-form .group-button button{
    background-color: #c8bca1;
}
@keyframes arrow_animation {
    to{
        transform: translateX(10px);
    }
}
section.em-foco .ver-tudo span{
    display: inline-flex;
    animation: arrow_animation .7s ease-in-out infinite alternate;
}
@media(max-width: 1100px){

    section.diferenciais h2{
        margin-bottom: 25px;
    }
    section.diferenciais .wrapper{
        row-gap: 30px;
        padding-left: 0px;
    }
    section.news .wrapper .image,
    section.news .wrapper .image.video{
        width: 100%;
    }
    section.news .wrapper .image.video{
        height: 240px;
    }
    section.news .wrapper .text{
        width: 100%;
    }
    section.diferenciais .wrapper .item .text p{
        height: fit-content;
        opacity: 1;
        transform: scaleY(1);
        padding-top: 22px;
    }
    section.news .wrapper .item{
        width: 100%;
    }
    section.news .wrapper,
    section.tv .wrapper{
        row-gap: 30px;
        flex-direction: column;
    }
    section.tv .wrapper {
        row-gap: 25px;
    }
    section.tv .wrapper .image{
        width: 100%;
        height: 240px;
    }
    section.tv .wrapper .text{
        margin-top: 0;
        width: 100%;
    }
    section.tv .wrapper .text ul{
        margin-bottom: 25px;
    }
    section.tv .wrapper .text a.button{
        transform: none;
    }
}

@media(max-width: 768px){
    main .swiper .swiper-slide .text h1:nth-child(1) {
        top: -180px;
    }
    main .swiper .swiper-slide .text h1:nth-child(2) {
        bottom: -60px;
    }
    main{
        height: 400px;
    }
    main .swiper .swiper-slide .text {
        padding: 0 15px;
    }
    main .swiper .swiper-slide .text h1{
        font-size: 25px !important;
    }
    main .swiper .swiper-slide .text h1:before{
        opacity: 0.7;
    }
    section.diferenciais .text-introduction{
        width: 100%;
    }
    section.diferenciais .wrapper .item {
        flex-basis: 100%;
    }
    section.diferenciais .wrapper .item .text{
        width: 100%;
    }
}