/*** GEO Environment theme adjustments. ***/

/* The GEO contact section is the visual end of the site. */
footer.site-footer,
.site-footer,
.copyright-footer {
    display: none !important;
}

body.home .content-container > .row > .col-md-12 {
    padding-bottom: 0;
}

body.home .content-container .vc_row:last-child,
body.home .content-container .wpb_content_element:last-child {
    margin-bottom: 0;
}

.geo-whatsapp-float {
    align-items: center;
    background: #1b7f36;
    border: 2px solid #fff;
    border-radius: 999px;
    bottom: 24px;
    bottom: max(24px, calc(env(safe-area-inset-bottom) + 12px));
    box-shadow: 0 10px 30px rgba(0, 0, 0, .28);
    color: #fff !important;
    display: inline-flex;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
    line-height: 1;
    padding: 13px 18px 13px 14px;
    position: fixed;
    right: 24px;
    right: max(24px, calc(env(safe-area-inset-right) + 12px));
    text-decoration: none !important;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
    z-index: 9999;
}

.geo-whatsapp-float:hover,
.geo-whatsapp-float:focus-visible {
    background: #16682d !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .34);
    color: #fff !important;
    outline: none;
    transform: translateY(-3px);
}

.geo-whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, .35);
    outline-offset: 3px;
}

.geo-whatsapp-float__icon {
    display: inline-block;
    flex: 0 0 26px;
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
}

