﻿.objeto-refresh {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color:white;
}

.objeto-kpi-areas {
    height: 130px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:20px;
    gap:10px;
}

.objeto-kpi-areas-h1{
    font-size:14px !important;
}