/* Ajustes Fase 2 - SITEC */
:root {
    --sitec-blue: #1f5fa7;
    --sitec-blue-dark: #163d6c;
    --sitec-light: #f5f7fb;
    --sitec-gray: #e9edf3;
    --sitec-topbar: #2567b1;
    --sitec-accent: #2097db;
    --sitec-nav-bg: #ecf1f4;
    --sitec-text-gray: #7b7b7b;
}

#content {
    background-color: #ffffff;
}

.only-mobile {
   display: none !important;
}

.site-header {
    position: relative !important;
    z-index: 1000 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.sitec-topbar {
    background: var(--sitec-topbar) !important;
    color: #eaf2fb !important;
    font-size: 13px !important;
    transition: all 0.2s ease !important;
}

.sitec-topbar-inner {
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
}

.sitec-topbar-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-weight: 500 !important;
}

.sitec-topbar-item i {
    font-size: 14px !important;
}

.sitec-topbar-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #6eb2ff !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 1px 18px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.4px !important;
    transition: background 0.2s ease !important;
}

.sitec-topbar-button:hover {
    background: #1a569a !important;
    color: #fff !important;
}

.sitec-nav-wrapper {
    margin-top: 16px !important;
}

.sitec-nav-inner {
    background: var(--sitec-nav-bg) !important;
    border-radius: 12px !important;
    padding: 2px 28px !important;
    min-height: 74px !important;
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
}

.sitec-nav-inner #logo img {
    height: 44px !important;
    width: auto !important;
}

.sitec-nav {
    flex: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    background: transparent !important;
}

.sitec-nav #mainmenu {
    display: flex !important;
    align-items: center !important;
    gap: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sitec-nav #mainmenu > li > a {
    color: var(--sitec-text-gray) !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    font-size: 13px !important;
}

.sitec-nav #mainmenu > li > a:hover,
.sitec-nav #mainmenu > li > a.active {
    color: var(--sitec-accent) !important;
}

.sitec-menu-search a {
    color: var(--sitec-accent) !important;
    padding: 0 !important;
}

.site-header.is-sticky .sitec-topbar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
}

.site-header.is-sticky .sitec-nav-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    z-index: 999 !important;
    background: var(--sitec-nav-bg) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.site-header.is-sticky .sitec-nav-inner {
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.sitec-header-spacer {
    height: 0;
}

.sitec-hero {
    position: relative;
    padding: 160px 0 140px;
    background-size: cover;
    background-position: center;
}

.sitec-hero h1 {
    color: #fff !important;
}

.sitec-hero .mask {
    background: #295f8dd6;
    padding: 240px 0 160px;
}

.sitec-hero .mask h2 {
    color: #fff !important;
    margin-bottom: 5px !important;
}

.mask h1 {
    color: #fff;
}

.sitec-hero-inner {
    padding: 200px 0;
}

.sitec-hero-inner .mask {
    /* padding: 90px 0 140px; */
}

.sitec-hero-inner h1 {
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 800;
}

.sitec-hero-with-tabs {
    position: relative;
}

.sitec-hero-tabs {
    position: absolute;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
    width: min(1200px, calc(100% - 32px));
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 22px;
    z-index: 2;
}

.sitec-hero-tabs .sitec-tab-button {
    width: 230px;
    min-height: 96px;
    border-radius: 10px;
    background: #fff;
    color: #8a8a8a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.sitec-hero-tabs .sitec-tab-button.active {
    background: var(--sitec-accent);
    color: #fff;
    box-shadow: 0 14px 28px rgba(32, 151, 219, 0.35);
}

.sitec-hero-tag {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.sitec-hero-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 16px 0 24px;
    font-size: 14px;
}

.sitec-hero-info span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sitec-section {
    padding: 70px 0;
}

.sitec-section-tabs {
    padding-top: 110px;
}

.sitec-section-title h2 {
    font-size: 32px;
    color: #2097da;
}

.sitec-section-title p {
    max-width: 640px;
    margin: 0 auto;
    color: #6c7278;
    font-weight: 600;
}

.sitec-stats {
    margin-top: -160px;
    padding-bottom: 30px;
    z-index: 2 !important;
    position: relative;
}

.sitec-stat-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 50px;
    box-shadow: 0 12px 30px rgba(15, 41, 77, 0.12);
    text-align: center;
}

.sitec-stat-icon {
    width: 100px;
    height: 90px;
    margin-bottom: 7px;
    margin-left: 0px;
    text-align: left;
}

