.elementor-kit-4549{--e-global-color-primary:#DA0628;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-4549 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4549 h1{color:#1E1717;}.elementor-kit-4549 h2{color:#1E1717;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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;}}/* Start custom CSS *//* Animación flotante para el indicador de scroll */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.scroll-indicator {
  animation: float 2s ease-in-out infinite;
}

/* Efecto hover en scroll indicator */
.scroll-indicator:hover {
  opacity: 1 !important;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

/* Efecto hover en columnas Alejo y Aleja */
.elementor-column:hover {
  transform: translateY(-5px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animación suave en imágenes circulares */
.elementor-widget-image img {
  transition: transform 0.3s ease;
}

.elementor-widget-image:hover img {
  transform: scale(1.05);
}

/* Estilo mejorado para iconos */
.elementor-icon {
  transition: all 0.3s ease;
}

.elementor-icon:hover {
  transform: rotate(10deg) scale(1.1);
}

/* Mejorar legibilidad del texto */
.elementor-text-editor p {
  margin-bottom: 15px;
}

.elementor-text-editor p:last-child {
  margin-bottom: 0;
}/* End custom CSS */