.breadcrumb-wrapper .page-heading {
    padding: 60px 0 5px;
}

.section-padding-valientes {
    padding: 20px 0;
}

.about-wrapper-3 .about-content .about-author .author-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-wrapper-3 .about-content .about-author .author-icon .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50%;
    position: relative;
    /* POWER BY TAM: Ajuste para centrar ícono */
}

.about-wrapper-3 .about-content .about-author .author-icon .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme);
    content: "";
    transform: translate(-50%, -50%);
}

/* POWER BY TAM: Ajuste de tamaño para íconos de habilidades */
.about-wrapper-3 .about-content .about-author .author-icon .icon i {
    font-size: 26px;
}

.about-wrapper-3 .about-content .about-author .author-icon .content span {
    /* POWER BY TAM: Aumentar legibilidad en títulos cortos */
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    font-family: "Quicksand", sans-serif;
}

/* POWER BY TAM: Mejora legibilidad de párrafos descriptivos */
.about-wrapper-3 .about-content p {
    font-size: 16px;
    line-height: 1.7;
}

/* Modificadores de color para el ícono circular */
.about-wrapper-3 .about-content .about-author .author-icon--orange .icon {
    /* POWER BY TAM: Prueba color amarillo */
    background-color: var(--amarillo);
}
.about-wrapper-3 .about-content .about-author .author-icon--orange .icon::before {
    border-color: var(--amarillo);
}
.about-wrapper-3 .about-content .about-author .author-icon--blue .icon {
    /* POWER BY TAM: Prueba color celeste */
    background-color: var(--celeste);
}
.about-wrapper-3 .about-content .about-author .author-icon--blue .icon::before {
    border-color: var(--celeste);
}
.about-wrapper-3 .about-content .about-author .author-icon--teal .icon {
    /* POWER BY TAM: Prueba color morado */
    background-color: var(--morado);
}
.about-wrapper-3 .about-content .about-author .author-icon--teal .icon::before {
    border-color: var(--morado);
}

/* POWER BY TAM: Variante subtítulo educación financiera sin borde */
.about-wrapper-3 .about-content .about-author--subtitle {
    margin-top: 30px;
    border-top: none;
    padding-top: 0;
}
.about-wrapper-3 .about-content .about-author--subtitle .author-icon {
    margin-top: 0;
}

.hero-button {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.section-bg-valientes-beige{
    background-color: var(--bg);
}

#parvulo .team-section-4 .row {
    justify-content: center;
}

/* POWER BY TAM: CENTRA LAS GRILLAS DE CIENCIAS NATURALES Y SOCIALES PARA ALINEAR CON PÁRVULO. */
#cnaturales .team-section-4 .row,
#csociales .team-section-4 .row {
    justify-content: center;
}

/* POWER BY TAM: REPLICA EL ESTILO DEL H3 PRINCIPAL PARA LOS MENSAJES DE ESTADO VACÍOS. */
.status-message h3 {
    font-size: 30px;
    color: #0888b7;
    margin: 0;
}

#parvulo .section-title {
    text-align: center;
}
#matematica .section-title {
    text-align: center;
}
#lenguaje .section-title {
    text-align: center;
}
#cnaturales .section-title {
    text-align: center;
}
#csociales .section-title {
    text-align: center;
}
#nsciences .section-title {
    text-align: center;
}


.section-padding {
    padding: 90px 0;
}

.section-bg-2 {
    background-color: #f4eee5;
}

.personajes-gradient {
    background: linear-gradient(180deg, #53c9f4 0%, #ffffff 50%);
}

/* Fix shapes borde a borde en section */
.program-section { position: relative; overflow: hidden; }

.program-section .top-shape,
.program-section .bottom-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  pointer-events: none;
  z-index: 1;
}

.program-section .top-shape { top: 0; }
.program-section .bottom-shape { bottom: 0; }

.program-section .top-shape img,
.program-section .bottom-shape img {
  display: block;
  width: 100%;
  height: auto;
}

/* micro-fix para evitar línea blanca a la derecha */
@media (min-width: 0px) {
  .program-section .top-shape,
  .program-section .bottom-shape {
    width: calc(100vw + 2px);
  }
}

