/* 
 * ESTILOS COMENTADOS - Los estilos ahora están en SCSS
 * Ver: scss/components/_number-animate.scss
 */

/*
.number-animate {
    margin-bottom: 20px;
    text-align: center;
}
.number-animate .num {
    display: block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}
.number-animate .number-title {
    color: #797979;
    display: block;
    font-weight: 200;
    font-size: 70%;
    letter-spacing: 2px;
}

@media screen and (min-width: 992px) {
    .number-animate {
        margin-bottom: 0;
    }
}
*/