@media (max-width: 600px) {
    .geo-whatsapp-float {
        bottom: 16px;
        bottom: max(16px, calc(env(safe-area-inset-bottom) + 10px));
        height: 52px;
        justify-content: center;
        padding: 0;
        right: 16px;
        right: max(16px, calc(env(safe-area-inset-right) + 10px));
        width: 52px;
    }

    .geo-whatsapp-float__icon {
        font-size: 27px;
        height: 27px;
        line-height: 27px;
        width: 27px;
    }

    .geo-whatsapp-float__label {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .geo-whatsapp-float {
        transition: none;
    }
}

/*** GEO responsive compatibility for WPBakery raw HTML blocks. ***/

@media (max-width: 1199px) {
    /* Some Raw HTML blocks force desktop column counts with !important. */
    body.home .geo-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.home .geo-machinery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    /* Raw HTML makes the image consume the full card height on tablets. */
    body.home .geo-service-card {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        min-width: 0 !important;
    }

    body.home .geo-service-image {
        aspect-ratio: 16 / 10 !important;
        flex: 0 0 auto !important;
        height: auto !important;
        min-height: 0 !important;
        width: 100% !important;
    }

    body.home .geo-service-image img {
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        width: 100% !important;
    }

    body.home .geo-service-content,
    body.home .geo-machine-card,
    body.home .geo-machine-content {
        height: auto !important;
        min-width: 0 !important;
    }
}

@media (max-width: 1024px) {
    body.home .stats {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 36px 20px !important;
        width: 100% !important;
    }

    body.home .stats .stat-item {
        border-bottom: 1px solid #ddd !important;
        border-right: 0 !important;
        max-width: none !important;
        padding: 28px 20px !important;
        width: auto !important;
    }

    body.home .stats .stat-number {
        font-size: clamp(38px, 8vw, 52px) !important;
    }

    body.home .stats .stat-text {
        font-size: 14px !important;
    }
}

@media (max-width: 1199px) {
    /* Keep the natural 150px mobile logo inside the theme's 80px header. */
    body .site-header {
        box-sizing: border-box !important;
        height: 80px !important;
        height: calc(80px + env(safe-area-inset-top)) !important;
        min-height: 80px !important;
        min-height: calc(80px + env(safe-area-inset-top)) !important;
        padding-top: env(safe-area-inset-top) !important;
    }

    body .site-header .container,
    body .site-header .header-wrap {
        height: 80px !important;
        min-height: 80px !important;
    }

    body .site-header .container {
        padding-bottom: 0 !important;
        padding-left: 15px !important;
        padding-left: max(15px, calc(env(safe-area-inset-left) + 15px)) !important;
        padding-right: 15px !important;
        padding-right: max(15px, calc(env(safe-area-inset-right) + 15px)) !important;
    }

    body .site-header .logo {
        height: 58px !important;
        margin-top: 11px !important;
        width: 58px !important;
    }

    body .site-header .logo-mobile,
    body .site-header .logo-mobile img.logo-img {
        height: 58px !important;
        max-height: 58px !important;
        width: 58px !important;
    }

    body .site-header .site-navigation {
        height: 40px !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {

    /* Prevent the theme's negative Bootstrap row margins from clipping blocks. */
    body.home .content-container .vc_row.vc_inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    /* Slider Revolution writes desktop-like dimensions directly on its layers. */
    body.home sr7-module[data-alias="slider3"] sr7-txt {
        height: auto !important;
        line-height: 1.18 !important;
        max-width: calc(100vw - 40px) !important;
        white-space: normal !important;
    }

    body.home #SR7_1_1-6-0 {
        font-size: 15px !important;
        left: 24px !important;
        line-height: 1.3 !important;
        width: calc(100vw - 48px) !important;
    }

    body.home #SR7_1_1-6-1 {
        font-size: clamp(30px, 9vw, 38px) !important;
        left: 20px !important;
        line-height: 1.05 !important;
        text-align: center !important;
        width: calc(100vw - 40px) !important;
    }

    /* A centred horizontal strip hides its first items off-screen on phones. */
    body.home .geo-process-steps {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    body.home .geo-services-grid,
    body.home .geo-machinery-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.home .geo-service-card,
    body.home .geo-machine-card {
        min-width: 0 !important;
        width: 100% !important;
    }

    body.home .geo-service-image {
        aspect-ratio: 16 / 10 !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        width: 100% !important;
    }

    body.home .geo-service-image img {
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        width: 100% !important;
    }

    body.home .geo-service-content,
    body.home .geo-machine-content {
        height: auto !important;
        width: 100% !important;
    }
}

@media (max-width: 520px) {
    body.home .stats {
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 24px 16px !important;
    }

    body.home .stats .stat-item {
        padding: 24px 12px !important;
        text-align: center !important;
    }

    body.home .stats .stat-item:last-child {
        border-bottom: 0 !important;
    }
}

/*** GEO vertical rhythm: prevent stacked WPBakery spacing. ***/

/* Raw HTML already controls its own spacing; WPBakery adds another 35px. */
body.home .wpb_raw_html.wpb_content_element {
    margin-bottom: 0 !important;
}

body.home .geo-profit-section {
    padding-bottom: 48px !important;
    padding-top: 72px !important;
}

body.home .geo-problems-section {
    margin-bottom: 32px !important;
    margin-top: 24px !important;
}

body.home .geo-solution-card,
body.home .geo-process-section {
    margin-bottom: 32px !important;
    margin-top: 32px !important;
}

body.home .geo-services-section {
    padding-bottom: 72px !important;
    padding-top: 72px !important;
}

body.home .geo-manifesto-section {
    padding-bottom: 48px !important;
    padding-top: 72px !important;
}

body.home .geo-machinery-section {
    padding-bottom: 40px !important;
    padding-top: 32px !important;
}

body.home .geo-contact-section {
    padding-bottom: 72px !important;
    padding-top: 72px !important;
}

@media (max-width: 1024px) {
    body.home .geo-profit-section,
    body.home .geo-services-section,
    body.home .geo-manifesto-section,
    body.home .geo-contact-section {
        padding-bottom: 56px !important;
        padding-top: 56px !important;
    }

    body.home .geo-problems-section,
    body.home .geo-solution-card,
    body.home .geo-process-section {
        margin-bottom: 28px !important;
        margin-top: 28px !important;
    }

    body.home .geo-machinery-section {
        padding-bottom: 36px !important;
        padding-top: 28px !important;
    }
}

@media (max-width: 767px) {
    body.home .geo-profit-section,
    body.home .geo-services-section,
    body.home .geo-manifesto-section,
    body.home .geo-contact-section {
        padding-bottom: 44px !important;
        padding-top: 44px !important;
    }

    body.home .geo-problems-section,
    body.home .geo-solution-card,
    body.home .geo-process-section {
        margin-bottom: 22px !important;
        margin-top: 22px !important;
    }

    body.home .geo-machinery-section {
        padding-bottom: 28px !important;
        padding-top: 22px !important;
    }
}

/*** GEO cross-browser typography and media safeguards. ***/

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* Keep one body family, one interface family and one editorial heading family. */
body.home .geo-process-section,
body.home .geo-process-description,
body.home .geo-process-note,
body.home .geo-machine-text {
    font-family: "PT Sans", Arial, sans-serif !important;
}

body.home .stats,
body.home .geo-profit-label,
body.home .geo-solution-badge,
body.home .geo-process-label,
body.home .geo-process-steps,
body.home .geo-process-stage,
body.home .geo-spec,
body.home .geo-services-label,
body.home .geo-service-link,
body.home .geo-manifesto-label,
body.home .geo-manifesto-badge,
body.home .geo-machine-spec,
body.home .geo-contact-tag,
body.home .geo-contact-card h4,
body.home .geo-contact-button,
body.home .geo-contact-whatsapp,
body.home sr7-module[data-alias="slider3"] sr7-txt {
    font-family: "Montserrat", Arial, sans-serif !important;
}

/* Process headings use the same editorial weight as every other GEO heading. */
body.home .geo-process-title {
    font-weight: 700 !important;
}

body.home .geo-spec {
    font-weight: 700 !important;
}

body.home .geo-machine-text {
    color: #4b4d57 !important;
}

body.home .geo-profit-label,
body.home .geo-services-label,
body.home .geo-manifesto-label,
body.home .geo-process-stage,
body.home .geo-spec,
body.home .geo-machine-spec {
    color: #2e7d20 !important;
}

body.home .geo-solution-badge {
    background-color: #2e7d20 !important;
}

body.home .geo-process-label,
body.home .geo-process-note {
    color: #666874 !important;
}

body .site-navigation .main-menu .btn-menu-verde > a {
    background-color: #2e7d20 !important;
}

body .site-navigation .main-menu .btn-menu-verde > a:hover,
body .site-navigation .main-menu .btn-menu-verde > a:focus {
    background-color: #25691b !important;
}

body.home .geo-contact-button,
body.home .geo-contact-card a {
    min-height: 44px;
}

/* Use the bundled icon font so Apple, Windows and Android render the same icons. */
body.home .geo-problem-icon .emoji,
body.home .geo-contact-icon .emoji {
    display: none !important;
}

body.home .geo-problem-icon::before,
body.home .geo-contact-icon::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
}

body.home .geo-problem-card:nth-child(1) .geo-problem-icon::before { content: "\f2f1"; }
body.home .geo-problem-card:nth-child(2) .geo-problem-icon::before { content: "\f2f2"; }
body.home .geo-problem-card:nth-child(3) .geo-problem-icon::before { content: "\f063"; }
body.home .geo-contact-card:nth-child(1) .geo-contact-icon::before { content: "\f275"; }
body.home .geo-contact-card:nth-child(2) .geo-contact-icon::before { content: "\f013"; }
body.home .geo-contact-card:nth-child(3) .geo-contact-icon::before { content: "\f0ad"; }
body.home .geo-contact-card:nth-child(4) .geo-contact-icon::before { content: "\f4de"; }

/* Grid children must be allowed to shrink instead of being silently clipped. */
body.home .geo-profit-inner > *,
body.home .geo-problems-grid > *,
body.home .geo-solution-card-inner > *,
body.home .geo-services-grid > *,
body.home .geo-manifesto-grid > *,
body.home .geo-machinery-grid > *,
body.home .geo-contact-grid > *,
body.home .geo-process-card > * {
    min-width: 0 !important;
}

body.home .geo-profit-title,
body.home .geo-problem-title,
body.home .geo-solution-title,
body.home .geo-process-title,
body.home .geo-services-title,
body.home .geo-service-title,
body.home .geo-manifesto-heading,
body.home .geo-manifesto-title,
body.home .geo-machinery-title,
body.home .geo-machine-title,
body.home .geo-contact-title,
body.home .geo-contact-card h4,
body.home .geo-spec,
body.home .geo-contact-button,
body.home .geo-service-link {
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* Portrait source images must keep their full composition at every breakpoint. */
body.home .geo-solution-media {
    aspect-ratio: 1097 / 1434 !important;
    height: auto !important;
    min-height: 0 !important;
}

body.home .geo-solution-media img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    width: 100% !important;
}

body.home .geo-manifesto-media {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    justify-self: center !important;
    max-width: 540px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
}

body.home .geo-manifesto-media img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    width: 100% !important;
}

