.elementor-202 .elementor-element.elementor-element-7505f0e{--display:flex;--position:fixed;--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;border-style:solid;--border-style:solid;border-width:2px 0px 0px 0px;--border-top-width:2px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:var( --e-global-color-primary );--border-color:var( --e-global-color-primary );--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;bottom:0px;--z-index:999;}.elementor-202 .elementor-element.elementor-element-7505f0e:not(.elementor-motion-effects-element-type-background), .elementor-202 .elementor-element.elementor-element-7505f0e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-202 .elementor-element.elementor-element-7505f0e.e-con{--e-con-transform-translateX:0px;--e-con-transform-translateY:0px;}body:not(.rtl) .elementor-202 .elementor-element.elementor-element-7505f0e{left:0px;}body.rtl .elementor-202 .elementor-element.elementor-element-7505f0e{right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-202 .elementor-element.elementor-element-7505f0e{--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-7505f0e *//* ===========================
   FOOTER ANIMADO (BASE)
   =========================== */
.animated-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 2px solid #000;
  transition: height 0.5s ease;
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
}

/* Estado minimizado (desktop) */
.animated-footer.minimized {
  height: 100px;
}

/* Estado abierto (desktop) */
.animated-footer.opened {
  height: 300px;
}

/* Grid desktop: 4 columnas */
.footer-inner {
  display: grid;
  grid-template-columns: 15% 30% 30% 25%;
  height: 100%;
  padding: 20px;
  gap: 20px;
  align-items: flex-start;
  box-sizing: border-box;
}

/* Estado minimizado → solo col1 + col2 */
.animated-footer.minimized .footer-inner {
  grid-template-columns: 15% 85%;
}
.animated-footer.minimized .col-3,
.animated-footer.minimized .col-4 {
  display: none;
}

/* Columna base */
.footer-col {
  font-size: 0.85rem;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Botones abrir/cerrar */
.footer-toggle {
  display: inline-block;
  background: #0066ff;
  color: #fff;
  border: none;
  padding: 8px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* HOVER MODIFICADO */
.footer-toggle:hover {
  background: #ffffff;
  color: #000;
  border: 1px solid #0066ff;
}

.footer-toggle.close { display: none; }
.animated-footer.opened .footer-toggle.close { display: inline-block; }
.animated-footer.opened .footer-toggle.open { display: none; }

/* Columna 4 enlaces en desktop (botones) */
.col-4 a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  border: 0px solid #000;
  padding: 6px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.col-4 a:hover {
  color: #0066ff !important;
}

/* HOVER MODIFICADO */
.col-4 a:hover {
  background: ##0066ff;
  color: #000;
  border-color: #05cff;
}

/* ===========================
   MÓVIL
   =========================== */
@media (max-width: 768px) {
  .animated-footer {
    transition: none; /* evitamos saltos */
  }

  /* Altura auto para no cortar nada */
  .animated-footer.minimized,
  .animated-footer.opened {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  /* Footer apilado en 1 columna */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
    height: auto;
  }

  /* Todas las columnas visibles al abrir */
  .animated-footer.opened .col-1,
  .animated-footer.opened .col-2,
  .animated-footer.opened .col-3,
  .animated-footer.opened .col-4 {
    display: block;
  }

  /* Minimizado en móvil → solo botón + servicios */
  .animated-footer.minimized .col-1,
  .animated-footer.minimized .col-2 {
    display: block;
  }
  .animated-footer.minimized .col-3,
  .animated-footer.minimized .col-4 {
    display: none;
  }

  /* Botón más pequeño en móvil */
  .footer-toggle {
    font-size: 0.75rem;
    padding: 6px 10px;
    border-radius: 3px;
  }

  /* Enlaces como texto simple (no botón) */
  .col-4 a {
    border: none;
    padding: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  /* HOVER MÓVIL MODIFICADO */
  .col-4 a:hover {
    background: none;
    color: #0066ff;
    text-decoration: underline;
  }

    
}/* End custom CSS */