.main-header .main-header__layout .menu-item.active > a {
    color: #e11d48 !important;
}
@media (min-width: 1024px) {
    .index-two .main-header .menu-item > a {
        color: #ffffff !important;
        text-shadow: none !important;
    }
}
/* móvil: respeta estilo original */
@media (max-width: 1023px) {
    .index-two .main-header .menu-item > a {
        color: #fff !important;
        text-shadow: none !important;
}
    body.index-two[data-theme="light"] .main-header__nav-trigger {
        color: #ffffff !important;
        border-left: solid 1px #ffffff !important;
    }
}

.content-text {
    max-width: 600px;
    margin-left: auto; /* lo manda a la derecha */
    text-align: justify;
   text-justify: inter-word;
    font-family: 'Bitter', sans-serif;
    font-style: italic;
    font-size: clamp(14px, 1.8vw, 22px);
    line-height: 1.5;

    line-height: clamp(1.4, 1.6, 1.8);
        max-height: 80vh;
}
@media (max-height: 700px) {
    .content-text {
        font-size: 18px;
        line-height: 1.4;
    }
}
.content-text p {
    margin: 10px 0;
}



