:root {
    font-size: 10px;
    --rosa: #dd98c6;
    --fucsia: #c256a1;
    --azul: #00235e;
    --marino: #00429d;
    --negro: #1c1c1c;
    --gris: #e6e6e680;
    --blanco: #ffffff;
    --size-separator-section: 1.2rem;
    --size-separator-nav: 3.5rem;
}

* {
    box-sizing: border-box;
}

html {
    position: relative;
}

/* Normalizacion de estilos */
#ganemosnf1 .cmp-text {
    padding: 0;
    font-family: var(--ff-haas-grotesk);
}

#ganemosnf1 .cmp-text ul:not(.tabs) {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    list-style-position: outside;
}

#ganemosnf1 .embed.cmp-embed ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    list-style-position: outside;
}

#ganemosnf1 .cmp-container__backgroundImage--enabled {
    margin: 0
}

#ganemosnf1 p {
    margin: 20px 0;
}

#ganemosnf1 .html-asset-container .html-asset-inner div.text-center {
    text-align: center;
}

#ganemosnf1 .html-asset-container .html-asset-inner div.text-center h2.vcenter {
    display: none
}

@media screen and (max-width: 767px) {
    #ganemosnf1 p {
        margin: 16px 0;
    }
}

/* Container AEM */
#definicion-section,
#sintomas-section,
#desafios-section,
#fibroma-section-container,
#profesionales-section,
#consulta-section-container,
#familia-section,
#glosario-section-container,
#emocion-section,
#carrera-section,
#hr-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding-inline: 20px;
}

body {
    font-family: var(--ff-haas-grotesk);
    font-style: normal;
    font-size: var(--font-size-20);
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height-1-5);
    color: var(--azul);
    font-weight: var(--fw-500);
}

@media screen and (max-width:767px) {
    body {
        font-size: var(--font-size-16);
    }
}

h1 {
    font-size: var(--font-size-60);
}

h1.faq {
    font-size: var(--font-size-50);
}

h2 {
    font-size: var(--font-size-40);
}

h3 {
    font-size: var(--font-size-20);
}

@media screen and (max-width:767px) {
    h1 {
        font-size: var(--font-size-40);
    }

    h1.faq {
        font-size: var(--font-size-30);
    }

    h2 {
        font-size: var(--font-size-30);
    }

    h3 {
        font-size: var(--font-size-16);
    }
}

/* divisor */
.hr-large {
    border: 0;
    height: 2rem;
    background-color: var(--gris);
    margin: 0;
}

/* Color texto */
.text-color-fucsia {
    color: var(--fucsia);
}

.text-color-blanco {
    color: var(--blanco);
}

.text-color-azul {
    color: var(--azul);
}

.text-color-rosa {
    color: var(--rosa);
}

/* Header Main */
.experiencefragment:has(#header-main-xf) {
    position: sticky;
    top: 0;
    z-index: 4;
    box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.2);
}

#header-main {
    background-color: var(--rosa);
}

#header-main .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: var(--line-height-1-25);
}

@media screen and (max-width:768px) {
    #header-main .nav-container {
        flex-direction: column;
        align-items: center;
        width: 100%
    }
}

#header-main .nav-container .logo-header img {
    height: 100%;
    object-fit: cover;
    max-width: 100px;
}

@media (min-width: 1280px) {
    #header-main .nav-container .logo-header {
        padding-right: 30px;
    }

    #header-main .nav-container .logo-header img {
        max-width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    #header-main .nav-container .logo-header {
        padding-right: 30px;
        max-width: 150px;
        min-width: 150px;
    }
}

#header-main .hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}

#header-main .hamburger-menu span {
    display: block;
    height: 3px;
    background: var(--blanco);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#header-main .hamburger-menu span.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

#header-main .hamburger-menu span.open span:nth-child(2) {
    opacity: 0;
}

#header-main .hamburger-menu span.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 767px) {
    #header-main .hamburger-menu {
        display: flex;
    }
}

#header-main .tabs {
    list-style: none;
    flex-wrap: wrap;
    box-sizing: content-box;
    gap: 50px;
}

#header-main .tabs a {
    color: var(--blanco);
    text-decoration: none;
    display: block;
    position: relative;
    transition: width 0.3s ease-in-out;
    font-family: var(--ff-haas-grotesk);
    line-height: var(--line-height-1-25);
}

#header-main .tabs a.active::before,
#header-main .tabs a:hover::before {
    width: 100%;
    transition: width 0.3s ease-in-out;
}

#header-main .tabs a::before {
    border-top-right-radius: 5px;
    content: "";
    width: 0;
    height: 4px;
    background-color: var(--azul);
    position: absolute;
    top: var(--size-separator-nav);
    /* transition: width 0.3s ease-in-out; */
}

#header-main .tabs a br {
    display: none;
}

@media (min-width: 768px) {
    #header-main .tabs a br {
        display: block
    }
}

@media (max-width: 767px) {
    #header-main .tabs {
        display: none;
        flex-direction: column;
        align-items: center;
        max-height: 0;
        transition-property: display, opacity, max-height;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
        transition-behavior: allow-discrete;
    }

    #header-main .tabs a {
        padding: 15px 30px;
        text-align: center;
    }

    #header-main .tabs a.active::before,
    #header-main .tabs a:hover::before {
        width: 100%;
        left: 0;
        top: 60px
    }

    #header-main .tabs li {
        margin: 10px 0;
        opacity: 0;
        padding-top: 20px;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    #header-main .tabs.active {
        display: block;
        max-height: 1000px;
    }

    @starting-style {
        #header-main .tabs.active {
            max-height: 0;
        }
    }

    #header-main .tabs.active li {
        opacity: 1;
        transform: translateY(0);
    }

    #header-main .menu-mobile-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    #header-main .tabs {
        gap: 15px;
    }
}

/* Sección Footer */
.footer-section {
    font-size: var(--font-size-14);
}

.footer-section .hr-large {
    background-color: var(--rosa);
}

.footer-section .footer-referencias ol {
    padding-inline-start: 1.5rem;
    list-style: decimal;
}

.footer-section .footer-content {
    background-color: var(--negro);
}

.footer-section .footer-content .footer-content-container {
    flex-wrap: wrap;
    gap: 100px;
}

.footer-section .footer-content .footer-content-container .footer-logos {
    gap: 20px;
    flex: 20%;
}

.footer-section .footer-content .footer-content-container .footer-logos .footer-social {
    gap: 20px;
}

