/*
 CESS.MX
 Structural historical reconstruction
 Source generation: 2022-05-24
 Theme evidence:
   The7 10.8.0
   The7 Core 2.5.8
   WPBakery 6.8.0

 This file reconstructs missing structural CSS only.
 It is not claimed to be original historical CSS.
*/

/* ==================================================
   BASE
   ================================================== */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

#page {
    width: 100%;
    overflow: hidden;
}

#main {
    width: 100%;
}

#content {
    width: 100%;
}

/* ==================================================
   HISTORICAL COLOR SIGNAL
   strongest recovered inline color: #7492b6
   ================================================== */

:root {
    --cess-blue: #7492b6;
    --cess-blue-alt: #8296be;
    --cess-white: #ffffff;
    --cess-text: #333333;
    --cess-light: #f6f6f6;
}

/* ==================================================
   THE7 HEADER
   historical body:
   top-header
   inline-header
   logo-left
   menu-right
   ================================================== */

.masthead {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #fff;
}

.masthead .header-bar {
    width: 100%;
    max-width: 1300px;
    min-height: 90px;
    margin: 0 auto;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.masthead .branding {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.masthead .branding a {
    display: block;
    line-height: 0;
}

.masthead .branding img {
    display: block;
    width: auto;
    max-width: 371px;
    max-height: 113px;
}

.masthead .main-nav {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
}

.masthead .main-nav > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.masthead .main-nav > li > a {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 0 12px;
    text-decoration: none;
}

.masthead .main-nav .sub-nav {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

.masthead .main-nav li:hover > .sub-nav {
    display: block;
}

.masthead .main-nav .sub-nav li {
    position: relative;
    list-style: none;
}

.masthead .main-nav .sub-nav a {
    display: block;
    padding: 8px 18px;
    text-decoration: none;
}

/* nested menus */

.masthead .main-nav .sub-nav .sub-nav {
    top: 0;
    left: 100%;
}

/* desktop/mobile separation */

.dt-mobile-header {
    display: none;
}

/* ==================================================
   WPBAKERY STRUCTURAL GRID
   ================================================== */

.vc_row {
    position: relative;
    width: 100%;
}

.vc_row:before,
.vc_row:after {
    content: "";
    display: table;
}

.vc_row:after {
    clear: both;
}

.vc_row-fluid {
    width: 100%;
}

.vc_row-flex {
    display: flex;
    flex-wrap: wrap;
}

.vc_row-o-equal-height {
    align-items: stretch;
}

.vc_row-o-content-top {
    align-items: flex-start;
}

.vc_column_container {
    position: relative;
    min-height: 1px;
}

.vc_column-inner {
    width: 100%;
}

.wpb_wrapper {
    position: relative;
}

.vc_col-sm-1,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-8,
.vc_col-sm-10,
.vc_col-sm-12,
.vc_col-md-4,
.vc_col-md-8,
.vc_col-lg-4,
.vc_col-lg-6 {
    position: relative;
    min-height: 1px;
}

/* historical WPBakery desktop grid */

@media (min-width: 768px) {

    .vc_col-sm-1 {
        float: left;
        width: 8.33333333%;
    }

    .vc_col-sm-3 {
        float: left;
        width: 25%;
    }

    .vc_col-sm-4 {
        float: left;
        width: 33.33333333%;
    }

    .vc_col-sm-8 {
        float: left;
        width: 66.66666667%;
    }

    .vc_col-sm-10 {
        float: left;
        width: 83.33333333%;
    }

    .vc_col-sm-12 {
        float: left;
        width: 100%;
    }

    .vc_col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .vc_col-md-4 {
        float: left;
        width: 33.33333333%;
    }

    .vc_col-md-8 {
        float: left;
        width: 66.66666667%;
    }

    .vc_col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 1200px) {

    .vc_col-lg-4 {
        float: left;
        width: 33.33333333%;
    }

    .vc_col-lg-6 {
        float: left;
        width: 50%;
    }

    .vc_col-lg-offset-0 {
        margin-left: 0;
    }
}

/* Full-width WPBakery helper rows */

.vc_row-full-width {
    width: 100%;
}

.vc_clearfix:before,
.vc_clearfix:after {
    content: "";
    display: table;
}

.vc_clearfix:after {
    clear: both;
}

/* ==================================================
   COMMON WPBAKERY ELEMENTS
   ================================================== */

.wpb_content_element {
    position: relative;
}

.wpb_single_image {
    margin: 0;
}

.wpb_single_image img,
.vc_single_image-img {
    max-width: 100%;
    height: auto;
}

.vc_empty_space {
    display: block;
    clear: both;
}

.vc_empty_space_inner {
    display: block;
    height: 100%;
}

/* ==================================================
   ULTIMATE VC IMAGE BANNERS
   ================================================== */

.ult-new-ib {
    position: relative;
    overflow: hidden;
}

.ult-new-ib img {
    display: block;
    width: 100%;
    height: auto;
}

.ult-new-ib-content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

/* ==================================================
   REVSLIDER RESCUE
   Do not reproduce animation engine.
   Preserve first historical slide in normal geometry.
   ================================================== */

rs-module-wrap,
rs-module,
rs-slides,
rs-slide {
    display: block;
    position: relative;
    width: 100%;
}

rs-module-wrap {
    overflow: hidden;
}

rs-module {
    margin: 0 auto;
}

rs-slides {
    overflow: hidden;
}

/*
 Keep one slide visible until historical RevSlider CSS/JS
 can be recovered. Others remain in DOM.
*/

rs-slide {
    display: none !important;
}

rs-slide:first-of-type {
    display: block !important;
    min-height: 620px;
}

rs-bg-elem {
    position: absolute;
    inset: 0;
    display: block;
}

rs-layer-wrap,
rs-layer {
    position: absolute;
    display: block;
}

/* Avoid giant broken layers */

rs-layer img {
    max-width: 100%;
    height: auto;
}

/* ==================================================
   LOADER
   Historical loader depended on missing theme assets.
   Do not allow it to cover recovered content.
   ================================================== */

#load,
#load.loader-removed,
.page-loader,
.dt-preloader,
.preloader,
.loader {
    pointer-events: none;
}

body > .page-loader,
body > .dt-preloader {
    display: none !important;
}

/* ==================================================
   CONTENT VISIBILITY
   Missing animation engine must not leave content hidden.
   ================================================== */

.wpb_animate_when_almost_visible,
.wpb_start_animation,
.ult-animation,
.animate-element {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ==================================================
   PRODUCT / PORTFOLIO GRIDS
   ================================================== */

.iso-container,
.portfolio-shortcode,
.blog-shortcode {
    width: 100%;
}

.iso-container:after {
    content: "";
    display: block;
    clear: both;
}

/* ==================================================
   FOOTER
   ================================================== */

#footer,
.footer {
    width: 100%;
    clear: both;
}

#footer .wf-container,
.footer .wf-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 991px) {

    .masthead .header-bar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .masthead .main-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 767px) {

    .masthead {
        display: none;
    }

    .dt-mobile-header {
        display: block;
        position: relative;
        z-index: 1000;
        width: 100%;
        background: #fff;
    }

    .vc_row-flex {
        display: block;
    }

    .vc_column_container,
    .vc_col-xs-12,
    .vc_col-sm-1,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-8,
    .vc_col-sm-10,
    .vc_col-sm-12,
    .vc_col-md-4,
    .vc_col-md-8,
    .vc_col-lg-4,
    .vc_col-lg-6 {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    rs-slide:first-of-type {
        min-height: 500px;
    }
}


/* ==================================================
   CESS B41
   HEADER VISUAL RECONSTRUCTION V1

   Evidence:
   masthead inline-header
   top-header
   logo-left / menu-right
   top bar with phones/email/search
   The7 10.8.0
   ================================================== */


/* ---------- accessibility ---------- */

.assistive-text,
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* ---------- top bar ---------- */

.top-bar {
    display: block;
    position: relative;
    width: 100%;
    min-height: 38px;
    background: #7492b6;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 38px;
}

.top-bar .mini-widgets {
    width: 100%;
    max-width: 1240px;
    min-height: 38px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
}

.top-bar a:hover {
    text-decoration: underline;
}


/* ---------- search widget ---------- */

.top-bar .searchform,
.mini-widget-searchform {
    position: relative;
    margin-left: auto;
    line-height: normal;
}

.mini-widget-searchform .submit {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: #fff;
    text-decoration: none;
}

.mini-widget-searchform .submit span {
    display: inline-block;
}

.mini-widget-searchform .popup-search-wrap {
    display: none;
    position: absolute;
    z-index: 20000;
    top: 100%;
    right: 0;
    width: 280px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.mini-widget-searchform:hover .popup-search-wrap,
.mini-widget-searchform:focus-within .popup-search-wrap {
    display: block;
}

.mini-widget-searchform .field {
    width: 100%;
    height: 38px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    outline: none;
    color: #333;
    background: #fff;
}


/* ---------- masthead ---------- */

.masthead {
    display: block;
    position: relative;
    z-index: 9000;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}


/*
 The original .branding contains only assistive text.
 Reserve a brand area without exposing that text.
*/

.masthead .branding {
    position: relative;
    display: block;
    flex: 0 0 210px;
    width: 210px;
    min-width: 210px;
    height: 78px;
}


/*
 Temporary visual brand treatment.
 NOT a fabricated historical logo image.
*/

.masthead .branding:after {
    content: "CESS";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #7492b6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}


/* ---------- header container ---------- */

.masthead .header-bar,
.masthead .header-bar.wf-wrap {
    display: flex;
    width: 100%;
    max-width: 1240px;
    min-height: 96px;
    margin: 0 auto;
    padding: 8px 25px;
    align-items: center;
    justify-content: space-between;
}


/* ---------- nav ---------- */

.masthead nav {
    display: block;
    flex: 1 1 auto;
}

.masthead .main-nav {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.masthead .main-nav > li {
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.masthead .main-nav > li > a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 0 13px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.masthead .main-nav > li > a:hover,
.masthead .main-nav > li.act > a,
.masthead .main-nav > li.current-menu-item > a {
    color: #7492b6;
}


/* underline interaction */

.masthead .main-nav > li > a:after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 18px;
    height: 2px;
    background: #7492b6;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .15s ease;
}

.masthead .main-nav > li:hover > a:after,
.masthead .main-nav > li.act > a:after,
.masthead .main-nav > li.current-menu-item > a:after {
    transform: scaleX(1);
}


/* ---------- dropdowns ---------- */

.masthead .main-nav .sub-nav {
    display: none !important;
    position: absolute !important;
    z-index: 30000;
    top: 100%;
    left: 0;
    width: 270px;
    min-width: 270px;
    margin: 0;
    padding: 8px 0;
    background: #fff;
    border-top: 3px solid #7492b6;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    list-style: none;
}

.masthead .main-nav li:hover > .sub-nav {
    display: block !important;
}

.masthead .main-nav .sub-nav li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.masthead .main-nav .sub-nav li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 9px 16px;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    white-space: normal;
}

.masthead .main-nav .sub-nav li > a:hover {
    color: #7492b6;
    background: #f5f7fa;
}


/* nested dropdown */

.masthead .main-nav .sub-nav .sub-nav {
    top: -3px;
    left: 100%;
}


/* suppress historical mega-menu images while missing */

.masthead .mega-menu-img:before,
.masthead .mega-menu-img:after {
    background-image: none !important;
}


/* ---------- remove naked search artifacts ---------- */

.masthead input.searchsubmit.assistive-text {
    display: none !important;
}


/* ==================================================
   DESKTOP RESPONSIVE
   ================================================== */

@media (max-width: 1150px) {

    .masthead .branding {
        flex-basis: 150px;
        width: 150px;
        min-width: 150px;
    }

    .masthead .branding:after {
        font-size: 32px;
    }

    .masthead .main-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }
}


/* ==================================================
   MOBILE HEADER
   ================================================== */

@media (max-width: 767px) {

    .top-bar {
        display: none;
    }

    .masthead {
        display: none !important;
    }

    .dt-mobile-header {
        display: block !important;
        position: relative;
        z-index: 9000;
        width: 100%;
        min-height: 64px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
    }

    .dt-mobile-header .mobile-header-bar {
        min-height: 64px;
        padding: 8px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /*
      Mobile navigation must not expand all 51 items
      into normal document flow.
    */

    .dt-mobile-header .mobile-main-nav {
        display: none;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        background: #fff;
        list-style: none;
    }

    .dt-mobile-header .mobile-main-nav li {
        list-style: none;
    }

    .dt-mobile-header .mobile-main-nav a {
        display: block;
        padding: 9px 18px;
        color: #333;
        text-decoration: none;
    }
}


/* ==================================================
   END CESS B41
   ================================================== */


/* ==================================================
   CESS B43
   HISTORICAL STATIC HERO V1

   Historical evidence:
   Slide 1:
   - CESS / LOGO-2 central
   - machinery left
   - machinery right
   - text:
     Maquinaria para Centros de Impresión
     Distribución y Postal.

   Missing historical images are NOT fabricated.
   ================================================== */


.cess-historical-hero {
    position: relative;
    z-index: 20;
    width: 100%;
    min-height: 570px;
    overflow: hidden;
    background:
        linear-gradient(
            105deg,
            #ffffff 0%,
            #ffffff 43%,
            #f4f7fa 43%,
            #e7edf4 100%
        );
    border-bottom: 1px solid #e4e8ec;
}


.cess-hero-inner {
    position: relative;
    width: 100%;
    max-width: 1240px;
    min-height: 570px;
    margin: 0 auto;
    padding: 70px 25px;
    display: flex;
    align-items: center;
}


.cess-hero-copy {
    position: relative;
    z-index: 5;
    width: 48%;
    max-width: 590px;
}


.cess-hero-brand {
    margin: 0 0 24px;
    color: #7492b6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 5px;
}


.cess-hero-copy h1 {
    margin: 0;
    padding: 0;
    color: #272d33;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -.5px;
}


.cess-hero-line {
    width: 72px;
    height: 4px;
    margin: 27px 0 23px;
    background: #7492b6;
}


.cess-hero-copy p {
    max-width: 530px;
    margin: 0;
    color: #616971;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}


.cess-hero-actions {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.cess-hero-button {
    display: inline-flex;
    min-height: 44px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    border: 2px solid #7492b6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none !important;
}


.cess-hero-button.cess-primary {
    color: #fff;
    background: #7492b6;
}


.cess-hero-button.cess-secondary {
    color: #7492b6;
    background: transparent;
}


.cess-hero-button:hover {
    opacity: .86;
}


/* -----------------------------------------------
   Machine stage

   Geometric placeholders only.
   These are intentionally NOT fake machinery images.
   ----------------------------------------------- */

.cess-hero-machine-stage {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 52%;
    height: 100%;
}


.cess-machine-outline {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(116,146,182,.32);
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.85),
            rgba(116,146,182,.10)
        );
    color: rgba(116,146,182,.48);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}


.cess-machine-outline:before,
.cess-machine-outline:after {
    content: "";
    position: absolute;
    background: rgba(116,146,182,.18);
}


.cess-machine-outline:before {
    left: 8%;
    right: 8%;
    top: 28%;
    height: 1px;
}


.cess-machine-outline:after {
    top: 8%;
    bottom: 8%;
    left: 30%;
    width: 1px;
}


.cess-machine-left {
    left: 4%;
    bottom: 48px;
    width: 42%;
    height: 55%;
    transform: perspective(900px) rotateY(7deg);
}


.cess-machine-right {
    right: -8%;
    top: 65px;
    width: 69%;
    height: 66%;
    transform: perspective(900px) rotateY(-7deg);
}


.cess-machine-outline span {
    position: relative;
    z-index: 2;
    padding: 8px;
    font-size: 11px;
}


/* -----------------------------------------------
   Hide broken historical RevSlider visually.

   Original markup remains in HTML untouched.
   ----------------------------------------------- */

.cess-historical-hero + rs-module-wrap {
    display: none !important;
}


/* Some captures may contain wrapper elements
   between VC container and slider. */

body.cess-b43 rs-module-wrap {
    display: none !important;
}


/* -----------------------------------------------
   Responsive
   ----------------------------------------------- */

@media (max-width: 900px) {

    .cess-historical-hero,
    .cess-hero-inner {
        min-height: 520px;
    }

    .cess-hero-copy {
        width: 58%;
    }

    .cess-hero-machine-stage {
        width: 45%;
        opacity: .72;
    }

    .cess-hero-copy h1 {
        font-size: 35px;
    }
}


@media (max-width: 767px) {

    .cess-historical-hero {
        min-height: auto;
        background: #fff;
    }

    .cess-hero-inner {
        min-height: auto;
        padding: 55px 22px 60px;
        display: block;
    }

    .cess-hero-copy {
        width: 100%;
        max-width: none;
    }

    .cess-hero-copy h1 {
        font-size: 31px;
    }

    .cess-hero-copy p {
        font-size: 16px;
    }

    .cess-hero-machine-stage {
        display: none;
    }
}


/* ==================================================
   END CESS B43
   ================================================== */


/* ==================================================
   CESS B46
   REBUILT HOME BODY V1
   ================================================== */


/*
 Hide original WPBakery body after the historical slider.
 Header/footer remain available.
*/

body.cess-b46 rs-module-wrap {
    display: none !important;
}


/* rebuilt body */

.cess-rebuilt-home {
    position: relative;
    z-index: 30;
    width: 100%;
    background: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}


.cess-rebuilt-home h2,
.cess-rebuilt-home h3,
.cess-rebuilt-home p {
    box-sizing: border-box;
}


.cess-kicker {
    margin-bottom: 12px;
    color: #7492b6;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2.2px;
}


.cess-section-heading {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px 34px;
}


.cess-section-heading.centered {
    text-align: center;
}


.cess-section-heading h2 {
    max-width: 820px;
    margin: 0;
    color: #30353a;
    font-size: 29px;
    line-height: 1.3;
    font-weight: 400;
}


.cess-section-heading.centered h2 {
    margin-left: auto;
    margin-right: auto;
}


.cess-rule {
    width: 65px;
    height: 3px;
    margin: 22px 0;
    background: #7492b6;
}


/* -----------------------------------------------
   Categories
   ----------------------------------------------- */

.cess-categories {
    padding: 72px 0 80px;
}


.cess-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}


.cess-category-card {
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden;
    background: #eef2f6;
    text-decoration: none !important;
}


.cess-category-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}


.cess-category-card:hover img {
    transform: scale(1.035);
}


.cess-category-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background:
        linear-gradient(
            transparent 20%,
            rgba(20,28,36,.76) 100%
        );
    color: #fff;
}


.cess-category-overlay span {
    margin-bottom: 5px;
    font-size: 12px;
    opacity: .88;
}


.cess-category-overlay strong {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .3px;
}


.cess-card-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(116,146,182,.45);
    background:
        linear-gradient(
            145deg,
            #f7f9fb,
            #dfe7ef
        );
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}


/* -----------------------------------------------
   Discover
   ----------------------------------------------- */

.cess-discover {
    max-width: 1240px;
    margin: 0 auto;
    padding: 90px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}


.cess-discover-copy h2,
.cess-about-copy h2 {
    margin: 0;
    color: #292f35;
    font-size: 39px;
    line-height: 1.2;
    font-weight: 400;
}


.cess-discover-copy p,
.cess-about-copy p {
    margin: 0 0 18px;
    color: #60676e;
    font-size: 15px;
    line-height: 1.8;
}


.cess-discover-visual {
    position: relative;
}


.cess-discover-visual img {
    display: block;
    width: 100%;
    height: auto;
}


.cess-discover-caption {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    padding: 17px 20px;
    background: rgba(116,146,182,.93);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.cess-text-button {
    display: inline-flex;
    min-height: 43px;
    margin-top: 10px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 2px solid #7492b6;
    color: #7492b6 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none !important;
}


/* -----------------------------------------------
   Products
   ----------------------------------------------- */

.cess-products {
    padding: 85px 0 95px;
    background: #f5f7f9;
}


.cess-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px;
}


.cess-product-card {
    min-height: 365px;
    padding-bottom: 23px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e8eb;
}


.cess-product-placeholder {
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(116,146,182,.55);
    background:
        linear-gradient(
            145deg,
            #f7f9fb,
            #e2e9f0
        );
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}


.cess-product-card img {
    display: block;
    width: 100%;
    height: 245px;
    object-fit: cover;
}


.cess-product-card h3 {
    margin: 21px 20px 8px;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}


.cess-product-card > a {
    display: inline-block;
    margin: 0 20px;
    color: #7492b6;
    font-size: 12px;
    text-decoration: none;
}


/* -----------------------------------------------
   About
   ----------------------------------------------- */

.cess-about {
    max-width: 1240px;
    margin: 0 auto;
    padding: 95px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}


.cess-about-image img {
    display: block;
    width: 100%;
    height: auto;
}


/* -----------------------------------------------
   IMPORTANT:
   hide original page content AFTER our rebuilt body,
   but preserve footer.
   ----------------------------------------------- */

body.cess-b46 .cess-rebuilt-home ~ #main,
body.cess-b46 .cess-rebuilt-home ~ .wf-wrap #main {
    display: none !important;
}


/* common The7 original content container */

body.cess-b46 #main:not(.cess-rebuilt-home) {
    /*
      Do not globally hide yet.
      B46 JS marker below handles exact duplicate content.
    */
}


