@import url('https://fonts.googleapis.com/css?family=Archivo:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Days+One:400&display=swap');
body {
  margin: 0;
  font-family: "Archivo";
  padding-top: 120px;
}


header {
  img {
    max-width: 252px;
    height: auto;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    padding: 1rem;
    padding-right: 2rem;;
  }
}
a {
  cursor: pointer;
}

.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.relative {
  position: relative;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0;
}
.b-bottom-yellow {
  border-bottom: 3px solid #FFCB00;
}
.b-bottom {
  border-bottom: 1px solid #ECEEF3;
}
.b-y {
  border-bottom: 1px solid #ECEEF3;
  border-top: 1px solid #ECEEF3;
}
.flex-wrap {
  flex-wrap: wrap;
}
.b-left {
  border-left: 1px solid #ECEEF3;
}
.pb-6 {
  padding-bottom: 6rem;
}
.w-50 {
  width: 50%;
}
.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}
.z-10 {
  z-index: 10;
}
.flex-col {
  flex-direction: column;
}
.pl-1 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pl-5 {
  padding-left: 5rem;
}
.absolute {
  position: absolute;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-1 {
  padding: 1rem;
}
.p-2 {
  padding: 2rem;
}
.p-sm {
  padding: 0.5rem;
}
.py-sm {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 1rem;
}

.items-center {
  align-items: center;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
.text-400 {
  font-weight: 400;
}
.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700 !important;
}

.size-xs {
  font-size: 0.75rem;
}
.size-sm {
  font-size: 0.875rem;
}
.size-1 {
  font-size: 1rem;
}
.size-2xl {
  font-size: 2.25rem;
}

.color-gray {
  color: #8A879F;
}

.color-blue {
  color: #222853;
}
.text-days {
  font-family: 'Days One', sans-serif;
}
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-4 {
  gap: 4rem;
}
.gap-5 {
  gap: 5rem;
}

.gap-sm {
  gap: 0.5rem;
}

.justify-between {
  justify-content: space-between;
}

.mr-5 {
  margin-right: 5rem;
}
.-mt-45 {
  margin-top: -4.5rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-5 {
  margin-top: 5rem;
}
.desktop {
  display: none;
}

.mobile {
  display: flex;
}

.bg-gray {
  background: #EEEEEE;
}
.bg-light-blue {  
  background: #F2F5FA;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z-10 {
  z-index: 10;
}
.items-end {
  align-items: flex-end;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
  .desktop {
    display: flex;
  }
  .mobile {
    display: none;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    padding-top: 150px;
  }
  
  .container,
  .section-content,
  .floating-cards {
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  .destaque-image {
    position: relative;
    right: auto;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .gestao {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .gestao > div {
    width: 100%;
  }

  .gestao .destaque-gestao {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .gestao img:first-child {
  height: auto !important;       
  width: 100%;
  max-width: 100%;
  object-fit: contain !important; 
  display: block;
}

  .gestao img:first-child {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.gestao .news-feat {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 1 auto 1rem auto;
  padding-left: 1rem;
  border-left: 4px solid #008D3B;
  max-width: 80%;
  font-weight: 700;
  color: #222853;
}


  .gestao .feat {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px solid #222853;
    border-radius: 0.5rem;
    text-transform: uppercase;
    color: #222853;
    background: transparent;
    text-decoration: none;
    width: auto;
    max-width: 200px;
  }

  .gestao .gestao-card {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
    gap: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    background: white;
  }
  
  .gestao > .flex.flex-col.space-between.flex-1 {
    gap: 1.5rem;
  }

  .gestao .gestao-card h3,
  .gestao .gestao-card p {
    text-align: left;
  }

  .gestao .gestao-card h3 {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
  }

  .gestao .gestao-card p {
    font-size: 0.875rem;
    color: #444;
  }
}

@media (max-width: 768px) {
  .container > .flex.space-between:nth-of-type(2) {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .emfoco-card {
    flex: 0 0 80%;
    max-width: 300px;
    min-width: 260px;
    margin-right: 1rem;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
  }

  .emfoco-card:last-child {
    margin-right: 1;
  }

  .emfoco-card img {
    height: auto;
    max-height: 180px;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    width: 100%;
  }

  .emfoco-card div {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .emfoco-card h3 {
    font-size: 1rem;
    font-weight: 700;
  }

  .emfoco-card p {
    font-size: 0.875rem;
    color: #444;
  }

  .container .flex.space-between.mt-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container .ver-todos {
    font-size: 0.875rem;
    font-weight: 600;
    color: #008D3B;
    text-transform: uppercase;
    margin-left: 0.25rem;
    text-decoration: underline;
  }

  .container .title {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .publicacoes .flex.space-between.mt-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .publicacoes .ver-todos {
    font-size: 0.875rem;
    font-weight: 600;
    color: #008D3B;
    text-transform: uppercase;
    text-decoration: underline;
  }

  .publicacoes .title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .publicacoes .flex.space-between:nth-of-type(2) {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .publicacoes-card {
    flex: 0 0 70%;
    max-width: 250px;
    min-width: 180px;
    scroll-snap-align: start;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
  }

  .publicacoes-card img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .publicacoes-card h3 {
    margin: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1C1C1C;
  }
}

@media (max-width: 768px) {
  .minuto-tcu-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .minuto-card {
    flex: 0 0 80%;
    max-width: 300px;
    min-width: 260px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    background: white;
    text-decoration: none;
    color: inherit;
  }

  .minuto-card h3 {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    color: #1C1C1C;
    line-height: 1.3rem;
  }

  .minuto-card span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: white;
  }

  .minuto-card svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: white;
  }

  .minuto-tcu-title {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .ver-todos {
    font-size: 0.875rem;
    font-weight: 600;
    color: #008D3B;
    text-transform: uppercase;
    text-decoration: underline;
    padding-left: 0rem;
  }
}

@media (min-width: 769px) {
  .minuto-tcu-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    overflow: visible;
  }

  .minuto-card {
    width: 15rem;
  }
}

.area-card {
  border-radius: 1rem;
  box-shadow: 0px 4px 4px 0px #00000026;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  max-width: 19rem;
  height: auto;
  background: white;
  transition: box-shadow 0.2s, transform 0.2s;
}

.area-card:hover {
  box-shadow: 4px 8px 12px 0px #00000026;
  transform: scale(1.02);
}

.area-card div svg {
  color: #FFCB00;
}

.area-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.area-info {
  flex: 1;
  padding: 1rem;
}

.area-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
}

.area-img {
  position: relative;
  right: 0;
  top: 2rem;
  display: none;
  height: 400px; 
  max-width: 100%;
  overflow: visible; 
}

@media (min-width: 1024px) {
  .area-container {
    flex-wrap: nowrap;
  }

  .area-cards {
    flex-direction: row;
    flex-wrap: wrap;
    width: 71%;
    margin-bottom: 1rem;
  }

  .area-img {
    display: block;
  }
}

@media (max-width: 768px) {
  .container.flex.items-center.mt-5.space-between.gap-5 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding-bottom: 2rem;
  }

  .container.flex.items-center.mt-5.space-between.gap-5 .flex.flex-col {
    align-items: center;
  }

  .container.flex.items-center.mt-5.space-between.gap-5 img {
    width: 100px;
    height: auto;
  }
}

body {
  background-color: #F5F7FA;
}

.capacitacao-wrapper {
  padding-top: 0rem;
  padding-bottom: 3rem;
}

.capacitacao-section {
  margin-bottom: 1rem;
}

.capacitacao-section h3 {
  font-family: 'Days One', sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: #171151;
  margin-bottom: 1rem;
}

.capacitacao-wrapper .area-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  max-width: 18rem;
  flex: 1 1 18rem;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease-in-out;
}

.capacitacao-wrapper .area-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.capacitacao-wrapper .area-card h3 {
  font-family: 'Archivo';
    text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #171151;
  margin-bottom: 0.5rem;
  line-height: 1.4rem;
}

.capacitacao-wrapper .area-card p {
  font-size: 0.875rem;
  color: #555;
  margin: 0;
  line-height: 1.3rem;
}

.capacitacao-wrapper .area-card svg {
  margin-top: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #008D3B;
}

.faixa-capacitacao {
  background-color: #FFCB00;
  width: 100%;
}


.faixa-capacitacao .chip {
  font-family: 'Days One', sans-serif;
  font-weight: 500;
  font-size: 2rem !important;
	margin-left: 22px;
  color: #171151;
  background-color: transparent;
  padding: 0;
}



@media (max-width: 768px) {
  .capacitacao-wrapper .area-cards {
    flex-direction: row;
    gap: 2rem;
  }

  .faixa-capacitacao{
    padding-top: 1rem;
  }

  .capacitacao-wrapper .area-card {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    gap: 1rem;
  }

  .capacitacao-wrapper .area-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .capacitacao-wrapper .area-card h3 {
    font-size: 1rem;
    margin: 0;
    align-items: center;
    line-height: 1.3;
  }

  .capacitacao-wrapper .area-card p {
    font-size: 0.875rem;
    margin: 0;
    color: #555;
  }

  .capacitacao-wrapper .card-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .capacitacao-section h3 {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}

[vw-access-button] {
  bottom: 4rem !important; 
  right: 0;
  z-index: 9999;
}

.programa-container {
  background-color: #f4f7fc;
  padding: 2rem 0;
}
.programa-bloco {
  display: flex;
  justify-content: space-between;
  gap: 20rem; 
  background-color: white;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.programa-texto {
  flex: 1;
  font-size: 16px;
  font-family: 'Archivo';
  color: #3d3d3d;
  line-height: 1.6;
  text-align: left;
}

.programa-texto .breadcrumb {
  font-size: 0.9rem;
  font-family: 'Archivo';
  color: #333;
  margin-bottom: 1rem;
}

.programa-texto .breadcrumb a {
  color:#1C519B;
  text-decoration: underline;
}

.programa-texto .breadcrumb span {
  color: #1C519B;
}

.programa-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateX(-6rem); 
}

.programa-logo img {
  width: 358.48101806640625;
  max-width: 100%;
  height: 354px;
}


.programa-texto .contato {
  margin-top: 1.5rem;
  font-family: 'Archivo';
  color: #1A3560;
  font-weight: 600;
}
.programa-texto .contato strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .programa-bloco {
    flex-direction: column;
    text-align: left;
    gap: 2rem;
    align-items: center; 
  }

  .programa-logo {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    width: 100%; 
  }

  .programa-logo img {
    display: none;
  }
}

/* ===== FAIXA E TÍTULOS ===== */
.faixa-trilha {
  background-color: #FFCB00;
  width: 100%;
}
.faixa-trilha .chip {
  font-family: 'Days One', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #171151;
  background-color: transparent;
  padding: 0;
}

.section-title {
  font-size: 2rem;
  color: #222853;
  font-weight: 700;
  font-family: 'Days One', sans-serif;
}

.trilha-subtitle {
  font-size: 1.25rem;
  font-family: 'Days One', sans-serif;
  color: #222853;
  margin-top: 1rem;
  font-weight: 400;
}

.trilha-descricao {
  font-family: 'Archivo';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.trilha-bloco-item {
  margin-top: 3rem;
  margin-bottom: 48px;
}

/* ===== TRILHA INTRODUTÓRIA ===== */
.trilha-intro-layout {
  display: flex;
  align-items: flex-start;
  gap: 75px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.trilha-intro-texto,
.trilha-intro-imagem,
.trilha-intro-legenda {
  flex: 1;
  min-width: 260px;
}

.trilha-intro-imagem {
  text-align: center;
	margin-top: -65px;
}

.trilha-intro-imagem img {
  padding-left: 200px;
  width: 320px;
  margin-top: -80px;
}


.trilha-intro-legenda p {
  font-size: 0.95rem;
  width: 250px;
  gap: 15px;
  line-height: 1.9;
  text-align: left;
  margin-left: 70px;
  color: #000000;
}

.highlight-box {
  background-color: #fff4cc;
  padding: 16px 20px;
  border-radius: 6px;
  max-width: 650px;       
  width: 200%;            
  box-sizing: border-box; 
}

.highlight-box p {
  margin: 0 0 12px;
}

.highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-box li {
  padding-left: 0;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* ===== TRILHAS AVANÇADAS ===== */
.trilha-avancadas-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}

.trilha-avancada {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1 320px;
  max-width: 100%;
}

.trilha-avancada img {
  width: 320px;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.trilha-avancada h5 {
  margin: 0 0 12px;
  margin-top: 50px;
  text-align: left;
  margin-left: -40px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.trilha-avancada ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trilha-avancada li {
  margin-bottom: 16px;
  margin-left: -70px;
  font-size: 0.95rem;
  white-space: normal;
}

/* Cores */
.vermelho { color: #c7361e; }
.azul    { color: #1e3e75; }
.verde   { color: #00723e; }

/* ===== GESTOR CIDADÃO ===== */
.trilha-gestor-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF3D2;
  border-radius: 16px;
  padding: 2rem;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.trilha-gestor-lista {
  flex: 1;
  padding: auto;
  min-width: 280px;
}

.trilha-gestor-lista p {
  font-weight: bold;
}

.trilha-gestor-lista ul {
  padding-left: 1.2rem;
  margin-bottom: 2rem;
  list-style: disc;
  line-height: 2.0;
}

.trilha-gestor-imagem {
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 1rem;
}

.trilha-gestor-imagem img {
  width: 320px;
  height: auto;
}

.trilha-gestor-descricao {
  flex: 1;
  margin-bottom: 1rem;
  min-width: 280px;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .trilha-card-intro,
  .trilha-grid,
  .trilha-card-final,
  .trilha-intro-layout,
  .trilha-avancadas-grid,
  .trilha-avancada,
  .trilha-gestor-box {
    flex-direction: column;
    align-items: center;
  }

  .trilha-intro-imagem img {
    padding-left: 0;
    margin-top: 0;
    width: 200px;
  }

  .trilha-intro-legenda p {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .trilha-avancada {
    gap: 12px;
    text-align: center;
  }

  .trilha-avancada img {
    width: 200px;
  }

  .trilha-avancada h5 {
    margin-top: 0;
    text-align: center;
    padding-left: 50px;
  }

  .trilha-avancada ul {
    padding-left: 0;
    text-align: center;
  }

  .trilha-gestor-box {
    padding: 0rem;
    text-align: center;
  }

  .trilha-gestor-lista,
  .trilha-gestor-descricao {
    width: 100%;
    min-width: auto;
  }

  .trilha-gestor-lista ul {
    text-align: left;
  }

  .trilha-gestor-imagem img {
    width: 200px;
  }

  .trilha-avancada {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem; /* Increased gap for better spacing */
    margin-bottom: 2.5rem; /* Adjusted margin for improved layout */
  }

  .trilha-avancada img {
    margin: 0 auto;
    max-width: 80%;
    height: auto;
  }

  .trilha-avancada h5 {
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
  }

  .trilha-avancada ul {
    padding-left: 2rem;
    text-align: center;
    list-style-position: inside;
    margin: 0;
  }

  .trilha-avancada li {
    margin-bottom: 1rem; /* Adjusted spacing between list items */
  }

  .highlight-box {
    max-width: 100%;
  }

  .trilha-intro-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .trilha-intro-imagem {
    text-align: center;
    margin-bottom: 1rem;
  }

  .trilha-intro-legenda {
    display: flex;
    justify-content: center;
    align-items: center;
	  margin-left: -100px;
    margin-top: -70px;
    padding: 0 1rem;
  }

  .trilha-intro-legenda p {
    font-size: 1rem;
    padding-left: 30px;
    line-height: 1.6;
    max-width: 340px;
    width: 100%;
  }

  .trilha-gestor-box {
    padding: 1rem;
    text-align: center;
  }

  .trilha-gestor-lista,
  .trilha-gestor-descricao {
    width: 100%;
    margin: -1rem auto 0rem auto;
    min-width: auto;
  }

  .trilha-gestor-lista ul {
    text-align: left;
  }

  .trilha-gestor-imagem img {
    width: 200px;
    margin: -2rem auto 0rem auto;
    
  }
}

.highlight-box li::before {
  content: '➜';
  position: absolute;
  left: 0;
  top: 0;
  color: #f4b100;
  font-weight: bold;
}

.highlight-box li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .faixa-trilha {
    padding-top: 1rem;
  }
}