.footer-section .footer-content .footer-content-container .footer-logos .footer-social figure {
    max-width: 25px;
    min-width: 25px;
    line-height: 0;
}

.footer-section .footer-content .footer-content-container .footer-logos .footer-social figure path {
    transition: fill 0.3s ease-in;
}

.footer-section .footer-content .footer-content-container .footer-logos .footer-social figure img,
.footer-section .footer-content .footer-content-container .footer-logos .footer-social figure svg {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    max-width: 25px;
}

.footer-section .footer-content .footer-content-container .footer-logos .footer-social figure:hover path.cls-1 {
    fill: var(--rosa);
    transition: fill 0.3s ease-out;
}

.footer-section .footer-content .footer-content-container .footer-logos .footer-az {
    max-width: 150px;
    min-width: 100px;
}

.footer-section .footer-content .footer-content-container .footer-text {
    flex: 65%;
}

.footer-section .footer-content .footer-content-container .footer-text .footer-text-enlaces a {
    color: var(--blanco);
    text-decoration: unset;
    transition: color 0.3s ease-in;
}


.footer-section .footer-content .footer-content-container .footer-text .footer-text-enlaces a:hover {
    color: var(--rosa);
    transition: color 0.3s ease-out;
}

@media screen and (max-width: 767px) {
    .footer-section {
        font-size: var(--font-size-12);
    }

    .footer-section .footer-content .footer-content-container {
        gap: 20px;
    }
}


/* Main Header */
#banner-container {
    /* background-color: var(--negro); */
    /* background: url(../img/banner-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#banner-container .cmp-text {
    height: 500px;
}

#banner-container #diagnostico {
    /* background: url(../img/banner-bg-diagnostico.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#banner-container #diagnostico .banner-main-content {
    position: relative;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 500px;
}

#banner-container #diagnostico .banner-main-content .banner-img-section {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
    width: 100%;
}

#banner-container #diagnostico .banner-main-content .banner-img-section .banner-img img {
    max-width: 100%;
}

#banner-container #diagnostico .banner-main-content .banner-text-section {
    flex: unset;
}

@media screen and (max-width: 767px) {
    #banner-container #diagnostico .banner-main-content .banner-img-section {
        top: 80%;
        transform: translateX(-50%) translateY(-80%);
    }

    #banner-container #diagnostico .banner-main-content {
        align-items: center;
    }
}

#banner-container .banner-main-content {
    flex: 1;
    gap: 30px;
    height: 100%;
}

#banner-container .banner-main-content .banner-text-section {
    flex: 1;
}

#banner-container .banner-main-content .banner-text-section h1 {
    color: var(--blanco);
    font-family: var(--ff-haas-grotesk);
    border: 4px solid var(--blanco);
    border-radius: 25px 25px 25px 0;
    width: 100%;
    line-height: var(--line-height-1-25);
}

#banner-container .banner-main-content .banner-text-section h1 .banner-highlight {
    font-size: 10.6rem;
}

#banner-container .banner-main-content .banner-text-section h1:has(.banner-highlight) {
    line-height: 0.8;
}

#banner-container .banner-main-content .banner-text-section p {
    text-align: right;
}

@media screen and (max-width: 767px) {
    #banner-container .banner-main-content .banner-text-section h1 .banner-highlight {
        font-size: var(--font-size-60);
    }

    #banner-container .banner-main-content.faq .banner-text-section {
        flex: 3;
    }
}


#banner-container .banner-main-content .banner-img-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#banner-container .banner-main-content .banner-img-section p {
    font-family: var(--barlow-bold);
    font-size: var(--text-body-l);
    color: var(--white);
    padding-right: 6rem;
    padding-top: 2rem;
}

#banner-container .banner-main-content .banner-img-section .banner-img {
    background-color: var(--white);
}

#banner-container .banner-main-content .banner-img-section .banner-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 25rem;
}

@media only screen and (max-width: 580px) {
    #banner-container .banner-main-content .banner-img-section p {
        padding-right: 2rem;
    }
}

/* Sección Definición */
#definicion-section {
    padding-top: var(--padding-spacing-5);
}

#definicion-section #definicion-section-container {
    flex-wrap: wrap;
    gap: 30px;
}

#definicion-section #definicion-section-container .azcl-column-par2 {
    justify-self: center;
    align-self: center;
}

#definicion-section #definicion-section-container .definicion-section-text {
    flex: 50%;
}

#definicion-section #definicion-section-container .definicion-section-video img {
    box-shadow: 15px 15px 0px 0px var(--fucsia);
    max-width: 400px;
}

#definicion-section .pill-highlight .pill-highlight-container {
    background-color: var(--fucsia);
    color: var(--blanco);
    border-radius: 200px;
    max-width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #definicion-section .pill-highlight .pill-highlight-container {
        max-width: 100%;
    }
}

/* Sección Aviso */
.aviso-section {
    padding-top: var(--padding-spacing-5);
}

.aviso-section .aviso-section-container {
    background-color: var(--fucsia);
    margin-bottom: -70px;
    z-index: 2;
    position: relative;
    gap: 30px;
}

.aviso-section .aviso-section-container .aviso-section-img {
    max-width: 100px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .aviso-section .aviso-section-container {
        max-width: 100%;
        margin-bottom: 0;
    }

    .aviso-section.az-container {
        padding-inline: 0;
    }
}

/* Sección Alerta */
.alerta-section {
    padding-block: var(--padding-spacing-5);
    background-color: var(--gris);
}

@media screen and (max-width: 767px) {
    .alerta-section .alerta-section-container {
        padding-top: 0;
    }

}

/* Sección Sintomas */
#sintomas-section {
    padding-block: var(--padding-spacing-5);
}

#sintomas-section #sintomas-section-cards .cmp-text,
#sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 1fr;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    gap: 30px;
}

#sintomas-section #sintomas-section-cards .cmp-text .sintomas-section-card,
#sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner .sintomas-section-card {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    /* flex: 1; */
    /* &:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center; 
        max-width: 250px;
    } */
}

#sintomas-section #sintomas-section-cards .cmp-text .sintomas-section-card .sintoma-img,
#sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner .sintomas-section-card .sintoma-img {
    width: 100%;
}

#sintomas-section #sintomas-section-cards .cmp-text .sintomas-section-card .sintoma-img img,
#sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner .sintomas-section-card .sintoma-img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 10/7;
}

