/* ================= OPERADORAS ================= */

.operadoras {
  background-color: #F2F5F7;
  padding-top: 48px;
  padding-bottom: 48px;
}

.operadoras__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.operadoras__title {
  margin: 40px 0 18px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: 0;
  color: #0B0B0B;
  text-align: center;
}

.operadoras__text {
  margin: 0 auto 24px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #0B0B0B;
  max-width: 860px;
  text-align: center;
}

.operadoras__divider {
  width: 80px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 auto 32px;
}

.operadoras__carousel {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  padding: 0 32px;
}

.operadoras__viewport {
  overflow: hidden;
  width: 100%;
}

.operadoras__track {
  align-items: center;
}

.operadoras__slide {
  display: flex;
  justify-content: center;
}

.operadoras__card {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.operadoras__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.operadoras__card img[src*="bradesco"] {
  width: 95%;
}

.operadoras__card img[src*="alice"] {
  width: 80%;
  margin-top: -6%;
}

.operadoras__card img[src*="careplus"] {
  width: 60%;
}

.operadoras__card img[src*="omint"] {
  width: 90%;
}

.operadoras__card img[src*="porto"] {
  width: 95%;
}

.operadoras__card img[src*="sulamerica"] {
  width: 95%;
  margin-top: -6%;
}

.operadoras__card img[src*="unimed"] {
  width: 65%;
  margin-top: -6%;
}

.operadoras__card img[src*="amil-one"] {
  width: 80%;
}

.operadoras__card img[src*="amil.png"] {
  width: 90%;
  margin-top: -4%;
}

.operadoras__carousel .splide__arrow {
  width: 44px;
  height: 44px;
  background: transparent;
  opacity: 1;
}

.operadoras__carousel .splide__arrow svg {
  width: 34px;
  height: 34px;
  fill: #FFFFFF;
  filter: drop-shadow(0 0 2px #6F7276);
}

.operadoras__carousel .splide__arrow--prev {
  left: -4px;
}

.operadoras__carousel .splide__arrow--next {
  right: -4px;
}

.operadoras__carousel .splide__pagination {
  bottom: -30px;
}

.operadoras__carousel .splide__pagination__page {
  background: rgba(39, 64, 96, 0.35);
}

.operadoras__carousel .splide__pagination__page.is-active {
  background: #274060;
}

.operadoras__cta {
  display: inline-block;
  margin: 32px auto 8px;
  padding: 12px 24px;
  min-height: 44px;
  background-color: #274060;
  color: #FFFFFF;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #274060;
  transition: all 0.25s ease;
}

.operadoras__cta:hover {
  background-color: #274060;
  color: #7FA6D9;
  border: 1px solid #274060;
}

@media (max-width: 520px) {
  .operadoras__carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .operadoras__card {
    width: 82px;
    height: 82px;
  }
}

@media (min-width: 768px) {
  .operadoras {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .operadoras__title {
    margin: 56px 0 20px;
    font-size: 40px;
  }

  .operadoras__text {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .operadoras__divider {
    margin-bottom: 48px;
  }

  .operadoras__carousel {
    margin-bottom: 64px;
    padding: 0 84px;
  }

  .operadoras__card {
    width: 110px;
    height: 110px;
  }

  .operadoras__carousel .splide__arrow {
    width: 72px;
    height: 72px;
  }

  .operadoras__carousel .splide__arrow svg {
    width: 48px;
    height: 48px;
  }

  .operadoras__carousel .splide__arrow--prev {
    left: 0;
  }

  .operadoras__carousel .splide__arrow--next {
    right: 0;
  }

  .operadoras__cta {
    margin-top: 64px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .operadoras__carousel {
    padding: 0 32px;
  }

  .operadoras__card {
    width: 96px;
    height: 96px;
  }

  .operadoras__carousel .splide__pagination__page {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transform: none;
  }

  .operadoras__carousel .splide__pagination__page.is-active {
    transform: none;
  }
}
