.emp-page {
  padding-top: 0;
  background: var(--gpr-fundo);
  --emp-subnav-h: 66px;
  --emp-subnav-overlap: 26px;
}

.emp-hero {
  position: relative;
}

.emp-hero .slideshow {
  height: clamp(430px, 68vh, 660px);
  min-height: 530px;
  margin-top: calc(var(--gpr-menu-altura) * -1);
}

.emp-hero .slideshow-inner {
  position: relative;
  height: 100%;
}

.emp-hero .slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}

.emp-hero .slide-overlay .slide-content {
  max-width: min(1280px, 96vw);
  margin: 0 auto;
  padding-top: calc(var(--gpr-menu-altura) + 18px);
  padding-left: clamp(14px, 2.2vw, 28px);
  padding-right: clamp(14px, 2.2vw, 28px);
  pointer-events: none;
}

.emp-hero .slide-overlay .caption {
  width: min(1040px, 100%);
  pointer-events: auto;
}

.emp-hero-title-name {
  margin: 0 0 16px;
  max-width: min(980px, 100%);
  color: #fff;
  font-size: clamp(24px, 4vw, 46px);
  line-height: 0.94;
  letter-spacing: 0.04em;
  font-weight: 300;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  word-break: break-word;
}

.emp-hero-list-caption {
  width: min(1040px, 100%);
}

.emp-hero-list-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.emp-hero-list-caption .emp-status {
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.emp-hero-list-title {
  margin-top: 14px;
  margin-bottom: 0;
  font-family: var(--gpr-fonte-destaque);
  font-weight: 950;
  color: #fff;
  font-size: clamp(32px, 4.6vw, 58px);
  letter-spacing: 0.01em;
  line-height: 1.06;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.emp-hero-list-sub {
  margin-top: 12px;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
  line-height: 1.6;
}

.emp-hero-list-sub strong {
  color: #fff;
}

.emp-hero-list-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.emp-hero-list-ctas .btn {
  margin-top: 0;
  padding: 12px 14px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.emp-hero-list-ctas .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 20px;
}

.emp-hero .slideshow .arrows,
.emp-hero .slideshow .pagination {
  z-index: 70;
}

.emp-hero .slideshow .arrows {
  pointer-events: none;
}

.emp-hero .slideshow .arrows .arrow {
  pointer-events: auto;
}

.emp-hero .slideshow .pagination {
  pointer-events: auto;
}

.emp-hero-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.emp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.emp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--gpr-borda);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.85);
}

.emp-badge--dark {
  background: rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  backdrop-filter: blur(10px);
}

.emp-badge--dark i {
  color: #fff;
}

.emp-status {
  padding: 9px 12px;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.emp-status i {
  color: #fff;
}

.emp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 3px !important;
  border: 1px solid transparent;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.2s ease;
}

.emp-btn > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 20px;
}

.emp-btn--outline {
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--gpr-borda);
  color: rgba(11, 18, 32, 0.86);
}

.emp-btn--outline:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  color: rgba(11, 18, 32, 0.92);
}

.btn,
.gpr-btn {
  border-radius: 3px !important;
}

.emp-subnav {
  position: relative;
  top: auto;
  z-index: 20;
  margin-top: calc(var(--emp-subnav-overlap) * -1);
  padding-bottom: 8px;
  background: transparent;
}

.emp-subnav-shell {
  padding: 4px 0;
  background: #fff;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 3px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.emp-subnav-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: var(--emp-subnav-h);
  padding: 10px 16px;
  overflow: auto;
  scrollbar-width: none;
}

.emp-subnav-inner::-webkit-scrollbar {
  height: 0;
}

.emp-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  min-height: 30px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid var(--gpr-borda);
  font-weight: 800;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.82);
  transition: 0.2s ease;
  white-space: nowrap;
}

.emp-pill i {
  font-size: 12px;
  line-height: 1;
}

.emp-pill:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  background: rgba(25, 61, 120, 0.08);
  border-color: rgba(25, 61, 120, 0.22);
  color: var(--gpr-azul);
}

.emp-pill.is-active {
  background: var(--gpr-azul);
  border-color: var(--gpr-azul);
  color: #fff;
  box-shadow: 0 16px 34px rgba(25, 61, 120, 0.2);
}

.emp-pill.is-active i {
  color: #fff;
}

.emp-sec {
  scroll-margin-top: calc(var(--gpr-menu-altura) + 28px);
}

.emp-wrap {
  padding: clamp(18px, 3vh, 30px) 0;
}

#visao.emp-wrap {
  padding-top: 12px;
}

.emp-card {
  border-radius: 3px;
  background: var(--gpr-branco);
  border: 1px solid var(--gpr-borda);
  box-shadow: var(--gpr-sombra-suave);
  overflow: hidden;
}

.emp-pad {
  padding: 22px;
}

.emp-kicker {
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 18px;
  color: rgba(11, 18, 32, 0.62);
}

.emp-h2 {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 950;
  color: rgba(11, 18, 32, 0.92);
  font-size: 40px;
  letter-spacing: 0.01em;
}

.emp-text {
  margin-top: 12px;
  color: rgba(11, 18, 32, 0.76);
  line-height: 1.75;
}

.emp-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.emp-divider {
  height: 1px;
  background: rgba(17, 24, 39, 0.1);
}

.emp-feature {
  border: 1px solid var(--gpr-borda);
  background: #fff;
  border-radius: 3px;
  padding: 14px;
  height: 100%;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.emp-feature-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 61, 120, 0.1);
  color: var(--gpr-azul);
  flex: 0 0 auto;
}

.emp-feature-tx {
  font-weight: 850;
  color: rgba(11, 18, 32, 0.82);
  line-height: 1.35;
  margin-top: 4px;
}

.emp-spec {
  border: 1px solid var(--gpr-borda);
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--gpr-raio-menor);
  padding: 14px;
  height: 100%;
}

.emp-spec-k {
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.7);
}

.emp-spec-v {
  margin-top: 8px;
  font-weight: 800;
  color: rgba(11, 18, 32, 0.78);
}

.emp-subk {
  margin-top: 14px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.7);
}

.emp-amen {
  border: 1px solid var(--gpr-borda);
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--gpr-raio-menor);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
}

.emp-amen-tx {
  font-weight: 750;
  color: rgba(11, 18, 32, 0.78);
  line-height: 1.35;
}

.emp-label {
  font-weight: 800;
  color: rgba(11, 18, 32, 0.74);
}

.emp-input {
  border-radius: 3px !important;
  border: 1px solid rgba(17, 24, 39, 0.14);
  padding: 11px 12px;
  font-weight: 650;
}

.emp-video-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.emp-video {
  grid-column: span 6;
  border: 1px solid var(--gpr-borda);
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease;
}

.emp-vthumb {
  position: relative;
  background: var(--gpr-preto);
}

.emp-vthumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.emp-vmeta {
  padding: 14px;
}

.emp-vt {
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.72);
}

.emp-vs {
  margin-top: 8px;
  color: rgba(11, 18, 32, 0.74);
  font-weight: 650;
  line-height: 1.45;
}

.emp-tabs {
  margin-top: 14px;
  gap: 10px;
}

.emp-tabs .nav-link {
  border-radius: 3px !important;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 12px;
  border: 1px solid var(--gpr-borda);
  background: rgba(255, 255, 255, 0.96);
  color: rgba(11, 18, 32, 0.82);
}

.emp-tabs .nav-link.active {
  background: var(--gpr-azul);
  border-color: var(--gpr-azul);
  color: #fff;
}

.emp-map {
  margin-top: 12px;
  border-radius: var(--gpr-raio-menor);
  overflow: hidden;
  border: 1px solid var(--gpr-borda);
  background: var(--gpr-preto);
}

.emp-map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.emp-gallery {
  margin-top: 14px;
}