#sintomas-section #sintomas-section-cards .cmp-text .sintomas-section-card .sintoma-number,
#sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner .sintomas-section-card .sintoma-number {
    width: 80px;
    height: 80px;
    border-radius: 200px;
    background-color: var(--azul);
    color: var(--blanco);
    margin-top: -40px;
}

#sintomas-section #sintomas-section-cards .cmp-text .sintomas-section-card .sintoma-number p,
#sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner .sintomas-section-card .sintoma-number p {
    font-size: 60px;
}

#sintomas-section #sintomas-section-cards .cmp-text .sintomas-section-card .sintoma-text,
#sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner .sintomas-section-card .sintoma-text {
    margin-bottom: auto;
}

#sintomas-section #sintomas-section-cards .cmp-text .sintomas-section-card .sintoma-text p,
#sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner .sintomas-section-card .sintoma-text p {
    margin: 0;
}

@media screen and (max-width: 600px) {

    #sintomas-section #sintomas-section-cards .cmp-text,
    #sintomas-section #sintomas-section-cards .cmp-embed .html-asset-inner {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

/* Secciones preguntas */

.pregunta-badge {
    width: 120px;
    height: 120px;
    border-radius: 200px;
    background-color: var(--fucsia);
    color: var(--blanco);
    min-width: 120px;
}

.pregunta-badge p {
    font-size: 100px;
}

#pregunta-section-1,
#pregunta-section-2,
#pregunta-section-3,
#glosario,
#faq {
    background-color: var(--gris);
    padding-block: var(--padding-spacing-5);
    margin-top: var(--padding-spacing-5);
}

#pregunta-section-1 #glosario-section-container .azcl-column-par2,
#pregunta-section-2 #glosario-section-container .azcl-column-par2,
#pregunta-section-3 #glosario-section-container .azcl-column-par2,
#glosario #glosario-section-container .azcl-column-par2,
#faq #glosario-section-container .azcl-column-par2 {
    /* justify-self: center;
    align-self: center; */
}


#pregunta-section-1.glosario,
#pregunta-section-2.glosario,
#pregunta-section-3.glosario,
#glosario.glosario,
#faq.glosario {
    background-color: var(--azul);
}

#pregunta-section-1.glosario dfn,
#pregunta-section-2.glosario dfn,
#pregunta-section-3.glosario dfn,
#glosario.glosario dfn,
#faq.glosario dfn {
    font-style: normal;
}

#pregunta-section-1.glosario dfn .pregunta-section-container .pregunta-text-container,
#pregunta-section-2.glosario dfn .pregunta-section-container .pregunta-text-container,
#pregunta-section-3.glosario dfn .pregunta-section-container .pregunta-text-container,
#glosario.glosario dfn .pregunta-section-container .pregunta-text-container,
#faq.glosario dfn .pregunta-section-container .pregunta-text-container {
    flex: 40%;
}

#pregunta-section-1.glosario dfn .pregunta-section-container .pregunta-img img,
#pregunta-section-2.glosario dfn .pregunta-section-container .pregunta-img img,
#pregunta-section-3.glosario dfn .pregunta-section-container .pregunta-img img,
#glosario.glosario dfn .pregunta-section-container .pregunta-img img,
#faq.glosario dfn .pregunta-section-container .pregunta-img img {
    max-width: 500px;
}

#pregunta-section-1 .pregunta-section-container.faq,
#pregunta-section-1 .pregunta-section-container.especialista,
#pregunta-section-1 .pregunta-section-container.glosario,
#pregunta-section-2 .pregunta-section-container.faq,
#pregunta-section-2 .pregunta-section-container.especialista,
#pregunta-section-2 .pregunta-section-container.glosario,
#pregunta-section-3 .pregunta-section-container.faq,
#pregunta-section-3 .pregunta-section-container.especialista,
#pregunta-section-3 .pregunta-section-container.glosario,
#glosario .pregunta-section-container.faq,
#glosario .pregunta-section-container.especialista,
#glosario .pregunta-section-container.glosario,
#faq .pregunta-section-container.faq,
#faq .pregunta-section-container.especialista,
#faq .pregunta-section-container.glosario {
    flex-wrap: wrap;
}

#pregunta-section-1 .pregunta-section-container.faq .pregunta-img,
#pregunta-section-1 .pregunta-section-container.especialista .pregunta-img,
#pregunta-section-1 .pregunta-section-container.glosario .pregunta-img,
#pregunta-section-2 .pregunta-section-container.faq .pregunta-img,
#pregunta-section-2 .pregunta-section-container.especialista .pregunta-img,
#pregunta-section-2 .pregunta-section-container.glosario .pregunta-img,
#pregunta-section-3 .pregunta-section-container.faq .pregunta-img,
#pregunta-section-3 .pregunta-section-container.especialista .pregunta-img,
#pregunta-section-3 .pregunta-section-container.glosario .pregunta-img,
#glosario .pregunta-section-container.faq .pregunta-img,
#glosario .pregunta-section-container.especialista .pregunta-img,
#glosario .pregunta-section-container.glosario .pregunta-img,
#faq .pregunta-section-container.faq .pregunta-img,
#faq .pregunta-section-container.especialista .pregunta-img,
#faq .pregunta-section-container.glosario .pregunta-img {
    min-width: 150px;
}

#pregunta-section-1 .pregunta-section-container.especialista .respuesta-2,
#pregunta-section-2 .pregunta-section-container.especialista .respuesta-2,
#pregunta-section-3 .pregunta-section-container.especialista .respuesta-2,
#glosario .pregunta-section-container.especialista .respuesta-2,
#faq .pregunta-section-container.especialista .respuesta-2 {
    margin-bottom: 0
}

#pregunta-section-1 .pregunta-section-container .pregunta-img,
#pregunta-section-2 .pregunta-section-container .pregunta-img,
#pregunta-section-3 .pregunta-section-container .pregunta-img,
#glosario .pregunta-section-container .pregunta-img,
#faq .pregunta-section-container .pregunta-img {
    flex: 20%;
}

#pregunta-section-1 .pregunta-section-container .pregunta-img img,
#pregunta-section-2 .pregunta-section-container .pregunta-img img,
#pregunta-section-3 .pregunta-section-container .pregunta-img img,
#glosario .pregunta-section-container .pregunta-img img,
#faq .pregunta-section-container .pregunta-img img {
    max-width: 250px;
}

