.page-mapa-site {
  word-break: break-all;
}

.page-mapa-site p {
  color: #282828 !important;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.page-mapa-site a {
  color: #4C6AB0 !important;
  font-family: Inter !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 100% !important;
}

.page-mapa-site h2 {
  color: #282828 !important;
  font-family: Inter !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 44px !important;
}


.carousel-mapa-site .owl-item .item {
  width: 100%;
  height: 30px;
  max-width: 80px;
  display: grid;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.carousel-mapa-site .owl-item .item-focus {
  background-color: var(--gray-400) !important;
}



.carousel-mapa-site .owl-item .item p {
  font-family: Inter;
  font-weight: 400;
  font-size: 25.6px;
  line-height: 28.8px;
}

.carousel-mapa-site .owl-nav {
  display: flex;
  justify-content: space-between;
  gap: 13px;
  position: relative;
  margin-top: 0 !important;
}

.carousel-mapa-site .owl-nav button {
  position: relative;
  bottom: 35px;
}

.carousel-mapa-site .owl-nav .owl-prev {
  left: -51px;
}

.carousel-mapa-site .owl-nav .owl-next {
  right: -43px;
}

/* Adiciona a barrinha "|" entre as letras */
.carousel-mapa-site .owl-item {
  position: relative;
}


.carousel-mapa-site .owl-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 1px; /* largura da barrinha */
  height: 100%; /* altura total do item */
  background-color: #ccc; /* cor da barrinha */
}

.container-mapa-site {
  position: sticky !important;
  top: 60px !important;
  z-index: 10 !important;
  background: white !important;
}

.container-mapa-site h6 {
  max-width: 100px;
  margin-top: 10px !important;
  margin: 0 auto;
}

.container-mapa-site a {
  color: var(--gray-800);
  text-decoration: none;
}

.header-mapa-site {
  padding-bottom: 20px;
  padding-top: 100px;
}
.container-mapa-site .p-default-2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .header-mapa-site {
    padding-top: 20px;
  }
  .container-mapa-site {
    position: relative !important;
  }
  .container-mapa-site .p-default-2 {
    margin-bottom: 14px;
  }
}

.p-default-bold-2 {
  margin-top: 10px;
}

.acesso-rapido {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.acesso-rapido .item {
  background-color: var(--gray-200);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
