
/******************  News Slider Demo-2 *******************/

.post-slide2
{
    margin: 0 15px;
    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
{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    border: 7px solid white;
}

.post-slide2:hover .post-img img
{
    transform: scale(1.08);
}

.post-slide2 .post-content{
    background: #fff;
    padding: 10px 20px 15px 20px;
}

 /* INFORMES */

 .post-slide3
 {
     margin: 0;
     box-shadow: 0 1px 2px rgba(43,59,93,0.30);
     margin-bottom: 2em;
 }

 .post-slide3 .post-img
 {
     overflow: hidden;
 }

 .post-slide3 .post-img img
 {
     width: 100%;
     height: auto;
     transform: scale(1);
     transition: all 1s ease-in-out 0s;
 }

 .post-slide3:hover .post-img img
 {
     transform: scale(1.08);
 }

 .post-slide3 .post-content
 {
     background: rgba(0,0,0,0.80);
     padding: 20px;
     margin-top: -80px;
     z-index: 300;
     height: 80px;
     position: relative;
 }

 .post-slide3 .post-content h5
 {
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     font-weight: 400;
     color: #fff88f;
 }

 /* BOTOES */

.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 2px solid #bbb;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #bbb;
}
