﻿/* =========================
   LOOK & FEEL: SaaS Premium (Negro + Glass)
   ========================= */

/* Variables */
:root {
    --bg-0: #07080A;
    --bg-1: #0B0D10;
    --bg-2: #11141A;
    --card: rgba(255,255,255,.06);
    --card-strong: rgba(255,255,255,.085);
    --stroke: rgba(255,255,255,.10);
    --text: rgba(255,255,255,.92);
    --muted: rgba(255,255,255,.72);
    --muted2: rgba(255,255,255,.60);
    --accent: #F6E102; /* amarillo */
    --accent2: #FFD84A;
    --shadow: 0 24px 80px rgba(0,0,0,.45);
    --radius: 18px;
}

/* Base */
.main-content {
    background: radial-gradient(1200px 800px at 15% 0%, rgba(246,225,2,.12), transparent 55%), radial-gradient(900px 600px at 85% 20%, rgba(255,216,74,.08), transparent 55%), linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 55%, #0A0C0F 100%);
    color: var(--text);
}

    .main-content p,
    .main-content li,
    .main-content span {
        color: var(--muted);
    }

    /* Tipografía más “SaaS” (sin cambiar fuente global, solo suaviza) */
    .main-content h1, .main-content h2, .main-content h3, .main-content h4 {
        color: #fff;
        letter-spacing: -0.02em;
    }

    /* Separación general de secciones */
    .main-content .elementor-element.e-parent {
        padding-top: 64px;
        padding-bottom: 64px;
    }

/* =========================
   HERO: más pro
   ========================= */
.elementor-element-4c65952 {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: radial-gradient(900px 600px at 15% 10%, rgba(246,225,2,.12), transparent 58%), radial-gradient(800px 520px at 80% 40%, rgba(255,216,74,.08), transparent 60%), linear-gradient(180deg, #07080A 0%, #0B0D10 100%);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,.06);
}

    /* Glow “sutil” */
    .elementor-element-4c65952:before {
        content: "";
        position: absolute;
        inset: -2px;
        background: radial-gradient(600px 320px at 30% 0%, rgba(246,225,2,.10), transparent 65%);
        pointer-events: none;
    }

    /* H1/H2 */
    .elementor-element-4c65952 .tm-text-editor h2 {
        font-weight: 800;
        line-height: 1.02;
        margin: 0;
    }

    .elementor-element-4c65952 .elementor-element-a22121a h2 {
        font-size: clamp(34px, 5vw, 58px);
    }

    .elementor-element-4c65952 .elementor-element-c5b215f h2 {
        font-size: clamp(22px, 3vw, 34px);
        margin-top: 10px;
    }

    /* Resalta “en tiempo real” */
    .elementor-element-4c65952 strong {
        color: var(--accent);
    }

    /* Texto hero */
    .elementor-element-4c65952 .elementor-element-d706e99 p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 560px;
    }

/* Micro bullets (si los usas) */
.tm-hero-bullets {
    margin-top: 14px;
    display: grid;
    gap: 10px;
    max-width: 560px;
}

    .tm-hero-bullets .b {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        padding: 12px 14px;
        background: var(--card);
        border: 1px solid var(--stroke);
        border-radius: 14px;
        backdrop-filter: blur(10px);
    }

        .tm-hero-bullets .b i {
            color: var(--accent);
            margin-top: 2px;
        }

        .tm-hero-bullets .b span {
            color: var(--muted);
            font-size: 14.5px;
        }