.emp-gitem {
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--gpr-borda);
  background: #fff;
  transition: 0.2s ease;
  transform: translateZ(0);
}

.emp-gitem:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.emp-gitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
  transform: scale(1.01);
}

.emp-gmask {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  opacity: 0.85;
  pointer-events: none;
}

.emp-gzoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(10px);
}

.glightbox-container,
.glightbox-overlay {
  z-index: 20000 !important;
}

body.glightbox-open #gprHeader {
  z-index: 1100;
}

.emp-share-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.emp-share-item {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 14px;
  transition: 0.2s ease;
  user-select: none;
}

.emp-share-item:hover {
  background: rgba(25, 61, 120, 0.06);
}

.emp-share-btn {
  border: 0;
  background: transparent;
  width: 100%;
}

.emp-share-ic {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  font-size: 22px;
}

.emp-share-ic--wpp {
  color: #25d366;
}

.emp-share-ic--fb {
  color: #1877f2;
}

.emp-share-ic--mail {
  color: rgba(11, 18, 32, 0.74);
}

.emp-share-ic--copy {
  color: var(--gpr-azul);
}

.emp-share-lb {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.72);
  text-align: center;
}

.emp-share-link {
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.emp-share-link .form-control {
  border: 0 !important;
  box-shadow: none !important;
}

.emp-share-link .btn {
  border: 0 !important;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 14px;
  padding-right: 14px;
}

.emp-share-hint {
  display: none;
  margin-top: 10px;
  font-weight: 900;
  color: rgba(11, 18, 32, 0.72);
}

#amenidades .emp-amen-col {
  min-width: 0;
}

.emp-form-aside .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 12px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  transition: 0.2s ease;
}

.emp-form-aside .form-check:hover {
  border-color: rgba(25, 61, 120, 0.28);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

.emp-form-aside .form-check-input {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border: 2px solid rgba(17, 24, 39, 0.22);
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
  transition: 0.18s ease;
  flex: 0 0 22px;
}

.emp-form-aside .form-check-input:focus {
  border-color: rgba(25, 61, 120, 0.55);
  box-shadow: 0 0 0 0.22rem rgba(25, 61, 120, 0.14);
}

.emp-form-aside .form-check-input:checked {
  background-color: var(--gpr-azul);
  border-color: var(--gpr-azul);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M12.736 4.97a.75.75 0 0 1 0 1.06l-5.25 5.25a.75.75 0 0 1-1.06 0L3.264 8.12a.75.75 0 1 1 1.06-1.06l2.017 2.017 4.72-4.72a.75.75 0 0 1 1.06 0z'/%3e%3c/svg%3e");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.emp-form-aside .form-check-label {
  color: rgba(11, 18, 32, 0.74);
  line-height: 1.35;
  user-select: none;
}

.emp-form-aside .was-validated .form-check-input:invalid {
  border-color: rgba(150, 0, 0, 0.55);
}

.emp-form-aside .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.22rem rgba(150, 0, 0, 0.14);
}

.emp-form-aside .was-validated .form-check-input:invalid ~ .invalid-feedback {
  display: block;
  margin-top: 6px;
  font-weight: 700;
}

.emp-form-aside .form-check .invalid-feedback {
  margin: 0;
}

.emp-docs-grid {
  margin-top: 14px;
}

.emp-doc {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--gpr-borda);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease;
  min-height: 78px;
}

.emp-doc:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(25, 61, 120, 0.22);
  background: #fff;
}

.emp-doc-ic {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 61, 120, 0.1);
  color: var(--gpr-azul);
  flex: 0 0 48px;
}

.emp-doc-ic i {
  font-size: 20px;
  line-height: 1;
}

.emp-doc-bd {
  flex: 1 1 auto;
  min-width: 0;
}

.emp-doc-tt {
  font-weight: 900;
  color: rgba(11, 18, 32, 0.9);
  line-height: 1.25;
  word-break: break-word;
}

.emp-doc-sub {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(11, 18, 32, 0.6);
}

.emp-doc-pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
}

.emp-doc-dot {
  opacity: 0.55;
}

.emp-doc-go {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 18, 32, 0.05);
  color: rgba(11, 18, 32, 0.7);
  transition: 0.2s ease;
  flex: 0 0 40px;
}

.emp-doc:hover .emp-doc-go {
  background: rgba(25, 61, 120, 0.12);
  color: var(--gpr-azul);
}

.gpr-wpp-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #189747;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  z-index: 9999;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.gpr-wpp-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  filter: saturate(1.05);
}

.gpr-wpp-fab i {
  font-size: 26px;
  line-height: 1;
}

.tooltip.gpr-tooltip .tooltip-inner {
  padding: 10px 12px;
  border-radius: 3px;
  letter-spacing: 0.01em;
  background: rgba(11, 18, 32, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.tooltip.gpr-tooltip .tooltip-arrow::before {
  opacity: 0.96;
}

.emp-maplink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid var(--gpr-borda);
  background: #fff;
  color: var(--gpr-azul);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.emp-maplink span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.emp-maplink i {
  color: var(--gpr-azul);
  font-size: 14px;
}

.emp-maplink:hover {
  background: rgba(244, 246, 249, 0.98);
  color: var(--gpr-azul);
  text-decoration: underline;
}

.emp-maplink:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(25, 61, 120, 0.12);
}

.emp-maplink.disabled,
.emp-maplink[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.55;
  background: rgba(244, 246, 249, 0.72);
  color: rgba(107, 114, 128, 0.88);
  border-color: rgba(17, 24, 39, 0.08);
  box-shadow: none;
}

.emp-maplink.disabled i,
.emp-maplink[aria-disabled="true"] i {
  color: rgba(107, 114, 128, 0.88);
}

@media (min-width: 768px) {
  #amenidades .emp-amen-grid > .emp-amen-col {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  #amenidades .emp-amen-grid > .emp-amen-col {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}

@media (max-width: 991.98px) {
  .emp-hero .slideshow {
    margin-top: 0;
    height: clamp(320px, 48vh, 420px);
    min-height: 320px;
  }

  .emp-hero .slide-overlay .slide-content {
    padding-top: 18px;
  }

  .emp-hero-title-name {
    font-size: clamp(18px, 5.8vw, 28px);
    margin-bottom: 12px;
    line-height: 0.96;
  }

  .emp-hero-list-title {
    margin-top: 12px;
    font-size: clamp(28px, 8.6vw, 44px);
  }

  .emp-hero-list-sub {
    font-size: 14px;
  }

  .emp-hero-list-ctas .btn {
    width: 100%;
  }

  .emp-subnav {
    margin-top: 0;
  }

  .emp-subnav-shell {
    padding: 4px 0;
    border-radius: 12px;
  }

  .emp-subnav-inner {
    min-height: 62px;
    padding: 10px;
  }

  #visao.emp-wrap {
    padding-top: 18px;
  }

  .emp-video {
    grid-column: span 12;
  }

  .emp-map iframe {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .emp-subnav-shell {
    border-radius: 10px;
  }

  .emp-subnav-inner {
    min-height: 58px;
    padding: 8px 10px;
  }

  .emp-share-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .gpr-wpp-fab {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .gpr-wpp-fab i {
    font-size: 24px;
  }
}
.emp-page--list {
  --emp-list-blue: var(--gpr-azul, #193d78);
  --emp-list-orange: var(--gpr-destaque, #ffaa00);
  --emp-list-ink: rgba(11, 18, 32, 0.92);
  --emp-list-muted: rgba(11, 18, 32, 0.68);
  --emp-list-border: rgba(17, 24, 39, 0.1);
  --emp-list-soft: rgba(25, 61, 120, 0.08);
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 170, 0, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(244, 246, 249, 0.94) 0%, #fff 44%, rgba(244, 246, 249, 0.92) 100%);
}

.emp-list-hero {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(var(--gpr-menu-altura) * -1);
  padding: calc(var(--gpr-menu-altura) + 88px) 0 132px;
  background: #0b1220;
}

.emp-list-hero__media,
.emp-list-hero__media img,
.emp-list-hero__mask {
  position: absolute;
  inset: 0;
}

.emp-list-hero__media {
  z-index: -3;
}

.emp-list-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.03);
}

.emp-list-hero__mask {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 18, 32, 0.94) 0%, rgba(25, 61, 120, 0.88) 38%, rgba(25, 61, 120, 0.34) 68%, rgba(11, 18, 32, 0.64) 100%),
    radial-gradient(circle at 18% 24%, rgba(255, 170, 0, 0.18), transparent 28%);
}

.emp-list-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(244, 246, 249, 0.98));
}

