        .main-header .header-brand {
            display: inline-flex;
            align-items: center;
            padding-right: 18px;
            text-decoration: none;
        }

        .main-header .header-brand img {
            display: block;
            max-height: 74px;
            width: auto;
        }

        .main-header .outer-box {
            gap: 18px;
        }

        .main-header .menu-right-content .btn-box .theme-btn {
            white-space: nowrap;
        }

        .main-header.header-style-three .header-top-two .top-inner {
            gap: 26px;
        }

        .main-header.header-style-three .header-top-two .top-inner .logo-box {
            flex: 0 0 auto;
        }

        .main-header.header-style-three .header-top-two .top-inner .right-column {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            min-width: 0;
        }

        .main-header.header-style-three .header-top-two .top-inner .contact-center {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            gap: 4px;
            min-width: 0;
        }

        .main-header.header-style-three .header-top-two .top-inner .contact-item {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            max-width: 100%;
            font-size: 18px;
            line-height: 26px;
            font-weight: 600;
            color: var(--title-color);
            text-decoration: none;
            white-space: nowrap;
        }

        .main-header.header-style-three .header-top-two .top-inner .contact-item:hover {
            color: var(--theme-color);
        }

        .main-header.header-style-three .header-top-two .top-inner .contact-item i {
            color: #0c4a7d;
            font-size: 20px;
            flex-shrink: 0;
        }

        .main-header.header-style-three .header-top-two .top-inner .social-links {
            display: flex;
            align-items: center;
            gap: 18px;
            flex-shrink: 0;
        }

        .main-header.header-style-three .header-top-two .top-inner .social-links li a {
            font-size: 20px;
            color: #0c4a7d;
        }

        .main-header.header-style-three .header-top-two .top-inner .btn-box {
            flex-shrink: 0;
        }

        .main-header.header-style-three .header-top-two .top-inner .btn-box .theme-btn {
            min-width: 220px;
            justify-content: center;
            background: #ee1d23;
            border-color: #ee1d23;
        }

        .main-header.header-style-three .header-top-two .top-inner .btn-box .theme-btn:hover {
            background: #c9151b;
            border-color: #c9151b;
        }

        .main-header.header-style-three .header-lower .outer-box {
            align-items: center;
        }

        .main-header.header-style-three .header-lower .menu-area {
            flex: 1;
        }

        .main-header.header-style-three .header-lower .menu-right-content .phone a {
            color: #0c4a7d;
        }

        .main-header.header-style-three .header-lower .menu-right-content .phone a i {
            color: #0c4a7d;
            font-size: 34px;
            line-height: 1;
        }

        .main-header.header-style-three .header-lower .menu-right-content .phone a img {
            display: none;
        }

        .main-header.header-style-three .header-lower .menu-right-content .phone a span {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
        }

        .main-header.header-style-three .sticky-header .menu-right-content .phone a {
            color: #0c4a7d;
        }

        .main-header.header-style-three .sticky-header .menu-right-content .phone a i {
            color: #0c4a7d;
            font-size: 34px;
            line-height: 1;
        }

        .main-header.header-style-three .sticky-header .menu-right-content .phone a img {
            display: none;
        }

        .main-header.header-style-three .sticky-header .menu-right-content .phone a span {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
        }

        @media only screen and (max-width: 1199px) {
            .main-header.header-style-three .header-top-two .top-inner,
            .main-header.header-style-three .header-top-two .top-inner .right-column {
                flex-wrap: wrap;
            }

            .main-header.header-style-three .header-top-two .top-inner .right-column {
                width: 100%;
                justify-content: center;
            }

            .main-header.header-style-three .header-top-two .top-inner .contact-center {
                width: 100%;
                align-items: center;
            }
        }

        @media only screen and (max-width: 767px) {
            .main-header.header-style-three .header-top-two .top-inner {
                gap: 16px;
            }

            .main-header.header-style-three .header-top-two .top-inner .right-column {
                flex-direction: column;
                gap: 14px;
            }

            .main-header.header-style-three .header-top-two .top-inner .social-links {
                justify-content: center;
            }

            .main-header.header-style-three .header-top-two .top-inner .btn-box .theme-btn {
                min-width: 100%;
            }

            .main-header.header-style-three .header-lower .menu-right-content .phone span,
            .main-header.header-style-three .sticky-header .menu-right-content .phone span {
                font-size: 18px;
            }



            .main-footer .footer-bottom .footer-legal-links {
                grid-template-columns: minmax(0, 1fr);
            }

            .main-footer .footer-bottom .footer-legal-links a {
                padding: 18px 14px;
            }
        }

        .main-footer .footer-logo img,
        .main-footer .footer-logo a img {
            /* max-height: 118px; */
            width: auto;
            -webkit-filter: brightness(0) saturate(100%) invert(100%) !important;
            filter: brightness(0) saturate(100%) invert(100%) !important;
        }

        .main-footer .logo-widget {
            max-width: 430px;
        }

        /* .main-footer .footer-contact-column {
        display: none;
        } */

        .main-footer .footer-contact-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
            padding: 0;
            margin: 24px 0 0;
            list-style: none;
        }

        .main-footer .footer-contact-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #a5aaaf;
            font-size: 15px;
            line-height: 1.6;
            font-family: var(--title-font);
        }

        .main-footer .footer-contact-list li i {
            flex: 0 0 18px;
            color: #ee1d23;
            font-size: 18px;
            line-height: 1.4;
            margin-top: 2px;
        }

        /* .main-footer .footer-contact-list li .footer-whatsapp-icon,
        .tf-footer .footer-contact li .footer-whatsapp-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        object-fit: contain;
        margin-top: 0;
        } */

        .main-footer .footer-contact-list li a {
            color: #a5aaaf;
        }

        .main-footer .footer-contact-list li a:hover {
            color: #ffffff;
        }

        .main-footer .footer-social-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 18px;
            padding: 0;
            margin: 28px 0 0;
            list-style: none;
        }

        .main-footer .footer-social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: auto;
            height: auto;
            border-radius: 0;
            background: transparent;
            color: #ffffff;
            font-size: 22px;
            transition: color .2s ease;
        }

        .main-footer .footer-social-links a:hover {
            background: transparent;
            color: #ee1d23;
            transform: none;
        }

        .main-footer .footer-bottom {
            padding-top: 0;
        }

        .main-footer .footer-bottom .footer-legal-links {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

        .main-footer .footer-bottom .footer-legal-links a {
            display: block;
            padding: 26px 18px;
            color: #ffffff;
            font-size: 15px;
            line-height: 1.5;
            font-weight: 600;
            text-align: center;
        }

        .main-footer .footer-bottom .footer-legal-links a:hover {
            color: #ee1d23;
        }

        .main-footer .footer-bottom .bottom-inner {
            justify-content: center;
            padding: 24px 0 28px;
        }

        .main-footer .footer-bottom .copyright p {
            color: rgba(255, 255, 255, 0.72);
            font-size: 15px;
        }
        .copyright {
            font-size: 15px;
        }

        .main-header.mm-header {
            position: sticky;
            top: 0;
            z-index: 1030;
            background: #ffffff;
            box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
        }

        .main-header.mm-header .mm-header__fluid-container {
            max-width: 100%;
        }

        .main-header.mm-header .mm-header__desktop-shell {
            display: grid;
            grid-template-columns: 310px minmax(0, 1fr);
            align-items: stretch;
            background: #ffffff;
            border-bottom: 1px solid rgba(15, 23, 42, 0.08);
        }

        .main-header.mm-header .mm-header__brand-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 118px;
            /* padding: 16px 26px; */
            border-right: 1px solid rgba(15, 23, 42, 0.12);
        }

        .main-header.mm-header .mm-header__brand {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .main-header.mm-header .mm-header__brand img {
            display: block;
            width: auto;
            max-height: 106px;
        }

        .main-header.mm-header .mm-header__panel {
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .main-header.mm-header .mm-header__top,
        .main-header.mm-header .mm-header__nav-row {
            width: 100%;
            min-width: 0;
        }

        .main-header.mm-header .mm-header__top {
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 0 0 0 26px;
            background: #ffffff;
            border-bottom: 1px solid rgba(15, 23, 42, 0.12);
        }

        .main-header.mm-header .mm-header__contact {
            display: flex;
            flex-direction: column;
            align-items: end;
            justify-content: end;
            gap: 8px;
            min-width: 0;
            flex: 1 1 auto;
            /* padding-right: 28px; */
            text-align: center;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .main-header.mm-header .mm-header__contact-row {
            display: inline-flex;
            align-items: end;
            justify-content: end;
            gap: 10px;
            color: #1f2430;
            font-family: 'Figtree', sans-serif;
            font-size: 15px;
            font-weight: 500;
            line-height: 1;
            text-decoration: none;
            white-space: nowrap;
        }

        .main-header.mm-header .mm-header__contact-row i {
            color: #0b4a7a;
            font-size: 18px;
            min-width: 18px;
            flex: 0 0 auto;
        }

        .main-header.mm-header .mm-header__contact-row span,
        .main-header.mm-header .mm-header__contact-row a {
            color: inherit;
            text-decoration: none;
        }

        .main-header.mm-header .mm-header__contact-row:hover {
            color: #ef1c21;
        }

        .main-header.mm-header .mm-header__right {
            display: flex;
            align-items: stretch;
            justify-content: flex-end;
            flex: 0 0 auto;
        }

        .main-header.mm-header .mm-header__socials {
            display: flex;
            align-items: center;
            gap: 18px;
            padding: 0 24px;
            border-left: 1px solid rgba(15, 23, 42, 0.12);
            border-right: 1px solid rgba(15, 23, 42, 0.12);
        }

        .main-header.mm-header .mm-header__socials a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #0b4a7a;
            font-size: 22px;
            line-height: 1;
            text-decoration: none;
            transition: color 0.2s ease, transform 0.2s ease;
        }

        .main-header.mm-header .mm-header__socials a:hover {
            color: #ef1c21;
            transform: translateY(-1px);
        }

        .main-header.mm-header .mm-header__quote {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            min-height: 60px;
            padding: 0 28px;
            background: #ef1c21;
            color: #ffffff;
            text-decoration: none;
            font-family: 'Figtree', sans-serif;
            font-size: 15px;
            font-weight: 700;
            margin-right: 15px;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            white-space: nowrap;
            transition: transform 0.2s ease, background 0.2s ease;
        }

        .main-header.mm-header .mm-header__quote i {
            font-size: 18px;
        }

        .main-header.mm-header .mm-header__quote:hover {
            background: #d81b20;
            color: #ffffff;
            transform: translateY(-1px);
        }

        .main-header.mm-header .mm-header__nav-wrap {
            background: #ffffff;
        }

        .main-header.mm-header .mm-header__nav-row {
            min-height: 58px;
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            gap: 0;
        }

        .main-header.mm-header .nav-outer {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1 1 auto;
            min-width: 0;
            padding: 0 24px;
        }

        .main-header.mm-header .main-menu {
            width: 100%;
        }

        .main-header.mm-header .main-menu .navigation {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .main-header.mm-header .main-menu .navigation > li {
            position: relative;
        }

        .main-header.mm-header .main-menu .navigation > li > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 58px;
            padding: 12px 0;
            color: #111111 !important;
            font-family: 'Figtree', sans-serif !important;
            font-size: 15px !important;
            font-weight: bolder;
            /* letter-spacing: 0.03em; */
            text-transform: uppercase;
            text-decoration: none !important;
            border-bottom: 3px solid transparent;
            transition: color 0.2s ease, border-color 0.2s ease;
            padding-top: 18px;
        }

        .main-header.mm-header .main-menu .navigation > li > a:hover,
        .main-header.mm-header .main-menu .navigation > li.current > a {
            color: #0b4a7a !important;
            border-bottom-color: #0b4a7a;
            background: transparent !important;
        }

        .main-header.mm-header .mm-header__call {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            flex: 0 0 auto;
            min-height: 58px;
            padding: 0 26px 0 20px;
            color: #0b4a7a;
            text-decoration: none;
            white-space: nowrap;
            border-left: 1px solid rgba(15, 23, 42, 0.12);
            transition: transform 0.2s ease;
        }

        .main-header.mm-header .mm-header__call:hover {
            color: #0b4a7a;
            transform: translateY(-1px);
        }

        .main-header.mm-header .mm-header__call-icon {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 3px solid #0b4a7a;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #0b4a7a;
            font-size: 22px;
            line-height: 1;
            flex: 0 0 auto;
        }

        .main-header.mm-header .mm-header__call-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .main-header.mm-header .mm-header__call-text {
            font-family: 'Figtree', sans-serif;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0.01em;
        }

        .main-header.mm-header .mm-header__toggle {
            display: none;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 4px;
            width: 44px;
            height: 44px;
            padding: 0;
            border: 1px solid rgba(15, 23, 42, 0.12);
            border-radius: 50%;
            background: #ffffff;
            color: #0b4a7a;
            flex: 0 0 auto;
        }

        .main-header.mm-header .mm-header__toggle span {
            display: block;
            width: 18px;
            height: 2px;
            background: currentColor;
            border-radius: 999px;
            margin: 0;
        }

        .header-quote-modal .modal-content {
            border: 0;
            border-radius: 14px;
            overflow: hidden;
        }

        .header-quote-modal .modal-header {
            background: #000000;
            color: #ffffff;
            border-bottom: 0;
        }
        .modal-header h5 {
            color: #ffffff;
        }
        .header-quote-modal .modal-header .btn-close {
            filter: brightness(0) invert(1);
        }

        .header-quote-modal .modal-body {
            padding: 24px;
        }

        .header-quote-modal .form-label {
            color: #1f2430;
            font-weight: 600;
        }

        .header-quote-modal textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }

        .header-quote-modal__submit {
            border: 0;
        }

        .main-header.mm-header .mm-header__mobile-logo {
            max-height: 94px;
            width: auto;
            display: block;
        }

        #inicio,
        #proyectos,
        #clientes {
            scroll-margin-top: 200px;
        }

        @media (max-width: 1199.98px) {
            .main-header.mm-header .mm-header__desktop-shell {
                grid-template-columns: 260px minmax(0, 1fr);
            }

            .main-header.mm-header .main-menu .navigation {
                gap: 22px;
            }

            .main-header.mm-header .main-menu .navigation > li > a {
                font-size: 14px !important;
            }

            .main-header.mm-header .mm-header__call {
                padding-right: 18px;
                padding-left: 16px;
            }

            .main-header.mm-header .mm-header__call-text {
                font-size: 15px;
            }
        }

        @media (max-width: 991.98px) {
            .main-header.mm-header .mm-header__desktop-shell {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                padding: 12px 18px;
            }

            .main-header.mm-header .mm-header__brand-wrap {
                min-height: auto;
                padding: 0;
                border-right: 0;
            }

            .main-header.mm-header .mm-header__panel {
                flex: 1 1 auto;
                min-width: 0;
            }

            .main-header.mm-header .mm-header__top {
                min-height: auto;
                justify-content: flex-end;
                padding: 0;
                border-bottom: 0;
            }

            .main-header.mm-header .mm-header__contact,
            .main-header.mm-header .mm-header__socials,
            .main-header.mm-header .mm-header__nav-wrap {
                display: none;
            }

            .main-header.mm-header .mm-header__right {
                gap: 12px;
            }

            .main-header.mm-header .mm-header__quote {
                min-height: 48px;
                padding: 0 16px;
                font-size: 13px;
                gap: 10px;
            }

            .main-header.mm-header .mm-header__quote i {
                font-size: 15px;
            }

            .main-header.mm-header .mm-header__toggle {
                display: inline-flex;
            }

            .main-header.mm-header .mm-header__mobile-logo {
                max-height: 72px;
            }
        }

        @media (max-width: 575.98px) {
            .main-header.mm-header .mm-header__desktop-shell {
                padding: 12px 14px;
            }

            .main-header.mm-header .mm-header__quote {
                padding: 0 14px;
            }

            .main-header.mm-header .mm-header__toggle {
                width: 40px;
                height: 40px;
            }

            .main-header.mm-header .mm-header__mobile-logo {
                max-height: 100px !important;
                margin-left: -70px;
            }
        }

        .mm-whatsapp-float {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 1035;
            display: inline-flex;
            align-items: center;
            border: 0;
            border-radius: 999px;
            background: #25d366;
            color: #ffffff;
            padding: 10px 72px 10px 18px;
            cursor: pointer;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            animation: mm-whatsapp-pulse 1.5s infinite;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .mm-whatsapp-float:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
        }

        .mm-whatsapp-float img {
            position: absolute;
            top: 50%;
            right: -8px;
            width: 72px;
            transform: translateY(-50%);
        }

        .mm-whatsapp-float__copy {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 160px;
            color: #ffffff;
            text-align: left;
            line-height: 1.15;
            font-size: 15px;
            padding-left: 10px;
        }

        .mm-whatsapp-float__copy strong {
            font-size: 18px;
            font-weight: 700;
        }

        .mm-whatsapp-widget {
            position: fixed;
            right: 20px;
            bottom: 86px;
            z-index: 1036;
            width: 310px;
            overflow: hidden;
            border-radius: 12px;
            background: #ffffff;
            box-shadow: 0 12px 32px rgba(15, 23, 42, 0.24);
            animation: mm-whatsapp-fade 0.25s ease;
        }

        .mm-whatsapp-widget[hidden] {
            display: none !important;
        }

        .mm-whatsapp-widget__header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 10px 12px;
            background: #ee1d23;
        }

        .mm-whatsapp-widget__header img {
            display: block;
            width: 110px;
            height: auto;
            filter: brightness(0) invert(1);
            margin-top: -20px;
            margin-bottom: -20px;
        }

        .mm-whatsapp-widget__close {
            border: 0;
            background: transparent;
            color: #ffffff;
            font-size: 28px;
            line-height: 1;
            cursor: pointer;
        }

        .mm-whatsapp-widget__body {
            padding: 12px 15px;
        }

        .mm-whatsapp-widget__item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #111111;
            text-decoration: none;
            transition: transform 0.2s ease;
        }

        .mm-whatsapp-widget__item:hover {
            transform: scale(0.98);
        }

        .mm-whatsapp-widget__icon {
            flex: 0 0 50px;
            width: 50px;
            height: 50px;
            object-fit: contain;
        }

        .mm-whatsapp-widget__text {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
            line-height: 1.35;
        }

        .mm-whatsapp-widget__text strong {
            color: #111111;
            font-size: 15px;
            font-weight: 700;
        }

        .mm-whatsapp-widget__text span {
            color: #111111;
            font-size: 15px;
        }

        .mm-whatsapp-widget__text small {
            display: inline-flex;
            align-self: flex-start;
            margin-top: 2px;
            padding: 3px 10px;
            border-radius: 999px;
            background: rgba(37, 211, 102, 0.12);
            color: #149144;
            font-size: 12px;
            font-weight: 600;
            text-transform: lowercase;
        }

        .mm-whatsapp-widget__divider {
            height: 1px;
            margin: 10px 0;
            background: rgba(15, 23, 42, 0.08);
        }

        .mm-whatsapp-widget__footer {
            background: #f7f7f7;
            color: #777777;
            text-align: center;
            font-size: 12px;
            padding: 8px 12px;
        }

        @keyframes mm-whatsapp-pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(11, 166, 68, 0.45);
            }

            70% {
                box-shadow: 0 0 0 16px rgba(11, 166, 68, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(11, 166, 68, 0);
            }
        }

        @keyframes mm-whatsapp-fade {
            from {
                opacity: 0;
                transform: translateY(12px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 575.98px) {
            .mm-whatsapp-float {
                right: 14px;
                bottom: 14px;
                padding: 10px 58px 10px 14px;
            }

            .mm-whatsapp-float img {
                right: -4px;
                width: 58px;
            }

            .mm-whatsapp-float__copy {
                width: 156px;
                font-size: 13px;
            }

            .mm-whatsapp-float__copy strong {
                font-size: 15px;
            }

            .mm-whatsapp-widget {
                right: 14px;
                bottom: 78px;
                width: min(310px, calc(100vw - 28px));
            }
        }


        .pt-100 {
            padding-top: 100px !important;
        }
        .pb-100 {
            padding-bottom: 100px !important;
        }
