/**handles:cf7cf-style,ayudawp-lightbox-images-for-divi**/
.wpcf7cf_add,.wpcf7cf_remove,[data-class=wpcf7cf_group]{display:none}.wpcf7cf_repeater_sub{margin-bottom:20px}.wpcf7cf_repeater_controls,.wpcf7cf_step_controls{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:20px}.wpcf7cf_multistep .wpcf7cf_step{width:100%}.wpcf7cf_multistep .wpcf7cf_step .step-title{display:none}.wpcf7cf_multistep .wpcf7cf_steps-dots{display:flex;width:100%;margin-bottom:20px;flex-wrap:wrap}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index{display:inline-block;border-radius:50%;background:#dfdfdf;color:#000;width:40px;height:40px;line-height:40px;text-align:center}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot{border-bottom:5px solid #dfdfdf;text-align:center;flex:1;padding:15px;min-width:120px}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed{border-bottom:5px solid #333}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active{border-bottom:5px solid #333;font-weight:700}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index{background-color:#333;color:#fff}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index{background-color:#333;color:#fff}.wpcf7cf_step_controls .disabled{pointer-events:none;cursor:default;opacity:.5}
.ayudawp-lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.88);z-index:999999;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;cursor:pointer}.ayudawp-lightbox-overlay.ayudawp-lightbox-active{visibility:visible;opacity:1;pointer-events:auto}.ayudawp-lightbox-img{max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;cursor:default;border-radius:2px;box-shadow:0 4px 40px rgba(0,0,0,.4);transform:scale(.95);transition:transform .3s ease}.ayudawp-lightbox-active .ayudawp-lightbox-img{transform:scale(1)}.ayudawp-lightbox-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:0 0;border:none;color:#fff;font-size:32px;line-height:1;cursor:pointer;opacity:.7;transition:opacity .2s ease;z-index:1;padding:0;font-family:Arial,sans-serif}.ayudawp-lightbox-close:focus,.ayudawp-lightbox-close:hover{opacity:1;outline:0}.ayudawp-lightbox-spinner{display:none;width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:ayudawp-spin .8s linear infinite;position:absolute}@keyframes ayudawp-spin{to{transform:rotate(360deg)}}