.emp-list-hero__container {
  position: relative;
  z-index: 2;
}

.emp-list-eyebrow,
.emp-list-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

.emp-list-eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.emp-list-eyebrow span {
  width: 36px;
  height: 2px;
  background: var(--emp-list-orange);
  display: inline-block;
}

.emp-list-title {
  margin: 16px 0 0;
  max-width: 940px;
  color: #fff;
  font-family: var(--gpr-fonte-destaque, inherit);
  font-size: clamp(34px, 5.2vw, 68px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.emp-list-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.55vw, 18px);
  font-weight: 600;
  line-height: 1.72;
}

.emp-list-hero__actions,
.emp-list-toolbar__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.emp-list-hero__actions {
  margin-top: 22px;
}

.emp-btn--glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

.emp-btn--glass:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.emp-list-hero-panel {
  width: min(100%, 420px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.emp-list-hero-panel__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.emp-list-hero-panel__top i {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 170, 0, 0.22);
  border: 1px solid rgba(255, 170, 0, 0.28);
  font-size: 20px;
}

.emp-list-hero-panel__label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.emp-list-hero-panel__title {
  margin-top: 6px;
  color: #fff;
  font-weight: 950;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.emp-list-hero-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.emp-list-hero-panel__grid div {
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.emp-list-hero-panel__grid strong,
.emp-list-hero-panel__grid span {
  display: block;
}

.emp-list-hero-panel__grid strong {
  color: #fff;
  font-weight: 950;
  line-height: 1.18;
}

.emp-list-hero-panel__grid span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.emp-list-search {
  position: relative;
  z-index: 5;
  margin-top: -86px;
  padding-bottom: 34px;
}

.emp-list-filter {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14);
  padding: clamp(18px, 2.4vw, 28px);
  backdrop-filter: blur(14px);
}

.emp-list-filter__head,
.emp-list-toolbar,
.emp-segment-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.emp-list-filter__head {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.emp-list-section-kicker {
  color: var(--emp-list-blue);
}

.emp-list-filter h2,
.emp-list-toolbar h2,
.emp-segment-card__content h3 {
  margin: 6px 0 0;
  color: var(--emp-list-ink);
  font-weight: 950;
  letter-spacing: -0.03em;
}

.emp-list-filter h2,
.emp-list-toolbar h2 {
  font-size: clamp(24px, 3vw, 38px);
}

.emp-list-filter p,
.emp-list-toolbar p,
.emp-segment-card__content p {
  margin: 8px 0 0;
  color: var(--emp-list-muted);
  font-weight: 650;
  line-height: 1.62;
}

.emp-list-filter__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 3px;
  background: #fff;
  color: rgba(11, 18, 32, 0.74);
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.emp-list-filter__clear:hover {
  color: var(--emp-list-blue);
  border-color: rgba(25, 61, 120, 0.22);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.emp-search-input {
  position: relative;
}

.emp-search-input i {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(11, 18, 32, 0.42);
  pointer-events: none;
}

.emp-search-input .emp-input {
  padding-left: 40px;
}

.emp-list-content {
  padding: clamp(14px, 2.5vw, 30px) 0 clamp(52px, 7vw, 86px);
}

.emp-list-toolbar {
  margin-bottom: 22px;
}

.emp-segment-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.08);
  padding: clamp(18px, 2.4vw, 28px);
}

.emp-segment-card + .emp-segment-card {
  margin-top: 26px;
}

.emp-segment-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--emp-list-blue), var(--emp-list-orange));
}

.emp-segment-card--industrial::before {
  background: linear-gradient(90deg, #0b1220, var(--emp-list-blue), var(--emp-list-orange));
}

.emp-segment-card__head {
  margin-bottom: 20px;
}

.emp-segment-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--emp-list-blue);
  background: rgba(25, 61, 120, 0.09);
  border: 1px solid rgba(25, 61, 120, 0.13);
  flex: 0 0 auto;
}

.emp-segment-card__icon i {
  font-size: 22px;
}

.emp-segment-card__content {
  flex: 1 1 auto;
  min-width: 0;
}

.emp-segment-card__content span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--emp-list-blue);
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.emp-segment-card__content h3 {
  font-size: clamp(22px, 2.5vw, 32px);
}

.emp-segment-card__right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.emp-list-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.emp-page--list .gpr-empre-grid > .gpr-empre-card,
.emp-page--list .gpr-empre-grid > .empreendimento-card,
.emp-page--list .gpr-empre-grid > .gpr-card-empreendimento,
.emp-page--list .gpr-empre-grid > article,
.emp-page--list .gpr-empre-grid > a,
.emp-page--list .gpr-empre-grid > div:not(.gpr-empre-toggle-wrap):not(.collapse):not(.collapsing) {
  grid-column: span 6;
}

.emp-page--list .gpr-empre-grid > .collapse,
.emp-page--list .gpr-empre-grid > .collapsing,
.emp-page--list .gpr-empre-grid > .gpr-empre-toggle-wrap {
  grid-column: 1 / -1;
}

.emp-page--list .gpr-empre-grid > .collapse.show {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.emp-page--list .gpr-empre-grid > .collapse.show > * {
  grid-column: span 6;
}

.emp-page--list .gpr-empre-card,
.emp-page--list .empreendimento-card,
.emp-page--list .gpr-card-empreendimento {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.emp-page--list .gpr-empre-card:hover,
.emp-page--list .empreendimento-card:hover,
.emp-page--list .gpr-card-empreendimento:hover {
  border-color: rgba(25, 61, 120, 0.22);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.14);
  transform: translateY(-3px);
}

.emp-page--list .gpr-empre-card a,
.emp-page--list .empreendimento-card a,
.emp-page--list .gpr-card-empreendimento a {
  text-decoration: none;
}

.emp-page--list .gpr-empre-card img,
.emp-page--list .empreendimento-card img,
.emp-page--list .gpr-card-empreendimento img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.22s ease;
}

.emp-page--list .gpr-empre-card:hover img,
.emp-page--list .empreendimento-card:hover img,
.emp-page--list .gpr-card-empreendimento:hover img {
  transform: scale(1.045);
  filter: saturate(1.02);
}

.emp-page--list .gpr-empre-card-body,
.emp-page--list .gpr-empre-content,
.emp-page--list .empreendimento-card-body,
.emp-page--list .card-body {
  padding: 18px;
}

.emp-page--list .gpr-empre-title,
.emp-page--list .gpr-empre-card-title,
.emp-page--list .empreendimento-card-title,
.emp-page--list .card-title {
  color: var(--emp-list-ink);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.emp-page--list .gpr-empre-desc,
.emp-page--list .gpr-empre-card-text,
.emp-page--list .empreendimento-card-text,
.emp-page--list .card-text {
  color: var(--emp-list-muted);
  font-weight: 650;
  line-height: 1.58;
}

.emp-page--list .gpr-empre-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.emp-page--list .gpr-empre-toggle-btn {
  max-width: 360px;
}

.emp-card-share-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 8;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  background: rgba(11, 18, 32, 0.58);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.emp-card-share-btn:hover {
  background: var(--emp-list-blue);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.is-hidden-by-search {
  display: none !important;
}

.emp-list-empty {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px dashed rgba(17, 24, 39, 0.18);
  border-radius: 3px;
  background: rgba(244, 246, 249, 0.78);
  color: rgba(11, 18, 32, 0.72);
  text-align: center;
  padding: 24px;
}

.emp-list-empty i {
  font-size: 28px;
  color: var(--emp-list-orange);
}

.emp-share-modal .modal-content {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.22);
}

.emp-share-modal .modal-header {
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 170, 0, 0.14), transparent 28%),
    linear-gradient(180deg, #fff, rgba(244, 246, 249, 0.78));
}

