.elementor-36 .elementor-element.elementor-element-6a3380f{--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-36 .elementor-element.elementor-element-6a3380f:not(.elementor-motion-effects-element-type-background), .elementor-36 .elementor-element.elementor-element-6a3380f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a11ab54 );}.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-5438e74 */:root {
  --arena: #C7BFA0;
  --vino: #5C1A35;
  --vino-profundo: #3A0F22;
  --blanco-calido: #F4F3F1;
  --gris-claro: #EBEADD;
  --glow-color: rgba(199,191,160,0.35);
}

/* FOOTER BASE */
.footer-institucional {
  background: var(--vino);
  color: var(--blanco-calido);
  font-family: "Inter", system-ui, sans-serif;
  position: relative;
  overflow: hidden;
}

/* LÍNEA SUPERIOR CON REBOTE */
.fi-topline {
  position: relative;
  height: 6px;
  background: var(--vino);
  overflow: hidden;
}

.fi-topline::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.9),
    rgba(255,255,255,1),
    rgba(255,255,255,0.9),
    transparent
  );
  filter: blur(4px);
  animation: lineaRebote 2.5s ease-in-out infinite;
}

@keyframes lineaRebote {
  0% { left: -40%; transform: scaleY(1); }
  25% { left: 30%; transform: scaleY(1.2); }
  50% { left: 100%; transform: scaleY(1); }
  75% { left: 30%; transform: scaleY(1.2); }
  100% { left: -40%; transform: scaleY(1); }
}

/* CONTENEDOR PRINCIPAL */
.fi-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 40px 20px;
}

/* LEYENDA PREMIUM ESTÁTICA */
.fi-leyenda {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  background: linear-gradient(120deg,#ffffff 20%,var(--arena) 40%,#ffffff 60%);
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 5px var(--glow-color),0 0 15px var(--glow-color);
}

.fi-leyenda span {
  display: block;
  font-size: .85rem;
  color: var(--arena);
  letter-spacing: 2px;
  margin-top: 6px;
}

/* GRID INFORMACIÓN */
.fi-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  text-align: left;
}

.fi-col {
  flex: 1 1 220px;
}

.fi-col h4 {
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--arena);
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.fi-col p {
  font-size: 1rem;
  color: var(--gris-claro);
  line-height: 1.6;
}

.fi-col a {
  color: var(--blanco-calido);
  text-decoration: none;
  transition: .3s;
}

.fi-col a:hover {
  color: var(--arena);
  text-shadow: 0 0 3px var(--glow-color);
}

/* ETIQUETAS VISUALES */
.fi-label {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--arena);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

/* REDES SOCIALES */
.fi-col.fi-redes h4 { text-align: center; }

.fi-social {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-top: 5px;
}

.fi-social a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--arena);
  color: var(--arena);
  font-size: 1.4rem;
  transition: all .35s ease;
  box-shadow: 0 0 6px var(--glow-color);
  animation: pulsoRebote 2.5s ease-in-out infinite;
}

/* Colores al pasar el mouse */
.fi-social a.fb:hover { background: #1877F2; border-color: #1877F2; color: #fff; transform: scale(1.15); box-shadow: 0 0 15px rgba(24,119,242,0.7);}
.fi-social a.x:hover { background: #000; border-color: #000; color: #fff; transform: scale(1.15); box-shadow: 0 0 15px rgba(0,0,0,0.7);}
.fi-social a.ig:hover { background: #E1306C; border-color: #E1306C; color: #fff; transform: scale(1.15); box-shadow: 0 0 15px rgba(225,48,108,0.7);}
.fi-social a.yt:hover { background: #FF0000; border-color: #FF0000; color: #fff; transform: scale(1.15); box-shadow: 0 0 15px rgba(255,0,0,0.7);}

/* PARTE INFERIOR */
.fi-bottom {
  background: var(--vino-profundo);
  text-align: center;
  padding: 12px;
  font-size: .85rem;
  color: var(--gris-claro);
}

/* PULSO COORDINADO CON REBOTE */
@keyframes pulsoRebote {
  0%,100% { transform: scale(1); box-shadow: 0 0 6px var(--glow-color); }
  25% { transform: scale(1.05); box-shadow: 0 0 15px var(--glow-color); }
  50% { transform: scale(1.1); box-shadow: 0 0 25px var(--glow-color); }
  75% { transform: scale(1.05); box-shadow: 0 0 15px var(--glow-color); }
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .fi-grid { flex-direction: column; align-items: center; text-align: center; }
  .fi-col { flex: 1 1 100%; }
}/* End custom CSS */