@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;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--oscuro);
    color: var(--claro);
}

img {
    max-width: 100%;
}

/* HEADER */

/* .inicio {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(5, 40, 104, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
} */

.inicio {
    position: relative;
    background: transparent !important;
    overflow: visible !important;
}

.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;
}

.navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 34px;
}

.navbar a {
    color: var(--claro);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 500;
    transition: 0.3s ease;
}

.navbar a:hover {
    color: rgba(255, 255, 255, 0.65);
}

/* BASE DE PÁGINA / SECCIONES */

.marca-page,
.hero-divider,
.intervencion-propuesta,
.negocios-section,
.contact,
.footer {
    position: relative;
    background: transparent !important;
    overflow: visible !important;
    isolation: isolate;
}

/* HERO - MISMO MODELO DE MARKETING */

.service-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);
}

.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%);
}

.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%);
}

.service-hero-container {
    position: relative;
    z-index: 5;
    max-width: 1000px;
    margin: 0 auto;
}

.service-hero-text {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.service-hero-text h1 {
    max-width: 860px;
    margin: 0 auto 24px;
    font-size: clamp(2.45rem, 4.35vw, 4.45rem);
    line-height: 1.14;
    letter-spacing: -0.04em;
    color: var(--claro);
    text-shadow: 0 0 28px rgba(120, 185, 255, 0.12);
}

.service-hero-text p {
    max-width: 620px;
    margin: 0 auto 32px;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--texto);
}

.hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 999px;
    color: var(--claro);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.075);
    transition: 0.3s ease;
}

.hero-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);
}

.hero-btn:hover {
    transform: translateY(-2px);
}

/* HERO DIVIDER */

/* 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;
}

/* PROPUESTA */

.intervencion-propuesta {
    padding: 115px 40px 120px;
}

.intervencion-propuesta::before {
    content: "";
    position: absolute;
    top: 45%;
    left: -180px;
    transform: translateY(-50%);
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(0, 89, 255, 0.55) 0%, rgba(14, 94, 244, 0.32) 35%, rgba(14, 95, 244, 0) 72%);
    filter: blur(115px);
    pointer-events: none;
    z-index: 1;
}

.intervencion-propuesta::after {
    content: "";
    position: absolute;
    top: 58%;
    right: -220px;
    transform: translateY(-50%);
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(0, 89, 255, 0.42) 0%, rgba(14, 94, 244, 0.24) 38%, rgba(14, 95, 244, 0) 72%);
    filter: blur(125px);
    pointer-events: none;
    z-index: 1;
}

.intervencion-propuesta-container {
    position: relative;
    z-index: 2;

    max-width: 1320px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 540px);
    align-items: center;
    gap: 70px;
}

.propuesta-sub {
    margin-bottom: 28px;
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--texto);
}

.propuesta-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
}

.propuesta-img::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 650px;
    height: 360px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(0, 89, 255, 0.78) 0%, rgba(14, 94, 244, 0.42) 38%, rgba(14, 95, 244, 0) 75%);
    filter: blur(95px);
    pointer-events: none;
    z-index: 1;
}

.propuesta-img img {
    position: relative;
    z-index: 2;
    width: min(100%, 720px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.42));
}

.propuesta-content {
    order: 2;
    max-width: 520px;
}

.propuesta-content h2 {
    margin: 0 0 28px;
    font-size: clamp(2rem, 3.1vw, 3.35rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: var(--claro);
}

/* =========================================
   LISTA PROPUESTA - TARJETAS
========================================= */

.propuesta-list {
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 14px;

    width: 100%;
    margin: 0 0 26px;
    padding: 0;
}

.propuesta-list li {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 58px;
    padding: 15px 20px 15px 56px;

    color: var(--claro);
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.45;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;

    cursor: pointer;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.propuesta-list li:hover {

    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(14, 95, 244, 0.4);
}

/* Círculo azul */

.propuesta-list li::before {
    content: "✓";

    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    color: #fff;
    background: rgba(14, 95, 244, 0.65);

    border: 1px solid rgba(89, 151, 255, 0.45);
    border-radius: 50%;

    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;

    box-shadow: 0 0 16px rgba(14, 95, 244, 0.22);
}

.propuesta-highlight {
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.035) 100%);
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 0.98rem;
    line-height: 1.58;
    color: var(--claro);
}

