/** NOTICIAS **/
.lista-noticias .item{width: 32%;margin-right: 2%;margin-bottom: 4%;float: left;}.lista-noticias .item:nth-child(3n){margin-right: 0;}.lista-noticias .item .imagem{position: relative;border: 1px solid #E6E6E6;opacity: 0.9;}.lista-noticias .item .titulo{height: 50px;overflow: hidden;color: #000;}.lista-noticias .item a:hover > div .imagem{opacity: 1;}.credits-magazine span{display:inline-block;margin:0 10px;color:#999;font-size:85%;}.noticia-contend{width:100%;text-align:justify;line-height:24px;padding-top:40px;margin-top:20px;border-top:1px solid #ddd;}.noticia-contend p{margin:0 0 20px 0;}

h1 {
    color: #E31E24;
    font-size: 30px;
}

.owl-carousel {
    background-color: #fff;
    padding: 0 30px;
    width: 45%;
    float: left;
    margin:0 20px 25px 0;
}
/*Reset owl*/
.owl-item-custom {
    text-align: center;
}
.owl-item-custom img {
    max-width: 800px !important;
    height: 300px;
    object-fit: contain;
    margin: 0 auto;
}
.owl-item-custom > div {
    margin: 0 auto;
}
.owl-carousel .owl-prev {
    position: absolute !important;
    left: 10px;
    top: calc(50% - 40px);
    opacity: 0.5;
    font-size: 230%
}
.owl-carousel .owl-next {
    position: absolute !important;
    right: 10px;
    top: calc(50% - 40px);
    opacity: 0.5;
    font-size: 230%
}


/*** Tablet ***/
@media (min-width: 499px) and (max-width: 768px) {

    h1 {
        padding: 0 10px;
    }
    .lista-noticias {
        padding: 0 10px;
    }
    .lista-noticias .item {
        margin-right: 0;
        width: 48%;
    }
    .lista-noticias .item:nth-child(even) {
        margin-left: 2%;
    }
    .lista-noticias .item:nth-child(odd) {
        margin-right: 2%;
    }
    .img-responsive {
        object-fit: cover;
        width: 100%;
    }

    .noticia-contend {
        padding: 0 10px;
    }

    .owl-carousel {
        width: 100%;
        padding: 0;
    }

}
/*** Mobile ***/
@media only screen and (max-width: 498px) {

    h1 {
        padding: 0 10px;
    }
    .lista-noticias {
        padding: 0 10px;
    }
    .lista-noticias .item {
        margin-right: 0;
        width: 100%;
    }
    .img-responsive {
        object-fit: cover;
        width: 100%;
    }

    .noticia-contend {
        padding: 0 10px;
    }

    .owl-carousel {
        width: 100%;
        padding: 0;
    }


}