.elementor-15654 .elementor-element.elementor-element-6a26ed2{--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;}@media(max-width:768px){.elementor-15654 .elementor-element.elementor-element-6a26ed2{--width:500px;--min-height:0px;}}/* Start custom CSS for html, class: .elementor-element-372dfa2 *//* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer {
  width: 100%;
  background-color: white;
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.logo-column {
  flex: 1.5;
}

.links-column {
  text-align: right;
}

.footer-column h4 {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
}

.footer-column ul {
  list-style: none;
}

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

.footer-column ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s;
  font-size: 16px;
  display: inline-block;
}

.footer-column ul li a:hover {
  color: #007bff;
}

.footer-column p {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

/* Versión móvil */
@media (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }
  
  .footer-column {
    min-width: 100%;
    text-align: center !important;
  }
  
  .logo-column {
    order: 1;
  }
  
  .links-column {
    order: 2;
    text-align: center !important;
  }
  
  .contact-column {
    order: 3;
  }
  
  .footer-column ul li {
    display: block;
    margin-bottom: 10px;
  }
}/* End custom CSS */