/* -----------------------------------------------
   Responsive
   ----------------------------------------------- */

@media (max-width: 900px) {

    .cess-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cess-discover,
    .cess-about {
        gap: 40px;
    }

    .cess-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {

    .cess-categories {
        padding-top: 55px;
    }

    .cess-category-grid {
        grid-template-columns: 1fr;
    }

    .cess-discover,
    .cess-about {
        padding-top: 60px;
        padding-bottom: 60px;
        grid-template-columns: 1fr;
    }

    .cess-product-grid {
        grid-template-columns: 1fr;
    }

    .cess-discover-copy h2,
    .cess-about-copy h2 {
        font-size: 31px;
    }
}


/* ==================================================
   END CESS B46
   ================================================== */


/* ==================================================
   CESS B46
   REBUILT HOME BODY V1
   ================================================== */


/*
 Hide original WPBakery body after the historical slider.
 Header/footer remain available.
*/

body.cess-b46 rs-module-wrap {
    display: none !important;
}


/* rebuilt body */

.cess-rebuilt-home {
    position: relative;
    z-index: 30;
    width: 100%;
    background: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}


.cess-rebuilt-home h2,
.cess-rebuilt-home h3,
.cess-rebuilt-home p {
    box-sizing: border-box;
}


.cess-kicker {
    margin-bottom: 12px;
    color: #7492b6;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2.2px;
}


.cess-section-heading {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px 34px;
}


.cess-section-heading.centered {
    text-align: center;
}


.cess-section-heading h2 {
    max-width: 820px;
    margin: 0;
    color: #30353a;
    font-size: 29px;
    line-height: 1.3;
    font-weight: 400;
}


.cess-section-heading.centered h2 {
    margin-left: auto;
    margin-right: auto;
}


.cess-rule {
    width: 65px;
    height: 3px;
    margin: 22px 0;
    background: #7492b6;
}


/* -----------------------------------------------
   Categories
   ----------------------------------------------- */

.cess-categories {
    padding: 72px 0 80px;
}


.cess-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}