@media screen and (max-width: 767px) {

    #pregunta-section-1 .pregunta-section-container .pregunta-img,
    #pregunta-section-2 .pregunta-section-container .pregunta-img,
    #pregunta-section-3 .pregunta-section-container .pregunta-img,
    #glosario .pregunta-section-container .pregunta-img,
    #faq .pregunta-section-container .pregunta-img {
        display: none;
    }

    #pregunta-section-1 .pregunta-section-container .pregunta-img.faq,
    #pregunta-section-1 .pregunta-section-container .pregunta-img.glosario,
    #pregunta-section-1 .pregunta-section-container .pregunta-img.especialista,
    #pregunta-section-2 .pregunta-section-container .pregunta-img.faq,
    #pregunta-section-2 .pregunta-section-container .pregunta-img.glosario,
    #pregunta-section-2 .pregunta-section-container .pregunta-img.especialista,
    #pregunta-section-3 .pregunta-section-container .pregunta-img.faq,
    #pregunta-section-3 .pregunta-section-container .pregunta-img.glosario,
    #pregunta-section-3 .pregunta-section-container .pregunta-img.especialista,
    #glosario .pregunta-section-container .pregunta-img.faq,
    #glosario .pregunta-section-container .pregunta-img.glosario,
    #glosario .pregunta-section-container .pregunta-img.especialista,
    #faq .pregunta-section-container .pregunta-img.glosario,
    #faq .pregunta-section-container .pregunta-img.faq,
    #faq .pregunta-section-container .pregunta-img.especialista {
        flex: 100%;
        display: flex;
        justify-content: center;
    }
}

#pregunta-section-1 .pregunta-section-container .pregunta-text-container,
#pregunta-section-2 .pregunta-section-container .pregunta-text-container,
#pregunta-section-3 .pregunta-section-container .pregunta-text-container,
#glosario .pregunta-section-container .pregunta-text-container,
#faq .pregunta-section-container .pregunta-text-container {
    flex: 60%;
    gap: 30px;
}

#pregunta-section-1 .pregunta-section-container .pregunta-text-container.faq,
#pregunta-section-2 .pregunta-section-container .pregunta-text-container.faq,
#pregunta-section-3 .pregunta-section-container .pregunta-text-container.faq,
#glosario .pregunta-section-container .pregunta-text-container.faq,
#faq .pregunta-section-container .pregunta-text-container.faq {
    flex: 60%
}

#pregunta-section-1 .pregunta-section-container .pregunta-text-container .pill,
#pregunta-section-2 .pregunta-section-container .pregunta-text-container .pill,
#pregunta-section-3 .pregunta-section-container .pregunta-text-container .pill,
#glosario .pregunta-section-container .pregunta-text-container .pill,
#faq .pregunta-section-container .pregunta-text-container .pill {
    background-color: var(--fucsia);
    border-radius: 200px;
    width: fit-content;
    color: var(--blanco);
}

#pregunta-section-1 .pill-highlight .pill-highlight-container,
#pregunta-section-2 .pill-highlight .pill-highlight-container,
#pregunta-section-3 .pill-highlight .pill-highlight-container,
#glosario .pill-highlight .pill-highlight-container,
#faq .pill-highlight .pill-highlight-container {
    background-color: var(--azul);
    color: var(--blanco);
    border-radius: 200px;
    max-width: 80%;
    margin: 0 auto;
}

#pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-text,
#pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-text,
#pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-text,
#glosario .pregunta-section-container .pregunta-text-container .pregunta-text,
#faq .pregunta-section-container .pregunta-text-container .pregunta-text {
    width: 100%;
}

#pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-text ul,
#pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-text ul,
#pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-text ul,
#glosario .pregunta-section-container .pregunta-text-container .pregunta-text ul,
#faq .pregunta-section-container .pregunta-text-container .pregunta-text ul {
    list-style: unset;
    margin: 0;
}

#pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-text ul li::marker,
#pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-text ul li::marker,
#pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-text ul li::marker,
#glosario .pregunta-section-container .pregunta-text-container .pregunta-text ul li::marker,
#faq .pregunta-section-container .pregunta-text-container .pregunta-text ul li::marker {
    color: var(--fucsia);
    font-size: 2rem;
}

#pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq,
#pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq,
#pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq,
#glosario .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq,
#faq .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq {
    gap: 40px;
    align-items: center;
    /* flex-wrap: wrap; */
}

#pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-content .respuesta-2,
#pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-content .respuesta-2,
#pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-content .respuesta-2,
#glosario .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-content .respuesta-2,
#faq .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-content .respuesta-2 {
    margin-top: 0
}

@media screen and (max-width: 767px) {

    #pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-badge,
    #pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-badge,
    #pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-badge,
    #glosario .pregunta-section-container .pregunta-text-container .pregunta-badge,
    #faq .pregunta-section-container .pregunta-text-container .pregunta-badge {
        display: none;
    }

    #pregunta-section-1 .pregunta-section-container .pregunta-text-container .pill,
    #pregunta-section-2 .pregunta-section-container .pregunta-text-container .pill,
    #pregunta-section-3 .pregunta-section-container .pregunta-text-container .pill,
    #glosario .pregunta-section-container .pregunta-text-container .pill,
    #faq .pregunta-section-container .pregunta-text-container .pill {
        margin: 0 auto;
    }

    #pregunta-section-1 .pregunta-section-container .pregunta-text-container .pill.especialista,
    #pregunta-section-2 .pregunta-section-container .pregunta-text-container .pill.especialista,
    #pregunta-section-3 .pregunta-section-container .pregunta-text-container .pill.especialista,
    #glosario .pregunta-section-container .pregunta-text-container .pill.especialista,
    #faq .pregunta-section-container .pregunta-text-container .pill.especialista {
        display: none;
    }

    #pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq .pregunta-badge,
    #pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq .pregunta-badge,
    #pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq .pregunta-badge,
    #glosario .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq .pregunta-badge,
    #faq .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq .pregunta-badge {
        display: flex;
    }

    #pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-text p.respuesta-1,
    #pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-text p.respuesta-1,
    #pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-text p.respuesta-1,
    #glosario .pregunta-section-container .pregunta-text-container .pregunta-text p.respuesta-1,
    #faq .pregunta-section-container .pregunta-text-container .pregunta-text p.respuesta-1 {
        max-width: 300px;
        margin-inline: auto
    }
}

