:root {
    --ink: #251a34;
    --muted: #655d70;
    --purple: #8f6ad3;
    --purple-dark: #3d245c;
    --purple-soft: #f2ecfb;
    --teal: #278e93;
    --teal-dark: #17686d;
    --cream: #fffdf9;
    --white: #fff;
    --line: #e7dfed;
    --shadow: 0 18px 45px rgba(49, 29, 74, .12);
    --radius: 22px;
    --container: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.7;
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    color: inherit;
    text-decoration: none
}

.container {
    width: min(var(--container), calc(100% - 40px));
    margin-inline: auto
}

.narrow {
    max-width: 900px
}

.center {
    text-align: center
}

.section-light,
.section-tint,
.section-purple,
.section-dark,
.section-yellow {
    position: relative;
    padding: 100px 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-light {
    background: var(--cream)
}

/*.section-tint {*/
/*    background: var(--purple-soft)*/
/*}*/

.section-purple {
    background: linear-gradient(135deg, #203864, #203864);
    color: #fff
}

.section-dark {
    background: linear-gradient(135deg, #24142f 0%, #3d245c 52%, #286e73 140%);
    color: #462d65;
}

.section-yellow {
    background-color: #f4e6d3;
}

.section-heading h2,
.section-heading h3 {
    margin-top: 0;
    
}

.kicker,
.eyebrow {
    letter-spacing: .18em;
    font-weight: 700;
    font-size: .75rem
}

.kicker {
    /*color: var(--purple);*/
    margin: 0 0 12px
}

.section-dark .kicker,
.section-purple .kicker {
    color: #d9c7ff
}

.eyebrow {
    color: #8f6ad3;
    margin-bottom: 16px
}

h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
    line-height: 1.15;
    color:#4496aB;
}

h1 {
    font-size: clamp(  1rem);
    margin: .1em 0 .2em
}

h2 {
    font-size: clamp(1.5rem);
    margin: .15em 0 .45em
}

h3 {
    font-size: 1.5rem
}

h2 span,
h1 em {
    color: #5569CB;
    font-style: normal
}

.section-dark h1 em,
.section-purple h2 span {
    color: #5569cb;
}

.hero {
    /*min-height: 760px;*/
    display: grid;
    align-items: center;
    /*padding-top: 10px!important;*/
    overflow: hidden;
    /* padding-top: 120px */
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.9fr .7fr;
    gap: 40px;
    align-items: center;
}


.hero-lead {
    font-size: 1.15rem;
    max-width: 700px;
    color: black;
}

.hero-points {
    display: grid;
    gap: 10px;
    margin: 28px 0
}

.hero-points>div {
    display: flex;
    gap: 12px;
    align-items: center
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.22);
    }
}

.point-icon {
    color: #3DAECB;
    font-size: 1.2rem;
    display: inline-block;
    animation: iconPulse 1.7s ease-in-out infinite;
}

.hero-points > div:nth-child(2) .point-icon {
    animation-delay: .25s;
}

.hero-points > div:nth-child(3) .point-icon {
    animation-delay: .5s;
}

.limited {
    font-size: .85rem;
    color: #3d245c;
    margin: 13px 0
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 999px;
    padding: 13px 24px;
    font: 600 .95rem "DM Sans", sans-serif;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, background .2s
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14)
}

.btn-primary {
    background: #11A392;
    color: #fff
}

.btn-light {
    background: #fff;
    color: var(--purple-dark)
}

/* ── CTA del header: "Adquiere tu curso" ── */
.nav-cta {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: #8f6ad3;
    color: #fff !important;
    padding: 11px 22px;
    border-radius: 999px;
    font-weight: 700 !important;
    margin-left: 16px;
    box-shadow: 0 0 0 3px rgba(143, 106, 211, .25), 0 8px 20px rgba(143, 106, 211, .4);
    transition: background .2s, transform .2s, box-shadow .2s;
}

.nav-cta i {
    font-size: .9em;
}

.nav-cta:hover {
    background: #6644a6;
    transform: translateY(-2px);
    box-shadow: 0 0 0 4px rgba(143, 106, 211, .3), 0 10px 26px rgba(143, 106, 211, .5);
}

.nav-cta:after {
    content: none !important;
}

.hero-art {
    min-height: 540px;
    display: grid;
    place-items: center
}

.family-tree-art {
    width: min(510px, 100%);
    aspect-ratio: 1;
    position: relative;
    border-radius: 50%;
    background: radial-gradient(circle, #bfa7e9 0 18%, #7d59aa 40%, #3d245c 73%, transparent 74%);
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .22));
    display: grid;
    place-items: center
}

.tree-crown {
    font-size: 9rem;
    color: #f4edff;
    transform: translateY(-70px)
}

.tree-trunk {
    font-size: 14rem;
    line-height: .4;
    color: #e5d8fa;
    position: absolute;
    top: 45%;
    left: 42%;
    transform: rotate(90deg)
}

.tree-roots {
    position: absolute;
    bottom: 22%;
    font-size: 2rem;
    color: #fff
}

.photo {
    position: absolute;
    width: 115px;
    height: 85px;
    background: #fff;
    color: #654d76;
    display: grid;
    place-items: center;
    font-family: "Playfair Display";
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    transform: rotate(-7deg)
}

.photo-a {
    left: 5%;
    top: 28%
}

.photo-b {
    right: 2%;
    top: 22%;
    transform: rotate(8deg)
}

.photo-c {
    right: 9%;
    bottom: 23%;
    transform: rotate(-5deg)
}

.hero-decoration {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%
}

.hero-decoration-one {
    width: 600px;
    height: 600px;
    right: -300px;
    top: -170px
}

.hero-decoration-two {
    width: 300px;
    height: 300px;
    left: -170px;
    bottom: -100px
}

.video-frame {
    margin: 30px auto;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: var(--radius);
    overflow: hidden;
    background: linear-gradient(135deg, #3d245c, #b08be1);
    box-shadow: var(--shadow)
}


.play {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--purple);
    padding-left: 5px;
    font-size: 1.5rem
}

.intro h3 {
    font-size: 1.45rem;
    margin-top: 35px
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.text-block {
    font-size: 1.05rem;
    color: black;
}



/* .feature-card:nth-child(4),
.feature-card:nth-child(7) {
    grid-column: span 2
} */

.closing-line {
    margin: 42px auto 0;
    font-size: 1.15rem;
    font-weight: 600;
    max-width: 850px
}

.learning-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 48px
}

.learning-card {
    background: #fff;
    color: var(--ink);
    padding: 30px;
    border-radius: 20px;
    text-align: center
}

.learning-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 15px
}

.learning-card p {
    color: var(--muted);
    font-size: .94rem
}

.image-card {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow)
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px
}

.check-list,
.number-list,
.roman-list {
    padding-left: 1.25rem
}

.check-list {
    list-style: none;
    padding-left: 0
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin: 12px 0
}

.check-list li:before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #3DAECB;
    font-weight: 800;
    display: inline-block;
    animation: iconPulse 1.7s ease-in-out infinite;
}

.check-list li:nth-child(2n):before {
    animation-delay: .2s;
}

.check-list li:nth-child(3n):before {
    animation-delay: .4s;
}

.text-link {
    color: var(--purple);
    font-weight: 700
}

.guide-image img {
    width: min(500px, 100%);
    margin: auto
}

.subtitle {
    font-weight: 700;
    color: #5569cb;
    font-size: 1.05rem
}

.quote {
    margin-top: 28px;
    padding: 22px;
    border-left: 4px solid #5569cb;
    font-family: "Playfair Display";
    font-size: 1.2rem
}

.quote2 {
    margin-top: 28px;
    padding: 22px;
    border-left: 4px solid #5569cb;
    font-family: "Playfair Display";
    font-size: 1.2rem;
    padding-left:10px;
}

.faq-like-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 48px
}

.info-item,
.bonus-box {
    padding: 32px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--line)
}

.info-item p,
.bonus-box p {
    color: var(--muted)
}