/* CTA botón principal: más “conversion” */
.btn-style-one.btn-glass-effect {
    background: linear-gradient(180deg, var(--accent) 0%, var(--accent2) 100%) !important;
    color: #111 !important;
    border: none !important;
    box-shadow: 0 14px 40px rgba(246,225,2,.18);
    transform: translateY(0);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

    .btn-style-one.btn-glass-effect:hover {
        transform: translateY(-1px);
        box-shadow: 0 18px 55px rgba(246,225,2,.22);
        filter: brightness(1.02);
    }

.btn-style-one .btn-title {
    font-weight: 800;
}

/* Video botón: estilo “outline” pro */
.tm-sc-video-popup .video-play-button {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
    transition: transform .15s ease, background .15s ease;
}

    .tm-sc-video-popup .video-play-button:hover {
        transform: scale(1.03);
        background: rgba(255,255,255,.10);
    }

/* Mockup hero */
.elementor-element-32b16e2 img {
    filter: drop-shadow(0 28px 65px rgba(0,0,0,.55));
    border-radius: 18px;
}

/* =========================
   Secciones alternadas: algunas en “dark”, otras tipo tarjeta
   ========================= */

/* About (¿Por qué funciona?) como glass */
.elementor-element-693b9ea .e-con-inner {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 24px;
    padding: 26px;
    backdrop-filter: blur(12px);
}



/* Pricing: más SaaS */
.tm-sc-pricing-plan.pricing-plan-skin-style4 .inner-box {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 60px rgba(0,0,0,.35);
}

.tm-sc-pricing-plan .pricing-plan-title {
    color: #fff;
}

.tm-sc-pricing-plan .pricing-plan-subtitle {
    color: var(--muted);
}

.tm-sc-pricing-plan .features-list li span {
    color: var(--muted);
}

.tm-sc-pricing-plan .price-normal {
    color: #fff;
}

.tm-sc-pricing-plan .pricing-btn {
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
}

    .tm-sc-pricing-plan .pricing-btn:hover {
        background: rgba(255,255,255,.10);
    }

/* Accordion FAQ */
.tm-accordion.skin-bordered .card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    overflow: hidden;
}

.tm-accordion .card-header .title {
    color: #fff;
}

.tm-accordion .card-body p {
    color: var(--muted);
}

/* Contacto: caja info */
.elementor-element-eae3fe0 .elementor-element-e6fdab9 {
    border-radius: 20px;
    overflow: hidden;
}

/* =========================
   Recomendación: ocultar testimonios si no hay reales
   (si luego ya tienes, borra esta regla)
   ========================= */
.elementor-element-3b64098 {
    display: none !important;
}

/* Responsive: más aire */
@media (max-width: 767px) {
    .main-content .elementor-element.e-parent {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .elementor-element-4c65952 {
        border-radius: 18px;
    }
}

/* =========================
   HERO MOBILE FIX (ESPACIO + IMAGEN)
   ========================= */

/* 1) Reduce el espacio arriba del hero solo en mobile */
@media (max-width: 768px) {
    /* Ajusta el primer container del HERO */
    .elementor-element-4c65952 {
        padding-top: 28px !important;
        padding-bottom: 22px !important;
    }

    /* Si el tema mete padding extra al wrapper */
    .main-content-section-wrapper {
        padding-top: 0 !important;
    }

    /* Si el header es fijo, evita el mega hueco */
    body {
        padding-top: 0 !important;
    }

    /* 2) Compacta el título para que no “rompa” tanto */
    .elementor-element-4c65952 h2 {
        line-height: 1.05 !important;
        letter-spacing: -0.5px !important;
    }

    /* 3) Asegura que el mockup se vea y no quede oculto */
    .elementor-element-32b16e2,
    .elementor-element-64133dc,
    .elementor-element-64133dc img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

        /* Dale un tamaño decente al mockup en mobile */
        .elementor-element-64133dc img {
            width: 92% !important;
            max-width: 420px !important;
            margin: 18px auto 0 auto !important;
            height: auto !important;
        }
}

/* =========================
   PRICING – PLAN DESTACADO
   ========================= */

/* Combo Completo (pricing-active ya lo estás usando bien) */
.tm-sc-pricing-plan.pricing-active {
    position: relative;
    border: 2px solid #f5d400;
    box-shadow: 0 0 0 1px rgba(245,212,0,.4), 0 0 30px rgba(245,212,0,.25);
    transform: scale(1.03);
    z-index: 99;
}

    /* Badge superior */
    .tm-sc-pricing-plan.pricing-active::before {
        content: "RECOMENDADO";
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: #f5d400;
        color: #000;
        font-weight: 700;
        font-size: 12px;
        padding: 6px 14px;
        border-radius: 20px;
        letter-spacing: .5px;
        box-shadow: 0 6px 18px rgba(245,212,0,.4);
    }

    /* Título más fuerte */
    .tm-sc-pricing-plan.pricing-active .pricing-plan-title {
        color: #f5d400;
    }

    /* Botón más llamativo */
    .tm-sc-pricing-plan.pricing-active .pricing-btn {
        background: #f5d400;
        color: #000 !important;
        font-weight: 700;
    }

        .tm-sc-pricing-plan.pricing-active .pricing-btn:hover {
            background: #ffd900;
            box-shadow: 0 0 20px rgba(245,212,0,.5);
        }

/* ====== FIX recomendado: contorno y badge al frente ====== */

#pricing .tm-sc-pricing-plan.pricing-active {
    position: relative;
    z-index: 999 !important;
    isolation: isolate;
    overflow: visible !important;
    transform: translateZ(0);
}

    #pricing .tm-sc-pricing-plan.pricing-active .pricing-plan-inner-wrapper,
    #pricing .tm-sc-pricing-plan.pricing-active .inner-box,
    #pricing .tm-sc-pricing-plan.pricing-active .card-content {
        border-radius: 18px !important;
    }

    #pricing .tm-sc-pricing-plan.pricing-active .pricing-plan-inner-wrapper {
        border: 2px solid #f5d400 !important;
        box-shadow: 0 0 0 1px rgba(245,212,0,.4), 0 0 30px rgba(245,212,0,.25) !important;
    }

    #pricing .tm-sc-pricing-plan.pricing-active::before {
        content: "RECOMENDADO";
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: #f5d400;
        color: #000;
        font-weight: 700;
        font-size: 12px;
        padding: 6px 14px;
        border-radius: 20px;
        letter-spacing: .5px;
        box-shadow: 0 6px 18px rgba(245,212,0,.4);
        z-index: 10000 !important;
        pointer-events: none;
    }