@media screen and (max-width: 400px) {

    #pregunta-section-1 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq,
    #pregunta-section-2 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq,
    #pregunta-section-3 .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq,
    #glosario .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq,
    #faq .pregunta-section-container .pregunta-text-container .pregunta-text .pregunta-text-faq {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {

    #pregunta-section-1 .pill-highlight .pill-highlight-container,
    #pregunta-section-2 .pill-highlight .pill-highlight-container,
    #pregunta-section-3 .pill-highlight .pill-highlight-container,
    #glosario .pill-highlight .pill-highlight-container,
    #faq .pill-highlight .pill-highlight-container {
        max-width: 100%;
        border-radius: 40px;
    }

    #pregunta-section-1 .pregunta-section-container-mob .pregunta-img img,
    #pregunta-section-2 .pregunta-section-container-mob .pregunta-img img,
    #pregunta-section-3 .pregunta-section-container-mob .pregunta-img img,
    #glosario .pregunta-section-container-mob .pregunta-img img,
    #faq .pregunta-section-container-mob .pregunta-img img {
        max-width: 200px;
    }
}

#pregunta-section-1 .pregunta-section-container-mob .pregunta-img,
#pregunta-section-2 .pregunta-section-container-mob .pregunta-img,
#pregunta-section-3 .pregunta-section-container-mob .pregunta-img,
#glosario .pregunta-section-container-mob .pregunta-img,
#faq .pregunta-section-container-mob .pregunta-img {
    display: block;
}

#pregunta-section-1 .pregunta-section-container-mob .pill,
#pregunta-section-2 .pregunta-section-container-mob .pill,
#pregunta-section-3 .pregunta-section-container-mob .pill,
#glosario .pregunta-section-container-mob .pill,
#faq .pregunta-section-container-mob .pill {
    background-color: var(--fucsia);
    border-radius: 200px;
    width: fit-content;
    color: var(--blanco);
}

#pregunta-section-1 .pregunta-section-container-mob.especialista,
#pregunta-section-2 .pregunta-section-container-mob.especialista,
#pregunta-section-3 .pregunta-section-container-mob.especialista,
#glosario .pregunta-section-container-mob.especialista,
#faq .pregunta-section-container-mob.especialista {
    gap: 20px;
    flex-wrap: wrap;
}

@media screen and (min-width: 767px) {

    #pregunta-section-1 .pregunta-section-container-mob,
    #pregunta-section-2 .pregunta-section-container-mob,
    #pregunta-section-3 .pregunta-section-container-mob,
    #glosario .pregunta-section-container-mob,
    #faq .pregunta-section-container-mob {
        display: none;
    }
}

#glosario {
    background-color: var(--azul);
}

.stat-highlight .stat-highlight-container {
    display: flex;
    width: 70%;
    margin-left: auto;
}

.stat-highlight .stat-highlight-container .stat-right {
    color: var(--blanco);
    background-color: var(--azul);
    font-size: var(--text-body-s);
    border-radius: 200px 0px 0px 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.stat-highlight .stat-highlight-container .stat-right h3 {
    font-size: var(--text-body-xl);
    margin: 0;
    line-height: 1.2;
}

.stat-highlight .stat-highlight-container .stat-highlight-treat-container {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .stat-highlight .stat-highlight-container .stat-right h3 br {
        display: none;
    }

    .stat-highlight .stat-highlight-container {
        width: 90%;
    }
}

@media only screen and (min-width: 2200px) {
    .stat-highlight .stat-highlight-container {
        width: 60%;
    }
}

/* Sección Fibroma */
#fibroma-section {
    background-color: var(--azul);
    padding-block: var(--padding-spacing-5);
    margin-top: var(--padding-spacing-5);
}

#fibroma-section #fibroma-section-container {
    flex-wrap: wrap;
    gap: 30px;
}

#fibroma-section #fibroma-section-container .fibroma-section-text {
    flex: 50%;
}

#fibroma-section #fibroma-section-container h2 {
    width: 100%;
}

#fibroma-section #fibroma-section-container .fibroma-img img {
    max-width: 500px;
}

#fibroma-section .fibroma-highlight {
    background-color: var(--marino);
}

/* Sección Desafíos */
#desafios-section {
    padding-block: var(--padding-spacing-5);
}

#desafios-section .txt-underline {
    position: relative;
}

#desafios-section .txt-underline::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 5px;
    background-color: var(--rosa);
    left: 50%;
    top: 100%;
    margin-top: 10px;
    transform: translateX(-50%);
}

#desafios-section .desafios-section-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
}

#desafios-section .desafios-section-items .desafios-section-item {
    gap: 40px;
}

#desafios-section .desafios-section-items .desafios-section-item .desafios-item-img {
    flex: 20%;
    min-width: fit-content;
    border: 7px solid var(--azul);
    border-radius: 50%;
    line-height: 0;
    max-width: 100px;
}

#desafios-section .desafios-section-items .desafios-section-item .desafios-item-img img {
    padding: 15px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    height: 100%;
    max-width: 100px;
    /* min-width: 150px; */
}

#desafios-section .desafios-section-items .desafios-section-item .desafios-item-text {
    flex: 80%;
}

#desafios-section .desafios-highlight {
    background-color: var(--fucsia);
}

@media screen and (max-width: 767px) {
    #desafios-section .desafios-section-items .desafios-section-item .desafios-item-img img {
        max-width: 100px;
    }

    #desafios-section .desafios-section-items {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin: 0 auto
    }
}

/* Sección Recomendación */
#recomendacion-section {
    background-color: var(--gris);
    padding-block: var(--padding-spacing-5);
}

#recomendacion-section .recomendacion-section-container {
    flex-wrap: wrap;
}

#recomendacion-section .recomendacion-section-container .recomendacion-img-container {
    flex: 20%;
    gap: 30px;
}


#recomendacion-section .recomendacion-section-container .recomendacion-img-container img {
    max-width: 250px;
}

#recomendacion-section .recomendacion-section-container .recomendacion-text-container {
    flex: 60%;
    gap: 30px;
}

#recomendacion-section .recomendacion-section-container .recomendacion-text-container .pill {
    background-color: var(--fucsia);
    border-radius: 200px;
    width: fit-content;
    color: var(--blanco);
    /* @media screen and (max-width: 767px){
        margin: 0 auto
    } */
}

#recomendacion-section .recomendacion-section-container .recomendacion-text-container .recomendacion-text {
    width: 100%;
}

#recomendacion-section .recomendacion-section-container .recomendacion-text-container .recomendacion-text ul li::marker {
    color: var(--fucsia);
    font-size: 2rem;
}

