.elementor-188 .elementor-element.elementor-element-87a4f07{border-style:solid;border-width:1px 0px 0px 0px;border-color:#DADADA;}.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-188 .elementor-element.elementor-element-0ce7279 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:20px;}}/* Start custom CSS for html, class: .elementor-element-0c59de1 *//* Footer general */
footer {
  background: #f5f5f5;
  padding: 30px 20px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

/* Contenedor de columnas */
footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1000px;
  margin: auto;
  gap: 50px; /* espacio entre columnas en PC */
}

/* Columnas individuales */
footer .footer-column {
  flex: 1 1 250px;
  text-align: left;
}

/* Logo dentro del footer */
footer .footer-column img {
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}

/* Títulos de columna */
footer .footer-column h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

/* Texto dentro de columnas */
footer .footer-column p {
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

/* Enlaces */
footer .footer-column a {
  color: orange;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
}

footer .footer-column a:hover {
  text-decoration: underline;
}

/* Listas */
footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-column ul li {
  margin: 4px 0;
}

footer .footer-column ul li a {
  font-size: 13px;
}

/* Íconos */
footer i {
  color: orange;
  font-size: 14px;
  min-width: 18px;
  text-align: center;
}

/* ---------------- Responsive ---------------- */

/* Tablet */
@media (max-width: 1024px) {
  footer .footer-container {
    gap: 30px;
  }

  footer .footer-column h3 {
    font-size: 15px;
  }

  footer .footer-column p,
  footer .footer-column a,
  footer .footer-column ul li a {
    font-size: 12px;
  }

  footer .footer-column img {
    max-width: 90px;
  }
}

/* Móvil */
@media (max-width: 768px) {
  footer {
    text-align: left;
    padding: 20px 15px;
  }

  footer .footer-container {
    flex-direction: column;
    gap: 4px; /* espacio reducido entre columnas */
  }

  footer .footer-column {
    text-align: left;
  }

  footer .footer-column h3 {
    font-size: 14px;
    margin-bottom: 4px; /* menos espacio abajo del título */
  }

  footer .footer-column p,
  footer .footer-column a,
  footer .footer-column ul li a {
    font-size: 12px;
    margin: 2px 0; /* menos espacio entre líneas */
  }

  footer .footer-column img {
    max-width: 80px;
    margin-bottom: 6px;
  }
}/* End custom CSS */