/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child Theme de Hello Elementor
 Author: Ariel Hernández Friz
 Author URI: https://example.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

.txt-azul{
    color: #2972e0;
}
.txt-fucsia{
    color: #9f4567 !important;
}

ul.elementor-post-info .elementor-icon-list-item{
    background: #9f4567;
    padding: 2px 20px;
    border-radius: 20px;
}

ul.elementor-post-info .elementor-icon-list-item a{
    color: #fff !important;
}

.odometer-formatting-mark{
   display: none !important; 
}