:root {
    --p_verde: #18b4b0;
    --p_morado: #6b5bd8;
    --p_azul: #1277ac;
    --p_naranja: #f2964d;
    --p_verdeclaro: #afd652;
    --p_rosado: #c72c66;
    
    --s_morado: #9f98ff;
    --s_azul: #a3ebff;
    --s_naranja: #ffb482;
    --s_verdeclaro: #deff7b;
    --s_rosado: #ff91b5;

    --t_morado: #d4d1fc;
    --t_azul: #ddfafe;
    --t_naranja: #fce4c2;
    --t_verdeclaro: #f3ffc0;
    --t_rosado: #ffdeeb;
    
    --primary: #18b4b0;
    --secondary: #18b4b0;
    --primary2: white;
    --primary3: #ed5482;
    --secondary2: #f2964d;
    --light: #f0f6ff;
    --dark: #262b47;

    --light_gray: #f6f6f6;
}

html {
    scroll-behavior: smooth;
}

body {
    background: white;
    font-family: 'Jost', sans-serif;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.font-color {
    color: #4b5563;
}

/* INICIO NAVBAR */
.custom-navbar {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(24, 180, 176, 0.3);
    box-shadow: none;
}

.btn-navbar {
    background-color: #18b3af;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    padding: 6px 16px;
    transition: none;
    box-shadow: 0 8px 18px rgba(24, 179, 175, 0.25);
    animation: pulseCtaBtn 1.2s ease-in-out infinite;
}

.btn-navbar:hover {
    background-color: #18b3af;
    color: #fff;
}

.nav-btn .nav-link {
    color: #374151;
    font-weight: 100;
    margin: 0 5px;
}

.nav-btn .nav-link:hover {
    color: #18b3af !important;
}

.nav-btn .nav-link.active {
    color: #18b3af !important;
}
/* FIN NAVBAR */

/* INICIO HERO */
.hero-title {
    font-size: clamp(2.2rem, 2vw + 1.5rem, 3.5rem);
    font-weight: 700;
    color: #ec5481;
    word-wrap: break-word;
}

.hero-subtitle {
    font-size: clamp(1rem, 0.8vw + 0.8rem, 1.4rem);
    color: #4b5563;
    line-height: 1.6;
}

.hero-primary {
    color: #18b3af;
}

.hero-pill {
    background: #fce4c2;
    color: #f1954d;
}

.hero-img-card {
    width: 100%;
    max-width: 540px;
    aspect-ratio: 16 / 11;
    border-radius: 16px;
}

.object-fit-cover {
    object-fit: cover;
}

.w-icon {
    background-color: #25d466;
    animation: bounceLabel 2s ease-in-out infinite;
}

.left-label {
    animation: bounceLabel 2s ease-in-out infinite;
}

.btn-hero {
    background-color: #18b3af;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
    box-shadow: 0 8px 18px rgba(24, 179, 175, 0.25);
    transition: background-color 0.3s ease;
    animation: pulseBtn 1.2s ease-in-out infinite;
}

.btn-hero:hover {
    background-color: #18b3af;
    color: #fff;
}
/* FIN HERO */

/* INICIO TOPICS */
.topics-section {
    background: rgba(24,179,175,.04);
}

.topics-title {
    font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
    font-weight: 700;
    color: #1f2937;
    word-wrap: break-word;
}

.topics-accent {
    color: #ec5481;
}

.topics-subtitle {
    color: #4b5563;
    font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.3rem);
    max-width: 800px;
}

.topic-card {
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 8px 18px rgba(0,0,0,.05);
    border-left: 4px solid transparent;
    background: #fff;
}

.topic-pink {
    background: rgba(236, 84, 129, 0.15);
    border-left-color: #ec5481;
}

.topic-orange {
    background: rgba(242, 150, 77, 0.15);
    border-left-color: var(--p_naranja);
}

.topic-mint {
    background: rgba(24, 180, 176, 0.15);
    border-left-color: #18b4b0;
}

.topic-ico {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: #fff;
    color: #111827;
}

.topic-cta {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 18px rgba(0,0,0,.06);
    max-width: 840px;
}

.topic-card h5 {
    color: #1f2937;
    font-size: clamp(1.05rem, .5vw + .95rem, 1.2rem);
}

.topic-card p {
    color: #4b5563;
    font-size: clamp(0.85rem, 0.3vw + 0.85rem, 1rem);
}

.cta-title {
    color: #1f2937;
    font-size: clamp(1.05rem, .5vw + .95rem, 1.2rem);
}

.cta-text {
    color: #4b5563;
    font-size: clamp(0.85rem, 0.3vw + 0.85rem, 1rem);
}

.btn-topics {
    background-color: #18b3af;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
    box-shadow: 0 8px 18px rgba(24, 179, 175, 0.25);
    transition: background-color 0.3s ease;
    animation: pulseBtn 1.2s ease-in-out infinite;
}

