.wp-block-onlines-seccion-fondo.seccion-fondo,
.wp-block-onlines-seccion-fondo.seccion-fondo::before,
.wp-block-onlines-seccion-fondo.seccion-fondo::after,
.wp-block-onlines-seccion-fondo.seccion-fondo *,
.wp-block-onlines-seccion-fondo.seccion-fondo *::before,
.wp-block-onlines-seccion-fondo.seccion-fondo *::after {
    box-sizing: border-box;
}

.wp-block-onlines-seccion-fondo.seccion-fondo {
    --sf-background-color: var(--wp--preset--color--custom-azul-oscuro, #2d3975);
    --sf-title-size-desktop: 64px;
    --sf-title-size-mobile: 40px;
    --sf-excerpt-size-desktop: 20px;
    --sf-excerpt-size-mobile: 18px;
    --sf-button-size-desktop: 16px;
    --sf-button-size-mobile: 15px;
    --sf-title-margin-bottom-desktop: 20px;
    --sf-title-margin-bottom-mobile: 16px;
    --sf-excerpt-margin-bottom-desktop: 28px;
    --sf-excerpt-margin-bottom-mobile: 20px;
    --sf-height-desktop: 640px;
    --sf-height-mobile: 560px;
    --sf-min-height-desktop: 560px;
    --sf-min-height-mobile: 460px;
    --sf-padding-top-desktop: 96px;
    --sf-padding-top-mobile: 64px;
    --sf-padding-bottom-desktop: 96px;
    --sf-padding-bottom-mobile: 64px;
    --sf-margin-top-desktop: 0px;
    --sf-margin-top-mobile: 0px;
    --sf-margin-bottom-desktop: 0px;
    --sf-margin-bottom-mobile: 0px;
    --sf-title-wrap: balance;
    --sf-excerpt-wrap: balance;
    --sf-inline-padding-desktop: clamp(28px, 4vw, 56px);
    --sf-inline-padding-mobile: 22px;
    --sf-radius: 28px;
    --sf-content-max-width: min(100%, 680px);
    --sf-overlay-start: rgba(19, 26, 49, 0.72);
    --sf-overlay-end: rgba(19, 26, 49, 0.18);
    --sf-title-color: var(--wp--preset--color--alternativo, #ffffff);
    --sf-text-color: rgba(255, 255, 255, 0.94);
    --sf-button-bg: var(--wp--preset--color--custom-rojo, #ce2958);
    --sf-button-text: var(--wp--preset--color--alternativo, #ffffff);
    --sf-title-font: var(--wp--preset--font-family--gazzeta-variable, serif);
    --sf-body-font: var(--wp--preset--font-family--barlow, sans-serif);

    margin-top: var(--sf-margin-top-desktop, 0) !important;
    margin-bottom: var(--sf-margin-bottom-desktop, 0);
    position: relative;
    width: 100%;
    max-width: var(--wp--style--global--wide-size, 1060px);
    min-height: var(--sf-min-height-desktop);
    height: var(--sf-height-desktop);
    margin-right: auto;
    margin-left: auto;
    padding: var(--sf-padding-top-desktop) var(--sf-inline-padding-desktop) var(--sf-padding-bottom-desktop);
    overflow: hidden;
    border-radius: var(--sf-radius);
    background: var(--sf-background-color);
    isolation: isolate;
}

.wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-principal {
    --sf-background-color: var(--wp--preset--color--custom-azul);
    --sf-title-color: var(--wp--preset--color--custom-blanco);
    --sf-text-color: var(--wp--preset--color--custom-blanco);
    --sf-button-bg: var(--wp--preset--color--custom-azul);
    --sf-button-text: var(--wp--preset--color--custom-blanco);
    --sf-content-max-width: min(100%, 934px);
    --sf-radius: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    border-radius: 0;
    background: var(--wp--preset--color--custom-azul);
    padding-left: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
    padding-right: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
}

.wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-productos {
    --sf-background-color: var(--wp--preset--color--custom-azul);
    --sf-title-color: var(--wp--preset--color--custom-blanco);
    --sf-text-color: var(--wp--preset--color--custom-blanco);
    --sf-button-bg: var(--wp--preset--color--custom-amarillo);
    --sf-button-text: var(--wp--preset--color--custom-azul);
    --sf-content-max-width: min(100%, 760px);
    --sf-radius: 0;
    max-width: none;
    height: auto;
    min-height: var(--sf-min-height-desktop);
    border-radius: 0;
    background: var(--wp--preset--color--custom-azul);
    padding-left: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
    padding-right: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
}

.wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-nosotros {
    --sf-background-color: var(--wp--preset--color--custom-azul);
    --sf-title-color: var(--wp--preset--color--custom-blanco);
    --sf-text-color: var(--wp--preset--color--custom-blanco);
    --sf-button-bg: var(--wp--preset--color--custom-amarillo);
    --sf-button-text: var(--wp--preset--color--custom-azul);
    --sf-content-max-width: min(100%, 760px);
    --sf-radius: 0;
    max-width: none;
    height: auto;
    min-height: var(--sf-min-height-desktop);
    border-radius: 0;
    background: var(--wp--preset--color--custom-azul);
    padding-left: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
    padding-right: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
}

.seccion-fondo--hero-nosotros .seccion-fondo__inner {
    justify-content: center;
    min-height: calc(var(--sf-min-height-desktop) - var(--sf-padding-top-desktop) - var(--sf-padding-bottom-desktop));
    text-align: center;
}

.seccion-fondo--hero-nosotros .seccion-fondo__overlay {
    background: transparent;
}

.seccion-fondo--hero-nosotros .seccion-fondo__background-image,
.seccion-fondo--hero-nosotros .seccion-fondo__background-picture {
    mix-blend-mode: normal;
    opacity: 1;
    object-position: bottom;
}

.seccion-fondo--nosotros-quienes.seccion-fondo--hero-nosotros .seccion-fondo__background-image,
.seccion-fondo--nosotros-quienes.seccion-fondo--hero-nosotros .seccion-fondo__background-picture {
    mix-blend-mode: normal;
    opacity: 1;
}

.seccion-fondo--medioambiente-hero.seccion-fondo--hero-nosotros .seccion-fondo__background-image {
    object-position: center center !important;
}

.seccion-fondo--hero-contacto.seccion-fondo--hero-productos .seccion-fondo__background-image,
.seccion-fondo--hero-contacto.seccion-fondo--hero-productos .seccion-fondo__background-picture {
    filter: none;
    object-position: center bottom !important;
}

.seccion-fondo--hero-nosotros .seccion-fondo__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin-bottom: 20px;
    padding: 8px 11px 6px;
    border-radius: 999px;
    background: var(--wp--preset--color--custom-amarillo);
    color: var(--wp--preset--color--custom-azul);
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.seccion-fondo--nosotros-page .seccion-fondo__eyebrow {
    font-size: 11px;
}

.seccion-fondo--hero-nosotros .seccion-fondo__title {
    font-family: var(--wp--preset--font-family--greycliff-cf, sans-serif);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}

.wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--cta-contacto {
    --sf-background-color: var(--wp--preset--color--custom-azul);
    --sf-title-color: var(--wp--preset--color--custom-blanco);
    --sf-text-color: var(--wp--preset--color--custom-blanco);
    --sf-button-bg: var(--wp--preset--color--custom-blanco);
    --sf-button-text: var(--wp--preset--color--custom-azul);
    --sf-radius: 15px;
    --sf-content-max-width: none;
    max-width: var(--wp--style--global--wide-size);
    background:
        url("../../images/home-figma/light.svg") center / 98% 78% no-repeat,
        var(--wp--preset--color--custom-azul);
}

.wp-block-onlines-seccion-fondo.seccion-fondo.alignwide {
    max-width: var(--wp--style--global--wide-size, 1060px);
}

.wp-block-onlines-seccion-fondo.seccion-fondo.alignfull {
    max-width: none;
    border-radius: 0;
}

.seccion-fondo__background,
.seccion-fondo__overlay {
    position: absolute;
    inset: 0;
}

/* La banda de color superior pertenece exclusivamente al CTA
 * "Fabricamos aca. Respondemos aca" de la home. */
.cta-fabricamos-aca--home .seccion-fondo__background {
    margin-top: 100px;
}

.seccion-fondo--hero-principal .seccion-fondo__overlay,
.seccion-fondo--hero-productos .seccion-fondo__overlay {
    background: transparent;
}

.seccion-fondo--hero-principal .seccion-fondo__overlay {
    display: none;
}

.seccion-fondo--hero-contacto .seccion-fondo__overlay {
    display: none;
}

.seccion-fondo--cta-contacto .seccion-fondo__overlay {
    background: linear-gradient(90deg, rgba(9, 54, 77, 0.18) 0%, rgba(9, 54, 77, 0.08) 100%);
}

.seccion-fondo--cta-contacto .seccion-fondo__background::after {
    display: none;
}

.seccion-fondo__background {
    z-index: 0;
}

.seccion-fondo__background-picture,
.seccion-fondo__background-image,
.seccion-fondo__background-video,
.seccion-fondo__background-iframe {
    display: block;
    width: 100%;
    height: 100% !important;
}

.seccion-fondo__background-picture,
.seccion-fondo__background-image {
    position: absolute;
    inset: 0;
}

.seccion-fondo__background-picture {
    overflow: hidden;
}

.seccion-fondo__background-image,
.seccion-fondo__background-video,
.seccion-fondo__background-iframe {
    object-fit: cover !important;
}

.seccion-fondo__background-image {
    max-width: none !important;
    aspect-ratio: auto !important;
    background: var(--sf-background-color);
}

.seccion-fondo--hero-principal .seccion-fondo__background-image {
    object-position: center center;
}

.seccion-fondo--hero-productos .seccion-fondo__background-image {
    object-position: center center;
}

.seccion-fondo--hero-principal .seccion-fondo__background-picture,
.seccion-fondo--hero-productos .seccion-fondo__background-picture,
.seccion-fondo--hero-nosotros .seccion-fondo__background-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.seccion-fondo--hero-principal .seccion-fondo__background-image,
.seccion-fondo--hero-productos .seccion-fondo__background-image,
.seccion-fondo--hero-nosotros .seccion-fondo__background-image {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center;
    transform: none !important;
}

.seccion-fondo--image-background.seccion-fondo--hero-productos .seccion-fondo__background,
.seccion-fondo--image-background.seccion-fondo--hero-nosotros .seccion-fondo__background {
    background-image: var(--sf-parallax-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.seccion-fondo--image-background.seccion-fondo--hero-productos .seccion-fondo__background-picture,
.seccion-fondo--image-background.seccion-fondo--hero-nosotros .seccion-fondo__background-picture {
    display: none;
}

.seccion-fondo--nosotros-quienes.seccion-fondo--image-background .seccion-fondo__background {
    opacity: 1;
}

.seccion-fondo--hero-contacto.seccion-fondo--image-background .seccion-fondo__background {
    filter: none;
}

.seccion-fondo__background-iframe {
    border: 0;
    pointer-events: none;
}

.seccion-fondo__background-video,
.seccion-fondo__background-iframe {
    position: absolute;
    inset: 0;
}

.seccion-fondo__background-video--mobile,
.seccion-fondo__background-iframe--mobile {
    display: none;
}

.seccion-fondo__background-placeholder {
    position: absolute;
    inset: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255, 255, 255, 0.55);
    border-radius: calc(var(--sf-radius) - 8px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.08) 16px,
            rgba(255, 255, 255, 0.02) 16px,
            rgba(255, 255, 255, 0.02) 32px
        );
}

.seccion-fondo__background-placeholder-text {
    color: var(--sf-title-color);
    font-family: var(--sf-body-font);
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

.seccion-fondo__overlay {
    z-index: 1;
    background: linear-gradient(120deg, var(--sf-overlay-start) 0%, rgba(19, 26, 49, 0.42) 42%, var(--sf-overlay-end) 100%);
}

.seccion-fondo__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.seccion-fondo--hero-productos .seccion-fondo__inner {
    justify-content: center;
    min-height: calc(var(--sf-min-height-desktop) - var(--sf-padding-top-desktop) - var(--sf-padding-bottom-desktop));
    text-align: center;
}

.seccion-fondo__content {
    width: 100%;
    max-width: var(--sf-content-max-width);
}

.seccion-fondo__eyebrow {
    margin: 0 0 10px;
    color: var(--sf-button-bg);
    font-family: var(--sf-body-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.seccion-fondo--hero-principal .seccion-fondo__eyebrow,
.seccion-fondo--hero-productos .seccion-fondo__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin-bottom: 20px;
    padding: 8px 11px 6px;
    border-radius: 999px;
    background: var(--wp--preset--color--custom-amarillo);
    color: var(--wp--preset--color--custom-azul);
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.seccion-fondo--hero-productos .seccion-fondo__eyebrow {
    font-size: 11px;
}

.seccion-fondo__title {
    margin: 0 0 var(--sf-title-margin-bottom-desktop);
    color: var(--sf-title-color);
    font-family: var(--sf-title-font);
    font-size: var(--sf-title-size-desktop);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.02em;
    text-wrap: var(--sf-title-wrap);
}

.seccion-fondo--hero-principal .seccion-fondo__title,
.seccion-fondo--hero-productos .seccion-fondo__title,
.seccion-fondo--cta-contacto .seccion-fondo__title {
    font-family: var(--wp--preset--font-family--greycliff-cf, var(--wp--preset--font-family--creato-display, sans-serif));
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.seccion-fondo--cta-contacto .seccion-fondo__title {
    line-height: 1.15;
}

.seccion-fondo__excerpt {
    margin: 0 0 var(--sf-excerpt-margin-bottom-desktop);
    color: var(--sf-text-color);
    font-family: var(--sf-body-font);
    font-size: var(--sf-excerpt-size-desktop);
    line-height: 1.5;
    text-wrap: var(--sf-excerpt-wrap);
}

.seccion-fondo--hero-principal .seccion-fondo__excerpt,
.seccion-fondo--cta-contacto .seccion-fondo__excerpt {
    font-family: var(--wp--preset--font-family--alexandria, var(--wp--preset--font-family--creato-display, sans-serif));
    font-weight: 300;
}

.seccion-fondo__excerpt p {
    margin: 0;
}

.seccion-fondo__excerpt p + p {
    margin-top: 0.7em;
}

.seccion-fondo__excerpt a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.seccion-fondo__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.seccion-fondo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sf-button-bg), color-mix(in srgb, var(--sf-button-bg) 78%, #000000 22%));
    color: var(--sf-button-text);
    font-family: var(--sf-body-font);
    font-size: var(--sf-button-size-desktop);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.seccion-fondo--hero-principal .seccion-fondo__button,
.seccion-fondo--cta-contacto .seccion-fondo__button {
    gap: 13px;
    min-height: 60px;
    padding: 20px 30px;
    background: var(--sf-button-bg);
    color: var(--sf-button-text);
    font-family: var(--wp--preset--font-family--greycliff-cf, var(--wp--preset--font-family--creato-display, sans-serif));
    letter-spacing: 0;
}

.seccion-fondo--hero-principal .seccion-fondo__button {
    background: var(--wp--preset--color--custom-azul);
    color: var(--wp--preset--color--custom-blanco);
}

.seccion-fondo--cta-contacto .seccion-fondo__button {
    background: var(--wp--preset--color--custom-blanco);
    color: var(--wp--preset--color--custom-azul);
}

.seccion-fondo--hero-principal .seccion-fondo__button {
    padding: 25px 35px;
}

.seccion-fondo--cta-contacto .seccion-fondo__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: clamp(32px, 8vw, 204px);
    row-gap: 0;
    align-items: center;
}

.seccion-fondo--cta-contacto .seccion-fondo__eyebrow,
.seccion-fondo--cta-contacto .seccion-fondo__title,
.seccion-fondo--cta-contacto .seccion-fondo__excerpt {
    grid-column: 1;
}

.seccion-fondo--cta-contacto .seccion-fondo__button {
    grid-column: 2;
    grid-row: 1 / span 3;
}

/* Hover unificado: ver css/ui-components.css (.onlines-ui-button--palette-opposite). */

.seccion-fondo__button:focus {
    outline: 2px solid var(--wp--preset--color--custom-celeste, #00bfff);
    outline-offset: 2px;
}

.seccion-fondo__button--disabled {
    cursor: default;
}

.seccion-fondo__button--editor {
    pointer-events: none;
}

.seccion-fondo__button-text {
    display: inline-block;
}

.seccion-fondo__editor-link-toggle {
    padding: 0 !important;
    color: var(--sf-title-color) !important;
    font-family: var(--sf-body-font) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 0.16em;
}

.seccion-fondo__inline-link-editor {
    width: min(100%, 380px);
    padding: 16px 18px;
    border: 1px solid rgba(36, 36, 36, 0.14);
    border-radius: 20px;
    background: color-mix(in srgb, #ffffff 94%, var(--wp--preset--color--custom-celeste, #00bfff) 6%);
    box-shadow: 0 10px 24px rgba(19, 26, 49, 0.12);
}

.seccion-fondo__inline-link-label {
    margin: 0 0 10px;
    color: var(--wp--preset--color--custom-negro, #242424);
    font-family: var(--sf-body-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.seccion-fondo__inline-link-editor .components-base-control,
.seccion-fondo__inline-link-editor .components-base-control__field,
.seccion-fondo__inline-link-editor .components-toggle-control__label,
.seccion-fondo__inline-link-editor .components-input-control__label,
.seccion-fondo__inline-link-editor .components-input-control__container,
.seccion-fondo__inline-link-editor .components-input-base,
.seccion-fondo__inline-link-editor .components-input-control__backdrop,
.seccion-fondo__inline-link-editor .components-input-control__input {
    color: var(--wp--preset--color--custom-negro, #242424);
}

.seccion-fondo__inline-link-editor .components-input-base,
.seccion-fondo__inline-link-editor .components-input-control__container,
.seccion-fondo__inline-link-editor .components-input-control__backdrop {
    background: #ffffff;
    border-radius: 12px;
}

.seccion-fondo__inline-link-editor .components-input-control__container {
    border: 1px solid rgba(36, 36, 36, 0.16);
    box-shadow: none;
}

.seccion-fondo__inline-link-editor .components-input-control__input {
    background: transparent;
}

.seccion-fondo__inline-link-editor .components-h-stack {
    margin: 0;
    margin-top: 10px;
}

.seccion-fondo__inline-link-editor .components-form-toggle__track {
    background: rgba(36, 36, 36, 0.2);
}

.seccion-fondo__inline-link-editor .components-form-toggle__thumb {
    background: #ffffff;
}

.seccion-fondo__inline-link-editor .components-form-toggle__input:checked + .components-form-toggle__track {
    background: var(--wp--preset--color--custom-azul-oscuro, #2d3975);
}

@media (max-width: 1023px) {
    .seccion-fondo--image-background.seccion-fondo--hero-productos .seccion-fondo__background,
    .seccion-fondo--image-background.seccion-fondo--hero-nosotros .seccion-fondo__background {
        background-attachment: scroll;
    }

    .wp-block-onlines-seccion-fondo.seccion-fondo {
        min-height: var(--sf-min-height-mobile);
        height: var(--sf-height-mobile);
        padding: var(--sf-padding-top-mobile) var(--sf-inline-padding-mobile) var(--sf-padding-bottom-mobile);
        margin-top: var(--sf-margin-top-mobile, 0) !important;
        margin-bottom: var(--sf-margin-bottom-mobile, 0);
        border-radius: 20px;
    }

    .cta-fabricamos-aca--home .seccion-fondo__background {
        margin-top: 60px;
    }

    .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-principal,
    .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-productos,
    .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-nosotros {
        height: auto;
        min-height: 0;
        border-radius: 0;
    }

    .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-productos,
    .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-nosotros {
        min-height: var(--sf-min-height-mobile);
    }

    .seccion-fondo--hero-productos .seccion-fondo__inner,
    .seccion-fondo--hero-nosotros .seccion-fondo__inner {
        min-height: calc(var(--sf-min-height-mobile) - var(--sf-padding-top-mobile) - var(--sf-padding-bottom-mobile));
    }

    .seccion-fondo--hero-productos .seccion-fondo__background-image,
    .seccion-fondo--hero-nosotros .seccion-fondo__background-image {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
        object-position: center center;
    }

    .wp-block-onlines-seccion-fondo.seccion-fondo.alignfull {
        border-radius: 0;
    }

    .seccion-fondo__background-video--desktop,
    .seccion-fondo__background-iframe--desktop {
        display: none;
    }

    .seccion-fondo__background-video--mobile,
    .seccion-fondo__background-iframe--mobile {
        display: block;
    }

    .seccion-fondo__title {
        margin-bottom: var(--sf-title-margin-bottom-mobile);
        font-size: var(--sf-title-size-mobile);
        line-height: 1.02;
    }

    .seccion-fondo__excerpt {
        margin-bottom: var(--sf-excerpt-margin-bottom-mobile);
        font-size: var(--sf-excerpt-size-mobile);
    }

    .seccion-fondo__button {
        min-height: 46px;
        padding: 11px 20px;
        font-size: var(--sf-button-size-mobile);
    }

    .seccion-fondo--hero-principal .seccion-fondo__button,
    .seccion-fondo--hero-productos .seccion-fondo__button,
    .seccion-fondo--cta-contacto .seccion-fondo__button {
        min-height: 48px;
        padding: 16px 24px;
    }

    /* Mobile: cta-contacto se auto-adapta a su contenido y no respeta
     * height/min-height fijos del desktop. Sin esto el boton "Contactar"
     * se queda colgado fuera del panel azul cuando el contenido apila
     * en vertical. */
    .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--cta-contacto {
        height: auto !important;
        min-height: 0 !important;
    }

    .seccion-fondo--cta-contacto .seccion-fondo__content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
    }

    .seccion-fondo--cta-contacto .seccion-fondo__button {
        align-self: stretch;
        width: 100%;
        text-align: center;
    }

    .seccion-fondo--button-full-mobile .seccion-fondo__actions,
    .seccion-fondo--button-full-mobile .seccion-fondo__button {
        width: 100%;
    }

    .seccion-fondo__inline-link-editor {
        width: 100%;
    }

    /* Mobile: TODAS las instancias del CTA "Fabricamos aca. Respondemos
     * aca" se desprenden de los bordes (16px de aire a cada lado) y
     * ocultan el SVG decorativo light.svg, que en pantallas chicas se
     * ve como un blur raro detras del titulo. */
    .cta-fabricamos-aca {
        margin-left: 16px !important;
        margin-right: 16px !important;
        width: auto !important;
        max-width: calc(100% - 32px) !important;
    }

    .cta-fabricamos-aca.seccion-fondo--cta-contacto {
        background-image: none !important;
    }
}

body.home .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-principal {
    height: 100vh;
    min-height: 100vh;
    height: 100svh;
    min-height: 100svh;
}

@supports (height: 100dvh) {
    body.home .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-principal {
        height: 100dvh;
        min-height: 100dvh;
    }
}

@media (min-width: 1024px) and (max-height: 800px) {
    body.home .wp-block-onlines-seccion-fondo.seccion-fondo.seccion-fondo--hero-principal {
        padding-top: 140px;
        padding-bottom: 60px;
    }

    body.home .seccion-fondo--hero-principal .seccion-fondo__inner {
        align-items: flex-start;
    }
}
