.elementor-55307 .elementor-element.elementor-element-45f05a6{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px) and (min-width:768px){.elementor-55307 .elementor-element.elementor-element-45f05a6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a70e418 *//* --- 1. CONTENEDOR GENERAL --- */
  .pdc-footer-wrapper {
    background-color: #f9f9f9;
    color: #333333;
    padding: 60px 20px 30px;
    box-sizing: border-box;
    font-family: inherit;
    border-top: 1px solid #f26522;
    text-align: left;
    width: 100%;
  }

  /* --- 2. CUADRÍCULA SUPERIOR (REPARTO SIMÉTRICO: IZQ - CENTRO - DER) --- */
  .pdc-footer-top {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
  }

  /* Anclaje perfecto de las 3 columnas */
  .pdc-footer-social { justify-self: start;  width: 100%; max-width: 280px; }
  .pdc-footer-links  { justify-self: center; width: 100%; max-width: 320px; }
  .pdc-footer-legal  { justify-self: end;    width: 100%; max-width: 280px; }

  /* Títulos con acento de marca naranja */
  .pdc-footer-title {
    display: block;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 18px 0;
    position: relative;
    padding-bottom: 8px;
  }

  .pdc-footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #f26522;
    border-radius: 2px;
  }

  /* --- 3. REDES SOCIALES --- */
  .pdc-footer-socials {
    display: grid;
    grid-template-columns: repeat(3, 38px);
    gap: 12px;
    justify-content: start;
    margin: 0;
    padding: 0;
  }

  .pdc-footer-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555555;
    transition: all 0.25s ease;
    text-decoration: none;
  }

  .pdc-footer-socials a:hover,
  .pdc-footer-socials a:focus-visible {
    background: #f26522;
    border-color: #f26522;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(242, 101, 34, 0.25);
    outline: none;
  }

  .pdc-footer-socials a svg {
    width: 16px;
    height: 16px;
  }

  /* --- 4. LISTAS DE ENLACES (ALINEACIÓN PURA) --- */
  .pdc-footer-links ul, 
  .pdc-footer-legal ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .pdc-footer-links li, 
  .pdc-footer-legal li {
    margin-bottom: 10px;
  }

  .pdc-footer-links a, 
  .pdc-footer-legal a {
    color: #555555;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  .pdc-footer-links a:hover, 
  .pdc-footer-legal a:hover,
  .pdc-footer-links a:focus-visible, 
  .pdc-footer-legal a:focus-visible {
    color: #f26522;
    transform: translateX(4px);
    outline: none;
  }

  /* --- 5. BARRA INFERIOR COPYRIGHT (1280px) --- */
  .pdc-footer-bottom {
    max-width: 1280px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .pdc-bottom-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* Logo con -12px exactos para PC */
  .pdc-footer-logo {
    max-height: 42px;
    width: auto;
    display: block;
    margin-left: -12px;
  }

  .pdc-copyright {
    font-size: 14px;
    color: #555555;
  }

  .pdc-copyright strong {
    color: #222222;
    font-weight: 600;
  }

  .pdc-xtreme-promo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #555555;
  }

  .pdc-xtreme-promo img {
    max-height: 32px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    opacity: 0.85;
    transition: opacity 0.2s ease;
  }

  .pdc-xtreme-promo a:hover img,
  .pdc-xtreme-promo a:focus-visible img {
    opacity: 1;
  }
  
  
  /* Elimina el destello azul/gris de Android al tocar con el dedo */
  .pdc-footer-wrapper a,
  .pdc-footer-wrapper img,
  .pdc-footer-wrapper button {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
  }
  

  /* --- 6. RESPONSIVE TABLET (769px a 1024px) --- */
  @media (max-width: 1024px) {
    .pdc-footer-top {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
    }
    .pdc-footer-social { justify-self: start; }
    .pdc-footer-links  { justify-self: center; }
    .pdc-footer-legal  { justify-self: end; }
    .pdc-footer-logo   { margin-left: -12px; }
  }

  /* --- 7. RESPONSIVE MÓVIL Y TABLETS PEQUEÑAS (<= 768px) --- */
  @media (max-width: 768px) {
    .pdc-footer-wrapper {
      padding: 45px 20px 25px;
    }

    .pdc-footer-top {
      display: flex;
      flex-direction: column;
      gap: 30px;
      padding-bottom: 25px;
    }

    .pdc-footer-social, 
    .pdc-footer-links, 
    .pdc-footer-legal {
      justify-self: start;
      max-width: 100%;
    }

    /* Cascada vertical limpia sin escalones */
    .pdc-footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
      margin-top: 25px;
    }

    .pdc-bottom-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
    }

    
    .pdc-footer-logo {
      margin-left: -20px;
      margin-bottom: 15px;
      max-height: 40px;
    }

    .pdc-xtreme-promo {
      margin-top: 4px;
    }
  }/* End custom CSS */