.btn-topics:hover {
    color: #fff;
    background: #18b3af;
}
/* FIN TOPICS */

/* INICIO AVAILABILITY */
.availability-title {
    font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
    font-weight: 700;
    color: #1f2937;
    word-wrap: break-word;
}

.availability-accent {
    color: var(--p_naranja);
}

.availability-subtitle {
    color: #4b5563;
    font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.3rem);
    max-width: 800px;
}

.time-card {
    background: white;
    border: 1px solid rgba(242, 150, 77, 0.5);
    border-radius: 12px;
    padding: 20px;
}

.time-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: rgba(242, 150, 77, 0.1);
    color: var(--p_naranja);
}

.time-title {
    color: #f2964d;
    font-size: clamp(1.05rem, .5vw + .95rem, 1.2rem);
}

.time-text {
    color: #4b5563;
    font-size: clamp(0.85rem, 0.3vw + 0.85rem, 1rem);
}

.btn-availability {
    background-color: #18b3af;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
    box-shadow: 0 8px 18px rgba(24, 179, 175, 0.25);
    transition: background-color 0.3s ease;
    animation: pulseBtn 1.2s ease-in-out infinite;
}

.btn-availability:hover {
    color: #fff;
    background: #18b3af;
}
/* FIN AVAILABILITY */

/* INICIO STATS */
.stats-section {
    background: rgba(24, 179, 175, 0.04);
}

.stat-icon {
    width: 36px;
    height: 36px;
    color: #18b3af;
    opacity: 0.9;
}

.stats-title {
    font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
    font-weight: 700;
    color: #1f2937;
    word-wrap: break-word;
}

.stats-subtitle {
    color: #4b5563;
    font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.3rem);
    max-width: 800px;
}

.stats-accent {
    color: #18b3af;
}

.feat-icon {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    background: rgba(24, 179, 175, 0.1);
    color: #18b3af;
}

.feat h5 {
    font-size: clamp(1.1rem, 0.6vw + 0.9rem, 1.5rem);
    color: #1f2937;
}

.feat p {
    font-size: clamp(0.9rem, 0.4vw + 0.8rem, 1.1rem);
}
/* FIN STATS */

/* INICIO STEPS */
.steps-title {
    font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
    font-weight: 700;
    color: #1f2937;
    word-wrap: break-word;
}

.steps-accent {
    color: #68cbef;
}

.steps-subtitle {
    color: #4b5563;
    font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.3rem);
    max-width: 800px;
}

.step-row {
    padding-block: 0.25rem;
}

.steps-wrapper {
    max-width: 840px;
    margin-inline: auto;
}

.step-ico {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--p_naranja);
    box-shadow: 0 10px 22px rgba(242,150,77,.25);
}

.step-num {
    display: inline-grid;
    place-items: center;
    min-width: 26px;
    height: 26px;
    background: #18b3af;
    color: #fff;
    font-weight: 700;
    font-size: clamp(.8rem, .3vw + .78rem, .8rem);
}

.step-heading {
    color: #1f2937;
    font-size: clamp(1.05rem, .5vw + .95rem, 1.2rem);
}

.step-text {
    color: #4b5563;
    font-size: clamp(0.85rem, 0.3vw + 0.85rem, 1rem);
}

.steps-cta {
    max-width: 500px;
    border-radius: 14px;
    padding: 20px;
    background: rgba(24, 180, 176, 0.15);
    box-shadow: 0 8px 18px rgba(0,0,0,.06);
}

.steps-cta .cta-sub {
    color: #4b5563;
    font-size: clamp(0.85rem, 0.3vw + 0.85rem, 1rem);
}

.steps-cta-title {
    color: #1f2937;
    font-size: clamp(1.05rem, .5vw + .95rem, 1.2rem);
}

.btn-steps {
    background-color: #18b3af;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
    box-shadow: 0 8px 18px rgba(24, 179, 175, 0.25);
    transition: background-color 0.3s ease;
    animation: pulseBtn 1.2s ease-in-out infinite;
}

.btn-steps:hover {
    color: #fff;
    background: #18b3af;
}
/* FIN STEPS */

/* INICIO TESTIMONIALS */
.testimonials-section {
    background: rgba(24,179,175,.04);
}

.testimonial-title {
    font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
    font-weight: 700;
    color: #1f2937;
    word-wrap: break-word;
}

.testimonial-accent {
    color: #aed552;
}

.testimonial-subtitle {
    color: #4b5563;
    font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.3rem);
    max-width: 800px;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 20px rgba(174, 213, 82, 0.08);
}

.testimonial-card h6 {
    color: #1f2937;
}

.testimonial-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.testimonial-text {
    font-size: clamp(0.9rem, 0.4vw + 0.8rem, 1.1rem);
    color: #4b5563;
    font-style: italic;
    line-height: 1.6;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #aed552;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: 14px 14px;
}
/* FIN TESTIMONIALS */