.cess-category-card {
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden;
    background: #eef2f6;
    text-decoration: none !important;
}


.cess-category-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}


.cess-category-card:hover img {
    transform: scale(1.035);
}


.cess-category-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background:
        linear-gradient(
            transparent 20%,
            rgba(20,28,36,.76) 100%
        );
    color: #fff;
}


.cess-category-overlay span {
    margin-bottom: 5px;
    font-size: 12px;
    opacity: .88;
}


.cess-category-overlay strong {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .3px;
}


.cess-card-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(116,146,182,.45);
    background:
        linear-gradient(
            145deg,
            #f7f9fb,
            #dfe7ef
        );
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}


/* -----------------------------------------------
   Discover
   ----------------------------------------------- */

.cess-discover {
    max-width: 1240px;
    margin: 0 auto;
    padding: 90px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}


.cess-discover-copy h2,
.cess-about-copy h2 {
    margin: 0;
    color: #292f35;
    font-size: 39px;
    line-height: 1.2;
    font-weight: 400;
}


.cess-discover-copy p,
.cess-about-copy p {
    margin: 0 0 18px;
    color: #60676e;
    font-size: 15px;
    line-height: 1.8;
}


.cess-discover-visual {
    position: relative;
}


.cess-discover-visual img {
    display: block;
    width: 100%;
    height: auto;
}


