.elementor-2872 .elementor-element.elementor-element-be1cd18{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2872 .elementor-element.elementor-element-63a09a7{--display:flex;}.elementor-2872 .elementor-element.elementor-element-d6fcab9{--display:flex;}.elementor-2872 .elementor-element.elementor-element-5a7a31d{--display:flex;--min-height:60vh;--justify-content:space-between;}.elementor-2872 .elementor-element.elementor-element-bdce99a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2872 .elementor-element.elementor-element-014d14e{text-align:center;}.elementor-2872 .elementor-element.elementor-element-014d14e .elementor-heading-title{font-family:"avenir-regular", Sans-serif;font-size:40px;font-weight:900;}.elementor-2872 .elementor-element.elementor-element-96a7442{text-align:center;}.elementor-2872 .elementor-element.elementor-element-96a7442 .elementor-heading-title{font-family:"avenir-regular", Sans-serif;font-size:22px;font-weight:400;color:var( --e-global-color-text );}.elementor-2872 .elementor-element.elementor-element-61ccf1a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2872 .elementor-element.elementor-element-e8700c0{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2872 .elementor-element.elementor-element-72b022f{text-align:center;}.elementor-2872 .elementor-element.elementor-element-72b022f .elementor-heading-title{font-family:"avenir-regular", Sans-serif;font-size:16px;font-weight:900;color:var( --e-global-color-text );}.elementor-2872 .elementor-element.elementor-element-4a792c5{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-2872 .elementor-element.elementor-element-b343cc3{text-align:center;}.elementor-2872 .elementor-element.elementor-element-b343cc3 .elementor-heading-title{font-family:"avenir-regular", Sans-serif;font-size:16px;font-weight:900;color:var( --e-global-color-text );}.elementor-2872 .elementor-element.elementor-element-2f8e392{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-2872 .elementor-element.elementor-element-ca66997{text-align:center;}.elementor-2872 .elementor-element.elementor-element-ca66997 .elementor-heading-title{font-family:"avenir-regular", Sans-serif;font-size:16px;font-weight:900;color:var( --e-global-color-text );}#elementor-popup-modal-2872 .dialog-widget-content{background-color:#28272D;border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2872{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2872 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2872 .dialog-close-button{display:flex;}#elementor-popup-modal-2872 .dialog-close-button i{color:var( --e-global-color-text );}#elementor-popup-modal-2872 .dialog-close-button svg{fill:var( --e-global-color-text );}@media(max-width:767px){.elementor-2872 .elementor-element.elementor-element-014d14e .elementor-heading-title{font-size:35px;}.elementor-2872 .elementor-element.elementor-element-96a7442 .elementor-heading-title{font-size:24px;}.elementor-2872 .elementor-element.elementor-element-e8700c0{--width:28%;}.elementor-2872 .elementor-element.elementor-element-4a792c5{--width:28%;}.elementor-2872 .elementor-element.elementor-element-2f8e392{--width:28%;}}/* Start custom CSS for heading, class: .elementor-element-96a7442 *//* Contenedor principal para el texto animado */
.phone-text-animated {
    display: inline-block;
}

/* Estilos para cada carácter */
.phone-text-animated .elementor-heading-title {
    display: inline-block;
    overflow: hidden;
}

.phone-text-animated .elementor-heading-title span {
    display: inline-block;
    opacity: 0;
    animation: fadeInOut 4s infinite;
}

/* Aplicar delay a cada carácter */
.phone-text-animated .elementor-heading-title span:nth-child(1) { animation-delay: 0.2s; }
.phone-text-animated .elementor-heading-title span:nth-child(2) { animation-delay: 0.4s; }
.phone-text-animated .elementor-heading-title span:nth-child(3) { animation-delay: 0.6s; }
.phone-text-animated .elementor-heading-title span:nth-child(4) { animation-delay: 0.8s; }
.phone-text-animated .elementor-heading-title span:nth-child(5) { animation-delay: 1.0s; }
.phone-text-animated .elementor-heading-title span:nth-child(6) { animation-delay: 1.2s; }
.phone-text-animated .elementor-heading-title span:nth-child(7) { animation-delay: 1.4s; }
.phone-text-animated .elementor-heading-title span:nth-child(8) { animation-delay: 1.6s; }
.phone-text-animated .elementor-heading-title span:nth-child(9) { animation-delay: 1.8s; }
.phone-text-animated .elementor-heading-title span:nth-child(10) { animation-delay: 2.0s; }
.phone-text-animated .elementor-heading-title span:nth-child(11) { animation-delay: 2.2s; }

/* Definición de la animación */
@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    }
    25% {
        opacity: 1;
        transform: translateY(0) scale(1.1);
        text-shadow: 0 0 20px rgba(255, 255, 255, 1);
    }
    50% {
        opacity: 1;
        transform: translateY(0) scale(1);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
    }
    75% {
        opacity: 0.5;
        transform: translateY(-10px) scale(0.9);
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    }
}/* End custom CSS */