/* Fix shape borde a borde en footer */
.footer-section { position: relative; overflow: hidden; }

.top-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  pointer-events: none;
  z-index: 1;
}

.top-shape img {
  display: block;
  width: 100%;
  height: auto;
}

/* micro-fix para evitar línea blanca a la derecha */
@media (min-width: 0px) {
  .top-shape {
    width: calc(100vw + 2px);
  }
}

/* power by tam | estilos personajes */
/* power by tam | Fija la forma inferior justo al final del bloque naranja. */
.characters-hero {
    position: relative;
    color: #fff;
    overflow-x: visible;
    overflow-y: visible;
}
.characters-hero .clases-shape {
    pointer-events: none;
    z-index: 0;
}
.characters-hero .clases-shape .wave {
    z-index: 0;
}
.characters-hero .bottom-shape {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100vw + 2px);
    pointer-events: none;
    z-index: 1;
}
.characters-hero .bottom-shape img {
    display: block;
    width: 100%;
    height: auto;
}
.personajes-hero.section-padding {
    padding-top: clamp(100px, 15vw, 190px);
    padding-bottom: clamp(110px, 16vw, 170px);
}
.personajes-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 65px;
    color: inherit;
}
.personajes-hero__label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    opacity: 0.9;
}
.personajes-hero__title {
    font-size: clamp(36px, 5vw, 52px);
    line-height: 1.18;
    font-weight: 700;
    margin: 0;
    color: inherit;
    text-shadow: 0 16px 48px rgba(162, 82, 25, 0.28);
}
.personajes-hero__art {
    margin: clamp(42px, 6vw, 72px) auto 0;
    max-width: 940px;
}
.personajes-hero__art img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* power by tam | top shape wrapper personajes */
.personajes-levels__wrap {
    position: relative;
    padding-top: clamp(60px, 8vw, 120px);
}
.personajes-levels__topshape {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px;
    pointer-events: none;
}
.personajes-levels__topshape img {
    width: 100%;
    display: block;
}

/* power by tam | carrusel personajes */
.characters-carousel {
    position: relative;
    overflow: visible;
}
.characters-swiper {
    padding: 24px 8px 16px;
    box-shadow: none;
    background: transparent;
}
.characters-swiper .swiper-wrapper {
    align-items: stretch;
}
.characters-swiper .swiper-slide {
    height: auto;
    display: flex;
    box-shadow: none;
}
.characters-swiper .swiper-slide > * {
    width: 100%;
}
.characters-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    transform: translateY(-50%);
    pointer-events: none;
    gap: 12px;
    z-index: 3;
}
.characters-nav.is-hidden {
    display: none;
}
.characters-nav-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background: var(--theme);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 18px 35px rgba(8, 136, 183, 0.28);
    pointer-events: auto;
}
.characters-nav-btn:hover,
.characters-nav-btn:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(8, 136, 183, 0.36);
}
.characters-nav-btn:disabled {
    opacity: 0.45;
    transform: none;
    box-shadow: none;
    cursor: default;
}

@media (max-width: 991px) {
    .characters-nav {
        padding: 0 6px;
    }
}

@media (max-width: 767px) {
    .characters-nav {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 18px;
        pointer-events: auto;
    }
}

