.elementor-5717 .elementor-element.elementor-element-14509b78{--display:flex;--min-height:110vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--overlay-opacity:0.6;--padding-top:2em;--padding-bottom:2em;--padding-left:2em;--padding-right:2em;}.elementor-5717 .elementor-element.elementor-element-14509b78::before, .elementor-5717 .elementor-element.elementor-element-14509b78 > .elementor-background-video-container::before, .elementor-5717 .elementor-element.elementor-element-14509b78 > .e-con-inner > .elementor-background-video-container::before, .elementor-5717 .elementor-element.elementor-element-14509b78 > .elementor-background-slideshow::before, .elementor-5717 .elementor-element.elementor-element-14509b78 > .e-con-inner > .elementor-background-slideshow::before, .elementor-5717 .elementor-element.elementor-element-14509b78 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:radial-gradient(at center center, var( --e-global-color-1a5ecb2 ) 0%, var( --e-global-color-75d7b65 ) 30%);}.elementor-5717 .elementor-element.elementor-element-14509b78:not(.elementor-motion-effects-element-type-background), .elementor-5717 .elementor-element.elementor-element-14509b78 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-5717 .elementor-element.elementor-element-14509b78 > .elementor-shape-bottom svg, .elementor-5717 .elementor-element.elementor-element-14509b78 > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:80px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-5717 .elementor-element.elementor-element-64ef40dc{width:var( --container-widget-width, 765px );max-width:765px;--container-widget-width:765px;--container-widget-flex-grow:0;text-align:center;}.elementor-5717 .elementor-element.elementor-element-64ef40dc > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-5717 .elementor-element.elementor-element-64ef40dc .elementor-heading-title{font-family:"Allison", Sans-serif;font-size:8rem;font-weight:400;line-height:0.9em;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);color:var( --e-global-color-1a24724 );}.elementor-5717 .elementor-element.elementor-element-4557655{--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-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1440px){.elementor-5717 .elementor-element.elementor-element-14509b78:not(.elementor-motion-effects-element-type-background), .elementor-5717 .elementor-element.elementor-element-14509b78 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-5717 .elementor-element.elementor-element-14509b78{--padding-top:2em;--padding-bottom:2em;--padding-left:2em;--padding-right:2em;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-5717 .elementor-element.elementor-element-64ef40dc .elementor-heading-title{font-size:2.5rem;}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}}@media(min-width:2400px){.elementor-5717 .elementor-element.elementor-element-14509b78{--min-height:70vh;}.elementor-5717 .elementor-element.elementor-element-14509b78:not(.elementor-motion-effects-element-type-background), .elementor-5717 .elementor-element.elementor-element-14509b78 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS */.texto-cascada h1 {
    overflow: hidden;
    white-space: nowrap;
}

.texto-cascada h1 span {
    display: inline-block;
    opacity: 0;
    transform: translateY(-50px);
    animation: fallIn 0.8s forwards;
}

@keyframes fallIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.texto-cascada h1 span:nth-child(1) { animation-delay: 0.1s; }
.texto-cascada h1 span:nth-child(2) { animation-delay: 0.2s; }
.texto-cascada h1 span:nth-child(3) { animation-delay: 0.3s; }
.texto-cascada h1 span:nth-child(4) { animation-delay: 0.4s; }
.texto-cascada h1 span:nth-child(5) { animation-delay: 0.5s; }
.texto-cascada h1 span:nth-child(6) { animation-delay: 0.6s; }
.texto-cascada h1 span:nth-child(7) { animation-delay: 0.7s; }
.texto-cascada h1 span:nth-child(8) { animation-delay: 0.8s; }
.texto-cascada h1 span:nth-child(9) { animation-delay: 0.9s; }
.texto-cascada h1 span:nth-child(10) { animation-delay: 1s; }
.texto-cascada h1 span:nth-child(11) { animation-delay: 1.1s; }
.texto-cascada h1 span:nth-child(12) { animation-delay: 1.2s; }
.texto-cascada h1 span:nth-child(13) { animation-delay: 1.3s; }
.texto-cascada h1 span:nth-child(14) { animation-delay: 1.4s; }
.texto-cascada h1 span:nth-child(15) { animation-delay: 1.5s; }
.texto-cascada h1 span:nth-child(16) { animation-delay: 1.6s; }
/* Añade más líneas según la cantidad de letras en tu texto *//* End custom CSS */