.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-39b82173 *//* 🌙 Footer Esotérico Morgana y Andreus */
.footer-morgana {
  position: relative;
  background: radial-gradient(circle at top, #2a0040 0%, #000000 90%);
  color: #fff;
  font-family: 'Cinzel Decorative', serif;
  padding: 70px 20px 40px;
  overflow: hidden;
  text-align: center;
}

/* ✨ Elementos decorativos animados */
.footer-animaciones .estrella,
.footer-animaciones .luna,
.footer-animaciones .chispa {
  position: absolute;
  border-radius: 50%;
  animation: flotar 8s infinite ease-in-out;
  opacity: 0.7;
}

/* Estrellas */
.footer-animaciones .estrella {
  width: 4px;
  height: 4px;
  background: #fff;
  animation: parpadeo 3s infinite alternate;
}

.footer-animaciones .estrella:nth-child(1) { top: 15%; left: 20%; }
.footer-animaciones .estrella:nth-child(2) { top: 40%; left: 80%; }
.footer-animaciones .estrella:nth-child(3) { top: 70%; left: 10%; }

/* Luna */
.footer-animaciones .luna {
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, #d7baff 20%, transparent 70%);
  top: 5%;
  right: 10%;
  opacity: 0.4;
  animation: flotar 10s infinite ease-in-out;
}

/* Chispas */
.footer-animaciones .chispa {
  width: 6px;
  height: 6px;
  background: #b37cff;
  box-shadow: 0 0 12px #b37cff;
  animation: brillar 2.5s infinite alternate;
}

.footer-animaciones .chispa:nth-child(5) { top: 60%; left: 40%; }
.footer-animaciones .chispa:nth-child(6) { top: 20%; left: 70%; }

/* 🌠 Animaciones clave */
@keyframes flotar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes parpadeo {
  0% { opacity: 0.2; }
  100% { opacity: 0.9; }
}

@keyframes brillar {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.3); opacity: 1; }
}

/* 📜 Contenido principal */
.footer-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-col {
  max-width: 320px;
  text-align: left;
}

.footer-col h3 {
  color: #b37cff;
  text-shadow: 0 0 10px #b37cff;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.footer-col p {
  color: #f2f2f2;
  font-size: 0.95em;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #b37cff;
  text-shadow: 0 0 8px #b37cff;
}

/* 🔥 Créditos */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9em;
  color: #ddd;
}

.footer-bottom a {
  color: #b37cff;
  font-weight: bold;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-shadow: 0 0 10px #b37cff;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-col {
    max-width: 100%;
  }

  .footer-col h3 {
    font-size: 1.2em;
  }

  .footer-col p, 
  .footer-col a {
    font-size: 1em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f4b6e67 *//* --- Botón flotante WhatsApp --- */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #7a0de4; /* Violeta intenso */
  color: #fff;
  border-radius: 50px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  animation: pulse-violet 2s infinite;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #a450ff;
  transform: scale(1.05);
}

.whatsapp-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.whatsapp-float i {
  font-size: 22px;
}

.whatsapp-text {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

/* --- Animación de pulso --- */
@keyframes pulse-violet {
  0% {
    box-shadow: 0 0 0 0 rgba(122, 13, 228, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(122, 13, 228, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(122, 13, 228, 0);
  }
}

/* --- Ajuste en móviles --- */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
    padding: 10px 14px;
  }
  .whatsapp-text {
    font-size: 13px;
  }
}/* End custom CSS */