.jg_numeros-animados .ancho-limitado{ max-width: 1200px; padding: 75px 0 50px; text-align: center; }
.jg_numeros-animados .datos-empresa{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; color: #FFF; padding-top: 65px; }
.jg_numeros-animados .dato-empresa{ flex-basis: 25%; }
.jg_numeros-animados .dato{ text-align: center; margin: 0; font-size: 83px; font-weight: 800; margin: 0 0 10px; line-height: 1; }
.jg_numeros-animados .cantidad-dato{ font-size: 36px; }
.jg_numeros-animados h4{ font-size: 21px !important; font-weight: 800 !important; margin: 0 !important; }
.jg_numeros-animados h4 + p{ text-align: center; font-weight: 300; padding: 0 20px; font-size: 16px; }

@media only screen and (max-width:1000px){
	.jg_numeros-animados .dato-empresa{ flex-basis: 50% }
	.jg_numeros-animados .dato-empresa + .dato-empresa + .dato-empresa{ margin-top: 50px; }
}

@media only screen and (max-width:500px){
	.jg_numeros-animados .dato{ font-size: 50px; }
}

@media only screen and (max-width:400px){
	.jg_numeros-animados .datos-empresa{ display: block; }
	.jg_numeros-animados .dato-empresa{ flex-basis: 100% }
	.jg_numeros-animados .dato-empresa + .dato-empresa{ margin-top: 50px; }
}