.elementor-195 .elementor-element.elementor-element-c15e036{--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 html, class: .elementor-element-b71fc6b *//* ==========================================================================
   CONTENEDOR PRINCIPAL Y FUENTES GLOBALES
   ========================================================================== */
.custom-footer-wrapper {
  /* Hereda la tipografía de texto global de tu Elementor (evita la principal gigante) */
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-weight: var(--e-global-typography-text-font-weight, 400);
  width: 100%;
  display: grid;
  place-items: end center;
  padding: 0 24px;
  box-sizing: border-box;
}

.custom-footer-wrapper * {
  box-sizing: border-box;
}

/* ==========================================================================
   ESTRUCTURA DEL LOGO (20% MÁS GRANDE)
   ========================================================================== */
.custom-footer-wrapper .logo-container img,
.custom-footer-wrapper .logo-container a img {
  height: auto !important;
  max-height: 54px !important; /* Incrementado un 20% para que resalte tu marca */
  width: auto !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ==========================================================================
   EFECTO GLASSMORPHISM Y BORDE DE 1PX
   ========================================================================== */
.custom-footer-wrapper footer {
  position: relative;
  max-width: 900px;
  margin: 64px auto;
  display: flex;
  width: 100%;
}

/* Brillo exterior (Glow) de fondo */
.custom-footer-wrapper footer::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 36px;
  background: color-mix(in oklch, rgb(255 255 255 / 4%) 100%, transparent);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
}

/* Caja de vidrio principal */
.custom-footer-wrapper .footer-inner {
  position: relative;
  z-index: 1;
  background: rgb(0 0 0 / 18%);
  border-radius: 20px;
  border: 0px solid rgba(255, 255, 255, 0.25); /* Borde definido de 1px sólido con 25% de opacidad */
  padding: 48px 32px 32px;
  flex: 1;
}

/* ==========================================================================
   BOTONES DE DESCARGA (APP STORE & PLAY STORE)
   ========================================================================== */
.custom-footer-wrapper .buttons {
  display: flex;
  gap: 12px;
}

.custom-footer-wrapper .button {
  color: #f9f9f9;
  background: rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  text-align: left;
  width: 148px;
  height: 48px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-footer-wrapper .button:hover {
  background: rgb(255 255 255 / 10%);
}

/* Regla unificada para dimensionar de forma idéntica los SVG inline */
.custom-footer-wrapper .button > svg {
  height: 24px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.custom-footer-wrapper .button-label {
  display: block;
  font-size: 9px;
}

.custom-footer-wrapper .button-title {
  font-size: 17px;
  font-family: var(--e-global-typography-accent-font-family, inherit);
}

/* ==========================================================================
   ELEMENTOS DE TEXTO Y ENLACES
   ========================================================================== */
.custom-footer-wrapper .top,
.custom-footer-wrapper .bottom {
  display: flex;
}

.custom-footer-wrapper .top {
  margin-bottom: 36px;
}

.custom-footer-wrapper .top-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-right: 56px;
}

.custom-footer-wrapper p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.6;
  color: #f9f9f9;
}

.custom-footer-wrapper .links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}

.custom-footer-wrapper .links a {
  color: #f9f9f9;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.custom-footer-wrapper .links a:hover {
  opacity: 0.8;
}

/* Seccion inferior (Copyright & Redes Sociales) */
.custom-footer-wrapper .bottom {
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgb(255 255 255 / 12%);
}

.custom-footer-wrapper .end {
  margin-left: auto;
}

.custom-footer-wrapper .socials {
  display: flex;
  gap: 16px;
}

.custom-footer-wrapper .socials a {
  font-size: 20px;
  color: #f9f9f9;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.custom-footer-wrapper .socials a:hover {
  transform: scale(1.1);
}

/* ==========================================================================
   MEDIA QUERIES (ADAPTACIÓN DISPOSITIVOS MÓVILES)
   ========================================================================== */

/* Tablets / Pantallas medianas (< 900px) */
@media (max-width: 900px) {
  .custom-footer-wrapper .logo-container {
    margin: 0 auto;
  }

  .custom-footer-wrapper .links {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .custom-footer-wrapper .top-left p {
    padding: 0 9vw;
  }

  .custom-footer-wrapper .top-left {
    margin: 0;
  }

  .custom-footer-wrapper .buttons {
    margin: 0 auto;
  }

  .custom-footer-wrapper .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* Celulares (< 660px) */
@media (max-width: 660px) {
  .custom-footer-wrapper .top-left p {
    display: none; /* Oculta descripción larga en pantallas muy chicas */
  }

  .custom-footer-wrapper .links a {
    width: 82px;
    font-size: 18px;
  }

  .custom-footer-wrapper .logo-container {
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .custom-footer-wrapper .bottom p {
    margin-bottom: 12px;
  }

  .custom-footer-wrapper .end {
    margin: 0;
  }

  .custom-footer-wrapper .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}

/* Celulares ultra delgados (< 540px) */
@media (max-width: 540px) {
  .custom-footer-wrapper .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c15e036 */.elementor-195 .elementor-element.elementor-element-c15e036 {
  position: relative;
  background-color: #243049;
  overflow: hidden;
}

.elementor-195 .elementor-element.elementor-element-c15e036::before {
  content: "";
  position: absolute;
  width: 75vw;
  height: 500px;
  top: -100px;
  left: -15vw;
  background: radial-gradient(circle, #70DAD8 0%, rgba(112, 218, 216, 0.4) 55%, transparent 80%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  filter: blur(80px);
  opacity: 0.85;
  pointer-events: none;
  animation: flotarIzquierda 12s ease-in-out infinite alternate;
}

.elementor-195 .elementor-element.elementor-element-c15e036::after {
  content: "";
  position: absolute;
  width: 70vw;
  height: 480px;
  bottom: -100px;
  right: -15vw;
  background: radial-gradient(circle, #6202FD 0%, rgba(98, 2, 253, 0.4) 50%, transparent 75%);
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 60%;
  filter: blur(90px);
  opacity: 0.75;
  pointer-events: none;
  animation: flotarDerecha 15s ease-in-out infinite alternate;
}

@keyframes flotarIzquierda {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    transform: translate(12vw, 40px) rotate(15deg) scale(1.08);
    border-radius: 60% 40% 30% 70% / 50% 30% 70% 50%;
  }
  100% {
    transform: translate(5vw, -30px) rotate(-10deg) scale(0.95);
    border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
  }
}

@keyframes flotarDerecha {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 60%;
  }
  50% {
    transform: translate(-10vw, -40px) rotate(-18deg) scale(1.1);
    border-radius: 30% 70% 60% 40% / 40% 50% 50% 60%;
  }
  100% {
    transform: translate(-4vw, 30px) rotate(12deg) scale(0.92);
    border-radius: 50% 50% 70% 30% / 30% 60% 40% 70%;
  }
}/* End custom CSS */