legenda {
	    font-size: 9px;
}
.card {
    padding: 25px;
    min-height: 200px;
    border-radius: 15px;
}
.card-small {
	min-height: inherit !important;
}
.card div {
    font-family: "Open Sans", Arial, serif;
    font-size: 24.5px;
    font-weight: bold;
    display: block;
    margin: 15px;
}
.azul {
	color: #fff;
	background-color: #1E88E5;
}
.branco {
	color: #000;
	background-color: #ffffff;
}
.cinza-claro {
	color: #000;
	background-color: #f7f7f7;
}
.roxo {
	color: #fff;
	background-color: #673ab7;
}
.laranja {
	color: #fff;
	background-color: #ff9800;
}
.verdeISP {
	background-color: #55a79a;
	color: #fff;
}
#footer {
    background: #797979;
    padding: 5px 0;
    color: #ffffff;
    border-top: 0;
    font-weight: bold;

   position:fixed;
   left:0px;
   bottom:0px;
   height:20px;
   width:100%;

}

html {
	padding-bottom: 100px;
}
#footer a {
    color: #ffffff;
}

