@charset "UTF-8";
/* CSS Document */

.slide00 {
  width: 100%;
  height:75vh!important;
  background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("../img/belatrix02.jpg")!important;
  background-size: cover !important;
  background-position: center;
}
.slide01 {
  width: 100%;
  height:75vh!important;
  background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("../img/volvo01.jpg")!important;
  background-size: cover !important;
  background-position: center;
}
.slide02 {
  width: 100%;
  height:75vh!important;
  background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("../img/unal01.jpg")!important;
  background-size: cover !important;
  background-position: center;
}
.slide03 {
  width: 100%;
  height:75vh!important;
  background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("../img/solistica01.jpg")!important;
  background-size: cover !important;
  background-position: center;
}
.slideP{
  width: 100%;
  height: 680px;
  display: block;
  overflow: hidden!important
}
.slideP img{
  position: absolute;
  width:100%;
  /*min-width: 1360px;*/
  min-height: 680px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}