.characters-levels {
    /* power by tam | fondo beige personajes */
    background-color: var(--bg);
}
.characters-level {
    margin-bottom: 4.5rem;
}
.characters-level:last-of-type {
    margin-bottom: 0;
}
.characters-level-header h3 {
    font-size: 30px;
    margin-bottom: 0.75rem;
    color: var(--header);
}
.characters-level-header p {
    font-size: 18px;
    color: var(--header);
    margin-bottom: 0;
}
/* power by tam | tarjetas personajes estilo portada */
.character-card {
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 26px;
    border: 4px solid #ffffff;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.character-card:hover {
    transform: translateY(-8px);
    box-shadow: none;
}
.character-thumb img {
    width: calc(100% - 32px);
    height: 260px;
    object-fit: cover;
    margin: 24px auto 20px;
    border-radius: 26px;
    border: 4px solid rgba(117, 93, 167, 0.35);
    box-shadow: 0 18px 40px rgba(117, 93, 167, 0.18);
    display: block;
    background-color: #fff;
}
.character-card h4 {
    font-size: 29px;
    color: var(--header);
    margin: 0 1.75rem 0.85rem;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.character-card h4::after {
    /* power by tam | separador punteado personaje */
    content: "";
    display: block;
    margin: 14px auto 18px;
    width: 72%;
    border-bottom: 2px dotted rgba(117, 93, 167, 0.55);
}
.character-card p {
    font-size: 19px;
    color: var(--header);
    margin: 0 1.75rem;
    line-height: 1.6;
    text-align: center;
}
@media (max-width: 767px) {
    .personajes-hero.section-padding {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .characters-levels {
        background-color: #fff9f3;
    }
}
@media (max-width: 575px) {
    .personajes-hero__label {
        font-size: 13px;
        letter-spacing: 0.08em;
    }
    .personajes-hero__title {
        font-size: 30px;
    }
}

/* POWER BY TAM: Bloque introductorio de principios claves */
.principios-section .principios-highlight {
    justify-content: center;
}

.principios-section .principios-item {
    max-width: 360px;
    margin: 0 auto;
    padding: 20px 10px;
}

.principios-section .principios-item h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--header);
    margin-bottom: 20px;
}

.principios-section .principios-arrow {
    font-size: 28px;
    color: var(--header);
    margin-bottom: 16px;
}

.principios-section .principios-item p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* POWER BY TAM: Variante para Ciencias Sociales */
.principios-section--csociales .principios-highlight {
    justify-content: center;
    text-align: left;
}

.principios-section--csociales .principios-item {
    max-width: 520px;
    padding: 0 10px;
}

.principios-section--csociales .principios-arrow {
    text-align: center;
    font-size: 28px;
    color: var(--header);
    margin-bottom: 18px;
}

.about-author--csociales {
    margin-top: 30px;
    border-top: 1px solid var(--border);
    padding-top: 25px;
}

.about-author--csociales .author-icon {
    gap: 24px;
}

.about-author--csociales .author-icon--orange .icon {
    background-color: var(--amarillo) !important;
    color: var(--white) !important;
}

.about-author--csociales .author-icon--orange .icon::before {
    border-color: var(--amarillo) !important;
}

.about-author--csociales .author-icon--blue .icon {
    background-color: var(--celeste) !important;
    color: var(--white) !important;
}

.about-author--csociales .author-icon--blue .icon::before {
    border-color: var(--celeste) !important;
}

.about-author--csociales .author-icon .icon {
    color: var(--white) !important;
}

.author-icon--cs-description .content span {
    display: inline-block;
    max-width: 240px;
    line-height: 1.4;
}

/* POWER BY TAM: Ajuste vertical para personajes flotantes en pilares ciencias naturales */
.about-section .plane-shape--raised {
    top: -40px !important;
}

.principios-section--csociales .principios-item p {
    margin-bottom: 18px;
}

.principios-section--csociales .principios-item p:last-child {
    margin-bottom: 0;
}

.principios-section--csociales .principios-title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--header);
    margin-bottom: 18px;
    text-transform: uppercase;
    padding: 0;
    background: none;
}

.principios-title--historia,
.principios-title--csociales {
    background: none;
}

/* POWER BY TAM: Leyenda de emociones para sección Peluche */
.peluche-emotions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
    justify-content: center;
    margin-bottom: 24px;
}

.peluche-emotions__column {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 150px;
}

.peluche-emotions__item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.peluche-emotions__dot {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 6px var(--peluche-dot-shadow, transparent);
}

.peluche-emotions__dot--alegria {
    background-color: #ffe600;
    --peluche-dot-shadow: rgba(255, 230, 0, 0.25);
}

.peluche-emotions__dot--tristeza {
    background-color: #5ac4f3;
    --peluche-dot-shadow: rgba(90, 196, 243, 0.25);
}

.peluche-emotions__dot--enojo {
    background-color: #ff1c1c;
    --peluche-dot-shadow: rgba(255, 28, 28, 0.25);
}

.peluche-emotions__dot--miedo {
    background-color: #585858;
    --peluche-dot-shadow: rgba(88, 88, 88, 0.25);
}

