:root {
    --container: 1200px;
    --accent: #F73B58;
    --white: #ffffff;
}

/* Reset mínimo */
* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Epilogue', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--white);
    background: #000;
    /* fondo base mientras maquetamos */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    display: block;
}

.cm-hero {
    position: relative;
    min-height: 87vh;
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    overflow: hidden;
}

.cm-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}

.cm-hero__image--mobile {
    display: none;
}

.cm-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .55) 58%, rgba(0, 0, 0, .62) 100%);
    z-index: -1;
}

.cm-hero__content {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 40px 0 66px;
}

.cm-hero__title {
    margin: 0;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-size: 64px;
    text-wrap: balance;
}

/* ===== Intro band (reusa estilos existentes) ===== */
.intro-band-cs {
    background: var(--accent);
    color: var(--white);
    padding: 80px 0;
}

.intro-band-cs h2 {
    margin: 0;
    font-size: 26px;
    line-height: 140%;
    font-weight: 500;
    opacity: .98;
    color: #fff;
    display: block;
    max-width: 925px;
}

/* ===== Servicios (imagen en medio) ===== */
.cm-services {
    background: #0A3D54;
    color: #fff;
    padding: 72px 0 36px;
}

.cm-services__heading {
    margin: 0 0 32px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-size: 40px;
}

.cm-services__heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    max-width: 26ch;
    margin: 0;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-size: 40px;
    pointer-events: none;
}

.cm-services__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-rows: 1fr;
    gap: 28px 50px;
    align-items: start;
    padding-top: 140px;
}


.cm-services__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 18px;
}

.cm-services__item {
    display: grid;
    grid-template-columns: 28px 1fr;
    column-gap: 12px;
    align-items: start;
}

.cm-services__icon {
    width: 28px;
    height: 28px;
    background-color: var(--accent);
    -webkit-mask-image: url("https://www.zetenta.com/web/wp-content/themes/zetenta-2023/img/icon-check.svg");
    mask-image: url("https://www.zetenta.com/web/wp-content/themes/zetenta-2023/img/icon-check.svg");
}

.cm-services__title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.45;
    margin: 0 0 4px;
    letter-spacing: -0.01em;
    color: #fff;
}

.cm-services__desc {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.65;
    color: #fff;
}

.cm-services__media {
    position: relative;
    top: -25px;
    grid-column: 2;
    align-self: start;
    justify-self: center;
    width: 100%;
    max-width: 460px;
    overflow: hidden;
    z-index: 1;
}

.cm-services__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: cover;
    pointer-events: none;
}

.cm-services__image--mobile {
    display: none;
}

.cm-services__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 18px;
    position: relative;
    z-index: 2;
}

.cm-services__list--left {
    grid-column: 1;
    grid-row: 1;
}

.cm-services__list--right {
    grid-column: 3;
    grid-row: 1;
}

/* ===== Cases (Content Marketing) ===== */
.cm-cases {
    background: #0A3D54;
    color: #fff;
    padding: 36px 0 80px;
}

.cm-cases__head {
    margin-bottom: 24px;
}

.cm-cases__title {
    margin: 0 0 22px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-size: 42px;
    max-width: 800px;
}

.cm-cases__title .accent {
    color: #F73B58;
}

.cm-cases__lead {
    margin: 0;
    max-width: 820px;
    color: #cfe3ea;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
}

.cm-cases__grid {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    column-gap: 18px;
    row-gap: 70px;
    grid-auto-rows: clamp(240px, 28vw, 360px);
}

.cm-span-6 {
    grid-column: span 6;
}

.cm-span-4 {
    grid-column: span 4;

}

.cm-span-2 {
    grid-column: span 2;
}

.cm-case {
    position: relative;
    display: grid;
}

.cm-case__media {
    height: 100%;
}

.cm-case--tall .cm-case__media {
    aspect-ratio: 3 / 5;
}

.cm-case__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    object-position: center;
    display: block;
    z-index: 1;
    min-height: 408px;
}

.soberush-desktop,
.chango-desktop,
.andes-desktop,
.dosplaza-desktop,
.mercantil-desktop {
    display: block;
}

.soberush-mobile,
.chango-mobile,
.andes-mobile,
.dosplaza-mobile,
.mercantil-mobile {
    display: none;
}

