@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;
    /* background:
        radial-gradient(circle at 12% 18%, rgba(14, 95, 244, 0.20) 0%, rgba(14, 95, 244, 0.10) 20%, transparent 42%),
        radial-gradient(circle at 88% 30%, rgba(14, 95, 244, 0.18) 0%, rgba(14, 95, 244, 0.08) 18%, transparent 40%),
        radial-gradient(circle at 18% 72%, rgba(14, 95, 244, 0.16) 0%, rgba(14, 95, 244, 0.07) 18%, transparent 38%),
        linear-gradient(180deg, #041f56 0%, #0f161c 35%, #0f161c 100%); */
    background-color: var(--oscuro);
    color: var(--claro);
    overflow-x: hidden;
}

.inicio {
    position: relative;
    background: transparent !important;
    overflow: visible !important;
}

.opiniones,
.opiniones .container,
.opiniones-slider,
.opiniones-track-wrapper {
    max-width: 100%;
}

.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);
    /* azul oscuro base de la web */

    /* DEGRADADO ORIGINAL */
    /* background:
        radial-gradient(circle at 50% 18%, rgba(14, 95, 244, 0.16) 0%, rgba(14, 95, 244, 0.06) 32%, transparent 58%),
        radial-gradient(circle at 50% 58%, rgba(14, 95, 244, 0.10) 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);
}

.base-hero-text p {
    max-width: 600px;
    margin: 0 auto 32px;

    font-size: 1rem;
    line-height: 1.65;
    color: rgba(244, 247, 240, 0.72);
}

.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;
}

/* MAIN */
.diferenciales-section {
    position: relative;
    padding: 120px 40px;
    overflow: hidden;
}

/* DEGRADADO DE FONDO */
.diferenciales-section::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle,
            rgba(14, 95, 244, 0.25) 0%,
            rgba(14, 95, 244, 0.12) 35%,
            rgba(14, 95, 244, 0.05) 55%,
            transparent 75%);
    filter: blur(130px);
    z-index: 0;
}

.diferenciales-container {
    position: relative;
    z-index: 2;
    max-width: 1380px;
    margin: 0 auto;
}

/* HEADER */
.diferenciales-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.diferenciales-header span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.diferenciales-header h2 {
    color: #fff;
    font-size: 3rem;
    margin: 10px 0;
}

.diferenciales-header p {
    color: rgba(255, 255, 255, 0.7);
}

/* LAYOUT PRINCIPAL */
.diferenciales-layout {
    position: relative;
    max-width: 1320px;
    min-height: 570px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(360px, 410px) 300px minmax(360px, 410px);
    grid-template-rows: auto auto;

    column-gap: 130px;
    row-gap: 70px;

    align-items: center;
    justify-content: center;
}

/* CENTRO */
.diferenciales-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 300px;
    height: 300px;
    z-index: 2;
}

/* ANILLO */
.orbital-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(14, 95, 244, 0.15), transparent 65%),
        conic-gradient(from 0deg,
            transparent 0deg,
            rgba(14, 95, 244, 0.8) 90deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.2) 240deg,
            rgba(14, 95, 244, 0.6) 300deg,
            transparent 360deg);
    filter: drop-shadow(0 0 30px rgba(14, 95, 244, 0.4));
    animation: girar 10s linear infinite;
}

.orbital-ring::before {
    content: "";
    position: absolute;
    inset: 25px;
    border-radius: 50%;
    background: #071017;
}

/* CENTRO */
.orbital-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: grid;
    place-items: center;

    background: radial-gradient(circle, rgba(14, 95, 244, 0.25), #050e18 70%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(14, 95, 244, 0.25);
}

.orbital-core span {
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-align: center;
}

/* CARDS */
.diferenciales-card {
    position: relative;

    width: 100%;
    max-width: 410px;
    min-height: 205px;

    padding: 24px 28px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-radius: 20px;

    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;

    cursor: pointer;
}

.diferenciales-card:hover {
    border-color: var(--cuarto);
    background: rgba(255, 255, 255, 0.065);
    transform: translateY(-4px);
}

/* TITULOS */
.diferenciales-card h3 {
    margin: 0 0 12px;

    color: #fff;

    font-size: clamp(1.2rem, 1.45vw, 1.4rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.diferenciales-card p {
    margin: 0;

    color: rgba(255, 255, 255, 0.7);

    font-size: 0.98rem;
    line-height: 1.55;
}

/* POSICIONES ESQUINA */
.card-left.card-top {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
}

.card-right.card-top {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
}

.card-left.card-bottom {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
}

.card-right.card-bottom {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
}

/* LINEAS */
.diferenciales-card::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, rgba(14, 95, 244, 0), rgba(14, 95, 244, 1));
}