.cess-discover-caption {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    padding: 17px 20px;
    background: rgba(116,146,182,.93);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.cess-text-button {
    display: inline-flex;
    min-height: 43px;
    margin-top: 10px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 2px solid #7492b6;
    color: #7492b6 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none !important;
}


/* -----------------------------------------------
   Products
   ----------------------------------------------- */

.cess-products {
    padding: 85px 0 95px;
    background: #f5f7f9;
}


.cess-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px;
}


.cess-product-card {
    min-height: 365px;
    padding-bottom: 23px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e8eb;
}


.cess-product-placeholder {
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(116,146,182,.55);
    background:
        linear-gradient(
            145deg,
            #f7f9fb,
            #e2e9f0
        );
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}


.cess-product-card img {
    display: block;
    width: 100%;
    height: 245px;
    object-fit: cover;
}


.cess-product-card h3 {
    margin: 21px 20px 8px;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}


.cess-product-card > a {
    display: inline-block;
    margin: 0 20px;
    color: #7492b6;
    font-size: 12px;
    text-decoration: none;
}


/* -----------------------------------------------
   About
   ----------------------------------------------- */

.cess-about {
    max-width: 1240px;
    margin: 0 auto;
    padding: 95px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}


.cess-about-image img {
    display: block;
    width: 100%;
    height: auto;
}