body.home .geo-process-section .geo-process-image {
    aspect-ratio: 1087 / 1447 !important;
    height: auto !important;
    min-height: 0 !important;
}

body.home .geo-process-section .geo-process-image img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    width: 100% !important;
}

body.home .geo-machine-image {
    aspect-ratio: 4 / 5 !important;
    background-color: #f2f3f5 !important;
    height: auto !important;
    min-height: 0 !important;
}

body.home .geo-machine-image img {
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    width: 100% !important;
}

/* iOS 14 and older do not implement aspect-ratio reliably. */
@supports not (aspect-ratio: 1 / 1) {
    body.home .geo-solution-media,
    body.home .geo-manifesto-media,
    body.home .geo-process-section .geo-process-image,
    body.home .geo-machine-image {
        height: auto !important;
    }

    body.home .geo-solution-media img,
    body.home .geo-manifesto-media img,
    body.home .geo-process-section .geo-process-image img,
    body.home .geo-machine-image img {
        height: auto !important;
        object-fit: contain !important;
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    /* Safari sometimes restores a broken intrinsic size for the mobile logo. */
    body .site-header .logo-mobile {
        background-image: url("../../uploads/2026/06/cropped-LOGO-GEO-1-scaled-1-150x150.png") !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        display: block !important;
    }

    body .site-header .logo-mobile img.logo-img {
        opacity: 0 !important;
    }

    body .site-header .burger {
        height: 44px !important;
        min-height: 44px !important;
        min-width: 44px !important;
        width: 44px !important;
    }

    body .site-navigation .main-menu li > a {
        align-items: center;
        display: flex;
        min-height: 44px;
    }
}

@media (max-width: 1199px) {
    /*
     * Slider Revolution uses cover and fixed layer coordinates. A deterministic
     * static hero keeps the complete plant visible on tablets and phones,
     * including landscape iPhones and older WebKit versions.
     */
    body.home sr7-module[data-alias="slider3"] {
        background-color: #d3d3d3 !important;
        background-image: url("../../uploads/2026/07/ChatGPT-Image-Jul-1-2026-09_26_32-AM.png") !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        height: 560px !important;
        height: clamp(400px, calc(56.25vw + 210px), 700px) !important;
        min-height: 0 !important;
        overflow: hidden !important;
        position: relative !important;
        width: 100% !important;
    }

    body.home sr7-module[data-alias="slider3"] > sr7-adjuster,
    body.home sr7-module[data-alias="slider3"] > sr7-content,
    body.home sr7-module[data-alias="slider3"] > sr7-module-shadow {
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    body.home sr7-module[data-alias="slider3"]::before,
    body.home sr7-module[data-alias="slider3"]::after {
        box-sizing: border-box;
        display: block;
        left: 16px;
        left: clamp(16px, 4vw, 32px);
        position: absolute;
        text-align: center;
        width: calc(100% - 32px);
        width: calc(100% - clamp(32px, 8vw, 64px));
        z-index: 10;
    }

    body.home sr7-module[data-alias="slider3"]::before {
        color: #474747;
        content: "Diseño, Construcción e Instalación de";
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 18px;
        font-size: clamp(14px, 2.8vw, 24px);
        font-weight: 400;
        line-height: 1.3;
        top: 58px;
        top: clamp(58px, 9vw, 88px);
    }

    body.home sr7-module[data-alias="slider3"]::after {
        color: #010072;
        content: "Beneficios de Café";
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 38px;
        font-size: clamp(30px, 7vw, 62px);
        font-weight: 500;
        line-height: 1.08;
        top: 90px;
        top: clamp(90px, 14vw, 138px);
    }
}

@media (max-width: 767px) {
    body.home .geo-process-section,
    body.home .geo-process-card,
    body.home .geo-process-image,
    body.home .geo-process-content {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.home .geo-process-card {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.home .geo-process-image img {
        max-width: 100% !important;
    }

    body.home .geo-process-label {
        letter-spacing: 2px !important;
        letter-spacing: clamp(1.6px, .8vw, 3px) !important;
        overflow-wrap: anywhere;
        white-space: normal !important;
    }

    body.home .geo-spec,
    body.home .geo-spec strong {
        max-width: 100% !important;
        overflow-wrap: anywhere;
        white-space: normal !important;
    }

    body.home .geo-process-steps .step {
        font-size: 10px !important;
        min-width: 132px !important;
    }
}

@media (max-width: 420px) {
    body.home sr7-module[data-alias="slider3"] {
        height: 440px !important;
        height: clamp(400px, calc(56.25vw + 210px), 440px) !important;
    }

    body.home sr7-module[data-alias="slider3"]::before {
        font-size: 13px;
    }

    body.home sr7-module[data-alias="slider3"]::after {
        font-size: 32px;
        font-size: clamp(28px, 9vw, 36px);
    }
}

/*** GEO final responsive geometry: one gutter and natural mobile media. ***/

@media (max-width: 1199px) {
    body.home {
        --geo-page-gutter: clamp(24px, 8.5vw, 32px);
    }

    /* Remove the three conflicting Bootstrap/WPBakery horizontal gutters. */
    body.home .content-container,
    body.home .content-container > .row,
    body.home .content-container > .row > .col-md-12,
    body.home .content-container .wpb-content-wrapper,
    body.home .content-container .vc_row,
    body.home .content-container .vc_column_container,
    body.home .content-container .vc_column_container > .vc_column-inner {
        box-sizing: border-box !important;
        max-width: none !important;
        width: 100% !important;
    }

    body.home .content-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home .content-container > .row,
    body.home .content-container .vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.home .content-container > .row > .col-md-12,
    body.home .content-container .vc_row,
    body.home .content-container .vc_column_container > .vc_column-inner,
    body.home .vc_custom_1781669587936 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home .vc_custom_1781669587936 {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
    }

    /* Every principal section now begins and ends on the same vertical lines. */
    body.home .geo-profit-section,
    body.home .geo-problems-section,
    body.home .geo-solution-card,
    body.home .geo-process-section,
    body.home .geo-services-section,
    body.home .geo-manifesto-section,
    body.home .geo-machinery-section,
    body.home .geo-contact-section {
        box-sizing: border-box !important;
        max-width: none !important;
        padding-left: var(--geo-page-gutter) !important;
        padding-left: max(var(--geo-page-gutter), calc(env(safe-area-inset-left) + 16px)) !important;
        padding-right: var(--geo-page-gutter) !important;
        padding-right: max(var(--geo-page-gutter), calc(env(safe-area-inset-right) + 16px)) !important;
        width: 100% !important;
    }

    body.home .geo-service-image {
        background-color: #f2f3f5 !important;
    }

    body.home .geo-service-image img {
        object-fit: contain !important;
    }

    body.home .geo-manifesto-media {
        max-width: 100% !important;
    }

    /* The source is horizontal: contain guarantees the complete plant. */
    body.home sr7-module[data-alias="slider3"] {
        background-size: contain !important;
        height: 520px !important;
        height: clamp(360px, calc(56.25vw + 170px), 680px) !important;
    }

    body.home sr7-module[data-alias="slider3"]::before {
        top: 48px;
        top: clamp(48px, 7vw, 82px);
    }

    body.home sr7-module[data-alias="slider3"]::after {
        top: 80px;
        top: clamp(80px, 11vw, 132px);
    }
}

@media (max-width: 767px) {
    /* Posters, diagrams and changing process photos use their own proportions. */
    body.home .geo-solution-media,
    body.home .geo-manifesto-media,
    body.home .geo-process-section .geo-process-image,
    body.home .geo-service-image,
    body.home .geo-machine-image {
        aspect-ratio: auto !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
    }

    body.home .geo-solution-media img,
    body.home .geo-manifesto-media img,
    body.home .geo-process-section .geo-process-image img,
    body.home .geo-service-image img,
    body.home .geo-machine-image img {
        aspect-ratio: auto !important;
        display: block !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        object-fit: contain !important;
        width: 100% !important;
    }

    body.home .geo-process-card,
    body.home .geo-service-card,
    body.home .geo-machine-card,
    body.home .geo-solution-card-inner {
        border-radius: 14px !important;
        height: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    body.home .geo-process-content {
        height: auto !important;
        padding: 24px !important;
    }

    body.home .geo-process-stage {
        margin-bottom: 16px !important;
        padding-bottom: 8px !important;
    }

    body.home .geo-process-title {
        font-size: 28px !important;
        font-size: clamp(26px, 7.5vw, 30px) !important;
        line-height: 1.16 !important;
        margin-bottom: 18px !important;
    }

    body.home .geo-process-description {
        font-size: 16px !important;
        line-height: 1.55 !important;
        margin-bottom: 20px !important;
    }

    body.home .geo-spec {
        line-height: 1.55 !important;
        margin-top: 0 !important;
        padding-top: 18px !important;
    }

    body.home .geo-process-note {
        color: #4b4d57 !important;
        font-size: 15px !important;
        font-style: normal !important;
        line-height: 1.5 !important;
        margin-top: 18px !important;
    }

    body.home .geo-process-steps {
        -ms-overflow-style: none;
        display: flex !important;
        gap: 8px !important;
        margin-bottom: 20px !important;
        overflow-x: auto !important;
        padding: 3px 1px 8px !important;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    body.home .geo-process-steps::-webkit-scrollbar {
        display: none;
        height: 0;
        width: 0;
    }

    body.home .geo-process-steps .step {
        flex: 0 0 132px !important;
        max-width: 132px !important;
        min-height: 72px !important;
        min-width: 132px !important;
        overflow-wrap: anywhere;
        scroll-snap-align: start;
        white-space: normal !important;
    }

    body.home .geo-process-steps .step.active {
        border-color: #4caf2a !important;
        box-shadow: none !important;
        outline: 0 !important;
    }

    body.home .geo-contact-section {
        padding-bottom: 76px !important;
        padding-bottom: max(76px, calc(env(safe-area-inset-bottom) + 64px)) !important;
    }
}

/*** GEO final hero, navigation and section-label refinements. ***/

/*
 * Slider Revolution is configured as fullscreen/cover and uses incompatible
 * layer line-heights on short laptops. Use the same deterministic composition
 * at every width: the complete 16:9 plant, with the header deducted from the
 * available viewport height.
 */
body.home {
    --geo-header-height: 80px;
}

body.home sr7-module[data-alias="slider3"] {
    --geo-hero-kicker-line: clamp(20px, 3vmin, 32px);
    --geo-hero-text-top: clamp(24px, 6vmin, 64px);
    background-color: #d3d3d3 !important;
    background-image: url("../../uploads/2026/07/ChatGPT-Image-Jul-1-2026-09_26_32-AM.png") !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 56.28vw !important;
    max-height: calc(100vh - var(--geo-header-height)) !important;
    max-height: calc(100svh - var(--geo-header-height)) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}

body.home sr7-module[data-alias="slider3"] > sr7-adjuster,
body.home sr7-module[data-alias="slider3"] > sr7-content,
body.home sr7-module[data-alias="slider3"] > sr7-module-shadow {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.home sr7-module[data-alias="slider3"]::before,
body.home sr7-module[data-alias="slider3"]::after {
    box-sizing: border-box;
    display: block;
    left: clamp(16px, 4vw, 32px);
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: calc(100% - clamp(32px, 8vw, 64px));
    z-index: 10;
}

body.home sr7-module[data-alias="slider3"]::before {
    color: #474747;
    content: "Diseño, Construcción e Instalación de";
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(14px, 3vmin, 28px);
    font-weight: 400;
    line-height: var(--geo-hero-kicker-line);
    top: var(--geo-hero-text-top);
}

body.home sr7-module[data-alias="slider3"]::after {
    color: #010072;
    content: "Beneficios de Café";
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(32px, 8vmin, 82px);
    font-weight: 500;
    line-height: 1.04;
    top: calc(
        var(--geo-hero-text-top) +
        var(--geo-hero-kicker-line) +
        clamp(12px, 2vmin, 22px)
    );
}

/* The two small headings circled in the review were still fixed at 12px. */
body.home .geo-services-label,
body.home .geo-manifesto-label {
    font-size: clamp(14px, calc(13px + .25vw), 16px) !important;
    letter-spacing: clamp(2.2px, calc(1.8px + .1vw), 3.2px) !important;
    line-height: 1.35 !important;
}

body.home #analisis-rentabilidad,
body.home #proceso-cafe,
body.home #sistema-aspiracion,
body.home #metalmecanica,
body.home #nuestros-servicios,
body.home #know-how,
body.home #contacto {
    scroll-margin-top: 96px;
}

/* Give the seven-item desktop menu enough room without hiding navigation. */
@media (min-width: 1200px) {
    body .site-header .container {
        max-width: 1440px !important;
        width: calc(100% - 32px) !important;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    body .site-header nav.site-navigation ul.main-menu > li > a {
        font-size: 12px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 767px) {
    body.home sr7-module[data-alias="slider3"] {
        height: 360px !important;
        height: clamp(360px, calc(56.28vw + 165px), 480px) !important;
    }
}

/*** GEO full-width hero and clean page ending. ***/

/*
 * The hero shortcode lives inside the theme's 1140px Bootstrap container.
 * Break only that WPBakery row out to the viewport, then remove any remaining
 * SR7 max-width so the gray hero reaches both edges without cropping the plant.
 */
body.home .vc_row.vc_custom_1453200552863 {
    left: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    width: 100vw !important;
}

body.home .vc_row.vc_custom_1453200552863 > .vc_column_container,
body.home .vc_row.vc_custom_1453200552863 > .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home sr7-module-wrap,
body.home sr7-module[data-alias="slider3"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

body.home sr7-module[data-alias="slider3"] {
    background-image:
        url("../../uploads/2026/07/ChatGPT-Image-Jul-1-2026-09_26_32-AM.png"),
        linear-gradient(
            180deg,
            #868786 0%,
            #9b9999 45%,
            #9a9898 75%,
            #a8a5a6 100%
        ) !important;
    background-position: center bottom, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: contain, 100% 100% !important;
}

/*
 * WPBakery adds 35px below the outer row that contains the contact section.
 * That padding sits outside the dark block and was the white strip at the end.
 */
body.home .vc_row.vc_custom_1781669087067 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
