.caixas-ensino .grid-item .titulo-relacionados-paragrafos {
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    transition: 0.6s;
}

.caixas-ensino .overlays-views:hover .titulo-relacionados-paragrafos {
    background-color: rgba(51,129,65,0.9);
}

.overlays-views img:hover {
    transform: scale(1.05);
}
.overlays-views img{
    transition: 0.6s;
}

.overlays-views{
    overflow: hidden;
}
.destaques-nova .overlays-views:hover h2.titulo-views {
    background-color: rgba(51,129,65,0.9);
}

.destaques-nova h2.titulo-views {
   transition: 0.6s;
}

.fundo-escuro img:hover {
    transform: scale(1.05);
}

.fundo-escuro picture img {
    width: 100%;
    transition: all .6s ease-in-out;
}

.fundo-escuro h2.tit-agenda-views {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    padding-bottom: 0;
    line-height: 1.5;
    color: #ffffff;
}

.fundo-escuro {
    background-color: #313131;
    padding: 10px;
    color: #fff;
    border-bottom: 2px solid #8fb73e;
    transition: 0.7s!important;
}

.fundo-escuro:hover {
    background: #338141;
}


.class-imagem-miniatura {
    overflow: hidden;
}