/* NEGOCIOS */

.negocios-section {
    padding: 95px 40px 125px;
}

.negocios-section::before {
    content: "";
    position: absolute;
    top: 48%;
    left: -180px;
    transform: translateY(-50%);
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(0, 89, 255, 0.55) 0%, rgba(14, 94, 244, 0.32) 35%, rgba(14, 95, 244, 0) 72%);
    filter: blur(110px);
    pointer-events: none;
    z-index: 1;
}

.negocios-container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
}

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: var(--claro);
}

.negocios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.negocio-card {
    position: relative;
    padding: 14px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.025) 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transition: 0.3s ease;
}

.negocio-card:hover {
    transform: translateY(-8px);
    border-color: rgba(14, 95, 244, 0.34);
}

.negocio-card img {
    width: 100%;
    display: block;
    border-radius: 24px;
}

/* CONTACT */

.contact {
    padding: 110px 40px 70px;
}

.contact::before {
    content: "";
    position: absolute;
    top: 45%;
    right: -180px;
    transform: translateY(-50%);
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(14, 94, 244, 0.541) 0%, rgba(14, 94, 244, 0.671) 38%, rgba(14, 95, 244, 0) 72%);
    filter: blur(120px);
    z-index: 1;
    pointer-events: none;
}

.contact-container {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.contact-card {
    padding: 44px 34px;
    border-radius: 28px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.025) 100%);
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.contact-card h2 {
    margin-bottom: 18px;
    font-size: 1.8rem;
}

.contact-card a {
    color: var(--claro);
    text-decoration: none;
    font-weight: 600;
}

.contact-card p {
    margin-top: 14px;
    color: var(--texto);
}

.contact-socials {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.contact-socials a {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--claro);
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* =========================================
   SECCIÓN ASESORÍAS
========================================= */

.asesorias-section {
    position: relative;
    padding: 120px 40px;
    overflow: hidden;
}

.asesorias-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.asesorias-header {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.asesorias-header .section-kicker {
    display: inline-block;
    margin-bottom: 16px;

    color: var(--cuarto);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.asesorias-header h2 {
    margin: 0 0 20px;

    color: var(--claro);

    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.asesorias-header p {
    max-width: 680px;
    margin: 0 auto;

    color: rgba(255, 255, 255, 0.68);

    font-size: 1rem;
    line-height: 1.7;
}

/* GRID */

.asesorias-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

/* TARJETAS */

.asesoria-card {
    position: relative;
    min-height: 290px;
    padding: 36px;

    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.025));

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.asesoria-card:hover {
    transform: translateY(-5px);

    border-color: rgba(14, 95, 244, 0.48);

    background:
        linear-gradient(145deg,
            rgba(14, 95, 244, 0.09),
            rgba(255, 255, 255, 0.025));
}

/* LUZ DE FONDO */

.asesoria-card::before {
    content: "";

    position: absolute;
    top: -80px;
    right: -80px;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(14, 95, 244, 0.16),
            transparent 68%);

    pointer-events: none;
}

/* NÚMERO */

.asesoria-number {
    position: absolute;
    top: 24px;
    right: 28px;

    color: rgba(255, 255, 255, 0.08);

    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
}

.asesoria-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 24px;

    color: var(--claro);

    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

/* LISTA */

.asesoria-card ul {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 13px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.asesoria-card li {
    position: relative;
    padding-left: 30px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 0.96rem;
    line-height: 1.5;
}

.asesoria-card li::before {
    content: "✓";

    position: absolute;
    top: 1px;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    border-radius: 50%;

    color: #fff;
    background: rgba(14, 95, 244, 0.65);

    font-size: 0.68rem;
    font-weight: 700;

    box-shadow: 0 0 14px rgba(14, 95, 244, 0.25);
}

/* FOOTER */

.footer {
    padding: 70px 40px 30px;
    margin-bottom: 0 !important;
}

.footer::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: 0;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(14, 94, 244, 0.45) 0%, rgba(14, 94, 244, 0.25) 38%, rgba(14, 95, 244, 0) 72%);
    filter: blur(120px);
    pointer-events: none;
    z-index: 1;
}

.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-top,
.footer-bottom {
    position: relative;
    z-index: 2;
    /* max-width: 1080px; */
    margin: 0 auto;
}

.footer-top {
    text-align: center;
    margin-bottom: 60px;
}

.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;
}