.sitec-stat-icon img {
    max-height: 90px;
    height: inherit;
}

.sitec-service-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 44, 90, 0.1);
    overflow: hidden;
}

.sitec-service-body {
    padding: 25px 30px;
    background: #2263a0;
    color: #fff;
}

.sitec-service-body h4 {
    margin-bottom: 8px;
    color: #fff;
}



.sitec-why-choose {
    padding: 80px 0;
}

.sitec-feature {
    text-align: center;
}

.sitec-feature i {
    font-size: 28px;
    margin-bottom: 12px;
}

.sitec-overlay-card {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    min-height: 280px;
    position: relative;
    overflow: hidden;
}

.sitec-overlay-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.sitec-overlay-content {
    position: relative;
    z-index: 1;
    padding: 32px;
    color: #fff;
}

.sitec-overlay-content span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.sitec-clients {
    padding: 60px 0;
    background: #fff;
}

.sitec-client-logo {
    max-height: 80px;
    width: auto;
    filter: none;
    opacity: 1;
}

#logo-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.sitec-cta {
    padding: 40px 0;
    background-color: #0a7ae3 !important;
}

.sitec-cta h3 {
    margin-bottom: 0px !important;
}

.sitec-cta .btn-line-white {
    border: 1px solid #fff;
    padding: 10px 18px;
    border-radius: 3px;
}

.sitec-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 11px;
}

.sitec-tab-button {
    border: none;
    background: #f2f4f8;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    color: #3d4b5a;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sitec-tab-button.active {
    background: var(--sitec-blue);
    color: #fff;
    box-shadow: 0 6px 12px rgba(31, 95, 167, 0.3);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #15689b !important;
}

.sitec-section-tabs .sitec-tab-panel .carousel-control-prev {
    left: 0;
    margin-left: -15px !important;
}
.sitec-section-tabs .sitec-tab-panel .carousel-control-next {
    right: 0;
    margin-right: -9px !important;
}

.carousel-control-next-icon:after, .carousel-control-prev-icon:after {
    font-weight: 200 !important;
    font-family: "FontAwesome" !important;
    font-size: 1rem !important;
    vertical-align: sub !important;
}



@media (max-width: 991px) {
    .height-auto {
        min-height: 100vh !important;
    }
    nav {
        width: 120% !important;
        margin-right: -10% !important;
        margin-top: 17px !important;
        padding: 20px 50px !important;
    }
    .stc-header.header-mobile.height-auto .stc-nav{
        height: 100vh;
        background-color: #235389 !important;
    }
    header.header-mobile #mainmenu li a {
        color: #aabdd7 !important;
    }
    header.header-mobile #mainmenu li a.stc-nav__link--active {
        color: #e8f1fe !important;
    }
    header.header-mobile {
        background: #ffffff !important;
        min-height: 80px !important;
    }
    .stc-nav__logo {
        max-width: 50% !important;
    }
    #menu-btn {
        margin-top: -43px !important;
    }
    #menu-btn:before {
        color: #b9b9b9 !important;
    }
    #menu-btn:hover:before {
        color: #2263e5 !important;
    }
    #menu-btn:hover {
        background: none !important;
    }
    h2 {
        font-size: 28px !important;
    }
    .sitec-hero-tabs .sitec-tab-button {
        width: 100% !important;
        min-height: 36px !important;
    }
    .sitec-topbar-inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 0;
    }

    .sitec-nav-inner {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 12px 18px;
        min-height: auto;
    }

    .sitec-nav #mainmenu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .sitec-hero-tabs {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 24px;
        padding: 0 16px;
        overflow-x: auto;
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
    }

    .sitec-hero-tabs .sitec-tab-button {
        min-width: 200px;
        scroll-snap-align: center;
    }

    .sitec-section-tabs {
        padding-top: 60px;
    }
    .only-mobile {
       display: initial !important;
    }
}

@media (max-width: 575px) {
    .sitec-topbar-inner {
        align-items: flex-start;
        text-align: center;
    }

    .sitec-topbar-item {
        width: 100%;
        justify-content: center;
    }

    .sitec-topbar-action {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.sitec-tab-content {
    background: #f6f7f9;
    padding: 35px;
    border-radius: 12px;
}

.sitec-tab-panel {
    display: none;
}

.sitec-tab-panel.active {
    display: block;
}

.sitec-checklist {
    list-style: none;
    padding: 0;
}

.sitec-checklist li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
}

.sitec-checklist li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--sitec-blue);
    position: absolute;
    left: 0;
    top: 2px;
}

