nav.nav-desktop.ativo {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}

.banner form {
  margin: 2rem 0 0;
}

.banner .modal-formulario .bg-petroleo .hs-button {
  background-color: #d8fe00;
  border: 3px solid #d8fe00;
}

.banner .modal-formulario .bg-petroleo .hs-button:hover {
  box-shadow: 0px 6px 0px 0px #6C7F00;
}

.sec-cards-tab .header-navegador {
  width: 100%;
}

.borda-video {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
}

.borda-video .img-marcelo {
  filter: brightness(.8);
}

.borda-video .play-dep {
  left: 50%;
  margin: 0 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 15%;
}

small strong {
  font-size: inherit;
}

.owl-carousel-midia article {
  background: rgba(247, 247, 247, 0.10);
  border-radius: 1rem;
  padding: 1.5rem;
}

.owl-carousel-midia article img {
  border-radius: 1rem;
}

/* LIMITAR NUMERO DE CARACTERES  */
.owl-carousel-midia article p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.owl-carousel-midia .owl-nav {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.owl-carousel-midia button.disabled span {
  opacity: .5;
}

.owl-carousel-midia span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 200;
}

nav.nav-desktop a.cta {
  display: none;
  width: max-content;
}

nav.nav-desktop.ativo a.cta {
  display: block;
}

table img.img-check {
  filter: brightness(0);
}

table tr td:not(:first-child) {
  font-weight: 700;
}

@media(min-width: 768px) {
  .banner .formulario.bg-petroleo {
    border-radius: 1.5rem;
  }
}

@media(min-width: 992px) {
  .banner .persona {
    position: absolute;
    width: 350px;
    bottom: 0;
    left: 2rem;
  }

  .sec-counter {
    background-image: url(/assets/images/nuvemshop/play-azul.png);
    background-position: 77% calc(50% - 20%);
    background-size: 30%;
  }
}

@media(min-width: 1200px) {
  .banner h1 {
    font-size: 2.5rem;
  }

  .banner p {
    font-size: 1.25rem;
  }

  .banner .persona {
    left: 2rem;
    /* width: auto; */
  }

  .banner form {
    margin: 1rem 0 0;
  }
}

@media(min-width: 1920px) {
  .banner .persona {
    left: 17rem;
  }

  .sec-counter {
    background-position: 75% calc(50% - 20%);
    background-size: 25%;
  }
}

.bg-blue-light {
  background-color: #00E2F412;
}

.art--hover:hover,
.art--hover:active {
  background-color: #001e27 !important;
  padding: 1rem 1rem;

  .art--hover__text {
    color: white;

    &:last-child {
      display: block !important;
    }
  }

  .art--hover__img {
    display: none;
  }
}

.owl-dot.active {
  background-color: #00e2f4 !important;
}

.video--fallback {
  border-radius: 1.5rem;
}

@media(max-width: 425px) {
  .video--fallback {
    height: 20rem;
  }
}