* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}

body {
    background-color: #ffffff;
    font-family: "Quicksand", sans-serif;
    position: relative;
    float: none;
    height: auto;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width: 10px;
}

body::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar:horizontal {
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #9A42FF;
    border-radius: 20px;
    border: 2px solid transparent;
}

body::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: transparent;
}

.seccion-general {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.seccion-general header {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 20px;     /* antes 30px */
    padding-bottom: 20px;  /* antes 30px */
    padding-left: 90px;
    padding-right: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.seccion-general header.fija-menu {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.menu {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.menu .logo-header {
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
}

.menu .logo-header img {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.menu button {
    display: none;
    visibility: hidden;
}

.menu nav {
    width: 680px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.menu nav button {
    display: none;
    visibility: hidden;
}

.menu nav ul {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    list-style: none;
}

.menu nav ul li {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
}

.menu nav ul li a {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
}

.menu nav ul li a.fija-menu {
    color: #000000;
}

.menu nav ul li a:hover {
    color: #9A42FF;
}

.menu nav ul li a:hover.fija-menu {
    color: #9A42FF;
}

.menu nav ul li .btn-registro-header {
    width: auto;
    height: auto;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #9A42FF;
    margin-top: 2px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: space-between;
}

.menu nav ul li .btn-registro-header:hover {
    background-color: #8824fa;
    color: #ffffff;
}

.menu nav ul li .btn-registro-header span {
    width: auto;
    height: auto;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
}

.menu nav ul li .btn-registro-header img {
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
    margin-left: 20px;
}

/* =========================
   SECCIÓN INICIO / HERO
   ========================= */

.seccion-inicio {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    float: left;
    background: url('assets/back-index.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    justify-content: center;
    padding-top: 140px;    /* originalmente 210px */
    z-index: 10;
    position: relative;
}

.contenedor-general-inicio {
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-titulo-inicio {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-titulo-inicio.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-titulo-inicio h1 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1px;
    text-align: center;
}

.contenedor-titulo-inicio h1 span {
    font-family: "Quicksand", sans-serif;
    color: #9A42FF;
}

.contenedor-titulo-inicio h2 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: .5px;
    text-align: center;
    margin-top: 20px;
}

.contenedor-titulo-inicio h2 span {
    font-family: "Quicksand", sans-serif;
    color: #FFAE39;
}

.contenedor-loading-inicio {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contenedor-img-inicio {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    margin-top: 60px;
    border: none;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-img-inicio.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .4s;
}

.contenedor-img-inicio img {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    border: none;
    border-radius: 40px;
}

/* ---------- FORMULARIO LEAD DECLARA ---------- */

.form-lead-declara {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-width: 480px;
}

.form-lead-declara .fila-lead input[type="email"] {
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid #d0d4ff;
    font-size: 0.95rem;
    outline: none;
    background-color: #ffffff;
}

.form-lead-declara .fila-lead input[type="email"]:focus {
    border-color: #6b53ff;
    box-shadow: 0 0 0 2px rgba(107, 83, 255, 0.18);
}

.chips-actividades {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.8rem;
}

.chips-actividades label {
    border-radius: 999px;
    border: 1px solid #d0d4ff;
    padding: 0.35rem 0.8rem;
    cursor: pointer;
    background: #fff;
    display: inline-flex;
    align-items: center;
}

.chips-actividades input[type="radio"] {
    margin-right: 0.25rem;
}

.btn-registro-principal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.95rem;
    background-color: #9A42FF;
    color: #fff;
    min-width: 320px;
}

.btn-registro-principal img {
    width: 18px;
    height: 18px;
}

.btn-registro-principal:hover {
    background-color: #8824fa;
}

/* responsive: en desktop que se vea en línea */
@media (min-width: 768px) {
    .form-lead-declara {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .form-lead-declara .fila-lead {
        flex: 1 1 100%;
    }
}

/* =========================
   SECCIÓN BENEFICIOS
   ========================= */

.seccion-beneficios {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 140px;
    position: relative;
    z-index: 1;
}

.contenedor-general-beneficios {
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-beneficios h1 {
    width: 200px;
    height: auto;
    background-color: #9A42FF;
    padding: 1px;
    border-radius: 20px;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-general-beneficios h1.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-general-beneficios h2 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #111328;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-general-beneficios h2.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-general-beneficios span {
    font-family: "Quicksand", sans-serif;
    color: #9A42FF;
}

.contenedor-beneficios {
    width: 100%;
    margin-top: 60px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.beneficios {
    width: 33.33%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    cursor: default;
    transform: translateY(70px);
    opacity: 0;
}

.beneficios.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.beneficio-izq.muestra-elementos-animados {
    transition-delay: .4s;
}

.beneficio-centro.muestra-elementos-animados {
    transition-delay: .8s;
}

.beneficio-der.muestra-elementos-animados {
    transition-delay: 1.2s;
}

.beneficio-centro {
    background: rgb(245, 236, 255);
    background: linear-gradient(90deg, rgba(245, 236, 255, 1) 0%, rgba(255, 247, 235, 1) 100%);
}

.contenedor-img-beneficio {
    width: 100%;
    height: 160px;
    float: left;
    position: relative;
    background-color: transparent;
}

.contenedor-img-beneficio img {
    width: 80px;
    height: 80px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(0px);
    transition: ease transform .3s;
}

.info-beneficios {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.info-beneficios h3 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #111328;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: .5px;
    font-weight: 700;
    text-align: center;
}

.info-beneficios p {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .5px;
    margin-top: 20px;
    text-align: center;
}

.linea-beneficios {
    width: 100%;
    height: 5px;
    background-color: #111328;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.linea-oculta {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity ease .3s, ease transform .3s;
}

.beneficios:hover .linea-oculta {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity ease .3s, ease transform .3s;
}

.beneficios:hover .contenedor-img-beneficio img {
    transform: translateY(-20px);
    transition: ease transform .3s;
}

/* =========================
   SECCIÓN CARACTERÍSTICAS
   ========================= */

.seccion-caracteristicas {
    width: 100%;
    height: auto;
    background-color: #111328;
    float: left;
    padding-top: 140px;
    padding-bottom: 140px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.contenedor-general-caracteristicas {
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contenedor-general-caracteristicas h1 {
    width: 200px;
    height: auto;
    background-color: #9A42FF;
    padding: 1px;
    border-radius: 20px;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-general-caracteristicas h1.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-general-caracteristicas h2 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-general-caracteristicas h2.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-general-caracteristicas span {
    color: #9A42FF;
    font-family: "Quicksand", sans-serif;
}

.contenedor-caracteriticas {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 60px;
}

.caracteritica {
    width: 100%;
    height: auto;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.img-caracteristica {
    width: 47%;
    height: 450px;
    background-color: transparent;
    float: left;
    position: relative;
}

.img-caracteristica-izq-1,
.img-caracteristica-izq-2 {
    transform: translateX(-70px);
    opacity: 0;
}

.img-caracteristica-izq-1.muestra-elementos-animados {
    transform: translateX(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .8s;
}

.img-caracteristica-izq-2.muestra-elementos-animados {
    transform: translateX(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 2.4s;
}

.img-caracteristica-der-1,
.img-caracteristica-der-2 {
    transform: translateX(70px);
    opacity: 0;
}

.img-caracteristica-der-1.muestra-elementos-animados {
    transform: translateX(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 1.6s;
}

.img-caracteristica-der-2.muestra-elementos-animados {
    transform: translateX(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 2.8s;
}

.img-caracteristica img {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.info-caracteristica {
    width: 47%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.info-caracteristica-izq-1,
.info-caracteristica-izq-2 {
    transform: translateX(-70px);
    opacity: 0;
}

.info-caracteristica-izq-1.muestra-elementos-animados {
    transform: translateX(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .4s;
}

.info-caracteristica-izq-2.muestra-elementos-animados {
    transform: translateX(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 2s;
}

.info-caracteristica-der-1,
.info-caracteristica-der-2 {
    transform: translateX(70px);
    opacity: 0;
}

.info-caracteristica-der-1.muestra-elementos-animados {
    transform: translateX(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 1.2s;
}

.info-caracteristica-der-2.muestra-elementos-animados {
    transform: translateX(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 3.2s;
}

.txt-caracteristica {
    width: 100%;
    height: 280px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.txt-caracteristica label {
    width: 55px;
    height: 55px;
    float: left;
    border-radius: 70px;
    padding-top: 5px;
    background-color: #9A42FF;
    font-family: "Quicksand", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.txt-caracteristica h3 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
}

.txt-caracteristica h3 span {
    font-family: "Quicksand", sans-serif;
    color: #9A42FF;
}

.txt-caracteristica p {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .5px;
    margin-top: 20px;
    text-align: left;
}

/* =========================
   SECCIÓN PLANES
   ========================= */

.seccion-planes {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    float: left;
    padding-top: 140px;
    padding-bottom: 140px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.contenedor-general-planes {
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-planes h1 {
    width: 200px;
    height: auto;
    background-color: #9A42FF;
    padding: 1px;
    border-radius: 20px;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-general-planes h1.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-general-planes h2 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #111328;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-general-planes h2.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-general-planes span {
    color: #9A42FF;
    font-family: "Quicksand", sans-serif;
}

.contenedor-planes {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 60px;
}

.plan {
    width: 31%;
    height: auto;
    background-color: #FDFCFB;
    float: left;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    cursor: default;
    transform: translateY(70px);
    opacity: 0;
    border: solid 1px #EAEAEC;
}

/* alturas automáticas para que no se encimen los contenidos */
.plan-1,
.plan-2 {
    height: auto;
}

.plan-1.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .4s;
}

.plan-2.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .8s;
}

.plan-pro {
    width: 31%;
    height: auto; /* antes 740px */
    float: left;
    padding: 40px;
    background-color: #453D6E;
    border-radius: 20px;
    position: relative;
    cursor: default;
    transform: translateY(70px);
    opacity: 0;
}

.plan-pro.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 1.2s;
}

/* layout interno de tarjetas con flex */
.plan,
.plan-pro {
    display: flex;
    flex-direction: column;
}

.contenedor-titulo-plan {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-titulo-plan h3 {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #111328;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: .5px;
    font-weight: 700;
    text-align: center;
}

.contenedor-titulo-plan img {
    height: 26px;
    width: auto;
    background-color: transparent;
    float: left;
    margin-top: 2px;
}

.contenedor-titulo-plan .t-pro {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: .5px;
    font-weight: 700;
    text-align: center;
}

.contenedor-info-plan {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
    flex-grow: 1; /* ocupa el espacio disponible por encima del precio y botón */
}

.puntos-plan {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    margin-bottom: 10px;
}

.puntos-plan img {
    width: 12px;
    height: 12px;
    background-color: transparent;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.puntos-plan span {
    width: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: left;
}

.puntos-plan .txt-puntos {
    width: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    text-align: left;
}

.contenedor-precio {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 60px;
}

.contenedor-precio h4 {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #111328;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: .5px;
    font-weight: 700;
    text-align: center;
}

.contenedor-precio p {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 2px;
    margin-left: 6px;
}

.contenedor-precio .precio-pro {
    color: #ffffff;
    margin-left: 0px;
}

/* BOTÓN: en flujo normal, sin absolute */
.plan a,
.plan-pro a {
    width: auto;
    height: auto;
    background-color: #9A42FF;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-decoration: none;
    position: relative;  /* antes absolute */
    bottom: auto;
    left: auto;
    align-self: flex-start; /* se alinea al inicio de la tarjeta */
}

.plan a span,
.plan-pro a span {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #ffffff;
}

.plan a img,
.plan-pro a img {
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
    margin-left: 20px;
}

.plan a:hover,
.plan-pro a:hover {
    background-color: #8824fa;
}

.linea-plan {
    width: 100%;
    height: 5px;
    background-color: #111328;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: 20px;
    transform: translateY(20px);
    transition: opacity ease .3s, ease transform .3s;
}

.plan:hover .linea-plan {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity ease .3s, ease transform .3s;
}

.linea-plan-pro {
    width: 100%;
    height: 5px;
    background-color: #9A42FF;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity ease .3s, ease transform .3s;
}

.plan-pro:hover .linea-plan-pro {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity ease .3s, ease transform .3s;
}

/* =========================
   SECCIÓN ASISTENCIA
   ========================= */

.seccion-asistencia {
    width: 100%;
    height: auto;
    float: left;
    display: inline-flex;
    justify-content: center;
    background: rgb(245, 236, 255);
    background: linear-gradient(90deg, rgba(245, 236, 255, 1) 0%, rgba(255, 247, 235, 1) 100%);
    position: relative;
    z-index: 10;
    padding-top: 140px;
}

.contenedor-general-asistencia {
    width: 1200px;
    height: auto;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    background-color: transparent;
}

.contenedor-txt-asistencia {
    width: 65%;
    height: auto;
    background-color: transparent;
    float: left;
    transform: translateY(70px);
    opacity: 0;
    padding-bottom: 140px;
}

.contenedor-txt-asistencia.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 0s;
}

.contenedor-txt-asistencia h2 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
    margin-top: 0px;
}

.contenedor-txt-asistencia h2 span {
    font-family: "Quicksand", sans-serif;
    color: #9A42FF;
}

.contenedor-txt-asistencia img {
    width: 400px;
    margin-top: 40px;
    float: left;
    background-color: transparent;
}

.contenedor-img-asistencia {
    width: 400px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-img-asistencia.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .4s;
}

.contenedor-img-asistencia img {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* =========================
   FOOTER
   ========================= */

footer {
    width: 100%;
    height: auto;
    background-color: #111328;
    float: left;
    padding-top: 70px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    padding-left: 90px;
    padding-right: 90px;
    z-index: 1;
    overflow: hidden;
}

.contenedor-general-footer {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-footer img {
    width: 300px;
    height: auto;
    background-color: transparent;
    float: left;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-general-footer img.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-info-footer {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-info-footer.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .4s;
}

.contenedor-info-footer h2 {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.contenedor-info-footer span {
    color: #9A42FF;
    font-family: "Quicksand", sans-serif;
}

.contenedor-info-footer p {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: .5px;
    text-align: center;
    margin-top: 20px;
}

.contenedor-info-footer a {
    width: auto;
    height: auto;
    background-color: #9A42FF;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin-top: 40px;
    border-radius: 10px;
    text-decoration: none;
}

.contenedor-info-footer a span {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #ffffff;
}

.contenedor-info-footer a img {
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
    margin-left: 20px;
    opacity: 1;
    transform: translateY(0px);
}

.contenedor-info-footer a:hover {
    background-color: #8824fa;
}

.contenedor-btns-footer {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
    display: inline-flex;
    justify-content: center;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-btns-footer.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .4s;
}

.contenedor-btns-footer a {
    width: 230px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding: 15px 20px;
    background-color: #9A42FF;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
}

.contenedor-btns-footer .btns-footer-b {
    background-color: transparent;
    border: solid 1px #ffffff;
}

.contenedor-btns-footer a img {
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
    margin-right: 20px;
    opacity: 1;
    transform: translateY(0px);
}

.contenedor-btns-footer a span {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #ffffff;
}

.contenedor-btns-footer a:hover {
    background-color: #8824fa;
}

.contenedor-btns-footer .btns-footer-b:hover {
    background-color: #8824fa;
    border: solid 1px #8824fa;
}

.contenedor-rss {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 50px;
    display: inline-flex;
    justify-content: center;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-rss.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: .8s;
}

.contenedor-rss a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    float: left;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    transform: scale(1);
    transition: transform ease .3s;
}

.contenedor-rss a img {
    width: 40px;
    height: 40px;
    float: left;
    background-color: transparent;
    opacity: 1;
    transform: translateY(0px);
}

.contenedor-rss a:hover {
    transform: scale(1.15);
    transition: transform ease .3s;
}

.contenedor-footer-pequeno {
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-flex;
    justify-content: space-between;
    transform: translateY(70px);
    opacity: 0;
}

.contenedor-footer-pequeno.muestra-elementos-animados {
    transform: translateY(0px);
    opacity: 1;
    transition: transform ease .8s, opacity ease .8s;
    transition-delay: 1.2s;
}

.contenedor-footer-pequeno a {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: none;
    margin-top: 2px;
}

.contenedor-footer-pequeno a:hover {
    color: #9A42FF;
}

.contenedor-footer-pequeno p {
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
}

/* =========================
   MEDIA QUERIES
   ========================= */

@media only screen and (max-width: 1380px) {

    .seccion-general header {
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }

    .menu {
        width: 100%;
    }

    .menu button {
        display: block;
        visibility: visible;
        height: 40px;
        width: 40px;
        float: right;
        background-color: transparent;
        appearance: none;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .menu button img {
        height: 40px;
        width: 40px;
        float: left;
        background-color: transparent;
        display: block;
        visibility: visible;
    }

    .menu nav {
        width: 350px;
        height: 100vh;
        background-color: #ffffff;
        float: left;
        position: fixed;
        right: -600px;
        top: 0px;
        transition: right ease .4s;
        box-shadow: -15px 1px 27px -1px rgba(0, 0, 0, 0.27);
        -webkit-box-shadow: -15px 1px 27px -1px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: -15px 1px 27px -1px rgba(0, 0, 0, 0.27);
    }

    .menu nav.muestra-menu {
        right: 0;
        transition: right ease .4s;
    }

    .menu nav button {
        display: block;
        visibility: visible;
        height: 40px;
        width: 40px;
        float: right;
        background-color: transparent;
        appearance: none;
        border: none;
        outline: none;
        cursor: pointer;
        margin-right: 40px;
        margin-top: 30px;
    }

    .menu nav button img {
        height: 40px;
        width: 40px;
        float: left;
        background-color: transparent;
    }

    .menu nav ul {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .menu nav ul li {
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .menu nav ul li a {
        width: 100%;
        padding: 20px 40px;
        color: #000000;
        text-align: right;
        margin-bottom: 0;
        margin-top: 0;
    }

    .menu nav ul li a:hover {
        color: #ffffff;
        background-color: #9A42FF;
    }

    .menu nav ul li .btn-registro-header {
        width: 100%;
        padding: 20px 30px;
        border-radius: 0;
        margin-top: 0;
    }

    .seccion-inicio {
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-inicio {
        width: 100%;
    }

    .seccion-beneficios {
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-beneficios {
        width: 100%;
    }

    .seccion-caracteristicas {
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-caracteristicas {
        width: 100%;
    }

    .seccion-planes {
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-planes {
        width: 100%;
    }

    .plan,
    .plan-pro {
        width: 31%;
    }

    /* alturas auto también en este breakpoint */
    .plan-1 {
        height: auto;
    }

    .plan-2 {
        height: auto;
    }

    .plan-pro {
        height: auto;
    }

    .seccion-asistencia {
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-asistencia {
        width: 100%;
    }

    .contenedor-txt-asistencia h2 br {
        display: none;
    }

    footer {
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-footer {
        width: 100%;
    }
}

@media only screen and (max-width: 1180px) {

    .seccion-general header {
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
    }

    .seccion-inicio {
        padding-left: 70px;
        padding-right: 70px;
    }

    .seccion-beneficios {
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-beneficios {
        width: 100%;
    }

    .seccion-caracteristicas {
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-caracteristicas {
        width: 100%;
    }

    .seccion-planes {
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-planes {
        width: 100%;
    }

    .contenedor-planes {
        flex-wrap: wrap;
    }

    .plan {
        width: 46%;
        height: auto;
        margin-bottom: 40px;
        padding: 40px;
    }

    .plan-pro {
        width: 100%;
        height: auto;
    }

    .plan a,
    .plan-pro a {
        margin-top: 40px;
        position: relative;
        bottom: unset;
        left: unset;
    }

    .seccion-asistencia {
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-asistencia {
        width: 100%;
    }

    .contenedor-txt-asistencia h2 br {
        display: none;
    }

    footer {
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-footer {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {

    .seccion-general header {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .seccion-inicio {
        padding-left: 50px;
        padding-right: 50px;
    }

    .seccion-beneficios {
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-beneficios {
        flex-wrap: wrap;
    }

    .beneficios {
        width: 100%;
    }

    .seccion-caracteristicas {
        padding-left: 50px;
        padding-right: 50px;
    }

    .caracteritica {
        flex-wrap: wrap;
    }

    .carcateristica-inversa {
        flex-wrap: wrap-reverse;
    }

    .img-caracteristica {
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: center;
    }

    .img-caracteristica img {
        width: 80%;
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        margin-top: unset;
        margin-bottom: unset;
    }

    .info-caracteristica {
        width: 100%;
        margin-bottom: 40px;
    }

    .txt-caracteristica {
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        margin-top: unset;
        margin-bottom: unset;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .txt-caracteristica h3,
    .txt-caracteristica p {
        text-align: center;
    }

    .seccion-planes {
        padding-left: 50px;
        padding-right: 50px;
    }

    .seccion-asistencia {
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-asistencia {
        flex-wrap: wrap;
    }

    .contenedor-txt-asistencia {
        width: 100%;
        padding-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-txt-asistencia h2 {
        text-align: center;
        width: 100%;
    }

    .contenedor-img-asistencia {
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-asistencia img {
        width: 400px;
        position: relative;
        bottom: unset;
        left: unset;
    }

    footer {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-footer {
        width: 100%;
    }
}

@media only screen and (max-width: 780px) {

    .seccion-general header {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu nav button {
        margin-right: 30px;
        margin-top: 30px;
    }

    .menu nav ul li a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .seccion-inicio {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-titulo-inicio h1 br,
    .contenedor-titulo-inicio h2 br {
        display: none;
    }

    .seccion-beneficios {
        padding-left: 30px;
        padding-right: 30px;
    }

    .beneficios {
        width: 100%;
    }

    .seccion-caracteristicas {
        padding-left: 30px;
        padding-right: 30px;
    }

    .img-caracteristica img {
        width: 100%;
    }

    .seccion-planes {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-planes h2 br {
        display: none;
    }

    .plan {
        width: 100%;
        margin-bottom: 40px;
        padding: 40px;
    }

    .seccion-asistencia {
        padding-left: 30px;
        padding-right: 30px;
    }

    footer {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-footer {
        width: 100%;
    }

    .contenedor-info-footer h2 br {
        display: none;
    }

    .contenedor-footer-pequeno {
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-footer-pequeno p {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {

    .seccion-general header {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .seccion-inicio {
        background: url('assets/back-index-movil.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 140px;
    }

    .seccion-beneficios {
        padding-left: 20px;
        padding-right: 20px;
    }

    .beneficios {
        width: 100%;
    }

    .seccion-caracteristicas {
        padding-left: 20px;
        padding-right: 20px;
    }

    .seccion-planes {
        padding-left: 20px;
        padding-right: 20px;
    }

    .plan {
        width: 100%;
        margin-bottom: 40px;
        padding: 40px;
    }

    .seccion-asistencia {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 480px) {

    .seccion-general header {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .seccion-inicio {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 140px;
    }

    .contenedor-titulo-inicio h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .contenedor-titulo-inicio h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .seccion-beneficios {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-general-beneficios h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .seccion-caracteristicas {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-general-caracteristicas h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .seccion-planes {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-general-planes h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .plan {
        width: 100%;
        margin-bottom: 40px;
        padding: 40px;
    }

    .seccion-asistencia {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-info-footer h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .contenedor-info-footer p {
        font-size: 20px;
        line-height: 30px;
    }

    .contenedor-btns-footer {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-btns-footer a {
        width: 250px;
        margin-top: 20px;
    }

    .contenedor-footer-pequeno {
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-footer-pequeno p {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {

    .seccion-general header {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu nav {
        width: 100%;
    }

    .seccion-inicio {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 140px;
    }

    .form-lead-declara {
        width: 100%;
        max-width: 100%;
    }

    .btn-registro-principal {
        width: 100%;
        justify-content: center;
        min-width: 0;
    }

    .btn-registro-principal img {
        display: none;
    }

    .seccion-beneficios {
        padding-left: 10px;
        padding-right: 10px;
    }

    .seccion-caracteristicas {
        padding-left: 10px;
        padding-right: 10px;
    }

    .seccion-planes {
        padding-left: 10px;
        padding-right: 10px;
    }

    .plan {
        width: 100%;
        margin-bottom: 40px;
        padding: 40px;
    }

    .seccion-asistencia {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-general-asistencia {
        padding: 10px 10px 60px;
    }

    /* Ajuste de ancla para el hero de registro */
    #leadFormDeclara {
        scroll-margin-top: 110px;  /* prueba entre 120 y 150px según veas */
    }

    footer {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-info-footer a {
        width: 100%;
        justify-content: center;
    }

    .contenedor-info-footer a img {
        display: none;
    }

    .contenedor-btns-footer {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-btns-footer a {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .contenedor-footer-pequeno {
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-footer-pequeno p {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}

/* Badge superior del hero */
.badge-hero {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.badge-hero strong {
    color: #FFAE39;
    font-weight: 700;
}

/* Línea de apoyo bajo el subtítulo */
.hero-support {
    width: 100%;
    max-width: 780px;
    margin: 10px auto 0 auto;
    background-color: transparent;
    float: left;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    text-align: center;
    opacity: 0.95;
}

.hero-support strong {
    color: #FFAE39;
    font-weight: 700;
}