.sitec-values {
    background: var(--sitec-blue);
    color: #fff;
    padding: 70px 0;
}

.sitec-values-nav {
    min-height: 360px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sitec-values-nav::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.sitec-values-buttons {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
}

.sitec-values-content {
    background: #1976c5;
    padding: 32px;
    min-height: 360px;
}

.sitec-values-content h3 {
    color: #fff;
    margin-top: 0;
}

.sitec-values-content ul {
    padding-left: 18px;
}

.sitec-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.sitec-filter-button {
    border: 1px solid #d7dbe2;
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #3d4b5a;
}

.sitec-filter-button.active {
    background: var(--sitec-blue);
    color: #fff;
    border-color: var(--sitec-blue);
}

.sitec-work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.sitec-work-card {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 160px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 16px;
    text-decoration: none;
}

.sitec-work-card::after {
    content: '';
    position: absolute;
    inset: 0;
}

.sitec-work-card span {
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.sitec-work-card.is-hidden {
    opacity: 0;
    pointer-events: none;
    width: 0px !important;
    height: 0px !important;
    display: flex !important;
    position: fixed !important;
    background-image: none !important;
}

.sitec-work-cta {
    background: var(--sitec-blue);
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sitec-detail-card {
    background: #f6f7f9;
    padding: 30px;
    border-radius: 10px;
}

.sitec-equipment-image {
    /* max-height: 320px; */
}

.sitec-accordion .accordion-button {
    font-weight: 600;
}

.sitec-contact .sitec-form-card {
    background: var(--sitec-gray);
    padding: 30px;
    border-radius: 8px;
}

.sitec-map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.sitec-cta-whatsapp {
    background: #3c8dde;
    padding: 40px 0;
}

.sitec-footer {
    background: #f2f2f2;
    padding: 70px 0;
    color: #606060;
    font-size: 16px;
}

.sitec-footer__content {
    --bs-gutter-x: 4.5rem;
    --bs-gutter-y: 2.5rem;
}

.sitec-footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.sitec-footer-logo {
    max-width: 170px;
}

.sitec-footer__social {
    display: flex;
    gap: 10px;
}

.sitec-footer__social a {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    background: #bdbdbd;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
}
.sitec-footer__social a:hover {
    background-color: #2097da !important;
    color: #ffffff;
    text-decoration: none;
}

.sitec-footer__brand p {
    max-width: 320px;
    line-height: 1.7;
    margin: 0;
}

.sitec-footer__contact {
    text-align: center;
    align-items: center;
}

.sitec-footer__title {
    color: #289bdb;
    font-weight: 700;
    font-size: clamp(30px, 3vw, 40px);
    margin: 0;
}

.sitec-footer__contact-list {
    display: grid;
    gap: 8px;
    color: #606060;
}

.sitec-footer__contact-list p {
    margin: 0;
}

.sitec-footer__contact-list strong {
    font-weight: 700;
    color: #555555;
}

.sitec-footer__contact a {
    color: #0a7ae3;
    text-decoration: underline;
}

.sitec-footer__contact a:hover {
    color: #0666c2;
}

.sitec-footer__form {
    gap: 14px;
}

.sitec-footer__input {
    width: 100%;
    background: #dadada;
    border: none;
    border-radius: 3px;
    padding: 12px 14px;
    font-size: 15px;
    color: #444444;
}

.sitec-footer__input::placeholder {
    color: #666666;
}

.sitec-footer__input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(10, 122, 227, 0.2);
}

.sitec-footer__textarea {
    min-height: 120px;
    resize: vertical;
}

.sitec-footer__button {
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #0a7ae3;
    color: #ffffff;
    height: 46px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.sitec-footer__button:hover {
    background: #0766c2;
}

.sitec-footer__copyright {
    text-align: center;
    color: #777777;
    margin-top: 36px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .sitec-footer {
        padding: 50px 0;
    }

    .sitec-footer__column {
        align-items: flex-start;
    }

    .sitec-footer__contact {
        text-align: left;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .sitec-hero .mask {
        padding: 70px 0;
    }

    .sitec-hero {
        padding: 110px 0;
    }

    .sitec-stats {
        margin-top: 20px;
    }

    .sitec-tab-content {
        padding: 24px;
    }
}
