header{
    position: fixed;
}
header.scrolled{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: #3f11128e;
}
header .wrapper .navigation-links:after,
header .wrapper .navigation-links:before{
    background-color: #fff;
}
header .wrapper .navigation-links li a{
    color: #fff;
}
main{
    height: 827px;
}
main .swiper {
    width: 100%;
    height: 100%;
}
main .swiper .swiper-slide{
    display: flex;
    justify-content: center;
    position: relative;
}
main .swiper .swiper-slide img{
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s ease-in-out;
}
main .swiper .swiper-slide .text{
    position: absolute;
    transform: translateX(-350px);
    top: 226px;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
main .swiper .swiper-slide .text h1{
    display: flex;
    align-items: center;
    font-size: 33.12px;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    color: #fff;
    position: relative;
    z-index: 1;
}
main .swiper .swiper-slide.swiper-slide-active img{
    transform: scale(1);
}

.swiper .swiper-pagination-bullet{
    width: 150px !important;
    height: 7px !important;
    border: 0.5px 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: 0.5px solid transparent !important;
    background-color: #fff !important;
}
section.diferenciais {
    position: relative;
    padding-top: 46px;
    padding-bottom: 100px;
}
section.diferenciais:after {
    z-index: -1;
    content: "";
    position: absolute;
    background-image: url("../img/home/asset_plantas.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1121px;
    height: 736px;
    left: 0;
    top: -60px;
}
section.diferenciais:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 531px;
    height: 25px;
    background-image: url("../img/separator.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 531px 25px;
}
section.diferenciais h2{
    text-align: center;
    font-weight: 500;
    font-size: 29.17px;
    margin-bottom: 50px;
}
section.diferenciais .wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    flex-wrap: wrap;
}
section.diferenciais .wrapper .item{
    cursor: pointer;
    background-color: var(--rosa_text);
    border-radius: 50px;
    width: 286px;
    height: 328px;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section.diferenciais .wrapper .item:nth-child(2) img{
    transform: translateX(20px);
}
section.diferenciais .wrapper .item img{
    position: absolute;
    width: auto;
    top: -46px;
    height: 194px;
}
section.diferenciais .wrapper .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.diferenciais .wrapper .item .text {
    margin-top: 130px;
    text-transform: uppercase;
    min-height: 140px;
}
section.diferenciais .wrapper .item .text h3{
    font-size: 24.75px;
    margin-bottom: 23px;
}
section.diferenciais .wrapper .item .text p{
    padding: 0 10px;
    font-size: 16.67px;
    transition: all .3s ease-in-out;
    transform-origin: bottom;
}
section.news{
    position: relative;
    padding: 30px 0;
    padding-top: 70px;
}
section.news .wrapper {
    display: flex;
    gap: 22px;
    margin-bottom: 33px;
}
section.news .wrapper .image{
    display: inline-flex;
    width: 332px;
    height: 405px;
    border-radius: 50px;
    overflow: hidden;
}
section.news .wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.news .wrapper .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 560px;
    color: #571916;
}
section.news .wrapper .text h2{
    -webkit-text-stroke: 0.3px var(--rosa_escuro);
    color: var(--rosa_escuro);
    letter-spacing: -1;
    font-weight: 500;
    font-size: 28.87px;
    margin-bottom: 33px;
}
section.news .wrapper .text h3{
    font-size: 24.75px;
    font-weight: 400;
}
section.news .wrapper .text h4{
    margin-bottom: 31px;
    font-weight: 400
}
section.news .wrapper .text p{
    line-height: 1.1;
    font-size: 16.67px;
    font-weight: 400;
}
section.news .wrapper .text h6{
    font-weight: 600;
    font-size: 16.67px;
    margin-bottom: 14px;
}

@media(max-width: 1100px){

    section.diferenciais h2{
        margin-bottom: 50px;
    }
    section.diferenciais .wrapper{
        row-gap: 50px;
        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);
    }
    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%;
        min-height: inherit;
    }
    section.tv .wrapper .text ul{
        margin-bottom: 25px;
    }
    section.tv .wrapper .text a.button{
        transform: none;
    }
}

@media(max-width: 468px){
    main{
        height: 350px;
    }
    main .swiper .swiper-slide .text {
        width: 100%;
        padding: 0 20px;
        transform: none;
        top: 125px;
    }
    main .swiper .swiper-slide .text h1{
        font-size: 25px !important;
    }
    main .swiper .swiper-slide .text h1:before{
        opacity: 0.7;
    }
    .swiper .swiper-pagination-bullet{
        width: 80px !important;
    }
    section.diferenciais:before{
        width: 90%;
        background-size: contain;
    }
    section.diferenciais:after{
        width: 100%;
    }
}