@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Codec Pro';
    src: url('/Fuentes/code-pro/Code-Pro-Regular.woff2') format('otf'),
        url('/Fuentes/code-pro/Code-Pro-Regular.woff') format('otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/Fuentes/code-pro/Code-Pro-Bold.woff2') format('otf'),
        url('/Fuentes/code-pro/Code-Pro-Bold.woff') format('otf');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

:root {
    --font-principal: "Codec Pro";
    --font-secundario: "";
    --font-texto: "";

    --principal: #052868;
    --secundario: #ffffff;
    --terciario: #000000;
    /*Usar muy poco*/
    --cuarto: #0e5ff4;
    --claro: #f0f0e7;
    --oscuro: #0f161c;
}

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 90px;
}

/* PARA CORREGIR DESBORDE EN CELULAR */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    color: var(--claro);
    overflow-x: hidden;
    background: var(--oscuro);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -10;
    pointer-events: none;

    background:
        radial-gradient(circle at 10% 20%, rgba(14, 95, 244, 0.12), transparent 40%),
        radial-gradient(circle at 85% 25%, rgba(14, 95, 244, 0.10), transparent 45%),
        radial-gradient(circle at 20% 75%, rgba(14, 95, 244, 0.08), transparent 40%);
}

html,
body {
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.inicio {
    position: relative;
    background: transparent !important;
    overflow: visible !important;
}

.opiniones,
.opiniones .container,
.opiniones-slider,
.opiniones-track-wrapper {
    max-width: 100%;
}

/* PROBLEMA DE DEGRADADOS */
/* .base-hero, */
.hero-divider,
.marca-trabajo,
.marca-incluye,
.marca-resultados,
.footer {
    position: relative;
    background: transparent !important;
    isolation: isolate;
}


.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 14px 40px;
    z-index: 99999;

    background: rgba(5, 40, 104, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu .img-logo {
    width: 120px;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 14px;
    padding: 10px 14px;
    color: #f0f0e7;
    display: block;
    transition: 0.3s;
}

.menu .navbar ul li a:hover {
    color: #0e5ff4;
}

#menu {
    display: none;
}

.menu-icon {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}


/* =========================
   HERO SERVICIOS - ESTILO NEUROM
========================= */

.base-hero.hero-folds {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    min-height: 100vh;
    padding: 150px 40px 110px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        radial-gradient(circle at 50% 18%, rgba(14, 94, 244, 0.384) 0%, rgba(14, 140, 244, 0.267) 32%, transparent 58%),
        radial-gradient(circle at 50% 58%, rgba(14, 94, 244, 0.527) 0%, transparent 46%),
        var(--oscuro);
}

/* Glow general detrás del texto */
.hero-folds-light {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background:
        radial-gradient(circle at 24% 50%, rgba(35, 122, 255, 0.32) 0%, rgba(35, 122, 255, 0.12) 18%, transparent 42%),
        radial-gradient(circle at 76% 52%, rgba(71, 173, 255, 0.22) 0%, rgba(71, 173, 255, 0.08) 18%, transparent 42%),
        radial-gradient(circle at 50% 40%, rgba(95, 170, 255, 0.14) 0%, transparent 34%);
}

/* Oscurece bordes y funde con el resto */
.hero-folds-vignette {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;

    background:
        radial-gradient(ellipse at center, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.46) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 24%, rgba(0, 0, 0, 0.42) 100%);
}

/* Contenido */
.base-hero-container {
    position: relative;
    z-index: 5;
    max-width: 1000px;
    margin: 0 auto;
}

