.elementor-kit-12{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#686868;--e-global-color-accent:#7C779E;--e-global-color-dbb2148:#39374C;--e-global-color-07ac47e:#9D95D6;--e-global-color-8afe911:#D1D1D1;--e-global-color-b75481e:#DDDDDD;--e-global-typography-primary-font-family:"Antonio";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Antonio";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;--e-global-typography-211bb3e-font-family:"Antonio";--e-global-typography-211bb3e-font-size:clamp(36px, 4vw + 20px, 80px);--e-global-typography-05a6b8c-font-family:"Antonio";--e-global-typography-05a6b8c-font-size:clamp(30px, 2.93vw + 20px, 64px);--e-global-typography-415e872-font-family:"Antonio";--e-global-typography-415e872-font-size:clamp(24px, 1.87vw + 20px, 48px);--e-global-typography-b1ee6f2-font-family:"Antonio";--e-global-typography-b1ee6f2-font-size:clamp(20px, 1.07vw + 20px, 36px);--e-global-typography-93ef5d0-font-family:"Antonio";--e-global-typography-93ef5d0-font-size:clamp(18px, 0.4vw + 18px, 24px);--e-global-typography-bb2febb-font-family:"Antonio";--e-global-typography-bb2febb-font-size:clamp(16px, 0.13vw + 18px, 20px);--e-global-typography-043555f-font-family:"Inter";--e-global-typography-043555f-font-size:clamp(13px, 0.13vw + 12px, 14px);--e-global-typography-043555f-font-weight:normal;--e-global-typography-7c942ca-font-family:"Inter";--e-global-typography-7c942ca-font-size:clamp(15px, 0.13vw + 16px, 18px);--e-global-typography-520acac-font-family:"Inter";--e-global-typography-520acac-font-size:clamp(16px, 0.27vw + 16px, 20px);background-color:var( --e-global-color-primary );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-accent );}.elementor-kit-12 a:hover{color:var( --e-global-color-07ac47e );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */.outline{
    text-shadow: 
    -2px -2px 0 var(--e-global-color-8afe911),
    2px -2px 0 var(--e-global-color-8afe911),
    -2px 2px 0 var(--e-global-color-8afe911),
    2px 2px 0 var(--e-global-color-8afe911);
   
}

.fill{
    text-shadow: none;
    display: inline;
    color: #fff;
    text-align: right;
}

html {
    scroll-behavior: auto;
    }

/*Manus*/

.st-menu .current-menu-item a:after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1) translateZ(0); 
  backface-visibility: hidden;
  height: 1px;
  bottom: 10%;
  left: 0%;
  background-color: #9D95D6;
  transform-origin: right;
  transition: transform 0.45s ease-out;  
}

.st-menu a:after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0) translateZ(0); 
  backface-visibility: hidden;
  height: 1px;
  bottom: 10%;
  left: 0%;
  background-color: #9D95D6;
  transform-origin: right;
  transition: transform 0.45s ease-out;
}

.st-menu a:hover:after {
  transform: scaleX(1) translateZ(0); 
  backface-visibility: hidden;
  transform-origin: left;
}


/* CSS Animaciones*/

.gsap-reveal {
  overflow: hidden;
  display: inline-block;
}
.gsap-reveal span {
  display: inline-block;
}


.split-word {
  display: inline-block;
  white-space: pre;
}
.char {
  will-change: opacity, transform;
}


/* En escritorio: horizontal */
@media (min-width: 768px) {
  .horizontal-parent {
    display: flex;
    overflow: hidden;
  }

  .horizontal-child {
    min-width: 100vw;
    flex-shrink: 0;
  }
}

/* En móvil: vertical por defecto */
@media (max-width: 767px) {
  .horizontal-parent {
    display: flex;
    flex-direction: column;
  }

  .horizontal-child {
    width: 100%;
    height: 100%;
  }
}/* End custom CSS */