.peluche-emotions__dot--sorpresa {
    background-color: #ef7a2f;
    --peluche-dot-shadow: rgba(239, 122, 47, 0.25);
}

.peluche-emotions__dot--amor {
    background-color: #f3c4ee;
    --peluche-dot-shadow: rgba(243, 196, 238, 0.25);
}

.peluche-emotions__label {
    font-size: 18px;
    font-weight: 600;
    color: var(--header);
    text-transform: lowercase;
}

/* PORTADA EN ESCALA DE GRISES

/* Siempre en blanco y negro */
.img-bn {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pronto {
  /* POWER BY TAM: Ubica el badge "Pronto" en la esquina para no tapar la portada. */
  position: absolute;
  top: 74px;
  left: 12px;
  display: inline-block;
  padding: 16px 70px;
  border-radius: 18px;
  background: #d3d1cb;
  color: #2a2e45;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  box-shadow: 0 12px 24px rgba(241, 196, 15, 0.2);
}

/* POWER BY TAM: Ajusta el header para que arranque al tope sin mostrar el fondo beige. */
.header-top-section {
    background-color: var(--white);
}

/* POWER BY TAM: Asegura que las nubes del hero se mantengan a ancho completo. */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section .top-shape,
.hero-section .bottom-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw + 2px);
    pointer-events: none;
    z-index: 1;
}

.hero-section .top-shape { top: 0; }
.hero-section .bottom-shape { bottom: 0; }

.hero-section .top-shape img,
.hero-section .bottom-shape img {
    display: block;
    width: 100%;
    height: auto;
}

/* POWER BY TAM: Replica la corrección de borde a borde para la sección de personajes. */
.team-section {
    position: relative;
    overflow: hidden;
}

.team-section .top-shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw + 2px);
    pointer-events: none;
    z-index: 1;
}

.team-section .top-shape img {
    display: block;
    width: 100%;
    height: auto;
}
.header-4 {
    padding-top: 0;
}

.header-4 .header-main {
    padding-top: 0;
}

/* POWER BY TAM: Ajuste fluido de las figuras laterales en las pestañas. */
.pricing-section .tab-content {
    position: relative;
    overflow: visible;
}

.pricing-section .tab-content .girl-shape {
    position: absolute;
    right: clamp(-12rem, -10vw, -5rem);
    bottom: clamp(-4rem, -3vw, -1rem);
    max-width: clamp(10rem, 18vw, 13.75rem);
    pointer-events: none;
}

.pricing-section .tab-content .girl2-shape-alt {
    position: absolute;
    left: clamp(-12rem, -10vw, -4rem);
    top: auto;
    bottom: clamp(-18rem, -16vw, -9rem);
    transform: scaleX(-1);
    max-width: clamp(9rem, 16vw, 12.5rem);
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 992px) {
    .pricing-section .tab-content .girl-shape,
    .pricing-section .tab-content .girl2-shape-alt {
        display: none;
    }
}

.component-section {
    margin-top: clamp(1.5rem, 3vw, 2.2rem);
}

.component-card {
    display: flex;
    gap: clamp(1rem, 2.5vw, 1.75rem);
    align-items: stretch;
    background-color: #ffffff;
    border-radius: 24px;
    padding: clamp(1.2rem, 2.5vw, 2rem);
    border: 1px solid rgba(8, 136, 183, 0.08);
    box-shadow: 0 18px 40px rgba(8, 136, 183, 0.08);
    height: 100%;
    width: 100%;
}

