.elementor-355 .elementor-element.elementor-element-0f0250f{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-355 .elementor-element.elementor-element-0f0250f{--margin-top:4px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-bd38a47 *//* === Fondo con imagen === */
.footer-full-bg {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: url('https://academiaeducafacil.com/wp-content/uploads/2025/10/ChatGPT-Image-22-oct-2025-13_40_05.png') center/cover no-repeat;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.14);
  z-index: 0;
}

/* Contenido encima */
.footer-content {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700; /* más grueso */
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000; /* borde negro visible */
}

/* Barra superior legal */
.footer-legal-bar {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.6;
}

.footer-legal-bar a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.footer-legal-bar a:hover {
  color: #ccff00;
}

/* Bloque principal */
.your-custom-section {
  padding: 30px 0 50px;
}

.your-custom-section p {
  margin: 12px 0;
  font-size: 18px; /* texto más grande */
  color: #fff;
}

/* Imagen del logo — mucho más grande */
.your-custom-section img {
  display: block;
  margin: 35px auto;
  max-width: 480px;  /* tamaño grande */
  height: auto;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.6));
  transition: transform 0.3s ease;
}

.your-custom-section img:hover {
  transform: scale(1.08);
}

/* Enlaces XPandex */
.your-custom-section a {
  color: #ccff00;
  text-decoration: none;
  font-weight: 700;
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000;
}

.your-custom-section a:hover {
  text-decoration: underline;
}/* End custom CSS */