:root {
  --redSabin: #ff4445;
  --blackSabin: #383a48;
  --fontSabin: 'museo-sans', sans-serif;
}

.funciona-assim a {
  text-decoration: none;
}

.funciona-assim .item {
  display: flex;
  justify-content: center;
}

.funciona-assim .content-funciona-assim img {
  max-width: 240px;
  height: 240px;
  margin: 0px auto 30px;
  object-fit: contain;
}


.funciona-assim .content-funciona-assim p {
  /*width: 264px;*/
  font-family: var(--fontSabin);
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: var(--blackSabin);
}

.funciona-assim .content-funciona-assim span {
  color: var(--redSabin);
  font-weight: 600;
}

.funciona-assim .owl-nav button,
.funciona-assim select {
  text-transform: none;
  border: none !important;
  outline: none !important;
}

.funciona-assim .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--redSabin) !important;
}

.funciona-assim .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 10px;
  border-radius: 5px;
  background: var(--redSabin);
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 30px;
}

.funciona-assim .owl-theme .owl-dots .owl-dot.active span {
  background: var(--blackSabin)!important;
  width: 18px !important;
  height: 18px !important;
}

.funciona-assim .owl-carousel .owl-nav button.owl-prev,
.funciona-assim .owl-carousel .owl-nav button.owl-next,
.funciona-assim .owl-carousel button.owl-dot {
  text-transform: none;
  border: none !important;
  outline: none !important;
}

.funciona-assim .owl-theme .owl-dots .owl-dot.active span:hover {
  background: var(--blackSabin) !important;
}

