.elementor-1428 .elementor-element.elementor-element-24510de{--display:flex;--min-height:0vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E9E9E9;--border-color:#E9E9E9;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1428 .elementor-element.elementor-element-111a581{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1428 .elementor-element.elementor-element-fd001a2{width:var( --container-widget-width, 11% );max-width:11%;--container-widget-width:11%;--container-widget-flex-grow:0;}.elementor-1428 .elementor-element.elementor-element-fd001a2 img{width:100%;}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-1428 .elementor-element.elementor-element-df1c90c{width:var( --container-widget-width, 63% );max-width:63%;--container-widget-width:63%;--container-widget-flex-grow:0;}.elementor-1428 .elementor-element.elementor-element-df1c90c .elementor-progress-wrapper .elementor-progress-bar{background-color:#003B6F;}.elementor-1428 .elementor-element.elementor-element-df1c90c .elementor-progress-wrapper{background-color:#DFDFDF;border-radius:55px;overflow:hidden;}.elementor-1428 .elementor-element.elementor-element-df1c90c .elementor-progress-bar{height:22px;line-height:22px;}@media(min-width:768px){.elementor-1428 .elementor-element.elementor-element-24510de{--content-width:1440px;}}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-24510de{--min-height:0vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1428 .elementor-element.elementor-element-111a581{--min-height:0vh;--padding-top:20px;--padding-bottom:20px;--padding-left:32px;--padding-right:32px;}.elementor-1428 .elementor-element.elementor-element-fd001a2{--container-widget-width:19%;--container-widget-flex-grow:0;width:var( --container-widget-width, 19% );max-width:19%;}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-111a581{--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}.elementor-1428 .elementor-element.elementor-element-fd001a2{--container-widget-width:44%;--container-widget-flex-grow:0;width:var( --container-widget-width, 44% );max-width:44%;}.elementor-1428 .elementor-element.elementor-element-df1c90c{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-0778e3b */:root {
  --brand: #003b6f;
  --brand-dark: #00294e;
  --brand-light: #eaf4fb;
  --accent: #1688d4;
  --text: #15202b;
  --muted: #66717c;
  --line: #dce3e8;
  --white: #ffffff;
  --surface: #f5f8fa;
  --shadow: 0 14px 38px rgba(0, 41, 78, 0.12);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

button,
input,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

/* Página */

.page {
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0;
}

/* Introdução */

.intro {
  max-width: 790px;
  margin-bottom: 32px;
}

/* Título com a fonte Play */

.intro h1 {
  margin: 0 0 20px;
  color: #2f2f2f;
  font-family: "Play", sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

/* Segunda parte do título */

.intro h1 span {
  display: block;
  color: #003b6f;
}

/* Descrição com a fonte Urbanist */

.intro > p {
  max-width: 750px;
  margin: 0;
  color: #646d76;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

/* Estrutura principal */

.locator {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(370px, 0.87fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

/* Coluna do mapa */

.map-column {
  position: relative;
  min-width: 0;
  min-height: 650px;
  overflow: hidden;
  background: #dce8ef;
}

#map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*
Impede que estilos do Elementor ou do tema
alterem o canvas do MapLibre.
*/

#map canvas {
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.maplibregl-map,
.maplibregl-canvas-container,
.maplibregl-canvas {
  width: 100%;
  height: 100%;
}

/* Botão "Ver todas" */

.map-toolbar {
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 18px;
}

.map-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(0, 41, 78, 0.14);
  border-radius: 12px;
  color: var(--brand);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 20px rgba(0, 41, 78, 0.14);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.map-action svg {
  width: 17px;
  height: 17px;
}

.map-action:hover {
  color: var(--white);
  background: var(--brand);
}

/* Carregamento do mapa */

.map-loading,
.map-error {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--brand);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 25px rgba(0, 41, 78, 0.14);
  font-size: 13px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.map-loading.is-hidden {
  display: none;
}

.map-loading__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid var(--brand-light);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: map-spin 0.75s linear infinite;
}

@keyframes map-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Erro do mapa */

.map-error {
  flex-direction: column;
  width: min(310px, calc(100% - 40px));
  text-align: center;
}

.map-error span {
  color: var(--muted);
  font-weight: 500;
}

/* Coluna das unidades */

.locations-column {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  background: #f7fafc;
}

.locations-header {
  padding: 24px 24px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.locations-header h2 {
  margin: 0 0 5px;
  font-size: 25px;
  letter-spacing: -0.025em;
}

.locations-header p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

/* Campo de busca */

.search-wrap {
  position: relative;
}

.search-wrap > svg {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  color: var(--muted);
  transform: translateY(-50%);
  pointer-events: none;
}

#location-search {
  width: 100%;
  height: 48px;
  padding: 0 48px 0 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  color: var(--text);
  background: #f9fbfc;
}

#location-search:focus {
  border-color: var(--accent);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(22, 136, 212, 0.1);
}

.counter {
  position: absolute;
  top: 50%;
  right: 13px;
  min-width: 25px;
  padding: 3px 7px;
  border-radius: 99px;
  color: var(--brand);
  background: var(--brand-light);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  transform: translateY(-50%);
}

/* Lista de unidades */

.locations-list {
  display: grid;
  align-content: start;
  gap: 12px;
  max-height: 514px;
  margin: 0;
  padding: 18px 18px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  scrollbar-color: #a9bac6 transparent;
  scrollbar-width: thin;
}

.locations-list::-webkit-scrollbar {
  width: 6px;
}

.locations-list::-webkit-scrollbar-track {
  background: transparent;
}

.locations-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a9bac6;
}

/* Card */

.location-card {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.location-card:hover,
.location-card.is-active {
  border-color: rgba(22, 136, 212, 0.75);
  box-shadow: 0 8px 25px rgba(0, 59, 111, 0.11);
  transform: translateY(-1px);
}

.location-card.is-active::before {
  position: absolute;
  inset: 12px auto 12px 0;
  width: 4px;
  border-radius: 0 8px 8px 0;
  background: var(--accent);
  content: "";
}

.location-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.location-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

/* Etiqueta da cidade */

.city-tag {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 6px;
  color: var(--brand);
  background: var(--brand-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Informações */

.detail {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 8px;
  margin: 7px 0;
  color: var(--muted);
  font-size: 13px;
}

.detail svg {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--brand);
}

/* Ações do card */

.location-card__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  margin-top: 14px;
}

.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  transition: 0.2s ease;
}

.button svg {
  width: 15px;
  height: 15px;
}

.button--primary {
  color: var(--white);
  background: var(--brand);
}

.button--primary:hover {
  color: var(--white);
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.button--outline {
  color: var(--brand);
  border-color: var(--line);
  background: var(--white);
}

.button--outline:hover {
  border-color: var(--brand);
  background: var(--brand-light);
}

/* Busca vazia */

.empty-state {
  padding: 45px 20px;
  color: var(--muted);
  text-align: center;
}

/* Marcadores do mapa */

.map-marker {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 50% 50% 50% 10%;
  color: var(--white);
  background: var(--brand);
  box-shadow: 0 7px 16px rgba(0, 41, 78, 0.35);
  font-size: 11px;
  font-weight: 900;
  transform: rotate(-45deg);
  cursor: pointer;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.map-marker span {
  transform: rotate(45deg);
  pointer-events: none;
}

.map-marker.is-active {
  z-index: 2;
  background: var(--accent);
  box-shadow:
    0 0 0 7px rgba(22, 136, 212, 0.2),
    0 7px 18px rgba(0, 41, 78, 0.35);
  transform: rotate(-45deg) scale(1.13);
}

/* Popup */

.maplibregl-popup-content {
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 41, 78, 0.18);
}

.maplibregl-popup-close-button {
  padding: 3px 7px;
  color: var(--muted);
  font-size: 19px;
}

.map-popup strong {
  display: block;
  padding-right: 14px;
  margin-bottom: 5px;
  color: var(--brand);
  font-size: 15px;
}

.map-popup span {
  display: block;
  max-width: 230px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.maplibregl-ctrl-bottom-left,
.maplibregl-ctrl-bottom-right {
  z-index: 4;
}

/* Tablet */

@media (max-width: 980px) {
  .locator {
    grid-template-columns: 1fr;
  }

  .map-column {
    min-height: 480px;
  }

  .locations-list {
    max-height: 560px;
  }
}

/* Celular */

@media (max-width: 600px) {
  .page {
    width: min(100% - 20px, 1440px);
    padding: 34px 0;
  }

  /* Introdução */

  .intro {
    margin-bottom: 24px;
  }

  .intro h1 {
    margin-bottom: 16px;
    font-size: 38px;
  }

  .intro > p {
    font-size: 17px;
    line-height: 1.5;
  }

  /* Mapa e unidades */

  .locator {
    border-radius: 16px;
  }

  .map-column {
    min-height: 390px;
  }

  .map-toolbar {
    top: 12px;
    left: 12px;
  }

  .map-action {
    min-height: 40px;
    padding: 0 12px;
  }

  /* Lista */

  .locations-header {
    padding: 20px 16px 16px;
  }

  .locations-list {
    max-height: none;
    padding: 14px;
    overflow: visible;
  }

  /* Cards */

  .location-card {
    padding: 16px;
  }

  .location-card__top {
    display: block;
  }

  .city-tag {
    display: inline-block;
    margin-top: 7px;
  }

  .location-card__actions {
    grid-template-columns: 1fr;
  }
}
/* Redução de movimentos */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Esconde a mensagem quando o atributo hidden estiver ativo */
.map-error[hidden] {
  display: none !important;
}/* End custom CSS */