.bonus-box {
    background: linear-gradient(135deg, #3d245c, #7150a0);
    color: #fff
}

.bonus-box p {
    color: #eee
}

.bonus-box strong {
    color: #e3ccff;
    font-size: 1.15rem
}

.start-grid {
    align-items: start
}

.start .number-list li {
    margin: 14px 0
}

.collage-small img {
    border-radius: var(--radius);
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    box-shadow: var(--shadow)
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px
}

.gallery-img {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.gallery-img img {
    width: 100%;
    height: 360px;
    object-fit: cover
}

.comparison {
    max-width: 950px;
    margin-top: 45px;
    font-size: 1.03rem
}

.comparison li {
    margin: 14px 0
}



.refund {
    max-width: 950px;
    text-align: center;
    margin-top: 55px
}

.accordion {
    margin-top: 45px
}

.accordion-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    width: 100%;
    text-align: left;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0;
    font: 600 1rem "DM Sans";
    cursor: pointer
}

.accordion-item i {
    font-style: normal;
    font-size: 1.5rem;
    color: #d8c4f7
}

.accordion-content {
    grid-column: 1/-1;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: #e9dff4;
    font-weight: 400;
    transition: max-height .3s ease, opacity .3s ease
}

.accordion-item.open .accordion-content {
    max-height: 300px;
    opacity: 1;
    padding: 8px 0 12px
}

.accordion-item.open i {
    transform: rotate(45deg)
}

.full-syllabus .roman-list {
    padding-left: 1.5rem
}
/* =========================================
   CONTACTO
========================================= */

.contact-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


/* =========================================
   COLUMNA IZQUIERDA
========================================= */

.contact-info h2 {
    max-width: 500px;

    margin: 0 0 20px;


    font-size: 27px;
    line-height: 1.25;

    font-weight: 800;

    text-transform: none;
}


/* TEXTO PRINCIPAL */

.contact-intro {
    max-width: 570px;

    margin: 0 0 28px;

    color: #fff;

    font-size: 17px;
    line-height: 1.7;

    font-weight: 500;
}


/* =========================================
   CTA CURSO
========================================= */

.contact-course-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 14px 24px;

    margin-bottom: 25px;

    background: #59cac3;

    border: 1px solid #4496AB;

    border-radius: 999px;

    color: #fff;

    font-size: 15px;
    font-weight: 700;

    text-align: center;
    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-course-btn:hover {
    background: #11a392;

    border-color: #357e90;

    color: #fff;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(68, 150, 171, 0.28);
}


/* =========================================
   CUPO / FECHA
========================================= */

.contact-course-info {
    display: flex;
    flex-direction: column;

    gap: 5px;

    margin: 0;

    color: #fff;

    line-height: 1.55;
}

.contact-course-info strong {
    font-size: 16px;
}

.contact-course-info span {
    font-size: 15px;

    opacity: 0.9;
}


/* =========================================
   COLUMNA FORMULARIO
========================================= */

.contact-form-area {
    width: 100%;
}


/* TÍTULO CONTACTO */

.contact-form-heading {
    margin-bottom: 25px;
}

.contact-form-heading h3 {
    margin: 0 0 8px;


    font-size: 27px;
    line-height: 1.2;

    font-weight: 800;

    text-transform: none;
}

.contact-form-heading > p {
    margin: 0 0 18px;

    color: #fff;

    font-size: 16px;
    line-height: 1.5;
}


/* =========================================
   MARCA
========================================= */

.contact-brand {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 22px;
}

.contact-brand img {
    width: 65px;
    height: auto;

    object-fit: contain;

    display: block;
}

.contact-brand > div {
    display: flex;

    flex-direction: column;

    gap: 3px;
}

.contact-brand strong {
    color: #9a75d5;

    font-size: 18px;
    font-weight: 700;
}

.contact-brand span {
    color: #fff;

    font-size: 14px;
    line-height: 1.4;
}


/* =========================================
   FORMULARIO
========================================= */

.contact-form {
    width: 100%;
}

.contact-form label {
    display: block;

    margin-bottom: 6px;

    color: #fff;

    font-size: 14px;
    font-weight: 600;
}

.contact-form input,
.contact-form textarea {
    width: 100%;

    margin-top: 7px;

    padding: 12px 14px;

    background: #fff;

    border: 1px solid rgba(255, 255, 255, 0.35);

    border-radius: 10px;

    color: #29222f;

    font: inherit;

    outline: none;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #4496AB;

    box-shadow:
        0 0 0 3px rgba(68, 150, 171, 0.15);
}

.contact-form textarea {
    resize: vertical;
}


/* BOTÓN ENVIAR */

.contact-form .btn-light {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 140px;

    padding: 12px 25px;

    background: #4496AB;

    border: 1px solid #126276;

    color: #fff;

    border-radius: 999px;

    font-weight: 700;
}

.contact-form .btn-light:hover {
    background: #11a392;

    border-color: #357e90;

    color: #fff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .contact-grid {
        gap: 40px;
    }

}


/* =========================================
   CELULAR
========================================= */

@media (max-width: 767px) {

    .contact-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .contact-info h2 {
        font-size: 25px;

        max-width: none;
    }


    .contact-intro {
        font-size: 16px;

        line-height: 1.65;

        max-width: none;
    }


    .contact-course-btn {
        width: 100%;

        padding: 13px 18px;

        font-size: 14px;
    }


    .contact-course-info strong {
        font-size: 15px;
    }

    .contact-course-info span {
        font-size: 14px;
    }


    .contact-form-heading h3 {
        font-size: 25px;
    }


    .contact-brand img {
        width: 55px;
    }

    .contact-brand strong {
        font-size: 17px;
    }


    .contact-form .btn-light {
        width: 100%;
    }

}


.copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 35px;
    padding-top: 18px;
    font-size: .82rem;
    color: #a99caf
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 8, 22, .9);
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 30px
}

.modal[hidden] {
    display: none
}

.modal-video {
    width: min(1000px, 100%);
    aspect-ratio: 16/9;
    background: #000
}

.modal-video iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.modal-close {
    position: absolute;
    right: 25px;
    top: 15px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 3rem;
    cursor: pointer
}

/* ── Modal del Formato Gratuito ── */
.modal-form-box {
    width: min(480px, 100%);
    background: var(--cream);
    border-radius: var(--radius);
    padding: 40px 36px;
    box-shadow: var(--shadow);
    position: relative;
}

.modal-form-box .modal-close {
    color: var(--muted);
    right: 14px;
    top: 8px;
    font-size: 2.2rem;
}

.modal-form-box .modal-close:hover {
    color: var(--ink);
}

.modal-form-kicker {
    color: var(--purple);
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.modal-form-box h3 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: 1.5rem;
    margin: 0 0 10px;
}

.modal-form-box p {
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.6;
    margin: 0 0 24px;
}

.modal-form-box label {
    display: block;
    font-size: .85rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 14px;
}

.modal-form-box input {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: .7rem .9rem;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    font: 500 .95rem 'DM Sans', sans-serif;
    color: var(--ink);
    background: #fff;
    outline: none;
    transition: border-color .2s;
}

.modal-form-box input:focus {
    border-color: var(--purple);
}

.modal-form-box .btn {
    width: 100%;
    margin-top: 6px;
    justify-content: center;
}

.modal-form-message {
    margin-top: 14px;
    font-size: .85rem;
    text-align: center;
    min-height: 1.2em;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:1000px) {

    .hero-grid,
    .two-col,
    .contact-grid,
    .pricing-box {
        grid-template-columns: 1fr
    }

    .hero {
        min-height: auto
    }

    .hero-art {
        min-height: 400px
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr)
    }

  

    .learning-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr
    }

    .course-card {
        grid-template-columns: 240px 1fr
    }

    .pricing-details {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding: 25px 0 0
    }

   
    .contact-grid {
        gap: 40px
    }
}

