/*
 * Control Comercio: disable entrance-on-scroll animations.
 *
 * These selectors are derived from every current theme rule that depended on
 * [data-scroll="in"]. Elements remain visible from the first render while
 * sliders, menus, FAQs, forms, modals, and other functional interactions keep
 * their own JavaScript behavior.
 */

.widget-details-1.widget-details-1--no-image .el-content,
.widget-details-1 .el-image,
.widget-details-1 .el-content,
.widget-prices-2 .ui-title,
.widget-prices-2 ul li,
.widget-prices-2 ul li:nth-child(2),
.widget-details-3 .el-image,
.widget-details-3 .el-content,
.widget-clients,
.widget-testimonials .ui-title,
.widget-testimonials .el-testimonial,
.widget-testimonials .el-testimonial:nth-child(2),
.widget-details-4.widget-details-4--no-video .el-content,
.widget-details-4 .el-video,
.widget-details-4 .el-content,
.widget-call-to-action-2 .container .text-el,
.widget-call-to-action-2 .container .button-el,
.widget-detail-5 .widget-detail-5-content .ui-title,
.widget-detail-5 .widget-detail-5-content .el-image,
.widget-detail-5 ul li,
.widget-detail-5 ul li:nth-child(2),
.widget-detail-5 ul li:nth-child(3),
.widget-app .widget-app-content,
.widget-app .widget-app-image,
.widget-call-to-action-1 .container .text-el,
.widget-call-to-action-1 .container .button-el,
.widget-statistics-1 .stat-el,
.widget-statistics-1 .stat-el:nth-child(1),
.widget-statistics-1 .stat-el:nth-child(2),
.widget-statistics-1 .stat-el:nth-child(3),
.widget-functions-2 ul li,
.widget-functions-2 ul li:nth-child(2n),
.widget-functions-2 ul li:nth-child(3n),
.widget-functions-2 ul li:nth-child(4n),
.widget-functions-2 ul li:nth-child(5n),
.widget-detail-6 .ui-title,
.widget-detail-6 .ui-text,
.widget-detail-6 ul li,
.widget-detail-6 ul li:nth-child(2),
.widget-detail-6 ul li:nth-child(3),
.widget-details-7 .ui-title,
.widget-details-7 .widget-details-content ul li,
.widget-details-7 .widget-details-content ul li:nth-child(2),
.widget-details-7 .widget-details-content ul li:nth-child(3),
.widget-details-7 .widget-details-content ul li:nth-child(4),
.widget-details-7 .widget-details-content .el-image,
.widget-rubres .container .ui-title,
.widget-rubres ul li,
.widget-rubres ul li:nth-child(2n),
.widget-rubres ul li:nth-child(3n),
.widget-details-2 .el-image,
.widget-details-2 .el-content .ui-title,
.widget-details-2 .el-content ul li,
.widget-details-2 .el-content ul li:nth-child(2),
.widget-statistics-2 .ui-title,
.widget-statistics-2 .ui-text,
.widget-statistics-2 .stat-el,
.widget-statistics-2 .stat-el:nth-child(2),
.widget-statistics-2 .stat-el:nth-child(3),
.widget-integrations ul li,
.widget-integrations ul li:nth-child(2),
.widget-integrations ul li:nth-child(3),
.widget-integrations .el-content .ui-title,
.widget-integrations .el-content .el-text,
.widget-opinions .ui-title,
.widget-functions-1 .container .ui-title,
.widget-functions-1 .container .ui-text,
.widget-functions-1 ul li,
.widget-functions-1 ul li:nth-child(2n),
.widget-functions-1 ul li:nth-child(3n),
.widget-functions-3 ul li,
.widget-functions-3 ul li:nth-child(2n),
.widget-functions-3 ul li:nth-child(3n),
.widget-faq .ui-title,
.widget-faq .ui-text,
.widget-faq .faq-el,
.widget-faq .faq-el:nth-child(2n),
.ui-content-header,
.ui-content-header .el-content .ui-title,
.ui-content-header .el-content p,
.ui-content-header .el-content .ui-button,
.ui-content-header .el-image,
.ui-content-header.form .container .el-form {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
    animation: none !important;
    filter: none !important;
    will-change: auto !important;
}