/* INICIO CTA */
.cta-hero-section {
    position: relative;
    background: #18b3af;
    color: #fff;
    overflow: hidden;
}

.cta-hero-title {
    font-size: clamp(1.8rem, 1.5vw + 1.2rem, 3rem);
    font-weight: 700;
    color: white;
    word-wrap: break-word;
    max-width: 900px;
}

.cta-hero-subtitle {
    color: white;
    font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.3rem);
    max-width: 900px;
}

.cta-hero-item {
    color: #fff;
    font-size: clamp(0.8rem, 0.3vw + 0.8rem, .95rem);
}

.cta-hero-ico {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: color-mix(in srgb, #fff 15%, transparent);
}

.btn-cta-hero {
    background-color: #fff;
    color: #18b3af;
    font-weight: 600;
    border-radius: 12px;
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
    box-shadow: 0 8px 18px rgba(255, 255, 255, 0.25);
    transition: background-color 0.3s ease;
    animation: pulseCtaBtn 1.2s ease-in-out infinite;
}

.btn-cta-hero:hover {
    color: #18b3af;
    background: #fff;
}

.cta-hero-mini {
    color: white;
    font-size: clamp(0.8rem, 0.3vw + 0.8rem, .95rem);
}

.cta-hero-hr {
    border: 0;
    height: 1px;
    background: white;
    max-width: 900px;
    margin: 1.25rem auto 0;
}
.cta-hero-disclaimer {
    color: white;
    font-size: clamp(0.8rem, 0.3vw + 0.8rem, .95rem);
    max-width: 900px;
    margin-inline: auto;
    line-height: 1.6;
}
/* FIN CTA */

/* INICIO FOOTER */
.site-footer {
    background: #fff;
    color: #4b5563;
}

.site-footer .container {
    max-width: 1140px;
}

.footer-badge {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: #f2964d;
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
}

.footer-title {
    color: #4b5563;
    font-weight: 600;
    font-size: clamp(1rem, .4vw + .95rem, 1.1rem);
}

.footer-text {
    color: #6b7280;
    font-size: clamp(.9rem, .35vw + .85rem, 1rem);
    line-height: 1.6;
}

.footer-list {
    color: #6b7280;
}

.footer-list li,
.footer-links li {
    margin: 0.45rem 0;
    font-size: clamp(.9rem, .3vw + .85rem, .98rem);
}

.footer-ico {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    color: #18b3af;
}

.footer-link {
    color: #6b7280;
    text-decoration: none;
}

.footer-link:hover {
    color: #18b3af;
}

.btn-footer {
    background: #f2964d;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(242,150,77,.25);
}

.btn-footer:hover {
    color: #fff;
    background: #f2964d;
}

.footer-hr {
    border-color: rgba(107, 91, 216, 0.2);
}

.footer-copy {
    color: #6b7280;
    font-size: clamp(.85rem, .3vw + .82rem, .95rem);
}
/* FIN FOOTER */

/* INICIO MODAL */
.bg-modal-landing {
    background-color: rgba(24, 180, 176, 0.15);
    border-bottom: 1px solid rgba(24, 180, 176, 0.15);
}

.color-text-landing {
    color: #18b3af;
}

.form-check-input-popup:checked {
    background-color: #18b3af !important;
    border-color: #18b3af;
}

.form-check-input-popup:focus {
    box-shadow: 0 0 0 .25rem rgba(24, 179, 175, 0.5) !important;
}

.form-check-input-popup {
    cursor: pointer;
    margin-top: .20em;
    margin-right: .10em;
    width: 1.5em;
    height: 1.5em;
}

.blue-link, .blue-link:hover {
    color: #18b3af;
}

.btn-modal {
    background-color: #18b3af;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
}

.btn-modal:hover {
    background-color: #18b3af;
    color: #fff;
}

.border-text-landing {
    border-color: #18b3af !important;
}
/* FIN MODAL */

/* INICIO MEDIAQUERIES */
@media (max-width: 991px) {
    .py-6 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .hero-img-card {
        box-shadow: 0 8px 24px rgba(0,0,0,.08) !important;
    }
    .btn-hero, .btn-availability, .btn-topics, .btn-steps, .btn-cta-hero {
        display: block;
        width: 100%;
        text-align: center;
    }
    .why-card{
        padding: 22px;
    }
    .why-note {
        padding: 22px;
    }
    .time-card {
        padding: 16px;
    }
    .topic-card {
        padding: 16px;
    }
    .topic-cta {
        padding: 16px;
    }
    .steps-cta {
        padding: 16px;
    }
}
/* FIN MEDIAQUERIES */

/* INICIO ANIMACIONES */
@keyframes pulseCtaBtn {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes pulseBtn {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes bounceLabel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}
/* FIN ANIMACIONES */