#pricing .tm-sc-pricing-plan.pricing-active {
    transform: scale(1.03) translateZ(0);
}

    #pricing .tm-sc-pricing-plan.pricing-active .pricing-btn {
        background: #f5d400;
        color: #000 !important;
        font-weight: 700;
    }

        #pricing .tm-sc-pricing-plan.pricing-active .pricing-btn:hover {
            background: #ffd900;
            box-shadow: 0 0 20px rgba(245,212,0,.5);
        }

/* =========================
   PRICING: FIX PANEL 3 "BLANCO"
   ========================= */

/* 1) Fuerza estilos oscuros en TODOS los pricing (por si 1 se ve bien pero 3 se rompe) */
#pricing .tm-sc-pricing-plan.pricing-plan-skin-style4 .inner-box,
#pricing .tm-sc-pricing-plan.pricing-plan-skin-style4 .card-content {
    background: rgba(17, 18, 22, 0.72) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.35) !important;
}



/* 3) Textos */
#pricing .tm-sc-pricing-plan .pricing-plan-title,
#pricing .tm-sc-pricing-plan .pricing-plan-subtitle,
#pricing .tm-sc-pricing-plan .features-list li span,
#pricing .tm-sc-pricing-plan .price-box,
#pricing .tm-sc-pricing-plan .pricing-plan-pricing {
    color: rgba(255,255,255,.92) !important;
}

    /* 4) Links/bullets que se vean pro (sin azul default raro) */
    #pricing .tm-sc-pricing-plan .features-list li a,
    #pricing .tm-sc-pricing-plan .features-list li span a {
        color: rgba(255,255,255,.92) !important;
        text-decoration: none !important;
    }

        #pricing .tm-sc-pricing-plan .features-list li a:hover,
        #pricing .tm-sc-pricing-plan .features-list li span a:hover {
            text-decoration: underline !important;
        }

/* 5) Botón de cotizar consistente */
#pricing .tm-sc-pricing-plan .pricing-btn {
    background: rgba(0,0,0,.55) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    color: #fff !important;
    border-radius: 999px !important;
}

    #pricing .tm-sc-pricing-plan .pricing-btn:hover {
        background: rgba(0,0,0,.72) !important;
    }

