.block-cifras{padding-bottom:120px;}
.block-cifras .cifras-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-row-gap:50px;grid-column-gap:50px;margin-top:80px;}
.block-cifras .cifras-list p{margin:0;}
.block-cifras .cifras-list p.first{color:var(--color-blue);font-size:30px;font-family:var(--fuente-bold);}
@media only screen and (max-width:1500px) {
.block-cifras .cifras-list p.first{font-size:42px;}
.block-cifras{padding-bottom:70px;}
}
@media only screen and (max-width:1200px) {
.block-cifras .cifras-list p.first{font-size:30px;}
}
@media only screen and (max-width:767px) {
.block-cifras .cifras-list{grid-template-columns:repeat(2, 1fr);}
}
@media only screen and (max-width:575px) {
.block-cifras .cifras-list p.first{
font-size: 25px;
}	
}