.base-hero-text {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.base-hero-text h1 {
    max-width: 820px;
    margin: 0 auto 24px;

    font-size: clamp(2.45rem, 4.35vw, 4.45rem);
    line-height: 1.14;
    letter-spacing: -0.04em;

    color: #f4f7f0;
    text-shadow: 0 0 28px rgba(120, 185, 255, 0.12);
}

.marca-hero {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    max-width: 720px;
    margin: 0 auto;
}

.hero-2 {
    margin-bottom: 18px;
}

.base-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.base-btn.primary {
    background: rgba(31, 120, 255, 0.34);
    border-color: rgba(96, 176, 255, 0.55);
    box-shadow: 0 0 26px rgba(31, 120, 255, 0.22);
}

.base-btn.secondary {
    background: rgba(255, 255, 255, 0.075);
}

.base-btn.primary {
    background: rgba(31, 123, 255, 0.32);
    border-color: rgba(96, 176, 255, 0.55);
    box-shadow: 0 0 28px rgba(31, 123, 255, 0.24);
}

.base-btn.secondary {
    background: rgba(255, 255, 255, 0.07);
}

.base-btn.primary {
    background: rgba(14, 95, 244, 0.22);
    border-color: rgba(14, 95, 244, 0.45);
}

.base-btn.secondary {
    background: rgba(255, 255, 255, 0.07);
}

.base-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--claro);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: 0.3s ease;
}

.base-btn:hover {
    transform: translateY(-2px);
    background: rgba(14, 95, 244, 0.18);
    border-color: rgba(14, 95, 244, 0.4);
    box-shadow: 0 0 24px rgba(14, 95, 244, 0.18);
}

/* HERO DIVIDER */

.hero-divider {
    position: relative;
    height: 320px;
    margin-top: -180px;
    margin-bottom: -80px;
    background: transparent !important;
    overflow: visible !important;
    isolation: isolate;
    z-index: 5;
    pointer-events: none;
}

.hero-divider::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at left center,
            rgba(4, 54, 146, 0.95) 0%,
            rgba(8, 57, 148, 0.65) 18%,
            rgba(14, 95, 244, 0.22) 34%,
            transparent 58%),
        radial-gradient(ellipse at right center,
            rgba(0, 89, 255, 0.95) 0%,
            rgba(14, 95, 244, 0.65) 18%,
            rgba(14, 95, 244, 0.22) 34%,
            transparent 58%),
        linear-gradient(to bottom,
            transparent 0%,
            rgba(15, 22, 28, 0.35) 45%,
            transparent 100%);
    filter: blur(36px);
    transform: scale(1.15);
    pointer-events: none;
}

.hero-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 36px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(14, 95, 244, 0.25) 18%,
            rgba(145, 205, 255, 0.55) 50%,
            rgba(14, 95, 244, 0.25) 82%,
            transparent 100%);
    filter: blur(26px);
    opacity: 0.75;
    pointer-events: none;
}


.marca-section {
    position: relative;
    padding: 120px 40px;
    background: transparent;
    overflow: visible;
}

.marca-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}

.marca-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
}

.marca-resultados {
    position: relative;
    overflow: hidden;
}

.marca-incluye::before,
.marca-trabajo::before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(14, 95, 244, 0.34), rgba(14, 95, 244, 0.12) 38%, transparent 72%);
    filter: blur(130px);
    pointer-events: none;
}

.marca-resultados::after {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    bottom: -100px;
    right: -100px;

    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.06) 0%,
            rgba(14, 95, 244, 0.08) 40%,
            transparent 70%);

    filter: blur(100px);
    z-index: 0;
}

.marca-incluye::before {
    left: -240px;
    top: 20%;
}

.marca-trabajo::before {
    right: -240px;
    top: 20%;
}

.marca-resultados::before {
    left: 50%;
    bottom: -260px;
    transform: translateX(-50%);
}

.marca-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marca-visual img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 540px;
    object-fit: contain;
}

.marca-content h2,
.marca-result-card h2 {
    margin: 0 0 28px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.1;
}

.marca-label {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.marca-checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.marca-checklist li {
    position: relative;
    padding: 18px 22px 18px 54px;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    /* backdrop-filter: blur(12px); */
    cursor: pointer;
    transition: all 0.3s ease;
}

.marca-checklist li::before {
    content: "✓";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 0.85rem;
    background: rgba(14, 95, 244, 0.45);
    box-shadow: 0 0 18px rgba(14, 95, 244, 0.35);
}

.marca-checklist li:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--cuarto);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.12);
}

