blockquote strong {
  font-weight: 600;
}
.bt-default {
  margin-top: 32px;
}
.section01 {
  position: relative;
  .container-arrows {
    position: absolute;
    bottom: 40px;
    margin: 0 50%;
    transform: translateX(-50%);
  }
  .slick-track {
    display: flex;
  }
}
.sliderBanner {
  overflow: hidden;
}
.sliderBanner:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.banner-home {
  position: relative;
  h2 {
    font-size: 32px;
    line-height: 36px;
    color: #252424;
    font-weight: 400;
    margin-bottom: 0;
  }
}

.section02 {
  padding: 120px 0;
  h2 {
    font-weight: 500;
    max-width: 300px;
    margin-top: 12px;
  }
}
.carousel_section03 {
  max-width: 547px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  .slick-track {
    display: flex;
  }
}
.mapa-cidades-wrapper {
  width: 100%;
  /* overflow: hidden; */
}

.mapa-cidades {
  position: relative;
  width: 100%;
  max-width: 406px;
  transform-origin: top left;
}

/*
 * Área transparente posicionada sobre o marcador
 * que já está desenhado dentro da imagem.
 */
/* .mapa-cidades__ponto {
  position: absolute;
  width: 4.2%;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}

.mapa-cidades__ponto:focus-visible {
  outline: 2px solid #00b59d;
  outline-offset: 2px;
} */

.mapa-cidades__ponto {
  position: absolute;
  z-index: 2;

  width: 10px;
  height: 13px;

  padding: 0;
  margin: 0;

  border: 0;
  background: transparent;

  color: #71d8c7;
  cursor: pointer;

  /*
   * A coordenada representa a ponta inferior do pin.
   */
  transform: translate(-50%, -100%);

  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.mapa-cidades__pin {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mapa-cidades__pin-forma {
  fill: rgb(130 204 173);
}

.mapa-cidades__pin-coracao {
  fill: #fff;
}

.mapa-cidades__ponto:hover,
.mapa-cidades__ponto:focus-visible {
  color: #00af98;
  transform: translate(-50%, -100%) scale(1.15);
}

.mapa-cidades__ponto:focus-visible {
  outline: 2px solid #00af98;
  outline-offset: 3px;
  border-radius: 50%;
}

/* Balão conforme o exemplo existente no mapa */
.mapa-cidades__tooltip {
  --tooltip-color: #00af98;

  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1px;
  min-height: 28px;
  padding: 0px 15px 0px 7px;
  border-radius: 999px;
  background: var(--tooltip-color);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: clamp(12px, 1.7vw, 13px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, calc(-100% - 15px));
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
  z-index: 10;
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.12));
}

.mapa-cidades__tooltip::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 0;
  height: 0;
  border-top: 11px solid var(--tooltip-color);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  transform: translateX(-50%);
}

.mapa-cidades__tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 10px));
}