#recomendacion-section .pill-highlight .pill-highlight-container {
    background-color: var(--azul);
    color: var(--blanco);
    border-radius: 200px;
    max-width: 70%;
    margin: 0 auto;
}

#recomendacion-section .pill-highlight.message .pill-highlight-container {
    border-radius: 10px;
    max-width: fit-content;
}

#recomendacion-section .pill-highlight.message .pill-highlight-text {
    position: relative;
}

#recomendacion-section .pill-highlight.message .pill-highlight-text::after {
    content: "";
    position: absolute;
    left: calc(100% - 60px);
    content: "";
    position: absolute;
    border-width: 15px;
    top: 100%;
    border-style: solid;
    border-color: var(--azul) transparent transparent transparent;
}

#recomendacion-section .recomendacion-section-container-mob .recomendacion-img {
    display: block;
}

@media screen and (max-width: 767px) {
    #recomendacion-section .recomendacion-section-container .recomendacion-img-container {
        /* display: none; */
        flex: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #recomendacion-section .recomendacion-section-container .recomendacion-text-container .pregunta-badge {
        display: none;
    }

    #recomendacion-section .pill-highlight .pill-highlight-container {
        max-width: 100%;
    }

    #recomendacion-section .recomendacion-section-container-mob {
        display: none;
    }
}

/* Sección Profesionales */

#profesionales-section {
    padding-top: var(--padding-spacing-5);
}

#profesionales-section #profesionales-section-container {
    /* padding-bottom: var(--padding-spacing-8); */
    flex-wrap: wrap;
    gap: 30px;
}

#profesionales-section #profesionales-section-container .azcl-column-par2 {
    justify-self: center;
    align-self: center;
}

#profesionales-section #profesionales-section-container .profesionales-section-text {
    flex: 50%;
}

#profesionales-section #profesionales-section-container .profesionales-section-img .profesionales-section-img-second {
    position: relative;
}

#profesionales-section #profesionales-section-container .profesionales-section-img .profesionales-section-img-second img {
    position: absolute;
    max-width: 200px;
    top: -200px;
    content: "";
    left: calc(100% - 200px);
}

#profesionales-section #profesionales-section-container .profesionales-section-img .profesionales-section-img-main img {
    /* max-width: 500px; */
}

/* Sección Consulta */
#consulta-section {
    background-color: var(--azul);
    padding-block: var(--padding-spacing-5);
    margin-top: var(--padding-spacing-5);
}

#consulta-section .azcl-column-par2 {
    align-self: center;
}

#consulta-section .consulta-highlight {
    background-color: var(--marino);
}

#consulta-section #consulta-section-container {
    flex-wrap: wrap;
    gap: 30px;
}

#consulta-section #consulta-section-container .consulta-section-text {
    flex: 50%;
}

#consulta-section #consulta-section-container h2 {
    width: 100%;
}

#consulta-section #consulta-section-container .consulta-section-img .consulta-img-pista img {
    max-width: 500px;
}

#consulta-section #consulta-section-container .consulta-section-img .consulta-img-car img {
    max-width: 500px;
}

#consulta-section #consulta-section-container .consulta-section-items {
    gap: 20px;
}

#consulta-section #consulta-section-container .consulta-section-items .consulta-section-item {
    gap: 20px;
}

#consulta-section #consulta-section-container .consulta-section-items .consulta-section-item .consulta-number {
    width: 50px;
    height: 50px;
    border-radius: 200px;
    background-color: var(--fucsia);
    min-width: 50px;
    color: var(--blanco);
}

#consulta-section #consulta-section-container .consulta-section-items .consulta-section-item .consulta-number p {
    font-size: 40px;
}

#consulta-section #consulta-section-container .consulta-section-items .consulta-section-item .consulta-item-text {
    flex: 80%;
}

@media screen and (max-width: 767px) {
    #consulta-section #consulta-section-container .consulta-section-items {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto
    }
}

/* Sección Familia */
#familia-section {
    padding-top: var(--padding-spacing-5);
}

#familia-section #familia-section-container {
    flex-wrap: wrap;
    gap: 30px;
}

#familia-section #familia-section-container .azcl-column-par1 {
    align-self: center;
    justify-self: center;
}

#familia-section #familia-section-container .familia-section-img img {
    max-width: 500px;
}

#familia-section #familia-section-container .familia-section-text {
    flex: 50%;
}

#familia-section #familia-section-container .familia-section-text .familia-section-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 10px;
}

#familia-section #familia-section-container .familia-section-text .familia-section-items .familia-section-item {
    gap: 20px;
}

#familia-section #familia-section-container .familia-section-text .familia-section-items .familia-section-item .familia-item-img {
    flex: 20%;
    max-width: fit-content;
    border: 5px solid var(--fucsia);
    border-radius: 50%;
    line-height: 0;
}

#familia-section #familia-section-container .familia-section-text .familia-section-items .familia-section-item .familia-item-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 60px;
    padding: 2px;
}

#familia-section #familia-section-container .familia-section-text .familia-section-items .familia-section-item .familia-item-text {
    flex: 80%;
}

@media screen and (max-width: 767px) {
    #familia-section #familia-section-container .familia-section-img {
        order: 2;
    }

    #familia-section #familia-section-container .familia-section-text .familia-section-items .familia-section-item .familia-item-img img {
        max-width: 100px;
    }

    #familia-section #familia-section-container .familia-section-text .familia-section-items {
        grid-template-columns: 1fr;
        /* max-width: 300px;
        margin: 0 auto */
    }
}

@media screen and (max-width: 600px) {
    #familia-section #familia-section-container .azcl-column-par1 {
        order: 2;
    }
}

#familia-section .pill-highlight .pill-highlight-container {
    background-color: var(--fucsia);
    color: var(--blanco);
    border-radius: 200px;
    max-width: 70%;
    margin: 0 auto;
}

#familia-section .pill-highlight .pill-highlight-container .pill-highlight-text {
    gap: 20px;
}

#familia-section .pill-highlight .pill-highlight-container .pill-highlight-img {
    max-width: 100px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #familia-section .pill-highlight .pill-highlight-container .pill-highlight-text {
        padding-inline: 40px;
    }

    #familia-section .pill-highlight .pill-highlight-container {
        max-width: 100%;
    }
}

/* Sección Emoción */
#emocion-section {
    padding-top: var(--padding-spacing-5);
    padding-bottom: var(--padding-spacing-10);
}