.marca-card-content {
    padding: 42px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
}

.marca-checklist-alt li {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.marca-text {
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.8;
}

/* mockup CSS */
.marca-result-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 54px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    /* backdrop-filter: blur(14px); */
}

.marca-price {
    margin-top: 30px;
    padding: 24px;
    border-radius: 22px;
    background: rgba(14, 95, 244, 0.12);
    border: 1px solid rgba(14, 95, 244, 0.26);
    text-align: center;
}

.marca-price .marca-price-2 {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 15px;
}

.marca-price p+p {
    margin-top: 6px;
}

.marca-price {
    background: rgba(14, 95, 244, 0.12);
    border: 1px solid rgba(14, 95, 244, 0.26);
    font-size: 2rem;
}

.marca-btn {
    display: inline-flex;
    margin-top: 28px;
    padding: 13px 28px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px auto 0;
}

.marca-btn:hover {
    background: rgba(14, 95, 244, 0.22);
    border-color: rgba(14, 95, 244, 0.48);
    box-shadow: 0 0 22px rgba(14, 95, 244, 0.32);
    transform: translateY(-2px);
}

.marca-img-proceso {
    position: relative;
    min-height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.marca-img-proceso::before {
    content: "";
    position: absolute;

    width: 620px;
    height: 620px;

    background: radial-gradient(circle,
            rgba(14, 95, 244, 0.42) 0%,
            rgba(14, 95, 244, 0.18) 38%,
            rgba(14, 95, 244, 0.06) 58%,
            rgba(14, 95, 244, 0) 78%);

    filter: blur(120px);
    z-index: 1;
    pointer-events: none;
}

.marca-img-proceso::after {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.06) 0%,
            rgba(14, 95, 244, 0.08) 42%,
            rgba(14, 95, 244, 0) 75%);

    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
}

.marca-img-proceso img {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: contain;

    animation: marcaFloat 5s ease-in-out infinite;
    filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.35));
}

@keyframes marcaFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0);
    }
}


/* FOOTER */
.footer {
    position: relative;
    padding: 90px 40px 30px;
    overflow: hidden;
    background: transparent;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(5, 40, 104, 0) 0%,
            rgba(5, 40, 104, 0.45) 30%,
            rgba(5, 40, 104, 0.75) 60%,
            rgba(5, 40, 104, 0.96) 100%);
    pointer-events: none;
    z-index: 1;
}