@media(max-width:720px) {
    .container {
        width: min(var(--container), calc(100% - 28px))
    }

    .section-light,
    .section-tint,
    .section-purple,
    .section-dark {
        padding: 40px 0
    }

    .site-header {
        position: relative
    }

    .nav-wrap {
        min-height: 74px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .brand img {
        width: 180px
    }

    .nav-toggle {
        display: flex
    }

    .main-nav {
        display: grid;
        position: absolute;
        left: 14px;
        right: 14px;
        top: 70px;
        background: #fff;
        border-radius: 15px;
        padding: 14px 10px 10px;
        box-shadow: var(--shadow);
        z-index: 20;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scaleY(.96);
        transform-origin: top right;
        transition: opacity .28s ease, transform .28s cubic-bezier(.34,1.3,.64,1), visibility .28s;
    }

    .main-nav:before {
        content: '';
        position: absolute;
        top: -5px;
        right: 26px;
        width: 34px;
        height: 4px;
        border-radius: 4px;
        background: var(--teal);
        opacity: 0;
        transform: scaleX(.4);
        transition: opacity .3s ease .05s, transform .3s ease .05s;
    }

    .main-nav.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scaleY(1);
    }

    .main-nav.open:before {
        opacity: 1;
        transform: scaleX(1);
    }

    .main-nav a {
        color: var(--ink);
        padding: 11px 14px
    }

    .main-nav a.nav-cta {
        justify-content: center;
        margin-top: 6px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 20px;
    }

    

    .hero-art {
        min-height: 320px
    }

    .family-tree-art {
        width: 320px
    }

    .tree-crown {
        font-size: 6rem
    }

    .tree-trunk {
        font-size: 9rem
    }

    .photo {
        width: 75px;
        height: 58px;
        font-size: .8rem
    }

    .two-col,
    .faq-like-grid,
    .gallery-grid,
    .contact-grid,
    .pricing-box {
        gap: 35px
    }

    .feature-grid,
    .learning-grid {
        grid-template-columns: 1fr
    }

    .gallery-grid {
        grid-template-columns: 1fr
    }

    .gallery-img img {
        height: 280px
    }

    .course-card {
        grid-template-columns: 1fr;
        padding: 24px
    }

    .course-card img {
        max-height: 260px
    }

    .input-row {
        flex-direction: column
    }

    .footer-inner {
        grid-template-columns: 1fr
    }

    .contact-form {
        padding: 22px
    }

    .hero .btn {
        width: 100%
    }

    .nav-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        border: 0;
        background: none;
        padding: 8px
    }

    .nav-toggle span {
        width: 26px;
        height: 2px;
        background: var(--ink);
        display: block
    }

    .site-header {
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 100
    }

    .main-nav {
        top: 65px
    }

    .start-grid {
        align-items: stretch
    }
}

@media(min-width:721px) {
    .nav-toggle {
        display: none
    }

    .site-header {
        position: sticky;
        top: 0;
        z-index: 100;
        background: rgba(255, 253, 249, .95);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(80, 50, 100, .08)
    }

    .nav-wrap {
        min-height: 84px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px
    }

    .brand img {
        width: 230px
    }

    .main-nav {
        display: flex;
        gap: 24px;
        align-items: center
    }

    .main-nav a {
        font-size: .9rem;
        font-weight: 600;
        position: relative
    }

    .main-nav a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 0;
        height: 2px;
        background: var(--purple);
        transition: width .2s
    }

    .main-nav a:hover:after {
        width: 100%
    }
}

/*ESTILOS ADICIONALES*/

.hero {
    position: relative;
    background-image: url("../img/brnfam.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.definition {
  position: relative;
  background-image:
    linear-gradient(
      rgba(91, 53, 122, 0.78),
      rgba(91, 53, 122, 0.78)
    ),
    url("../img/Bnrantiguo2.png");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  color: #fff;
}

@media (max-width: 767px) {
  .definition {
    background-attachment: scroll;
    background-position: center center;
  }
}

.kicker2{
    color: #fff;
}


.feature-card {
  position: relative;
  overflow: hidden;

  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;

  padding: 2rem;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: #5b357a;

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.13);

  border-color: rgba(91, 53, 122, 0.25);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.feature-card {
  flex: 0 1 calc(33.333% - 2rem);
}

@media (max-width: 991px) {
  .feature-card {
    flex: 0 1 calc(50% - 2rem);
  }
}

@media (max-width: 767px) {
  .feature-card {
    flex: 0 1 100%;
  }
}


.info {
  background-image:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.75)  0%,
      rgba(244, 223, 189, 0.92) 100%
      
    ),
    url("../img/BnrLinFamFot.png");

  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pricing {
    padding-top: 30px;
}

.pricing-box {
  background: #fff;
  border: 1px solid #5b357a;
  border-radius: 18px;

  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.12),
    0 0 0 4px rgba(91, 53, 122, 0.08);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pricing-box:hover {
  transform: translateY(-5px);

  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.16),
    0 0 0 5px rgba(91, 53, 122, 0.12);
}

.roman-list {
  list-style-type: upper-roman;
  padding-left: 2rem;
}

.roman-list li {
  padding-left: 0.5rem;
}


.contact {
    position: relative;
    background-image: linear-gradient(#4496abf7, #5569cba1), url(../img/purisima.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;

  color: #fff;
  font-size: 1rem;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.contact-detail:hover .contact-icon {
  background: #4357BB;
  transform: translateY(-3px);
}

.contact-detail-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #fff;
}

.contact-detail-content strong {
  font-size: 0.95rem;
}

.contact-detail-content a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-detail-content a:hover {
  opacity: 0.75;
}

.contact-detail-content p {
  margin: 0;
}

.white2{
    color: #fff;
}

/* =========================================
   FOOTER
========================================= */

.site-footer {
  background: #203864;
  color: rgba(255, 255, 255, 0.85);
}


/* Contenido principal */

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 5rem;

  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}


/* Marca */