#emocion-section #emocion-section-container {
    padding-top: var(--padding-spacing-5);
    flex-wrap: wrap;
    gap: 30px;
}

#emocion-section #emocion-section-container .emocion-section-text {
    flex: 40%;
}

#emocion-section #emocion-section-container .emocion-section-stat {
    flex: 50%;
}

#emocion-section #emocion-section-container .emocion-section-stat figure {
    justify-self: flex-end;
}

#emocion-section #emocion-section-container .emocion-section-stat img {
    max-width: 200px;
}

#emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container {
    width: 100%;
}

#emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container .stat-right {
    border-radius: 40px 0px 0px 40px;
    position: relative;
}

#emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container .stat-right figure {
    position: absolute;
    top: -150px;
    left: calc(100% - 260px);
}

#emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container .stat-right figure img {
    width: 200px;
}

#emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container .stat-right .emocion-content ul li::marker {
    color: var(--fucsia);
    font-size: 2rem;
}

#emocion-section .pill-highlight .pill-highlight-container {
    background-color: var(--fucsia);
    color: var(--blanco);
    border-radius: 200px;
    max-width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #emocion-section #emocion-section-container .emocion-section-text {
        max-width: 70%;
        margin-right: auto;
    }

    #emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container .stat-right {
        border-radius: 120px 0px 0px 120px;
        margin-top: 120px;
        padding-left: 60px;
        padding-right: 10px;
    }

    #emocion-section .pill-highlight .pill-highlight-container {
        max-width: 100%;
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container {
        width: 100%;
    }

    #emocion-section #emocion-section-container .emocion-section-stat {
        flex: 100%;
    }
}

@media screen and (max-width: 600px) {
    #emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container .stat-right figure img {
        width: 130px
    }

    #emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container .stat-right figure img {
        top: -90px;
        left: calc(100% - 160px);
    }
}

@media only screen and (min-width: 2200px) {
    #emocion-section #emocion-section-container .emocion-section-stat .stat-highlight .stat-highlight-container {
        width: 100%;
    }
}

/* Sección Carrera */

#carrera-section {
    background-color: var(--gris);
    /* padding-bottom: 200px; */
    position: relative;
    /* padding-top: var(--padding-spacing-5); */
}

#carrera-section .carrera-img-container {
    line-height: 0;
    position: absolute;
    top: 98%;
    left: 60%;
    transform: translateY(-100%) translateX(-60%);
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#carrera-section .carrera-img-container svg {
    max-width: 800px;
}

#carrera-section .consejo-text {
    position: absolute;
    top: 87%;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-87%);
    width: 70%;
}


#carrera-section svg.display-desk text tspan {
    font-family: var(--ff-haas-grotesk);
    font-weight: var(--fw-500);
    fill: var(--azul);
}

#carrera-section svg.display-desk text tspan.cls-2 {
    opacity: unset;
    stroke-width: unset;
    stroke-miterlimit: unset;
    stroke: unset
}

#carrera-section .display-desk {
    display: block;
}

#carrera-section .display-mob {
    display: none;
}

@media screen and (max-width: 1140px) {
    #carrera-section .carrera-img-container svg {
        max-width: 600px;
    }
}

@media screen and (max-width: 960px) {
    #carrera-section .carrera-img-container svg {
        max-width: 400px;
    }

    #carrera-section .display-desk {
        display: none;
    }

    #carrera-section .display-mob {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    #carrera-section .carrera-img-container svg {
        max-width: 300px;
    }

    #carrera-section .carrera-img-container {
        padding: 10px
    }

    #carrera-section .consejo-text {
        top: 82%;
        width: 80%;
        left: 75%;
        transform: translateX(-70%) translateY(-87%);
        font-size: var(--font-size-12);
        padding-right: 10px;
    }
}

@media screen and (max-width: 800px) {
    #carrera-section .carrera-img-container {
        top: 100%;
    }

    #carrera-section .consejo-text {
        top: 85%;
    }
}

#carrera-section .stat-highlight.first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100px;
}

#carrera-section .stat-highlight.sec {
    position: absolute;
    top: 29%;
    left: 100%;
    transform: translateX(-100%);
    width: 100%;
}

#carrera-section .stat-highlight.third {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateX(-100%);
    width: 100%;
    padding-top: 50px;
}

@media screen and (max-width: 1050px) {
    #carrera-section .stat-highlight.first {
        padding-top: 50px;
    }

    #carrera-section .stat-highlight.first .stat-highlight-container.reverse {
        width: 80%;
    }

    #carrera-section .stat-highlight.sec {
        top: 27%;
    }

    #carrera-section .stat-highlight.sec .stat-highlight-container {
        width: 85%;
    }

    #carrera-section .stat-highlight.third {
        padding-top: 0;
    }

    #carrera-section .stat-highlight.third .stat-highlight-container.reverse {
        width: 85%;
    }
}

@media screen and (max-width: 960px) {
    #carrera-section .stat-highlight.sec {
        top: 29%;
    }

    #carrera-section .stat-highlight.sec .stat-highlight-container {
        width: 75%;
    }

    #carrera-section .stat-highlight.third {
        top: 56%;
    }

    #carrera-section .stat-highlight.third .stat-highlight-container.reverse {
        width: 75%;
    }
}


@media screen and (max-width: 660px) {
    #carrera-section .stat-highlight.first {
        padding-top: 25px;
    }

    #carrera-section .stat-highlight.first .stat-highlight-container.reverse {
        width: 78%;
    }

    #carrera-section .stat-highlight.sec {
        top: 25.5%;
    }

    #carrera-section .stat-highlight.sec .stat-highlight-container {
        width: 85%;
    }

    #carrera-section .stat-highlight.third {
        top: 54%;
    }

    #carrera-section .stat-highlight.third .stat-highlight-container.reverse {
        width: 82%;
    }
}

@media screen and (max-width: 460px) {
    #carrera-section .stat-highlight.first {
        padding-top: 0px;
    }

    #carrera-section .stat-highlight.first .stat-highlight-container.reverse {
        width: 80%;
    }

    #carrera-section .stat-highlight.sec {
        top: 25.5%;
    }

    #carrera-section .stat-highlight.sec .stat-highlight-container {
        width: 87%;
    }

    #carrera-section .stat-highlight.third {
        top: 52.5%;
    }

    #carrera-section .stat-highlight.third .stat-highlight-container.reverse {
        width: 80%;
    }
}