.footer::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 320px;
    background: radial-gradient(ellipse,
            rgba(14, 95, 244, 0.24) 0%,
            rgba(14, 95, 244, 0.08) 45%,
            rgba(14, 95, 244, 0) 72%);
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.footer-top,
.footer-bottom {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    text-align: center;
    padding-bottom: 45px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top h3 {
    margin: 0 0 16px;
    color: var(--claro);
    font-size: 2rem;
    line-height: 1.1;
}

.footer-top p {
    max-width: 620px;
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.7;
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--claro);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.footer-btn:hover {
    background: rgba(14, 95, 244, 0.18);
    border-color: rgba(14, 95, 244, 0.45);
    box-shadow: 0 0 18px rgba(14, 95, 244, 0.25);
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}


/* RESPONSIVE */
@media (max-width: 1280px) {}

@media (max-width: 1024px) {

    .base-hero {
        padding: 140px 32px 80px;
    }

    .base-hero.hero-neurom {
        padding: 140px 32px 100px;
    }

    .base-hero-text h1 {
        font-size: clamp(2.45rem, 7vw, 4.2rem);
    }

    .hero-neurom-bottom {
        width: 86vw;
    }

    .planes-section,
    .planes-tabla-section,
    .forma-trabajo-section,
    .cta-lugares-section {
        padding-left: 32px;
        padding-right: 32px;
    }

    .marketing-hero-container,
    .forma-trabajo-container {
        grid-template-columns: 1fr;
    }

    .base-hero-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .marca-split {
        gap: 48px;
    }

    .marca-content h2,
    .marca-result-card h2 {
        font-size: 2.4rem;
    }

    .marca-visual img {
        max-width: 460px;
    }

    .marca-img-proceso {
        min-height: 430px;
    }

    .marca-img-proceso img {
        max-width: 460px;
    }
}

@media (max-width: 768px) {
    .menu label {
        display: block;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;

        background: rgba(5, 40, 104, 0.95);
        backdrop-filter: blur(12px);

        display: none;
    }

    .menu .navbar ul li {
        width: 100%;
        text-align: center;
    }

    #menu:checked~.navbar {
        display: block;
    }

    .base-hero {
        min-height: auto;
        padding: 125px 24px 60px;
    }

    .planes-section,
    .planes-tabla-section,
    .forma-trabajo-section,
    .cta-lugares-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .base-hero-text h1 {
        line-height: 1;
    }

    .base-hero-text p {
        font-size: 1.02rem;
        line-height: 1.72;
    }

    .base-hero.hero-folds {
        min-height: 88vh;
        padding: 130px 24px 85px;
    }

    .base-hero-text h1 {
        font-size: 2.35rem;
        line-height: 1.16;
    }

    .base-hero-text p {
        font-size: 0.95rem;
    }

    .base-hero-text h1 {
        font-size: 2.45rem;
        line-height: 1.14;
        letter-spacing: -0.035em;
    }

    .base-hero-text p {
        font-size: 0.96rem;
    }

    .marca-hero p {
        font-size: 1rem;
        line-height: 1.7;
        max-width: 100%;
    }

    .marca-section {
        padding: 80px 24px;
    }

    .marca-split,
    .marca-split-reverse {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .marca-split-reverse .marca-content {
        order: 2;
    }

    .marca-content h2,
    .marca-result-card h2 {
        font-size: 2rem;
    }

    .marca-visual img {
        max-width: 360px;
    }

    .marca-card-content,
    .marca-result-card {
        padding: 32px 24px;
    }

    .mockup-screen {
        width: 100%;
    }

    .marca-img-proceso {
        min-height: 360px;
        order: 1;
    }

    .marca-split-reverse .marca-content {
        order: 2;
    }

    .marca-img-proceso img {
        max-width: 360px;
    }

    .marca-img-proceso::before {
        width: 90vw;
        height: 90vw;
        filter: blur(90px);
    }

    .footer {
        padding: 70px 24px 26px;
    }

    .footer-top {
        padding-bottom: 34px;
        margin-bottom: 22px;
    }

    .footer-top h3 {
        font-size: 1.7rem;
    }

    .footer-top p {
        font-size: 0.95rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .footer-bottom p {
        font-size: 0.9rem;
    }


}

@media (max-width: 600px) {}

@media (max-width: 480px) {
    .base-hero {
        padding: 112px 20px 52px;
    }

    .base-hero.hero-neurom {
        min-height: 82vh;
        padding: 118px 20px 76px;
    }

    .base-hero-text h1 {
        font-size: 2.05rem;
        line-height: 1.16;
    }

    .base-hero-text p {
        font-size: 0.93rem;
    }

    .base-btn {
        width: 100%;
        max-width: 280px;
    }

    .marca-section {
        padding: 70px 20px;
    }

    .marca-content h2,
    .marca-result-card h2 {
        font-size: 1.75rem;
    }

    .marca-checklist li {
        padding: 16px 18px 16px 50px;
        font-size: 0.92rem;
    }

    .marca-text,
    .marca-price p {
        font-size: 0.92rem;
    }

    .marca-btn {
        width: 100%;
        justify-content: center;
    }

    .marca-img-proceso {
        min-height: 300px;
    }

    .marca-img-proceso img {
        max-width: 290px;
    }




    .footer {
        padding: 60px 20px 22px;
    }

    .footer-top h3 {
        font-size: 1.5rem;
    }

    .footer-top p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .footer-btn {
        width: 100%;
        max-width: 260px;
    }

}

@media (max-width: 360px) {}