.emp-share-modal__eyebrow {
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.58);
}

.emp-share-modal__title {
  margin-top: 6px;
  font-weight: 950;
  font-size: 18px;
  line-height: 1.25;
  color: var(--emp-list-ink);
}

.emp-share-modal__desc {
  margin-top: 7px;
  color: var(--emp-list-muted);
  font-weight: 650;
  line-height: 1.45;
}

.emp-share-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.emp-share-item {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px 8px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.2s ease;
  user-select: none;
}

.emp-share-item:hover {
  background: rgba(25, 61, 120, 0.06);
  border-color: rgba(25, 61, 120, 0.1);
}

.emp-share-btn {
  border: 1px solid transparent;
  background: transparent;
  width: 100%;
}

.emp-share-ic {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  font-size: 22px;
}

.emp-share-ic--wpp {
  color: #25d366;
}

.emp-share-ic--fb {
  color: #1877f2;
}

.emp-share-ic--mail {
  color: rgba(11, 18, 32, 0.74);
}

.emp-share-ic--copy {
  color: var(--emp-list-blue, var(--gpr-azul));
}

.emp-share-lb {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.72);
  text-align: center;
}

.emp-share-link {
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}

.emp-share-link .form-control {
  border: 0 !important;
  box-shadow: none !important;
}

.emp-share-link .btn {
  border: 0 !important;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 14px;
  padding-right: 14px;
}

.emp-share-hint {
  display: none;
  margin-top: 10px;
  font-weight: 900;
  color: rgba(11, 18, 32, 0.72);
}

@media (max-width: 991.98px) {
  .emp-list-hero {
    margin-top: 0;
    min-height: auto;
    padding: 86px 0 126px;
  }

  .emp-list-hero__mask {
    background:
      linear-gradient(180deg, rgba(11, 18, 32, 0.92) 0%, rgba(25, 61, 120, 0.76) 58%, rgba(11, 18, 32, 0.8) 100%),
      radial-gradient(circle at 12% 18%, rgba(255, 170, 0, 0.18), transparent 28%);
  }

  .emp-list-hero-panel {
    width: 100%;
    margin-left: 0;
  }

  .emp-list-search {
    margin-top: -70px;
  }

  .emp-list-filter__head,
  .emp-list-toolbar,
  .emp-segment-card__head {
    flex-direction: column;
  }

  .emp-list-filter__clear,
  .emp-segment-card__right,
  .emp-segment-card__right .emp-btn,
  .emp-list-toolbar__actions,
  .emp-list-toolbar__actions .emp-pill {
    width: 100%;
  }

  .emp-list-toolbar__actions .emp-pill {
    justify-content: center;
  }

  .emp-page--list .gpr-empre-grid > .gpr-empre-card,
  .emp-page--list .gpr-empre-grid > .empreendimento-card,
  .emp-page--list .gpr-empre-grid > .gpr-card-empreendimento,
  .emp-page--list .gpr-empre-grid > article,
  .emp-page--list .gpr-empre-grid > a,
  .emp-page--list .gpr-empre-grid > div:not(.gpr-empre-toggle-wrap):not(.collapse):not(.collapsing),
  .emp-page--list .gpr-empre-grid > .collapse.show > * {
    grid-column: span 12;
  }
}

