.elementor-25853 .elementor-element.elementor-element-d11c1a2{--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-25853 .elementor-element.elementor-element-e28dc15{--display:flex;--margin-top:0100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25853 .elementor-element.elementor-element-6dbe200 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-25853 .elementor-element.elementor-element-8ccd5b3{--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-25853 .elementor-element.elementor-element-41d8edf{--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-25853 .elementor-element.elementor-element-41d8edf:not(.elementor-motion-effects-element-type-background), .elementor-25853 .elementor-element.elementor-element-41d8edf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-25853 .elementor-element.elementor-element-fa83c1a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-25853 .elementor-element.elementor-element-0cb3bb0{--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-25853 .elementor-element.elementor-element-21137eb{--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;}.elementor-25853 .elementor-element.elementor-element-f0bc49e{--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;}body.elementor-page-25853:not(.elementor-motion-effects-element-type-background), body.elementor-page-25853 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F0F;}:root{--page-title-display:none;}body.elementor-page-25853{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-d11c1a2 *//* ==========================================================================
   PÁGINA DE CONTACTO (Layout para Shortcode)
   ========================================================================== */

/* Fondo general y fuente */
.maq-contacto-master { 
  background-color: #0f0f0f; 
  padding: 80px 20px; 
  font-family: 'Plus Jakarta Sans', sans-serif; 
}

/* --- SECCIÓN SUPERIOR --- */
.maq-contacto-top { 
  text-align: center; 
  max-width: 800px; 
  margin: 0 auto 70px auto; 
}
.maq-eyebrow { 
  color: #808c91; 
  font-size: 14px; 
  font-weight: 800; 
  letter-spacing: 2px; 
  margin-bottom: 15px; 
}
.maq-titulo-contacto { 
  color: #ffffff; 
  font-size: 46px; 
  font-weight: 900; 
  line-height: 1.1; 
  margin: 0 0 15px 0; 
}
.maq-titulo-contacto span { 
  color: #f5b400; 
}
.maq-subtitulo-contacto { 
  color: #cccccc; 
  font-size: 18px; 
  margin: 0; 
}

/* --- SECCIÓN INFERIOR (2 COLUMNAS) --- */
.maq-contacto-bottom { 
  display: grid; 
  grid-template-columns: 1fr 1.2fr; /* Columna derecha un poco más ancha */
  gap: 70px; 
  max-width: 1200px; 
  margin: 0 auto; 
  align-items: center; 
}

/* Columna Izquierda (Info) */
.maq-info-col { 
  display: flex; 
  flex-direction: column; 
  gap: 40px; 
}
.maq-info-item { 
  display: flex; 
  align-items: flex-start; 
  gap: 20px; 
}
.maq-icon-wrap { 
  background-color: rgba(245, 180, 0, 0.1); 
  padding: 15px; 
  border-radius: 50%; 
  display: flex; 
  align-items: center;
  justify-content: center;
}
.maq-icon-wrap svg { 
  width: 28px; 
  height: 28px; 
}
.maq-data span { 
  display: block; 
  color: #808c91; 
  font-size: 13px; 
  font-weight: 800; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
  margin-bottom: 5px; 
}
.maq-data a { 
  color: #ffffff; 
  font-size: 24px; 
  font-weight: 900; 
  text-decoration: none; 
  transition: color 0.3s ease; 
}
.maq-data a:hover { 
  color: #f5b400; 
}
.maq-data p { 
  color: #cccccc; 
  font-size: 15px; 
  line-height: 1.5; 
  margin: 0; 
}

/* Columna Derecha (Caja del Formulario / Shortcode) */
.maq-form-col { 
  background-color: #1a1a1a; /* El fondo gris grafito que pediste */
  padding: 40px; 
  border-radius: 12px; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.5); 
}

/* --- RESPONSIVO MÓVIL --- */
@media (max-width: 960px) { 
  .maq-contacto-bottom { 
    grid-template-columns: 1fr; /* Pasa a 1 columna */
    gap: 50px; 
  } 
}

@media (max-width: 768px) { 
  .maq-contacto-master { padding: 60px 15px; }
  .maq-titulo-contacto { font-size: 34px; } 
  .maq-form-col { padding: 30px 20px; } 
  .maq-data a { font-size: 20px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e28dc15 *//* ==========================================================================
   SECCIÓN 1: ENCABEZADO CENTRADO (Referencia SubX)
   ========================================================================== */
.maq-hero-contacto-ref {
    text-align: center;
    padding: 80px 20px 60px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.maq-titulo-contacto-ref {
    font-size: 52px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    line-height: 1.1;
}

.maq-titulo-contacto-ref span {
    color: #f5b400; /* El acento amarillo para romper la monotonía */
}

.maq-subtitulo-contacto-ref {
    font-size: 18px;
    color: #cccccc;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
}

/* Responsivo para móviles */
@media (max-width: 768px) {
    .maq-hero-contacto-ref {
        padding: 60px 15px 40px 15px;
    }
    .maq-titulo-contacto-ref {
        font-size: 38px;
    }
    .maq-subtitulo-contacto-ref {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ccd5b3 *//* ==========================================================================
   TRANSICIÓN FLUIDA MAQ (Divs redondeados)
   ========================================================================== */

.maq-transicion-redondeada {
    width: 100%;
    height: 50px; /* Qué tan abajo escurre el color */
    background-color: #f7f7f7; /* DEBE ser el mismo color del fondo de la sección de abajo */
    display: flex;
    align-items: flex-start;
    margin-top: -1px; /* Truco para evitar la micro-línea blanca de Elementor */
    position: relative;
    z-index: 10;
}

.maq-bloque-negro {
    width: 45%; /* Qué tan larga es la mancha negra */
    height: 100%;
    background-color: #0f0f0f; /* Mismo negro de la sección de arriba */
    border-bottom-right-radius: 40px; /* La curva elegante */
    z-index: 2;
    position: relative;
}

.maq-bloque-amarillo {
    width: 15%; /* El acento amarillo */
    height: 35px; /* Un poco más corto que el negro */
    background-color: #f5b400;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 20px;
    margin-left: -20px; /* Se esconde un poquito debajo de la curva negra */
    z-index: 1;
    position: relative;
}

/* =========================================
   RESPONSIVO MÓVIL
   ========================================= */
@media (max-width: 768px) {
    .maq-transicion-redondeada {
        height: 40px;
    }
    .maq-bloque-negro {
        width: 65%; /* En celular ocupa más espacio */
        border-bottom-right-radius: 30px;
    }
    .maq-bloque-amarillo {
        width: 25%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-41d8edf *//* ==========================================================================
   SECCIÓN 2: GRID DIVIDIDO (Fondo Claro + Placas Oscuras Flotantes)
   ========================================================================== */

/* 1. EL FONDO PRINCIPAL SE VUELVE CLARO */
.maq-contacto-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px 80px 20px; /* Agregué padding arriba para que respire */
    font-family: 'Plus Jakarta Sans', sans-serif;
    align-items: start;
    /* Opcional: Si Elementor no lo obedece, pon el fondo blanco directo en los ajustes del Contenedor de Elementor */
    background-color: #f7f7f7 !important; /* Gris ultra claro, casi blanco, más elegante que el blanco puro */
    border-radius: 12px; /* Redondeamos un poco la sección clara */
}

/* --- LADO IZQUIERDO (Info fuera de las placas) --- */
/* 2. TEXTOS PRINCIPALES EN NEGRO INDUSTRIAL */
.maq-split-info h2 {
    color: #0f0f0f !important; /* Negro rudo */
    font-size: 32px;
    font-weight: 900; /* Lo hacemos más grueso para que compense el fondo blanco */
    margin-bottom: 15px;
    text-transform: uppercase;
}

.maq-split-desc {
    color: #333333 !important; /* Gris oscuro para el texto de apoyo */
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 90%;
    font-weight: 500;
}

/* Contenedor de las Placas */
.maq-placas-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* --- DISEÑO DE LA PLACA (Se queda oscura con textos blancos) --- */
.maq-placa-contacto {
    background-color: #121212 !important; /* Fondo oscuro */
    border: 1px solid #222222;
    border-radius: 12px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    /* Sombra para que flote sobre el fondo blanco */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
}

/* Hover en la placa */
.maq-placa-contacto:hover {
    border-color: #f5b400 !important;
    transform: translateX(10px);
    background-color: #1a1a1a !important;
    box-shadow: -5px 15px 30px rgba(0,0,0,0.15);
}

/* Círculos de los íconos */
.maq-icon-circle {
    background-color: rgba(245, 180, 0, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(245, 180, 0, 0.2);
    transition: all 0.3s ease;
}

.maq-placa-contacto:hover .maq-icon-circle {
    background-color: #f5b400;
}

.maq-placa-contacto:hover .maq-icon-circle svg {
    stroke: #0f0f0f;
}

.maq-icon-circle svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

/* Textos DENTRO de las placas (Se quedan blancos) */
/* Textos DENTRO de las placas (Se quedan blancos) */
.maq-item-text {
    flex: 1;
}

/* El título chiquito (ej. UBICACIONES) */
.maq-item-text span {
    display: block;
    color: #808c91 !important; /* Gris claro visible */
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 5px !important;
}

/* El texto principal (Direcciones, Números, Correos) */
.maq-item-text p,
.maq-item-text a {
    display: block !important;
    color: #ffffff !important; /* BLANCO PURO para que contraste al 100% */
    font-size: 16px !important; 
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

/* Que los enlaces se pinten de amarillo al pasar el mouse */
.maq-placa-contacto:hover .maq-item-text a {
    color: #f5b400 !important;
}

/* --- LADO DERECHO (Tarjeta del Formulario) --- */
.maq-split-form {
    background-color: #1a1a1a !important; 
    padding: 45px 40px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25); 
}

.maq-split-form h3 {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
}

/* =========================================
   RESPONSIVO MÓVIL Y TABLET
   ========================================= */
@media (max-width: 960px) {
    .maq-contacto-split {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .maq-split-desc {
        max-width: 100%;
    }
    .maq-placa-contacto:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .maq-contacto-split {
        padding: 40px 15px 60px 15px;
    }
    .maq-placa-contacto {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .maq-split-form {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0cb3bb0 *//* ==========================================================================
   TRANSICIÓN INVERSA (De abajo hacia arriba, del lado derecho)
   ========================================================================== */

.maq-transicion-inversa {
    width: 100%;
    height: 50px; 
    background-color: #f7f7f7; /* Fondo claro de la sección de arriba */
    display: flex;
    justify-content: flex-end; /* Empuja los bloques a la derecha */
    align-items: flex-end; /* Los ancla a la base para que "suban" */
    margin-bottom: -1px; /* Mata la línea blanca molesta de Elementor */
    position: relative;
    z-index: 10;
}

.maq-bloque-amarillo-inverso {
    width: 15%; 
    height: 35px; /* Crece de abajo hacia arriba */
    background-color: #f5b400;
    border-top-left-radius: 20px; /* Curva arriba a la izquierda */
    margin-right: -20px; /* Se esconde un poquito debajo de la curva negra */
    z-index: 1;
    position: relative;
}

.maq-bloque-negro-inverso {
    width: 45%; 
    height: 100%; /* Ocupa los 50px de altura */
    background-color: #0f0f0f; /* Se funde con el negro de la sección de mapas */
    border-top-left-radius: 40px; /* Curva suave hacia arriba */
    z-index: 2;
    position: relative;
}

/* =========================================
   RESPONSIVO MÓVIL
   ========================================= */
@media (max-width: 768px) {
    .maq-transicion-inversa {
        height: 40px;
    }
    .maq-bloque-negro-inverso {
        width: 65%; /* Ocupa más ancho en celular */
        border-top-left-radius: 30px;
    }
    .maq-bloque-amarillo-inverso {
        width: 25%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-21137eb *//* ==========================================================================
   SECCIÓN 3: MAPAS DOBLES (Look Industrial)
   ========================================================================== */

.maq-contacto-mapas-master {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 100px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.maq-mapas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas iguales */
    gap: 40px;
}

/* Títulos arriba de los mapas */
.maq-mapa-titulo {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

/* Flechita amarilla antes del título */
.maq-mapa-titulo::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f5b400;
    margin-right: 10px;
    border-radius: 50%;
}

/* Contenedor del mapa (para el borde y la sombra) */
.maq-mapa-iframe-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #1a1a1a; /* Borde oscuro */
    background-color: #1a1a1a;
    transition: all 0.4s ease;
}

.maq-mapa-box:hover .maq-mapa-iframe-wrap {
    border-color: #f5b400; /* Borde amarillo al pasar el mouse */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* El mapa de Google Maps con el filtro */
.maq-mapa-iframe-wrap iframe {
    display: block;
    width: 100%;
    height: 350px;
    filter: grayscale(100%) contrast(90%) opacity(0.8); /* Mapa gris por defecto */
    transition: filter 0.5s ease;
}

/* Al pasar el mouse recupera su color */
.maq-mapa-box:hover .maq-mapa-iframe-wrap iframe {
    filter: grayscale(0%) contrast(100%) opacity(1);
}

/* =========================================
   RESPONSIVO MÓVIL
   ========================================= */
@media (max-width: 960px) {
    .maq-mapas-grid {
        grid-template-columns: 1fr; /* Pasa a 1 columna (se apilan) */
        gap: 50px;
    }
    .maq-mapa-iframe-wrap iframe {
        height: 280px; /* Un poco más bajitos en celular para que no estorben al hacer scroll */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a2ad61 *//* ==========================================================================
   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 */