.cm-case__media .cm-case__img {
    transform: scale(1);
    transition:
        transform 420ms cubic-bezier(.22, .61, .36, 1),
        filter 420ms cubic-bezier(.22, .61, .36, 1);
    will-change: transform, filter;
    backface-visibility: hidden;
    transform-origin: center;
    min-height: 408px;
}

.cm-case__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    pointer-events: none;
}


.cm-case:hover .cm-case__img,
.cm-case:focus-within .cm-case__img {
    transform: scale(1.015);
    /* antes 1.02 */
    filter: saturate(1.02) contrast(1.02);
    /* opcional, mantiene “pop” */
}

.cm-case__media--mosaic {
    display: grid;
    grid-template-rows: 1fr 1fr;
    aspect-ratio: 16 / 9;
}

.cm-case__img--top {
    grid-row: 1;
    object-position: center top;
}

.cm-case__img--bottom {
    grid-row: 2;
    object-position: center;
}

.cm-case__badge {
    position: absolute;
    left: 30px;
    bottom: -20px;
    width: 115px;
    height: auto;
    z-index: 4;
    pointer-events: none;
}

.cm-case_center {
    transform: translateX(22%);
}

.cm-cases .container {
    padding-left: 0;
    padding-right: 0;
}

/* ===== Cómo trabajamos ===== */
.cm-how {
    background: #0A3D54;
    color: #fff;
    padding: 80px 0 86px;
}

.cm-how__grid {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.cm-how h2 {
    margin: 0 0 40px;
    font-weight: 700;
    line-height: 134%;
    letter-spacing: -0.01em;
    font-size: 42px;
}

.cm-how h2 .accent {
    color: #F73B58;
}

.cm-how__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 18px;
}

.cm-step {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 10px;
    align-items: start;
}

.cm-step__num {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #F73B58;
    color: #F73B58;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
}

.cm-step__text h3 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45;
    margin: 0 0 4px;
    letter-spacing: -0.01em;
    color: #fff;
    max-width: 490px;
}

.cm-step__text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    font-style: light;
    line-height: 1.65;
    color: #fff;
}

.cm-how__media img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 600px;
}

.cm-testi {
    --card-w: auto;
    --card-h: 282px;
    --gap: 16px;
    background: #E9ECEF;
    padding: 72px 0;
    color: #0A3D54;
}

.cm-testi-h2 {
    margin: 0 0 28px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.15;
    font-size: 42px;
    color: #0A3D54;
}

.cm-tst__scroller {
    overflow: visible;
    padding: 0;
}

.cm-tst__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
}

.cm-tst-card {
    background: #fff;
    padding: 42px;
    height: var(--card-h);
    display: flex;
    flex-direction: column;
    position: relative;
}

.cm-tst-tag {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 16px;
}

.cm-tst-quote {
    margin: 0 0 auto;
    font-size: 18px;
    line-height: 1.4;
    color: #0A3D54;
    font-weight: 400;
}

.cm-tst-author {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--accent);
}

.cm-tst-author span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--accent);
}

.cm-quotation-marks {
    width: 100%;
    top: -30px;
    position: relative;
    display: flex;
    justify-content: end;
}

.cm-quotation-marks img {
    width: 38px;
    height: 26px;
    display: block;
}

.cm-test-more-wrapper {
    margin: 30px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cm-btn-link {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 7px 3px 3px 3px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #F73B58;
    overflow: hidden;
    transition: color .5s ease;
    cursor: pointer;
}

/* fondo animado */
.cm-btn-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F73B58;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: -1;
}

.cm-btn-link>span {
    position: relative;
    z-index: 1;
}

.cm-btn-link__icon {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    transition: filter .3s ease, transform .2s ease;
}

.cm-btn-link:hover,
.cm-btn-link:focus-visible {
    color: #fff;
}

.cm-btn-link:hover::before,
.cm-btn-link:focus-visible::before {
    transform: scaleX(1);
}

.cm-btn-link:hover .cm-btn-link__icon,
.cm-btn-link:focus-visible .cm-btn-link__icon {
    filter: brightness(0) invert(1) contrast(1);
    transform: translateX(2px);
}

.cm-btn-link:visited {
    color: #F73B58;
}

.cm-btn-link:visited:hover,
.cm-btn-link:visited:focus-visible {
    color: #fff;
}

/* ===== Contacto ===== */
.cm-contact {
    background: #F73B58;
    color: #fff;
    padding: 113px 0 70px;
}

