.elementor-6558 .elementor-element.elementor-element-f8b9894{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-icon .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-icon .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-6558 .elementor-element.elementor-element-bd742fc .elementor-icon-wrapper{text-align:center;}.elementor-6558 .elementor-element.elementor-element-bd742fc.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-6558 .elementor-element.elementor-element-bd742fc.elementor-view-framed .elementor-icon, .elementor-6558 .elementor-element.elementor-element-bd742fc.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-6558 .elementor-element.elementor-element-bd742fc.elementor-view-framed .elementor-icon, .elementor-6558 .elementor-element.elementor-element-bd742fc.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-6558 .elementor-element.elementor-element-bd742fc .elementor-icon{font-size:1px;}.elementor-6558 .elementor-element.elementor-element-bd742fc .elementor-icon svg{height:1px;}.elementor-6558 .elementor-element.elementor-element-5817cb6 .elementor-icon-wrapper{text-align:center;}.elementor-6558 .elementor-element.elementor-element-5817cb6.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-6558 .elementor-element.elementor-element-5817cb6.elementor-view-framed .elementor-icon, .elementor-6558 .elementor-element.elementor-element-5817cb6.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-6558 .elementor-element.elementor-element-5817cb6.elementor-view-framed .elementor-icon, .elementor-6558 .elementor-element.elementor-element-5817cb6.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-6558 .elementor-element.elementor-element-5817cb6 .elementor-icon{font-size:1px;}.elementor-6558 .elementor-element.elementor-element-5817cb6 .elementor-icon svg{height:1px;}/* Start custom CSS for html, class: .elementor-element-868f75f *//*flechas*/
.btnTestimonial{
    transition: transform 1s;
    padding: 14px 23px;
    background-color: white;
    filter: drop-shadow(10px 10px 15px #00000024);    
    font-size: 25px;
    border-radius: 50%;
    cursor: pointer;
}
.btnTestimonial:hover{
    transform: scale(1.1)
}
/*Caja contenedora*/
.testimonialsBox{
    display: flex;
    align-items: center;
    gap:40px;
}
/*parte izquierda*/
.testimonioUno{
    background-color: #fff;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    gap:30px;
    padding: 30px;
    border-radius: 30px;
    filter: drop-shadow(10px 10px 15px #00000024);
    max-width:650px; /*259*/
    max-height: 300px;
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
.testimonioDos{
    background-color: #fff;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    gap:30px;
    padding: 30px;
    border-radius: 30px;
    filter: drop-shadow(10px 10px 15px #00000024);
    max-width:259px; /*259*/
    max-height: 300px;
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
.testimonioImage{
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.testimonioImage img{
    width: 200px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
}
.testimonioImage h2{
    font-weight: bold;
    font-family: "anybody";
}
.testimonioImage p{
    font-family: "anybody";
    color: #0028FF;
    font-weight: 500;
    font-size: 15px;
}
/*parte derecha*/
.testimonioDescr{
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 6%;
}
.testimonialsIconoUno{
    color: #0028FF;
    width: 50px;
    height: 50px;
}
.testimonioDescr p{
    width:350px;
    font-weight: 500;
    font-family: "anybody";
    z-index: 2;
}
.testimonialsIconoDos{
    width: 170px;
    position: absolute;
    bottom: 0px;
    right: 0px
}
/*Animaciones*/
@keyframes abrirTestimonio{
    0%{
        max-width:259px;
    }
    100%{
        max-width:650px; 
    }
}
@keyframes cerrarTestimonio{
    0%{
        max-width:650px;
    }
    100%{
        max-width:259px; 
    }
}/* End custom CSS */