*{
    margin: 0;
  padding: 0;
  border: none;
   scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.2;
  font-weight: 600;
}
body {
  width: 100%;
  vertical-align: baseline;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Segoe UI', sans-serif;
  background: #f6f6f6;
  color: #333;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;  
   font-size: 100%;
}

a {
  text-decoration: none;
}
img, video{
  max-width: 100%;
  object-fit: cover;
  display: block;
  border: none;
  opacity: 1;
}
header {
  background: #002244;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
#beneficios{
  color: #fff;
 background: #002244;
}
#beneficios h2{
  font-size: 3.6rem;
}

#passeios h2{
  font-size: 3.6rem;
  padding: 2vw 0;
}
#passeios p{
  font-size: 1.1rem;
}
#faq h2{
   font-size: 3.6rem;
}

#depoimentos h2{
  font-size: 3.6rem;
  margin-bottom: 2vw;
}
section  h2{
  width: 50%;
  margin: 1vw 0;
  font-size: 3.6rem;
}
#depoimentos p{
  font-size: 1.1rem;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  gap: 1vw;
   text-shadow: 0 0 10px #0000005d;
}
.logo img{
 width: 2.3vw;
 height: 2.3vw;
 border-radius: 1px;
 box-shadow: 0 0 10px #0000005d;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.nav-links a {
  color: #fff;
}

.menu-toggle {
  display: none;
  background: none;
  font-size: 1.8em;
  color: #fff;
  border: none;
}

.hero {
  position: relative;
  height: 100vh;
  color: #fff;
  text-align: center;
}

.background-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.hero-content h1{
  font-size: 3.6rem;
}
.hero-content p{
  font-size: 1.6rem;
}
.cta-button {
  background: #00cc66;
  color: white;
  text-shadow: 1px 1px 1px #000;
  padding: 0.8vw 25px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.1rem;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 20px;
  text-align: center;
  min-height: 100vh;
}
.card ol{
  padding: 0vw ;
}

.card li{

 line-height: 2.1;
  font-size: 1.1rem;
  padding: 0 2vw;
  list-style-type: none;
}
.card p{
  line-height: 2.1; 
}
.card h4{
  font-size: 1.5rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  flex-direction: column;
}
.card img{
  width: 2vw;
  min-width: 100%;
  max-width: 100%;
  height: 40vw;
  border-radius: 2px;
}
.card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  padding: 6vw 0;
  border-radius: 12px;
  max-width: 100vw;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.card h3{
  font-size: 2.1rem;
  padding: 1vw 0;
}
.card p{
  font-size: 1.2rem;
  padding: 1vw 0;
  width: 50%;
}
.benefits {
  list-style: none;
  padding: 0;
    margin: 3vw 0;
}

.benefits li {
  margin: 10px 0;
  font-size: 2.3rem;
}
.testimonials img{
  max-width: 100%;
}
.testimonials{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1vw;
}
.testimonials blockquote {
  font-size: 2.3rem;
  max-width: 600px;
  margin: 20px auto;
  font-style: italic;
}
.faq{
  width: 100%;
}
.faq p {
  font-size: 1.1rem;
  max-width: 70%;
  padding: 1vw;
  margin: 20px auto;
  text-align: center;
  box-shadow: 0 0 10px 0 #00000016;
}

.cta-final {
  background: #002244;
  color: white;
}

footer {
  background: #001122;
  color: white;
  text-align: center;
  padding: 20px;
}

/* MOBILE MENU */
@media (max-width: 768px) {
  .faq p {
    font-size: 1.1rem;
    max-width: 95%;
    padding: 1vh;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 0 10px 0 #00000016;
}
  header {
  background: #002244;
  padding: 20px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.testimonials {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vh;
}
  section h2 {
    width: 100%;
    margin: 1vw 0;
    font-size: 3.6rem;
}


  .logo {
    gap: 3vh;
  }
  .logo img {
    width: 9.4vw;
    height: 9.4vw;
    border-radius: 1px;
    box-shadow: 0 0 10px #0000005d;
}
  .card img{
  width: 2vw;
  min-width: 100%;
  max-width: 100%;
  height: 50vw;
  border-radius: 2px;
}
.card {
  min-width: 85vw;
  background: white;
  padding: 2vh;
  border-radius: 12px;
  max-width: 300px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.cta-button {
    background: #00cc66;
    color: white;
    text-shadow: 1px 1px 1px #000;
    padding: 2.2vh 25px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1rem;
}
.card ol{
  list-style-type:none ;
}
  .nav-links {
    flex-direction: column;
    background: #002244;
    display: none;
    width: 100%;
    padding: 10px 0;
  }

  .nav-links.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }
}
