html {
  overflow-y: auto;
}

body.blog-body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.blog-page {
  padding-top: 0;
  background: var(--gpr-fundo);
  width: 100%;
  max-width: none;
  margin: 0;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.blog-hero {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  max-width: none;
}

.blog-hero .blog-hero-stage {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: var(--gpr-hero-altura, 640px);
  min-height: 520px;
  margin-top: calc(var(--gpr-menu-altura) * -1);
}

.blog-hero--list .blog-hero-stage {
  height: 450px;
  min-height: 450px;
}

@media (max-width: 1399.98px) {
  .blog-hero--list .blog-hero-stage {
    height: 430px;
    min-height: 430px;
  }
}

@media (max-width: 1199.98px) {
  .blog-hero--list .blog-hero-stage {
    height: 400px;
    min-height: 400px;
  }
}

.blog-hero .blog-hero-stage__inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.blog-hero .blog-hero-stage__slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 100%;
}

.blog-hero .blog-hero-stage__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.blog-hero .blog-hero-stage__slide.is-active {
  opacity: 1;
}

.blog-hero .blog-hero-stage__image {
  position: absolute;
  inset: 0;
}

.blog-hero .blog-hero-stage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.blog-hero .blog-hero-stage__overlay {
  position: absolute;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}

.blog-hero .blog-hero-stage__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
}

.blog-hero .blog-hero-stage__overlay .blog-hero-stage__content {
  position: relative;
  height: 100%;
  max-width: min(1280px, 96vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: calc(var(--gpr-menu-altura) + 18px);
  padding-bottom: 34px;
  padding-left: clamp(14px, 2.2vw, 28px);
  padding-right: clamp(14px, 2.2vw, 28px);
  pointer-events: none;
  box-sizing: border-box;
}

.blog-hero .blog-hero-stage__overlay .blog-hero-stage__caption {
  width: min(1040px, 100%);
  pointer-events: auto;
}

.blog-hero-title {
  margin-top: 0;
  margin-bottom: 0;
  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);
}

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

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

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

.blog-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 850;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.blog-badge i {
  color: #fff;
}

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

.blog-btn .btn-inner,
.blog-btn-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 20px;
}

.blog-btn-inline i {
  color: currentColor;
}

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

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

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

.blog-btn--dark:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  filter: saturate(1.05);
}

.blog-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.blog-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.36);
}

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

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

.blog-hero--list + .blog-wrap {
  position: relative;
  z-index: 60;
  padding-top: 0;
  isolation: isolate;
}

.blog-page .gpr-faixa-filtro {
  position: relative;
  z-index: 100;
  margin-top: -58px;
  margin-bottom: 34px;
  background: transparent;
  isolation: isolate;
}

.blog-page .gpr-filtro-container {
  position: relative;
  z-index: 2;
}

