.elementor-7246 .elementor-element.elementor-element-f290716{--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;--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;}/* Start custom CSS for html, class: .elementor-element-8cafe90 *//* Footer Base */
.footer {
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  padding: 60px 150px;
}

/* Grid principal */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
}

/* Columnas */
.footer-column {
  flex: 1 1 280px;
  min-width: 260px;
}

/* Logo */
.footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
}

/* Descripción */
.footer-description {
  font-size: 15px;
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Contacto */
.footer-contact p {
  font-size: 15px;
  color: #dddddd;
  margin: 6px 0;
}
.footer-contact i {
  margin-right: 8px;
  color: #E00B0B;
}

/* Títulos */
.footer-title {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}

/* Menú */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-menu a:hover {
  color: #E00B0B;
}

/* Redes sociales */
.footer-social {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 30px;
}
.footer-social h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.social-links a {
  font-size: 22px;
  color: #ffffff;
  transition: color 0.3s ease;
}
.social-links a:hover {
  color: #E00B0B;
}

/* Pie de página */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #bbbbbb;
}

/* Responsive */
@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-column {
    min-width: 100%;
  }
  .footer-contact p {
    justify-content: center;
  }
}/* End custom CSS */