.owl-nav {
    position: relative;
}

section.row.noticias2>.row.carousel-noticias2 .contenedor-noticias2 {
    height: auto;
    margin: 1vw;
    /* -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 70%); */
}

section.row.noticias2>.row.carousel-noticias2 .contenedor-noticias2>.imagen-noticias2 img {
    object-fit: cover;
    height: 180px;
    object-position: center center;
}

section.row.noticias2>.row.carousel-noticias2 .contenedor-noticias2>.contenido-noticias2 p {
    padding: 0 15px;
    color: black;
}
.titulo-facultad{
    font-family: 'Oswald';
}

.owl-carousel .contenedor-noticias2>

.owl-carousel .contenedor-noticias2>.titulo-noticias2 {
    padding: 0 15px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Oswald';
    text-align: center;
}

.titulo-noticias2__carrusel a{
    font-family: 'Oswald';
    font-size: 20px;
    color: var(--institucional);
}

.owl-carousel .contenedor-noticias2>.contenido-noticias2 {
    padding: 0 5px;
    color: var(--institucional);
}
.contenido-noticias2 p{
    color: var(--negro);
    height: 160px;
}

/* .titulo-noticias2 {
    height: 45px;
} */


.footer-noticias2 {
    text-align: center;
    padding: 10px 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background-color: var(--institucional);
    border-radius: 5px;
}
.footer-noticias2 a{
    color: var(--portafolio);
}
.footer-noticias2 a:hover{
    text-decoration: underline;
}

.owl-carousel .contenedor-noticias2>.footer-noticias2 a {
    color: white;
    text-decoration: none;
    font-weight: 800;
}

.categoria {
    font-size: 10pt;
    text-align: left;
    font-family: 'Roboto';
    padding-bottom: 5px;
}

.categoria a {
    color: #757575;
}

.owl-prev,
.owl-next {
    color: var(--institucional)!important;
    font-size: 30px !important;
    position: absolute;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-nav button>span {
    font-size: 90px;
    font-weight: bold;
}

.owl-prev {
    margin: -24% 0 0 -2%;
}

.owl-next {
    margin: -24% -2% 0 0;
}

.carousel-noticias2 .owl-nav button>span {
    font-size: 90px;
    font-weight: bold;
    color: var(--portafolio);
}

.carrusel-noticias2 .owl-prev {
    margin: -36% 0 0 -8%;
}

.carrusel-noticias8 .owl-next {
    margin: -36% -8% 0 0;
}

.iniciar-pausar2 {
    width: 44px;
    height: 44px;
    color: var(--institucional);
    border: 0;
    border-radius: 5px;
    padding: 5px;
    margin: 0 5px;
}

.iniciar-pausar2:hover {
    background-color: #78787a;
}

.iniciar-pausar2 i {
    font-family: 'Roboto';
    vertical-align: bottom;
}

button.iniciar-pausar2 {
    float: right !important;
}

.linea-titulo {
    width: 300px;
    margin-bottom: 20px;
    height: 3px;
}

/* Large desktops and laptops */
.imagen-noticias2{
    aspect-ratio: 16/9;
    align-items: center;
    display: flex;
    justify-content: center;
}

.imagen-noticias2 img {
    width: 100%;
}

.attachment-post-thumbnail{
    aspect-ratio: 16/9;
    object-fit: scale-down;
    height: auto !important;
}

@media (min-width: 1200px) {
    .carrusel-noticias2 .owl-prev {
        margin: -60% 0 0 -6%;
    }
    
    .carrusel-noticias2 .owl-next {
        margin: -60% -6% 0 0;
    }
    .imgInscripcion .img-responsive {
        max-width: 100%;
    }
    .contenedor-noticias2{
        flex-wrap: wrap;
    }
    /* .imagen-noticias2{
        width: 762px;
    } */
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .carrusel-noticias2 .owl-prev {
        margin: -41% 0 0 -2%;
    }

    .carrusel-noticias2 .owl-next {
        margin: -41% -2% 0 0;
    }
    .contenedor-noticias2{
        flex-wrap: wrap;
    }
    .imagen-noticias2{
        width: 100%;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    div.carrusel-noticias2 .owl-prev {
        margin: -60% 0 0 -3%;
    }

    div.carrusel-noticias2 .owl-next {
        margin: -60% -3% 0 0;
    }

    .stop2,
    .play2,
    .stop,
    .play {
        width: auto;
        height: auto;
        padding: 0;
    }
    .contenedor-noticias2{
        flex-wrap: wrap;
    }
    .imagen-noticias2{
        width: 100%;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
    .owl-carousel .contenedor-noticias2>.contenido-noticias2 {
        height: 150px;
    }

    .carrusel-noticias2 .owl-prev {
        margin: -80% 0 0 -4%;
    }

    .carrusel-noticias2 .owl-next {
        margin: -80% -4% 0 0;
    }

    .stop2,
    .play2,
    .stop,
    .play {
        width: auto;
        height: auto;
        padding: 0;
    }
    .contenedor-noticias2{
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .carrusel-noticias2 .owl-prev {
        margin: -74% 0 0 -8%;
    }

    .carrusel-noticias2 .owl-next {
        margin: -74% -8% 0 0;
    }

    .stop2,
    .play2,
    .stop,
    .play {
        width: auto;
        height: auto;
        padding: 0;
    }
    .contenedor-noticias2{
        flex-wrap: wrap;
    }
}