.elementor-268 .elementor-element.elementor-element-f442fd2{--display:flex;}.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-9555cda */.footer-don-boton {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding: 30px 15px;
  box-sizing: border-box;
  border-top: 2px solid #f2f2f2;
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-links a {
  color: #0a2e67;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #e91e63; /* Rosa Don Botón */
  text-decoration: underline;
}

.footer-kitdigital {
  max-width: 900px;
  margin: 0 auto 25px auto;
  padding: 10px 20px;
}

.footer-kitdigital img {
  max-width: 220px;
  height: auto;
  margin-top: 10px;
}

.footer-bottom {
  font-size: 13px;
  color: #555;
}

.footer-bottom a {
  color: #0a2e67;
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom a:hover {
  color: #e91e63;
}

/* 🌐 Responsive ajustes */
@media (max-width: 768px) {
  .footer-don-boton {
    font-size: 13px;
    padding: 20px 10px;
  }

  .footer-kitdigital img {
    max-width: 180px;
  }

  .footer-links {
    gap: 8px;
  }
}/* End custom CSS */