.blog-page .gpr-filtro-card {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.blog-page .gpr-filtro-card::before,
.blog-page .gpr-filtro-card::after {
  display: none !important;
}

@media (max-width: 991.98px) {
  .blog-page .gpr-faixa-filtro {
    margin-top: -42px;
    margin-bottom: 26px;
  }
}

@media (max-width: 575.98px) {
  .blog-page .gpr-faixa-filtro {
    margin-top: -28px;
    margin-bottom: 22px;
  }
}

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

.blog-filter-card {
  padding: 22px;
  margin-bottom: 18px;
}

.blog-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.blog-filter-kicker,
.blog-side-kicker,
.blog-modal-kicker {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.blog-filter-title,
.blog-side-title,
.blog-modal-title {
  margin-top: 4px;
  font-weight: 950;
  color: rgba(11, 18, 32, 0.92);
  line-height: 1.18;
}

.blog-filter-title {
  font-size: 22px;
}

.blog-side-title,
.blog-modal-title {
  color: rgba(11, 18, 32, 0.92);
  font-size: 23px;
}

.blog-modal-text {
  margin-top: 6px;
  color: rgba(11, 18, 32, 0.68);
  font-weight: 650;
  line-height: 1.35;
}

.blog-filter-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
  color: rgba(11, 18, 32, 0.72);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  transition: 0.2s ease;
  white-space: nowrap;
}

.blog-filter-clear:hover {
  color: var(--gpr-azul);
  border-color: rgba(25, 61, 120, 0.24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.blog-filter-form .form-label {
  font-weight: 850;
  color: rgba(11, 18, 32, 0.72);
  margin-bottom: 7px;
}

.blog-filter-form .form-control,
.blog-filter-form .form-select {
  min-height: 46px;
  border-radius: 3px !important;
  border-color: rgba(17, 24, 39, 0.14);
  font-weight: 650;
  color: rgba(11, 18, 32, 0.82);
  box-shadow: none !important;
}

.blog-filter-form .form-control:focus,
.blog-filter-form .form-select:focus {
  border-color: rgba(25, 61, 120, 0.38);
  box-shadow: 0 0 0 0.22rem rgba(25, 61, 120, 0.12) !important;
}

.blog-filter-input .input-group-text {
  border-radius: 3px 0 0 3px !important;
  border-color: rgba(17, 24, 39, 0.14);
  background: rgba(244, 246, 249, 0.9);
  color: rgba(11, 18, 32, 0.62);
}

.blog-filter-submit {
  min-height: 46px;
  border-radius: 3px !important;
  background: var(--gpr-azul);
  border-color: var(--gpr-azul);
  color: #fff;
  font-weight: 900;
  transition: 0.2s ease;
}

.blog-filter-submit:hover {
  background: var(--gpr-azul-hover, var(--gpr-azul));
  border-color: var(--gpr-azul-hover, var(--gpr-azul));
  color: #fff;
  box-shadow: 0 14px 32px rgba(25, 61, 120, 0.22);
}

.blog-list-card {
  margin-top: 0;
}

.blog-pad {
  padding: 22px;
}

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

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

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

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

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.blog-article-card {
  min-width: 0;
}

.blog-sidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: calc(var(--gpr-menu-altura) + 18px);
}

.blog-side-card {
  padding: 18px;
}

.blog-side-head {
  margin-bottom: 12px;
}

.blog-related-list {
  display: grid;
  gap: 0;
}

.blog-related-link {
  display: block;
  padding: 13px 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  transition: 0.18s ease;
}

.blog-related-link:first-child {
  border-top: 0;
  padding-top: 0;
}

.blog-related-link:last-child {
  padding-bottom: 0;
}

.blog-related-link:hover .blog-related-title {
  color: var(--gpr-azul);
}

.blog-related-title {
  display: block;
  font-weight: 950;
  color: rgba(11, 18, 32, 0.9);
  line-height: 1.28;
  transition: 0.18s ease;
}

.blog-related-text {
  display: block;
  margin-top: 7px;
  color: rgba(11, 18, 32, 0.62);
  line-height: 1.45;
  font-size: 13px;
  font-weight: 600;
}

.blog-related-meta {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: rgba(11, 18, 32, 0.52);
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 10px;
}

.blog-side-share {
  display: grid;
  gap: 8px;
}

.blog-side-share-btn,
.blog-side-link-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
  color: rgba(11, 18, 32, 0.78);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  transition: 0.18s ease;
}

.blog-side-share-btn {
  justify-content: flex-start;
}

.blog-side-share-btn:hover,
.blog-side-link-main:hover {
  color: var(--gpr-azul);
  border-color: rgba(25, 61, 120, 0.24);
  background: rgba(25, 61, 120, 0.05);
}

.blog-content {
  margin-top: 18px;
  color: rgba(11, 18, 32, 0.82);
  line-height: 1.62;
  overflow-wrap: anywhere;
  font-size: 1.02rem;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  color: rgba(11, 18, 32, 0.94);
  font-weight: 950;
  line-height: 1.2;
  margin: 22px 0 10px;
}

.blog-content p {
  margin: 0 0 12px;
}

.blog-content a {
  color: var(--gpr-azul);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(25, 61, 120, 0.18);
}

.blog-content a:hover {
  border-bottom-color: rgba(25, 61, 120, 0.34);
}

.blog-content img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  margin: 16px 0;
}

