body{
    background-image: url("../img/banner_body.webp");
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}
section.alinhadores .box{
    position: relative;
    padding-right: 60px !important;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 565px;
    background-image: url("../img/alinhadores/banner-box.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.alinhadores .box:after{
    animation: pulse_star 2s infinite alternate;
    content: "";
    position: absolute;
    width: 216px;
    height: 307px;
    right: -150px;
    top: -160px;
    background-image: url("../img/alinhadores/stars.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.alinhadores .box .selo{
    position: absolute;
    left: 50%;
    transform: translateX(-200%);
    top: -50px;
    margin: 50px;
    margin-left: 60px;
    width: 100px;
    height: auto;
}
section.alinhadores .box .selo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.alinhadores .box .logo{
    position: absolute;
    left: 0;
    top: 0;
    margin: 50px;
    margin-left: 60px;
}
section.alinhadores .box .logo img{
    width: 180px;
    height: auto;
    object-fit: cover;
}
section.alinhadores .box .image {
    transform: translateY(100px);
}
section.alinhadores .box .image img{
    filter: brightness(1.2) opacity(0.56);
}
section.alinhadores .box .text h3{
    font-size: 33.33px;
    margin-bottom: 17px;
}
section.alinhadores .box .text h4{
    font-size: 20.83px;
    font-weight: 600;
    margin-bottom: 10px;
}
section.alinhadores .box .text p{
    font-size: 16.67px;
    line-height: 1.1;
    margin-bottom: 20px;
}
section.alinhadores .box .text p strong{
    font-weight: 600;
}
section.beneficios {
    position: relative;
}
section.beneficios:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 789px;
    height: 700px;
    right: 10px;
    bottom: 0px;
    background-image: url("../img/contato/asset-bottom.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.beneficios h2{
    font-size: 33.33px;
    text-align: center;
    margin: 30px 0;
}
section.beneficios .wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin-bottom: 110px;
    flex-wrap: wrap;
}
section.beneficios .swiper {
    width: 100%;
    height: 100%;
}
section.beneficios .swiper .swiper-button-next, .swiper-button-prev{
    background-color: var(--verde);
    border-radius: 4px;
}
section.beneficios .swiper .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    color: var(--azul);
}
section.beneficios .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.beneficios .swiper .swiper-slide .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 280px;
    min-height: 256px;
    background-color: #242f73;
    padding: 0 30px;
    color: #fff;
    border-radius: 15px;
}
section.beneficios .swiper .swiper-slide .item h3{
    font-size: 24.86px;
}
section.beneficios .content-video{
    margin-top: 50px;
    width: 817px;
    margin: 0 auto;
    padding-bottom: 110px;
}
section.beneficios .content-video .video{
    position: relative;
    width: 100%;
    height: 424px;
    border-radius: 20px;
    background-color: #000;
    margin-bottom: 38px;
}
section.beneficios .content-video .video:before{
    content: "";
    position: absolute;
    width: 216px;
    height: 307px;
    left: -280px;
    top: 0px;
    background-image: url("../img/alinhadores/stars.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: pulse_star 2s infinite alternate;
}
section.beneficios .content-video h3{
    font-size: 33.33px;
    text-align: center;
    margin: 30px 0;
}
section.beneficios .content-video ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}
section.beneficios .content-video ul li{
    text-align: center;
    pointer-events: none;
    background-color: var(--verde);
    color: var(--azul);
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 20.83px;
    font-weight: 600;
}
section.galeria {
    padding-bottom: 30px;
}
section.galeria .swiper {
    position: relative;
    width: 100%;
    height: 257px;
}
section.galeria .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 386px;
}
section.galeria .swiper-slide a{
    display: inline-flex;
    width: 100%;
    height: 100%;
}
section.galeria .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.link-footer .wrapper {
    gap: 100px;
}
section.link-footer .wrapper p{
    color: var(--azul);
    background-color: #FFF;
}
section.link-footer .wrapper p:hover{
    background-color: var(--azul);
    color: #fff;
}
@media(max-width: 1100px){
    section.alinhadores .box{
        flex-direction: column;
        max-height: 100%;
        padding: 20px !important;
        row-gap: 50px;
    }
    section.alinhadores .box:after{
        right: 0;
    }
    section.alinhadores .box .logo{
        margin-left: 20px;
    }
    section.alinhadores .box .image {
        margin-top: 70px;
        transform: translateY(70px) !important;
    }
    section.alinhadores .box .image img{
        width: 100%;
        transform: translateX(-30px);

    }    
    section.beneficios .content-video{
        width: 100%;
    }
    section.beneficios:after{
        right: 0;
    }
    section.beneficios .content-video .video{
        width: 100%;
        height: 230px;
    }
    section.beneficios .content-video .text{
        width: 100%;
    }
    section.link-footer .wrapper{
        row-gap: 30px;
    }
    section.galeria{
        padding-bottom: 0;
    }
}
@media(max-width: 468px){
    section.alinhadores .content{
        padding: 0;
    }
    section.alinhadores .box{
        row-gap: 30px;
        background-size: 130% 100%;
        padding-bottom: 80px !important;
    }
    section.alinhadores .box .selo{
        left: inherit;
        right: 0;
        transform: none;
    }
    section.alinhadores .box .logo{
        top: 30px;
    }
    section.beneficios .content-video {
        padding-bottom: 50px;
    }
    section.beneficios .content-video ul{
        /* flex-direction: column; */
        row-gap: 20px;
    }
    section.beneficios .content-video ul li{
        flex-basis: 49%;
    }
}