.my-slider-progress-bar {
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

.splide__slide {
  display: flex;
  height: 90vh;
}

.splide__slide .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #fff;
}

.splide__slide .container h1 {
  font-size: 3rem;
  font-weight: bold;
  width: 100%;

  margin-bottom: 1rem;
}

.splide__slide .content {
  width: 50%;
}

/* SERVIÇOS */
.servicos .card {
  border: 0;

  display: flex;
  align-items: center;
}

.servicos .card h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

.servicos .card p {
  font-size: 1rem;
}

.servicos .card .icone {
  width: 70px;
  height: 70px;

  border-radius: 50%;
  background: var(--bg-secondary);

  margin-block: 1rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

.servicos .card .icone i {
  font-size: 2rem;
  color: #fff;
}

/* PARCEIROS */
.parceiros {
  height: auto;
}

.parceiros .container {
  margin-block: 4rem;
}

@media (min-width: 720px) and (max-width: 1024px) {
}

@media (max-width: 640px) {
  /* SLIDE SHOW */
  .splide__slide {
    height: auto;
  }

  .splide__slide .container {
    flex-direction: column;
    margin-block: 1rem;
    align-items: center;
    justify-content: center;

    gap: 1rem;
  }

  .splide__slide .content {
    width: 100%;
    order: 2;
  }

  .splide__slide .container h1 {
    font-size: 1rem;
  }

  /* IMAGEM */
  .content-bg {
    width: 100%;
    order: 1;
  }

  .content-bg img {
    width: 100%;
  }

  /* CONTROLLERS SLIDER */
  .owl-nav {
    display: none;
  }
}
