body {
    position: relative;
}

section.banner {
    position: relative;
}

.banner .swiper-slide {
    height: 680px;
}

.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: 3rem;
    font-weight: 800;
    max-width: 600px;
    color: var(--color-laranja);
}

.banner .area-text h1 span {
    border-bottom: 5px solid var(--color-laranja);
}

a.btn-banner {
    width: 100%;
    max-width: 390px;
    height: 55px;
    padding: 10px 1rem;
    text-align: center;
    align-content: center;
    background-color: var(--color-laranja);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 10px;
}

a.btn-banner:hover {
    transition: .3s;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(253, 121, 64, 0.5);
    box-shadow: 0px 0px 15px 5px rgba(253, 121, 64, 0.5);
}

main>.content {
    padding: 0 1rem;
}

.butons-espec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 3rem auto;
}

.butons-espec a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--color-cinza);
}
.butons-espec a.on {
    color: var(--color-blue-light);
    text-decoration: underline;
}
.butons-espec a:hover {
    transition: .2s;
    color: var(--color-blue-light);
    text-decoration: underline;
}

.butons-espec a img {
    display: block;
    height: 36px;
    width: 36px;
    object-fit: contain;
}

.separator-espec {
    min-width: 3px;
    min-height: 35px;
    background-color: #000;
    opacity: 0.1;
    display: block;
}

p.desc {
    margin: 5rem auto;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-cinza);
}

.area-top {
    display: flex;
    justify-content: center;
}

.area-top .left,
.area-top .right {
    position: relative;
}

.area-top .left {
    width: 35%;
    z-index: 1;
}

.area-top .center {
    width: 14%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.area-top .center img {
    width: 500px;
    height: auto;
}

.item-faq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #e5e5e5;
    max-width: 380px;
    min-height: 100px;
}

.item-faq h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-cinza);
    text-shadow: 
    0 0 0.5px #fff,
    0 0 0.5px #fff,
    0 1px #fff,
    0 -1px #fff,
    0.5px 0.5px #fff,
    -0.5px -0.5px #fff,
    -0.5px 0.5px #fff;
}

