.elementor-26140 .elementor-element.elementor-element-0b709f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26140 .elementor-element.elementor-element-b3ec732 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-26140 .elementor-element.elementor-element-13cbd04{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-0b709f3 *//* ==========================================
   ESTILOS GENERALES Y HERO
   ========================================== */
.maq-rf-about-wrapper { font-family: 'Open Sans', sans-serif; color: #444444; line-height: 1.7; background-color: #ffffff; }
.maq-rf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.maq-rf-flex { display: flex; flex-wrap: wrap; gap: 50px; align-items: stretch; }

.maq-rf-hero {
    background-color: #1a1a1a;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://maqbombasygruas.com/wp-content/uploads/2026/05/MAQ.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh; 
    min-height: 400px; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    text-align: center;
    padding: 20px;
}
.maq-rf-hero h1 { color: #ffffff; font-size: clamp(32px, 5vw, 54px); text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; font-weight: 700;}
.maq-rf-hero h1 span { color: #ffaa00; }
.maq-rf-hero p { color: #cccccc; font-size: 18px; max-width: 600px; }

/* ==========================================
   SISTEMA DE PESTAÑAS (IDENTIDAD VISUAL)
   ========================================== */
.maq-tab {
    position: relative;
    height: 45px;
    width: 100%;
    margin-top: -1px; /* Evita líneas blancas entre secciones */
    z-index: 5;
}
.maq-tab-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}
.maq-tab-front {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
}

/* ==========================================
   SECCIONES Y TEXTOS
   ========================================== */
.maq-rf-section { padding: 90px 0; }
.maq-rf-about-wrapper h2, .maq-rf-about-wrapper h3, .maq-rf-about-wrapper h4 { color: #1a1a1a; font-weight: 700; margin-top: 0; }

.maq-rf-col-texto { flex: 1; min-width: 300px; }
.maq-rf-subtitle { color: #ffaa00; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.maq-rf-title { font-size: 36px; line-height: 1.2; margin-bottom: 20px; }
.maq-rf-title span { color: #808c91; font-weight: 300; }
.maq-rf-divider { height: 4px; width: 60px; background-color: #ffaa00; margin-bottom: 30px; }

.maq-rf-col-img { flex: 1; min-width: 300px; position: relative; }
.maq-rf-col-img img { width: 100%; height: auto; display: block; border-radius: 4px; object-fit: cover; }
.maq-rf-img-box { position: absolute; bottom: -30px; left: -30px; background-color: #ffaa00; padding: 30px; width: 250px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 4px; z-index: 10; }
.maq-rf-img-box h3 { color: #1a1a1a; font-size: 20px; margin-bottom: 10px; }
.maq-rf-img-box p { margin: 0; font-size: 14px; font-weight: 600; color: #1a1a1a;}

/* Stats */
.maq-rf-stats-bar { padding: 60px 0; }
.maq-rf-stats-bar .maq-rf-flex { justify-content: space-around; align-items: center; }
.stat-num { font-size: 48px; font-weight: 800; color: #ffaa00; line-height: 1; margin-bottom: 10px; }
.stat-text { font-size: 14px; text-transform: uppercase; color: #aaaaaa; }
.stat-separator { width: 1px; height: 60px; background-color: #333333; }

/* Inventario Simple */
.maq-rf-col-mitad { flex: 1; min-width: 300px; }
.maq-rf-title-small { font-size: 28px; margin-bottom: 15px; }
.maq-rf-divider-small { height: 3px; width: 40px; background-color: #ffaa00; margin-bottom: 25px; }

.maq-rf-grid-inventario-simple { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 30px; margin-top: 25px; }
.maq-item-simple { padding: 10px 0; font-size: 16px; font-weight: 600; color: #1a1a1a; border-bottom: 1px solid #eaeaea; display: flex; align-items: center; transition: color 0.3s ease; }
.maq-item-simple:before { content: "❯"; color: #ffaa00; margin-right: 12px; font-size: 14px; }
.maq-item-simple:hover { color: #ffaa00; }

.maq-rf-import-box { margin-top: 30px; border-left: 4px solid #ffaa00; background-color: #ffffff; padding: 25px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }

/* Filosofía (Original) */
.maq-rf-filosofia { padding: 90px 20px; text-align: center; }
.text-center { text-align: center; }
.maq-rf-filosofia h2 { font-size: 32px; color: #1a1a1a; margin-bottom: 20px; }
.maq-rf-filosofia p { font-size: 20px; color: #1a1a1a; max-width: 800px; margin: 0 auto; font-weight: 500;}

/* Responsive */
@media (max-width: 900px) {
    .maq-rf-hero { height: 50vh; }
    .maq-rf-flex { flex-direction: column; gap: 40px; }
    .maq-rf-col-img { width: 100%; margin-top: 20px; }
    .maq-rf-img-box { position: relative; bottom: 0; left: 0; width: 100%; margin-top: -15px; text-align: center; }
    .maq-rf-stats-bar .maq-rf-flex { flex-direction: column; gap: 30px; }
    .stat-separator { display: none; }
    .maq-rf-grid-inventario-simple { grid-template-columns: 1fr; }
    
    /* Ajustes Pestañas en celular para que no se vean cortas */
    .maq-tab-back { width: 75% !important; }
    .maq-tab-front { width: 65% !important; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-13cbd04 *//* ==========================================================================
   9. FOOTER PERSONALIZADO (Fondo #808c91 y Textos Negros)
   ========================================================================== */

/* Contenedor principal del Footer */
.maq-footer-custom {
    background-color: #808c91 !important; /* <--- NUEVO FONDO GRIS */
    padding: 60px 20px 0 20px;
    width: 100%;
}

.maq-footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 50px;
    padding-bottom: 50px;
}

/* Títulos y Textos de las columnas */
.maq-footer-col h4 {
    color: #0f0f0f !important; /* Negro industrial */
    font-size: 22px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    letter-spacing: 0.5px;
}

/* --- NUEVO: Línea amarilla debajo de los títulos de ubicación --- */
.maq-title-line::after {
    content: '';
    display: block;
    width: 60px; /* Ancho de la línea */
    height: 3px; /* Grosor de la línea */
    background-color: #f5b400; /* Amarillo del tema */
    margin-top: 8px; /* Espacio entre el texto y la línea */
    border-radius: 2px; /* Bordes ligeramente redondeados (opcional) */
}

.maq-footer-col p {
    color: #1a1a1a !important; /* Gris súper oscuro, casi negro */
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

/* =========================================
   MAPAS (Escala de grises por defecto -> Color en hover)
   ========================================= */
.maq-footer-map {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #0f0f0f; /* Borde negro en lugar de gris */
    transition: all 0.3s ease;
}

.maq-footer-map:hover {
    border-color: #f5b400; /* Borde se hace amarillo */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.maq-footer-map iframe {
    display: block;
    width: 100%;
    height: 220px;
    /* Filtro para que el mapa se vea gris elegante y combine con el fondo */
    filter: grayscale(100%) opacity(0.8); 
    transition: filter 0.4s ease;
}

.maq-footer-map:hover iframe {
    /* Al pasar el mouse, el mapa recupera su color y brillo */
    filter: grayscale(0%) opacity(1); 
}

/* =========================================
   MENÚ DE ENLACES
   ========================================= */
.maq-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.maq-footer-menu li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(15, 15, 15, 0.15); /* Línea divisoria muy sutil y oscura */
    padding-bottom: 10px;
}

.maq-footer-menu li:last-child {
    border-bottom: none;
}

.maq-footer-menu li a {
    color: #0f0f0f !important; /* Letras negras por defecto */
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

/* Flechita amarilla antes de cada enlace */
.maq-footer-menu li a::before {
    content: '▸';
    color: #f5b400;
    margin-right: 8px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.maq-footer-menu li a:hover {
    color: #ffffff !important; /* Letras se vuelven blancas en hover para contrastar perrón */
    transform: translateX(6px);
}

/* =========================================
   BARRA INFERIOR (COPYRIGHT)
   ========================================= */
.maq-footer-bottom {
    /* Truco para romper el contenedor y forzar 100% de la pantalla */
    width: 100vw; 
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    /* Tu código original */
    background-color: #0f0f0f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.maq-footer-bottom p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #ffffff !important;
    font-weight: 600;
}
/* =========================================
   DISEÑO RESPONSIVO (MÓVILES Y TABLETS)
   ========================================= */
@media (max-width: 960px) {
    .maq-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .maq-footer-menu-col {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .maq-footer-container {
        grid-template-columns: 1fr; 
        gap: 40px;
    }
    .maq-footer-menu-col {
        grid-column: span 1;
    }
    .maq-footer-col h4 {
        font-size: 20px !important;
    }
    .maq-footer-map iframe {
        height: 180px;
    }
}/* End custom CSS */