.destaques .lista-page-destaque {
    display: flex;
    justify-content: space-around;
    background: #ebebeb;
    flex-wrap: wrap;
    padding: 3% 10%;
}
.hover-background {
   background: #181818d7;
   height: 100%;
   width: 100%;
}
.item-page-destaque { 
   height: 200px;
   background-size: cover;
   position: relative;
   width: 220px;
   margin-top: 25px;
}
.content-page-category-destaque {
   position: absolute;
   text-align: center;
   background: none;
   top: 40%;
   width: 100%;
}
.content-page-category-destaque a {
   color: #fff;
}
.home-content-destaque {
    padding: 5%;
    margin: 10px auto;
    text-align: center;
}
.home-content-destaque h1 {
    font-size: 3em;
    text-align: center;
}
.home-content-destaque p {
    font-size: 1.1em;
    font-weight: 100;
}
.home-content-destaque strong {
    color: orange;
}