/* -----------------------------------------------
   IMPORTANT:
   hide original page content AFTER our rebuilt body,
   but preserve footer.
   ----------------------------------------------- */

body.cess-b46 .cess-rebuilt-home ~ #main,
body.cess-b46 .cess-rebuilt-home ~ .wf-wrap #main {
    display: none !important;
}


/* common The7 original content container */

body.cess-b46 #main:not(.cess-rebuilt-home) {
    /*
      Do not globally hide yet.
      B46 JS marker below handles exact duplicate content.
    */
}


/* -----------------------------------------------
   Responsive
   ----------------------------------------------- */

@media (max-width: 900px) {

    .cess-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cess-discover,
    .cess-about {
        gap: 40px;
    }

    .cess-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {

    .cess-categories {
        padding-top: 55px;
    }

    .cess-category-grid {
        grid-template-columns: 1fr;
    }

    .cess-discover,
    .cess-about {
        padding-top: 60px;
        padding-bottom: 60px;
        grid-template-columns: 1fr;
    }

    .cess-product-grid {
        grid-template-columns: 1fr;
    }

    .cess-discover-copy h2,
    .cess-about-copy h2 {
        font-size: 31px;
    }
}


/* ==================================================
   END CESS B46
   ================================================== */


/* ==================================================
   CESS B50
   REBUILT FOOTER
   ================================================== */


/*
 Historical footer remains in HTML for evidence,
 but reconstructed footer replaces it visually.
*/

body.cess-b46 #footer {
    display: none !important;
}


.cess-rebuilt-footer {
    position: relative;
    z-index: 40;
    width: 100%;
    box-sizing: border-box;
    background: #303a45;
    color: rgba(255,255,255,.72);
    font-family: Arial, Helvetica, sans-serif;
}


.cess-footer-main {
    display: grid;
    grid-template-columns:
        minmax(280px, 1.7fr)
        1fr
        1fr
        1.25fr;
    gap: 55px;

    max-width: 1240px;
    margin: 0 auto;
    padding: 70px 30px 60px;
    box-sizing: border-box;
}


.cess-footer-logo {
    margin-bottom: 20px;
    color: #fff;
    font-size: 31px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}


.cess-footer-brand > p {
    margin: 0 0 13px;
    max-width: 390px;
    color: rgba(255,255,255,.83);
    font-size: 14px;
    line-height: 1.7;
}


.cess-footer-brand
.cess-footer-description {
    color: rgba(255,255,255,.56);
    font-size: 13px;
}


.cess-footer-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.8px;
}


.cess-footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #7492b6;
}


.cess-footer-column a {
    display: block;
    margin-bottom: 12px;
    color: rgba(255,255,255,.68) !important;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none !important;
}


.cess-footer-column a:hover {
    color: #fff !important;
}


.cess-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 30px;

    box-sizing: border-box;

    border-top:
        1px solid rgba(255,255,255,.10);

    color: rgba(255,255,255,.46);
    font-size: 11px;
    line-height: 1.6;
}


.cess-footer-bottom a {
    color: rgba(255,255,255,.58) !important;
    text-decoration: none !important;
}


@media (max-width: 900px) {

    .cess-footer-main {
        grid-template-columns:
            repeat(2, 1fr);
        gap: 45px;
    }

}


@media (max-width: 600px) {

    .cess-footer-main {
        grid-template-columns: 1fr;
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .cess-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* ==================================================
   END CESS B50
   ================================================== */


/* ==================================================
   CESS B51
   HIDE HISTORICAL FOOTER RESIDUALS
   Historical markup remains preserved in HTML.
   ================================================== */

body.cess-b46 #footer,
body.cess-b46 #bottom-bar,
body.cess-b46 .bottom-bar,
body.cess-b46 .footer,
body.cess-b46 .footer-overlap,
body.cess-b46 .wf-container-footer {
    display: none !important;
}


/*
 Protect reconstructed footer from generic historical
 .footer selectors/classes.
*/

body.cess-b46 #cess-rebuilt-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/*
 Some The7 generations place the copyright bar
 directly after #footer rather than inside it.
 Hide historical siblings after #footer.
*/

body.cess-b46 #footer ~ #bottom-bar,
body.cess-b46 #footer ~ .bottom-bar {
    display: none !important;
}


/* ==================================================
   END CESS B51
   ================================================== */


/* ==================================================
   CESS B53
   FINAL HISTORICAL WORDPRESS FOOTER ISOLATION

   Exact DOM confirmed by B52:

   #page
     #cess-rebuilt-footer
     #footer
       #bottom-bar

   Preserve historical HTML, hide only legacy footer.
   ================================================== */

#page > footer#footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

/* Redundant exact safeguard */

#page > footer#footer > #bottom-bar {
    display: none !important;
}

/* Explicitly protect reconstructed footer */

#page > footer#cess-rebuilt-footer {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}


/* ==================================================
   END CESS B53
   ================================================== */


/* ==================================================
   CESS B54
   HIDE LEGACY UI CONTROLS LEFT VISIBLE AT PAGE END
   ================================================== */

/* PhotoSwipe legacy interface */
body > .pswp,
#page ~ .pswp {
    display: none !important;
    visibility: hidden !important;
}

/* Historical scroll-to-top control */
#page > .scroll-top,
.scroll-top {
    display: none !important;
    visibility: hidden !important;
}

/* Prevent legacy PhotoSwipe buttons from appearing
   as small native browser buttons when original CSS
   is unavailable. */
.pswp__button,
.pswp button,
.pswp__ui,
.pswp__top-bar {
    display: none !important;
}


/* ==================================================
   END CESS B54
   ================================================== */


/* ==================================================
   CESS B58 PRODUCTS CSS
   ================================================== */

.cess-products-page {
    background: #fff;
    color: #333;
}

.cess-products-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.cess-products-intro {
    padding: 70px 0 55px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            #f6f8fb 0%,
            #eef3f8 100%
        );
}

.cess-products-eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7492b6;
}

.cess-products-intro h1 {
    margin: 0;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 700;
    color: #303030;
}

.cess-products-lead {
    max-width: 760px;
    margin: 20px auto 0;
    font-size: 19px;
    line-height: 1.6;
    color: #666;
}

.cess-products-search {
    max-width: 650px;
    margin: 34px auto 0;
}

.cess-products-search input {
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #d6dce3;
    border-radius: 4px;
    background: #fff;
    font: inherit;
    font-size: 16px;
    color: #333;
    outline: none;
    box-shadow:
        0 7px 22px rgba(0,0,0,.05);
}

