.portada.background{
    background-image: url(../img/Portada_Ing_Mecatronica-2.jpg);
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .portada.background{
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.image-video-bienvenida{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('../img/fablabs-ing-mecatronica.jpg');
    background-size:auto;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
}
.why-study ol{
    line-height: 18.5px;
    font-size: 15px;
    padding-left: 20px;
}
ul.ul-style-arrow {
    font-family: var(--publicSans-font), ui-serif, Georgia;
}
.img-profesores{
    border-radius: 50%;
}

.item-noticias figure {
    background-color: #efefef;
}

.item-noticias, .item-noticias img {
    display: block;
}
.item-noticias img {
    width: 100%;
    height: 100%;
    max-height: 248px;
    min-height: 248px;
    object-fit: cover;
}

.line-left-red {
    display: inline-block;
    width: 5px;
    height: 25px;
    background-color: #D50000;
}


.btn-whiteupclleno {
    white-space: normal;
}

@media (min-width: 768px) {
    .item-noticias figcaption {
      min-height: 280px;
      line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .section-campus .slick-track {
        margin-left: 0;
    }
}

.image-video-ing-mecatronica-1 {
    background: #272626 url(../img/img-preview1-ing-mecatronica.webp) center center;
}

.image-video-ing-mecatronica-2 {
    background: #272626 url(../img/img-preview2-ing-mecatronica.webp) center center;
}

@media (min-width: 768px) {
    #slider-nav-video .slick-list.draggable {
        height: auto !important;
    }
}