/* 6) Mantén tu destacado del combo (amarillo) intacto */
#pricing .tm-sc-pricing-plan.pricing-active .pricing-btn {
    background: #f5d400 !important;
    border-color: transparent !important;
    color: #000 !important;
}

/* =========================
   FIX DEFINITIVO: PANEL 3 = PANEL 2
   ========================= */

/* Target SOLO el contenedor del panel 3 */
#pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan,
#pricing .elementor-element-6dfa18b-2 .pricing-plan-inner-wrapper,
#pricing .elementor-element-6dfa18b-2 .pricing-plan-inner,
#pricing .elementor-element-6dfa18b-2 .inner-box,
#pricing .elementor-element-6dfa18b-2 .card-content {
    background: rgba(17,18,22,.72) !important;
    background-image: none !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.35) !important;
    color: rgba(255,255,255,.92) !important;
}

    /* Apaga overlays/pseudo-elementos que generan ese header gris */
    #pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan::before,
    #pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan::after,
    #pricing .elementor-element-6dfa18b-2 .inner-box::before,
    #pricing .elementor-element-6dfa18b-2 .inner-box::after,
    #pricing .elementor-element-6dfa18b-2 .card-content::before,
    #pricing .elementor-element-6dfa18b-2 .card-content::after,
    #pricing .elementor-element-6dfa18b-2 .price-header::before,
    #pricing .elementor-element-6dfa18b-2 .price-header::after {
        content: none !important;
        display: none !important;
    }

/* Si hay una franja/overlay que viene como un div interno (algunos temas lo meten) */
#pricing .elementor-element-6dfa18b-2 .price-header {
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

/* Texto y bullets (quita azul/underline raro) */
#pricing .elementor-element-6dfa18b-2 .pricing-plan-title,
#pricing .elementor-element-6dfa18b-2 .pricing-plan-subtitle,
#pricing .elementor-element-6dfa18b-2 .features-list li span,
#pricing .elementor-element-6dfa18b-2 .features-list li,
#pricing .elementor-element-6dfa18b-2 .price-box,
#pricing .elementor-element-6dfa18b-2 .pricing-plan-pricing {
    color: rgba(255,255,255,.92) !important;
}

    #pricing .elementor-element-6dfa18b-2 .features-list li a,
    #pricing .elementor-element-6dfa18b-2 .features-list li span a {
        color: rgba(255,255,255,.92) !important;
        text-decoration: none !important;
    }

/* Botón igual al panel 2 */
#pricing .elementor-element-6dfa18b-2 .pricing-btn {
    background: rgba(0,0,0,.55) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    color: #fff !important;
    border-radius: 999px !important;
}

    #pricing .elementor-element-6dfa18b-2 .pricing-btn:hover {
        background: rgba(0,0,0,.72) !important;
    }
/* ===== Hover / Focus para el panel 3 ===== */
#pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:hover .card-content,
#pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:hover .inner-box,
#pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:hover,
#pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:focus-within .card-content,
#pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:focus-within .inner-box,
#pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:focus-within {
    background: rgba(255,255,255,.06) !important; /* “se pinta” */
    border-color: rgba(255,255,255,.18) !important;
    box-shadow: 0 22px 55px rgba(0,0,0,.55) !important;
    transform: translateY(-4px);
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

    /* Si quieres que el header también responda */
    #pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:hover .price-header,
    #pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:focus-within .price-header {
        background: transparent !important;
        border-bottom-color: rgba(255,255,255,.16) !important;
    }

    /* Botón también con hover más notorio */
    #pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:hover .pricing-btn,
    #pricing .elementor-element-6dfa18b-2 .tm-sc-pricing-plan:focus-within .pricing-btn {
        background: rgba(255,255,255,.10) !important;
        border-color: rgba(255,255,255,.22) !important;
    }

.whatsapp-button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(37, 211, 102, 0.5);
    top: 50px;
}

