.post-carousel-container {
    background: #fde2ee url(../images/latest-news-bg.png) no-repeat -60px 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 1 !important;
}
.title_carousel {
    color: #c5003e;
}
h2.title_carousel {
    text-align: center;
}
h1.title_carousel {
    font-weight: 600;
    text-align: center;
}
.uc_classic_carousel * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.owl-carousel.owl-loaded {
    display: block;
}
.uc_classic_carousel .uc_carousel {
    margin: 0 auto;
}
.uc_classic_carousel .uc_classic_carousel_container_holder {
    font-family: 'Titillium Web',sans-serif;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #8a8a8a;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    margin: 0 0 30px;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}
.uc_classic_carousel_container_data {
    box-shadow: 0px 5px 10px rgba(51,51,51,.2);
    background: #fff url(../images/marco-datos-visita.png) no-repeat center bottom;
}
.uc_classic_carousel .uc_classic_carousel_placeholder {
    background-color: #fff;
    height: 260px;
}
.uc_classic_carousel .uc_classic_carousel_placeholder {
    width: 100%;
    height: 230px;
}
.container_image {
    width: 100%;
}
.uc_classic_carousel .uc_classic_carousel_placeholder .container_image {
    position: relative;
    width: 100%;
    height: 230px;
}
.uc_classic_carousel .uc_classic_carousel_placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uc_classic_carousel_content {
    padding: 5px 20px;
    text-align: left;
    height: 160px;
}
.uc_classic_carousel_date {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.uc_classic_carousel_title {
    font-family: PT Serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 32px;
    max-height: 96px;
    overflow: hidden;
}
.prev-page, .next-page {
    top: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #c5003e;
    font-size: 25px !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 15px;
    color: #fff;
    display: flex !important;
    align-items: center;
}
.prev-page {
    padding: 13px;
    left: -50px;
}
.prev-page:hover, .next-page:hover {
    background: #76232f;
}
.next-page {
    padding: 18px;
    right: -50px;
}
.uc_classic_carousel_title:hover {
    color: #c5003e;
    text-decoration: underline;
}