.blog-content blockquote {
  margin: 16px 0;
  padding: 14px 16px;
  border-left: 4px solid rgba(25, 61, 120, 0.35);
  background: rgba(25, 61, 120, 0.06);
  border-radius: 3px;
  color: rgba(11, 18, 32, 0.8);
  font-weight: 650;
}

.blog-taxonomy {
  display: grid;
  gap: 16px;
}

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

.blog-chips {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(11, 18, 32, 0.7);
  text-decoration: none;
  transition: 0.18s ease;
}

.blog-chip:hover {
  color: var(--gpr-azul);
  border-color: rgba(25, 61, 120, 0.24);
  background: rgba(25, 61, 120, 0.05);
}

.blog-chip--tag {
  background: rgba(25, 61, 120, 0.06);
  border-color: rgba(25, 61, 120, 0.16);
  color: rgba(25, 61, 120, 0.92);
}

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

.blog-grid .gpr-blog-item {
  grid-column: span 4;
}

.blog-empty {
  grid-column: 1 / -1;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  border-radius: 3px;
  border: 1px dashed rgba(17, 24, 39, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(11, 18, 32, 0.68);
  text-align: center;
}

.blog-empty-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(25, 61, 120, 0.08);
  color: var(--gpr-azul);
  font-size: 20px;
}

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

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

.blog-meta-row {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.blog-byline {
  color: rgba(11, 18, 32, 0.86);
  font-weight: 800;
  line-height: 1.25;
}

.blog-meta {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(11, 18, 32, 0.64);
  font-weight: 650;
}

.blog-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-meta-dot {
  opacity: 0.45;
}

.blog-meta-actions {
  margin-top: 2px;
}

.blog-share-ic {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: #fff;
  color: rgba(11, 18, 32, 0.72);
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease, color 0.12s ease, background 0.12s ease;
}

.blog-share-ic i {
  font-size: 16px;
  line-height: 1;
}

.blog-share-ic:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(25, 61, 120, 0.22);
  color: var(--gpr-azul);
}

.blog-share-ic:focus {
  outline: 0;
  box-shadow: 0 0 0 0.22rem rgba(25, 61, 120, 0.14), 0 14px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(25, 61, 120, 0.35);
}

.blog-share-ic:active {
  transform: translateY(0);
  box-shadow: none;
}

.blog-share-ic[disabled],
.blog-share-ic:disabled {
  opacity: 0.55;
  pointer-events: none;
}

.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;
}

#shareModal .emp-share-item {
  color: inherit !important;
  text-decoration: none !important;
}

.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);
}

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

@media (max-width: 1199.98px) {
  .blog-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}

