/* GENERALES  */

.efeMitigado {
  opacity: .5;
  transition: var(--animate-duration);
}
.efeMitigado:hover {
  opacity: 1;
}
.efeMitigar{
  opacity: 1;
  transition: var(--animate-duration);
}
.efeMitigar:hover {
  opacity: .5;
}

/* Slider */

.owl-carousel div.owl-stage {
  height: 100vh;
  width: 100%;
  color: var(--color-white);
}

.owl-carousel img.imgTitulo {
  width: 100%;
  object-fit: cover;
  position: absolute;
  max-width: 80%;
  width: 588px!important;
  position: relative;
  left: -45px;
}

.owl-item > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: left;
  /*background-image: url('http://classhorse.tv/PRO/img/coche.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.owl-item > div > a {
  height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: white;
}
.owl-item .contenidoSlider {
  width: 90%;
  max-width: 1200px;
  position: absolute;
  z-index: 2;
}
.owl-item .contenidoSlider {
  width: 90%;
  position: absolute;
  z-index: 2;
}
.owl-item .contenidoSlider h2 {
  width: 500px;
  max-width: 80%;
  font-size: 90.4px;
  line-height: .9em;
  font-family: 'Cormorant Garamond', serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;/**/
}
.owl-item .contenidoSlider p {
  width: 340px;
  max-width: 90%;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sombraSlider {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: rgba(75,104,128,.3);
  z-index: 1;
}


@media (max-width: 800px) {
  .owl-carousel img {
    left: -35px;
  }
  .owl-item .contenidoSlider h2 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .owl-carousel img {
    left: -5px;
  }
  .owl-item .contenidoSlider h2 {
    font-size: 60px;
  }
}
@media (max-width: 500px) {
  .owl-item .contenidoSlider h2 {
    font-size: 50px;
  }
}