.portada.background{
    background-image: url(https://res.cloudinary.com/upcbinary/image/upload/v1698676902/pregrado/imagenes/landings/carreras/arquitectura/landing-arquitectura-mobile_gxqelh-min_dhmxpr.jpg);
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .portada.background{
        background-image: url(../img/Portada_Ing_Biomedica.JPG);
        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/labs-ing-biomedica.jpg');
    background-size:contain;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
}

img.responsive-img-decana {
    border-radius: 50%; /* Redondear la imagen */
    width: 50%; /* 100% de ancho en pantallas pequeñas */
    height: auto; /* Mantener la proporción */
  }
  
  /* Estilo para pantallas grandes: imagen 120% de ancho */
  @media (min-width: 768px) {
    img.responsive-img-decana {
      width: 100%; /* 120% de ancho en pantallas grandes */
    }
  }

  img.responsive-img-directora {
    border-radius: 50%; /* Redondear la imagen */
    width: 50%; /* 100% de ancho en pantallas pequeñas */
    height: auto; /* Mantener la proporción */
  }
  
  /* Estilo para pantallas grandes: imagen 120% de ancho */
  @media (min-width: 768px) {
    img.responsive-img-directora {
      width: 120%; /* 120% de ancho en pantallas grandes */
      /* height: 80%; */
    }
  }

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

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

  .image-video-ing-biomedica-3 {
    background: #272626 url(../img/img-preview3-ing-biomedica.webp) center center;
  }

  #slider-nav-video.slick-slider .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
  }

  .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: 285px;
      line-height: 1.2;
    }
  }