.cess-products-search input:focus {
    border-color: #7492b6;
    box-shadow:
        0 0 0 3px rgba(116,146,182,.13);
}

.cess-products-catalog {
    padding: 65px 0 75px;
}

.cess-product-family {
    margin-bottom: 65px;
}

.cess-product-family:last-child {
    margin-bottom: 0;
}

.cess-product-family > h2 {
    position: relative;
    margin: 0 0 27px;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 1.25;
    color: #333;
}

.cess-product-family > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #7492b6;
}

.cess-product-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.cess-product-card {
    box-sizing: border-box;
    min-height: 185px;
    padding: 29px 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none !important;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f5f7fa 100%
        );
    border: 1px solid #e0e4e8;
    border-top: 4px solid #7492b6;
    color: #333 !important;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.cess-product-card:hover {
    transform: translateY(-3px);
    border-color: #8296be;
    box-shadow:
        0 12px 30px rgba(0,0,0,.09);
}

.cess-card-category {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7492b6;
}

.cess-product-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.35;
    color: #333;
}

.cess-product-card > span:last-child {
    font-size: 14px;
    line-height: 1.5;
    color: #777;
}

.cess-products-contact {
    padding: 70px 0;
    text-align: center;
    background: #7492b6;
    color: #fff;
}

.cess-products-contact h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
}

.cess-products-contact p {
    max-width: 650px;
    margin: 15px auto 28px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,.9);
}

.cess-products-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 46px;
    padding: 0 25px;
    border: 2px solid #fff;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.cess-products-contact-button:hover {
    background: #fff;
    color: #7492b6 !important;
}

@media (max-width: 900px) {

    .cess-product-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {

    .cess-products-wrap {
        width: min(
            100% - 28px,
            1180px
        );
    }

    .cess-products-intro {
        padding:
            50px 0 42px;
    }

    .cess-products-catalog {
        padding:
            45px 0 55px;
    }

    .cess-product-grid {
        grid-template-columns: 1fr;
    }

    .cess-product-card {
        min-height: 155px;
    }

}


/* ==================================================
   END CESS B58 PRODUCTS CSS
   ================================================== */

/* =====================================================
   CESS B65 - MANTENIMIENTO
   Historical-content reconstruction
   ===================================================== */

.cess-internal-page {
  background: #fff;
  color: #333;
}

.cess-internal-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.cess-internal-hero {
  padding: 72px 0 76px;
  text-align: center;
  background: #f1f5fa;
}

.cess-internal-eyebrow {
  margin: 0 0 12px;
  color: #7492b6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.cess-internal-hero h1 {
  margin: 0;
  color: #303030;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1.05;
}

.cess-internal-lead {
  max-width: 760px;
  margin: 24px auto 0;
  color: #60666d;
  font-size: 18px;
  line-height: 1.7;
}

.cess-maintenance-intro {
  padding: 80px 0;
}

.cess-maintenance-intro-grid {
  display: grid;
  grid-template-columns: 1.45fr .8fr;
  gap: 70px;
  align-items: center;
}

.cess-maintenance-intro h2,
.cess-maintenance-services h2,
.cess-maintenance-turnkey h2,
.cess-maintenance-contact h2 {
  margin: 0 0 20px;
  color: #303030;
  font-size: 34px;
  line-height: 1.2;
}

.cess-maintenance-intro p {
  color: #62676d;
  font-size: 16px;
  line-height: 1.8;
}

.cess-maintenance-callout {
  padding: 42px;
  border-top: 4px solid #7492b6;
  background: #f4f6f8;
}

.cess-maintenance-callout span {
  display: block;
  margin-bottom: 14px;
  color: #7492b6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cess-maintenance-callout strong {
  display: block;
  color: #303030;
  font-size: 28px;
  line-height: 1.2;
}

.cess-maintenance-services {
  padding: 80px 0;
  background: #f6f8fa;
}

.cess-maintenance-services .cess-section-heading {
  margin-bottom: 44px;
}

.cess-maintenance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cess-maintenance-card {
  min-height: 250px;
  padding: 38px;
  border: 1px solid #dce2e8;
  border-top: 4px solid #7492b6;
  background: #fff;
}

.cess-maintenance-number {
  margin-bottom: 30px;
  color: #9aabc0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
}

.cess-maintenance-card h3 {
  margin: 0 0 16px;
  color: #303030;
  font-size: 22px;
}

.cess-maintenance-card p {
  margin: 0;
  color: #666c72;
  font-size: 15px;
  line-height: 1.75;
}

.cess-maintenance-turnkey {
  padding: 80px 0;
}

.cess-maintenance-turnkey-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
  padding: 55px;
  background: #7492b6;
}

.cess-maintenance-turnkey-box h2,
.cess-maintenance-turnkey-box p {
  color: #fff;
}

.cess-maintenance-turnkey-box
.cess-internal-eyebrow {
  color: rgba(255,255,255,.7);
}

.cess-maintenance-turnkey-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}

.cess-maintenance-contact {
  padding: 82px 0;
  text-align: center;
  background: #f1f5fa;
}

.cess-maintenance-contact p:not(.cess-internal-eyebrow) {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #62676d;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 800px) {

  .cess-maintenance-intro-grid,
  .cess-maintenance-grid,
  .cess-maintenance-turnkey-box {
    grid-template-columns: 1fr;
  }

  .cess-maintenance-intro-grid,
  .cess-maintenance-turnkey-box {
    gap: 30px;
  }

  .cess-internal-hero {
    padding: 55px 0;
  }

  .cess-maintenance-intro,
  .cess-maintenance-services,
  .cess-maintenance-turnkey,
  .cess-maintenance-contact {
    padding: 55px 0;
  }
}


/* =====================================================
   CESS B67 - NOSOTROS
   Historical-content reconstruction
   ===================================================== */

.cess-about-main {
  padding: 90px 0;
  background: #fff;
}

.cess-about-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: start;
}

.cess-about-heading h2 {
  max-width: 480px;
  margin: 0;
  color: #303030;
  font-size: 38px;
  line-height: 1.22;
}

.cess-about-years {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid #d9dfe5;
}

.cess-about-years strong {
  color: #7492b6;
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
}

.cess-about-years span {
  max-width: 110px;
  color: #60666d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.cess-about-copy {
  padding-top: 24px;
}

.cess-about-copy p {
  margin: 0 0 22px;
  color: #62676d;
  font-size: 17px;
  line-height: 1.85;
}

