.owl-nav {
    position: relative;
}

section.row.noticias>.row.carousel-noticias .contenedor-noticias {
    height: auto;
    margin: 1vw;
    -webkit-box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.5);
}

section.row.noticias>.row.carousel-noticias .contenedor-noticias>.imagen-noticias img {
    object-fit: cover;
    height: 180px;
    /* object-position: 0 0; */
}

section.row.noticias>.row.carousel-noticias .contenedor-noticias>.contenido-noticias-news p {
    padding: 0 15px;
    color: black;
}

.owl-carousel .contenedor-noticias>.titulo-noticias {
    padding: 0 15px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Oswald';
    text-align: center;
}

.owl-carousel .contenedor-noticias>.titulo-noticias {
    font-size: 18pt;
    color: #003e69;
    text-decoration: none;
    /* font-weight: 600; */
}

.owl-carousel .contenedor-noticias>.contenido-noticias-news {
    padding: 0 20px;
    /* height: 100px; */
}

.titulo-noticias {
    height: 102px;
}


.owl-carousel .contenedor-noticias>.footer-noticias {
    background-color: #003e69;
    text-align: center;
    padding: 10px 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    border-radius: 5px;
}

.owl-carousel .contenedor-noticias>.footer-noticias a {
    color: white;
    text-decoration: none;
    font-weight: 800;
}

.categoria {
    font-size: 10pt;
    text-align: left;
    font-family: 'Roboto';
    overflow: hidden;
    text-overflow: ellipsis;
}

.categoria a {
    color: #757575;
}

.owl-prev,
.owl-next {
    color: var(--institucional);
    font-size: 30px;
    position: absolute;
}

.owl-prev {
    left: 0;
    margin: -20% 0 0 0;
}

.owl-next {
    right: 0;
    margin: -20% 0 0 0;
}

.owl-nav button>span {
    font-size: 90px;
    font-weight: bold;
    color: var(--institucional);
}

.iniciar-pausar {
    width: 44px;
    height: 44px;
    color: var(--institucional);
    background-color: #fff0;
    border: 0;
    border-radius: 5px;
    padding: 5px;
    margin: 0 5px;
}

.iniciar-pausar:hover {
    background-color: #78787a;
}

.iniciar-pausar i {
    font-family: 'Roboto';
    vertical-align: bottom;
}

button.iniciar-pausar {
    float: right !important;
}

.linea-titulo {
    width: 300px;
    margin-bottom: 20px;
    height: 3px;
}

.publicacion-noticias {
    margin-bottom: 0;
    text-align: center;
    font-size: 10pt;
    color: #595959;
}
.publicacion p, .publicacion-noticias p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.titulo-noticias__carrusel{
    overflow: hidden;
    text-overflow: ellipsis;
}
.cuerpo-noticias {
    margin: 15px 0;
    padding: 10px;
    height: 200px;
    overflow: hidden;
}
/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
    .owl-prev {
        margin: -59% 0 0 -10%;
    }

    .owl-next {
        margin: -59% -10% 0 0;
    }

    .imgInscripcion .img-responsive {
        max-width: 100%;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .owl-prev {
        margin: -40% 0 0 -5%;
    }

    .owl-next {
        margin: -40% -5% 0 0;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .owl-prev {
        margin: -50% 0 0 -3%;
    }

    .owl-next {
        margin: -50% -3% 0 0;
    }

    .stop2,
    .play2,
    .stop,
    .play {
        width: auto;
        height: auto;
        padding: 0;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
    .owl-carousel .contenedor-noticias>.contenido-noticias-news {
        height: 150px;
    }

    .owl-prev {
        margin: -65% 0 0 -4%;
    }

    .owl-next {
        margin: -65% -4% 0 0;
    }

    .stop2,
    .play2,
    .stop,
    .play {
        width: auto;
        height: auto;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .owl-prev {
        margin: -100% 0 0 -7%;
    }

    .owl-next {
        margin: -100% -7% 0 0;
    }

    .stop2,
    .play2,
    .stop,
    .play {
        width: auto;
        height: auto;
        padding: 0;
    }
}