/* .footer-top {
    text-align: center;
    padding-bottom: 45px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
} */

/* RESPONSIVE */

@media (max-width: 1280px) {
    .asesorias-section {
        padding: 110px 40px;
    }

    .asesorias-container {
        max-width: 1120px;
    }
}

@media (max-width: 1024px) {
    .intervencion-propuesta-container {
        grid-template-columns: 1fr;
    }

    .propuesta-img {
        order: 1;
    }

    .propuesta-content {
        order: 2;
        max-width: 720px;
        margin: 0 auto;
    }

    .negocios-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 780px;
        margin: 0 auto;
    }

    .asesorias-section {
        padding: 95px 32px;
    }

    .asesorias-grid {
        gap: 20px;
    }

    .asesoria-card {
        min-height: 300px;
        padding: 32px;
    }
}

@media (max-width: 780px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .marca-page {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .menu {
        height: 76px;
        padding: 0 28px;
    }

    .img-logo {
        width: 150px;
    }

    .menu label {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        background: rgba(5, 40, 104, 0.98);
        max-height: 0;
        overflow: hidden;
        transition: 0.3s ease;
    }

    #menu:checked~.navbar {
        max-height: 360px;
    }

    .navbar ul {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        padding: 28px 0;
    }

    .service-hero.hero-folds {
        min-height: 82vh;
        padding: 125px 24px 80px;
    }

    .service-hero-text h1 {
        font-size: 2.25rem;
        line-height: 1.16;
    }

    .service-hero-text p {
        font-size: 0.95rem;
    }

    .hero-btn {
        width: 100%;
        max-width: 280px;
    }

    /* .hero-divider {
        height: 190px;
        margin-bottom: -60px;
    } */

    .intervencion-propuesta,
    .negocios-section,
    .contact,
    .footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .intervencion-propuesta {
        padding-top: 90px;
    }

    .propuesta-img img {
        max-width: 430px;
    }

    .propuesta-img::before {
        width: 420px;
        height: 250px;
        filter: blur(75px);
    }

    .propuesta-content h2 {
        font-size: 2rem;
    }

    .negocios-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .contact-container {
        grid-template-columns: 1fr;
    }

    .contact::before,
    .footer::after,
    .intervencion-propuesta::before,
    .intervencion-propuesta::after,
    .negocios-section::before {
        max-width: 100vw;
    }

    .propuesta-sub {
        font-size: 1rem;
    }

    .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;
    }

    .asesorias-section {
        padding: 82px 24px;
    }

    .asesorias-header {
        margin-bottom: 44px;
    }

    .asesorias-grid {
        grid-template-columns: 1fr;
    }

    .asesoria-card {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .asesorias-section {
        padding: 72px 20px;
    }

    .asesoria-card {
        padding: 28px 24px;
        border-radius: 20px;
    }

    .asesoria-card h3 {
        font-size: 1.3rem;
    }

    .asesoria-card li {
        font-size: 0.92rem;
    }

    .asesoria-number {
        top: 20px;
        right: 22px;
        font-size: 3.8rem;
    }
}

@media (max-width: 480px) {
    .service-hero.hero-folds {
        padding: 112px 20px 74px;
    }

    .service-hero-text h1 {
        font-size: 1.95rem;
    }

    .service-hero-text p {
        font-size: 0.9rem;
    }

    .intervencion-propuesta,
    .negocios-section,
    .contact,
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .propuesta-img img {
        max-width: 360px;
    }

    .propuesta-content h2,
    .section-heading h2 {
        font-size: 1.8rem;
    }

    .contact-card {
        padding: 38px 24px;
    }

    .footer-bottom {
        gap: 12px;
        font-size: 0.82rem;
    }

    .asesorias-section {
        padding: 64px 16px;
    }

    .asesorias-header h2 {
        font-size: 1.8rem;
    }

    .asesoria-card {
        padding: 25px 20px;
    }

    .asesoria-card li {
        padding-left: 27px;
    }
}

@media (max-width: 360px) {
    .asesorias-section {
        padding: 58px 14px;
    }

    .asesoria-card {
        padding: 23px 18px;
    }

    .asesoria-number {
        font-size: 3.2rem;
    }
}