.images-shell {
  width: 100%;

  height: 25vw;

  max-height: 350px;

  background-size: cover;

  background-position: center center;
}

.link-images-shell {
  width: 94%;
  height: 25vw;
  max-height: 350px;
  position: absolute;
}

.images-shell-home {
  width: 100%;
  height: 20vw;
  max-height: 230px;
  background-size: cover;
  background-position: center center;
}

.img-capacitacion{
  max-height: 275px !important;
}

.link-images-shell-home {
  width: 94%;
  height: 20vw;
  max-height: 270px;
  position: absolute;
}

.images-premios-shell {
  width: 100%;
  height: 25vw;
  max-height: 225px;
  background-size: cover;
  background-position: center center;
}

.video-shell {
  width: 50%;
  margin: auto;
  margin-bottom: 50px;
}

video-capacitacion{
  width: 60% !important;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .images-shell {
    height: 50vw;
  }

  .video-shell {
    width: 100%;
  }

  .link-images-shell {
    height: 50vw;
  }

  .images-shell-home {
    height: 50vw;
  }

  .img-capacitacion{
    height: 65vw !important;
  }
  

  .link-images-shell-home {
    height: 50vw;
  }

  .images-premios-shell {
    height: 91vw;

    max-height: 700px;
  }
}

@media (min-width: 769px) and (max-width: 990px) {
  .images-premios-shell {
    height: 47vw;
  }

  .video-shell {
    width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .images-premios-shell {
    height: 30vw;
  }
}
