.owl-nome .item{
  height:auto;
  text-align:center;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-nome .owl-dots{
  margin-top:50px;
}

.owl-nome .owl-nav [class*=owl-] {
    color: #363636;
    font-size: 54px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-nome .owl-nav [class*=owl-]:hover {
    color: #abcf5e;
    background: none;
}

.owl-nome .owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
    margin: 5px 7px;
    background: #363636;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-nome .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #abcf5e ;
}

.owl-nome .owl-nav {
    position: absolute;
    width: 100%;
    top: 10%;
    background:#363636;
    height:0px;
}

.owl-nome .owl-next{
  position:absolute;
  background:#363636;
  right:1%;
}

.owl-nome .owl-prev{
  position:absolute;
  background:#363636;
  left:1%;
}
@media screen and (max-width: 500px){
  .owl-nome .owl-dots .owl-dot span{
        width: 20px;
  }
  }