.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_Gestion-Empresarial.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/youtube-ing-gestion-empresarial.jpg');
    background-size: cover;
    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-emp-1 {
    background: #272626 url(../img/img-preview1-img-emp.JPG) center center;
}

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

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