@media (max-width: 991.98px) {
  .blog-hero .blog-hero-stage {
    margin-top: 0;
    height: clamp(340px, 54vh, 500px);
    min-height: 340px;
  }

  .blog-hero--list .blog-hero-stage {
    height: 360px;
    min-height: 360px;
  }

  .blog-hero .blog-hero-stage__overlay .blog-hero-stage__content {
    align-items: flex-start;
    padding-top: calc(var(--gpr-menu-altura) + 42px);
    padding-bottom: 22px;
  }

  .blog-hero .blog-hero-stage__overlay .blog-hero-stage__caption {
    width: 100%;
  }

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

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

  .blog-btn {
    padding: 11px 12px;
    font-size: 11px;
  }

  .blog-grid .gpr-blog-item {
    grid-column: span 6;
  }

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

  .blog-sidebar {
    position: static;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .blog-hero--list .blog-hero-stage {
    height: 330px;
    min-height: 330px;
  }
}

@media (max-width: 575.98px) {
  .blog-hero .blog-hero-stage {
    height: clamp(300px, 48vh, 420px);
    min-height: 300px;
  }

  .blog-hero--list .blog-hero-stage {
    height: 310px;
    min-height: 310px;
  }

  .blog-hero .blog-hero-stage__overlay .blog-hero-stage__content {
    padding-top: calc(var(--gpr-menu-altura) + 34px);
  }

  .blog-btn {
    width: 100%;
  }

  .blog-filter-card,
  .blog-pad,
  .blog-side-card {
    padding: 16px;
  }

  .blog-filter-head {
    flex-direction: column;
  }

  .blog-filter-clear {
    width: 100%;
    justify-content: center;
  }

  .blog-h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .blog-grid .gpr-blog-item {
    grid-column: span 12;
  }

  .blog-meta-row {
    gap: 12px;
  }

  .blog-meta-actions {
    width: 100%;
    justify-content: flex-start;
  }

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

.blog-action-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;
  cursor: pointer;
}

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

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

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

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

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

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

.blog-card,
.blog-side-card {
  border-radius: 3px;
  background: var(--gpr-branco, #fff);
  border: 1px solid var(--gpr-borda, rgba(17, 24, 39, 0.1));
  box-shadow: var(--gpr-sombra-suave, 0 18px 44px rgba(0, 0, 0, 0.08));
  overflow: hidden;
}

.blog-list-card {
  margin-top: 0;
}

.blog-content {
  font-weight: 400;
}

.blog-content p,
.blog-content li {
  font-weight: 400;
}

.blog-content strong,
.blog-content b {
  font-weight: 700;
}

.blog-meta,
.blog-related-text,
.blog-related-meta {
  font-weight: 500;
}

.blog-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-directory-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-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;
}

.blog-directory-card:hover {
  transform: scale(1.05);
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.16);
}

.blog-directory-card__media-wrap {
  position: relative;
  background: #0b1220;
  isolation: isolate;
  overflow: hidden;
}

.blog-directory-card__media {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.blog-directory-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 48%, rgba(0, 0, 0, 0.4));
  z-index: 2;
  pointer-events: none;
}

.blog-directory-card__media img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.22s ease;
}

