.elementor-14434 .elementor-element.elementor-element-20e4146d{--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;}.elementor-14434 .elementor-element.elementor-element-523f61e2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14434 .elementor-element.elementor-element-3ef6a921{--display:flex;}.elementor-14434 .elementor-element.elementor-element-63a64b9 img{width:260px;}.elementor-14434 .elementor-element.elementor-element-2a421f73{--display:flex;}.elementor-14434 .elementor-element.elementor-element-5b733e5b{--display:flex;}.elementor-14434 .elementor-element.elementor-element-5c1abcaf{--display:flex;}.elementor-14434 .elementor-element.elementor-element-413791c7{--display:flex;}.elementor-14434 .elementor-element.elementor-element-76b11ae{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-20e4146d */.footer-global {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  background: #080617 !important;
  border-top: 1px solid rgba(255, 77, 126, 0.3);
  width: 100%;
  padding: 0 !important;
  gap: 0 !important;
}

/* ---- ZONA COLUMNAS ---- */
.footer-columnas {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 40px !important;
  max-width: 1200px;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 64px 24px 48px !important;
  box-sizing: border-box;
}

/* Cada columna */
.footer-col {
  flex: 1 1 200px !important;
  min-width: 180px;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 0 !important;
  width: auto !important;
}

/* Títulos de columna (widget Heading) */
.footer-col .elementor-heading-title {
  font-family: 'Unbounded', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #ff4d7e !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 !important;
}

/* Textos de columna */
.footer-col .elementor-widget-text-editor p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin: 0;
}

/* Links de navegación */
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;        /* sube a 15 o 16 si quieres más grande */
  line-height: 1.8;       /* aumenta el espacio entre líneas */
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  transition: color 0.3s, padding-left 0.3s;
  display: block;
}
.footer-nav a:hover {
  color: #00e5ff;
  padding-left: 6px;
}


/* ---- SEPARADOR ---- */
.footer-separador {
  height: 1px !important;
  max-width: 1200px;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.08) !important;
}

/* ---- COPYRIGHT ---- */
.footer-copyright {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  max-width: 1200px;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 20px 24px !important;
  box-sizing: border-box;
}

.footer-copyright .elementor-widget-text-editor p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
}

.footer-social {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.footer-social a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
  display: flex;
  align-items: center;
}

.footer-social a:hover {
  color: #ff4d7e;
  transform: translateY(-2px);
}

.footer-nav a,
.footer-nav a:visited {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
}

.footer-nav a:hover {
  color: #00e5ff !important;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .footer-columnas {
    padding: 48px 16px 40px !important;
    gap: 32px !important;
  }

  .footer-col {
    flex: 1 1 100% !important;
  }

  .footer-copyright {
    flex-direction: column !important;
    text-align: center;
    padding: 16px !important;
  }
}/* End custom CSS */