.cess-about-copy .cess-about-lead {
  color: #303030;
  font-size: 27px;
  line-height: 1.45;
}

.cess-about-excellence {
  padding: 85px 0;
  background: #f3f6f9;
}

.cess-about-excellence-box {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: center;
}

.cess-about-excellence-title h2 {
  margin: 0;
  color: #303030;
  font-size: 36px;
  line-height: 1.25;
}

.cess-about-excellence-copy {
  padding: 42px;
  border-top: 4px solid #7492b6;
  background: #fff;
}

.cess-about-excellence-copy p {
  margin: 0 0 18px;
  color: #62676d;
  font-size: 16px;
  line-height: 1.8;
}

.cess-about-excellence-copy p:last-child {
  margin-bottom: 0;
}

.cess-about-principles {
  padding: 80px 0;
  background: #fff;
}

.cess-about-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dbe1e7;
  border-bottom: 1px solid #dbe1e7;
}

.cess-about-principles-grid > div {
  min-height: 220px;
  padding: 35px 30px;
  border-right: 1px solid #dbe1e7;
}

.cess-about-principles-grid > div:last-child {
  border-right: 0;
}

.cess-about-principles-grid span {
  display: block;
  margin-bottom: 35px;
  color: #9bacc0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
}

.cess-about-principles-grid strong {
  display: block;
  margin-bottom: 15px;
  color: #303030;
  font-size: 20px;
}

.cess-about-principles-grid p {
  margin: 0;
  color: #6a7076;
  font-size: 14px;
  line-height: 1.7;
}

.cess-about-contact {
  padding: 85px 0;
  text-align: center;
  background: #f1f5fa;
}

.cess-about-contact h2 {
  margin: 0 0 18px;
  color: #303030;
  font-size: 36px;
}

.cess-about-contact > .cess-internal-wrap > p:not(
  .cess-internal-eyebrow
) {
  max-width: 680px;
  margin: 0 auto 30px;
  color: #62676d;
  font-size: 16px;
  line-height: 1.75;
}

.cess-about-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.cess-about-secondary-button {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid #7492b6;
  color: #5d7899;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cess-about-secondary-button:hover {
  background: #7492b6;
  color: #fff;
}

@media (max-width: 850px) {

  .cess-about-grid,
  .cess-about-excellence-box {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cess-about-principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cess-about-principles-grid > div:nth-child(2) {
    border-right: 0;
  }

  .cess-about-principles-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #dbe1e7;
  }
}

@media (max-width: 520px) {

  .cess-about-main,
  .cess-about-excellence,
  .cess-about-principles,
  .cess-about-contact {
    padding: 55px 0;
  }

  .cess-about-principles-grid {
    grid-template-columns: 1fr;
  }

  .cess-about-principles-grid > div {
    border-right: 0;
    border-bottom: 1px solid #dbe1e7;
  }

  .cess-about-principles-grid > div:last-child {
    border-bottom: 0;
  }

  .cess-about-actions {
    flex-direction: column;
    align-items: center;
  }
}


/* =====================================================
   CESS B68 - CONTACTO
   Historical-content reconstruction
   ===================================================== */

.cess-contact-main {
  padding: 90px 0;
  background: #fff;
}

.cess-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 85px;
  align-items: start;
}

.cess-contact-information h2,
.cess-contact-form-box h2,
.cess-contact-service h2,
.cess-contact-maintenance h2 {
  margin: 0 0 22px;
  color: #303030;
  font-size: 36px;
  line-height: 1.2;
}

.cess-contact-intro {
  margin: 0 0 42px;
  color: #646a70;
  font-size: 16px;
  line-height: 1.8;
}

.cess-contact-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid #dce2e8;
}

.cess-contact-item > span {
  color: #91a5bd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cess-contact-item strong {
  display: block;
  margin-bottom: 8px;
  color: #303030;
  font-size: 16px;
}

.cess-contact-item a {
  color: #657d9a;
  text-decoration: none;
  font-size: 16px;
}

.cess-contact-form-box {
  padding: 44px;
  border-top: 4px solid #7492b6;
  background: #f3f6f9;
}

.cess-static-contact-form label {
  display: block;
  margin: 0 0 20px;
  color: #50565c;
  font-size: 13px;
  font-weight: 600;
}

.cess-static-contact-form input,
.cess-static-contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid #d2d9e0;
  background: #fff;
  color: #333;
  font: inherit;
  outline: none;
}

.cess-static-contact-form input:focus,
.cess-static-contact-form textarea:focus {
  border-color: #7492b6;
}

.cess-static-contact-form textarea {
  resize: vertical;
}

.cess-static-contact-form button {
  padding: 14px 30px;
  border: 0;
  background: #7492b6;
  color: #fff;
  cursor: default;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cess-form-status {
  margin: 15px 0 0;
  color: #92989e;
  font-size: 11px;
  line-height: 1.5;
}

.cess-contact-service {
  padding: 85px 0;
  background: #f3f6f9;
}

.cess-contact-service-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.cess-contact-service-box > div:first-child > p:last-child {
  color: #656b71;
  font-size: 16px;
  line-height: 1.8;
}

.cess-contact-service-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d6dde4;
  border-left: 1px solid #d6dde4;
}

.cess-contact-service-categories > div {
  min-height: 120px;
  padding: 26px;
  border-right: 1px solid #d6dde4;
  border-bottom: 1px solid #d6dde4;
  background: #fff;
}

.cess-contact-service-categories span {
  display: block;
  margin-bottom: 24px;
  color: #96a8bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cess-contact-service-categories strong {
  color: #303030;
  font-size: 17px;
}

.cess-contact-maintenance {
  padding: 85px 0;
  text-align: center;
  background: #fff;
}