.blog-directory-card:hover .blog-directory-card__media img {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.blog-directory-card__body {
  padding: clamp(18px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1 1 auto;
}

.blog-directory-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-directory-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 3px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  background: rgba(244, 246, 249, 0.75);
  color: rgba(11, 18, 32, 0.66);
  min-height: 31px;
  padding: 7px 9px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-directory-card__meta i {
  color: var(--gpr-azul, #193d78);
}

.blog-directory-card h3 {
  margin: 0;
  color: rgba(11, 18, 32, 0.92);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.blog-directory-card h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-directory-card h3 a:hover {
  color: var(--gpr-azul, #193d78);
}

.blog-directory-card p {
  margin: 0;
  color: rgba(11, 18, 32, 0.7);
  font-weight: 500;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.blog-directory-card__read:hover {
  background: var(--gpr-azul, #193d78);
  color: #fff;
  box-shadow: 0 16px 34px rgba(25, 61, 120, 0.18);
}

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

.blog-share-buttons a,
.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;
  cursor: pointer;
}

.blog-share-buttons a:hover,
.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);
}

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

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

.blog-side-card--share .blog-side-head {
  margin-bottom: 14px;
}

@media (max-width: 991.98px) {
  .blog-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .blog-directory-grid {
    grid-template-columns: 1fr;
  }

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

  .blog-action-btn,
  .blog-directory-card__read {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .blog-page .gpr-faixa-filtro {
    margin-top: -42px;
    margin-bottom: 26px;
  }
}

@media (max-width: 575.98px) {
  .blog-page .gpr-faixa-filtro {
    margin-top: -28px;
    margin-bottom: 22px;
  }
}


.blog-content img {
  max-width: 100%;
  height: auto;
}

.blog-content p:has(img) {
  margin: 2rem 0;
}

.blog-content p > .glightbox {
  display: inline-block;
  max-width: 100%;
}

.blog-content .ql-align-center {
  text-align: center;
}

.blog-content .ql-align-center img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.blog-content .ql-align-center > .glightbox {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.blog-content .ql-align-left {
  text-align: left;
}

.blog-content .ql-align-right {
  text-align: right;
}

.blog-content .ql-align-justify {
  text-align: justify;
}
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-navbar,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-navbar {
  background: var(--gpr-branco);
  box-shadow: var(--gpr-sombra-menu);
  padding: 10px 0;
}

.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-logo,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-logo {
  filter: none;
}

.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-nav-link,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-nav-link {
  color: rgba(17, 24, 39, 0.86);
}

.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-nav-link:hover,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-nav-link:hover {
  background: rgba(25, 61, 120, 0.08);
  color: var(--gpr-azul);
}

.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-toggler .navbar-toggler-icon,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-toggler .navbar-toggler-icon {
  filter: none;
}

.blog-article-shell {
  max-width: 920px;
  margin: 0 auto;
}


.blog-article-main-card {
  max-width: 860px;
  margin: 30px auto 0;
  padding: clamp(18px, 3vw, 34px);
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 3px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
}

.blog-article-main-card .blog-single-cover {
  margin-top: 0;
}

.blog-article-main-card .blog-article-content,
.blog-article-main-card > .blog-divider,
.blog-article-main-card > section,
.blog-article-main-card > .blog-taxonomy,
.blog-article-main-card > .blog-side-link-main {
  max-width: 100%;
}

.blog-article-head {
  max-width: 880px;
  margin: 0 auto;
}

.blog-single-title {
  margin-left: auto;
  margin-right: auto;
}

.blog-single-summary {
  max-width: 780px;
  font-size: 1.08rem;
}

.blog-meta--center {
  justify-content: center;
}

.blog-single-cover {
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.blog-single-cover-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.blog-article-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.blog-article-shell > .blog-divider,
.blog-article-shell > section,
.blog-article-shell > .blog-taxonomy,
.blog-article-shell > .blog-side-link-main {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.blog-gallery-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 3px;
  max-height: 520px;
}

.blog-content iframe,
.blog-article-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  border: 0;
  border-radius: 3px;
  display: block;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.08);
}

.blog-content img[style*="clamp(220px, 48vw, 460px)"] {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .blog-single-summary {
    font-size: 1rem;
  }

  .blog-content iframe,
  .blog-article-content iframe {
    min-height: 210px;
  }
}

.blog-article-shell {
  max-width: 1120px;
}

.blog-article-head {
  max-width: 920px;
}

.blog-single-cover {
  max-width: 1040px;
  margin: 30px auto 0;
}

.blog-article-main-card {
  max-width: 1040px;
  margin: 34px auto 0;
  padding: clamp(22px, 3.2vw, 42px);
}

.blog-article-main-card .blog-article-content,
.blog-article-main-card > .blog-divider,
.blog-article-main-card > section,
.blog-article-main-card > .blog-taxonomy,
.blog-article-main-card > .blog-side-link-main {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.blog-article-main-card .blog-content {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .blog-single-cover,
  .blog-article-main-card {
    margin-top: 24px;
  }

  .blog-article-main-card {
    padding: 18px;
  }
}


.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-navbar .gpr-nav-dropdown > .gpr-dropdown-toggle,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-navbar .gpr-nav-dropdown > .gpr-dropdown-toggle:focus,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-navbar .gpr-nav-dropdown > .gpr-dropdown-toggle.show,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-navbar .gpr-nav-dropdown.show > .gpr-dropdown-toggle,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-navbar .gpr-nav-dropdown > .gpr-dropdown-toggle,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-navbar .gpr-nav-dropdown > .gpr-dropdown-toggle:focus,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-navbar .gpr-nav-dropdown > .gpr-dropdown-toggle.show,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-navbar .gpr-nav-dropdown.show > .gpr-dropdown-toggle {
  color: rgba(17, 24, 39, 0.86) !important;
  opacity: 1 !important;
}

.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-navbar .gpr-nav-dropdown > .gpr-dropdown-toggle:hover,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-navbar .gpr-nav-dropdown > .gpr-dropdown-toggle:hover {
  color: var(--gpr-azul) !important;
}

.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white .gpr-navbar .gpr-dropdown-toggle::after,
.blog-single-body .gpr-cabecalho.gpr-cabecalho--blog-white.is-scrolled .gpr-navbar .gpr-dropdown-toggle::after {
  color: currentColor !important;
  opacity: 1 !important;
}

.blog-single-title {
  max-width: 1040px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: rgba(45, 71, 65, 0.96);
}

.blog-gallery-carousel-wrap {
  position: relative;
  width: min(100%, 720px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 72px;
  padding-right: 72px;
}

.blog-gallery-carousel {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 3px;
  background: #0b1220;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.blog-gallery-carousel .carousel-inner {
  border-radius: 3px;
}

.blog-gallery-carousel.carousel-fade .carousel-inner {
  position: relative;
  background: #0b1220;
}

.blog-gallery-carousel.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition: opacity 0.85s ease-in-out;
  backface-visibility: hidden;
}

.blog-gallery-carousel.carousel-fade .carousel-item.active,
.blog-gallery-carousel.carousel-fade .carousel-item-next.carousel-item-start,
.blog-gallery-carousel.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}

.blog-gallery-carousel.carousel-fade .active.carousel-item-start,
.blog-gallery-carousel.carousel-fade .active.carousel-item-end {
  opacity: 0;
}

.blog-gallery-carousel .glightbox {
  border: 0;
}
.blog-gallery-control {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 58px;
  height: 74px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gpr-azul, #193d78);
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.blog-gallery-control--prev {
  left: 0;
}

.blog-gallery-control--next {
  right: 0;
}

.blog-gallery-control .svg {
  width: 24px;
  height: 44px;
  display: block;
  transition: transform 0.2s ease;
  will-change: transform;
}

.blog-gallery-control svg {
  width: 24px;
  height: 44px;
  display: block;
  overflow: visible;
}

.blog-gallery-control svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-gallery-control:hover,
.blog-gallery-control:focus-visible {
  color: var(--gpr-azul, #193d78);
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

.blog-gallery-control--prev:hover .svg,
.blog-gallery-control--prev:focus-visible .svg {
  transform: translateX(-10px);
}

.blog-gallery-control--next:hover .svg,
.blog-gallery-control--next:focus-visible .svg {
  transform: translateX(10px);
}

.blog-gallery-control:focus-visible {
  outline: 2px solid rgba(25, 61, 120, 0.35);
  outline-offset: 6px;
}


.blog-gallery-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: none;
  object-fit: cover;
  border-radius: 3px;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.blog-gallery-pagination.carousel-indicators {
  right: 0;
  bottom: 14px;
  left: 0;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 0 24px;
}

.blog-gallery-pagination.carousel-indicators [data-bs-target] {
  position: relative;
  width: 56px;
  height: 34px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  border: 0;
  border-radius: 999px;
  background: transparent;
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.2, 1), background 0.35s ease;
}

.blog-gallery-pagination.carousel-indicators [data-bs-target]:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
}

.blog-gallery-pagination.carousel-indicators [data-bs-target]::before,
.blog-gallery-pagination.carousel-indicators [data-bs-target]::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.blog-gallery-pagination.carousel-indicators [data-bs-target]::before {
  background: rgba(255, 255, 255, 0.42);
}

.blog-gallery-pagination.carousel-indicators [data-bs-target]::after {
  background: #fff;
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
}

.blog-gallery-pagination.carousel-indicators .active {
  transform: translateY(-1px);
}

.blog-gallery-pagination.carousel-indicators .active::before {
  background: rgba(255, 255, 255, 0.72);
}

.blog-gallery-pagination.carousel-indicators .active::after {
  opacity: 1;
  animation: gprBlogGalleryProgress 4000ms linear both;
}

@keyframes gprBlogGalleryProgress {
  from {
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform: translateY(-50%) scaleX(1);
  }
}

@media (max-width: 767.98px) {
  .blog-single-title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
  }

  .blog-gallery-carousel-wrap {
    width: 100%;
    padding-left: 54px;
    padding-right: 54px;
  }

  .blog-gallery-carousel {
    max-width: 100%;
  }

  .blog-gallery-control {
    width: 48px;
    height: 64px;
  }

  .blog-gallery-control .svg,
  .blog-gallery-control svg {
    width: 20px;
    height: 38px;
  }

  .blog-gallery-image {
    max-height: none;
  }

  .blog-gallery-pagination.carousel-indicators [data-bs-target] {
    width: 42px;
  }
}

@media (max-width: 575.98px) {
  .blog-gallery-carousel-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 58px;
  }

  .blog-gallery-control {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .blog-gallery-control--prev {
    left: calc(50% - 54px);
  }

  .blog-gallery-control--next {
    right: calc(50% - 54px);
  }

  .blog-gallery-control--prev:hover .svg,
  .blog-gallery-control--prev:focus-visible .svg {
    transform: translateX(-8px);
  }

  .blog-gallery-control--next:hover .svg,
  .blog-gallery-control--next:focus-visible .svg {
    transform: translateX(8px);
  }
}

.blog-video-embed {
  width: 100%;
  max-width: 820px;
  margin: 28px auto;
}

.blog-video-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(25, 61, 120, 0.94), rgba(7, 23, 42, 0.94));
  color: #fff;
  cursor: pointer;
  isolation: isolate;
}

.blog-video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--blog-video-thumb);
  background-size: cover;
  background-position: center;
  opacity: 0.72;
  z-index: -2;
}

.blog-video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48));
  z-index: -1;
}