#carrera-section .stat-highlight .stat-highlight-container {
    display: flex;
    width: 70%;
    margin-left: auto;
}


#carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra {
    width: 700px;
    max-width: 100%;
}

#carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra ul {
    padding-left: 120px;
    list-style: unset;
}

#carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra ul li::marker {
    color: var(--fucsia);
    font-size: 2rem;
}


#carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra .tip-text {
    padding-left: 120px;
}

#carrera-section .stat-highlight .stat-highlight-container .stat-right {
    border-radius: 200px 0px 0px 200px;
    padding-left: 100px;
    padding-right: 10px;
}

#carrera-section .stat-highlight .stat-highlight-container .stat-right h2,
#carrera-section .stat-highlight .stat-highlight-container .stat-right p {
    margin: 0
}

#carrera-section .stat-highlight .stat-highlight-container .stat-right h2 {
    line-height: var(--line-height-1-25);
}

#carrera-section .stat-highlight .stat-highlight-container .stat-right h2 {
    line-height: var(--line-height-1-25);
}

#carrera-section .stat-highlight .stat-highlight-container .stat-highlight-treat-container {
    flex: 1;
}

#carrera-section .stat-highlight .stat-highlight-container.reverse {
    display: flex;
    width: 70%;
    margin-right: auto;
    margin-left: 0;
}

#carrera-section .stat-highlight .stat-highlight-container.reverse .stat-highlight-extra {
    margin-left: auto;
    /* padding-right: 190px;  */
    width: 700px;
    max-width: 100%;
}

#carrera-section .stat-highlight .stat-highlight-container.reverse .stat-highlight-extra ul {
    padding-left: 30px;
}

#carrera-section .stat-highlight .stat-highlight-container.reverse .stat-highlight-extra ul li::marker {
    color: var(--fucsia);
    font-size: 2rem;
}

#carrera-section .stat-highlight .stat-highlight-container.reverse .stat-right {
    border-radius: 0 200px 200px 0;
    padding-right: 100px;
    padding-left: 10px;
    background-color: var(--fucsia);
}

#carrera-section .stat-highlight .stat-highlight-container.reverse .stat-right .stat-right-text-container {
    max-width: 100%;
    margin-left: auto;
    width: 600px;
}

#carrera-section .stat-highlight .stat-highlight-container.reverse .stat-right .stat-right-text-container h2,
#carrera-section .stat-highlight .stat-highlight-container.reverse .stat-right .stat-right-text-container p {
    margin: 0
}

@media only screen and (max-width: 767px) {
    #carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra ul {
        padding-left: 90px;
    }

    #carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra .tip-text {
        padding-left: 90px;
    }

    #carrera-section .stat-highlight .stat-highlight-container .stat-right {
        border-radius: 80px 0px 0px 80px;
        padding-left: 70px;
    }

    #carrera-section .stat-highlight .stat-highlight-container {
        width: 80%;
    }

    #carrera-section .stat-highlight .stat-highlight-container.reverse .stat-highlight-extra {
        padding-right: 40px;
    }

    #carrera-section .stat-highlight .stat-highlight-container.reverse .stat-highlight-extra h3,
    #carrera-section .stat-highlight .stat-highlight-container.reverse .stat-highlight-extra p {
        padding-left: 10px;
    }

    #carrera-section .stat-highlight .stat-highlight-container.reverse .stat-right {
        border-radius: 0 80px 80px 0;
        padding-right: 70px;
    }

    #carrera-section .stat-highlight .stat-highlight-container.reverse .stat-right {
        border-radius: 0 40px 40px 0;
        padding-right: 10px;
    }

    #carrera-section .stat-highlight .stat-highlight-container.reverse {
        width: 80%;
    }
}

@media only screen and (max-width: 660px) {
    #carrera-section .stat-highlight .stat-highlight-container.reverse .stat-right {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 600px) {

    #carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra p,
    #carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra li,
    #carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra h3 {
        font-size: var(--font-size-12);
        line-height: var(--line-height-1);
    }

    #carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra {
        padding-block: 10px;
    }

    #carrera-section .stat-highlight .stat-highlight-container .stat-right h2 {
        font-size: var(--font-size-20);
    }

    #carrera-section .stat-highlight .stat-highlight-container .stat-right p {
        font-size: var(--font-size-12);
    }
}

@media screen and (max-width: 460px) {
    #carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra ul {
        padding-left: 40px;
    }

    #carrera-section .stat-highlight .stat-highlight-container .stat-highlight-extra .tip-text {
        ppadding-left: 10px;
        padding-right: 10px;
    }

    #carrera-section .stat-highlight .stat-highlight-container .stat-right {
        border-radius: 40px 0px 0px 40px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 460px) {
    #carrera-section .stat-highlight .stat-highlight-container.reverse .stat-highlight-extra {
        padding-right: 10px;
    }

    #carrera-section {
        padding-inline: 0;
    }
}

@media only screen and (min-width: 2200px) {
    #carrera-section .stat-highlight .stat-highlight-container.reverse {
        width: 60%;
    }
}


/* Modal */
.modal.exit-ramp-modal {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.modal.exit-ramp-modal.modal--visible {
    position: fixed;
    background-color: var(--blanco);
    max-width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--fucsia);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 1040;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}


.modal-enabled::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
    backdrop-filter: blur(2px);
}

.exit-ramp-title {
    font-weight: var(--fw-700);
    text-align: center;
}

.exit-ramp-body {
    font-size: var(--font-size-16);
    text-align: center;
}

.exit-ramp-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}

.exit-ramp-actions .exit-ramp-continue {
    background-color: var(--fucsia);
    color: var(--blanco);
    border-radius: 50px;
    padding: 8px 12px;
    transition: all 0.3s ease-in;
    text-decoration: none;
}

.exit-ramp-actions .exit-ramp-continue:hover {
    background-color: var(--rosa);
}

.modal.exit-ramp-modal button {
    float: right;
    cursor: pointer;
    background-color: var(--blanco);
    display: none;
}

.modal.exit-ramp-modal .modal-box .exit-ramp-actions .exit-ramp-cancel {
    cursor: pointer;
}

/* .modal.exit-ramp-modal .modal-box .exit-ramp-content {
    margin-right: 12%;
} */

@media screen and (max-width: 767px) {
    .modal.exit-ramp-modal.modal--visible {
        max-width: calc(100% - 40px);
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        width: 100%;
    }
}