/* Publicações */
.nossa {
    margin-top: 50px;
    text-align: center;
}

.nossa h4 {
    color: #3C8855;
    font-weight: 700;
    text-transform: uppercase;
}

.nossa p {
    padding-top: 0px;
    font-size: 1.1em;
    color: #000000;
}

/* Todos os Temas */
.todos_temas {
    margin-top: 40px;
}

.temas {
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
}

.temas img {
    width: 100%;
    height: 180px;
}

.estudos {
    text-align: left;
}

.estudos h5 {
    padding: 0px 10px 0px 10px;
    margin-top: -100px;
}

.estudos h5 a {
    color: #fff;
    font-weight: 700;
}

.estudos h5 a:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Publicações */
    .nossa {
        margin-top: 40px;
        text-align: left;
    }

    .nossa h4 {
        color: #3C8855;
        font-weight: 700;
        text-transform: uppercase;
    }

    .nossa p {
        padding-top: 0px;
        font-size: 1.1em;
        color: #000000;
    }

    /* Todos os Temas */
    .todos_temas {
        margin-top: 30px;
    }

    .temas {
        width: 100%;
        height: 210px;
        margin-bottom: 70px;
    }

    .temas img {
        width: 100%;
        height: auto;
    }

    .estudos {
        text-align: left;
    }

    .estudos h5 {
        color: #fff;
        font-weight: 700;
        padding: 0px 10px 0px 10px;
        margin-top: -100px;
        font-size: 1.4em;
    }

}