.footer-brand {
  max-width: 360px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.footer-logo img {
  width: 240px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-brand p {
  margin: 0;
  max-width: 320px;

  font-size: 0.95rem;
  line-height: 1.8;

  color: rgba(255, 255, 255, 0.65);
}


/* Facebook */

.footer-facebook {
  width: 42px;
  height: 42px;

  margin-top: 1.5rem;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;

  color: #fff;
  text-decoration: none;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.footer-facebook:hover {
  background: #5b357a;
  border-color: #5b357a;
  color: #fff;

  transform: translateY(-3px);
}


/* Columnas */

.footer-column h3 {
  margin: 0 0 1.5rem;

  color: #fff;

  font-size: 1rem;
  font-weight: 700;
}


/* Navegación */

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-nav a {
  width: fit-content;

  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;

  font-size: 0.95rem;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-nav a:hover {
  color: #F4DFBD;
  transform: translateX(4px);
}


/* Contacto */

.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;

  gap: 0.85rem;

  margin-bottom: 1.1rem;

  font-size: 0.92rem;
  line-height: 1.6;

  color: rgba(255, 255, 255, 0.68);
}

.footer-contact-item i {
  width: 18px;
  margin-top: 4px;

  color: #59cac3;
  text-align: center;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;

  transition: color 0.25s ease;
}

.footer-contact-item a:hover {
  color: #F4DFBD;
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom-inner {
  min-height: 75px;

  display: flex;
  align-items: center;
  justify-content:center;

  gap: 2rem;
}

.footer-bottom p {
  margin: 0;

  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;

  font-size: 0.8rem;

  transition: color 0.25s ease;
}

.footer-bottom-links a:hover {
  color: #F4DFBD;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 500px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .footer-main {
    grid-template-columns: 1fr;
    gap: 2.75rem;

    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer-brand {
    grid-column: auto;
    max-width: 100%;
  }

  .footer-logo img {
    width: 210px;
  }

  .footer-bottom-inner {
    min-height: auto;

    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    flex-direction: column;
    align-items: flex-start;

    gap: 1rem;
  }

  .footer-bottom-links {
    gap: 1.25rem;
  }

}

/*CORRECIONES*/

/* =========================================
   COMPARACIÓN COMPACTA
========================================= */

.learning-comparison {
  max-width: 1000px;
  margin: 0 auto;
}

.comparison-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  overflow: hidden;

  background: #fff;

  border-radius: 14px;

  box-shadow: 0 12px 35px rgba(25, 12, 35, 0.16);
}


/* =========================================
   ENCABEZADOS
========================================= */

.comparison-header {
  min-height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 0.9rem 1.25rem;

  font-size: 0.88rem;
  font-weight: 700;

   border-bottom: 2px solid rgb(103 28 163 / 33%);
}

.comparison-label {
  background: #fff;
}

.comparison-header.professional {
  background: #eee9f1;
  color: #403448;
}

.comparison-header.family {
  background: #f38b76;
  color: #5b357a;
}

.comparison-header.family small {
  margin-top: 0.1rem;

  font-size: 14px;
  font-weight: 500;

  opacity: 0.7;
}


/* =========================================
   FILAS
========================================= */

.comparison-row {
  display: contents;
}

.comparison-title,
.comparison-value {
  min-height: 68px;

  display: flex;
  align-items: center;

  padding: 0.75rem 1.25rem;

  border-bottom: 2px solid rgb(103 28 163 / 33%);
}



/* COLUMNA DE CONCEPTO */

.comparison-title {
  gap: 0.7rem;

  color: #403448;
}

.comparison-title strong {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
}


/* ICONOS */

.comparison-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(91, 53, 122, 0.09);
  color: #F38B76;

  font-size: 0.7rem;
}


/* VALORES */

.comparison-value {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  gap: 0.1rem;

  color: #514757;

  font-size: 0.84rem;
  line-height: 1.35;
}

.comparison-value small {
  font-size: 14px;

  opacity: 0.65;
}


/* COLUMNA LÍNEAS DE FAMILIA */

.comparison-value.highlight {
    background: rgb(237 159 159 / 27%) !important;
}
.comparison-value.highlight strong {
  color: #5b357a;

  font-size: 16px;
}

.litlit{
    font-style:italic;
    color: #a183d4;
}


/* =====================================================
   CÓMO APRENDERÁS
===================================================== */

.learning-method {
  max-width: 1000px;

  margin: 4rem auto 0;
}


/* =====================================================
   TÍTULO
===================================================== */

.learning-method-heading {
  margin-bottom: 2.5rem;
}

.learning-method-heading h2 {
  margin: 0;

  color: #fff;

  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -0.03em;
}


/* =====================================================
   LISTA
===================================================== */

.learning-compact-list {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  column-gap: 3.5rem;
  row-gap: 0;
}


/* =====================================================
   CADA ELEMENTO
===================================================== */

.learning-compact-item {
  position: relative;

  display: flex;
  align-items: center;

  gap: 1rem;

  min-height: 80px;

  padding: 1.1rem 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}


/* Quitamos la línea de los dos últimos */

.learning-compact-item:nth-last-child(-n+2) {
  border-bottom: none;
}


/* =====================================================
   ICONOS
===================================================== */

.learning-compact-icon {
  width: 38px;
  height: 38px;

  min-width: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(244, 223, 189, 0.12);

  border: 1px solid rgba(244, 223, 189, 0.25);

  color:#F38B76;

  font-size: 0.85rem;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}


/* HOVER */

.learning-compact-item:hover .learning-compact-icon {
  background: #F4DFBD;

  color: #F38B76;
  transform: scale(1.08);
}


/* =====================================================
   TEXTO
===================================================== */

.learning-compact-item p {
  margin: 0;

  color: rgba(255, 255, 255, 0.88);

  font-size: 0.95rem;
  font-weight: 500;

  line-height: 1.55;
}


/* =====================================================
   CTA
===================================================== */

/* BOTÓN CTA */

.learning-format-action {
  margin-top: 2rem;
  text-align: center;
}

.learning-format-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.9rem 1.7rem;

  background: #FFF3DC;
  color: #5b357a;

  border-radius: 999px;

  font-size: 16px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.learning-format-btn:hover {
  background: #fff;
  color: #5b357a;

  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(25, 12, 35, 0.18);
}


/* =====================================================
   BOTÓN
===================================================== */

.learning-format-btn {
  flex-shrink: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 0.6rem;

  padding: 0.85rem 1.35rem;

  background: #FFF3DC;

  color: #5b357a;

  border-radius: 999px;

  font-size: 16px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.learning-format-btn i {
  font-size: 0.72rem;

  transition: transform 0.3s ease;
}


.learning-format-btn:hover {
  background: #fff;

  color: #5b357a;

  transform: translateY(-2px);

  box-shadow: 0 8px 22px rgba(25, 12, 35, 0.18);
}


.learning-format-btn:hover i {
  transform: translateX(3px);
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 991px) {

  .learning-compact-list {
    column-gap: 2rem;
  }

}


/* =====================================================
   CELULAR
===================================================== */

@media screen and (max-width: 767px) {

  .learning-method {
    margin-top: 3.5rem;
  }


  /* TÍTULO */

  .learning-method-heading {
    margin-bottom: 1.8rem;
  }

  .learning-method-heading h2 {
    font-size: 2rem;
  }


  /* UNA SOLA COLUMNA */

  .learning-compact-list {
    grid-template-columns: 1fr;
  }


  /* ELEMENTOS */

  .learning-compact-item {
    min-height: auto;

    align-items: flex-start;

    gap: 0.8rem;

    padding: 0.95rem 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }


  /* En celular solo quitamos la línea del último */

  .learning-compact-item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .learning-compact-item:last-child {
    border-bottom: none;
  }


  /* ICONO */

  .learning-compact-icon {
    width: 32px;
    height: 32px;

    min-width: 32px;

    margin-top: 1px;

    font-size: 0.75rem;
  }


  /* TEXTO */

  .learning-compact-item p {
    font-size: 0.92rem;

    line-height: 1.5;
  }


  /* CTA */

    .learning-format-action {
    margin-top: 1.5rem;
  }

  .learning-format-btn {
    padding: 0.85rem 1.25rem;

    font-size: 0.85rem;
  }

}


/* =========================================
   CTA
========================================= */


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .comparison-card {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .comparison-header,
  .comparison-title,
  .comparison-value {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .comparison-title {
    gap: 0.7rem;
  }

  .comparison-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .learning-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .learning-cta .btn {
    width: 100%;
  }

}


/* =========================================
   MOBILE
========================================= */
/* =========================================
   COMPARACIÓN - MOBILE
========================================= */

@media (max-width: 767px) {

  .learning-new {
    padding: 4rem 0;
  }

  .learning-method {
    margin-top: 5rem;
  }


  /* Contenedor */

  .comparison-card {
    display: block;

    overflow: hidden;

    border-radius: 18px;

    background: transparent;

    box-shadow: none;

    border: none;
  }


  /* Ocultamos los encabezados originales */

  .comparison-header {
    display: none;
  }


  /* Cada comparación se convierte
     en una tarjeta independiente */

  .comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin-bottom: 1rem;

    overflow: hidden;

    background: #fff;

    border: 1px solid rgba(91, 53, 122, 0.10);

    border-radius: 16px;

    box-shadow: 0 8px 20px rgba(25, 12, 35, 0.08);
  }


  /* Título de la característica */

  .comparison-title {
    grid-column: 1 / -1;

    min-height: auto;

    display: flex;
    align-items: center;

    padding: 1rem 1.15rem;

    gap: 0.7rem;

    background: #fff;

    border-bottom: 1px solid rgba(91, 53, 122, 0.08);

    color: #403448;
  }

  .comparison-title strong {
    font-size: 0.9rem;
  }


  /* Icono */

  .comparison-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;

    font-size: 0.8rem;
  }


  /* Valores */

  .comparison-value {
    min-height: 105px;

    display: flex;
    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    padding: 1rem;

    gap: 0.35rem;

    font-size: 0.85rem;

    line-height: 1.45;

    border: none;
  }


  /* Columna profesional */

  .comparison-value:not(.highlight) {
    background: #f5f2f6;
  }


  /* Columna Líneas de Familia */

.comparison-value.highlight {
    background: rgb(237 159 159 / 27%) !important;
}

  /* Etiquetas que identifican cada columna */

  .comparison-value:not(.highlight)::before {
    content: "Genealogista profesional";

    display: block;

    margin-bottom: 0.25rem;

    color: #6d6370;

    font-size: 0.68rem;

    font-weight: 700;

    line-height: 1.2;
  }

  .comparison-value.highlight::before {
    content: "Líneas de Familia";

    display: block;

    margin-bottom: 0.25rem;

    color: #5b357a;

    font-size: 0.68rem;

    font-weight: 800;

    line-height: 1.2;
  }


  /* Texto */

  .comparison-value span,
  .comparison-value strong {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .comparison-value small {
    font-size: 0.68rem;
  }


  /* =========================================
     TARJETAS DE APRENDIZAJE
  ========================================== */

  .learning-new-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .learning-new-card {
    padding: 1.5rem;

    gap: 1rem;
  }

  .learning-card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }


  /* =========================================
     CTA
  ========================================== */

  .learning-cta {
    padding: 1.5rem;

    gap: 1.5rem;
  }

  .learning-cta-content {
    align-items: flex-start;
  }

  .learning-cta-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

}



/* =========================================
   IMÁGENES DEL TEMARIO
========================================= */

.syllabus-images {
  position: relative;

  width: 100%;
  min-height: 560px;

  display: flex;
  align-items: center;
  justify-content: center;
}


/* Imágenes */

.syllabus-image {
  position: absolute;

  overflow: hidden;

  border-radius: 20px;

  border: 8px solid #fff;

  box-shadow:
    0 18px 45px rgba(48, 31, 57, 0.18);

  background: #fff;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.syllabus-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}


/* Imagen principal */

.syllabus-image-main {
  width: 55%;
  height: 430px;

  top: 20px;
  left: 5%;

  z-index: 2;

  transform: rotate(-2deg);
}


/* Imagen secundaria */

.syllabus-image-secondary {
  width: 65%;
  height: 360px;

  right: 2%;
  bottom: 60px;

  z-index: 1;

  transform: rotate(3deg);
}


/* Efecto al pasar el mouse */

.syllabus-images:hover .syllabus-image-main {
  transform: rotate(-1deg) translateY(-6px);
}

.syllabus-images:hover .syllabus-image-secondary {
  transform: rotate(2deg) translateY(6px);
}







/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .syllabus-images {
    min-height: 480px;
  }

  .syllabus-image-main {
    width: 72%;
    height: 360px;
  }

  .syllabus-image-secondary {
    width: 62%;
    height: 300px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .syllabus-images {
    min-height: auto;

    display: flex;
    flex-direction: column;

    gap: 1.5rem;

    padding: 0.5rem 0 2rem;
  }

  .syllabus-image {
    position: relative;

    width: 90%;
    height: auto;

    left: auto;
    right: auto;
    top: auto;
    bottom: auto;

    transform: none !important;

    border-width: 6px;
  }

  .syllabus-image-main {
    order: 1;
  }

  .syllabus-image-secondary {
    order: 2;
  }

  .syllabus-image img {
    aspect-ratio: 4 / 3;

    object-fit: cover;
  }

  .syllabus-images:hover .syllabus-image-main,
  .syllabus-images:hover .syllabus-image-secondary {
    transform: translateY(-3px) !important;
  }

}



/* =========================================
   3 OPCIONES A ELEGIR
========================================= */

.action-options {
    position: relative;
    padding: 6rem 0;

    background:
        linear-gradient(
            135deg,
            rgba(244, 223, 189, 0.25),
            rgba(255, 255, 255, 1) 48%,
            rgba(91, 53, 122, 0.06)
        );
}


/* =========================================
   ENCABEZADO
========================================= */

.action-options-heading {
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

.action-options-heading h2 {
    margin: 0 0 1rem;

    color: #4496AB;

    font-weight: 800;
    letter-spacing: -0.03em;

    text-transform: none;
}

.action-options-heading > p {
    max-width: 620px;

    margin: 0 auto;

    color: #706675;

    font-size: 1rem;
    line-height: 1.7;
}


/* =========================================
   GRID
========================================= */

.action-options-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;

    align-items: stretch;
}

.action-option-card {
    height: 100%;
}

/* =========================================
   TARJETAS
========================================= */

.action-option-card {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 2rem;

    background: #fff;

    border: 1px solid rgba(91, 53, 122, 0.18);

    border-radius: 20px;

    box-shadow:
        0 10px 30px rgba(49, 29, 61, 0.08);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.action-option-card:hover {
    transform: translateY(-6px);

    border-color: rgba(91, 53, 122, 0.3);

    box-shadow:
        0 20px 45px rgba(49, 29, 61, 0.13);
}


/* =========================================
   TÍTULO OPCIÓN 1 / 2 / 3
========================================= */

.action-option-card h3 {
    margin: 0 0 1rem;

    color: #372b3d;

    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;

    text-transform: none;
}


/* =========================================
   TEXTO
========================================= */

.action-option-card > p {
    margin: 0 0 1.5rem;

    color: #706675;

    font-size: 0.95rem;
    line-height: 1.7;
}

.action-option-card > p strong {
    color: #4d4053;

    font-weight: 700;
}


/* =========================================
   PRECIO
========================================= */

.action-option-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.3rem 0 1.5rem;
    padding: 1rem 1.1rem;
    background: rgb(183 156 205 / 25%);
    border-left: 4px solid #8f6ad3;
    border-radius: 8px;
}

.action-option-price span {
    color: #1c191f;

    font-size: 0.88rem;
    font-weight: 600;
}

.action-option-price strong {
    color: #F34335;

    font-size: 1.45rem;
    font-weight: 800;

    white-space: nowrap;
}


/* =========================================
   OPCIÓN RECOMENDADA
========================================= */

.action-option-featured {
    border: 2px solid #F38B76;

    box-shadow:
        0 18px 45px rgba(49, 29, 61, 0.14);
}

.action-option-featured:hover {
    border-color: #5b357a;

    box-shadow:
        0 24px 50px rgba(49, 29, 61, 0.18);
}


/* ETIQUETA OPCIÓN RECOMENDADA */

.action-option-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.45rem 1rem;
    white-space: nowrap;
    background: #F38B76;
    color: #fff;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}


/* =========================================
   BENEFICIO DE LANZAMIENTO
========================================= */



.action-option-special {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgb(243 232 213 / 55%);
    border: 1px solid rgba(217, 183, 130, 0.45);
    border-radius: 12px;
}

.action-option-special > i {
    margin-top: 3px;

    color: #5b357a;

    font-size: 1rem;
}

.action-option-special strong {
    display: block;

    margin-bottom: 0.3rem;

    color: #5b357a;

    font-size: 0.85rem;
    font-weight: 700;
}

.action-option-special p {
    margin: 0;

    color: #64566a;

    font-size: 0.8rem;
    line-height: 1.5;
}


/* =========================================
   BOTONES
========================================= */

.btn-option {
    width: 100%;

    margin-top: auto;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0.95rem 1rem;

    border: 1px solid #4496AB;

    border-radius: 999px;

    background: #4496AB;

    color: #fff;

    text-align: center;

    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.3;

    text-decoration: none;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.btn-option:hover {
    background: #347f92;

    border-color: #347f92;

    color: #fff;

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(68, 150, 171, 0.25);
}


/* BOTÓN DE OPCIÓN RECOMENDADA */

.btn-featured {
    background: #11A392;

    border-color: #11A392;

    color: #fff;
}

.btn-featured2 {
    background: #f38b76;

    border-color:#f38b76;

    color: #fff;
}

.btn-featured3 {
    
    
    background: #FFF3DC;

    border-color: #5B357A;

    color: #5B357A;
}

.btn-featured:hover {
    background: #347f92;

    border-color: #347f92;

    color: #fff;

    box-shadow:
        0 7px 18px rgba(91, 53, 122, 0.25);
}

.btn-featured2:hover {
    
    
     background: #de7762;

    border-color: #de7762;

    color: #fff;

    box-shadow:
        0 7px 18px rgba(91, 53, 122, 0.25);
}

.btn-featured3:hover {
   background: #f4dfbd;

    border-color: #f4dfbd;

    color: #5B357A;

    box-shadow:
        0 7px 18px rgba(91, 53, 122, 0.25);
}




/* =========================================
   POLÍTICA DE DEVOLUCIÓN
========================================= */

.action-options .refund {
    max-width: 850px;

    margin: 3.5rem auto 0;

    padding: 1.6rem 2rem;

    text-align: center;

    background: rgba(255, 255, 255, 0.75);

    border: 1px solid rgba(91, 53, 122, 0.12);

    border-radius: 16px;

    box-shadow:
        0 8px 25px rgba(49, 29, 61, 0.06);
}

.action-options .refund .kicker {
    margin-bottom: 0.6rem;

    color: #4496AB;

    font-weight: 800;
    letter-spacing: 0.08em;
}

.action-options .refund p:last-child {
    max-width: 650px;

    margin: 0 auto;

    color: #706675;

    font-size: 0.95rem;
    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .action-options {
        padding: 5rem 0;
    }

    .action-options-grid {
        grid-template-columns: 1fr 1fr;

        gap: 1.5rem;
    }

    .action-option-card:last-child {
        grid-column: 1 / -1;

        max-width: 520px;
        width: 100%;

        margin: 0 auto;
    }

}


/* =========================================
   CELULAR
========================================= */

@media (max-width: 767px) {

    .action-options {
        padding: 4rem 0;
    }


    /* ENCABEZADO */

    .action-options-heading {
        margin-bottom: 2.5rem;
    }

    .action-options-heading h2 {
        font-size: 2rem;
        line-height: 1.2;

        margin-bottom: 1rem;
    }

    .action-options-heading > p {
        font-size: 0.95rem;
        line-height: 1.6;
    }


    /* GRID */

    .action-options-grid {
        grid-template-columns: 1fr;

        gap: 1.8rem;
    }


    /* TARJETAS */

    .action-option-card {
        padding: 1.6rem;

        border-radius: 18px;
    }

    .action-option-card:last-child {
        grid-column: auto;

        max-width: none;

        margin: 0;
    }

    .action-option-card:hover {
        transform: none;
    }


    /* OPCIÓN RECOMENDADA */

    .action-option-featured {
        margin-top: 0.6rem;
    }

    .action-option-badge {
        top: -13px;

        padding: 0.4rem 0.9rem;

        font-size: 0.68rem;
    }


    /* TÍTULO DE OPCIÓN */

    .action-option-card h3 {
        font-size: 1.25rem;

        margin-bottom: 0.9rem;
    }


    /* TEXTO */

    .action-option-card > p {
        font-size: 0.92rem;
        line-height: 1.65;

        margin-bottom: 1.3rem;
    }


    /* PRECIO */

    .action-option-price {
        padding: 0.9rem 1rem;

        margin-bottom: 1.3rem;
    }

    .action-option-price span {
        font-size: 0.8rem;
    }

    .action-option-price strong {
        font-size: 1.25rem;
    }


    /* BENEFICIO */

    .action-option-special {
        padding: 0.9rem;

        margin-bottom: 1.3rem;
    }


    /* BOTONES */

    .btn-option {
        padding: 0.9rem 1rem;

        font-size: 0.82rem;

        line-height: 1.35;
    }


    /* POLÍTICA */

    .action-options .refund {
        margin-top: 2.5rem;

        padding: 1.4rem 1.2rem;
    }

    .action-options .refund p:last-child {
        font-size: 0.9rem;
    }

}


/* =========================================
   CELULARES PEQUEÑOS
========================================= */

@media (max-width: 480px) {

    .action-options {
        padding: 3.5rem 0;
    }

    .action-options-heading h2 {
        font-size: 1.75rem;
    }

    .action-option-card {
        padding: 1.4rem;
    }

    .action-option-price {
        flex-direction: column;

        align-items: flex-start;

        gap: 0.3rem;
    }

    .action-option-price strong {
        font-size: 1.3rem;
    }

}
/* =========================
   BOTÓN FLOTANTE WHATSAPP
   ========================= */

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #25D366;
    border-radius: 50%;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);

    z-index: 9999;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

/* Efecto al pasar el mouse */
.whatsapp-float:hover {
    transform: scale(1.08);

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.25),
        0 0 12px rgba(37, 211, 102, 0.55),
        0 0 25px rgba(37, 211, 102, 0.30);
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
    fill: #ffffff;

    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

/* Ligero brillo también sobre el icono */
.whatsapp-float:hover .whatsapp-icon {
    transform: scale(1.05);

    filter: drop-shadow(
        0 0 4px rgba(255, 255, 255, 0.45)
    );
}

/*Imagen familia*/
/* =========================================
   ¿SABES REALMENTE DE DÓNDE VIENES?
========================================= */

.definition-layout {
    position: relative;
}


/* ---------- TÍTULO ---------- */

.definition-heading {
    max-width: 850px;
    margin-bottom: 45px;
}

.definition-heading .kicker {
    margin-bottom: 10px;
}

.definition-heading h2 {
    color: #fff;
    margin: 0;
}


/* ---------- TEXTO + IMAGEN ---------- */

.definition-body {
    display: grid;

    /* Más espacio para texto que para foto */
    grid-template-columns: 1.15fr .85fr;

    gap: 75px;
    align-items: center;
}


/* ---------- TEXTO ---------- */

.definition .text-block {
    color: #fff;

    /* Un poco más grande que actualmente */
    font-size: 1.16rem;
    line-height: 1.7;

    max-width: 650px;
}

.definition .text-block p {
    margin: 0 0 22px;
}

.definition .text-block p:last-child {
    margin-bottom: 0;
}


/* ---------- FOTOGRAFÍA ---------- */

.family-old-photo {
    width: 100%;
    max-width: 390px;

    margin: 0 auto;
    text-align: center;
}


.family-old-photo-frame {
    background: #f5ead7;

    padding: 10px 10px 27px;

    border-radius: 3px;

    box-shadow:
        0 18px 45px rgba(20, 10, 30, .38),
        0 3px 8px rgba(20, 10, 30, .20);

    transform: rotate(1.5deg);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.family-old-photo-frame img {
    width: 100%;
    height: 420px;

    object-fit: cover;

    /* mueve el encuadre hacia arriba */
    object-position: center 15%;
}

.family-old-photo:hover .family-old-photo-frame {
    transform: rotate(0deg) translateY(-4px);

    box-shadow:
        0 22px 50px rgba(20, 10, 30, .45);
}


.family-old-photo figcaption {
    margin-top: 12px;

    font-family: "Playfair Display", serif;
    font-style: italic;

    font-size: .86rem;

    color: rgba(255, 255, 255, .82);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .definition-heading {
        margin-bottom: 35px;
    }

    .definition-body {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .definition .text-block {
        max-width: none;
        font-size: 1.05rem;
    }

    .family-old-photo {
        max-width: 320px;
    }

    .family-old-photo-frame img {
        height: 350px;
    }

}

.start-colored {
  background-color: #FFF3DC;
}

/* =========================================
   RESPONSIVE
========================================= */

.video-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;

    padding: 0;
    border: 0;
    border-radius: 22px;
    overflow: hidden;

    cursor: pointer;
    background: #000;
}


/* Imagen */
.video-thumbnail {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;

    transition: transform .4s ease;
}


/* Capa encima */
.video-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 12px;

    background: rgba(0, 0, 0, 0.15);

    color: white;
}


/* Botón play */
.video-placeholder .play {
    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, .95);
    color: #8d62d9;

    font-size: 30px;

    padding-left: 5px;
}


/* Texto */
.video-text {
    font-size: 18px;
    font-weight: 600;
}


/* Hover desktop */
.video-placeholder:hover .video-thumbnail {
    transform: scale(1.03);
}



/* =========================
   COMPUTADORA / ESCRITORIO
   ========================= */
@media (min-width: 768px) {
    
.hero {
        padding-top: 20px
    }
    
    .section-dark{padding-top: 40px!important}
 
    
}


/* =========================
   CELULAR
   ========================= */
@media (max-width: 767px) {
    
    
    h1 {
    font-size: 18px;
}

h2 {
    font-size: 18px;
}

h3 {
   font-size: 18px;
}


@media (max-width: 767px) {

    .video-placeholder {
        width: 100%;

        /* Más vertical para que no corte tanto la imagen */
        aspect-ratio: 4 / 3;

        border-radius: 18px;
    }

    .video-thumbnail {
        width: 100%;
        height: 100%;

        object-fit: cover;

        /* Ajusta qué parte de la foto quieres mostrar */
        object-position: center 25%;
    }

    .video-placeholder .play {
        width: 60px;
        height: 60px;

        font-size: 24px;
    }

    .video-text {
        font-size: 16px;
    }

}

.intro h3{
    font-size:16px;
}

.quote2 {
    margin-top: 28px;
    
    font-family: "Playfair Display";
    font-size: 1rem;
}

.quote {
    margin-top: 28px;
    font-family: "Playfair Display";
    font-size: 1rem;
}


  .start-grid {
    grid-template-columns: 1fr;
  }

  .text-mobile-top {
    order: 1;
  }

  .img-mobile-bottom {
    order: 2;
  }
}





/* =========================================
   LOGROS DEL CURSO - LISTA LIMPIA
========================================= */

.achievements-simple {
  /*padding: 6rem 0;*/
  background: #fff;
}

.achievements-simple-wrap {
  max-width: 1050px;
}


/* ENCABEZADO */

.achievements-simple-heading {
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.achievements-simple-heading h2 {
  margin-bottom: 1rem;

  font-size: clamp(1.5rem);
  font-weight: 800;
  line-height: 1.15;

  color: #4496aB;
}

.achievements-simple-heading > p:last-child {
  max-width: 620px;
  margin: 0 auto;

  font-size: 1rem;
  line-height: 1.75;

  color: #716776;
}


.achievements-simple {
  padding: 4.5rem 0;
}

.achievements-simple-heading {
  margin-bottom: 2.5rem;
}


/* LISTA COMPACTA */

.achievements-list {
  max-width: 1000px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(2, 1fr);

  column-gap: 3rem;
  row-gap: 0;
}


/* CADA PUNTO */

.achievement-item {
  display: flex;
  align-items: flex-start;

  gap: 0.75rem;

  padding: 1rem 0;

  border-bottom: 1px solid rgba(91, 53, 122, 0.10);
}


/* CHECK MÁS PEQUEÑO */

.achievement-check {
  width: 26px;
  height: 26px;
  min-width: 26px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 1px;

  border-radius: 50%;

  background: #3daecb;
  color: #fff;

  font-size: 0.65rem;
}


/* TEXTO */

.achievement-item p {
  margin: 0;

  color: #4d4351;

  font-size: 0.92rem;
  font-weight: 600;

  line-height: 1.55;
}


/* ÚLTIMO PUNTO A TODO LO ANCHO */

.achievement-item-wide {
  grid-column: 1 / -1;
}


/* CTA MÁS CERCA */

.achievements-cta {
  max-width: 1000px;

  margin: 2rem auto 0;
}

/* CTA */

.achievements-cta {
  max-width: 900px;

  margin: 3rem auto 0;

  padding: 1.75rem 2rem;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 2rem;

  background: #FFF3DC;

  border-radius: 16px;
}

.achievements-cta-small {
  display: block;

  margin-bottom: 0.25rem;

  color: #5b357a;

  font-size: 0.72rem;
  font-weight: 800;

  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.achievements-cta h3 {
  margin: 0 0 0.2rem;

  color: #38233f;

  font-size: 1.35rem;
  font-weight: 800;
}

.achievements-cta p {
  margin: 0;

  color: #665568;

  font-size: 0.9rem;
}


/* BOTÓN */

.achievements-btn {
  flex-shrink: 0;

  padding: 0.9rem 1.5rem;

  background: #3daecb;
  color: #fff;

  border-radius: 999px;

  font-size: 0.85rem;
  font-weight: 700;

  text-decoration: none;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.achievements-btn:hover {
  background: #4496AB;

  transform: translateY(-2px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .achievements-simple {
    padding: 3.5rem 0;
  }

  .achievements-list {
    grid-template-columns: 1fr;
  }

  .achievement-item {
    padding: 0.9rem 0;
  }

  .achievement-item-wide {
    grid-column: auto;
  }

  .achievement-item p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

}


/* =====================================================
   COMPARACIÓN - CELULAR
   DEJAR AL FINAL DEL CSS
===================================================== */

@media screen and (max-width: 767px) {

  /* CONTENEDOR */

  .learning-new .comparison-card {
    display: grid;
    grid-template-columns: 33% 33% 33%;

    width: 100%;

    background: transparent;

    border: 0;
    border-radius: 0;

    box-shadow: none;

    overflow: visible;
  }


  /* =====================================
     ENCABEZADOS - SOLO UNA VEZ
  ===================================== */

  .learning-new .comparison-header {
    display: flex;

    min-height: auto;

    padding: 0 5px 10px;

    background: transparent;

    border: 0;
    border-bottom: 2px solid rgba(255,255,255,.25);

    font-size: 10px;
    line-height: 1.2;

    border-radius: 0;
  }


  .learning-new .comparison-header.professional {
    color: rgba(255,255,255,.75);
  }


  .learning-new .comparison-header.family {
    color: #ffefd5;
  }


  .learning-new .comparison-header.family small {
    margin-top: 2px;

    font-size: 8px;

    color: #F4DFBD;
  }


  /* =====================================
     QUITAMOS LOS TEXTOS REPETIDOS
  ===================================== */

  .learning-new .comparison-value::before,
  .learning-new .comparison-value:not(.highlight)::before,
  .learning-new .comparison-value.highlight::before {
    content: none;
    display: none;
  }


  /* =====================================
     FILAS
  ===================================== */

  .learning-new .comparison-row {
    display: contents;

    margin: 0;

    background: transparent;

    border: 0;
    border-radius: 0;

    box-shadow: none;
  }


  /* =====================================
     CELDAS
  ===================================== */

  .learning-new .comparison-title,
  .learning-new .comparison-value {
    min-height: 70px;

    margin: 0;

    padding: 10px 5px;

    background: transparent;

    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);

    border-radius: 0;

    box-shadow: none;
  }


  /* =====================================
     PRIMERA COLUMNA
  ===================================== */

  .learning-new .comparison-title {
    grid-column: auto;

    display: flex;
    flex-direction: row;

    align-items: center;

    gap: 5px;

    color: #fff;
  }


  .learning-new .comparison-title strong {
    color: #fff;

    font-size: 10px;
    line-height: 1.25;
  }


  /* ICONOS */

  .learning-new .comparison-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;

    background: rgba(255,255,255,.12);

    /*color: #F4DFBD;*/

    font-size: 8px;
  }


  /* =====================================
     GENEALOGISTA
  ===================================== */

  .learning-new .comparison-value {
    display: flex;
    flex-direction: column;

    /*align-items: flex-start;*/
    justify-content: center;

    color: rgba(255,255,255,.72);

    font-size: 10px;
    line-height: 1.3;
  }
  
  
  .comparison-card {
    
    text-align: center;
}


.comparison-header,
.comparison-title,
.comparison-value {
    text-align: center;
    justify-content: center;
    align-items: center;
}



  /* =====================================
     LÍNEAS DE FAMILIA
  ===================================== */

  .learning-new .comparison-value.highlight {
    background: transparent;

    color: #F4DFBD;
  }


  .learning-new .comparison-value.highlight strong {
    color: #F4DFBD;

    font-size: 10px;
    line-height: 1.3;
  }


  .learning-new .comparison-value small {
    color: inherit;

    font-size: 8px;

    opacity: .75;
  }
  
  /* Encabezados */
.learning-new .comparison-header {
  font-size: 13px;
  line-height: 1.3;
}

.learning-new .comparison-header.family small {
  font-size: 11px;
}


/* Títulos: Costo, Tiempo de entrega, etc. */
.learning-new .comparison-title strong {
  font-size: 12px;
  line-height: 1.35;
}


/* Iconos */
.learning-new .comparison-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;

  font-size: 10px;
}


/* Texto Genealogista */
.learning-new .comparison-value {
  font-size: 12px;
  line-height: 1.4;
}


/* Texto Líneas de Familia */
.learning-new .comparison-value.highlight strong {
  font-size: 12px;
  line-height: 1.4;
}


/* Textos secundarios: 100%, del costo promedio, etc. */
.learning-new .comparison-value small {
  font-size: 10.5px;
}

}

/* ==================================================
   QUIÉN GUÍA
   ================================================== */

/* Ocultamos elementos móviles en escritorio */
.mobile-title,
.guide-image-mobile {
    display: none;
}

.mobile-title,.desktop-title{
    color:#4496a8 !important;
}


/* ==================================================
   CELULAR
   ================================================== */
@media (max-width: 767px) {

    /* Fondo únicamente en celular */
    #quien-guia {
        background: #fff !important;
        padding: 45px 0 50px;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    /* Una sola columna */
    #quien-guia .guide-grid {
        display: block;
    }

    /* Ocultar foto de escritorio */
    #quien-guia .guide-image-desktop {
        display: none !important;
    }

    /* Cambiar título */
    #quien-guia .desktop-title {
        display: none;
    }

    #quien-guia .mobile-title {
        display: block;
    }

    #quien-guia .guide-title {
        margin: 0 0 25px;
        text-transform: none !important;
        letter-spacing: 0 !important;

        font-size: 25px;
        line-height: 1.2;
        text-align: center;
        font-weight: 700;

        color: #4194a8;
    }


    /* ==============================
       FOTO
       ============================== */

    #quien-guia .guide-image-mobile {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100%;
        margin: 0 auto 28px;
    }

    #quien-guia .guide-image-mobile img {
        display: block;

        /* Aproximadamente 2/3 */
        /*width: 67%;*/
        max-width: 310px;
        height: auto;

        object-fit: contain;
    }


    /* ==============================
       NOMBRE
       ============================== */

    #quien-guia h2 {
        margin: 0 0 8px;

        font-size: 29px;
        line-height: 1.15;
        font-weight: 600;

        color: #6641af;

        text-align: left;
    }


    /* ==============================
       SUBTÍTULO
       ============================== */

    #quien-guia .subtitle {
        margin: 0 0 25px;

        font-size: 18px;
        line-height: 1.45;
        font-weight: 600;

        color: #5569cb;

        text-align: left;
    }


    /* ==============================
       TEXTO
       ============================== */

    #quien-guia .reveal > p:not(.kicker):not(.subtitle) {
        font-size: 16px;
        line-height: 1.65;

        margin-bottom: 18px;

        color: #28222f;
        text-align: left;
    }


    /* ==============================
       FRASE FINAL
       ============================== */

    #quien-guia .quote {
        margin-top: 26px;
        padding: 18px 0 18px 18px;

        font-size: 18px;
        line-height: 1.5;
        font-weight: 600;

        color: #24182f;

        border-left: 4px solid #8f61d4;
    }
}