.item-faq button {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    border-radius: 50%;
    background-color: var(--color-laranja);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.item-faq button svg {
    fill: #fff;
    width: 20px;
}

.item-faq:last-child {
    border-bottom: none;
    line-height: 1.1;
}

.item-faq h1 span {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 
    0 0 0.5px #fff,
    0 0 0.5px #fff,
    0 1px #fff,
    0 -1px #fff,
    0.5px 0.5px #fff,
    -0.5px -0.5px #fff,
    -0.5px 0.5px #fff;
}

.area-top .right {
    background-color: var(--color-blue-light);
    padding: 2rem 2rem 2rem 9rem;
    height: auto;
    border-radius: 2rem;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    scroll-margin-top: calc(150px + 2rem);
    width: 51%;
}

.area-top .right p {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.area-top .right p.text {
    font-size: 0.8rem;
}

.avaliacao {
    background-color: var(--color-blue-light);
    background-image: url("../img/equipe/background-text-equipe.webp");
    background-position: 75% center;
    background-size: auto 110%;
    background-repeat: no-repeat;
    padding: 3rem 1rem;
    scroll-margin-top: 150px;
}

.avaliacao .left {
    max-width: 460px;
}

.avaliacao .left .title {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #0000002b;
}

.avaliacao .left h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.avaliacao .left h2 span {
    font-weight: 800;
}

.avaliacao .left p {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    max-width: 100%;
}

.avaliacao .content {
    display: flex;
    gap: 3rem;
}


.etapas {
    position: relative;
    padding: 20px 0;
    width: 100%;
}

.etapas .item {
    display: flex;
    align-items: center;
    position: relative;
}

.etapas .item:nth-child(odd) {
    flex-direction: row;
}

.etapas .item:nth-child(even) {
    flex-direction: row-reverse;
}

/* Espaço entre card e linha central */
.etapas .item:nth-child(odd) .left {
    margin-right: 1rem;
}

.etapas .item:nth-child(even) .left {
    margin-left: 1rem;
}

.etapas .left {
    width: calc(60% - 1rem);
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 1rem;
}

/* Laranja nos ímpares, claro nos pares */
.etapas .item:nth-child(odd) .left {
    background: #fff;
    position: relative;
}
.etapas .item:nth-child(odd) .left::after {
    content: '';
    background-color: var(--color-laranja);
    width: calc(100% - 1.5rem - 80px);
    border-radius: 2rem 10px 10px 2rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.etapas .item:nth-child(even) .left {
    background: #fff;
    position: relative;
}
.etapas .item:nth-child(even) .left::after {
    content: '';
    background-color: #dededd;
    width: calc(100% - 1.5rem - 80px);
    border-radius: 2rem 10px 10px 2rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.etapas .item .left span {
    font-size: 3rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.etapas .item:nth-child(odd) .left span {
    color: var(--color-laranja);
}

.etapas .item:nth-child(even) .left span {
    color: var(--color-laranja);
}

/* número já está no .left */
.etapas .item .left p {
    margin-left: 10px;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.etapas .item:nth-child(odd) .left p {
    color: rgba(255, 255, 255, 0.93);
}

.etapas .item:nth-child(even) .left p {
    color: var(--color-blue)
}

.resultados {
    background-image: url("../img/especialidades/background-main.webp");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 1rem;
    scroll-margin-top: 150px;
}
.resultados .content {
    display: flex;
    gap: 2rem;
}
.resultados h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--color-blue);
    line-height: 1;
    max-width: 300px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #e5e5e5;
}
.resultados h2 span {
    font-weight: 800;
}
.resultados .left p {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-cinza);
}
.resultados .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.item-resultado {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2rem 4rem;
    text-align: center;
    width: max-content;
    
}
.item-resultado:first-child {
    margin: 0 !important;
}
.item-resultado:nth-child(odd) {
    background-image: url("../img/especialidades/bg-resultado-1.webp");
    margin-right: 10rem;
}
.item-resultado:nth-child(even) {
    background-image: url("../img/especialidades/bg-resultado-2.webp");
    margin-left: 10rem;
}
.item-resultado .text {
    max-width: 400px;
}
.item-resultado p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
}
.item-resultado p.title {
    /*display: block;*/
    display: none;
    font-size: 1.2rem;
}
.area-main-bottom {
    background-image: url("../img/clinica/background-main.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3rem 1rem;
    position: relative;
}
.area-badges {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    border-bottom: 3px solid #0000002b;
}
.area-badges .item {
    width: 100%;
}
.area-badges .item h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.area-badges .item span {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    color: var(--color-laranja);
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.area-main-bottom .area-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.area-main-bottom .area-bottom .left {
    max-width: 350px;
}
.area-main-bottom .area-bottom h5 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #0000002b;
}
.area-main-bottom .area-bottom h5 span {
    display: block;
    font-weight: 800;
}
.area-main-bottom .area-bottom .left p {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}
.area-main-bottom .area-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #fff;
    aspect-ratio: 16 / 9;
}
.area-main-bottom .area-bottom a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.icone-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ea0000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100px;
    border-radius: 1.5rem
}
.icone-play svg {
    width: 50px;
    fill: #fff;
}

.faixa {
    background-image: url("../img/exames/faixa.webp");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    pointer-events: none;
    position: relative;
    top: -50px;
}
@media (min-width: 1600px) {
    .faixa {
        height: 200px;
        top: -60px;
    }
}
@media (min-width: 2000px) {
    .faixa {
        height: 240px;
        top: -65px;
    }
}
@media (max-width: 1250px) {
    .banner .area-text {
        padding: 2rem 1rem;
    }
}
@media (max-width: 1210px) {
    .butons-espec {
        flex-direction: column;
        align-items: flex-start;
    }
    .butons-espec a {
        min-width: 240px;
        flex-direction: row-reverse;
        justify-content: left;
    }
    .separator-espec {
        min-width: 100%;
        min-height: 3px;
    }
}
@media (max-width: 1150px) {
    .area-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 3rem;
    }
    .area-top .left,
    .area-top .center,
    .area-top .right {
        width: 100%;
    }
    .item-faq,
    .resultados h2,
    .area-main-bottom .area-bottom .left {
        max-width: 100%;
    }
    .area-top .right {
        padding: 2rem;
    }
    .avaliacao .content {
        flex-direction: column;
    }
    .avaliacao .content > .left {
        width: 100%;    
        max-width: 100%;
    }
    .resultados .content {
        flex-direction: column;
    }
    .area-badges {
        flex-direction: column;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .area-main-bottom .area-bottom {
        flex-direction: column;
    }
    .area-main-bottom .area-bottom h5 {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .area-main-bottom .area-bottom h5 span {
        display: inline;
    }
}

@media (max-width: 1100px) {
    .faixa {
        background-size: cover;
    }

}
@media (max-width: 800px) {
    .avaliacao .left .title {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .etapas .left {
        width: 100%;
        max-width: 100%;
    }
    .item-resultado:nth-child(odd),
    .etapas .item:nth-child(odd) .left {
        margin-right: 0rem !important;
    }
    .item-resultado:nth-child(even),
    .etapas .item:nth-child(even) .left {
        margin-left: 0rem !important;
    }
    .item-resultado {
        width: 100%;
        padding: 2rem;
    }
    .area-main-bottom .area-bottom h5 {
        text-align: center;
    }
}
@media (max-width: 700px) {
    .banner .area-text h1,
    .banner .area-text h1 span {
        font-size: 1.8rem;
    }

    a.btn-banner {
        font-size: 1rem;
    }

    .banner .area-text h1,
    .banner .area-text h1 span {
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    }

    .banner .swiper-slide {
        height: 450px;
    }

    .banner .area-text {
        top: 100px;
    }
    .area-top .center img {
        width: calc(100% - 2.5rem);
    }
    p.desc {
        font-size: 1.2rem;
    }
    .area-top .right p.text {
        font-size: 1rem;
    }
}

@media (max-width: 380px) {

    .banner .area-text h1,
    .banner .area-text h1 span {
        font-size: 1.5rem;
    }
}