.cess-contact-maintenance > .cess-internal-wrap > p:not(
  .cess-internal-eyebrow
) {
  max-width: 680px;
  margin: 0 auto 30px;
  color: #646a70;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 850px) {

  .cess-contact-grid,
  .cess-contact-service-box {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 560px) {

  .cess-contact-main,
  .cess-contact-service,
  .cess-contact-maintenance {
    padding: 55px 0;
  }

  .cess-contact-form-box {
    padding: 28px;
  }

  .cess-contact-service-categories {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   CESS B73 OLD FOOTER HIDE
   Conserva el footer histórico en HTML como evidencia,
   pero oculta su representación visual.
   ===================================================== */

#page > footer#footer,
#page > footer#footer > #bottom-bar,
footer#footer.footer.solid-bg {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* proteger footer reconstruido */

#cess-rebuilt-footer,
footer#cess-rebuilt-footer {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* residuos PhotoSwipe / scroll-top */

body > .pswp,
#page ~ .pswp,
.pswp__button,
.pswp__ui,
.pswp__top-bar,
.scroll-top {
    display: none !important;
    visibility: hidden !important;
}


/* ==================================================
   CESS B83 PROJECT PAGES
   Reconstruccion visual basada en plantilla aprobada
   ================================================== */

.cess-project-content{
    padding:70px 0 80px;
    background:#fff;
}

.cess-project-page .cess-products-wrap{
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
    padding-left:30px;
    padding-right:30px;
}

.cess-project-hero-image{
    max-width:900px;
    margin:0 auto 45px;
    text-align:center;
}

.cess-project-hero-image img{
    display:block;
    max-width:100%;
    max-height:620px;
    width:auto;
    height:auto;
    margin:0 auto;
    object-fit:contain;
}

.cess-project-copy{
    max-width:900px;
    margin:0 auto;
    font-size:17px;
    line-height:1.8;
    color:#555;
}

.cess-project-copy p{
    margin:0 0 24px;
}

.cess-project-page .cess-products-contact{
    margin-top:0;
}

@media (max-width:767px){

    .cess-project-content{
        padding:45px 0 55px;
    }

    .cess-project-page .cess-products-wrap{
        padding-left:20px;
        padding-right:20px;
    }

    .cess-project-copy{
        font-size:16px;
        line-height:1.7;
    }

    .cess-project-hero-image{
        margin-bottom:30px;
    }
}

/* ==================================================
   CESS B90 PRIVACY PAGE
   ================================================== */

.cess-privacy-content{
    padding:70px 0 85px;
    background:#fff;
}

.cess-privacy-page .cess-products-wrap{
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
    padding-left:30px;
    padding-right:30px;
}

.cess-privacy-copy{
    max-width:900px;
    margin:0 auto;
    color:#555;
    font-size:16px;
    line-height:1.8;
}

.cess-privacy-copy h2{
    margin:42px 0 18px;
    color:#333;
    font-size:25px;
    line-height:1.3;
    font-weight:600;
}

.cess-privacy-copy h2:first-child{
    margin-top:0;
}

.cess-privacy-copy p{
    margin:0 0 20px;
}

.cess-privacy-list-item{
    padding-left:16px;
}

@media (max-width:767px){

    .cess-privacy-content{
        padding:45px 0 60px;
    }

    .cess-privacy-page .cess-products-wrap{
        padding-left:20px;
        padding-right:20px;
    }

    .cess-privacy-copy{
        font-size:15px;
        line-height:1.7;
    }

    .cess-privacy-copy h2{
        font-size:22px;
    }
}


/* ==================================================
   CESS B98 STATIC HEADER
   Reconstructed production-safe header
   ================================================== */


/*
   El masthead histórico The7 permanece en HTML
   como evidencia, pero no participa visualmente.
*/

#page > .masthead,
body > .masthead,
.masthead.inline-header {
    display: none !important;
}


/* ---------- wrapper ---------- */

#cess-static-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* ---------- top bar ---------- */

.cess-static-topbar {
    width: 100%;
    background: #7492b6;
    color: #fff;
}

.cess-static-topbar-inner {
    width: min(1180px, calc(100% - 60px));
    min-height: 42px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

.cess-static-contact {
    display: flex;
    align-items: center;
    gap: 25px;

    font-size: 13px;
    line-height: 1;
}

.cess-static-contact a {
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.cess-static-contact a:hover {
    opacity: .82;
}

.cess-static-search {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    opacity: .95;
}


/* ---------- navigation ---------- */

.cess-static-nav {
    width: 100%;
    background: #fff;

    border-bottom:
        1px solid rgba(30, 50, 70, .08);
}

.cess-static-nav-inner {
    width: min(1180px, calc(100% - 60px));
    min-height: 92px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;
}


/* ---------- brand ---------- */

.cess-static-brand {
    display: inline-block;

    color: #7492b6 !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 29px;
    line-height: 1;

    font-weight: 600;
    letter-spacing: 8px;

    text-decoration: none !important;
    white-space: nowrap;
}


/* ---------- menu ---------- */

.cess-static-menu {
    display: flex;
    align-items: center;

    gap: 34px;
}

.cess-static-menu a {
    position: relative;

    display: inline-flex;
    align-items: center;

    min-height: 92px;

    color: #30363b !important;

    font-size: 14px;
    line-height: 1;

    font-weight: 500;

    text-decoration: none !important;
    white-space: nowrap;
}

.cess-static-menu a:after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 27px;

    height: 2px;

    background: #7492b6;

    transform: scaleX(0);
    transform-origin: center;

    transition:
        transform .18s ease;
}

.cess-static-menu a:hover {
    color: #7492b6 !important;
}

.cess-static-menu a:hover:after {
    transform: scaleX(1);
}


/* ---------- mobile ---------- */

@media (max-width: 900px) {

    .cess-static-topbar-inner {
        width: calc(100% - 36px);
    }

    .cess-static-contact {
        gap: 14px;
        flex-wrap: wrap;

        padding: 10px 0;
    }

    .cess-static-search {
        display: none;
    }

    .cess-static-nav-inner {
        width: calc(100% - 36px);

        min-height: auto;

        padding:
            22px 0;

        flex-direction: column;
        align-items: flex-start;

        gap: 20px;
    }

    .cess-static-menu {
        width: 100%;

        flex-wrap: wrap;

        gap:
            8px 24px;
    }

    .cess-static-menu a {
        min-height: 34px;
    }

    .cess-static-menu a:after {
        bottom: 2px;
    }

}


@media (max-width: 560px) {

    .cess-static-contact {
        font-size: 12px;
    }

    .cess-static-contact a {
        width: 100%;
    }

    .cess-static-brand {
        font-size: 25px;
    }

    .cess-static-menu {
        display: grid;
        grid-template-columns:
            1fr 1fr;
    }

}



/* ==================================================
   CESS B100 HIDE HISTORICAL HEADER RESIDUALS

   The7 historical navigation remains preserved
   in the HTML but must not render visually.
   ================================================== */

/* Desktop historical header */
header.header-bar {
    display: none !important;
}

/* Historical desktop navigation */
#primary-menu,
ul#primary-menu,
.main-nav#primary-menu {
    display: none !important;
}

/* Historical mobile navigation */
.dt-mobile-header,
#mobile-menu,
ul#mobile-menu,
.mobile-main-nav#mobile-menu {
    display: none !important;
}

/* Historical mobile header bar */
.mobile-header-bar {
    display: none !important;
}