.blog-video-play {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #193d78;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.blog-video-play i {
  margin-left: 4px;
}

.blog-video-label {
  position: absolute;
  left: 22px;
  bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #193d78;
  font-weight: 800;
  font-size: 0.88rem;
}

.blog-video-helper {
  margin-top: 10px;
  color: rgba(55, 65, 81, 0.72);
  font-size: 0.92rem;
  text-align: center;
}

.blog-video-helper a {
  color: #193d78;
  font-weight: 800;
  text-decoration: none;
}

.blog-video-helper a:hover {
  text-decoration: underline;
}

.blog-video-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  border: 0;
  border-radius: 3px;
  display: block;
  background: rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
  .blog-video-play {
    width: 58px;
    height: 58px;
    font-size: 1.12rem;
  }

  .blog-video-label {
    left: 14px;
    bottom: 12px;
    font-size: 0.78rem;
  }

  .blog-video-embed iframe {
    min-height: 210px;
  }
}


.blog-single-body {
  overflow-x: hidden;
}

.blog-single-body .blog-single-title {
  color: #102f66;
}

.blog-related-showcase {
  margin: clamp(58px, 6.5vw, 92px) 0 0;
  padding: 0 clamp(28px, 3vw, 42px) clamp(72px, 7vw, 120px);
  box-sizing: border-box;
}

