.wrap-stories p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .94em;
    font-weight: 100;
}

.wrap-stories {
    background-color: #c72c2d;
    background-image: url('../img/fondo-historias-de-la-universidad-del-rosario.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 15px 0;
}

@media (min-width: 992px) {
    .wrap-stories {
        padding: 30px 0;
    }
}

.wrap-stories a {
    color: #fff;
}

.wrap-stories .owl-theme .owl-nav {
    margin-top: 15px;
    text-align: center;
    font-size: 28px;
}

@media (min-width: 992px) {
    .wrap-stories .owl-theme .owl-nav {
        text-align: right;
    }
}

.wrap-stories .owl-carousel .owl-nav button.owl-prev,
.wrap-stories .owl-carousel .owl-nav button.owl-next,
.wrap-stories .owl-carousel button.owl-dot {
    opacity: 0.5;
    width: 50px;
    height: 50px;
}

.wrap-stories .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}
