.seccaoIndicadores{display:flex;flex-flow:column;width:100%}.indicadores{display:grid;grid-template-columns:repeat(auto-fill,20%);justify-content:space-between;grid-gap:5%;margin-top:100px;margin-bottom:100px;width:100%;margin-left:auto;margin-right:auto;max-width:1400px}.seccaoIndicadores .titulo{font-weight:bold;font-size:32px;color:#7f94af;margin-bottom:35px}.indicadorCard{display:flex;flex-flow:column;padding:15px 20px;font-size:18px;align-items:center}.indicadorCard .right{display:flex;flex-flow:row;font-size:48px;font-weight:bold;margin-bottom:8px}.indicadorCard svg{width:55px;height:60px;fill:var(--primary)}.indicadorCard .right .number{margin-right:10px}.indicadorCard p{margin-bottom:0;font-size:20px;text-align:center}@media screen and (max-width:862px){.indicadores{grid-template-columns:repeat(auto-fill,40%)}}@media screen and (max-width:688px){.indicadores{grid-template-columns:repeat(auto-fill,100%);margin-bottom:50px;margin-top:50px}.backgroundIndicadores{padding-bottom:100px}}