/* header */
.header {
    background-color: #012061;
    color: #fff;
    padding: 0 0 15px 0;
}

    .header h1 {
        font-size: 45px;
        margin-top: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .header h3 {
        font-size: 25px;
        margin-top: 8px;
        padding-top: 0;
    }
/* header end */

/* topicos pagina inicial*/
.topicos a:link {
    text-decoration: none;
}

.topicos .thumbnail {
    padding: 25px 0 0 0;
    min-height: 148px;
}

.topicos .caption {
    margin: -20px 0 0 0;
    color: #fff;
}

.topicos2 .caption {
    color: #fff;
}
/* topicos pagina inicial fim */

footer {
    margin: 50px 0px 0 0;
}

@media (max-width: 768px) {
    .header-main {
        text-align: center;
    }

    .texto {
        margin-top: -20px
    }
}

@media (max-width: 588px) {
    #logo {
        width: 80px;
    }

    .texto {
        margin-top: -20px
    }

        .texto h1, .texto h3 {
            font-size: 18px;
        }
}

/* 
	Generic Styling, for Desktops/Laptops 
	*/
table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #333;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}
