.elementor-kit-7{--e-global-color-primary:#3B0A3D;--e-global-color-secondary:#FFA000;--e-global-color-text:#360E3B;--e-global-color-accent:#983896;--e-global-color-2f0b43d:#360E3BD1;--e-global-color-474f0a9:#02010100;--e-global-color-312855e:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Herokid";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:300;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-transform:none;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-accent-word-spacing:0em;font-family:"Inter", Sans-serif;background-color:var( --e-global-color-312855e );}.elementor-kit-7 a{color:var( --e-global-color-accent );font-family:"Noto Serif", Sans-serif;font-size:71px;}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );}.elementor-kit-7 h4{color:var( --e-global-color-primary );}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estado inicial - elemento oculto */

.fadeInUpCustom {
  opacity: 0;
  transform: translateY(75px);
}

/* Remuevo padding del body */
body.elementor-page-38 {
    padding: 0 !important;
}


/* Color + movimiento de flechas navbar - MOVIDO A ELEMENTO DEL HEADER

a.elementor-item.has-submenu span.sub-arrow, #e-n-menu-dropdown-icon-1211 > span.e-n-menu-dropdown-icon-closed > svg  {
        color: #FFA000;
        fill: #ffa000;
        transition: transform 0.5s ease;
}

a.elementor-item.has-submenu:hover > span.sub-arrow {
  transform: translateX(7px);
}

*/

/* Color + movimiento de flechas botones */
a > span > span.elementor-button-icon {
    transition: transform 0.25s ease;
}

a:hover > span > span.elementor-button-icon {
  transform: translateX(6px);
}

/* Cursor sobre botones */
.elementor-button:hover {
  cursor: pointer;
}

/* ANIMACION DE ENTRADA */
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateY(75px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Estado animado - se aplica cuando es visible */
.fadeInUpCustom.is-visible {
  animation: fadeInUpCustom 1s ease-out forwards;
}

/* Clases de delay individuales */
.fadeInUpCustom.delay-100 { animation-delay: 0.1s; }
.fadeInUpCustom.delay-200 { animation-delay: 0.2s; }
.fadeInUpCustom.delay-300 { animation-delay: 0.3s; }
.fadeInUpCustom.delay-400 { animation-delay: 0.4s; }
.fadeInUpCustom.delay-500 { animation-delay: 0.5s; }
.fadeInUpCustom.delay-600 { animation-delay: 0.6s; }
.fadeInUpCustom.delay-700 { animation-delay: 0.7s; }
.fadeInUpCustom.delay-800 { animation-delay: 0.8s; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Herokid';
	font-display: auto;
	src: url('https://punto-safe.com/wp-content/uploads/2025/10/HEROKID-VARIABLE.ttf') format('truetype');
}
/* End Custom Fonts CSS */