.blog-related-showcase-inner {
  width: min(100%, 1760px);
  margin: 0 auto;
}

.blog-related-showcase-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(22px, 4vw, 64px);
  margin-bottom: clamp(34px, 4vw, 58px);
}

.blog-related-showcase-head h2 {
  margin: 0;
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #102f66;
  font-weight: 700;
}

.blog-related-showcase-link {
  min-width: 340px;
  min-height: 48px;
  white-space: nowrap;
  box-shadow: 0 22px 46px rgba(25, 61, 120, 0.28);
}

.blog-related-showcase .blog-related-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 2vw, 42px);
}

.blog-related-showcase .blog-directory-card {
  min-width: 0;
  border-radius: 3px;
  overflow: hidden;
}

.blog-related-showcase .blog-directory-card:hover {
  transform: translateY(-4px);
}

.blog-related-showcase .blog-directory-card__media img {
  height: 240px;
}

.blog-related-showcase .blog-directory-card__body {
  gap: 18px;
}

.blog-related-showcase .blog-directory-card h3,
.blog-related-showcase .blog-directory-card h3 a {
  color: #102f66;
}

.blog-related-showcase .blog-directory-card h3 a:hover {
  color: var(--gpr-azul, #193d78);
}

@media (max-width: 1399.98px) {
  .blog-related-showcase .blog-related-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }

  .blog-related-showcase .blog-directory-card h3 {
    font-size: clamp(21px, 1.65vw, 28px);
  }
}

