body {
    position: relative;
}
section.banner {
    position: relative;
}
.banner .swiper-slide {
    height: 600px;
}
.banner .area-text {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: calc(100% - 150px);
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}
.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner .area-text h1,
.banner .area-text h1 span {
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: var(--color-blue);
    text-align: center;
    align-content: center;
}
.banner .area-text h1 {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #0000002b;
}
.banner p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-cinza);
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}


.equipe {
    background-image: url("../img/equipe/background-equipe.webp");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 4rem 1rem;
    align-content: center;
}
.equipe .content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
.area-swiper-equipe {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.swiper-equipe {
    max-width: calc(100% - 3rem);
    margin: 0 auto;
    overflow: hidden;
}
.swiper-equipe .area-img {
    position: relative;
    border-radius: 2rem;
}
.swiper-equipe .area-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
    border-radius: 1rem;
    position: relative;
}
.swiper-equipe .area-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(253, 121, 64, 0.64) 0%, rgba(255, 255, 255, 0) 60%);
    border-radius: 1rem;
}
.tag-nome {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 100%;
    max-width: calc(100% - 2rem);
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    background-color: var(--color-blue-light);
    border-radius: 10px;
    z-index: 1;
}
.tag-nome img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}
.tag-nome .text p {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
}
.tag-nome .text span {
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
}
.area-swiper-equipe .swiper-button-prev:after,
.area-swiper-equipe .swiper-button-next:after{
    color: #000000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    padding: 10px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    box-sizing: border-box;
}
.area-swiper-diferenciais .swiper-button-prev:after{
    content: "🡠";
}
.area-swiper-diferenciais .swiper-button-next:after{
    content: "🡢";
}
.area-swiper-diferenciais .swiper-button-next, 
.area-swiper-diferenciais .swiper-button-prev {
    z-index: 2;
}
.area-adriana {
    background-color: var(--color-blue-light);
    background-image: url("../img/equipe/background-text-equipe.webp");
    background-position: -15% center;
    background-size: auto 150%;
    background-repeat: no-repeat;
    padding: 3rem 1rem 4rem;
}
.area-adriana .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #0000002b;
}
.area-adriana h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}
.area-adriana h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}
.area-adriana .right p {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.area-adriana .area-text p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}
.faixa {
    background-image: url("../img/equipe/faixa.webp");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    pointer-events: none;
    position: relative;
    top: -45px;
}
@media (max-width: 1250px) {
    .banner .area-text {
        padding: 2rem 1rem;
    }
}
@media (max-width: 1100px) {
    .faixa {
        background-size: cover;
    }
}
@media (max-width: 1000px) {
    .banner .area-text h1, 
    .banner .area-text h1 span {
        font-size: 1.5rem;
    }
    .banner p {
        font-size: 1rem;
    }
    .banner .area-text {
        gap: 0;
    }
}
@media (max-width: 700px) {
    .banner .area-text {
        top: 100px;
    }
    .area-adriana .top {
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }
    section.area-lead {
        top: -45px;
    }
}
@media (max-width: 520px) {
    .banner .area-text h1, 
    .banner .area-text h1 span {
        font-size: 1.6rem;
    }
    .banner .area-text h1 {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .banner .swiper-slide {
        height: 700px;
    }
    .banner .area-text {
        justify-content: center;
        height: auto;
    }
}
@media (max-width: 420px) {
    .banner .area-text h1, 
    .banner .area-text h1 span {
        font-size: 1.5rem;
    }
    .banner .swiper-slide {
        height: 800px;
    }
}
@media (max-width: 380px) {
    .banner .area-text h1, 
    .banner .area-text h1 span {
        font-size: 1.4rem;
    }
    .banner .swiper-slide {
        height: 850px;
    }
}
@media (max-width: 340px) {
    .banner p {
        font-size: 0.9rem;
    }
}