@media (max-width: 767px) {

    .start .start-grid {
        display: flex;
        flex-direction: column;
    }

    /* Texto primero */
    .start .start-text {
        order: 1;
    }

    /* Imagen después del texto */
    .start .collage-small {
        order: 2;
        margin-top: 30px;
    }

    .start .collage-small img {
        width: 100%;
        height: auto;
        display: block;
    }

}


/* ==========================================
   SECCIÓN CURSOS / BONOS
========================================== */

#propuesta {
    padding: 65px 0;
}

#propuesta .center {
    margin-bottom: 35px;
}

.courses-grid {
    display: grid;
    gap: 25px;
    margin-top: 0;

    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


/* ==========================================
   TARJETAS
========================================== */

.course-card {
    position: relative;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;

    gap: 35px;
    align-items: center;

    background: #fff;

    border: 2px solid #e0d2f3;
    border-radius: 20px;

    padding: 28px 35px;

    box-shadow:
        0 10px 30px rgba(76, 44, 104, 0.10);

    overflow: hidden;
}


/* Franja decorativa */
.course-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 7px;
    height: 100%;

    background: linear-gradient(
        180deg,
        #5569cb,
        #5569cb
    );
}


/* ==========================================
   INFORMACIÓN
========================================== */

.course-info {
    padding-left: 8px;
}

