* {
    margin: 0;
}

body {
    padding-top: 83px;
    background-color: #F8F9FA !important;
    font-family: Montserrat;
}


html,
body {
    min-height: 100vh;
    box-sizing: border-box;
}

.Richnavy {
    color: #002B45;
}

.Goldenrod {
    color: #F9BE21;
}

.BrightAzure {
    color: #3CA6E5;
}

.display-flex {
    display: flex;
}

/*Menu Principal*/
.navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.705) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    /* Efecto de Desenfoque*/
    -webkit-backdrop-filter: blur(12px);
}

.navbar-nav .nav-link {
    color: #002B45;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #3CA6E5
}

/*Icono de hamburguesa para la version movil del menu*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(0,43,69,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.logo-img {
    width: 70px;
    margin-left: 20px;
}

.text-logo {
    margin-left: 10px;
    font-weight: 700;
}

.home {
    display: flex;
    align-items: center;
}

.nav-item {
    margin-right: 40px;
}

#btn-demo {
    background-color: #F9BE21;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    margin-left: auto;
    margin-right: 20px;
    transition: all 0.3s ease;
    text-decoration: none;

}

#btn-demo:hover {
    background-color: #f3b61c;
    transform: scale(1.05);
    cursor: pointer;
}


/* Seccion Hero */

.hero {
    background: linear-gradient(to top, #b6e4ff 0%, #27bcfc 40%, #3CA6E5 100%);
}

.div-novelty-banner {
    padding-top: 50px;
    margin-left: 30px;
}

.novelty-banner {
    margin-right: 10px;
    padding: 5px;
    width: 120px;
    font-size: 13px;
    text-align: center;
    background: #F9BE21;
    color: #F8F9FA;
    font-weight: bold;
    border-radius: 20px;
}

.novelty-text {
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #8ECAE6;
}

.initial-text {
    width: 65%;
}

.initial-img {
    width: 34%;
    align-items: center;
    justify-content: center;
}

.initial-img>img {
    width: 80%;
}

.initial-text>h1 {
    font-weight: bold;
    margin-left: 40px;
    margin-right: 40px;
    text-align: justify;
}

.initial-text>p {
    color: white;
    margin: 30px 50px;
    font-size: 24px;
    text-align: justify;
}

.initial-buttons {
    display: flex;
    justify-content: center;
    margin: 30px;
    margin-top: 40px;
}

.question {
    text-align: center;
    font-size: 20px;
}

.btn-start {
    border-radius: 20px;
    border: 2px solid #002B45;
    padding: 10px;
    width: 150px;
    text-align: center;
    color: #002B45;
    font-weight: bold;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-right: 50px;
}

.btn-start>img {
    margin-left: 8px;
}

.btn-start:hover {
    background-color: rgba(121, 208, 255, 0.818);
    transform: scale(1.05);
    cursor: pointer;
    color: #002B45;
}


.btn-yellow {
    border-radius: 20px;
    padding: 10px;
    background-color: #F9BE21;
    border: 1px solid #F9BE21;
    width: 300px;
    color: white;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;

}

.btn-yellow>img {
    margin-left: 10px;
}

.btn-yellow:hover {
    background-color: #f3b61c;
    transform: scale(1.05);
    cursor: pointer;
    color: white;
}

.initial-img-responsive {
    display: none;
}


/*Efecto Typing de puntos suspensivos*/
.banner-help {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.banner-help>p {
    margin-left: 5px;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    color: #85C3EE;
    font-weight: 600;
}

.typing-indicator {
    background-color: #85C3EE;
    border-radius: 999px;
    padding: 3px 10px;
    padding-top: 12px;
    width: fit-content;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 40px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #3CA1E5;
    border-radius: 50%;
    animation: bounce 1.3s infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

/*Animacion de acordeon para los puntos suspensivos*/
@keyframes bounce {

    0%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }
}

/*Fin efecto Typing*/


/*Sobre mi*/
#aboutMe {
    scroll-margin-top: 90px;
}

.deg {
    background: linear-gradient(to top, #F8F9FA, #F8F9FA, #F8F9FA, #b6e4ff 100%);
}

.section-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #002B45;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
    margin-top: 40px;

}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 60px;
    height: 4px;
    background-color: #F9BE21;
    border-radius: 2px;
}

.div-video {
    margin: 30px;
    text-align: center;
}

.video {
    width: 560px;
    height: 315px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 43, 69, 0.2);
}

#aboutMe>p {
    margin: 20px 60px;
    font-size: 20px;
    text-align: center;
}

.btn-about {
    display: flex;
    justify-content: center;
    margin: 40px 20px;
}

.text-video-responsive {
    display: none;
}


/*Beneficios*/

.title-benefit {
    font-size: 26px;
    margin: 30px 0px;
}

.benefits {
    margin: 20px 0px;
}

.cards-befits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    height: 300px;
}

.card-container {
    position: relative;
    width: 275px;
    margin: 10px;
}

