.IDSS {
    max-width: 1000px;
    margin: auto;
    justify-self: center;
    font-family: sans, sans-serif, open_sansregular, Arial, Helvetica !important;
    color: rgb(51, 51, 51) !important;
}

img {
    width: 26px !important;
}

#graficos {
    width: 189px !important;
}

.IDSS .boxcinza-ans {
    padding: 1em;
    clear: both;
    background-color: #f7f7f7;
    border: 1px solid #DDD;
    margin-bottom: 1em;
    display: table;
    width: 100%;
    height: 120px;
}

.IDSS .text-center {
    text-align: center;
}

.IDSS h2 {
    margin-top: .2em;
    font-size: 1.2em;
    color: #79a12f;
    font-weight: bold;
}

.IDSS .margem-topo-ans {
    margin-top: 1em;
}

.IDSS h4 {
    font-size: 1em;
    color: #6d6d6d;
    font-weight: bold;
}

@media screen and (max-width: 765px){
    .IDSS .margem-topo-ans .boxcinza-ans{
        height: 180px;
    }
}

@media screen and (max-width: 500px){
    .IDSS .margem-topo-ans .boxcinza-ans{
        height: 200px;
    }
}

@media screen and (max-width: 400px){
    .IDSS .margem-topo-ans .boxcinza-ans{
        height: 220px;
    }
}

nav img, #footer-btm img {
    width: 120px !important;
}