.diferenciales-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0e5ff4;
    box-shadow: 0 0 12px #0e5ff4;
}

/* IZQUIERDA */
.card-left::before {
    right: -120px;
}

.card-left::after {
    right: -126px;
    transform: translateY(-50%);
}

/* DERECHA */
.card-right::before {
    left: -120px;
    transform: rotate(180deg);
}

.card-right::after {
    left: -126px;
    transform: translateY(-50%);
}

/* ANIMACION */
@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}













/* 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;
}

/* ========================================
   FORMACIÓN PERSONALIZADA
======================================== */

.formacion-personalizada {
    position: relative;
    padding: 130px 40px;
    overflow: hidden;
}

.formacion-personalizada__content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 820px;
    margin: 0 auto;

    text-align: center;
}

.formacion-personalizada h2 {
    max-width: 760px;
    margin: 0 auto 28px;

    color: #fff;

    font-size: clamp(1.9rem, 3vw, 3rem);

    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.formacion-personalizada p {
    max-width: 760px;
    margin: 0 auto 18px;

    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
    line-height: 1.75;
}

.formacion-personalizada__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 24px;
    padding: 15px 28px;

    color: #fff;
    background: var(--cuarto);

    border: 1px solid var(--cuarto);
    border-radius: 999px;

    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

.formacion-personalizada__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(14, 95, 244, 0.3);
}

.formacion-personalizada::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 620px;
    height: 620px;

    transform: translate(-50%, -50%);
    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(14, 95, 244, 0.12),
            transparent 68%);

    pointer-events: none;
}


/* RESPONSIVE */
@media (max-width: 1280px) {

    .diferenciales-layout {
        max-width: 1040px;

        grid-template-columns:
            minmax(300px, 350px) 240px minmax(300px, 350px);

        column-gap: 75px;
        row-gap: 55px;
    }

    .diferenciales-center {
        width: 235px;
        height: 235px;
    }

    .diferenciales-card {
        max-width: 350px;
        min-height: 215px;
        padding: 22px 24px;
    }

    .diferenciales-card h3 {
        font-size: 1.22rem;
    }

    .diferenciales-card p {
        font-size: 0.92rem;
    }

    .diferenciales-card::before {
        width: 58px;
    }

    .card-left::before {
        right: -58px;
    }

    .card-left::after {
        right: -64px;
    }

    .card-right::before {
        left: -58px;
    }

    .card-right::after {
        left: -64px;
    }

    .formacion-personalizada {
        padding: 115px 40px;
    }
}

@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;
    }

    .diferenciales-section {
        padding: 90px 32px;
    }

    .diferenciales-header {
        margin-bottom: 50px;
    }

    .diferenciales-header h2 {
        font-size: 2.2rem;
    }

    .diferenciales-layout {
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 100%;
        max-width: 680px;
        min-height: auto;

        margin: 0 auto;
        gap: 22px;
    }

    .diferenciales-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none;

        order: 1;

        width: 240px;
        height: 240px;

        margin: 0 auto 22px;
    }

    .diferenciales-card {
        order: 2;

        width: 100%;
        max-width: 680px;
        min-height: auto;

        margin: 0;
        padding: 34px 36px 34px 68px;

        border-radius: 20px;
    }

    .card-left.card-top,
    .card-left.card-bottom,
    .card-right.card-top,
    .card-right.card-bottom {
        grid-column: auto;
        grid-row: auto;
        justify-self: auto;
        align-self: auto;
    }

    .diferenciales-card::before {
        left: 24px;
        right: auto;
        top: 37px;

        width: 28px;
        height: 2px;

        transform: none;

        background: linear-gradient(90deg,
                rgba(14, 95, 244, 1),
                rgba(14, 95, 244, 0));
    }

    .diferenciales-card::after {
        left: 17px;
        right: auto;
        top: 37px;

        transform: translateY(-50%);
    }

    .diferenciales-card h3 {
        margin: 0 0 12px;

        font-size: 1.2rem;
        line-height: 1.25;
    }

    .diferenciales-card p {
        margin: 0;

        font-size: 0.95rem;
        line-height: 1.55;
    }

    .formacion-personalizada {
        padding: 100px 32px;
    }

    .formacion-personalizada h2 {
        font-size: 2.7rem;
    }
}