.card {
    border: 1px solid #3CA6E5 !important;
    border-radius: 10px;
    height: 185px;
    transition: height 0.4s ease;
    padding: 1.5rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background: #fff;
    cursor: pointer;

}

.icon {
    width: 50px;
}

.fw-bold {
    margin-top: 15px;
}

/* El contenido inicia oculto de las cartas de Beneficios */
.card-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    text-align: center;
}

.text-muted {
    font-size: 16px !important;
    margin-top: 10px;
}

.div-arrow {
    text-align: end !important;
}

/* Flechita */
.arrow-toggle {
    position: absolute;
    bottom: 10px;
    right: 12px;
}

/* Rotación de flechita */
.toggleCard:checked+label.card .toggle-arrow {
    transform: rotate(180deg);
}

/* Mostrar el texto y expandir la card */
.toggleCard:checked+label.card {
    height: 275px;
}

.toggleCard:checked+label.card .card-content {
    max-height: 120px;
    opacity: 1;
}

/*Beneficio sorpresa*/
.benefit-surprise {
    background-color: #FFEBB9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 40px 0px;
}

.benefit-surprise>p {
    text-align: center;
    font-size: 18px;
    padding: 0px 20px;
    margin-left: 20px;
}



/*Seccion de Planes*/

#planService {
    scroll-margin-top: 80px;
}

.plans {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
    margin: 30px 10px;
}

.plan-container {
    width: 30%;
    margin: 20px 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: relative;
}

.plan-container>h3 {
    text-align: center;
    margin: 10px;
    margin-bottom: 20px;
    font-size: 30px;
}

.plan-recommed {
    border: 2px solid #3CA6E5;
    position: relative;

}

/*Etiqueta del plan recomendado*/
.most-popular {
    background: #3CA6E5;
    color: white;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}


.free {
    color: #FFB703;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin: 5px;
}

.plan-features {
    list-style: none;
    padding-left: 0;
    color: #333;
    margin-top: 10px;
}

.plan-features li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    font-size: 16px;
}

.plan-features li::before {
    content: "✔";
    color: #3CA6E5;
    position: absolute;
    left: 0;
}

.plan-features-plus {
    list-style: none;
    padding-left: 0;
    color: #333;
    margin-top: 10px;
    text-align: left;
}

.plan-features-plus>li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    font-size: 16px;
}

.most-popular {
    background: #3CA6E5;
    color: white;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.price-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.tab-link {
    border: none;
    background: transparent;
    font-weight: 600;
    color: #3CA6E5;
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
}

.tab-link::after {
    content: "";
    display: block;
    height: 2px;
    background: rgba(60, 166, 229, 0.3);
    width: 100%;
    margin-top: 4px;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(60, 166, 229, 0.15);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.tab-link.activo {
    color: #333;
}

.tab-link.activo::after {
    background: #3CA6E5;
    box-shadow: 0 2px 6px rgba(44, 119, 163, 0.5);
}


.price-content {
    margin: 15px 0;
    text-align: center;
}

.price-pane {
    display: none;
    font-size: 24px;
    font-weight: 700;
    color: #FFB703;
}

.price-pane.activo {
    display: block;
    animation: bounceIn 0.4s ease;
}

.price-animate {
    animation: bounceIn 0.4s ease;
}

/*Animacion de los precios del plan Basico*/
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }

    60% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}



.div-btn {
    text-align: center;
    margin: 25px 10px;
}

.btn-comenzar {
    display: inline-block;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFB703;
    border: 2px solid #FFB703;
    border-radius: 20px;
    text-decoration: none;
    margin-top: 20px;
    background-color: white;

    transform: scale(1);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;

    /* Estabiliza el renderizado del boton*/
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}


.btn-comenzar:hover {
    background-color: #FFB703;
    color: white;
    transform: scale(1.05);
}

/*Plan BLOQUEADO*/

.plan-blocked {
    border: 2px dashed #aaa;
    background-color: #f5f5f5;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    text-align: center;
    opacity: 0.6;
    position: relative;
    filter: grayscale(90%);
    transition: all 0.3s ease;
}

.plan-label {
    background-color: #ffc107;
    color: #000;
    font-weight: bold;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
}

