/* Add here all your CSS customizations */

.thumb a.img-nossa-historia {
    background-color: transparent;
    border: none;
    left: -4px;
    top: -4px;
}

table.departamentos td {
    padding: 5px;
    text-align: center;
    width: 33.33333%;
    vertical-align: middle;
}

table.departamentos td > div {
    background-color: #0088cc;
    vertical-align: middle;
    border-radius: 10px;
}

table.departamentos td > div > span {
    display: inline-block;
    margin: 0 auto;
}

table.departamentos td > div > span > a {
    color: #fff !important;
    font-weight: bold;
    display: table-cell;
    margin: 0 auto;
    height: 60px;
    vertical-align: middle;
    width:100%;
}