@media (max-width: 575.98px) {
  .emp-list-title {
    font-size: clamp(31px, 11vw, 42px);
  }

  .emp-list-hero__actions .gpr-btn,
  .emp-list-hero__actions .emp-btn {
    width: 100%;
  }

  .emp-list-hero-panel__grid {
    grid-template-columns: 1fr;
  }

  .emp-segment-card {
    padding: 16px;
  }

  .emp-segment-card__icon {
    width: 52px;
    height: 52px;
  }

  .emp-share-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.emp-page--directory {
  --emp-accent: #ff9800;
  --emp-dir-blue: var(--gpr-azul, #193d78);
  --emp-dir-ink: #0b1220;
  --emp-dark: #111827;
  --emp-muted: #6b7280;
  --emp-line: rgba(17, 24, 39, 0.1);
  background: #f4f6f9;
}

.emp-page--directory .gpr-faixa-filtro {
  position: relative;
  z-index: 4;
  margin-top: clamp(-42px, -3.5vw, -24px);
  margin-bottom: clamp(34px, 4vw, 56px);
}

.emp-page--directory .gpr-filtro-card {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(14px);
}

.emp-page--directory .gpr-filtro-select {
  min-height: 48px;
  border-radius: 3px;
  border-color: rgba(17, 24, 39, 0.12);
  color: rgba(17, 24, 39, 0.72);
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.emp-page--directory .gpr-filtro-select:focus {
  border-color: var(--gpr-azul, #193d78);
  box-shadow: 0 0 0 0.18rem rgba(25, 61, 120, 0.12);
}

.emp-page--directory .emp-directory-list {
  padding-top: 0;
  padding-bottom: clamp(44px, 6vw, 84px);
}

.emp-page--directory .emp-directory-section {
  display: block;
}

.emp-page--directory .emp-directory-section + .emp-directory-section {
  margin-top: clamp(48px, 7vw, 86px);
}

.emp-page--directory .gpr-empre-grid.emp-directory-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 1.6vw, 24px) !important;
  align-items: stretch !important;
}

.emp-page--directory .gpr-empre-grid.emp-directory-cards > [data-emp-more-item] {
  min-width: 0;
  height: 100%;
}

.emp-page--directory [data-emp-more-item].is-hidden-search {
  display: none !important;
}

.emp-page--directory .emp-list-card {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.emp-page--directory .emp-list-card:hover {
  transform: scale(1.05);
  border-color: rgba(255, 152, 0, 0.26);
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.16);  
}

.emp-page--directory .emp-list-card__media-wrap {
  position: relative;
  overflow: visible;
  background: #111827;
}

.emp-page--directory .emp-list-card__media {
  position: relative;
  display: block;
  height: 228px;
  overflow: hidden;
  text-decoration: none;
}

.emp-page--directory .emp-list-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.emp-page--directory .emp-list-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.7s ease, filter 0.22s ease;
}

.emp-page--directory .emp-list-card:hover .emp-list-card__media img {
  transform: scale(1.055);
  filter: saturate(1.05);
}

.emp-page--directory .emp-list-card__featured {
  position: absolute;
  top: 18px;
  left: 26px;
  z-index: 5;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 3px;
  padding: 8px 13px;
  background: rgba(17, 24, 39, 0.88);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.emp-page--directory .emp-list-card__featured i {
  color: var(--emp-accent);
}

.emp-page--directory .emp-list-card__share {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 6;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.emp-page--directory .emp-list-card__share:hover {
  background: var(--emp-accent);
  transform: translateY(-1px);
}

.emp-page--directory .emp-list-card__status {
  position: absolute;
  left: 50%;
  bottom: -24px;
  z-index: 6;
  width: min(72%, 230px);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border-radius: 0;
  background: var(--emp-status-color, var(--emp-accent));
  color: #fff;
  padding: 13px 18px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.emp-page--directory .emp-list-card__body {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 22px;
  background: #fff;
  color: rgba(17, 24, 39, 0.9);
}

.emp-page--directory .emp-list-card.has-status .emp-list-card__body {
  padding-top: 42px;
}

.emp-page--directory .emp-list-card__logo {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.emp-page--directory .emp-list-card__logo img {
  display: block;
  max-width: 118px;
  max-height: 34px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.emp-page--directory .emp-list-card__location {
  margin-bottom: 10px;
  color: rgba(17, 24, 39, 0.44);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.emp-page--directory .emp-list-card__title {
  margin: 0 0 18px;
  color: rgba(17, 24, 39, 0.94);
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.emp-page--directory .emp-list-card__title a {
  color: inherit;
  text-decoration: none;
}

.emp-page--directory .emp-list-card__type {
  margin-bottom: 14px;
  color: rgba(17, 24, 39, 0.54);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.11);
}

.emp-page--directory .emp-list-card__items {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.emp-page--directory .emp-list-card__items li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: rgba(17, 24, 39, 0.58);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.emp-page--directory .emp-list-card__items i {
  color: var(--emp-accent);
  font-size: 16px;
  text-align: center;
}

.emp-page--directory .emp-list-card__actions {
  margin-top: auto;
  padding-top: 18px;
  display: grid;
  gap: 8px;
}

.emp-page--directory .emp-list-card__primary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 3px;
  border: 1px solid var(--gpr-azul, #193d78);
  background: var(--gpr-azul, #193d78);
  color: #fff;
  padding: 11px 13px;
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.emp-page--directory .emp-list-card__primary:hover {
  background: var(--gpr-azul-hover, #143260);
  border-color: var(--gpr-azul-hover, #143260);
  color: #fff;
}

.emp-page--directory .emp-directory-more-btn {
  min-width: 190px;
}

.emp-page--directory .emp-directory-pagination-wrap {
  display: flex;
  justify-content: center;
}

.emp-page--directory .emp-directory-pagination {
  gap: 8px;
  flex-wrap: wrap;
}

.emp-page--directory .emp-directory-pagination .page-link {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
  color: rgba(17, 24, 39, 0.74);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.emp-page--directory .emp-directory-pagination .page-link:hover,
.emp-page--directory .emp-directory-pagination .page-item.active .page-link {
  border-color: var(--gpr-azul, #193d78);
  background: var(--gpr-azul, #193d78);
  color: #fff;
  box-shadow: 0 16px 34px rgba(25, 61, 120, 0.18);
}

.emp-page--directory .emp-directory-pagination .page-item.disabled .page-link {
  opacity: 0.45;
  pointer-events: none;
  box-shadow: none;
}

.emp-page--directory .emp-directory-empty {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 3px;
  border: 1px dashed rgba(17, 24, 39, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 24, 39, 0.58);
  text-align: center;
  padding: 26px;
}

.emp-page--directory .emp-directory-empty i {
  color: var(--emp-accent);
  font-size: 30px;
}

.emp-page--directory .emp-directory-empty strong {
  color: rgba(17, 24, 39, 0.82);
  font-size: 18px;
  font-weight: 950;
}

@media (max-width: 1199.98px) {
  .emp-page--directory .emp-list-card__media {
    height: 210px;
  }
}

@media (max-width: 991.98px) {
  .emp-page--directory .gpr-faixa-filtro {
    margin-top: -24px;
  }

  .emp-page--directory .gpr-empre-grid.emp-directory-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .emp-page--directory .gpr-subtitulo.gpr-subtitulo--duas-linhas {
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .emp-page--directory .gpr-empre-grid.emp-directory-cards {
    grid-template-columns: 1fr !important;
  }

  .emp-page--directory .emp-list-card__media {
    height: 220px;
  }

  .emp-page--directory .emp-list-card__status {
    width: min(78%, 230px);
  }
}

.is-hidden-segment,
.is-hidden-search {
  display: none !important;
}

.emp-directory-share-modal .modal-content {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.22);
}

.emp-directory-share-modal .modal-header {
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background:#f6f7fb;
}

.emp-directory-share-modal__eyebrow {
  color: var(--emp-dir-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.emp-directory-share-modal__title {
  margin-top: 5px;
  color: var(--emp-dir-ink);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
}

.emp-directory-share-modal__desc {
  margin-top: 7px;
  color: rgba(11, 18, 32, 0.66);
  font-weight: 650;
  line-height: 1.45;
}

.emp-directory-share-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 8px 0 18px;
}

.emp-directory-share-button {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
  color: rgba(11, 18, 32, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transition: 0.2s ease;
}

.emp-directory-share-button:hover {
  background: rgba(244, 246, 249, 0.92);
  color: var(--emp-dir-blue);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

#empShareFacebook:hover {
  color: #1877f2;
}

#empShareWhatsapp:hover {
  color: #25d366;
}

.emp-directory-share-link {
  display: flex;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}

.emp-directory-share-link .form-control {
  border: 0 !important;
  box-shadow: none !important;
}

.emp-directory-share-link button {
  border: 0;
  border-left: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(244, 246, 249, 0.92);
  color: rgba(11, 18, 32, 0.78);
  padding: 0 14px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emp-directory-share-hint {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  color: var(--emp-dir-blue);
  font-weight: 900;
  opacity: 0;
  transition: 0.2s ease;
}

.emp-directory-share-hint.is-visible {
  height: auto;
  margin-top: 10px;
  opacity: 1;
}

.emp-page--detail {
  background:
    radial-gradient(circle at 12% 8%, rgba(25, 61, 120, 0.08), transparent 28%),
    linear-gradient(180deg, #f6f8fb 0%, #ffffff 42%, #f6f8fb 100%);
  color: rgba(11, 18, 32, 0.9);
}

.emp-detail-hero {
  position: relative;
  min-height: clamp(620px, 86vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(var(--gpr-menu-altura) * -1);
  padding: calc(var(--gpr-menu-altura) + 70px) 0 76px;
  background: #0b1220;
}

.emp-detail-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.emp-detail-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.04);
}

.emp-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 18, 38, 0.94) 0%, rgba(6, 18, 38, 0.84) 34%, rgba(6, 18, 38, 0.48) 62%, rgba(6, 18, 38, 0.72) 100%),
    radial-gradient(circle at 74% 24%, rgba(255, 170, 0, 0.18), transparent 28%);
}

.emp-detail-hero__container {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.emp-detail-hero__content {
  max-width: 720px;
}

.emp-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.18s ease, transform 0.18s ease;
}

.emp-detail-back:hover {
  color: #fff;
  transform: translateX(-3px);
}

.emp-detail-eyebrow,
.emp-directory-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.emp-detail-eyebrow span,
.emp-directory-eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--gpr-destaque, #ffaa00);
  display: inline-block;
}

.emp-detail-logo-wrap {
  width: fit-content;
  max-width: 260px;
  margin: 22px 0 14px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 3px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.emp-detail-logo-wrap img {
  max-height: 70px;
  max-width: 220px;
  width: auto;
  display: block;
}

.emp-detail-hero h1 {
  margin: 18px 0 0;
  color: #fff;
  font-family: var(--gpr-fonte-destaque, inherit);
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.emp-detail-lead {
  margin: 24px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  font-weight: 650;
}

.emp-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.emp-detail-tags span {
  --tag-color: rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 10px 13px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emp-detail-tags i {
  color: var(--tag-color);
  font-size: 12px;
}

.emp-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.emp-detail-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.emp-detail-btn--primary {
  background: var(--gpr-azul, #193d78);
  color: #fff;
  box-shadow: 0 22px 46px rgba(25, 61, 120, 0.28);
}

.emp-detail-btn--primary:hover {
  background: var(--gpr-azul-hover, #143260);
  color: #fff;
}

.emp-detail-btn--light {
  background: #fff;
  color: rgba(11, 18, 32, 0.88);
  border-color: rgba(255, 255, 255, 0.68);
}

.emp-detail-btn--light:hover {
  color: var(--gpr-azul, #193d78);
  background: #fff;
}

.emp-detail-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}

.emp-detail-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.emp-detail-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 14px;
  align-items: stretch;
}

.emp-detail-media__main,
.emp-detail-media__thumbs a {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.32);
  display: block;
  text-decoration: none;
  color: #fff;
}

.emp-detail-media__main {
  min-height: 520px;
}

.emp-detail-media__main img,
.emp-detail-media__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.48s ease, filter 0.48s ease;
}

.emp-detail-media__main:hover img,
.emp-detail-media__thumbs a:hover img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

.emp-detail-media__main span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emp-detail-media__thumbs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
}

.emp-detail-nav-wrap {
  position: sticky;
  top: var(--gpr-menu-altura, 86px);
  z-index: 42;
  margin-top: -32px;
  pointer-events: none;
}

.emp-detail-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 3px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.emp-detail-nav::-webkit-scrollbar {
  height: 0;
}

.emp-detail-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: rgba(11, 18, 32, 0.74);
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.emp-detail-nav a:hover,
.emp-detail-nav a.is-active {
  background: var(--gpr-azul, #193d78);
  border-color: var(--gpr-azul, #193d78);
  color: #fff;
}

.emp-detail-body {
  padding: 54px 0 80px;
}

.emp-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
}

.emp-detail-main {
  min-width: 0;
  display: grid;
  gap: 24px;
}

.emp-detail-section,
.emp-detail-sidebar__card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 58px rgba(15, 23, 42, 0.08);
}

.emp-detail-section {
  padding: clamp(22px, 3vw, 34px);
  scroll-margin-top: calc(var(--gpr-menu-altura, 86px) + 98px);
}

.emp-detail-section--intro {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(25, 61, 120, 0.14), transparent 34%);
}

.emp-detail-section__head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.emp-detail-section__head span,
.emp-detail-sidebar__head span,
.emp-detail-share-modal__eyebrow {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.emp-detail-section__head h2 {
  margin: 0;
  max-width: 780px;
  color: rgba(11, 18, 32, 0.92);
  font-family: var(--gpr-fonte-destaque, inherit);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.emp-detail-text {
  color: rgba(11, 18, 32, 0.74);
  font-size: 16px;
  line-height: 1.82;
  font-weight: 600;
}

.emp-detail-text p:last-child {
  margin-bottom: 0;
}

.emp-detail-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.emp-detail-metrics div,
.emp-detail-highlight,
.emp-detail-spec,
.emp-detail-amenity,
.emp-detail-doc {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 3px;
  background: #fff;
}

.emp-detail-metrics div {
  min-height: 132px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.emp-detail-metrics i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(25, 61, 120, 0.1);
  color: var(--gpr-azul, #193d78);
}

.emp-detail-metrics strong {
  color: rgba(11, 18, 32, 0.9);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}

.emp-detail-metrics span {
  color: rgba(11, 18, 32, 0.54);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.emp-detail-highlight-grid,
.emp-detail-spec-grid,
.emp-detail-amenity-grid,
.emp-detail-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.emp-detail-highlight {
  padding: 18px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.emp-detail-highlight i,
.emp-detail-doc i {
  width: 46px;
  height: 46px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 61, 120, 0.1);
  color: var(--gpr-azul, #193d78);
  font-size: 18px;
}

.emp-detail-highlight strong {
  color: rgba(11, 18, 32, 0.84);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.emp-detail-spec {
  min-height: 104px;
  padding: 16px;
}

.emp-detail-spec span {
  display: block;
  color: rgba(11, 18, 32, 0.56);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.emp-detail-spec strong {
  display: block;
  margin-top: 9px;
  color: rgba(11, 18, 32, 0.9);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.22;
}

.emp-detail-group-title {
  margin: 22px 0 12px;
  color: rgba(11, 18, 32, 0.72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.emp-detail-amenity {
  min-height: 72px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.emp-detail-amenity i {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 61, 120, 0.1);
  color: var(--gpr-azul, #193d78);
  font-size: 12px;
}

.emp-detail-amenity span {
  color: rgba(11, 18, 32, 0.78);
  font-weight: 750;
  line-height: 1.35;
}

.emp-detail-plan-grid,
.emp-detail-video-grid,
.emp-detail-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.emp-detail-plan {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 3px;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.emp-detail-plan__image,
.emp-detail-plan__empty {
  min-height: 220px;
  display: block;
  background: rgba(25, 61, 120, 0.08);
  overflow: hidden;
}

.emp-detail-plan__image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.emp-detail-plan:hover .emp-detail-plan__image img {
  transform: scale(1.04);
}

.emp-detail-plan__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gpr-azul, #193d78);
  font-size: 32px;
}

.emp-detail-plan__body {
  padding: 16px;
  display: grid;
  gap: 8px;
}

.emp-detail-plan__body strong {
  color: rgba(11, 18, 32, 0.9);
  font-weight: 950;
  font-size: 17px;
}

.emp-detail-plan__body span {
  color: rgba(11, 18, 32, 0.66);
  line-height: 1.45;
  font-weight: 650;
}

.emp-detail-plan__body a,
.emp-detail-sidebar__card--actions a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gpr-azul, #193d78);
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emp-detail-video {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 3px;
  background: #0b1220;
  color: #fff;
  display: block;
  text-decoration: none;
}

.emp-detail-video img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.emp-detail-video:hover img {
  transform: scale(1.05);
  opacity: 0.62;
}

.emp-detail-video span {
  position: absolute;
  left: 18px;
  bottom: 54px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--gpr-azul, #193d78);
}

.emp-detail-video strong {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.emp-detail-location-grid {
  grid-template-columns: 1fr;
}

.emp-detail-location-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}

.emp-detail-tabs {
  padding: 14px;
  gap: 10px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.emp-detail-tabs .nav-link {
  border-radius: 3px !important;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  color: rgba(11, 18, 32, 0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emp-detail-tabs .nav-link.active {
  background: var(--gpr-azul, #193d78);
  border-color: var(--gpr-azul, #193d78);
  color: #fff;
}

.emp-detail-tab-content {
  padding: 18px;
}

.emp-detail-tab-content strong {
  display: block;
  color: rgba(11, 18, 32, 0.9);
  font-size: 18px;
  font-weight: 950;
}

.emp-detail-tab-content p {
  margin: 10px 0 0;
  display: flex;
  gap: 10px;
  color: rgba(11, 18, 32, 0.68);
  line-height: 1.55;
  font-weight: 650;
}

.emp-detail-tab-content p i {
  margin-top: 4px;
  color: var(--gpr-azul, #193d78);
}

.emp-detail-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.emp-detail-map-actions a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 10px 13px;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(25, 61, 120, 0.08);
  color: var(--gpr-azul, #193d78);
  text-decoration: none;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emp-detail-map-actions a.disabled {
  pointer-events: none;
  opacity: 0.55;
}

.emp-detail-map {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #0b1220;
}

.emp-detail-map iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

.emp-detail-doc-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emp-detail-doc {
  min-height: 110px;
  padding: 16px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.emp-detail-doc strong {
  display: block;
  color: rgba(11, 18, 32, 0.9);
  font-weight: 950;
  line-height: 1.25;
}

.emp-detail-doc span {
  display: block;
  margin-top: 6px;
  color: rgba(11, 18, 32, 0.56);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emp-detail-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.emp-detail-gallery a {
  position: relative;
  grid-column: span 4;
  min-height: 210px;
  overflow: hidden;
  border-radius: 3px;
  background: #0b1220;
  display: block;
}

.emp-detail-gallery a:nth-child(1),
.emp-detail-gallery a:nth-child(6n) {
  grid-column: span 8;
  min-height: 330px;
}

.emp-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  display: block;
  transition: transform 0.48s ease, opacity 0.48s ease;
}

.emp-detail-gallery a:hover img {
  transform: scale(1.05);
  opacity: 0.84;
}

.emp-detail-gallery span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(10px);
}

.emp-detail-empty {
  padding: 24px;
  border-radius: 3px;
  background: rgba(25, 61, 120, 0.06);
  color: rgba(11, 18, 32, 0.72);
  font-weight: 850;
}

.emp-detail-sidebar {
  min-width: 0;
  align-self: stretch;
}

.emp-detail-sidebar-sticky {
  position: sticky;
  top: calc(var(--gpr-menu-altura, 86px) + 18px);
  display: grid;
  gap: 16px;
  align-self: start;
  height: fit-content;
  transition: top 0.22s ease, transform 0.22s ease;
  will-change: transform;
}

.emp-detail-sidebar__card {
  padding: 20px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.emp-detail-sidebar__head {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.emp-detail-sidebar__head strong {
  color: rgba(11, 18, 32, 0.92);
  font-size: 23px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.emp-detail-sidebar__head p {
  margin: 0;
  color: rgba(11, 18, 32, 0.64);
  line-height: 1.55;
  font-weight: 650;
}

.emp-detail-form {
  display: grid;
  gap: 10px;
}

.emp-detail-form .emp-label {
  margin: 6px 0 -4px;
}

.emp-detail-consent {
  margin: 8px 0 4px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(25, 61, 120, 0.05);
}

.emp-detail-consent .form-check-input {
  width: 20px;
  height: 20px;
  margin-left: 0;
  flex: 0 0 20px;
}

.emp-detail-consent .form-check-label {
  color: rgba(11, 18, 32, 0.66);
  line-height: 1.35;
  font-weight: 650;
}

.emp-blog-share-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.emp-blog-share-buttons a,
.emp-blog-share-buttons button {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: #fff;
  color: rgba(11, 18, 32, 0.72);
  text-decoration: none;
  font-size: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.emp-blog-share-buttons a:hover,
.emp-blog-share-buttons button:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 61, 120, 0.22);
  color: var(--gpr-azul, #193d78);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.emp-blog-share-buttons a:nth-child(1):hover {
  color: #1877f2;
}

.emp-blog-share-buttons a:nth-child(2):hover {
  color: #25d366;
}

.emp-blog-share-buttons button {
  cursor: pointer;
}

.emp-blog-share-buttons--modal {
  justify-content: center;
  margin: 6px 0 20px;
}

.emp-detail-sidebar__card--actions {
  display: grid;
  gap: 13px;
}

.emp-detail-sidebar__card--actions a {
  width: 100%;
  min-height: 48px;
  justify-content: space-between;
  padding: 13px 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 3px;
  background: rgba(25, 61, 120, 0.06);
}

.emp-detail-share-modal .modal-content {
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.24);
}

.emp-detail-share-modal .modal-header {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.emp-detail-share-modal .modal-body {
  padding: 24px;
}

.emp-detail-share-modal__title {
  margin-top: 5px;
  color: rgba(11, 18, 32, 0.92);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.16;
}

.emp-detail-share-modal__desc {
  margin-top: 8px;
  max-width: 420px;
  color: rgba(11, 18, 32, 0.62);
  line-height: 1.45;
  font-weight: 650;
}

.emp-detail-share-link {
  display: flex;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
}

.emp-detail-share-link .form-control {
  border: 0 !important;
  box-shadow: none !important;
}

.emp-detail-share-link button {
  border: 0;
  padding: 0 16px;
  background: rgba(25, 61, 120, 0.08);
  color: var(--gpr-azul, #193d78);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .emp-detail-hero__container {
    grid-template-columns: 1fr;
  }

  .emp-detail-media {
    max-width: 820px;
  }

  .emp-detail-layout {
    grid-template-columns: 1fr;
  }

  .emp-detail-sidebar {
    min-width: 0;
    align-self: auto;
  }

  .emp-detail-sidebar-sticky {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .emp-detail-sidebar__card--form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .emp-detail-hero {
    margin-top: 0;
    padding: 44px 0 48px;
    min-height: auto;
  }

  .emp-detail-hero h1 {
    font-size: clamp(36px, 11vw, 58px);
  }

  .emp-detail-media {
    grid-template-columns: 1fr;
  }

  .emp-detail-media__main {
    min-height: 380px;
  }

  .emp-detail-media__thumbs {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
  }

  .emp-detail-media__thumbs a {
    min-height: 130px;
  }

  .emp-detail-nav-wrap {
    position: relative;
    top: auto;
    margin-top: 0;
  }

  .emp-detail-nav {
    border-radius: 0;
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
  }

  .emp-detail-metrics,
  .emp-detail-highlight-grid,
  .emp-detail-spec-grid,
  .emp-detail-amenity-grid,
  .emp-detail-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emp-detail-gallery a,
  .emp-detail-gallery a:nth-child(1),
  .emp-detail-gallery a:nth-child(6n) {
    grid-column: span 6;
    min-height: 220px;
  }
}

@media (max-width: 767.98px) {
  .emp-detail-hero__actions,
  .emp-detail-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .emp-detail-btn,
  .emp-detail-tags span {
    width: 100%;
  }

  .emp-detail-metrics,
  .emp-detail-highlight-grid,
  .emp-detail-spec-grid,
  .emp-detail-amenity-grid,
  .emp-detail-plan-grid,
  .emp-detail-video-grid,
  .emp-detail-doc-grid {
    grid-template-columns: 1fr;
  }

  .emp-detail-sidebar-sticky {
    grid-template-columns: 1fr;
  }

  .emp-detail-gallery a,
  .emp-detail-gallery a:nth-child(1),
  .emp-detail-gallery a:nth-child(6n) {
    grid-column: span 12;
    min-height: 250px;
  }

  .emp-blog-share-buttons {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .emp-detail-section,
  .emp-detail-sidebar__card {
    padding: 18px;
  }

  .emp-detail-media__main {
    min-height: 310px;
  }

  .emp-detail-media__thumbs a {
    min-height: 96px;
  }
}

@media (max-width: 1199.98px) {
  .emp-detail-hero {
    min-height: auto;
  }

  .emp-detail-hero__content {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .emp-detail-hero {
    margin-top: 0;
    align-items: flex-start;
    padding: calc(var(--gpr-menu-altura, 86px) + 48px) 0 56px;
    min-height: auto;
  }

  .emp-detail-hero__container {
    align-items: start;
    gap: 24px;
  }

  .emp-detail-hero h1 {
    margin-top: 12px;
    max-width: 100%;
    font-size: clamp(32px, 9.6vw, 50px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .emp-detail-lead {
    margin-top: 18px;
    max-width: 100%;
    font-size: clamp(15px, 3.8vw, 17px);
    line-height: 1.58;
  }

  .emp-detail-tags {
    margin-top: 22px;
  }

  .emp-detail-hero__actions {
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .emp-detail-hero {
    padding-top: calc(var(--gpr-menu-altura, 80px) + 52px);
    padding-bottom: 48px;
  }

  .emp-detail-hero h1 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1;
    letter-spacing: -0.032em;
  }

  .emp-detail-lead {
    font-size: 15px;
    line-height: 1.56;
  }

  .emp-detail-tags span {
    min-height: 42px;
    padding: 11px 13px;
  }
}

@media (max-width: 575.98px) {
  .emp-detail-hero {
    padding-top: calc(var(--gpr-menu-altura, 76px) + 58px);
    padding-bottom: 44px;
  }

  .emp-detail-hero h1 {
    margin-top: 10px;
    font-size: clamp(29px, 10.3vw, 40px);
    line-height: 1.01;
    letter-spacing: -0.026em;
  }

  .emp-detail-eyebrow,
  .emp-directory-eyebrow {
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .emp-detail-tags {
    margin-top: 20px;
    gap: 9px;
  }

  .emp-detail-hero__actions {
    margin-top: 22px;
  }
}

@media (max-width: 420px) {
  .emp-detail-hero {
    padding-top: calc(var(--gpr-menu-altura, 74px) + 62px);
  }

  .emp-detail-hero h1 {
    font-size: clamp(28px, 9.8vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.022em;
  }

  .emp-detail-lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.55;
  }
}

.emp-detail-media__main {
  position: relative;
  isolation: isolate;
}

.emp-detail-media__slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.1s ease-in-out, transform 1.1s ease-in-out;
}

.emp-detail-media__slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.emp-detail-media__slide img {
  transform: scale(1.01);
}

.emp-detail-media__slide.is-active img {
  animation: empHeroImageBreath 4600ms ease-in-out both;
}

.emp-detail-media__main > span {
  z-index: 5;
}

.emp-detail-media__thumbs .emp-detail-media__thumb {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  display: block;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.emp-detail-media__thumbs .emp-detail-media__thumb:hover,
.emp-detail-media__thumbs .emp-detail-media__thumb.is-active {
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
}

.emp-detail-media__thumbs .emp-detail-media__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.48s ease, filter 0.48s ease;
}

.emp-detail-media__thumbs .emp-detail-media__thumb:hover img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

@keyframes empHeroImageBreath {
  from {
    transform: scale(1.01);
  }
  to {
    transform: scale(1.045);
  }
}

@media (min-width: 1200px) {
  .emp-detail-layout {
    align-items: start;
  }

  .emp-detail-sidebar-sticky {
    top: calc(var(--gpr-menu-altura, 86px) + 24px);
  }

  .emp-detail-sidebar__card {
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
  }
}

@media (max-width: 991.98px) {
  .emp-detail-media__slide {
    transition-duration: 0.9s;
  }

  .emp-detail-media__thumbs .emp-detail-media__thumb {
    min-height: 130px;
  }
}

@media (max-width: 420px) {
  .emp-detail-media__thumbs .emp-detail-media__thumb {
    min-height: 96px;
  }
}

.emp-detail-text h1,
.emp-detail-text h2,
.emp-detail-text h3,
.emp-detail-text h4 {
  margin: 22px 0 10px;
  color: rgba(11, 18, 32, 0.92);
  font-family: var(--gpr-fonte-destaque, inherit);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.emp-detail-text h1 {
  font-size: clamp(30px, 3.4vw, 44px);
}

.emp-detail-text h2 {
  font-size: clamp(26px, 2.8vw, 38px);
}

.emp-detail-text h3 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.emp-detail-text h4 {
  font-size: clamp(19px, 1.8vw, 24px);
}

.emp-detail-text ul,
.emp-detail-text ol {
  margin: 12px 0 18px;
  padding-left: 1.35rem;
}

.emp-detail-text li {
  margin: 7px 0;
}

.emp-detail-text blockquote {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--gpr-azul, #193d78);
  border-radius: 3px;
  background: rgba(25, 61, 120, 0.07);
  color: rgba(11, 18, 32, 0.78);
  font-weight: 650;
}

.emp-detail-text pre {
  margin: 18px 0;
  padding: 16px;
  overflow: auto;
  border-radius: 3px;
  background: rgba(11, 18, 32, 0.94);
  color: #fff;
}

.emp-detail-text code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.emp-detail-text a {
  color: var(--gpr-azul, #193d78);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(25, 61, 120, 0.22);
}

.emp-detail-text a:hover {
  border-bottom-color: rgba(25, 61, 120, 0.48);
}

.emp-detail-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 18px 0;
  border-radius: 3px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.emp-detail-text iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  display: block;
  margin: 20px 0;
  border: 0;
  border-radius: 3px;
  background: rgba(11, 18, 32, 0.1);
}

.emp-detail-text .ql-align-center {
  text-align: center;
}

.emp-detail-text .ql-align-right {
  text-align: right;
}

.emp-detail-text .ql-align-justify {
  text-align: justify;
}

.emp-detail-text .ql-align-center img,
.emp-detail-text .ql-align-center iframe {
  margin-left: auto;
  margin-right: auto;
}

.emp-detail-section--obra {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top right, rgba(255, 170, 0, 0.14), transparent 34%);
}

.emp-work-progress {
  display: grid;
  gap: 18px;
}

.emp-work-progress__summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.emp-work-progress__summary strong {
  display: block;
  color: var(--gpr-azul, #193d78);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.emp-work-progress__summary span {
  display: block;
  margin-top: 8px;
  color: rgba(11, 18, 32, 0.58);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.emp-work-progress__summary p {
  margin: 0;
  color: rgba(11, 18, 32, 0.62);
  font-weight: 750;
}

.emp-work-progress__bar,
.emp-work-step__bar {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
}

.emp-work-progress__bar {
  height: 14px;
}

.emp-work-step__bar {
  height: 9px;
}

.emp-work-progress__bar span,
.emp-work-step__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gpr-azul, #193d78), var(--gpr-destaque, #ffaa00));
}

.emp-work-progress__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.emp-work-step {
  padding: 15px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 3px;
  background: #fff;
}

.emp-work-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.emp-work-step__top strong {
  color: rgba(11, 18, 32, 0.82);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.emp-work-step__top span {
  color: var(--gpr-azul, #193d78);
  font-weight: 950;
}

@media (max-width: 767.98px) {
  .emp-detail-text iframe {
    min-height: 220px;
  }

  .emp-work-progress__steps {
    grid-template-columns: 1fr;
  }
}

.emp-work-progress {
  --emp-work-blue: var(--gpr-azul, #193d78);
  --emp-work-orange: var(--gpr-destaque, #ffaa00);
  --emp-work-soft: rgba(25, 61, 120, 0.08);
}

.emp-work-progress__summary strong[data-emp-progress-number] {
  display: inline-flex;
  align-items: baseline;
  min-width: 134px;
  font-variant-numeric: tabular-nums;
  background: var(--emp-work-blue);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.emp-work-progress__bar,
.emp-work-step__bar {
  --emp-progress: 0%;
  background: linear-gradient(90deg, rgba(25, 61, 120, 0.08), rgba(255, 170, 0, 0.1));
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
}

.emp-work-progress__bar {
  height: 18px;
  padding: 3px;
}

.emp-work-step__bar {
  height: 11px;
  padding: 2px;
}

.emp-work-progress__bar span,
.emp-work-step__bar span {
  position: relative;
  width: var(--emp-progress);
  min-width: 0;
  overflow: hidden;
  transform-origin: left center;
  transform: scaleX(1);
  background: var(--emp-work-blue);
  box-shadow: 0 8px 20px rgba(25, 61, 120, 0.2);
}

.emp-work-progress.is-animatable .emp-work-progress__bar span,
.emp-work-progress.is-animatable .emp-work-step__bar span {
  transform: scaleX(0);
}

.emp-work-progress.is-animatable .emp-work-progress__bar.is-visible span,
.emp-work-progress.is-animatable .emp-work-step__bar.is-visible span {
  animation: empWorkProgressFill 1.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.emp-work-progress__bar span::after,
.emp-work-step__bar span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 45%, transparent 72%);
  transform: translateX(-120%);
}

.emp-work-progress.is-animatable .emp-work-progress__bar.is-visible span::after,
.emp-work-progress.is-animatable .emp-work-step__bar.is-visible span::after {
  animation: empWorkProgressShine 1.45s ease 0.32s both;
}

.emp-work-step {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.emp-work-step:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 61, 120, 0.18);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.emp-work-step__top span[data-emp-progress-number] {
  min-width: 42px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

@keyframes empWorkProgressFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes empWorkProgressShine {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .emp-work-progress.is-animatable .emp-work-progress__bar span,
  .emp-work-progress.is-animatable .emp-work-step__bar span,
  .emp-work-progress.is-animatable .emp-work-progress__bar.is-visible span,
  .emp-work-progress.is-animatable .emp-work-step__bar.is-visible span {
    animation: none;
    transform: scaleX(1);
  }

  .emp-work-progress__bar span::after,
  .emp-work-step__bar span::after {
    display: none;
  }
}
