

/******************  NOTÍCIAS  *******************/

.post-slide2
{
    margin: 0 30px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom: 2em;
}

.post-slide2 .post-img
{
    overflow: hidden;
}

.post-slide2 .post-img img
{
    height: 100%;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide2:hover .post-img img
{
    transform: scale(1.08);
}

.post-slide2 .post-content
{
    background: #fff;
    padding: 10px 20px 15px 20px;
}


/******************  DEPOIMENTOS  *******************/

.post-slide3
{
    margin: 30px 15px;
}

.depoimentos .owl-carousel .owl-item img 
{
    display: block;
    width: auto;
    margin: 0 auto;
}
