@media screen and (max-width:600px){.box:hover{transform:scale(1.2) !important}}@media screen and (max-width:350px){.box .titulos{display:grid !important;justify-content:space-between}.box .valores:nth-child(even){margin:10px 0 0 0 !important}}.box{display:flex;flex-direction:column;gap:10px;justify-content:space-between;align-items:stretch;min-height:80px;padding:15px;color:#fefefe;box-shadow:1px 1px 10px rgba(0,0,0,0.2);transition:.5s all ease-in-out;font-family:Roboto,Arial,'Segoe UI'}
.box:not(.not-expand):hover{border-radius:10px;transform:scale(1.3);z-index:1000;padding:10px}.box .titulos{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.box .valores{display:flex;flex-direction:column}.box h2.label{font-size:.8em;font-weight:normal;padding:0;margin:0;font-weight:500}.box span.valor{margin:auto;word-break:break-all;width:100%;font-size:1.6em;font-weight:700}.box-vermelho{background-color:var(--cor-danger)}.box-azul{background-color:var(--cor-info)}.box-verde{background-color:var(--cor-verde)}
.box-laranja{background-color:var(--cor-warn)}.box-branco{background-color:#fefefe;color:var(--cor-info) !important}.box-branco i,.box-branco h2{color:var(--cor-info) !important}.box i{color:#fefefe;text-shadow:1px 1px 10px rgba(0,0,0,0.2);width:auto;text-align:right}.tooltip{text-align:right}