.redegal_wpconnector-block {
    position: relative;
}

.redegal_wpconnector-block h1,
.redegal_wpconnector-block h2,
.redegal_wpconnector-block h3,
.redegal_wpconnector-block h4,
.redegal_wpconnector-block h5 {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.title_block {
    text-align: center;
}

/*
#noticias article {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin: 2px;
}
*/

#noticias .noticia {
    background: #f0efef;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#noticias {
    font-size: 16px;
}

#noticias .noticia .post-thumbnail {
    display: inline-block;
    position: relative;
    width: 100%;
}
#noticias .noticia .post-thumbnail .imagelink {
    position: relative;
    overflow: hidden;
    display: block;
}

#noticias .noticia .post-thumbnail .imagelink img {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: center;

    transition: transform .5s ease;
}


#noticias .noticia .post-thumbnail .post_date {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #fff;
    background: #0f0f3d;
    padding: 5px 20px;
    pointer-events: none;
    font-size: 0.75em;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/*
#noticias .noticia .post_date .calendar-icon:before{
    font-family: 'icons';
    content: '\E800';
    color: #fff;
    font-size: 11px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #fff;
} */

#noticias .noticia .post_date .calendar-icon {
    color: #fff;
    width: 25px;
    height: 16px;
    margin-right: 5px;
    border-right: 1px solid #fff;
}

#noticias .noticia .name,
#noticias .noticia .post_content,
#noticias .noticia .tags {
    padding: 0 30px;
}

#noticias .noticia .name {
    text-transform: none;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 30px;
    overflow: visible;
    text-overflow: ellipsis;
}

#noticias .noticia .name a {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.5em;
    color: #0f0f3d;
}
#noticias .noticia .post_content {
    margin-bottom: 40px;
    text-align: justify;
    height: 150px;
    overflow: visible;
    text-overflow: ellipsis;
}

#noticias .noticia .post_content p {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 0.6875em;
    color: #828284;
    line-height: 22px;
}

#noticias .noticia .post_content .link-more {
    display: none;
}

#noticias .noticia .tags {
    min-height: 50px;
}

#noticias .noticia .tags a{
    font-size: 0.6875em;
    color: #828284;
}

#noticias .noticia .tags a:hover {
    text-decoration: underline;
}

#noticias .noticia .tags::before {
    font-family: 'Material Icons';
    content: '\e54e';
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid;
    font-size: 0.68em;
    color: #828284;
}

#noticias .noticia .viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #0f0f3d;
    line-height: 40px;
    text-align: center;
    font-size: 1.5em;
    display: none;
}


#noticias .noticia:hover {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
#noticias .noticia:hover .imagelink img {
    transform: scale(1.5);
}

#noticias .noticia:hover .viewmore {
    display: block;
}

#noticias .owl-nav .owl-prev,
#noticias .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
    cursor: pointer;
}

#noticias .owl-nav .owl-prev,
#noticias .owl-nav .owl-next {
    padding: 15px;
}

#noticias .owl-nav .owl-prev {
    left: -50px;
}

#noticias .owl-nav .owl-next {
    right: -50px;
}

#noticias .owl-nav .owl-prev.disabled,
#noticias .owl-nav .owl-next.disabled {
    opacity: .2;
}

#noticias .owl-dots {
    position: absolute;
    text-align: center;
    bottom: 5px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#noticias .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127,127,127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

#noticias .owl-dot.active {
    background: #232323;
}

@media(max-width: 432px) {
    #noticias .noticia .post-thumbnail .imagelink img {
        height: 200px;
    }

    #noticias .noticia .name {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    #noticias .noticia .post_content {
        margin-bottom: 25px;
    }
}