/* Ajustes específicos para dispositivos móviles */
@media only screen and (max-width: 767px) {
    .whatsapp-button {
        right: 20px;
        bottom: 20px;
        top: auto; /* Remueve la posición superior para dispositivos móviles */
        transform: none; /* Remueve la transformación para dispositivos móviles */
    }
}

.whatsapp-button:hover {
    background-color: rgba(37, 211, 102, 1); /* Fondo verde claro al pasar el mouse */
}

.czm-chat-support1 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.whatsapp-button1 {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: rgba(37, 211, 102, 1);
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-bottom: 10px;
}

    .whatsapp-button1:hover {
        background-color: rgba(37, 211, 102, 0.8);
        transform: scale(1.05);
    }

.whatsapp-text {
    font-size: 14px;
    color: rgba(37, 211, 102, 1);
    font-weight: bold;
    display: block;
    transition: opacity 0.3s ease-in-out;
}

/* Móviles */
@media only screen and (max-width: 767px) {
    .czm-chat-support1 {
        bottom: 90px; /* Mueve el botón hacia arriba en dispositivos móviles */
    }

    .whatsapp-button1 {
        width: 50px; /* Ajusta el tamaño del botón */
        height: 50px; /* Ajusta el tamaño del botón */
    }

    .whatsapp-text {
        font-size: 12px; /* Reduce el tamaño del texto para que se ajuste mejor */
    }
}


/* Estilo para el back-to-top */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999; /* Asegura que el botón Back to Top esté debajo del WhatsApp */

    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

    .back-to-top:hover {
    }





/* Adjust the space between buttons for different screen sizes */
@media (max-width: 600px) {
    .musica-control {
        top: 40%;
    }

    .whatsapp-button {
        top: 50%;
    }
}

.elementor-7606 .elementor-element.elementor-element-7cda957 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --overlay-opacity: 0.9;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 200px;
    --padding-bottom: 120px;
    --padding-left: 20px;
    --padding-right: 20px;
}

    .elementor-7606 .elementor-element.elementor-element-7cda957:not(.elementor-motion-effects-element-type-background), .elementor-7606 .elementor-element.elementor-element-7cda957 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: url("../wp-content/uploads/sites/5/2025/10/bg-light-5.png");
        background-position: top center;
        background-repeat: no-repeat;
    }

        .elementor-7606 .elementor-element.elementor-element-7cda957::before, .elementor-7606 .elementor-element.elementor-element-7cda957 > .elementor-background-video-container::before, .elementor-7606 .elementor-element.elementor-element-7cda957 > .e-con-inner > .elementor-background-video-container::before, .elementor-7606 .elementor-element.elementor-element-7cda957 > .elementor-background-slideshow::before, .elementor-7606 .elementor-element.elementor-element-7cda957 > .e-con-inner > .elementor-background-slideshow::before, .elementor-7606 .elementor-element.elementor-element-7cda957 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
            background-image: url("../wp-content/uploads/sites/5/2025/12/bg-pattern-1.png");
            --background-overlay: '';
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
        }

.elementor-7606 .elementor-element.elementor-element-4b50ac4 {
    --display: flex;
    --overlay-opacity: 0.6;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 10px;
    --padding-right: 10px;
}

    .elementor-7606 .elementor-element.elementor-element-4b50ac4::before, .elementor-7606 .elementor-element.elementor-element-4b50ac4 > .elementor-background-video-container::before, .elementor-7606 .elementor-element.elementor-element-4b50ac4 > .e-con-inner > .elementor-background-video-container::before, .elementor-7606 .elementor-element.elementor-element-4b50ac4 > .elementor-background-slideshow::before, .elementor-7606 .elementor-element.elementor-element-4b50ac4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-7606 .elementor-element.elementor-element-4b50ac4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
        --background-overlay: '';
    }

.elementor-7606 .elementor-element.elementor-element-ab8b833 {
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
}

.elementor-7606 .elementor-element.elementor-element-c6e7ec4 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-7606 .elementor-element.elementor-element-c6e7ec4 {
    text-align: center;
}

    .elementor-7606 .elementor-element.elementor-element-c6e7ec4 .title {
        color: #FFFFFF;
        margin: 0px 0px 10px 0px;
    }

