.owl-carousel-faiDaTe{
    width: 80%;
    margin: 0 auto;
}

#faiDaTe .card{
    height: 550px 
}


#faiDaTe .owl-carousel .owl-item img{
    height: 100%;
    height: 300px;
    object-fit: cover
}
@media(min-width: 600px){
    #faiDaTe .owl-carousel .owl-item img{
        height: 170px;
    }
}

@media(min-width: 992px){
    #faiDaTe .owl-carousel .owl-item img{
        height: 300px;
    }
}
#faiDaTe .owl-nav button{
    font-size: 3rem;
}

#faiDaTe .owl-dots {
   margin: 50px auto;
  transform: translateY(0);
  display: flex;
  justify-content: center;
}

#faiDaTe .owl-dots {
  width: 30%;
}

#faiDaTe .owl-nav{
    width: 100%;
    top: auto;
    left: 50%;
    transform: translateX(-50%);    
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: initial;   
}