#inst {
    margin-bottom: 0;
}

.banner {
    padding: 5px 5px;
}

.banner .col-sm-12 {
    display: flex;
    align-items: stretch;
}

.banner .titulo {
    display: flex;
    align-items: center;
}

.banner .nome h1 {
    margin: 0;
    font-size: 26px;
}

.banner .nome h3 {
    margin: 0;
    margin-left: 15px;
    font-size: 22px;
    /* font-weight: bold; */
}

.logo img {
    height: 60px;
}

.corona {
    background-image: url('../img/c1.png');
    /* background-image: url('../img/c2.jpg'); */
    background-size: repeat;
    background-attachment: fixed;
    background-position: 50% -10%;
    /* background-position-y: -10%; */

    padding-top: 20px;
    margin-top: -1px;
    margin-bottom: 30px;
}

.corona-titulo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 48px;
    font-family: fblack;
    letter-spacing: 2px;
    color: #fff;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.40) 50%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0) 100%);
}

.corona-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin: -2px -5px;
}

.corona-menu a {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    padding: 8px 10px;
    margin: 2px 5px;
    white-space: nowrap;

    font-size: 12px;
    font-family: fblack;

    color: #666;
    background: #ccc;
    text-decoration: none;
    transition: all 0.2s ease;
}

@media(max-width: 768px) {
    .corona-menu a.-double {
        flex-basis: 100%;
    }
}

.corona-menu a.-active, .corona-menu a:hover, .corona-menu a:focus, .corona-menu a:active {
    color: #337ab7;
    background: #fff;
}

.corona-noticia {
    display: block;
    /* padding: 10px; */
    margin-bottom: 20px;
}

.corona-noticia {
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.corona-noticia:hover {
    background: #eee;
}

.corona-noticia .-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.corona-noticia .-label {
    font-size: 12px;
    font-family: fbold;
    color: #0060AE;
}

.corona-noticia .-data {
    font-size: 12px;
    font-family: fbold;
    color: #666;
}

.corona-noticia .-foto {
    border: 1px solid #bbb;
    max-width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.corona-noticia .-titulo {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #4f4f4f;
    font-size: 14px;
    font-family: fbold;
    text-rendering: geometricPrecision;
}

.corona-table th.-download {
    text-align: center;
}

.corona-table td.-download {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}
