.elementor-19 .elementor-element.elementor-element-ceb4821{--display:flex;--margin-top:8px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-19 .elementor-element.elementor-element-2bb650f.elementor-element{--align-self:stretch;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-ceb4821{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-2bb650f *//* ==== ESTILOS DE ACCESIBILIDAD ==== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==== FOOTER LEGAL ==== */
.footer-legal {
  background-color: #1414ff; /* azul Sense5 */
  padding: 0.8rem 0;
  text-align: center;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease, text-decoration 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
  opacity: 0.8;
  text-decoration: underline;
}

/* ==== BLOQUE KIT DIGITAL ==== */
.your-custom-section {
  text-align: center;
  color: #222;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
}

.your-custom-section p {
  margin: 0.5rem 0;
  line-height: 1.5;
}

.your-custom-section img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
}

/* ==== RESPONSIVE ==== */
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
}/* End custom CSS */