.plan-blocked h2 {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.plan-price {
    font-size: 1.4rem;
    color: #ff9800;
    margin: 0.8rem 0;
    font-weight: bold;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    text-align: left;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.plan-features li {
    margin: 0.5rem 0;
    font-size: 0.95rem;
}

.plan-notice {
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
}

/*Para los planes en responsivo*/
.plans-responsive {
    display: none;
}


/*Contact/Footer*/

#contac {
    background-color: #3CA6E5;
    color: white;
    padding: 40px 20px 0;
    height: auto;
}


.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.footer-column {
    flex: 1 1 280px;
    margin: 30px;
    margin-bottom: 0px;
}

.logo-footer {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.footer-logo-text {
    text-align: center;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.footer-logo-text>h2 {
    font-size: 26px;
    margin-bottom: 5px;
    width: 50%;
    text-align: end;
    margin-right: 5px;
}

.footer-logo-text>p {
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    margin-left: 5px;
    display: flex;
    padding: 5px;
}

.footer-contact h4,
.footer-social h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-list .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.contact-list a {
    color: white;
    text-decoration: none;
}

.contact-list a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-icons a img {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    padding-bottom: 30px !important;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 14px;
    color: #e6f0fa;
}

.footer-info a {
    color: #e6f0fa;
    text-decoration: none;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-social h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px !important;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #002B45;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #F9BE21;
    color: white;
    transform: scale(1.1);
}


/*---- MODALES ----*/

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow-y: auto;
    padding: 40px 20px;
}

.modal-box {
    background: #fff;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: scale(1);

    box-sizing: border-box;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal.show .modal-box {
    opacity: 1;
    transform: scale(1);
}

.modal.hide .modal-box {
    opacity: 0;
    transform: scale(0.95);
}


/*Modal Terminos y condiciones*/

.modal-terminos {
    width: 1000px;
}

.modal-header {
    background: linear-gradient(to right, #002B45 9%, #3CA6E5 52%, #8ECAE6 88%);
    color: white;
    padding: 1rem 1.5rem;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header h2 {
    margin: 0;
    font-size: 26px;
    text-align: center;
    flex: 1;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: bold;
}

.modal-body {
    line-height: 1.6;
    text-align: justify;
}

.modal-body p {
    padding: 20px;
}

.modal-body ol {
    margin: 1rem 0;
    padding: 20px;
    padding-top: 5px;
    padding-left: 40px;
}

.modal-body ol li {
    margin-bottom: 0.8rem;
}

.modal-footer {
    margin-top: 2rem;
    display: flex;
    justify-content: center !important;
}

#btn-aceptar {
    background-color: #fff;
    border: 2px solid #fbbf24;
    color: #fbbf24;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

#btn-aceptar:hover {
    background-color: #fbbf24;
    color: #fff;
}


/* Botón de cerrar */
.close-btn {
    color: white;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 1rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #F9BE21;
}

/*Scrollbar vertical*/
.scroll-text {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
}

.scroll-text::-webkit-scrollbar {
    width: 6px;
}

/*Canal de la barra*/
.scroll-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

/*La parte que se desliza la barra*/
.scroll-text::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.scroll-text::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* ---- MODAL PLAN FREE ----- */

.modal-planFree {
    width: 1000px;
}

.modal-content-grid {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
}

/* Columna izquierda */
.modal-left-free {
    flex: 1 1 300px;
    background: linear-gradient(to bottom, #002B45 0%, #3CA6E5 51%, #8ECAE6 100%);
    color: white;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-left-free h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.modal-left-free p {
    margin-bottom: 1.5rem;
}

.modal-left-free h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.div-btnStart {
    display: contents;
    justify-content: center;
}

.active {
    display: none;
}

.icon-responsive {
    display: none;
}

h3>img {
    margin-right: 10px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin-left: 50px;
    margin-bottom: 1.5rem;
}

.benefits-list li {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.benefits-list li img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.btn-start-trial {
    background: #F9BE21;
    color: white;

}


/* Columna derecha */
.modal-right-free {
    flex: 1 1 400px;
    background: white;
    color: #002B45;
    padding: 2rem;
}

.modal-right-free h2 {
    color: #3CA6E5;
    margin-bottom: 40px;
    font-size: 1.6rem;
}

.timeline-free {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 10px;
}

.timeline-free li {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
}

/* Línea segmentada */
.timeline-free li::after {
    content: "";
    position: absolute;
    top: 50px;
    /* inicia en la base del icono */
    left: 28px;
    width: 2px;
    height: calc(100% - 60px);
    /* termina antes del siguiente icono */
    background: #00b4ff;
}

.timeline-free li:last-child::after {
    display: none;
    /* sin línea en el último */
}

/* Iconos */
.timeline-icon {
    position: absolute;
    top: 0;
    left: 10px;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00b4ff;
    z-index: 1;
}

.timeline-icon img {
    width: 20px;
    height: 20px;
}

/* Cards de segumiento */
.timeline-card {
    background: #E9F4F8;
    border-radius: 10px;
    padding: 10px 15px;
    margin-left: 60px;
    flex: 1;
    border-left: 5px solid #9DD7F7;
}

.timeline-card span {
    display: block;
    font-weight: bold;
    color: #00b4ff;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.timeline-card p {
    margin: 0;
    color: #002B45;
    font-size: 0.95rem;
}

.close-btn-free {
    color: #00b4ff;
}

.div-show-plans {
    display: flex;
    justify-content: center;
}

#show-plans {
    color: #00b4ff;
    text-decoration: none;
}

#show-plans:hover {
    color: #002B45;
}

#show-plans img {
    width: 24px;
    margin-right: 10px;
}