.mapa-cidades__coracao {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

@media (min-width: 768px) {
  .mapa-cidades__imagem {
    display: block;
    width: 426px;
    height: auto;
  }
}
@media (max-width: 767px) {
  html {
    width: 100vw;
    overflow-x: hidden;
  }
  .mapa-cidades__imagem {
    display: block;
    width: 105%;
    max-width: 406px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .mapa-cidades__tooltip {
    min-height: 36px;
    padding: 7px 14px 7px 10px;
    gap: 6px;
    font-size: 12px;
  }

  .mapa-cidades__coracao {
    width: 18px;
    height: 18px;
    font-size: 17px;
  }
}
.number_total {
  margin-top: 34px;
}
.number_total span {
  background: #4fb5a3 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: inline-block;
  padding: 0 10px;
  height: 51px;
  line-height: 51px;
  font-size: 36px;
  color: #fff;
  font-weight: 400;
}
.total_map {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.total_map div {
  display: block;
  font-size: 24px;
  width: 100%;
  strong {
    display: block;
    font-size: 36px;
    color: #4fb5a3;
    line-height: 36px;
    font-weight: 600;
    font-family: "proxima-soft";
    margin-bottom: 8px;
  }
  span {
    line-height: 29px;
    display: block;
  }
}

.section03 {
  h2 {
    max-width: 380px;
    margin-top: 56px;
  }
  p {
    max-width: 455px;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.arrowsCont {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 10px auto 0;
  list-style: none;
  text-align: left;
  align-items: center;
}

.arrowsCont .slick-arrow {
  position: relative;
  background: transparent;
  width: 20px;
  height: 20px;
  top: 0;
  transform: none;
  box-shadow: none !important;
  outline: none !important;
}
.arrowsCont .slick-arrow.slick-prev,
.arrowsCont .slick-arrow.slick-next {
  display: block;
  width: 6px;
  height: 11px;
  background: url(../img/icone-seta-carousel.svg) center no-repeat;
}
.arrowsCont .slick-arrow.slick-prev {
  left: auto;
  order: 1;
  margin-right: 4px;
}

.arrowsCont .slick-arrow.slick-next {
  right: auto;
  order: 3;
  margin-left: 4px;
  transform: rotate(180deg);
}

.arrowsCont .slick-dots {
  position: relative;
  order: 2;
  width: auto;
  height: 8px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.arrowsCont .slick-prev:before,
.arrowsCont .slick-next:before {
  display: none;
}

.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #707070;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  padding: 0;
  border: 1px solid #707070;
  text-align: center;
}

.section04 {
  padding: 120px 0;
  .row {
    align-items: center;
  }
  .col-md-7 {
    padding-right: 0;
  }
  iframe {
    border-radius: 8px;
    border: 0;
    max-width: 639px;
  }
  p {
    max-width: 360px;
  }
}

.carousel_section05 {
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}
.carousel_section05 .slick-track {
  display: flex;
}
.carousel_section05 .depoimento-item {
  background: #f2efed;
  border-radius: 8px;
  margin: 0;
  .content-review {
    max-width: 363px;
  }
  .review-name {
    font-size: 24px;
    line-height: 22px;
    color: #4fb5a3;
    font-weight: 700;
    font-family: "proxima-soft";
    margin-bottom: 4px;
  }
  .review-role {
    font-size: 16px;
    font-weight: 300;
  }
  .review-author {
    margin-top: 22px;
  }
  .review-photo {
    max-width: 547px;
  }
}
.carousel_section05 .depoimento-item .col-md-6 {
  padding: 0;
}
.carousel_section05 .depoimento-item .col-md-6:first-child {
  align-items: center;
  justify-content: center;
  display: flex;
}
.carousel_section05 .depoimento-item .col-md-6:last-child {
  text-align: right;
}

.section06 {
  padding: 120px 0;
  .row {
    align-items: center;
  }
  .col-md-7 {
    padding-right: 0;
  }
  .col-md-5 {
    padding: 0;
  }
  h2 {
    max-width: 370px;
  }
  p {
    max-width: 456px;
  }
}

@media (min-width: 768px) {
  .banner-home {
    position: initial;

    .container {
      position: absolute;
      top: 0;
      height: 680px;
      margin: 0 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: end;
      padding-bottom: 170px;
    }
  }
  .section02 .col-md-6:last-child,
  .section03 .col-md-6:last-child {
    padding-left: 0;
  }
  .section04 .box_text {
    padding-left: 71px;
  }
  .section04 {
    .col-md-7 {
      height: 358px;
    }
  }
}
@media (max-width: 767px) {
  .banner-home {
    .container {
      position: absolute;
      bottom: 31px;
      padding: 0 0 0 30px;
    }
    h2 {
      font-size: 26px;
      line-height: 28px;
    }
  }
  .section01 {
    .container-arrows {
      bottom: 12px;
      padding: 0 30px;
    }
  }
  .section02 {
    padding-bottom: 100px;
    .container {
      padding: 0 30px;
    }
    p {
      max-width: 300px;
    }
    .total_map {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 35px;
      row-gap: 38px;
    }
  }
  .section03 {
    .row {
      flex-direction: column-reverse;
    }
    h2 {
      margin-top: 60px;
    }
    .arrowsCont {
      display: none;
    }
    .carrosselSection03 {
      padding: 0;
    }
    .colText {
      padding: 0 30px;
    }
  }
  .section04 {
    padding: 100px 30px 120px;
    .container {
      padding: 0;
    }
    .row {
      margin: 0;
    }
    .col-12 {
      padding: 0;
    }
    h2 {
      margin-top: 60px;
    }
  }
  .section05 {
    .container {
      padding: 0;
    }
    .carousel_section05 .slick-track {
      align-items: flex-start;
      background: #f2efed;
    }
    .carousel_section05 .depoimento-item {
      align-items: start;
      .col-md-6:first-child {
        order: 2;
        padding: 60px 30px;
      }
      .review-photo {
        width: 100%;
        height: auto;
      }
    }
    .arrowsCont {
      padding: 0 30px;
    }
  }
  .section06 {
    .col-md-7 {
      padding: 0;
    }
    .col-md-5 {
      padding: 60px 30px 0;
    }
  }
}