.course-title {
    font-family: "DM Sans", sans-serif;

    font-size: 1.55rem;
    line-height: 1.25;

    font-weight: 700;

    color: #4496aB ;

    margin: 0 0 18px;
}

.course-title2{
    
    color: #black ;
}


/* Texto general */

.course-card p {
    font-size: 1rem;
    line-height: 1.55;

    color: var(--muted);

    margin: 0 0 12px;
}


/* Curso regalado */

.bonus-name {
    font-size: 1.15rem !important;
    line-height: 1.4 !important;

    font-weight: 700;

    color: #4496aB !important;

    margin: 16px 0 !important;
}


.bonus-value {
    margin-bottom: 0 !important;
}

.bonus-value strong {
    color: #4496aB;
}


/* ==========================================
   PRECIO
========================================== */

.normal-price {
    margin-bottom: 8px !important;
     color: #59cac3 !important;
}

.price {
    font-size: 1.15rem !important;

    font-weight: 700;

    color: #4496aB;

    margin: 12px 0 !important;
}

.price small {
    font-size: .88rem;
    font-weight: 600;
}


/* ==========================================
   IMAGEN
========================================== */

.course-image {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: center;
}

.course-image img {
    display: block;

    width: 100%;
    max-width: 230px;
    max-height: 270px;

    height: auto;

    object-fit: contain;
}


