:root {
    --menta: #E6FFFC;
    --turquesa: #007FA3;
    --blanco: #FFF;
    --verde-oscuro: #07272D;
    --negro: #000202;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Barlow", sans-serif;
    overflow-x: hidden;
}

h1 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    margin: 0;
}

h2 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -0.44px;
}

h3 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -0.28px;
}

p {
    font-size: 18px;
    line-height: 150%;
    font-family: Barlow, sans-serif;
}

a {
    text-decoration: none;
    font-family: Barlow, sans-serif;
    color: var(--negro);
}

.btn {
    padding: 8px 12px;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    color: var(--blanco);
    line-height: 150%;
    border-radius: 12px;
    border: var(--turquesa);
    background: var(--turquesa);
}

.mas {
    display: flex;
    justify-content: right;
}

.mas img {
    height: 25px;
    width: auto;
}

.categoria {
    font-size: 16px;
    font-weight: 600;
}

.btn-transparente {
    border: 1px solid rgba(0, 2, 2, 0.15);
    background: transparent;
    color: var(--negro);
}

.banner-container {
    position: relative;
    height: 693px;
    /* margin-top: -90px; */
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}

.banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.swiper {
    height: 100%;
    z-index: 0;
}

.banner-content {
    width: 60%;
    padding: 30px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.70);
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    align-items: anchor-center;
    color: var(--texto-oscuro);
    text-align: center;
}

.site-main .banner-content h1 {
    width: 70%;
    margin: auto;
}

.banner-content p {
    /* width: 70%; */
    margin: 20px auto;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
}

.banner-content .botones {
    display: flex;
    justify-content: center;
    gap: 30px;
}

