.travelers-guide {
  font-family: Arial, sans-serif;
  margin: 3.5rem auto;
  padding: 5rem;
  width: 100%;
  color: var(--primary);

  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999; /* Fica acima de tudo */
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-color: var(--tertiary);
  background-image: url(/src/img/Base.png),
    linear-gradient(0deg, rgba(255, 255, 255, 1) 85%, rgba(0, 0, 0, 0.891) 100%);

  padding-bottom: 20rem;
}
.container-travelers-guide {
  max-width: 1024px;
  width: 100%;

  align-self: center;
}
.travelers-guide h1 {
  font-size: 5.5rem;
  color: var(--primary); /* cor púrpura similar à imagem */
  text-align: center;
}

.travelers-guide .subheading {
  font-size: 2rem;
  color: var(--primary);
  text-align: center;

  font-weight: 600;
  margin: 0rem 5rem 3rem 5rem;
}
.travelers-guide .subheading strong {
  font-size: 2rem;
  color: var(--primary);

  font-weight: 700;
}

.travelers-guide h2,
.travelers-guide h3 {
  font-size: 1.2rem;
  color: var(--primary);
  margin-top: 1.5rem;
}

.box-text3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.travelers-guide .box-text3 p {
  width: 80%;
  margin-top: 2rem;
}
.box-text3 h2 {
  width: 45%;
  background-color: var(--secondary);
  padding: 3rem 1rem;
  border-radius: 10px;
  font-weight: bolder;
  height: 100%;

  text-align: center;
}
.national-flights {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.national-flights img {
  width: 100%;
  max-height: 80px;
  max-width: 80px;
}

.box-national-flights {
  display: flex;
  flex-direction: column;
}
.box-national-flights-header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}

.national-flights h3 {
  font-size: 2rem;
  color: var(--primary);
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.national-flights ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.national-flights li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.travelers-guide p {
  font-weight: 500;
  color: var(--primary);
  margin-top: 1rem;
  font-size: 1rem;
}

.travelers-guide .p-bold {
  font-weight: bold;
  margin-top: 0rem;
}
.title-national-flights {
  font-size: 3rem;
  text-align: center;
  margin-top: 1.5rem;
  text-align: left;
}
#box-one-travelers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#logo-popTur-travelers {
  width: 250px;
}
.activeGuide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .national-flights {
    flex-wrap: wrap;
    align-self: center;
  }
  .travelers-guide h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 1rem;
  }
  .national-flights img {
  }
}
@media screen and (max-width: 600px) {
  .travelers-guide .subheading {
    font-size: 1.5rem;
    margin: 0rem 0rem 1rem 0rem;
  }
  .travelers-guide .subheading strong {
    font-size: 1.5rem;
    margin: 0;
  }
  .travelers-guide h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .travelers-guide {
    padding: 3rem;
  }
  .title-national-flights,
  .travelers-guide h1 {
    font-size: 2rem;
  }
  .title-national-flights,
  .travelers-guide h3 {
    font-size: 1.5rem;
  }
  .travelers-guide .subheading {
    font-size: 1.5rem;
  }
  .box-text3 {
    flex-wrap: wrap;
  }
  .box-text3 p {
    width: 100%;
    margin: 0px;
  }
  .box-text3 h2 {
    width: 100%;
  }
}
