/* .carousel-wrapper {
    width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
  }
  .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }

  .owl-carousel .item {
    text-align: center;
  } */
  .owl-nav{
      background:none; position: absolute;  width: 140px; height: 140px; background: var(--cor2);  border-radius: 30px; transform: rotate(45deg); left: 0; right: 0; margin: 0 auto;
  }

  .owl-nav{top:450px; }
  @media (min-width: 576px) {.owl-nav{top:450px;}}
  @media (min-width: 768px) {.owl-nav{top:550px;/*top:252px; left:-90%;*/}}
  @media (min-width: 992px) {.owl-nav{top:252px; left:-60%;}}
  @media (min-width: 1200px){.owl-nav{left:-55%;}}
  @media (min-width: 1400px){.owl-nav{left:-50%;}}


  .owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important; 
  }
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
  }
  .owl-carousel .owl-prev { position: absolute;
    left: -35px;
    transform: rotate(-45deg);
  }
  .owl-carousel .owl-next {
    right: -35px;
    transform: rotate(-45deg);
  }
  .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background:none;
    border-radius: 3px;
  }
  .owl-theme .owl-nav [class*=owl-]:hover { background:none;}

  .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
  }
  .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
  }