.elementor-kit-497{--e-global-color-primary:#D1E1E3;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-806bb6e:#db845c;--e-global-color-4b5d89c:#575756;--e-global-color-da33ebb:#F7E9B1;--e-global-color-3ab7b26:#EED2F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-497 e-page-transition{background-color:#FFBC7D;}.elementor-kit-497 h3{color:var( --e-global-color-806bb6e );font-family:"ADDINGTON CF", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --azul:#D1E1E3; --rosa:#FBCFFD; --amarillo:#FEE7A2; --negro:#000000; --gris:#575756; --naranja:#CD8A66; }
/* Start custom CSS *//* ==========================
   HERO PRINCIPAL
========================== */

.hero-animado {
  position: relative !important;
  width: min(90vw, 1200px);
  min-width: 1050px;
  margin: 0 auto;
  overflow: visible;
}

/* ==========================
   ELEMENTOS POSICIONADOS
========================== */

.welcometitle,
.linedcha,
.lineizq,
.logofecha,
.year,
.musictitle,
.hero-abanico {
  position: absolute !important;
  margin: 0 !important;
}

.welcometitle {
  top: 7%;
  left: 33%;
  width: 25%;
  z-index: 4;
  transform: translateX(-50%);
  transform-origin: center center;
  opacity: 0;
  animation:
    apareceWelcomeTitle 1.2s ease-out 1.4s forwards,
    golpeAireWelcome 1s ease-in-out 2.4s 3 forwards;
}

.logofecha {
  top: 25%;
  left: 5%;
  width: 13%;
  z-index: 5;
  opacity: 0;
  transform-origin: center center;
  animation:
    apareceFade 1.2s ease-out 1.4s forwards,
    golpeAireSimple 1s ease-in-out 2.4s 3 forwards;
}

.year {
  top: 8%;
  right: 32.5%;
  width: 18%;
  z-index: 5;
  opacity: 0;
  transform-origin: center center;
  animation:
    apareceFade 1.2s ease-out 1.4s forwards,
    golpeAireSimple 1s ease-in-out 2.4s 3 forwards;
}

.musictitle {
  top: 72%;
  left: 66%;
  width: 40% !important;
  z-index: 5;
  opacity: 0;
  transform-origin: center center;
  animation:
    apareceFade 1.2s ease-out 1.4s forwards,
    golpeAireSimple 1s ease-in-out 2.4s 3 forwards;
}

.linedcha {
  top: 20%;
  right: 20%;
  width: 7%;
  z-index: 3;
  opacity: 0;
  transform-origin: center center;
  animation:
    apareceLineaDcha 1.2s ease-out 1.4s forwards,
    lineaDchaMove 1s ease-in-out 2.4s 3 forwards;
}

.lineizq {
  top: 60%;
  left: 17%;
  width: 7%;
  z-index: 3;
  opacity: 0;
  transform-origin: center center;
  animation:
    apareceLineaIzq 1.2s ease-out 1.4s forwards,
    lineaIzqMove 1s ease-in-out 2.4s 3 forwards;
}

/* ==========================
   IMÁGENES HERO
========================== */

.hero-composicion {
  opacity: 0;
  width: 100%;
  display: block;
  transform-origin: center bottom;
  animation:
    apareceComposicion 1.2s ease-out 1.4s forwards,
    golpeAireHero 1s ease-in-out 2.4s 3 forwards;
}

.hero-abanico {
  left: 52%;
  bottom: -6%;
  width: 65%;
  z-index: 2;
  opacity: 0;
  transform-origin: center bottom;
  animation:
    entradaAbanico 1.4s cubic-bezier(.2,.9,.25,1) forwards,
    movimientoAbanico 1s ease-in-out 2.4s 3 forwards;
}

/* ==========================
   APARICIONES
========================== */

@keyframes entradaAbanico {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(220px) rotate(-18deg);
  }

  70% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) rotate(5deg);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) rotate(-2deg);
  }
}

@keyframes apareceComposicion {
  0% {
    opacity: 0;
    transform: scale(.96);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes apareceWelcomeTitle {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}

@keyframes apareceFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes apareceLineaDcha {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

@keyframes apareceLineaIzq {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

/* ==========================
   MOVIMIENTOS
========================== */

@keyframes movimientoAbanico {
  0%, 100% {
    transform: translateX(-50%) rotate(-2deg);
  }

  50% {
    transform: translateX(-50%) rotate(2deg);
  }
}

@keyframes golpeAireHero {
  0%, 100% {
    transform: scale(1) translateX(0) rotate(0deg);
    filter: blur(0);
  }

  25% {
    transform: scale(1.006) translateX(6px) rotate(.35deg);
    filter: blur(.15px);
  }

  50% {
    transform: scale(1.003) translateX(-4px) rotate(-.25deg);
    filter: blur(0);
  }

  75% {
    transform: scale(1.004) translateX(3px) rotate(.15deg);
    filter: blur(.1px);
  }
}

@keyframes golpeAireWelcome {
  0%, 100% {
    transform: translateX(-50%) rotate(0deg) translateY(0);
  }

  50% {
    transform: translateX(-50%) rotate(.8deg) translateY(-3px);
  }
}

@keyframes golpeAireSimple {
  0%, 100% {
    transform: rotate(0deg) translateY(0);
  }

  50% {
    transform: rotate(.8deg) translateY(-3px);
  }
}

@keyframes lineaDchaMove {
  0%, 100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

@keyframes lineaIzqMove {
  0%, 100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 1024px) {
  .hero-animado {
    display: none;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ADDINGTON CF';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bienvenidaalveranosantacruz.com/wp-content/uploads/2026/05/AddingtonCF-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */