    .home-about-feature {
        position: relative;
        overflow: hidden;
        display: none;
    }

    .chooseus-section {
        display: none;
    }

    .about-section {
        display: none;
    }

    .home-about-feature .feature-shell {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.88fr) minmax(0, 1.07fr);
        min-height: 760px;
    }

    .home-about-feature .feature-left,
    .home-about-feature .feature-right {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 70px 64px;
    }

    .home-about-feature .feature-left {
        background: #1f1f1f;
        color: #ffffff;
    }

    .home-about-feature .feature-left .eyebrow {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        padding: 0 0 10px 18px;
        border-left: 1px solid #385EA4;
        border-bottom: 1px solid #385EA4;
        color: #385EA4;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 28px;
    }

    .home-about-feature .feature-left h2 {
        color: #ffffff;
        font-size: clamp(42px, 4vw, 64px);
        line-height: 1.08;
        font-weight: 800;
        max-width: 540px;
        margin-bottom: 42px;
    }

    .home-about-feature .feature-left p {
        color: rgba(255, 255, 255, 0.92);
        font-size: 22px;
        line-height: 1.45;
        max-width: 560px;
        margin-bottom: 54px;
    }

    .home-about-feature .feature-left .theme-btn {
        min-width: 230px;
        justify-content: center;
        background: #385EA4;
        border-color: #385EA4;
    }

    .home-about-feature .feature-left .theme-btn:hover {
        background: var(--theme-color);
        border-color: var(--theme-color);
    }

    .home-about-feature .feature-middle {
        position: relative;
        min-height: 760px;
        overflow: hidden;
    }

    .home-about-feature .feature-middle figure {
        position: absolute;
        inset: 0;
        margin: 0;
    }

    .home-about-feature .feature-middle figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-about-feature .feature-right {
        background: #f5f7fb;
        padding-left: 58px;
        padding-right: 58px;
    }

    .home-about-feature .feature-right::before {
        position: absolute;
        content: '';
        inset: 0;
        background-image: url('../images/shape/shape-4.png');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        opacity: 0.26;
        pointer-events: none;
    }

    .home-about-feature .feature-right > * {
        position: relative;
        z-index: 1;
    }

    .home-about-feature .feature-stat {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 18px;
        margin-bottom: 38px;
    }

    .home-about-feature .feature-stat .stat-number {
        color: #0b4a80;
        font-size: clamp(86px, 10vw, 160px);
        line-height: 0.9;
        font-weight: 900;
        letter-spacing: -0.06em;
    }

    .home-about-feature .feature-stat .stat-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        color: #0b4a80;
        font-size: 26px;
        line-height: 1;
        font-weight: 700;
        padding-top: 8px;
    }

    .home-about-feature .feature-stat .stat-copy {
        margin-top: 12px;
        max-width: 260px;
        color: #0b4a80;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 600;
    }

    .home-about-feature .feature-list {
        display: flex;
        flex-direction: column;
    }

    .home-about-feature .feature-item {
        display: flex;
        gap: 22px;
        align-items: flex-start;
        padding: 32px 0;
        border-top: 1px solid #dde4ee;
    }

    .home-about-feature .feature-item:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .home-about-feature .feature-item .icon {
        flex: 0 0 auto;
        width: 68px;
        height: 68px;
        border: 3px solid #385EA4;
        border-radius: 50%;
        color: #385EA4;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }

    .home-about-feature .feature-item h3 {
        color: #0b1357;
        font-size: 28px;
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .home-about-feature .feature-item p {
        color: #162451;
        font-size: 20px;
        line-height: 1.35;
        margin: 0;
    }

    @media only screen and (max-width: 1199px) {
        .home-about-feature .feature-shell {
            grid-template-columns: 1fr;
        }

        .home-about-feature .feature-middle {
            min-height: 560px;
        }

        .home-about-feature .feature-right {
            padding-top: 54px;
            padding-bottom: 54px;
        }

        .home-about-feature .feature-stat {
            justify-content: flex-start;
        }

        .home-about-feature .feature-stat .stat-label {
            writing-mode: horizontal-tb;
            transform: none;
            align-self: center;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-about-feature .feature-left,
        .home-about-feature .feature-right {
            padding: 44px 24px;
        }

        .home-about-feature .feature-left p,
        .home-about-feature .feature-item p {
            font-size: 18px;
        }

        .home-about-feature .feature-left h2 {
            font-size: 34px;
        }

        .home-about-feature .feature-stat {
            flex-direction: column;
            gap: 10px;
        }

        .home-about-feature .feature-item {
            gap: 16px;
            padding: 24px 0;
        }

        .home-about-feature .feature-item .icon {
            width: 56px;
            height: 56px;
            font-size: 24px;
        }

        .home-about-feature .feature-item h3 {
            font-size: 22px;
        }
    }

    .home-quote-section {
        position: relative;
        padding: 0 0 70px;
        /* background: linear-gradient(180deg, #385EA4 0%, #385EA4 54%, #f3f5f8 54%, #f3f5f8 100%); */
        overflow: hidden;
        background-image: url('/assets/images/background/backCotizacion.jpg');
        background-size: cover;
    }

    .home-quote-section__hero {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
        min-height: 560px;
        background: #385EA4;
    }

    .home-quote-section__copy {
        position: relative;
        z-index: 2;
        padding: 90px 56px 82px 120px;
        color: #ffffff;
    }

    .home-quote-section__brand {
        display: flex;
        align-items: center;
        gap: 34px;
        margin-bottom: 34px;
    }

    .home-quote-section__logo {
        width: 182px;
        height: 182px;
        border-radius: 50%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 182px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    }

    .home-quote-section__logo img {
        width: 76%;
        height: 76%;
        object-fit: contain;
    }

    .home-quote-section__copy h2 {
        max-width: 720px;
        color: #ffffff;
        font-size: clamp(30px, 3vw, 23px);
        line-height: 1.08;
        font-weight: 800;
        margin-bottom: 42px;
    }

    .home-quote-section__copy p {
        max-width: 680px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 18px;
        line-height: 1.45;
        margin-bottom: 34px;
    }

    .home-quote-section__visual {
        position: relative;
        min-height: 560px;
        overflow: hidden;
        clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    }

    .home-quote-section__visual img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-quote-section__panel {
        position: relative;
        margin-top: -56px;
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.95fr);
        background: #ffffff;
        box-shadow: 0 28px 60px rgba(9, 32, 58, 0.16);
        overflow: hidden;
    }

    .home-quote-section__services {
        position: relative;
        padding: 44px 48px 40px 130px;
        background: #ffffff;
    }

    .home-quote-section__ribbon {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 92px;
        background: #385EA4;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 42px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.04em;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .home-quote-section__service-item {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        padding: 28px 0;
    }

    .home-quote-section__service-item + .home-quote-section__service-item {
        border-top: 1px solid #eceff3;
    }

    .home-quote-section__service-icon {
        width: 74px;
        height: 74px;
        flex: 0 0 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111111;
        font-size: 40px;
        line-height: 1;
    }

    .home-quote-section__service-item h3 {
        color: #385EA4;
        font-size: 28px;
        line-height: 1.05;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .home-quote-section__service-item p {
        color: #2a2a2a;
        font-size: 16px;
        line-height: 1.45;
        margin: 0;
        max-width: 420px;
    }

    .home-quote-section__form {
        background: #ffa538;
        color: #ffffff;
        padding: 44px 48px 40px;
    }

    .home-quote-section__form h3 {
        color: var(--title-color) !important;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .home-quote-section__form p {
        color: #000000;
        /* font-size: 16px; */
        line-height: 1.45;
        margin-bottom: 34px;
    }

    .home-quote-section__form .form-grid {
        display: grid;
        grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
        gap: 16px 26px;
    }

    .home-quote-ruc-status {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-left: 7px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 12px;
        font-weight: 400;
        vertical-align: middle;
    }

    .home-quote-ruc-status[hidden] {
        display: none;
    }

    .home-quote-ruc-status.is-error {
        color: #8b0000;
    }

    .home-quote-ruc-spinner {
        width: 12px;
        height: 12px;
        border: 2px solid rgba(255, 255, 255, 0.45);
        border-top-color: var(--title-color);
        border-radius: 50%;
        animation: home-quote-ruc-spin 0.7s linear infinite;
    }

    @keyframes home-quote-ruc-spin {
        to {
            transform: rotate(360deg);
        }
    }

    .home-quote-section__form input[readonly] {
        cursor: default;
    }

    .home-quote-section__form .home-quote-contact-fields {
        display: block;
    }

    .home-quote-section__form .home-quote-contact-fields > .row {
        margin-left: -8px;
        margin-right: -8px;
        row-gap: 16px;
    }

    .home-quote-section__form .home-quote-contact-fields .col-md-6 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .home-quote-section__form .field {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .home-quote-section__form .field.full {
        grid-column: 1 / -1;
    }

    .home-quote-section__form label {
        color: rgba(255, 255, 255, 0.66);
        font-size: 16px;
        line-height: 1.2;
        margin: 0;
    }

    .home-quote-section__form input,
    .home-quote-section__form textarea {
        width: 100%;
        border: 0;
        outline: 0;
        background: #ffffff;
        color: #111111;
        padding: 16px 18px;
        font-size: 16px;
        line-height: 1.4;
        border-radius: 0;
        box-shadow: none;
    }

    .home-quote-section__form textarea {
        min-height: 100px;
        resize: vertical;
    }

    .home-quote-section__form .form-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 22px;
    }

    .home-quote-section__form .theme-btn {
        min-width: 220px;
        justify-content: center;
        background: #385EA4;
        border-color: #385EA4;
    }

    .home-quote-section__form .theme-btn:hover {
        background: var(--theme-color);
        border-color: var(--theme-color);
    }

    .home-quote-section__recaptcha {
        min-height: 78px;
        display: flex;
        align-items: center;
    }

    @media only screen and (max-width: 1199px) {
        .home-quote-section__copy,
        .home-quote-section__services,
        .home-quote-section__form {
            padding-left: 34px;
            padding-right: 34px;
        }

        .home-quote-section__panel {
            grid-template-columns: 1fr;
        }

        .home-quote-section__ribbon {
            position: relative;
            width: 100%;
            height: 76px;
            writing-mode: initial;
            transform: none;
            font-size: 25px;
        }

        .home-quote-section__services {
            padding-top: 24px;
            padding-left: 34px;
        }
    }

    @media only screen and (max-width: 991px) {
        .home-quote-section__hero {
            grid-template-columns: 1fr;
        }

        .home-quote-section__visual {
            min-height: 380px;
            clip-path: none;
        }

        .home-quote-section__brand {
            flex-direction: column;
            align-items: flex-start;
        }

        .home-quote-section__logo {
            width: 140px;
            height: 140px;
            flex-basis: 140px;
        }

        .home-quote-section__form .form-grid {
            grid-template-columns: 1fr;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-quote-section__copy {
            padding-top: 66px;
        }

        .home-quote-section__copy h2 {
            font-size: 32px;
        }

        .home-quote-section__copy p {
            font-size: 18px;
        }

        .home-quote-section__service-item {
            gap: 18px;
        }

        .home-quote-section__service-icon {
            width: 54px;
            height: 54px;
            flex-basis: 54px;
            font-size: 28px;
        }

        .home-quote-section__service-item h3 {
            font-size: 24px;
        }

        .home-quote-section__service-item p,
        .home-quote-section__form p {
            font-size: 18px;
        }

        .home-quote-section__form h3 {
            font-size: 28px;
        }
    }

    .home-clients-section {
        position: relative;
        overflow: hidden;
        padding: 100px 0 50px;
        /* background: #f4f6fa; */
    }

    .home-clients-section .bg-layer {
        position: absolute;
        inset: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.28;
        pointer-events: none;
    }

    .home-clients-section .overlay-layer {
        position: absolute;
        inset: 0;
        /* background: rgba(255, 255, 255, 0.66); */
        pointer-events: none;
    }

    .home-clients-section .auto-container {
        position: relative;
        z-index: 1;
    }

    .home-clients-section .sec-title {
        margin-bottom: 48px;
        text-align: center;
    }

    /* .home-clients-section .sec-title h6 {
    position: relative;
    display: inline-block;
    color: #385EA4;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: 1px solid #f4b3b4;
    border-bottom: 1px solid #f4b3b4;
    margin-bottom: 22px;
    } */

    .home-clients-section .sec-title h2 {
        color: #000000;
        font-size: clamp(34px, 3vw, 58px);
        line-height: 1.15;
        /* font-weight: 700; */
        max-width: 1120px;
        margin: 0 auto;
    }

    .home-clients-section .sec-title h2 span {
        font-weight: 800;
    }

    .home-clients-section .clients-grid {
        max-width: 1220px;
        margin: 0 auto;
    }

    .home-clients-section .clients-row {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        justify-content: center;
        align-items: stretch;
    }

    .home-clients-section .clients-row.bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 960px;
        margin: 0 auto;
    }

    .home-clients-section .client-card {
        min-height: 138px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(26, 50, 86, 0.18);
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 22px;
        box-shadow: 0 8px 20px rgba(4, 20, 41, 0.04);
    }

    .home-clients-section .client-card img {
        display: block;
        max-width: 100%;
        max-height: 100px;
        object-fit: contain;
        filter: saturate(0.98);
        margin: 0 auto;
    }

    .home-clients-section .clients-empty {
        text-align: center;
        color: #385EA4;
        font-size: 20px;
        font-weight: 600;
        padding: 28px 0 0;
    }

    .home-news-section {
        position: relative;
        overflow: hidden;
        padding: 120px 0 112px;
    }

    .home-news-section .bg-layer {
        position: absolute;
        inset: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.22;
        pointer-events: none;
    }

    .home-news-section .overlay-layer {
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.72);
        pointer-events: none;
    }

    .home-news-section .auto-container {
        position: relative;
        z-index: 1;
    }

    .home-news-section .sec-title {
        text-align: center;
        margin-bottom: 48px;
    }

    /* .home-news-section .sec-title h6 {
    position: relative;
    display: inline-block;
    color: #385EA4;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: 1px solid #f4b3b4;
    border-bottom: 1px solid #f4b3b4;
    margin-bottom: 24px;
    } */

    .home-news-section .sec-title h2 {
        color: #000000;
        font-size: clamp(34px, 3vw, 58px);
        line-height: 1.15;
        /* font-weight: 700; */
        margin: 0 auto;
    }

    .home-news-section .sec-title h2 span {
        font-weight: 800;
    }

    .home-news-section .two-item-carousel {
        margin-left: -20px;
        margin-right: -20px;
    }

    /* .home-news-section .news-block-one {
    padding: 0 20px;
    } */

    .home-news-section .news-block-one .inner-box {
        background: #ffffff;
        /* padding: 40px 40px 34px; */
        /* border: 1px solid rgba(17, 41, 73, 0.08); */
        /* box-shadow: 0 10px 24px rgba(12, 33, 58, 0.04); */
        min-height: 100%;
        border: 1px solid #d8d8d8;
    }

    .home-news-section .news-block-one .upper-content {
        display: flex;
        align-items: flex-start;
        /* gap: 28px; */
        /* margin-bottom: 24px; */
    }

    .home-news-section .news-block-one .info-box {
        width: 142px;
        flex: 0 0 142px;
        padding-top: 10px;
    }

    .home-news-section .news-block-one .post-date {
        margin-bottom: 22px;
    }

    .home-news-section .news-block-one .post-date h3 {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #222222;
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .home-news-section .news-block-one .post-date p {
        color: #6b6b6b;
        font-size: 16px;
        line-height: 1.35;
        margin: 0;
        min-height: 40px;
    }

    .home-news-section .news-block-one .author-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        border-top: 1px solid #dedede;
        padding-top: 18px;
    }

    .home-news-section .news-block-one .author-icon {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2b2b2b;
        font-size: 28px;
        line-height: 1;
    }

    .home-news-section .news-block-one .author-image {
        display: none;
    }

    .home-news-section .news-block-one .author-box .inner h5 {
        color: #6b6b6b;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 500;
        margin-bottom: 0;
        text-transform: lowercase;
    }

    .home-news-section .news-block-one .image-box {
        position: relative;
        flex: 1;
        min-width: 0;
    }

    .home-news-section .news-block-one .image-box .image {
        margin: 0;
    }

    .home-news-section .news-block-one .image-box .image img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        display: block;
    }

    .home-news-section .news-block-one .category,
    .home-news-section .news-block-one .zoom-btn {
        display: none;
    }

    .home-news-section .news-block-one .lower-content {
        border-top: 1px solid #d8d8d8;
        /* padding-top: 28px; */
    }

    .home-news-section .news-block-one .lower-content h3 {
        color: #385EA4;
        font-size: clamp(18px, 2.1vw, 18px);
        line-height: 1.18;
        font-weight: 700;
        min-height: 60px;
        display: grid;
        align-content: center;
    }

    .home-news-section .news-block-one .lower-content h3 a {
        color: inherit;
    }

    .home-news-section .news-block-one .link-box {
        display: none;
    }

    @media only screen and (max-width: 991px) {
        .home-news-section .news-block-one .inner-box {
            padding: 30px 26px 28px;
            margin-left: 30px;
            margin-right: -10px;
        }

        .home-news-section .news-block-one .upper-content {
            gap: 0px;
        }

        .home-news-section .news-block-one .info-box {
            width: 120px;
            flex-basis: 120px;
        }

        .home-news-section .news-block-one .image-box .image img {
            height: 190px;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-news-section {
            padding: 92px 0 90px;
        }

        .home-news-section .sec-title h2 {
            font-size: 30px;
        }

        .home-news-section .news-block-one .upper-content {
            flex-direction: column;
        }

        .home-news-section .news-block-one .info-box {
            width: 100%;
            flex-basis: auto;
        }

        .home-news-section .news-block-one .image-box .image img {
            height: 210px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .home-clients-section .clients-row {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .home-clients-section .clients-row.bottom {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            max-width: none;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-clients-section {
            padding:76px 0 0px;
        }

        .home-clients-section .sec-title h2 {
            font-size: 30px;
        }

        .home-clients-section .clients-row,
        .home-clients-section .clients-row.bottom {
            grid-template-columns: 1fr;
        }

        .home-clients-section .client-card {
            min-height: 118px;
            padding: 16px 18px;
        }

        .home-clients-section .client-card img {
            max-width: 100%;
            max-height: 100px;
        }
    }

    .service-block-three .inner-box .service-card-three__media {
        position: relative;
        display: block;
        width: 100%;
        height: 220px;
        margin-bottom: 28px;
        border-radius: 12px;
        overflow: hidden;
        background-color: #e9edf2;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .service-block-three .inner-box .service-card-three__media::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(11, 74, 128, 0.08) 0%, rgba(11, 74, 128, 0.22) 100%);
    }

    .service-block-three .inner-box .icon-box {
        z-index: 2;
    }

    .service-block-three .inner-box .overlay-bg {
        opacity: 0.22;
    }

    /* .service-block-three .inner-box .overlay-content {
    background-color: rgba(255, 255, 255, 0.94);
    } */

    .service-block-three .inner-box:hover .overlay-bg {
        opacity: 0.16;
    }

    .service-block-three .inner-box .overlay-content .title-box .title-shape,
    .service-block-three .inner-box .overlay-content .title-box .title-shape::before,
    .service-block-three .inner-box .overlay-content .title-box .title-shape::after {
        background-color: #ffffff;
    }

    .service-block-three .inner-box .overlay-content .title-box h2 a,
    .service-block-three .inner-box .overlay-content .title-box h2 a:hover {
        color: #ffffff;
    }

    .service-block-three .inner-box .overlay-content p {
        color: #ffffff;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .service-block-three .inner-box .overlay-content .theme-btn.btn-three {
        background: #385EA4 !important;
        color: #ffffff !important;
    }

    .service-block-three .inner-box .overlay-content .theme-btn.btn-three::before {
        background-color: var(--theme-color) !important;
    }

    .service-block-three .inner-box .overlay-content .theme-btn.btn-three:hover {
        background: var(--theme-color) !important;
        border-color: var(--theme-color) !important;
    }

    .service-block-three .inner-box .overlay-content .theme-btn.btn-three i,
    .service-block-three .inner-box .overlay-content .theme-btn.btn-three span {
        color: #ffffff !important;
    }

    @media only screen and (max-width: 767px) {
        .service-block-three .inner-box .service-card-three__media {
            height: 190px;
        }
    }

    .home-gallery-section {
        position: relative;
        padding: 110px 0;
        background: #f4f7fb;
    }

    .home-gallery-filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-bottom: 42px;
    }

    .home-gallery-filter {
        border: 1px solid #c7d6e5;
        background: #ffffff;
        color: #0b4a80;
        padding: 12px 22px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        transition: all 0.25s ease;
    }

    .home-gallery-filter.is-active,
    .home-gallery-filter:hover {
        border-color: var(--theme-color);
        background: var(--theme-color);
        color: #ffffff;
        box-shadow: 0 14px 28px rgba(254, 178, 81, 0.18);
    }

    .home-gallery-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }

    .home-gallery-card {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 18px;
        background: #d9e2ec;
        min-height: 240px;
    }

    .home-gallery-card__image,
    .home-gallery-card__image img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .home-gallery-card__image img {
        min-height: 240px;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

    .home-gallery-card__overlay {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 10px;
        padding: 22px;
        background: linear-gradient(180deg, rgba(7, 25, 43, 0.02) 0%, rgba(7, 25, 43, 0.82) 100%);
    }

    .home-gallery-card__tag {
        display: inline-flex;
        width: fit-content;
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        line-height: 16px;
        display: grid;
        align-content: center;
    }

    .home-gallery-card__play {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.35);
        color: #ffffff;
        font-size: 18px;
        backdrop-filter: blur(4px);
    }

    .home-gallery-card__title {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3em;
    }

    .home-gallery-card:hover .home-gallery-card__image img {
        transform: scale(1.06);
    }

    @media only screen and (max-width: 991px) {
        .home-gallery-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media only screen and (max-width: 575px) {
        .home-gallery-section {
            padding: 80px 0;
        }

        .home-gallery-filters {
            justify-content: flex-start;
            margin-bottom: 30px;
        }

        .home-gallery-filter {
            width: 100%;
            text-align: center;
        }

        .home-gallery-grid {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }
    }

    .download-section:not(.home-prefooter-section) {
        display: none;
    }

    .home-prefooter-section {
        background: #0b4a80;
        padding: 34px 0;
    }

    .home-prefooter-section .home-prefooter-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .home-prefooter-section .home-prefooter-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        min-height: 126px;
        padding: 16px 34px;
    }

    .home-prefooter-section .home-prefooter-card + .home-prefooter-card {
        border-left: 1px solid rgba(255, 255, 255, 0.16);
    }

    .home-prefooter-section .home-prefooter-copy {
        flex: 1 1 auto;
        min-width: 0;
    }

    .home-prefooter-section .home-prefooter-copy h3 {
        margin: 0 0 16px;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700;
    }

    .home-prefooter-section .home-prefooter-link {
        display: inline-flex;
        align-items: center;
        color: #d8e8f7;
        font-size: 16px;
        line-height: 1.4;
        text-decoration: underline;
        text-underline-offset: 5px;
        transition: color 0.25s ease;
    }

    .home-prefooter-section .home-prefooter-link:hover {
        color: #ffffff;
    }

    .home-prefooter-section .home-prefooter-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        color: #ff2a2a;
        font-size: 68px;
        line-height: 1;
    }

    .home-prefooter-section .home-prefooter-newsletter-form {
        max-width: 390px;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__row {
        display: flex;
        align-items: stretch;
        width: 100%;
        background: #ffffff;
        overflow: hidden;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 56px;
        padding: 0 18px;
        border: 0;
        color: #1c2e40;
        font-size: 16px;
        background: #ffffff;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__input::placeholder {
        color: #8f99a5;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__input:focus {
        outline: none;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__button {
        width: 58px;
        height: 56px;
        background: #385EA4;
        color: #ffffff;
        font-size: 18px;
        transition: background 0.25s ease;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__button:hover {
        background: var(--theme-color);
    }

    .home-prefooter-section .home-prefooter-newsletter-form__button i {
        color: #ffffff;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__feedback {
        margin: 12px 0 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__feedback.is-success {
        color: #d3f7db;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__feedback.is-error {
        color: #ffd5d6;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__note {
        margin: 10px 0 0;
        color: rgba(255, 255, 255, 0.74);
        font-size: 12px;
        line-height: 1.5;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__note a {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    @media only screen and (max-width: 991px) {
        .home-prefooter-section .home-prefooter-grid {
            grid-template-columns: minmax(0, 1fr);
        }

        .home-prefooter-section .home-prefooter-card + .home-prefooter-card {
            border-left: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.16);
        }
    }

    @media only screen and (max-width: 767px) {
        .home-prefooter-section {
            padding: 24px 0;
        }

        .home-prefooter-section .home-prefooter-card {
            flex-direction: column;
            align-items: flex-start;
            padding: 22px 20px;
        }

        .home-prefooter-section .home-prefooter-newsletter-form {
            max-width: 100%;
            width: 100%;
        }

        .home-prefooter-section .home-prefooter-newsletter-form__row {
            width: 100%;
        }

        .home-prefooter-section .home-prefooter-icon {
            align-self: flex-end;
            font-size: 56px;
        }
    }

    /* Services section inspired by the INMELAB reference composition. */
    .legacy-service-section {
        display: none !important;
    }

    .home-services-reference {
        position: relative;
        overflow: hidden;
        min-height: 700px;
        padding: 0 0 72px;
        background: #ffffff;
    }

    .home-services-reference__background {
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)), url('/assets/images/background/backServicios.jpg');
        background-position: center;
        background-size: cover;
        opacity: .5;
        pointer-events: none;
    }

    .home-services-reference__inner {
        position: relative;
        z-index: 1;
        /* width: min(1230px, 100%); */
        margin: 0 auto;
    }

    .home-services-reference__heading {
        padding: 40px 24px 52px 110px;
    }

    .home-services-reference__eyebrow {
        display: inline-block;
        padding: 0 18px 8px;
        border-left: 1px solid #ffab27;
        border-bottom: 1px solid #ffab27;
        color: #ff9825;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 800;
        text-transform: uppercase;
    }

    .home-services-reference__heading h2 {
        margin: 20px 0 2px;
        color: #070b8d;
        font-size: 25px;
        line-height: 1.15;
        font-weight: 900;
        text-transform: uppercase;
    }

    .home-services-reference__heading p {
        max-width: 590px;
        margin: 0;
        /* color: #101010; */
        /* font-size: 16px; */
        line-height: 1.35;
    }

    .home-services-reference__layout {
        display: grid;
        grid-template-columns: 392px minmax(0, 1fr);
        align-items: start;
    }

    .home-services-reference__feature {
        position: relative;
        z-index: 2;
    }

    .home-services-reference__blue-block {
        width: 319px;
        background: #080b91;
    }

    .home-services-reference__blue-block--top {
        height: 112px;
    }

    .home-services-reference__feature-image {
        width: 392px;
        height: 302px;
        margin: 0;
        overflow: hidden;
        background: #e9edf0;
    }

    .home-services-reference__feature-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-services-reference__blue-block--bottom {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        height: 205px;
        padding-top: 47px;
    }

    .home-services-reference__all-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        min-width: 145px;
        min-height: 42px;
        padding: 0 16px;
        background: #ffad27;
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
        font-weight: 800;
        text-decoration: none;
        transition: background .2s ease, transform .2s ease;
    }

    .home-services-reference__all-link i {
        font-size: 18px;
    }

    .home-services-reference__all-link:hover {
        background: #f08f10;
        color: #ffffff;
        transform: translateY(-1px);
    }

    .home-services-reference__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
        margin-left: 60px;
        margin-right: 80px;
    }

    .home-services-reference__card {
        display: block;
        color: inherit;
        text-decoration: none;
        min-height: 280px;
        padding: 13px 28px 38px;
        border-bottom: 1px solid rgba(31, 40, 112, .12);
        transition: transform 300ms ease, box-shadow 300ms ease;
    }

    .home-services-reference__card:hover {
        position: relative;
        z-index: 1;
        transform: scale(0.97);
    }

    .home-services-reference__card:nth-child(even) {
        border-left: 1px solid rgba(31, 40, 112, .12);
    }

    .home-services-reference__card:nth-child(n + 3) {
        padding-top: 34px;
        border-bottom: 0;
    }

    .home-services-reference__card-heading {
        display: flex;
        align-items: flex-start;
        gap: 5px;
        min-height: 39px;
    }

    .home-services-reference__card-heading > span {
        flex: 0 0 auto;
        color: #777777;
        font-size: 25px;
        line-height: 1.15;
        font-weight: 800;
    }

    .home-services-reference__card-heading h3 {
        margin: 0;
        color: #080b91;
        font-size: 25px;
        line-height: 1.15;
        font-weight: 900;
        text-transform: uppercase;
    }

    .home-services-reference__card > p {
        min-height: 44px;
        margin: 3px 0 17px;
        /* color: #111111; */
        /* font-size: 16px; */
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .home-services-reference__card-media {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 130px;
        padding-right: 58px;
    }

    .home-services-reference__card-media img {
        display: block;
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

    .home-services-reference__card-link {
        position: absolute;
        right: 0;
        top: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background: #080b91;
        color: #ffffff;
        font-size: 21px;
        text-decoration: none;
        transition: background .2s ease, transform .2s ease;
    }

    .home-services-reference__card-link:hover {
        background: #ffad27;
        color: #ffffff;
        transform: translateX(2px);
    }

    @media only screen and (max-width: 991px) {
        .home-services-reference__heading {
            padding-left: 32px;
        }

        .home-services-reference__layout {
            grid-template-columns: 320px minmax(0, 1fr);
        }

        .home-services-reference__blue-block {
            width: 270px;
        }

        .home-services-reference__feature-image {
            width: 320px;
            height: 270px;
        }

        .home-services-reference__card {
            padding-left: 20px;
            padding-right: 18px;
        }

        .home-services-reference__card-heading h3,
        .home-services-reference__card-heading > span {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-services-reference {
            padding-bottom: 48px;
        }

        .home-services-reference__heading {
            padding: 36px 24px 38px;
        }

        .home-services-reference__heading h2 {
            font-size: 24px;
        }

        .home-services-reference__heading p {
            font-size: 16px;
        }

        .home-services-reference__layout {
            display: block;
        }

        .home-services-reference__blue-block,
        .home-services-reference__feature-image {
            width: 100%;
        }

        .home-services-reference__blue-block--top {
            height: 72px;
        }

        .home-services-reference__feature-image {
            height: min(72vw, 300px);
        }

        .home-services-reference__blue-block--bottom {
            height: 142px;
            padding-top: 34px;
        }

        .home-services-reference__grid {
            grid-template-columns: 1fr;
        }

        .home-services-reference__card,
        .home-services-reference__card:nth-child(n + 3) {
            min-height: 0;
            padding: 30px 24px;
            border-left: 0;
            border-bottom: 1px solid rgba(31, 40, 112, .12);
        }

        .home-services-reference__card:last-child {
            border-bottom: 0;
        }

        .home-services-reference__card-heading h3,
        .home-services-reference__card-heading > span {
            font-size: 18px;
        }
    }

    .home-products-reference {
        position: relative;
        overflow: hidden;
        padding: 0 0 92px;
        background: #ffffff;
    }

    .home-products-reference__background {
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)), url('/assets/images/background/backServicios.jpg');
        background-position: center;
        background-size: cover;
        opacity: .5;
        pointer-events: none;
    }

    .home-products-reference__inner {
        position: relative;
        z-index: 1;
        /* width: min(1020px, calc(100% - 48px)); */
        margin: 0 auto;
    }

    .home-products-reference__heading {
        padding: 76px 0 50px;
    }

    .home-products-reference__eyebrow {
        display: inline-block;
        padding: 0 16px 8px;
        border-left: 1px solid #ffab27;
        border-bottom: 1px solid #ffab27;
        color: #ff9825;
        font-size: 15px;
        line-height: 1.2;
        font-weight: 800;
        text-transform: uppercase;
    }

    .home-products-reference__heading h2 {
        margin: 22px 0 4px;
        color: #070b8d;
        font-size: 25px;
        line-height: 1.15;
        font-weight: 900;
        text-transform: uppercase;
    }

    .home-products-reference__heading p {
        max-width: 590px;
        margin: 0;
        /* color: #111111; */
        font-size: 16px;
        line-height: 1.35;
    }

    .home-products-reference__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 68px 24px;
    }

    .home-products-reference__card {
        position: relative;
        min-height: 438px;
        padding: 31px 25px 42px;
        border: 1px solid #e3e6ec;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 2px 6px rgba(16, 27, 75, .02);
    }

    .home-products-reference__card h3 {
        min-height: 66px;
        margin: 0 0 12px;
        color: #070b8d;
        font-size: 18px;
        line-height: 1.18;
        font-weight: 900;
        text-transform: uppercase;
    }

    .home-products-reference__media {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 278px;
        background: #ffffff;
    }

    .home-products-reference__media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .home-products-reference__link {
        position: absolute;
        bottom: -19px;
        left: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        background: #080b91;
        color: #ffffff;
        font-size: 21px;
        text-decoration: none;
        transition: background .2s ease, transform .2s ease;
    }

    .home-products-reference__link:hover {
        background: #ffad27;
        color: #ffffff;
        transform: translateY(2px);
    }

    @media only screen and (max-width: 991px) {
        .home-products-reference__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media only screen and (max-width: 767px) {
        .home-products-reference {
            padding-bottom: 68px;
        }

        .home-products-reference__inner {
            width: min(100% - 32px, 520px);
        }

        .home-products-reference__heading {
            padding: 52px 0 34px;
        }

        .home-products-reference__heading h2 {
            font-size: 23px;
        }

        .home-products-reference__grid {
            grid-template-columns: 1fr;
            gap: 58px;
        }

        .home-products-reference__card {
            min-height: 410px;
        }
    }

    .home-news-reference {
        position: relative;
        overflow: hidden;
        padding: 78px 0 70px;
        background: #ffffff;
    }

    .home-news-reference__inner {
        position: relative;
        z-index: 1;
        /* width: min(1000px, calc(100% - 48px)); */
        margin: 0 auto;
    }

    .home-news-reference__heading {
        padding-bottom: 64px;
    }

    .home-news-reference__eyebrow {
        display: inline-block;
        min-width: 185px;
        padding: 0 16px 8px;
        border-left: 1px solid #ffab27;
        border-bottom: 1px solid #ffab27;
        color: #ff9825;
        font-size: 15px;
        line-height: 1.2;
        font-weight: 800;
        text-transform: uppercase;
    }

    .home-news-reference__heading h2 {
        margin: 30px 0 4px;
        color: #070b8d;
        font-size: 25px;
        line-height: 1.15;
        font-weight: 900;
        text-transform: uppercase;
    }

    .home-news-reference__heading p {
        max-width: 590px;
        margin: 0;
        /* color: #111111; */
        font-size: 16px;
        line-height: 1.35;
    }

    .home-news-reference__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 80px;
    }

    .home-news-reference__card {
        min-width: 0;
    }

    .home-news-reference__top {
        display: grid;
        grid-template-columns: 98px minmax(0, 1fr);
        gap: 20px;
        padding-bottom: 28px;
        border-bottom: 1px solid #dedede;
    }

    .home-news-reference__meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 0;
    }

    .home-news-reference__date span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: #ffad27;
        color: #ffffff;
        font-size: 13px;
        line-height: 1;
        font-weight: 700;
    }

    .home-news-reference__month {
        padding: 10px 0 10px;
        color: #666666;
        font-size: 15px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .home-news-reference__author {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 74px;
        padding-top: 11px;
        border-top: 1px solid #dedede;
        color: #666666;
        font-size: 13px;
        line-height: 1.2;
    }

    .home-news-reference__author i {
        color: #333333;
        font-size: 23px;
    }

    .home-news-reference__image {
        display: block;
        height: 128px;
        overflow: hidden;
        background: #eef1f3;
    }

    .home-news-reference__image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .25s ease;
    }

    .home-news-reference__image:hover img {
        transform: scale(1.03);
    }

    .home-news-reference__card h3 {
        min-height: 62px;
        margin: 21px 0 0;
        font-size: 18px;
        line-height: 1.25;
        font-weight: 800;
    }

    .home-news-reference__card h3 a {
        color: #070b8d;
        text-decoration: none;
    }

    .home-news-reference__card h3 a:hover {
        color: #ff9825;
    }

    .home-news-reference__footer {
        display: flex;
        justify-content: center;
        padding-top: 84px;
    }

    .home-news-reference__all-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 19px;
        min-width: 137px;
        min-height: 40px;
        padding: 0 14px;
        background: #080b91;
        color: #ffffff;
        /* font-size: 11px; */
        line-height: 1;
        font-weight: 800;
        text-decoration: none;
        transition: background .2s ease, transform .2s ease;
    }

    .home-news-reference__all-link i {
        font-size: 18px;
    }

    .home-news-reference__all-link:hover {
        background: #ffad27;
        color: #ffffff;
        transform: translateY(-1px);
    }

    @media only screen and (max-width: 767px) {
        .home-news-reference {
            padding: 56px 0 60px;
        }

        .home-news-reference__inner {
            width: min(100% - 32px, 520px);
        }

        .home-news-reference__heading {
            padding-bottom: 40px;
        }

        .home-news-reference__heading h2 {
            margin-top: 22px;
            font-size: 23px;
        }

        .home-news-reference__grid {
            grid-template-columns: 1fr;
            gap: 42px;
        }

        .home-news-reference__top {
            grid-template-columns: 86px minmax(0, 1fr);
            gap: 14px;
        }

        .home-news-reference__footer {
            padding-top: 58px;
        }
    }

    /* Footer map and brochure strip inspired by the INMELAB reference composition. */
    .home-map-section {
        width: 100%;
        background: #eef2f5;
        line-height: 0;
    }

    .home-map-section iframe {
        display: block;
        width: 100%;
        height: 420px;
        border: 0;
    }

    .home-prefooter-section {
        padding: 0;
        background: #080b91;
    }

    .home-prefooter-section .auto-container {
        max-width: 760px;
    }

    .home-prefooter-section .home-prefooter-grid {
        min-height: 150px;
        align-items: center;
    }

    .home-prefooter-section .home-prefooter-card {
        min-height: 118px;
        padding: 14px 38px;
    }

    .home-prefooter-section .home-prefooter-copy h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 1.2;
    }

    .home-prefooter-section .home-prefooter-link {
        color: #9da2e1;
        font-size: 14px;
        line-height: 1.2;
    }

    .home-prefooter-section .home-prefooter-link:hover {
        color: #ffffff;
    }

    .home-prefooter-section .home-prefooter-icons {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        gap: 20px;
        color: #ffab27;
        font-size: 43px;
        line-height: 1;
    }

    .home-prefooter-section .home-prefooter-card--newsletter .home-prefooter-icon,
    .home-prefooter-section .home-prefooter-newsletter-form__button,
    .home-prefooter-section .home-prefooter-newsletter-form__note {
        display: none;
    }

    .home-prefooter-section .home-prefooter-newsletter-form {
        width: 215px;
        max-width: 215px;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__row {
        height: 32px;
    }

    .home-prefooter-section .home-prefooter-newsletter-form__input {
        height: 32px;
        padding: 0 13px;
        font-size: 15px;
    }

    @media only screen and (max-width: 767px) {
        .home-map-section iframe {
            height: 300px;
        }

        .home-prefooter-section .auto-container {
            max-width: 520px;
        }

        .home-prefooter-section .home-prefooter-grid {
            min-height: 0;
        }

        .home-prefooter-section .home-prefooter-card {
            min-height: 92px;
        }

        .home-prefooter-section .home-prefooter-icons {
            align-self: center;
            font-size: 38px;
        }
    }

    /* Product cards use the same composition as products-section in index-3.html. */
    .products-section .product-block-one .inner-box .product-image {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 220px;
        margin: -12px 0 28px;
        overflow: hidden;
        background: #ffffff;
    }

    .products-section .product-block-one .inner-box .product-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .products-section .product-block-one .inner-box {
        transition: transform 300ms ease, box-shadow 300ms ease;
    }

    .products-section .product-block-one .inner-box:hover {
        transform: scale(0.97);
    }

    .products-section .product-block-one .inner-box h6 a {
        position: relative;
        display: inline-block;
        color: var(--title-color);
        font-family: var(--title-font);
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 1px dashed var(--theme-color);
        transition: all 500ms ease;
    }

    .products-section .product-block-one .inner-box:hover h6 a {
        color: #ffffff;
        border-color: #ffffff;
    }
    /* Home hero: white fade behind the blue banner copy. */
    .banner-style-two.banner-style-three .slide-item::before {
        z-index: 1;
        opacity: 1;
        /* background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.92) 20%,
        rgba(255, 255, 255, 0.68) 36%,
        rgba(255, 255, 255, 0.22) 56%,
        rgba(255, 255, 255, 0) 73%
        ); */
        background:
        linear-gradient( 90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 255, 255, 0.68) 80%, rgba(255, 255, 255, 0.22) 90%, rgba(255, 255, 255, 0) 100% )

    }

    .banner-style-two.banner-style-three .content-box {
        z-index: 5;
    }

    .banner-style-two.banner-style-three .content-box h2,
    .banner-style-two.banner-style-three .content-box h2 span,
    .banner-style-two.banner-style-three .content-box p {
        color: var(--theme-color);
    }

    .banner-style-two.banner-style-three .content-box h2 span {
        -webkit-text-stroke-color: var(--theme-color);
    }

.banner-style-two.banner-style-three .content-box .theme-btn {
    color: var(--theme-color) !important;
    border-color: var(--theme-color);
}

.home-fixed-phones {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-top: 8px;
    color: inherit;
    font-size: 14px;
    line-height: 1.4;
}

.home-fixed-phones strong {
    flex-basis: 100%;
}

.home-fixed-phones a {
    color: inherit;
    text-decoration: none;
}

.home-fixed-phones a:hover {
    color: var(--theme-color);
}

    .banner-style-two.banner-style-three .content-box .theme-btn :hover {
        color: #ffffff;
    }