.cm-contact__grid {
    display: grid;
    grid-template-columns: 1fr 513px;
    gap: 48px;
    align-items: start;
}

.cm-contact__intro h2 {
    margin: 0;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-size: 42px;
    margin-bottom: 20px;
}

.cm-contact__lead {
    margin: 0 0 20px;
    max-width: 465px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 200;
    color: #fff;
}

.cm-contact__form {
    display: grid;
    row-gap: 21px;
}

.cm-field {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cm-field label {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.cm-contact input,
.cm-contact textarea {
    width: 515px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    transition: border-color .2s, box-shadow .2s, background-color .2s;
    font-family: inherit;
    font-size: 14.5px;
    padding: 0 12px;
}

.cm-contact input {
    height: 45px;
    line-height: 45px;
}

.cm-contact textarea {
    height: 130px;
    padding: 12px;
    resize: vertical;
    min-height: 130px;
    max-height: 320px;
}

.cm-contact input::placeholder,
.cm-contact textarea::placeholder {
    color: rgba(255, 255, 255, .75);
}

.cm-contact input:focus,
.cm-contact textarea:focus {
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .2);
}

.cm-contact input:required:invalid,
.cm-contact textarea:required:invalid {
    border-color: #FFE1E8;
    background: rgba(255, 255, 255, .03);
}

.cm-btn-enviar {
    margin-top: 8px;
    width: 172px;
    height: 48px;
    border: 0;
    background: #fff;
    color: #F73B58;
    text-transform: uppercase;
    font-family: 'Epilogue', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    letter-spacing: 0%;
    font-weight: 700;
    line-height: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: transform .06s ease, filter .2s ease;
}

.cm-contact .cm-field {
    border-color: rgb(255, 225, 232);
    background: rgba(255, 255, 255, 0.03);
}

.cm-btn-enviar:active {
    transform: translateY(1px);
}

.cm-btn-enviar:hover {
    filter: brightness(.96);
}


@media (max-width: 768px) {

    .svc__grid {
        grid-template-columns: 1fr;
        place-items: center;
    }

    .svc__media {
        order: -1;
        justify-self: center;
    }

    .svc__media img {
        max-height: 500px;
    }

    .vp__media {
        max-height: 200px;
    }
}

@media (max-width: 600px) {

    .cm-hero__content {
        padding: 100px 24px 30px;
    }

    .brand {
        width: 114px;
        height: 24px;
        left: 0;
    }

    .btn-outline {
        font-size: 12px;
        padding: 12px 18px;
    }

    .hamburger {
        width: 23px;
        height: 15px;
    }

    .cm-hero__content .cm-hero__title {
        display: block;
        margin: 0;
        font-weight: 700;
        line-height: 1.08;
        letter-spacing: 0;
        text-wrap: balance;
        font-size: 32px;
    }

    .cm-hero__image--desktop {
        display: none;
    }

    .cm-hero__image--mobile {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: none;
        z-index: -2;
    }

    .intro-band-cs {
        padding: 35px 24px;
    }

    .intro-band-cs h2 {
        display: block;
        font-size: 20px;
        margin: 0;
        line-height: 140%;
        font-weight: 400;
        opacity: 1;
        color: white;
    }

    .cm-services .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .cm-services__grid {
        padding-top: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        row-gap: 16px;
    }

    .cm-services__media {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
        max-width: 200px;
    }

    .cm-services__heading {
        grid-column: 1;
        grid-row: 2;
        display: block;
        font-weight: 700;
        font-size: 28px;
        margin: 12px 0 6px;
    }

    .cm-services__list--left {
        margin-top: 100px;
        grid-column: 1;
        grid-row: 3;
    }

    .cm-services__list--right {
        grid-column: 1;
        grid-row: 4;
        margin-top: 4px;
    }

    .cm-services__media .cm-services__image--desktop {
        display: none;
    }

    .cm-services__media .cm-services__image--mobile {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .cm-services__item {
        column-gap: 12px;
    }

    .cm-services__icon {
        width: 28px;
        height: 28px;
    }

    .cm-services__title {
        font-size: 16px;
    }

    .cm-services__desc {
        display: block;
        font-size: 14px;
        line-height: 1.55;
        font-weight: 300;
    }

    .cm-cases {
        padding: 0;
    }

    .cm-cases .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .cm-cases__title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .cm-cases__lead {
        display: block;
        font-size: 16px;
    }

    .cm-cases__grid {
        margin-top: 16px;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "soberush soberush"
            "chango   chango"
            "dosplaza mercantil"
            "andes    andes";
        column-gap: 12px;
        row-gap: 12px;
        grid-auto-rows: unset;
    }

    /* Mapeo de áreas */
    .cm-case--soberush {
        grid-area: soberush;
    }

    .cm-case__badge {
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 80px;
        height: auto;
        z-index: 4;
        pointer-events: none;
    }

    .cm-case_center {
        transform: translateX(34%);
    }

    .cm-case--chango {
        grid-area: chango;
    }

    .cm-case--dosplaza {
        grid-area: dosplaza;
    }

    .cm-case--mercantil {
        grid-area: mercantil;
    }

    .cm-case--andes {
        grid-area: andes;
    }

    .cm-case__media {
        width: 100%;
        height: auto;
        border-radius: 14px;
        overflow: hidden;
        position: relative;
        margin: 0;
    }

    .cm-case--soberush .cm-case__media,
    .cm-case--chango .cm-case__media,
    .cm-case--andes .cm-case__media {
        aspect-ratio: 14 / 9;
    }

    .cm-case--dosplaza .cm-case__media,
    .cm-case--mercantil .cm-case__media {
        aspect-ratio: 3 / 5;
    }

    .cm-case__media .cm-case__img {
        min-height: auto;
    }

    .soberush-mobile,
    .chango-mobile,
    .andes-mobile,
    .dosplaza-mobile,
    .mercantil-mobile {
        display: block;
    }

    .soberush-desktop,
    .chango-desktop,
    .andes-desktop,
    .dosplaza-desktop,
    .mercantil-desktop {
        display: none;
    }

    .cm-case__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        min-height: 0;
    }

    /* ===== HOW (mobile) ===== */
    .cm-how {
        background: #0A3D54;
        color: #fff;
        padding: 35px 24px;
    }

    .cm-how__grid {
        display: block;
    }

    .cm-how h2 {
        margin: 0 0 20px;
        font-size: 28px;
    }

    /* Lista de pasos */
    .cm-how__steps {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        row-gap: 16px;
    }

    .cm-step {
        display: grid;
        grid-template-columns: 26px 1fr;
        column-gap: 16px;
        align-items: start;
    }

    .cm-step__num {
        display: grid;
        place-items: center;
        width: 28px;
        height: 28px;
        border: 1.5px solid #F73B58;
        color: #F73B58;
        border-radius: 50%;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        margin-top: 2px;
        padding-top: 3px;
    }

    .cm-step__text h3 {
        margin: 0 0 4px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.35;
        color: #fff;
    }

    .cm-step__text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
        color: rgba(222, 236, 244, .9);
        max-width: none;
    }

    /* Arte/ilustración (tu <video>) apoyado al borde inferior */
    .cm-how__media {
        position: relative;
        min-height: 210px;
        margin-top: 22px;
    }


    .cm-testi {
        background: #E9ECEF;
        padding: 35px 0px 35px 24px;
        color: #0A3D54;
        --pad-x: 24px;
        --gap: 12px;
        --peek: 56px;
    }

    .cm-testi-h2 {
        display: block;
        margin: 0 24px 14px 0px;
        text-align: left;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -0.01em;
        line-height: 1.15;
        color: #0A3D54;
    }

    .cm-tst__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .cm-tst__list .tst-card:nth-child(n+2) {
        display: none;
    }

    .cm-tst__list:last-child {
        margin-right: 24px;
    }

    .cm-tst__list.is-open .tst-card {
        display: block;
    }

    .cm-tst-card {
        background: #fff;
        padding: 22px 16px;
        height: auto;
        display: flex;
        flex-direction: column;
        position: relative;
        border: 1px solid rgba(10, 61, 84, .06);
    }

    .cm-tst-tag {
        text-transform: uppercase;
        letter-spacing: .28em;
        font-size: 12px;
        font-weight: 700;
        color: var(--accent, #F73B58);
        margin: 0 0 14px;
        display: block;
    }

    .cm-tst-quote {
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 1.4;
        color: #0A3D54;
        font-weight: 400;
    }

    .cm-tst-author {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
        color: var(--accent, #F73B58);
    }

    .cm-tst-author span {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: var(--accent, #F73B58);
    }

    .cm-quotation-marks {
        position: absolute;
        right: 16px;
        bottom: 35px;
        width: auto;
        display: block;
        top: auto;
    }

    .cm-quotation-marks img {
        width: 38px;
        height: 26px;
        display: block;
        filter: none;
    }


    .cm-btn-link {
        padding: 6px 40px 0px 2px;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: #F73B58 !important;
    }

    .cm-btn-link::before {
        display: none;
    }

    .cm-btn-link__icon {
        display: none;
        /* width: 20px;
        height: 20px;
        transform: rotate(90deg) !important;
        transition: transform .2s ease;
        color: #F73B58 !important; */
    }

    /* .test-more-wrapper.is-open .btn-link__icon {
        transform: rotate(-90deg) !important;
        color: #F73B58 !important;
    } */

    .cm-tst__scroller {
        position: relative;
        display: flex;
        align-items: stretch;
        gap: 12px;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        padding-bottom: 10px;
    }

    .cm-tst__scroller::-webkit-scrollbar {
        height: 0;
        display: none;
    }

    .cm-tst__scroller {
        scrollbar-width: none;
    }

    .cm-tst__list {
        display: flex;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
        width: auto;
    }

    .cm-tst__list .cm-tst-card:nth-child(n+2) {
        display: flex;
    }

    .cm-tst-card {
        flex: 0 0 calc(100vw - 48px);
        max-width: calc(100vw - 48px);
        min-width: calc(100vw - 48px);
        scroll-snap-align: start;
    }


    .cm-test-more-wrapper {
        margin: 26px 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cm-test-more-wrapper .btn-link {
        position: relative;
        z-index: 1;
    }

    .cm-contact {
        background: #F73B58;
        color: #fff;
        padding: 35px 24px;
    }

    /* 1 columna */
    .cm-contact__grid {
        display: block;
    }

    .cm-contact__intro h2 {
        margin: 0 0 20px;
        font-size: 32px;
    }

    .cm-contacto__form {
        display: grid;
        row-gap: 16px;
    }

    .cm-field {
        gap: 10px;
    }

    .cm-field label {
        font-size: 12px;
        line-height: 1;
        font-weight: 400;
        color: #fff;
    }

    .cm-contact input,
    .cm-contact textarea {
        width: 100% !important;
        max-width: 100%;
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        outline: 0;
        font-family: inherit;
        font-size: 14px;
        padding: 0 12px;
        transition: border-color .2s, box-shadow .2s, background-color .2s;
    }

    .cm-contact input {
        height: 44px;
        line-height: 44px;
    }

    .cm-contact textarea {
        min-height: 124px;
        height: 124px;
        padding: 12px;
        resize: vertical;
    }

    .cm-contact input::placeholder,
    .cm-contact textarea::placeholder {
        color: rgba(255, 255, 255, .75);
    }

    .contacto input:focus,
    .contacto textarea:focus {
        border-color: #fff;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .18);
    }

    .cm-btn-enviar {
        width: 170px;
        height: 44px;
        margin: 12px auto 0;
        border: 0;
        background: #fff;
        color: #F73B58;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .02em;
        line-height: 1;
        cursor: pointer;
        transition: transform .06s ease, filter .2s ease;
        display: block;
    }

    .cm-btn-enviar:active {
        transform: translateY(1px);
    }

    .cm-btn-enviar:hover {
        filter: brightness(.96);
    }
}

.redes-sociales-y-generacion-de-contenidos header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2147483647 !important;
    isolation: isolate;
    pointer-events: auto;
}

/* Contenido por debajo del header en esta página */
.redes-sociales-y-generacion-de-contenidos main {
    position: relative;
    z-index: 1 !important;
}

.redes-sociales-y-generacion-de-contenidos .hero,
.redes-sociales-y-generacion-de-contenidos .hero * {
    z-index: 0 !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    will-change: auto !important;
}

.redes-sociales-y-generacion-de-contenidos .hero__overlay {
    position: absolute !important;
    z-index: 0 !important;
}

.redes-sociales-y-generacion-de-contenidos .vp,
.redes-sociales-y-generacion-de-contenidos .cases,
.redes-sociales-y-generacion-de-contenidos .how,
.redes-sociales-y-generacion-de-contenidos .intro-band-cs {
    position: relative;
    z-index: 1 !important;
}