.elementor-7606 .elementor-element.elementor-element-7b8c4a2 {
    text-align: center;
}

    .elementor-7606 .elementor-element.elementor-element-7b8c4a2 .breadcrumbs .trail-item:not(.trail-end):hover {
        color: var(--theme-color1);
    }

    .elementor-7606 .elementor-element.elementor-element-7b8c4a2 .breadcrumbs a:not(.btn):hover {
        color: var(--theme-color1);
    }

    .elementor-7606 .elementor-element.elementor-element-7b8c4a2 .breadcrumbs {
        display: inline-block;
    }

        .elementor-7606 .elementor-element.elementor-element-7b8c4a2 .breadcrumbs li:last-child {
            color: #FFFFFF;
        }

            .elementor-7606 .elementor-element.elementor-element-7b8c4a2 .breadcrumbs li:last-child a {
                color: #FFFFFF;
            }

        .elementor-7606 .elementor-element.elementor-element-7b8c4a2 .breadcrumbs li .tm-breadcrumb-arrow-icon {
            color: #FFFFFF;
        }

@media(max-width:1200px) {
    .elementor-7606 .elementor-element.elementor-element-4b50ac4 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 10px;
        --padding-right: 10px;
    }
}

@media(max-width:1024px) {
    .elementor-7606 .elementor-element.elementor-element-7cda957 {
        --padding-top: 160px;
        --padding-bottom: 160px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-7606 .elementor-element.elementor-element-4b50ac4 {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 10px;
        --padding-right: 10px;
    }

    .elementor-7606 .elementor-element.elementor-element-7b8c4a2 {
        text-align: center;
    }
}

@media(max-width:880px) {
    .elementor-7606 .elementor-element.elementor-element-7cda957 {
        --padding-top: 140px;
        --padding-bottom: 140px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-7606 .elementor-element.elementor-element-4b50ac4 {
        --border-radius: 0px 0px 0px 0px;
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 10px;
        --padding-right: 10px;
    }
}

@media(max-width:767px) {
    .elementor-7606 .elementor-element.elementor-element-7cda957 {
        --padding-top: 130px;
        --padding-bottom: 130px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-7606 .elementor-element.elementor-element-4b50ac4 {
        --border-radius: 0px 0px 0px 0px;
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 10px;
        --padding-right: 10px;
    }
}

/* ===== Pricing clarity styles ===== */
.tm-sc-pricing-plan .plan-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.tm-sc-pricing-plan .badge {
    font-size: 12px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    color: #fff;
    letter-spacing: .2px;
}

.tm-sc-pricing-plan .badge--hot {
    background: rgba(255,210,77,.18);
    border-color: rgba(255,210,77,.35);
}

.tm-sc-pricing-plan .badge--soft {
    background: rgba(120,210,255,.14);
    border-color: rgba(120,210,255,.28);
}

.tm-sc-pricing-plan .plan-mini {
    margin: 12px 0 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
}

.tm-sc-pricing-plan .plan-mini__title {
    margin: 0;
    font-size: 14px;
    opacity: .95;
}

.tm-sc-pricing-plan .price-subnote {
    margin-top: 8px;
    font-size: 13px;
    opacity: .9;
}

.tm-sc-pricing-plan .plan-extras {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed rgba(255,255,255,.18);
}

    .tm-sc-pricing-plan .plan-extras p {
        margin: 0 0 8px;
        font-size: 14px;
    }

.tm-sc-pricing-plan .extras-list {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    opacity: .92;
}

.tm-sc-pricing-plan .subpricing {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.10);
}

.tm-sc-pricing-plan .subpricing__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
}

    .tm-sc-pricing-plan .subpricing__row + .subpricing__row {
        border-top: 1px solid rgba(255,255,255,.10);
    }

.tm-sc-pricing-plan .subpricing__name {
    font-size: 13px;
    opacity: .92;
}

.tm-sc-pricing-plan .subpricing__price {
    font-size: 13px;
    white-space: nowrap;
    opacity: .95;
}

    .tm-sc-pricing-plan .subpricing__price em {
        font-style: normal;
        opacity: .75;
    }

.tm-sc-pricing-plan .plan-footnote {
    margin-top: 10px;
    font-size: 13px;
    opacity: .9;
}

/* =========================
   Sección: ¿Por qué funciona?
   (Pasos + refinado de features + screenshots)
========================= */

/* ----- Bloque "Cómo funciona" ----- */
.how-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 14px;
}

