.wp-block{} 
@charset "UTF-8";
.que-ofrecemos-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
.que-ofrecemos-list .que-ofrecemos-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: nowrap;
  text-align: left;
}
.que-ofrecemos-list .que-ofrecemos-item img {
  width: 20px;
  height: 20px;
  display: flex;
  object-fit: contain;
}

.faq-item button {
  padding-left: 0;
}

.faq-content {
  display: flex; /* or display: flex; */
  gap: 3rem; /* This is what gap-12 should apply */
  flex-direction: column;
}

@media (min-width: 992px) {
  .fixed-sidebar {
    top: 120px;
    position: sticky;
    overflow: auto;
  }
}
.outer-accordion {
  display: flex;
  flex-direction: column;
  gap: 4em;
}

.gb-accordion__toggle-icon-fbb33f1b svg {
  width: 1em;
  height: 1em;
}

.gb-accordion__toggle.gb-accordion__toggle-aa9774d2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: var(--primary-color);
}
.gb-accordion__toggle.gb-accordion__toggle-aa9774d2 h2 {
  margin-bottom: 0;
}
.gb-accordion__toggle.gb-accordion__toggle-aa9774d2 span.gb-accordion__toggle-icon.gb-accordion__toggle-icon-fbb33f1b {
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
.gb-accordion__toggle.gb-accordion__toggle-aa9774d2 h2 {
  font-size: 24px;
  font-weight: 400;
}

.gb-accordion__content .gb-accordion {
  padding: 15px 20px;
}
.gb-accordion__content .gb-accordion .gb-accordion__item {
  border-bottom: 1px solid var(--border-color);
}
.gb-accordion__content .gb-accordion .gb-accordion__toggle {
  padding: 20px 0px 20px 0px;
}
.gb-accordion__content .gb-accordion gb-accordion__item-open .gb-accordion__content {
  padding: 15px;
}

.container {
  width: 100%;
  max-width: 1920px;
}

.gl-az-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0.5rem;
  padding: 1rem;
  background: #008348;
  width: 100%;
  position: sticky;
  top: 115px;
}

.gl-az-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  transition: background 0.2s ease, border-bottom 0.2s ease;
}

.gl-az-nav a.active {
  border-bottom: 2px solid #fff; /* sublinhado */
}

.gl-az-nav a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

/* Cabeçalhos das letras */
.gl-wrapper {
  width: 58.3%;
}

.gl-letter {
  font-size: 60px;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 400;
}

/* Grid 2 colunas por letra */
.gl-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .gl-grid {
    grid-template-columns: 1fr;
  }
}
/* Item do glossário */
.gl-item {
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  height: fit-content;
}

/* Botão/toggle */
.gl-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.gl-headings {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.gl-title {
  font-size: 16px;
  font-weight: 500;
  color: #008348;
}

.gl-subtitle {
  font-size: 16px;
  color: #424569;
  font-weight: 300;
}

.gl-icon {
  font-size: 26px;
  line-height: 1;
  color: #008348;
  margin-bottom: auto;
  font-weight: 400;
}

/* Conteúdo interno */
.gl-content {
  padding: 40px;
  background: #F5F5FB;
}

.gl-title-in {
  margin: 0.25rem 0 0.25rem;
  font-size: 24px;
  color: #008348;
  font-weight: 500;
}

.gl-subtitle-in {
  margin: 0 0 0.75rem;
  color: #424569;
  font-size: 16px;
  font-weight: 300;
}

.gl-text p {
  margin: 0 0 0.75rem;
}

/* Botão do link relacionado */
.gl-btn {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  background: #0ea5e9;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.gl-btn:hover {
  background: #0284c7;
}

/* Vazio */
.gl-empty {
  opacity: 0.7;
}

@media (max-width: 1022px) {
  .gl-wrapper {
    width: 100%;
  }
  .gl-az-nav {
    top: 75px;
    display: flex; /* mantém flex */
    flex-wrap: nowrap !important; /* impede quebra */
    overflow-x: auto; /* ativa scroll horizontal */
    white-space: nowrap;
    padding: 1rem 0.5rem;
  }
  .gl-az-nav a {
    flex: 0 0 auto; /* evita que cada <a> tente ocupar largura proporcional */
    margin-right: 0.75rem;
  }
}
.tab-header img {
  aspect-ratio: 149/69;
  object-fit: contain;
}

.video-card {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
  background-size: cover;
}
.video-card svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
#gallery a {
  width: 100%;
  height: 100%;
  display: flex;
}
#gallery a img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (max-width: 1024px) {
  #gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