/* ==========================================
   BOTÓN
========================================== */

.course-info .btn {
    margin-top: 10px;
}

@media (max-width: 767px) {

    #propuesta {
        padding: 45px 0;
    }

    #propuesta .center {
        margin-bottom: 25px;
    }

    .courses-grid {
        gap: 22px;
    }

    #propuesta .course-card {
        display: flex;
        flex-direction: column;

        gap: 20px;

        padding: 25px 20px 25px 27px;

        border-radius: 17px;

        align-items: stretch;
    }

    #propuesta .course-info {
        order: 1;
        padding-left: 0;
    }

    #propuesta .course-image {
        order: 2;

        margin-top: 5px;
    }

    #propuesta .course-image img {
        width: 68%;
        max-width: 230px;
        max-height: none;
    }

    #propuesta .course-title {
        font-size: 21px;
        margin-bottom: 15px;
    }

    #propuesta .course-card p {
        font-size: 15.5px;
        line-height: 1.55;
    }

    #propuesta .bonus-name {
        font-size: 17px !important;
    }

}

.whitec{
    color: white !important;
}



/* =========================================
   FAQ SIN ACORDEÓN
========================================= */

.faq {
    padding: 70px 0;
}

.faq .center {
    margin-bottom: 35px;
}


/* DOS COLUMNAS EN COMPUTADORA */

.faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    column-gap: 50px;
    row-gap: 25px;
}


/* SIN TARJETAS NI RECUADROS */

.faq-item {
    margin: 0;
    padding: 0;
}


/* PREGUNTA */

.faq-item h3 {
    margin: 0 0 7px;

    color: #FFF3DC;

    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
}


/* RESPUESTA */

.faq-item p {
    margin: 0;

    color: #FFF3DC;

    font-size: 0.92rem;
    line-height: 1.6;
}


/* =========================================
   CELULAR
========================================= */

@media (max-width: 767px) {

    .faq {
        padding: 50px 0;
    }

    .faq .center {
        margin-bottom: 25px;
    }

    .faq-list {
        grid-template-columns: 1fr;

        row-gap: 22px;
    }

    .faq-item h3 {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    .faq-item p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

}


/* Todo tu CSS actual arriba */


/* =========================================
   TIPOGRAFÍA GLOBAL RESPONSIVE
========================================= */

@media (min-width: 992px) {

    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    p {
        font-size: 18px !important;
    }
    
    span{
        font-size: 18px !important;
    }
    
    .footer-bottom p {
    font-size: 0.8rem!important;
}

 a {
        font-size: 18px !important;
    }
    
    
    
    
  



}


@media (max-width: 767px) {

    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 17px !important;
    }

    p {
        font-size: 16px !important;
    }
    
    
      

}

/*COLORES NUEVOS*/


.azulbocaltohed{
    color: #004aad !important;
}


.preciocolor{
    color:#E35336 !important;
}

.verdecolor{
    color: #4496a8 !important;
}

.peque{
    font-size: 22px;
}

.btnazulito{
    background-color: #3daecb;
}


.colorverde2{
    /*background-color: #11A392;*/
    background-color: #3daecb;
}

.prescio{
    color: #59cac3;
}



.negroletra{
    color: black;
}


.nombrecolor{
    color:#6641af ;
    font-family: "DM Sans", sans-serif;
}



.colorbeige{
    color: #FFF3DC !important;
}

.heditalic{
    font-style: italic;
}




@media only screen and (max-width: 767px) {
    .contact {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}