/*** NOTICIAS ***/
.contend {
    width: 80%;
    margin: 0 auto;
    padding: 0px;
}

.lista-noticias .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
    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 a:hover > .imagem {
    opacity: 1;
}

.credits-magazine {
    font-size: 85%;
}

.credits-magazine span {
    display: inline-block;
    padding-right: 20px;
}

.credits-magazine span:nth-child(4) {
    padding-right: 0;
}

.noticia-contend {
    width: 100%;
    text-align: justify;
    line-height: 24px;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.noticia-contend p {
    margin-bottom: 15px;
}


.sobre-slide {
    background-color: #E6E6E6;
}

.sobre .owl-nav {
    position: initial;
}

/*** OWL ***/
.owl-carousel {
    padding: 0px;
    width: 100%;
}

.owl-item-custom {
    text-align: center;
}

.owl-item-custom img {
    object-fit: cover;
    margin: 0 auto;
    height: 500px !important;
}

.owl-item-custom > div {
    margin: 0 auto;
}

.owl-carousel .owl-prev {
    position: absolute !important;
    left: 0px;
    top: calc(50% - 100px);
    opacity: 0.5;
    color: red;
}

.owl-carousel .owl-next {
    position: absolute !important;
    right: 0px;
    top: calc(50% - 100px);
    opacity: 0.5;
    color: red;
}

.owl-carousel .owl-prev img, .owl-carousel .owl-next img {
    height: 100px;
}

.owl-carousel .owl-item-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-item-custom .legend {
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-shadow: 0px 0px 1px #000;
}

.owl-carousel .owl-item-custom .legend .slide-title {
    font-size: 30px;
    font-family: "Montserrat-Regular", sans-serif;
}

.owl-carousel .owl-item-custom .legend .slide-subtitle {
    font-size: 25px;
    font-family: "Montserrat-Regular", sans-serif;
}

.imagem img {
    width: 100%;
}

.lista-noticias .item .titulo {
    height: 50px;
    overflow: hidden;
    color: red;
    font-size: 16px;
    font-family: "Montserrat-Regular", sans-serif;
}


/*noticias*/
@media (min-width: 499px) and (max-width: 768px) {
    .lista-noticias .item {
        margin-right: 0;
        width: calc(50% - 5px);
    }

    .lista-noticias .item:nth-child(even) {
        margin-left: 5px;
    }

    .lista-noticias .item:nth-child(odd) {
        margin-right: 5px;
    }

    .img-responsive {
        object-fit: cover;
        width: 100%;
    }

    .galery-magazine {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .owl-item-custom img {
        height: 500px !important;
    }
}

@media only screen and (max-width: 498px) {
    .contend {
        width: 96%;
        margin: 0 auto;
        padding: 0px;
    }

    .lista-noticias .item {
        margin-right: 0;
        width: 100%;
    }

    .img-responsive {
        object-fit: cover;
        width: 100%;
    }

    .galery-magazine {
        margin: 0 0 30px 0;
        width: 100%;
    }


    .owl-item-custom img {
        height: 300px !important;
    }
}

@media (min-width: 1500px) {

    .owl-item-custom img {
        height: 700px !important;
    }
}

@media (min-width: 1920px) {

    .owl-item-custom img {
        height: 800px !important;
    }
}