@media (max-width: 992px) {
    .site-main .banner-content h1 {
        font-size: 20px;

    }

    .banner.swiper {
        height: 100%;
    }

    .banner-container img {
        height: 100%;
    }

    .banner-content {
        /* top: 20%; */
        bottom: 20px;
        width: 90%;
        align-self: center;
        padding: 20px;
    }

    .banner-content p {
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    .banner-container {
        height: 350px;
    }

    .banner-content p {
        font-size: 14px;
        margin: 10px auto;
    }
}

/* ----- SECCION EQUIPO ------ */

.equipo {
    position: relative;
    display: flex;
    /* height: 900px; */
    /* padding: 50px 0 20px; */
}

.equipo .fondo {
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.equipo .fondo-mobile {
    display: none;
}

.equipo .texto {
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 48%;
    justify-content: space-evenly;
    color: var(--negro);
    font-family: 'Barlow', sans-serif;
    /* margin-left: 120px; */
    align-self: center;
}

.equipo h2,
.equipo p {
    margin: 0;
}

.equipo p {
    width: 80%;
    margin: 15px 0;
}

.equipo .texto span {
    font-weight: 600;
}

.equipo a {
    justify-content: flex-start;
}

@media (max-width: 672px) {
    .equipo .texto h2 {
        font-size: 28px;
        align-items: center;
    }
}

@media (max-width: 992px) {

    .equipo {
        width: 100%;
        justify-content: center;
        /* padding: 50px 5% 34px; */
    }

    .equipo .texto {
        position: relative;
        width: 100%;
        margin: 0;
    }

    .equipo .texto h2 {
        display: flex;
        margin-bottom: 34px;
    }

    .equipo .texto a {
        width: fit-content;
        margin-bottom: 13px;
    }

    .equipo .texto p {
        width: 100%;
        margin-bottom: 13px;
    }

    .equipo .fondo-mobile {
        position: relative;
        display: block;
        width: 50%;
        object-fit: contain;
    }

    .equipo .fondo {
        display: none;
    }
}

/* ----- SECCION SERVICIOS ------ */

section.servicios {
    background: var(--verde-oscuro);
    /* padding: 112px 70px 30px; */
}

.servicios .texto,
.servicios .cards {
    color: var(--blanco);
    font-family: Barlow, sans-serif;
}

.servicios .texto {
    width: 50%;
}

.servicios .cards {
    margin-top: 50px;
    justify-content: space-between;
    z-index: 0;
}

.servicios .card {
    width: 35%;
}

.servicios .card img {
    width: 100%;
}

/* .servicios h2 {
    margin: 0;
} */

.servicios .cards p {
    font-size: 16px;
}

@media (max-width: 992px) {
    .servicios .texto {
        width: 100%;
    }

    .servicios .swiper-pagination {
        position: relative;
        margin-top: 30px;
    }

    .servicios .swiper-pagination-bullet {
        background: #FFF;
    }

    .servicios .swiper-pagination-bullet-active {
        width: 38px;
        border-radius: 10px;
    }
}

/* ------ SECCION GALERIA -------- */
.section-galeria-resultado .title-section,
.section-galeria-resultado .bajada-p {
    color: var(--verde-oscuro);
}

.galeria-resultados {
    position: relative;
    /* height: 850px; */
    overflow: hidden;
}

.galeria-resultados .img-fondo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeria-resultados .contenido {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    top: 0;
    justify-self: anchor-center;
    color: var(--blanco);
    text-align: center;
}

.galeria-resultados p {
    margin-bottom: 50px;
}

.galeria-resultados .swiper {
    width: 100%;
    margin-bottom: 50px;
    z-index: 0;
    overflow: visible;
}

.galeria-resultados .swiper .antes-despues-container {
    width: 100%;
}

.galeria-resultados .swiper-wrapper {
    /* display: flex;
    gap: 22px; */
    margin-bottom: 40px;
}

.galeria-resultados .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    width: 400px;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
    user-select: none;
}

.galeria-resultados .swiper-slide.bajo {
    margin-top: 70px;
}

.galeria-resultados .swiper-slide .antes,
.galeria-resultados .swiper-slide .despues {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 50%;
    display: block;
    background: #F1F3F7;
}

.galeria-resultados .img-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.galeria-resultados .img-overlay {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 50%;
    display: block;
}

/* .galeria-resultados .slider-bar {
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 100%;
    background-color: var(--verde-oscuro);
    cursor: ew-resize;
    transform: translateX(-50%);
    z-index: 10;
} */

.galeria-resultados .slider {
    position: absolute;
    width: 58px;
    height: 58px;
    align-self: anchor-center;
    /* object-fit: contain; */
    cursor: ew-resize;

}

.galeria-resultados a {
    background: var(--blanco);
    color: var(--turquesa);
    border: 1px solid var(--menta);
    border-radius: 12px;
    font-size: 16px;
    font-family: Barlow, sans-serif;
    padding: 12px 40px;
}

.galeria .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.galeria .swiper-pagination-bullet {
    background: #FFF;
}

.galeria .swiper-pagination-bullet-active {
    width: 38px;
    border-radius: 10px;
}

/* -------- SECCION CLINICA -------- */

section.nuestra-clinica {
    display: flex;
    background: var(--menta);
    /* padding: 43px 64px; */
    gap: 80px;
}

section.nuestra-clinica>div {
    display: flex;
    gap: 60px;
}

section.nuestra-clinica>div>div {
    width: 50%;
}

.nuestra-clinica p,
.nuestra-clinica h2,
.nuestra-clinica h3 {
    color: var(--verde-oscuro);
}

.nuestra-clinica h3,
.nuestra-clinica h2 {
    font-size: 52px;
}

.nuestra-clinica .datos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

/* .nuestra-clinica .dato {
    width: 30%;
} */

.nuestra-clinica .dato .title-dato {
    font-size: 52px;
    margin: 0 0 15px;
}

.nuestra-clinica .dato .text-dato {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .nuestra-clinica .datos {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 992px) {
    .servicios-resultados .caso-clinico .caso .antes-despues-container {
        width: 100%;
    }

    section.nuestra-clinica>div {
        flex-direction: column;
        gap: 20px;
    }

    section.nuestra-clinica>div>div {
        width: 100%;
    }

    .nuestra-clinica {
        display: block !important;
    }

    .nuestra-clinica .datos {
        grid-template-columns: repeat(2, 1fr);
    }

    .nuestra-clinica .dato {
        width: 100%;
    }

    .nuestra-clinica .dato .title-dato {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .nuestra-clinica .dato .title-dato {
        font-size: 30px;
    }

}

/* ----- SECCION TESTIMONIOS ------ */

section.testimonios {
    background: var(--blanco);
    /* padding: 50px 64px 80px; */
    text-align: center;
}

.testimonios p,
.testimonios h2 {
    color: var(--verde-oscuro);
}

.testimonios.swiper {
    margin-top: 20px;
    z-index: 0;
}

.testimonios .swiper-button-prev,
.testimonios .swiper-button-next,
.testimonios .swiper-pagination {
    display: none !important;
}

.testimonios .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
    background: var(--turquesa);
    border-radius: 16px;
    box-sizing: border-box;
    padding: 32px;
}

.testimonios .swiper-slide p {
    color: var(--blanco);
    margin: 0;
}

.testimonios .swiper-slide span {
    font-weight: 600;
}

.testimonios .estrellas {
    display: flex;
    gap: 4px;
}

.testimonios .perfil {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: auto;
}

@media (max-width: 992px) {
    .testimonios {
        text-align: left !important;
        /* padding: 50px 20px 80px !important; */
        /* background: var(--turquesa) !important; */
    }

    /* .testimonios p,
    .testimonios h2 {
        color: var(--blanco);
    } */

    .testimonios .swiper-slide {
        border: 1px solid rgba(255, 255, 255, 0.20);
        border-radius: 16px;
    }

    /*.testimonios .perfil {
        display: block;
    }*/

    .testimonios .controles {
        display: flex;
        margin-top: 44px;
        justify-content: space-between;
        align-items: center;
    }

    .testimonios .botones {
        position: relative;
        display: flex;
        width: 20%;
        justify-content: space-between;
        gap: 16px;
    }

    .testimonios .swiper-pagination {
        position: relative;
        display: block;
        width: fit-content;
    }

    .testimonios .swiper-pagination-bullet {
        background: var(--verde-oscuro, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #07272D);
    }

    .testimonios .swiper-button-prev,
    .testimonios .swiper-button-next {
        position: relative;
        display: flex;
        height: 48px;
        width: 48px;
        padding: 12px;
        border-radius: 8px;
        border: 1px solid rgba(0, 2, 2, 0.15);
        background: var(--verde-oscuro, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #07272D);
        color: var(--blanco);
    }

    .testimonios .swiper-button-prev::after,
    .testimonios .swiper-button-next::after {
        font-size: 20px;
    }
}

/* ------ SECCION CONTACTO ------- */
.section-contacto .img-fondo {
    display: none;
}

.section-contacto::after {
    content: "";
    position: absolute;
    top: -131%;
    right: 0;
    z-index: -1;
    width: 244%;
    height: 268%;
    background: var(--verde-oscuro);
    border-radius: 42%;
}

.contacto {
    position: relative;
    overflow: hidden;
}

/* .contacto .img-fondo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 120%;
    height: 800px;
    object-fit: cover;
} */

.contacto .contenido {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-evenly;
    box-sizing: border-box;
    /* padding: 80px; */
    gap: 20px;
    /* position: absolute;
    top: 0; */
    color: var(--blanco);
    text-align: left;
}

.contacto .contenido h2 {
    font-size: 60px;
    margin-bottom: 24px;
}

.contacto .info {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 16px;
}

.contacto .info img {
    height: 24px;
}

.contacto .info a {
    display: flex;
    margin-top: 16px;
    align-items: center;
    gap: 16px;
    color: var(--blanco);
    text-decoration: underline;
    line-height: 150%;
}

.contacto .info p {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    color: var(--blanco);
    line-height: 150%;
}

.contacto .formulario {
    display: flex;
    flex-direction: column;
    /* width: 40%; */
    gap: 30px;
}

.contacto .texto,
.contacto .formulario {
    width: 50%;
}

.contacto label {
    color: var(--negro);
    font-family: Barlow, sans-serif;
}

.contacto input,
.contacto textarea {
    width: 100%;
    padding: 15px;
    background: #C6C5C5;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Barlow, sans-serif;
    margin-bottom: 20px;
}

.contacto input.active,
.contacto textarea.active {
    border: none;
    border-color: none;
}

.contacto .checkbox {
    display: flex;
    gap: 8px;
    align-items: center;
}

.contacto .checkbox input {
    width: fit-content;
    cursor: pointer;
}

.contacto button {
    width: fit-content;
    color: var(--blanco);
    font-size: 14px;
    background: var(--turquesa);
    border: var(--turquesa);
    padding: 12px 16px;
    border-radius: 12px;
    line-height: 150%;
    cursor: pointer;
}

@media (max-width: 992px) {

    .contacto {
        /* height: 900px; */
        overflow: hidden;
    }

    .section-contacto::after {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        border-radius: 0;
    }

    .contacto .img-fondo {
        /* position: relative;
        left: 0; */
        height: 120%;
        width: 200%;
    }

    .contacto .contenido {
        display: block;
        /* padding: 40px; */
    }

    .contacto .oculto-mobile {
        display: none;
    }

    .contacto .formulario {
        width: 100%;
        color: var(--blanco);
    }

    .contacto label {
        color: var(--blanco);
    }

    .contacto button {
        margin: auto;
    }
}

/* ---- PAGE NOSOTROS ---- */

.page-nosotros .banner-container,
.page-resultados .banner-container {
    height: 514px;
}

.page-nosotros .banner-container img,
.page-resultados .banner-container img {
    height: 100%;
}

/*---------- Nuevos estilos ------*/
.banner-container-new {
    height: 314px;
    position: relative;
}

.banner-container-new img,
.banner-container-new video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-container-new .banner-content-new {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 30px 20px !important;
    margin-left: 0;
    display: flex;
    align-items: end;
}

.banner-container-new .banner-content-new .banner-text {
    width: 100%;
    max-width: 813px;
    padding: 30px 20px !important;
    border-radius: 16px;
    background: rgba(230, 255, 252, 0.70);
    color: var(--texto-oscuro);
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-self: left;
}

.banner-container-new .banner-content-new .banner-title {
    font-size: 20px;
    margin: 0 0 10px;
}

.banner-container-new .banner-content-new .banner-p {
    font-size: 14px;
    margin: 0;
}

.py-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.px-section {
    padding-left: 20px;
    padding-right: 20px;
}

.max-width-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.bg-green-1 {
    position: relative;
    overflow: hidden;
}

.bg-green-1 .img-fondo {
    display: none !important;
}

.bg-green-1::before {
    content: "";
    position: absolute;
    top: -131%;
    right: 0;
    z-index: -1;
    width: 244%;
    height: 268%;
    background: var(--verde-oscuro);
    border-radius: 42%;
}

.section-bg-img .img-fondo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.section-bg-img .contenido {
    position: initial !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}

.section-bg-img .contenido .texto,
.section-bg-img .contenido>img {
    width: 100% !important;
}

.section-bg-img .contenido>img {
    height: 210px;
    object-fit: cover;
    border-radius: 20px;
}

.title-section {
    font-size: 20px !important;
    margin: 0 0 20px;
}

.bajada-p {
    font-size: 15px;
    margin: 0 0 20px;
}

.section-resultados {
    position: relative;
}

.section-resultados .img-fondo {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.contenido-res {
    position: initial !important;

}

@media (min-width: 768px) {
    .banner-container-new {
        height: 350px;
    }

    .banner-container-new .banner-content-new .banner-title {
        font-size: 26px;
        margin: 0 0 10px;
    }

    .banner-container-new .banner-content-new .banner-p {
        font-size: 16px;
        margin: 0;
    }

    .py-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .title-section {
        font-size: 28px !important;
    }

    .section-bg-img .contenido>img {
        height: 300px;
    }

}

@media (min-width: 992px) {
    .section-bg-img .contenido {
        flex-direction: row;
    }

    .section-bg-img .contenido .texto {
        width: 40%;
    }

    .section-bg-img .contenido>img {
        width: 60% !important;
    }

    .bg-green-1::before {
        top: -266%;
        right: 40%;
        width: 540%;
        height: 540%;
        border-radius: 50%;
    }
}

@media (min-width: 1200px) {
    .banner-container-new {
        height: 400px;
    }

    .banner-container-new .banner-content-new .banner-text {
        padding: 40px 30px !important;
    }

    .banner-container-new .banner-content-new .banner-title {
        font-size: 26px;
    }

    .banner-container-new .banner-content-new .banner-p {
        font-size: 16px;
    }

    .py-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .title-section {
        font-size: 40px !important;
    }

    .bajada-p {
        font-size: 18px;
    }

    .section-bg-img .contenido {
        gap: 40px !important;
    }

    .section-bg-img .contenido>img {
        height: 350px;
    }
}

@media (min-width: 1400px) {
    .banner-container-new {
        height: 466px;
    }

    .banner-container-new .banner-content-new .banner-title {
        font-size: 44px;
    }

    .banner-container-new .banner-content-new .banner-p {
        font-size: 18px;
    }

    .title-section {
        font-size: 52px !important;
    }

    .section-bg-img .contenido>img {
        height: 422px;
    }
}

/*---------- Fin Nuevos estilos ------*/

.page-nosotros .banner-content,
.page-resultados .banner-content {
    width: 100%;
    padding: 30px;
    border-radius: 16px;
    background: rgba(230, 255, 252, 0.70);
    position: absolute;
    bottom: 10px;
    left: 0;
    justify-self: left;
    margin-left: 0;
    color: var(--texto-oscuro);
    text-align: left;
}

.page-nosotros .banner-content p,
.page-resultados .banner-content p {
    margin: 16px 0;
}

.compromiso,
.page-nosotros .resultados {
    position: relative;
}

.compromiso .img-fondo,
.page-nosotros .resultados .img-fondo {
    width: 100%;
}

.compromiso .contenido,
.page-nosotros .resultados .contenido {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding: 110px 60px 90px; */
    gap: 80px;
    position: absolute;
    top: 0;
    color: var(--blanco);
    text-align: left;
}

.compromiso .texto {
    width: 40%;
}

.compromiso span {
    font-weight: 600;
}

.compromiso .contenido img {
    width: 50%;
}

.profesionales {
    display: flex;
    flex-direction: column;
    gap: 80px;
    background: var(--verde-oscuro);
    /* padding: 60px 80px; */
}

.profesionales .texto {
    text-align: center;
    color: #FFF;
}

.profesionales .cards {
    display: flex;
    justify-content: space-between;
    /* gap: 38px; */
}

.profesionales .card {
    width: 30%;
    color: #FFF;
}

.profesionales .card.active {
    width: 35%;
}

.profesionales .card .perfil {
    text-align: center;
}

.profesionales .nombre {
    font-size: 22px;
    font-family: Barlow, sans-serif;
    margin-bottom: 4px;
}

.profesionales .perfil p {
    margin-top: 0;
}

.profesionales .card img {
    width: 100%;
}

.profesionales .colapsable {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    opacity: 0;
}

.profesionales .card.active .colapsable {
    max-height: 1000px;
    opacity: 1;
}

.profesionales .links {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.profesionales .card .links img {
    height: 24px;
    width: auto;
}

.pilares {
    background: #FFF;
    /* padding: 76px 5% 60px; */
}

.pilares .body {
    position: relative;
    display: flex;
    gap: 24px;
    padding-left: 45%;
    min-height: 480px;
    align-items: flex-start;
    box-sizing: border-box;
}

.pilares .contenido {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 16px;
    box-sizing: border-box;
    transition: all 0.28s ease;
}

.pilares .contenido picture {
    display: none;

}

.pilares .contenido .img-pilar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.pilares .contenido.active picture {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    height: 435px;
}

.pilares .card {
    width: 100%;
    transition: padding 0.28s ease, height 0.28s ease, writing-mode 0.28s ease;
    height: 435px;
    border: 2px solid var(--turquesa);
    border-radius: 4px;
    writing-mode: sideways-lr;
    padding: 30px 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.pilares .contenido:not(.active) .card {
    display: flex;
    align-items: center;
}

.pilares .contenido.active .card {
    writing-mode: horizontal-tb;
    padding: 30px 36px 20px;
}

.pilares .card p,
.pilares .cierre,
.pilares .contenido.active .abrir {
    display: none;
}

.pilares .contenido.active p,
.pilares .contenido.active .cierre {
    display: block;
}

.pilares .abrir,
.pilares .cierre {
    width: 25px;
}

.pilares h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: 32px;
    cursor: pointer;
}

.pilares .contenido.active .card h3 {
    margin-bottom: 20px;
}

.pilares .contenido:not(.active) .card h3 {
    height: 100%;
}

.pilares .contenido .card p {
    width: 100%;
}

@media (max-width: 992px) {
    .pilares .body {
        flex-direction: column;
        padding: 455px 0 0;
    }

    .pilares .contenido,
    .pilares .contenido.active picture {
        width: 100%;
    }

    /* .pilares .contenido.active picture {
        height: 0px;
    } */

    .pilares .contenido .card {
        writing-mode: horizontal-tb;
        padding: 20px;
        height: fit-content;
    }

    .pilares .contenido.active .card {
        height: fit-content;
    }
}

@media (max-width: 768px) {
    .pilares .body {
        flex-direction: column;
        padding: 373px 0 0;
    }

    .pilares .contenido.active picture {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .pilares .body {
        flex-direction: column;
        padding: 275px 0 0;
    }

    .pilares .contenido.active picture {
        height: 260px;
    }
}

.page-nosotros .resultados .img-fondo {
    display: none;
}

.resultados {
    background-color: var(--turquesa);
}

.page-nosotros .resultados {
    /* height: 990px; */
    overflow: hidden;
}

.page-nosotros .resultados .contenido {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* padding: 120px 90px 60px; */
    position: absolute;
    top: 0;
    color: var(--blanco);
    text-align: left;
}

.page-nosotros .resultados .texto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .page-nosotros .resultados h2 {
        width: 50%;
        margin: 0;
    }

    .page-nosotros .resultados .img-fondo {
        display: block;
        height: 120%;
        object-fit: cover;
    }

    .resultados {
        background-color: transparent;
    }
}

.page-nosotros .resultados .texto p {
    width: 40%;
    color: var(--turquesa);
}

.page-nosotros .resultados .bloques {
    display: flex;
    justify-content: space-between;
}

.page-nosotros .resultados .columna {
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 20px;
}

.page-nosotros .resultados .columna img {
    width: 100%;
}

.page-nosotros .resultados .card {
    display: flex;
    flex-direction: column;
    background: var(--verde-oscuro);
    padding: 20px 32px;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 16px;
    color: var(--blanco);
}

.page-nosotros .resultados .data {
    font-size: 80px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin: 0;
}

.page-nosotros .resultados h3 {
    font-size: 22px;
    margin: 0;
}

.page-nosotros .resultados .info p {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 992px) {
    /* .page-nosotros .resultados .contenido {
        padding: 60px;
    } */

    .page-nosotros .resultados .texto {
        display: block;
    }

    .page-nosotros .resultados h2 {
        width: 100%;
        font-size: 30px;
    }

    .page-nosotros .resultados .texto p {
        width: 100%;
        color: var(--blanco);
    }

    .page-nosotros .resultados .columna {
        width: 100%;
    }

    .page-nosotros .resultados .bloques {
        flex-direction: column;
    }

    .page-nosotros .resultados .card {
        width: 100%;
        background: transparent;
        padding: 20px 0;
    }

    .page-nosotros .resultados .data {
        font-size: 40px;
    }

    .page-nosotros .resultados img {
        display: none;
    }
}

.video-testimonio {
    display: flex;
    gap: 80px;
    align-items: center;
    /* padding: 60px 64px; */
    background: var(--verde-oscuro);
}

.video-testimonio .testimonios.swiper {
    margin-top: 0;
}

.video-testimonio video {
    width: 50%;
    height: 510px;
}

.video-testimonio-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.video-testimonio .texto {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 32px;
    color: var(--blanco);
}

.video-testimonio .testimonio {
    font-size: 28px;
    font-family: DM Serif Display;
    margin: 0;
}

.video-testimonio .perfil p {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 768px) {
    .video-testimonio-container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .video-testimonio video,
    .video-testimonio .texto {
        width: 100%;
    }

    .video-testimonio video {
        height: 310px;
    }

    .video-testimonio .texto {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    /* .video-testimonio {
        padding: 0;
    } */

    .video-testimonio .testimonios.swiper {
        background: var(--verde-oscuro) !important;
    }

    .video-testimonio .swiper-slide {
        background: var(--verde-oscuro);
        border: none;
        padding: 0 5px;
    }

    .video-testimonio .perfil {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* ---- PAGE RESULTADOS ---- */


/* .page-resultados {
    background: var(--menta);
} */
.page-resultados section:not(.section-contacto) {
    background: var(--menta);
}

.page-resultados .fondo {
    display: none;
}

/* .page-resultados .tratamientos,
.page-resultados .cirugias,
.page-resultados .caso-clinico {
    width: 90%;
    margin: 70px auto 0;
} */

.page-resultados .caso-clinico .titulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resultados .caso-clinico .titulo p {
    width: 50%;
    color: var(--turquesa);
}

.page-resultados .card {
    background: var(--verde-oscuro);
    padding: 60px;
    border-radius: 10px 10px 0 0;
}

@media (max-width: 992px) {
    .page-resultados .card {
        padding: 20px;
    }

    .page-resultados .card .antes-despues-container {
        width: 100%;
        margin-top: 20px;
        width: 100%;
    }

    .page-resultados .caso-clinico .titulo {
        flex-direction: column;
        align-items: start;
    }

    .page-resultados .caso-clinico .titulo p {
        width: 100%;
    }
}

.page-resultados .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    color: #F5F5F5;
}

.page-resultados .texto {
    width: 60%;
}

.page-resultados .parrafo {
    position: relative;
    display: flex;
    gap: 2%;
}

.page-resultados .content p {
    font-size: 16px;
}

.page-resultados .ver-mas-btn {
    display: none;
    width: fit-content;
    background: transparent;
    border: none;
    color: #F5F5F5;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
}

.page-resultados .btn {
    width: fit-content;
}

.page-resultados .content span {
    color: var(--turquesa);
    background: var(--menta);
    border-radius: 8px;
    padding: 2px 4px;
}

.page-resultados .antes-despues {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    user-select: none;
    touch-action: none;
}

.page-resultados .antes-despues .antes {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    top: 0;
}

.page-resultados .antes-despues .despues {
    position: absolute;
    height: 100%;
    width: 200%;
    object-fit: cover;
    left: -100%;
    right: 0;
}

.page-resultados .img-overlay-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 2;
}

/* .page-resultados .slider-bar {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: var(--verde-oscuro);
    cursor: ew-resize;
    transform: translateX(-50%);
    z-index: 3;
} */

.page-resultados .slider {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    cursor: ew-resize;

}

.galeria .control {
    display: flex;
    background: var(--blanco);
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
}

.page-resultados .control {
    display: flex;
    background: var(--blanco);
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    padding: 24px 28px;
}

.page-resultados .control p,
.galeria .control p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
}

.page-resultados .swiper-button-prev,
.galeria .swiper-button-prev {
    display: flex;
    flex-direction: row-reverse;
}

.page-resultados .tratamientos .swiper-button-prev,
.page-resultados .cirugias .swiper-button-prev,
.page-resultados .caso-clinico .swiper-button-prev,
.galeria .swiper-button-prev,
.page-resultados .tratamientos .swiper-button-next,
.page-resultados .cirugias .swiper-button-next,
.page-resultados .caso-clinico .swiper-button-next,
.galeria .swiper-button-next {
    position: relative;
    width: fit-content;
    gap: 16px;
    margin: 0;
    color: var(--negro);
    font-weight: 500;
}

.page-resultados .swiper-button-prev::after,
.galeria .swiper-button-prev::after,
.page-resultados .swiper-button-next::after,
.galeria .swiper-button-next::after {
    font-size: 16px;
}

@media (max-width: 992px) {
    .page-resultados .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .page-resultados .texto {
        width: 100%;
    }

    .page-resultados .content p:not(.tiempo),
    .page-resultados .parrafo p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 10px 0 20px;
    }

    .page-resultados .content p.expanded,
    .page-resultados .parrafo.expanded p {
        -webkit-line-clamp: unset;
        display: block;
        overflow: visible;
    }

    .page-resultados .ver-mas-btn {
        background: transparent;
        border: none;
        color: #F5F5F5;
        text-decoration: underline;
        cursor: pointer;
        padding: 0;
        font-weight: 400;
    }

    .page-resultados .parrafo.expanded .ver-mas-btn,
    .page-resultados .content p.expanded+.ver-mas-btn {
        display: none;
    }
}

/* ---- PAGE BLOG ---- */

.page-blog h1 {
    /* width: 80%;
    margin: auto; */
    font-family: Barlow, sans-serif;
}

.page-blog a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-blog a img {
    height: 12px;
}

/* .articulos,
section.prensa {
    width: 80%;
    margin: auto;
} */

.repositorio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 74px 0;
}

.repositorio .card {
    flex-direction: column;
}

.repositorio .img-card {
    height: 60%;
    object-fit: cover;
}

.repositorio .texto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    /* height: 40%; */
}

.page-blog .card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}

.page-blog .card .img-card {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.card.ultimo-articulo .img-card {
    height: 100%;
    width: 50%;
}

.page-blog .card.articulo p:not(.tiempo) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 20px;
}

.ultimo-articulo {
    display: flex;
}

.ultimo-articulo .img-card {
    width: 50%;
}

.ultimo-articulo .texto {
    padding: 40px;
    width: 50%;
}

.ultimo-articulo h3 {
    margin: 16px 0 !important;
}

.articulos .texto {
    display: flex;
    flex-direction: column;
    background: var(--verde-oscuro);
    color: var(--blanco);
    justify-content: space-between;
    /* padding: 30px; */
    box-sizing: border-box;
    flex-grow: 1;
}

.page-blog .texto p,
.page-blog .texto h3,
.page-blog .texto a {
    margin: 0;
}

.articulos a {
    color: var(--blanco);
}

.prensa a {
    color: var(--verde-oscuro);
}

.filtros {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 600;
}

.filtros p {
    font-size: 14px;
}

.filtros-cards {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--verde-oscuro);
}

.filtros-cards p {
    padding: 6px 12px;
    cursor: pointer;
}

.filtros-cards p.active {
    border: 1px solid rgba(0, 2, 2, 0.15);
    border-radius: 8px;
    background: var(--menta);
}

.card .categoria {
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
}

.e-book {
    margin-bottom: 30px;
}

.e-book>div {
    display: flex;
    padding: 64px;
    justify-content: space-between;
    border-radius: 16px;
    gap: 50px;
    background: var(--turquesa);
    color: var(--menta);
}

.e-book .texto {
    width: 50%;
}

.e-book input {
    width: 60%;
    background: #F5F5F5;
    border: 1px;
    border-radius: 16px;
    padding: 8px 0;
    margin: 32px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.e-book button {
    padding: 6px 12px;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: var(--turquesa);
    color: var(--blanco);
    font-size: 16px;
    font-family: Barlow, sans-serif;
    line-height: 150%;
}

.e-book img {
    display: none;
}

@media (max-width: 992px) {
    .page-blog .card {
        flex-direction: column;
    }

    .page-blog .card .texto {
        padding: 20px;
        /* height: 40%; */
    }

    .page-blog .card .texto {
        width: 100%;
    }

    .card.ultimo-articulo .img-card {
        width: 100%;
    }

    .page-blog .card .img-card {
        height: 280px;
    }

    .page-blog .repositorio {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .page-blog .repositorio .card {
        display: block;
    }

    /* .page-blog .repositorio .card:nth-child(n+4) {
        display: none;
    } */

    .page-blog .pagination {
        display: flex;
        justify-content: center;
        margin: 16px 0 40px;
        gap: 8px;
        list-style: none;
        padding: 0;
    }

    .page-blog .pagination li {
        color: #000;
    }

    .e-book>div {
        display: block;
    }

    .e-book .texto,
    .e-book input,
    .e-book button {
        width: 100%;
    }

    .e-book input {
        background: transparent;
        border: 1px solid var(--blanco);
    }

    .e-book button {
        border: 1px solid var(--negro);
        background: var(--blanco);
        color: var(--verde-oscuro);
    }

    .e-book img {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-blog .card .img-card {
        height: 247px;
    }
}

.plantilla-articulo .articulo {
    display: flex;
    gap: 80px;
    padding: 54px 5% 76px;
}

.plantilla-articulo .columna-izq {
    width: 40%;
}

.colaboradores {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
}

.colaboradores .colaborador {
    display: flex;
    gap: 16px;
    align-items: center;
}

.colaboradores span,
.suscribete span,
.redes p {
    font-size: 18px;
    font-weight: 700;
}

.colaboradores .colaborador p {
    font-size: 16px;
    margin: 8px 0;
}

.suscribete {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 16px;
    margin: 48px 0 90px;
}

.suscribete p {
    margin: 0;
}

.suscribete input {
    border-radius: 8px;
    background: var(--verde-oscuro);
    color: var(--menta);
    padding: 10px;
}

.plantilla-articulo .redes .links {
    display: flex;
    gap: 8px;
}

.plantilla-articulo .links a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    background: var(--menta);
    border-radius: 64px;
}

.plantilla-articulo .links img {
    height: 24px;
}

.plantilla-articulo .nombre {
    font-weight: 600;
}

.colaboradores img {
    border-radius: 56px;
    height: 56px;
    width: 56px;
    object-fit: cover;
}

.plantilla-articulo .filtros {
    display: flex;
}

.plantilla-articulo .detalle {
    width: 60%;
}

.plantilla-articulo .detalle img {
    width: 100%;
}

.plantilla-articulo .detalle .antes {
    margin: 48px 0;
}

.plantilla-articulo .antes {
    font-size: 14px;
}

.plantilla-articulo .intro,
.plantilla-articulo .conclusion {
    font-family: "DM Serif Display";
    font-size: 36px;
    letter-spacing: -0.36px;
}

@media (max-width: 992px) {
    .plantilla-articulo h1 {
        font-size: 28px;
    }

    .plantilla-articulo h2 {
        font-size: 24px;
    }

    .plantilla-articulo .articulo {
        position: relative;
        flex-direction: column;
    }

    .plantilla-articulo .columna-izq,
    .plantilla-articulo .detalle {
        width: 100%;
    }
}

/* Antes y despues container */
.antes-despues-container {
    width: 400px;
    height: 400px;
    position: relative;
    /* touch-action: none; */
}

.antes-despues-container .antes-despues-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.antes-despues-container .antes-despues-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.antes-despues-container .antes-despues-wrapper .after {
    clip-path: inset(0 50% 0 0);
}

.antes-despues-container .slider-bar {
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--verde-oscuro);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ew-resize;
    z-index: 10;
}

.antes-despues-container .slider-bar img {
    width: 58px;
    height: 58px;
    pointer-events: none;
    /* deja pasar el click */
    user-select: none;
    -webkit-user-drag: none;
}

/* Preguntas frecuentes */

/* .page-preguntas-frecuentes section.info {
    width: 80%;
    margin: auto;
} */

.tabs-areas {
    position: relative;
}

.seccion-cards {
    display: flex;
    gap: 80px;
    justify-content: center;
    margin: 20px 0;
}

.page-preguntas-frecuentes .tab-areas {
    position: relative;
    margin-top: 32px;
    font-size: 16px;
    font-family: Barlow, sans-serif;
    font-weight: 500;
    color: var(--turquesa);
    line-height: 150%;
    cursor: pointer;
}

.page-preguntas-frecuentes .tab-areas.active {
    color: var(--verde-oscuro);
}

.page-preguntas-frecuentes .tabs-content {
    width: 60%;
}

.page-preguntas-frecuentes .tab-content.active {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-preguntas-frecuentes .tab-content {
    display: none;
}

.page-preguntas-frecuentes .seccion-cards .card {
    position: relative;
    padding: 20px 24px 24px;
    border-radius: 16px;
    box-sizing: border-box;
    background: var(--verde-oscuro);
    color: var(--blanco);
    cursor: pointer;
}

.page-preguntas-frecuentes .card img {
    position: absolute;
    right: 24px;
    top: 38px;
}

.page-preguntas-frecuentes .card .cerrar {
    height: 13px;
    width: 13px;
}

.page-preguntas-frecuentes .dropdown {
    height: 10px;
    width: 16px;
}

.page-preguntas-frecuentes .card .cerrar,
.page-preguntas-frecuentes .card.active .dropdown {
    display: none;
}

.page-preguntas-frecuentes .card .dropdown,
.page-preguntas-frecuentes .card.active .cerrar {
    display: block;
}

.page-preguntas-frecuentes .card .pregunta {
    font-weight: 700;
}

.page-preguntas-frecuentes .card.active .colapsable {
    display: block;
}

.page-preguntas-frecuentes .colapsable {
    display: none;
    font-size: 16px;
}

.page-preguntas-frecuentes section.preguntas {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    /* padding: 112px 5%; */
    background: var(--turquesa);
    color: var(--blanco);
}

.page-preguntas-frecuentes section.preguntas>div {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.page-preguntas-frecuentes .formulario {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.page-preguntas-frecuentes .formulario .terminos {
    font-size: 12px;
}

.page-preguntas-frecuentes input,
.page-preguntas-frecuentes textarea {
    width: 70%;
    font-size: 16px;
    font-family: Barlow, sans-serif;
    padding: 14px 24px;
    margin-bottom: 32px;
    border-radius: 10px;
    border-bottom: 1px solid var(--verde-oscuro);
}

.page-preguntas-frecuentes .preguntas img {
    position: relative;
    width: 50%;
    object-fit: cover;
    border-radius: 16px;
}

.page-preguntas-frecuentes .preguntas button {
    width: fit-content;
    padding: 6px 12px;
    background: var(--verde-oscuro, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #07272D);
}

@media (max-width: 992px) {
    .seccion-cards {
        display: block;
    }

    .tabs-areas {
        display: flex;
        width: 100%;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }

    .tab-areas {
        color: var(--verde-oscuro) !important;
        text-align: center;
    }

    .tab-areas.active {
        padding: 6px 12px;
        border-radius: 8px;
        border: 1px solid rgba(0, 2, 2, 0.15);
        background: var(--menta);
    }

    .page-preguntas-frecuentes .tabs-content {
        width: 100%;
    }

    .page-preguntas-frecuentes section.preguntas {
        display: block;
    }

    .page-preguntas-frecuentes section.preguntas>div {
        display: block;
    }

    .page-preguntas-frecuentes .formulario {
        width: 100%;
    }

    .page-preguntas-frecuentes input,
    .page-preguntas-frecuentes textarea {
        width: 100%;
    }

    .page-preguntas-frecuentes .preguntas button {
        width: 100%;
        padding: 12px;
    }

    .page-preguntas-frecuentes .terminos {
        font-size: 13px !important;
    }

    .page-preguntas-frecuentes .preguntas img {
        width: 100%;
    }
}

/* Certificaciones footer */
.section-certificaciones {
    padding-top: 50px;
    background: var(--menta);
}

.section-certificaciones .contenido p {
    margin: 0 0 30px;
    text-align: center;
}

.section-certificaciones .logos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.section-certificaciones .logos-container .logo {
    width: 140px;

}

.section-certificaciones .logos-container .logo img {
    display: block;
    max-width: 100%;

}