body {
    position: relative;
}
section.banner {
    position: relative;
}
.banner .swiper-slide {
    height: 400px;
}
.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: grid;
    gap: 1rem;
}
.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner .area-text h1,
.banner .area-text h1 span {
    font-size: 1.4rem;
    font-weight: 700;
    max-width: 860px;
    margin: 0 auto;
    color: var(--color-blue);
    text-align: center;
    align-content: center;
}
.banner .area-text h1 span {
    color: var(--color-laranja);
    border-bottom: 2px solid var(--color-laranja);
}
.nossa-clinica {
    background-image: url("../img/clinica/background-main.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3rem 1rem;
    overflow: hidden;
    position: relative;
}
.swiper-clinica::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 350px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #008ba3 100%);
    z-index: 1;
}
.nossa-clinica .top {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #0000002b;
}
.nossa-clinica .top .left {
    max-width: 400px;
}
.nossa-clinica .title {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
}
.nossa-clinica h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.nossa-clinica h2 span {
    display: block;
    font-weight: 800;
}
.nossa-clinica .top p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    max-width: 100%;
}
.area-swiper-clinica {
    position: relative;
    margin: 0 auto;
    max-width: 950px;
}
.swiper-clinica {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1rem;
}
.swiper-clinica .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-laranja-mid);
    border-radius: 1rem;
}
.swiper-clinica a {
    display: flex;
    width: 100%;
    height: 100%;
}
.swiper-clinica .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 1rem;
}
.nossa-clinica .text p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-top: 2rem;
}
.sobre-main {
    background-image: 
    linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%),
    url('../img/clinica/background-clinica.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.sobre-main .content {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 4rem 1rem;
}
.sobre-main .left .area-img {
    position: relative;
    width: 550px;
    height: 750px;
    border-radius: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sobre-main .area-img .main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
    display: block;
}
.tag-nome {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    width: 100%;
    max-width: calc(100% - 2rem);
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 1rem;
    background-color: var(--color-blue-light);
    border-radius: 10px;
}
.tag-nome img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}
.tag-nome .text p {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}
.tag-nome .text span {
    font-weight: 500;
    color: #fff;
}
.sobre-main .right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.sobre-main .right h3 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--color-blue);
}
.sobre-main .right > p {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-cinza);
}
.sobre-main .bottom {
    padding: 1rem;
    border: 3px solid var(--color-laranja);
    border-radius: 1.5rem;
    position: relative;
}
.sobre-main .bottom .tag-planta {
    background-color: var(--color-blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.sobre-main .bottom .tag-planta img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}
.sobre-main .bottom p.title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-blue);
    margin-bottom: 1rem;
    padding-right: 3rem;
}
.sobre-main .bottom p span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-cinza);
    margin-top: 10px;
    display: block;
}
.faixa {
    background-image: url("../img/clinica/faixa.webp");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    pointer-events: none;
}

@media (max-width: 1300px) {
    .right-lead {
        right: 2rem;
    }
    .right-lead img {
        height: 550px;
    }
}
@media (max-width: 1250px) {
    .banner .area-text {
        padding: 2rem 1rem;
    }
}
@media (max-width: 1150px) {
    .nossa-clinica .top {
        flex-direction: column;
        align-items: center;
    }
    .swiper-clinica::after {
        display: none;
    }
    .area-swiper-clinica {
        max-width: 100%;
    }
}
@media (max-width: 1100px) {
    .sobre-main .content {
        flex-direction: column;
        padding: 3rem 1rem 1rem;
        gap: 2rem;
    }
    .sobre-main .left .area-img {
        margin: 0 auto;
    }
    .faixa {
        background-size: cover;
    }
}
@media (max-width: 700px) {
    .banner .area-text h1, 
    .banner .area-text h1 span {
        font-size: 1.8rem;
    }
    .banner .swiper-slide {
        height: 500px;
    }
    .banner .area-text {
        top: 100px;
    }
    .sobre-main .left .area-img {
        width: 100%;
        height: 100%;
        aspect-ratio: 3 / 4;
    }
    .tag-nome {
        bottom: 1rem;
        padding: 10px;
        border-radius: 1rem;
    }
}

@media (max-width: 520px) {
    section.em-foco .area-img {
        width: 100%;
        height: auto;
        min-width: auto;
        min-height: auto;
        transform: rotate(0);
    }
    section.em-foco .area-img img.top,
    section.em-foco .area-img img.bottom {
        height: auto;
    }
    .area-parceiros .content h2,
    section.em-foco h2,
    section.em-foco h3 {
        font-size: 1.2rem;
    }
    section.em-foco h2::after {
        width: 100%;
    }
    .swiper-terapia {
        max-width: calc(100% - 2rem);
    }
    .swiper-terapia .swiper-slide {
        flex-direction: column;
        text-align: center;
    }
    .swiper-terapia .area-img {
        width: 100px;
        min-width: 100px;
        height: 100px;
        min-height: 100px;
    }
    .depoimentos img.icone {
        max-width: 150px;
        height: auto;
    }
    .area-home-bottom {
        padding: 2rem 1rem 0;
        border-top: 30px solid var(--color-laranja);
    }
    .area-especialidades h2.title,
    section.depoimentos h2.title,
    .resultados h3 {
        font-size: 1.5rem;
    }
    .resultados {
        padding: 2rem 1rem;
    }
    .resultados .item span {
        font-size: 3.5rem;
    }
    .resultados .item h3 {
        font-size: 1.2rem;
    }
    .nossa-clinica .title {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .nossa-clinica h2 {
        text-align: center;
        font-size: 2rem;
    }
    .nossa-clinica h2 span {
        display: inline-block;
    }
    .nossa-clinica .top p {
        text-align: center;
    }
    .sobre-main .right h3 {
        font-size: 2rem;
    }
    .banner .area-text h1, 
    .banner .area-text h1 span {
        font-size: 1.6rem;
    }
}
@media (max-width: 340px) {
    .banner .area-text h1, 
    .banner .area-text h1 span {
        font-size: 1.5rem;
    }
}