/* style for service section animation */

.service1_image, .title_software_factory, .software_description, .table_software, .button1_request, .service2_image, .title_consulting, .consulting_description, .table_consulting, .button2_request, .service3_image, .title_products,.products_description, .table_products, .button3_request, .main_title {
    opacity: 0;
}

.service1_image.animate__animated, .title_software_factory.animate__animated, .software_description.animate__animated, .table_software.animate__animated, button1_request.animate__animated, .service2_image.service1_image.animate__animated, .title_consulting.animate__animated, .consulting_description.animate__animated, .table_consulting.animate__animated, .button2_request.animate__animated, .service3_image.animate__animated, .title_products.animate__animated, .products_description.animate__animated, .table_products.animate__animated, .button3_request.animate__animated, .main_title.animate__animated {
    opacity: 1;
}

/* style for technologies section animation */

.title_technologies, .technologies_description, .tech_1, .tech_2, .tech_3, .tech_4, .tech_5, .tech_6, .logodtc {
    opacity: 0;
}

.title_technologies.animate__animated, .technologies_description.animate__animated, .tech_1.animate_animated, .tech_2.animate_animated, .tech_3.animate_animated, .tech_4.animate_animated, .tech_5.animate_animated, .tech_6.animate_animated, logodtc.animate_animated {
    opacity: 1;
}

/* style for methodology section animation */

.tittle_methodology, .step1, .step2, .step3, .step4 {
    opacity: 0;
}

.tittle_methodology.animate_animated, .step1.animate__animated, .step2.animate__animated, .step3.animate__animated, .step4.animate__animated {
    opacity: 1;
}

.step2 {
    animation-delay: 0.15s;
}

.step3 {
    animation-delay: 0.3s;
}

.step4 {
    animation-delay: 0.45s;
}