.elementor-82 .elementor-element.elementor-element-11b89443:not(.elementor-motion-effects-element-type-background), .elementor-82 .elementor-element.elementor-element-11b89443 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-82 .elementor-element.elementor-element-11b89443{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:5em 0em 2em 0em;}.elementor-82 .elementor-element.elementor-element-11b89443 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-82 .elementor-element.elementor-element-32b0c57d > .elementor-element-populated{margin:-10em 0em 0em 0em;--e-column-margin-right:0em;--e-column-margin-left:0em;}.elementor-82 .elementor-element.elementor-element-6c4e1bb{--spacer-size:50px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-82 .elementor-element.elementor-element-11b89443{padding:0em 0em 0em 0em;}}/* Start custom CSS for html, class: .elementor-element-abbe3fb *//* 1. FORZAR ANCHO COMPLETO EN ELEMENTOR */
.elementor-82 .elementor-element.elementor-element-abbe3fb,
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 2. ESTRUCTURA BASE DEL FOOTER */
.footer-custom {
  background-color: #111417;
  color: #9aa0a6;
  font-family: inherit;
  padding-top: 55px;
  border-top: 1px solid #1f2429;
  width: 100% !important;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 45px 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

/* ENCABEZADOS Y TEXTOS */
.footer-col h3 {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  margin: 14px 0 10px 0;
}

.footer-col h4 {
  color: #7b828a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.footer-col p {
  font-size: 13.5px;
  line-height: 1.6;
  color: #9aa0a6;
  margin: 0;
}

/* CONTROL DEL LOGO PRINCIPAL */
.footer-logo {
  max-height: 50px !important;
  width: auto !important;
  display: block;
}

/* CONTROL ESTRICTO DEL TAMAÑO DE CARFAX */
.carfax-link {
  display: inline-block;
  margin: 15px 0 10px 0;
  text-decoration: none;
}

.carfax-badge-img {
  width: 100% !important;
  max-width: 110px !important; /* Mantiene la imagen en un tamaño elegante */
  height: auto !important;
  display: block;
  transition: transform 0.25s ease;
}

.carfax-badge-img:hover {
  transform: scale(1.05);
}

/* LISTAS Y ENLACES */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.2s ease;
}

.footer-links li a:hover {
  color: #fdce00;
  transform: translateX(4px);
}

/* REDES SOCIALES */
.footer-socials {
  display: flex;
  gap: 18px;
  margin-top: 15px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #1a1f24;
  border: 1px solid #282e35;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-socials a:hover {
  background-color: #fdce00;
  color: #111417;
  border-color: #fdce00;
  transform: translateY(-3px);
}

/* CONTACTO Y TELÉFONO EN VERDE LLAMATIVO */
.footer-phone,
a.footer-phone {
  color: #00E676 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px !important;
  transition: all 0.2s ease !important;
}

.footer-phone i {
  font-size: 16px;
  color: #00E676 !important;
}

.footer-phone:hover {
  color: #39FF14 !important;
  transform: translateX(3px);
}

.footer-address {
  color: #a0a5ab !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  margin-bottom: 16px !important;
}

.hours-list p {
  font-size: 12.5px !important;
  line-height: 1.7 !important;
  color: #888e96 !important;
  margin: 0 !important;
}

.hours-list span {
  color: #d1d5db !important;
  font-weight: 600 !important;
}

/* LÍNEA DE COPYRIGHT */
.footer-bottom {
  border-top: 1px solid #1a1f24;
  padding: 22px 0;
  background-color: #0c0e10;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #636a73;
}

.footer-legal a {
  color: #636a73;
  text-decoration: none;
  margin-left: 18px;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: #ffffff;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 550px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  .footer-bottom-container {
    flex-direction: column-reverse;
    gap: 14px;
    text-align: center;
  }
  .footer-legal a {
    margin: 0 10px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-11b89443 *//* ACTUALIZACIÓN EN TU CSS */
.footer-custom {
  background-color: #141414 !important; /* Fondo grafito oscuro uniforme */
  color: #9aa0a6;
  font-family: inherit;
  padding-top: 55px;
  border-top: 1px solid #222222 !important; /* Borde superior sutil */
  width: 100% !important;
  box-sizing: border-box;
}

.footer-bottom {
  border-top: 1px solid #222222 !important;
  padding: 22px 0;
  background-color: #0d0d0d !important; /* Copyright más oscuro */
}/* End custom CSS */