*{
  margin: 0px;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
#sync1.owl-carousel{
  width: 100%;
  height: 50%;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-carousel .owl-next,
#sync1.owl-carousel .owl-prev {
  width: 20px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 48%;
}
#sync1.owl-carousel .owl-prev {
  left: 4px;
  background-color: inherit;
}
#sync1.owl-carousel .owl-next {
  right: 5px;
  background-color: inherit;
}
#sync1.owl-carousel .owl-dot {
  margin-top: 20px;
}
.fa-chevron-left {
  color: white;
}
.fa-chevron-right{
  color: white;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}


.fa { transform: scale(1,1); }


.imagenes-slide{
  width: 100%;
  height:  800px;
  object-fit: cover;
}

@media screen and (max-width: 1550px){
  .imagenes-slide{
         height: 600px;
          object-fit: cover;
   }
}
.owl-item.active .page{
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}
  



.owl-item.active .contenedor{
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}
  

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



    @media screen and (max-width: 1100px){
        
           #sync1.owl-carousel .owl-dot {
  margin-top: 10px;
}
      .contenedor-slide{
          margin-top: 40px;
      }
      .imagenes-slide{
         height: 500px;
      }

     #sync1.owl-carousel .owl-next, #sync1.owl-carousel .owl-prev {
        display: none;
      }

}

    @media screen and (max-width: 530px){
.imagenes-slide{
  width: 100%;
  height:  300px;
  object-fit: cover;
}
.acomodar{
  object-position: 0% 50%;
}

}