@media (max-width: 1199.98px) {
  .blog-related-showcase {
    padding-inline: 24px;
  }

  .blog-related-showcase .blog-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .blog-related-showcase {
    margin-top: 44px;
    padding-inline: 18px;
    padding-bottom: 72px;
  }

  .blog-related-showcase-head {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 28px;
  }

  .blog-related-showcase-link {
    width: 100%;
    min-width: 0;
  }

  .blog-related-showcase .blog-related-list {
    grid-template-columns: 1fr;
  }

  .blog-related-showcase .blog-directory-card h3 {
    font-size: clamp(25px, 8vw, 34px);
  }
}
.blog-directory-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, box-shadow 0.2s ease;
}

.blog-directory-card__share:hover,
.blog-directory-card__share:focus-visible {
  background: var(--gpr-azul, #193d78);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(25, 61, 120, 0.24);
}

.blog-directory-card__share:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.22rem rgba(255, 255, 255, 0.26), 0 18px 34px rgba(25, 61, 120, 0.24);
}

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

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

.blog-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;
}

.blog-directory-pagination .page-link:hover,
.blog-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);
}

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

.blog-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);
}

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

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

.blog-directory-share-modal__title {
  margin-top: 5px;
  color: #0b1220;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
}

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

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

.blog-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;
}

.blog-directory-share-button:hover,
.blog-directory-share-button:focus-visible {
  background: rgba(244, 246, 249, 0.92);
  color: var(--gpr-azul, #193d78);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

#blogDirectoryShareFacebook:hover,
#blogDirectoryShareFacebook:focus-visible {
  color: #1877f2;
}

#blogDirectoryShareWhatsapp:hover,
#blogDirectoryShareWhatsapp:focus-visible {
  color: #25d366;
}

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

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

.blog-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;
}

.blog-directory-share-hint {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  color: var(--gpr-azul, #193d78);
  font-weight: 900;
  opacity: 0;
  transition: 0.2s ease;
}

.blog-directory-share-hint.is-visible {
  height: auto;
  margin-top: 10px;
  opacity: 1;
}
.blog-single-cover-figure {
  width: 100%;
  max-width: 1040px;
  margin: 30px auto 0;
}

.blog-single-cover-figure .blog-single-cover {
  max-width: none;
  margin: 0;
}

.blog-single-cover-caption {
  max-width: 920px;
  margin: 12px auto 0;
  padding: 0 clamp(10px, 2vw, 18px);
  color: rgba(11, 18, 32, 0.62);
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 575.98px) {
  .blog-single-cover-caption {
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
  }
}