@media (max-width: 991px) {
    .how-steps {
        grid-template-columns: 1fr;
    }
}

.how-steps__item {
    display: flex;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
}

.how-steps__num {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    background: rgba(120,210,255,.16);
    border: 1px solid rgba(120,210,255,.28);
    color: #fff;
    flex: 0 0 auto;
}

.how-steps__title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
}

.how-steps__text {
    font-size: 13px;
    opacity: .92;
}

/* ----- Features (cards) más limpias ----- */
.tm-sc-features.tm-features-grid .features-block-style6 .inner-box {
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    padding: 22px 18px;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

    .tm-sc-features.tm-features-grid .features-block-style6 .inner-box:hover {
        transform: translateY(-2px);
        background: rgba(255,255,255,.08);
        border-color: rgba(255,255,255,.18);
    }

.tm-sc-features.tm-features-grid .features-block-style6 .icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.10);
}

.tm-sc-features.tm-features-grid .features-block-style6 .features-title {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 16px;
}

.tm-sc-features.tm-features-grid .features-block-style6 .content-text {
    font-size: 14px;
    opacity: .92;
}

/* ----- Screenshots: look premium ----- */
.tm-sc-animated-layer-advanced .layer-image-inner-wrapper {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(0,0,0,.18);
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

    .tm-sc-animated-layer-advanced .layer-image-inner-wrapper img {
        display: block;
        width: 100%;
        height: auto;
    }

/* Si el tema ya tiene "shine", esto lo hace más sutil */
.tm-sc-animated-layer-advanced .image-hover-effect-shine:before {
    opacity: .25;
}

/* =========================
   PRICING CARDS – más anchas visualmente
   sin tocar layout
========================= */

/* 1) Que la card ocupe mejor su columna */
.tm-sc-pricing-plan .inner-box {
    padding: 22px 22px !important; /* antes era más grande */
}

/* 2) Reducir márgenes internos que "encogen" el contenido */
.tm-sc-pricing-plan .card-content {
    padding: 0 !important;
}

/* 3) Que el borde esté más cerca del contenido */
.tm-sc-pricing-plan {
    padding: 10px !important;
}

    /* 4) Hacer que la card activa (combo) se vea más protagonista */
    .tm-sc-pricing-plan.pricing-active {
        transform: scale(1.03);
    }

    /* 5) Quitar aire extra arriba/abajo del precio */
    .tm-sc-pricing-plan .price-box {
        margin-top: 12px !important;
    }

/* 6) En móvil que no se vea apretado */
@media (max-width: 767px) {
    .tm-sc-pricing-plan .inner-box {
        padding: 20px 18px !important;
    }
}

/* ===== Ajuste ultra fino: un poco más pegado ===== */

/* Un toque menos de padding interno */
.tm-sc-pricing-plan .inner-box {
    padding: 16px 16px !important;
}

/* El marco más cerca del contenido */
.tm-sc-pricing-plan {
    padding: 5px !important;
}

    /* Listas un poco más compactas */
    .tm-sc-pricing-plan .features-list li {
        margin-bottom: 5px;
    }

    /* Precio más integrado al contenido */
    .tm-sc-pricing-plan .price-box {
        margin-top: 8px !important;
    }

    /* Botón ligeramente más cerca */
    .tm-sc-pricing-plan .pricing-btn {
        margin-top: 10px !important;
    }

/* En móvil no lo apretamos de más */
@media (max-width: 767px) {
    .tm-sc-pricing-plan .inner-box {
        padding: 15px 15px !important;
    }
}