.component-card__cover {
    position: relative;
    flex: 0 0 clamp(12.6rem, 25.2vw, 16.1rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.component-card__cover-trigger {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.component-card__cover img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(8, 136, 183, 0.18);
}

.component-card__options {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.8vw, 1.2rem);
    justify-content: flex-start;
    max-width: 360px;
    align-items: stretch;
}

/* POWER BY TAM: Badge superior opcional para destacar el área dentro de la tarjeta. */
.component-card__badge {
    position: absolute;
    top: -12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #2a2e45;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    box-shadow: 0 12px 24px rgba(8, 136, 183, 0.18);
}

.component-card--soon {
    border-style: dashed;
    border-color: rgba(8, 136, 183, 0.35);
    background: rgba(239, 245, 246, 0.65);
}

.component-card--soon .component-card__option--disabled {
    background-color: rgba(238, 241, 248, 0.9);
    color: #7e8599;
}

.component-card__option {
    display: block;
    width: 100%;
    border: 1px solid #d7dbe8;
    border-radius: 14px;
    padding: 0.75rem 1.1rem;
    background-color: #ffffff;
    color: #47516b;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    transition: all 200ms ease;
}

.component-card__option:not([disabled]):hover,
.component-card__option:not([disabled]):focus-visible {
    border-color: #7267ff;
    color: #2a2e45;
    box-shadow: 0 12px 24px rgba(114, 103, 255, 0.15);
}

.component-card__option--primary {
    /* POWER BY TAM: Usa el azul header (#385469) para empatar con los botones principales. */
    background-color: var(--header);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 12px 26px rgba(56, 84, 105, 0.25);
}

.component-card__option--primary:not([disabled]):hover,
.component-card__option--primary:not([disabled]):focus-visible {
    color: #ffffff;
    border-color: transparent;
}

.component-card__option--disabled,
.component-card__option:disabled {
    background-color: rgba(238, 241, 248, 0.75);
    color: #9aa2b5;
    border-color: #dfe3ee;
    cursor: not-allowed;
    box-shadow: none;
}

.component-card__option:focus-visible,
.component-card__cover-trigger:focus-visible {
    outline: 2px solid #7267ff;
    outline-offset: 3px;
}

/* POWER BY TAM: Ajusta el respiro superior del footer para que quede más próximo al contenido principal. */
footer.footer-section .contact-info-area {
    padding-top: clamp(120px, 18vw, 160px);
}

@media (max-width: 1199px) {
    .component-card__cover {
        flex-basis: clamp(11.2rem, 36vw, 15rem);
    }
}

@media (max-width: 991px) {
    .component-card {
        flex-direction: column;
        text-align: center;
        padding: clamp(1.2rem, 5vw, 1.8rem);
    }

    .component-card__cover {
        flex-basis: auto;
        max-width: 300px;
        margin: 0 auto;
    }

    .component-card__badge {
        position: static;
        margin-bottom: 0.75rem;
    }

    .component-card__options {
        max-width: none;
        width: 100%;
    }
}

/* POWER BY TAM: Devuelve Matemática a una sola columna centrada. */
#matematica .component-section .row {
    justify-content: center;
}

#matematica .component-section .row > div {
    flex: 0 0 100%;
    max-width: 640px;
}
.personajes-levels__wrap {
    position: relative;
    padding-top: clamp(80px, 12vw, 150px);
}
.personajes-levels__topshape {
    position: absolute;
    top: calc(-1 * clamp(95px, 14vw, 165px));
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: min(100%, 1280px);
    pointer-events: none;
    z-index: 1;
}
.personajes-levels__topshape img {
    width: 100%;
    display: block;
}
.personajes-intro {
    margin-bottom: clamp(40px, 8vw, 90px);
    text-align: center;
}
.personajes-intro__image,
.personajes-intro__text {
    max-width: clamp(320px, 78vw, 880px);
    margin-left: auto;
    margin-right: auto;
}
.personajes-intro__image img {
    width: 100%;
    border-radius: 38px;
    object-fit: cover;
}
.personajes-intro__text {
    margin-top: clamp(24px, 5vw, 40px);
}
.personajes-intro__text h3 {
    font-size: clamp(26px, 4vw, 40px);
    margin-bottom: 18px;
    color: #243f60;
}
.personajes-intro__text p {
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.7;
    color: #47416b;
    text-align: justify;
}
.personajes-intro__video {
    margin-top: clamp(20px, 4vw, 32px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-left: 600px;
    margin-right: auto;
}
.personajes-intro__video .video-btn {
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    height: 54px;
    width: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.personajes-intro__video .video-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid var(--theme);
    content: "";
    transform: translate(-50%, -50%);
}
.personajes-intro__video span {
    font-size: 18px;
    color: #243f60;
    font-weight: 700;
}
.personajes-intro__text strong {
    color: #36267a;
}
.personajes-intro__eyebrow {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f05e56;
    margin-bottom: 12px;
}