@media (max-width: 768px) {
    .diferenciales-section {
        padding: 90px 24px;
    }

    .diferenciales-header {
        margin-bottom: 50px;
    }

    .diferenciales-header h2 {
        font-size: 2.2rem;
    }

    .diferenciales-layout {
        display: flex;
        flex-direction: column;
        gap: 22px;
        min-height: auto;
    }

    .diferenciales-center {
        order: 1;
        width: 260px;
        height: 260px;
        margin-bottom: 18px;
    }

    .diferenciales-card {
        order: 2;
        width: 100%;
        max-width: 520px;
        margin: 0;
        padding: 24px 24px 24px 60px;
    }

    .diferenciales-card::before {
        left: 22px;
        right: auto;
        top: 34px;
        width: 24px;
        height: 2px;
        transform: none;
        background: linear-gradient(90deg, rgba(14, 95, 244, 0.95), rgba(14, 95, 244, 0));
    }

    .diferenciales-card::after {
        left: 16px;
        right: auto;
        top: 34px;
        transform: translateY(-50%);
    }

    .diferenciales-card h3 {
        font-size: 1.15rem;
    }

    .diferenciales-card p {
        font-size: 0.92rem;
    }

    .diferenciales-section {
        padding: 90px 24px;
    }

    .diferenciales-header {
        margin-bottom: 45px;
    }

    .diferenciales-header h2 {
        font-size: 2rem;
    }

    .diferenciales-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;

        max-width: 100%;
        min-height: auto;
        height: auto;
    }

    .diferenciales-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none;

        order: 1;
        width: 230px;
        height: 230px;
        margin: 0 auto 20px;
    }

    .diferenciales-card {
        order: 2;
        width: 100%;
        max-width: 520px;

        margin: 0;
        padding: 24px 24px 24px 62px;
    }

    .card-left.card-top,
    .card-right.card-top,
    .card-left.card-bottom,
    .card-right.card-bottom {
        grid-column: auto;
        grid-row: auto;
        justify-self: auto;
        align-self: auto;
    }

    .diferenciales-card::before {
        left: 22px;
        right: auto;
        top: 32px;

        width: 28px;
        height: 2px;

        transform: none;
        background: linear-gradient(90deg,
                rgba(14, 95, 244, 1),
                rgba(14, 95, 244, 0));
    }

    .diferenciales-card::after {
        left: 15px;
        right: auto;
        top: 32px;
        transform: translateY(-50%);
    }

    .formacion-personalizada {
        padding: 85px 24px;
    }

    .formacion-personalizada__content {
        max-width: 650px;
    }

    .formacion-personalizada h2 {
        font-size: 2.2rem;
        line-height: 1.12;
    }

    .formacion-personalizada p {
        font-size: 1rem;
        line-height: 1.65;
    }
}

@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;
    }








    .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) {

    .formacion-personalizada {
        padding: 75px 20px;
    }

    .formacion-personalizada h2 {
        font-size: 1.95rem;
    }

    .formacion-personalizada p {
        font-size: 0.95rem;
    }

    .formacion-personalizada__button {
        width: 100%;
        max-width: 320px;
    }
}

@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;
    }

    .diferenciales-section {
        padding: 75px 20px;
    }

    .diferenciales-header h2 {
        font-size: 1.8rem;
    }

    .diferenciales-center {
        width: 220px;
        height: 220px;
    }

    .orbital-core {
        width: 105px;
        height: 105px;
    }

    .diferenciales-card {
        padding: 22px 20px 22px 54px;
        border-radius: 20px;
    }

    .diferenciales-section {
        padding: 75px 20px;
    }

    .diferenciales-header h2 {
        font-size: 1.75rem;
    }

    .diferenciales-center {
        width: 200px;
        height: 200px;
    }

    .orbital-core {
        width: 95px;
        height: 95px;
    }

    .diferenciales-card {
        padding: 22px 20px 22px 56px;
        border-radius: 20px;
    }

    .formacion-personalizada {
        padding: 65px 16px;
    }

    .formacion-personalizada__label {
        font-size: 0.75rem;
    }

    .formacion-personalizada h2 {
        font-size: 1.72rem;
    }

    .formacion-personalizada p {
        font-size: 0.92rem;
        line-height: 1.6;
    }






    .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) {

    .formacion-personalizada {
        padding: 58px 14px;
    }

    .formacion-personalizada h2 {
        font-size: 1.55rem;
    }

    .formacion-personalizada__button {
        padding: 14px 20px;
        font-size: 0.92rem;
    }
}