
h1,h2,h3,h4,h5,h6{
  line-height: 1.3;
  font-weight: 600;
}
.nivel{
  position: absolute;
  top: 0;
  left: 0;
   
}

.form_post{
  width: 100%;
  display: flex;
  
   gap: 2vw;
  min-height: 100vh;

}
.form_post form{
  width: 100%;
    padding: 5vw;
    display: flex;
    flex-direction: column;

}
.form_post form textarea{
  width: 90%;
  height: 190px;
}
.form_post form input{
  border-radius: 3px;
  border: solid 1px #000006;
}
.menulateral{
    background: linear-gradient(#002244, #022c55);
  display: flex;
width: 24vw;
  padding: 1vw 0;
}
.menulateral ul{
  text-align: center;
width: 100%;
  margin: 0;
  padding: 0 1px;
  flex-direction: column;
}
.menulateral li{
  font-size: 1.1rem;
        background: linear-gradient(#4ba5ff, #114b83);
        box-shadow: 1px 1px 1px #000;
  list-style-type: none;
  min-width: 100%;
  padding: 1vw 0;
      margin: 0.1vw 0;

}
.menulateral a{
color: #fff;
}
.todosposts{
    display: flex;
min-height: 100vh;

font-size: 1rem;
  width: 100%;
}
.fomtcont img{
width: 30vw;
height: 10vw;

}
.fomtcont{
  display: flex;
  justify-content: center;

  flex-direction: column;
font-size: 1rem;
  width: 100%;
}
.tdf{
  width: 100%;
  display: flex;
 
  align-items: center;
  flex-direction: column;
}
.tdf table{
  width: 100%;
  padding: 3vw;
}
.tdf th{
  padding: 1vw;
  border-bottom: 1px solid #00000038;;
}
.tdf td{
  text-align: center;
  padding: 1vw;
  box-shadow: 1px 1px 1px #00000038;;
}
.tdf a{
  color: #000;
  font-weight: 700;
}
.form_post select{
  width: 20%;
  padding: 0.3vw;
}
.form_post input{
  width: 90%;
  padding: 0.3vw;
}

.cke_notification {
  display: none !important;
}
.carousel {
  position: relative;
  width: 100%; 
  margin: 0;
    padding: 0;
  display: flex;
  animation: slide 12s infinite;
  
}
.section cta-final::before,
.section cta-final::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px; /* ajuste conforme quiser o tamanho do "blur" */
  z-index: 2;
}

.section.cta-final::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0));
}

.section.cta-final::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,0.9), rgba(255,255,255,0));
}
.section.cta-final {
  background-image: url("img/fundo.png");
  background-size: cover; /* faz a imagem cobrir toda a section */
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-position: center center; /* centraliza a imagem */
}
.carousel img {
  min-width: 100%;
  height: 27vh;
  flex-shrink: 1;
  object-fit: cover;
  opacity: 1;
  box-shadow: inset 1px 1px #000;

}

@keyframes slide {
  0%, 20%   { transform: translateX(0%); }
  25%, 45%  { transform: translateX(-100%); }
  50%, 70%  { transform: translateX(-200%); }
  75%, 100% { transform: translateX(0%); }
}
.nivel img {
    min-width: 8vw !important;
    height: 8vw !important;
}
.card span{
  font-size: 1.8rem;
   font-weight: 900; 
   font-size: 1.7rem;
}
.benefits span{
font-size: 2.2rem;
 font-weight: 900; 
 color: #000;
}
html{
         width: 100%; 
  display: block;
     text-size-adjust: 100%;    
}
.galeria{
  margin-top: 132px;
}
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000 !important;
}
.modal img {
    max-width: 90%;
    max-height: 80%;
    display: block;
    margin: auto;
    margin-top: 5%;
    min-height: 81vh;
   
}
*{
  margin: 0;
  padding: 0;
}
body {
     scroll-behavior: smooth;  
              -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
    overflow-x: hidden;
        transition: background 0.4s ease, color 0.3s ease;
       width: 100%;
 height: 100%;       
display: flex;
flex-direction: column;
vertical-align: baseline;
    font-family: "Lora", serif;
        background: linear-gradient(#ffffff, #f2f3ff);
  color: #111;  
  line-height: 1.6;   
  font-weight: 300;
  letter-spacing: 0.2px;
   
}
span h1{
  text-shadow: 1px 1px 11px #0000001f;
font-size: 1.2rem;
}
.sobre h2{
  width: 100%;
  color: #fff;
}
.sobre p{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  line-height: 2.2;
  font-size: 1.3rem;
  padding: 2vw 0;
  color: #fff;
}
.sobre{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
padding: 3vw 0;
text-align: center;
background: linear-gradient(#002244, #022c55);
}
a {
  text-decoration: none;
}
.social img{
  width: 5vh;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  border: 0;
  box-shadow: 1px 1px 10px #0000004a;
}
img, video{
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  display: block;
  border: none;
   max-width: 100%;  
}
.container {
    max-width: 1286px !important;
    margin: auto;
    padding: 20px;
        position: relative;
    top: 200px;
}
.blogs{
    background: linear-gradient(#002244,#022c55); 
  padding: 2vw;
  min-height: 100vh;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
   color: #fff;
   flex-wrap: wrap;
   gap: 1vw;

}
.blog{
         background: linear-gradient(45deg, #bacbff, #00000000);
  width: 290px;
  min-width: 16vw;
  min-height: 57vh;
    border: solid 1px #00000094;
     display: flex; 
  align-items: center;
  flex-direction: column;
  gap: 1vw;
  padding: 1vw;
    border-radius: 0.5vw;
    box-shadow: 1px 1px 10px #00000026;
}
.blog a{
  color: #fff;
     text-shadow: 1px 1px 1px #00000052;
}
.port{
    background: linear-gradient(#002244,#022c55); 
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  
}
.port img{
  width: 100%;
  height: 50vh;
     box-shadow: 0 0 10px #00000006;
}
footer a{
  color: #633d75;
}
footer img{
  width: 2vw !important;
}
.cont a{
  text-decoration: underline;
  color: blue;
}
.cont{
  width: 70%;
background: #fff;
padding: 3vw;
min-height: 100vh;
box-shadow: 0 0 10px #00000006;
}
.cnt h1{ 
   font-weight: 900;
  font-size: 3rem;
  padding: 1vw;
}
.cnt h2{
   font-size: 1.8rem;
  padding: 1vw;
}
.cnt p{
   font-size: 1.1rem;
  padding: 1vw;
}
.cnt{
 background-color: #fff;
}
.cnt li{
  list-style-type: none;
}
.blog img{
  width: 100%;
  height: 26vh;

}
.cnt h2{
  font-weight: 700;
          padding: 5vh 0;
}
.cnt h3{
    font-weight: 700;
          padding: 5vh 0;
}
.cnt h4{
    font-weight: 700;
          padding: 5vh 0;
}
.cnt h5{
    font-weight: 700;
          padding: 5vh 0;
}
.cnt h6{
    font-weight: 700;
          padding: 5vh 0;
}
.cnt p{
  
        line-height: 2.2;
}
.blog h2{
  margin: 0.3vw 0;
  height: 160px;
  padding: 0;
  font-size: 1.8rem;
}
.blog p{
    margin: 0.3vw 0;
  padding: 0;
  font-size: 1.2rem;
      height: 196px;
}
#heroct{
  width: 20%;
}
header {
  background: linear-gradient(#002244,#022c55);
padding: 0.3vw;
width: 100%;
  position: fixed;
  top: 0;
  font-weight: 900;
  z-index: 1000;
  text-shadow: 1px 1px 1px #00000049;
      box-shadow: 1px 1px 10px #0000001f;
}
#beneficios img{
  width: 20%;
}
#beneficios{
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: row;
   background: linear-gradient(#002244,#022c55);
 text-shadow: 1px 1px 1px #00000049;
}
#beneficios h2{
  font-size: 3.6rem;
  text-shadow: 1px 1px 1px #00000006;
}

#passeios h2{
  font-size: 3.6rem;
  padding: 2vw 0;
  text-shadow: 1px 1px 1px #0000000a;
}
#passeios p{
  font-size: 1.1rem;
  text-shadow: 1px 1px 1px #0000000a;
}
#faq h2{
   font-size: 3.6rem;
   text-shadow: 1px 1px 1px #0000000a;
}

#depoimentos h2{
  font-size: 3.6rem;
  margin-bottom: 2vw;
}
section h2{
    margin: 1vw 0;
  font-size: 3.6rem;
  text-shadow: 1px 1px 1px #000000;
}
#depoimentos p{
  font-size: 1.1rem;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
}
.logo img{
  width: 10vw;
  border-radius: 1px;
}
.tt2 h3{
  margin: 3vw 0;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vh;
}

.nav-links a {
  text-shadow: 1px 1px 11px #0000001f;
  color: #fff;
font-size: 1rem;
}

.menu-toggle {
  display: none;
  background: none;
  font-size: 1.8em;
  color: #fff;
  border: none;
}

.hero {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
   
}
#cpa{
     background: linear-gradient(#4f85eb, #123475) !important;
}
.background-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#dds{
  
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  min-width: 70%;
  height: 7vh;
padding: 0;
margin: 0;
}
.hero-content {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 1vw;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.sobre img{
  width: 60vw;
}
.hero-content h1{
  font-size: 3.6rem;
  text-shadow: 1px 1px 16px #000;
  font-weight: 800;
  width: 50%;
}
.hero-content p{
  font-size: 1.6rem;
    font-weight: 400;
    text-shadow: 1px 1px 16px #000;
}
.cta-button {
  width: 70%;
 background: linear-gradient(#00cc66, #0d8b4c);
  color: white;
  text-shadow: 1px 1px 1px #000 !important;
  padding: 0.8vw 25px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 900;
  box-shadow: 1px 1px 10px #00000011;
}
.cta-button:hover , #cpa:hover{
  transform: scale(1.05); /* cresce levemente */
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 20px;
  text-align: center;
  min-height: 100vh;
}
.card ol{
  padding: 1vw ;
}
.card li{
 line-height: 1.8;
 font-weight: 500;
  font-size: 1.2rem;
  list-style-type: none;
}
.card h4{
  font-size: 1.5rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
}

.card {
  overflow: hidden;
  border-radius: 12px;
  width: 300px;
 border: solid 1px #0000003d ;
 box-shadow: 1px 1px 10px #00000016;
 position: relative;
     background: linear-gradient(45deg, #e9efff, #00000000);
}
.card h3{
  margin: 0;
  padding: 0.5vw 0;
  font-size: 2.1rem;
  padding: 1vw;
  font-weight: 900;
  text-shadow: 1px 1px 1px #0000000a;
}

/* === FORMULÁRIO VIP NÁUTICO === */
.lista-vip {
      background: linear-gradient(#002244,#022c55);
    border: 2px solid #003366;
 display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
    padding: 3vw 0;
  margin: 0.5vw 0.2vw;
    min-height: 100vh;
   
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.lista-vip h2 {
    color: #fff;
    font-size: 3.6rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 1px #0000000a;
}

.lista-vip p {
  width: 39%;
text-shadow: 1px 1px 1px #0000000a;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 25px;
    line-height:2.2;
    text-align: center;
}

/* === INPUTS E TEXTAREA === */
.lista-vip input,
.lista-vip textarea {
    width: 100%;
    padding: 12px 1vw;
    margin-bottom: 20px;
    border: 2px solid #003366;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
  
}

.lista-vip input:focus,
.lista-vip textarea:focus {
    border-color: #00e5ff;
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
    outline: none;
}

/* === BOTÃO DE ENVIO === */
.lista-vip button {
    display: block;
    min-width: 106%;
    padding: 14px;
    background-color: #00e5ff;
    color: #f5faff;
    font-size: 1.1rem;
    font-weight: 700;
    border: 2px solid #003366;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
      text-shadow:  1px 1px 1px #00000085;
}

.lista-vip button:hover {
    background-color: #FFD700;
    color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* === PLACEHOLDERS === */
.lista-vip input::placeholder,
.lista-vip textarea::placeholder {
    color: #003366;
    opacity: 0.7;
}

/* === MENSAGEM DE SUCESSO OU ERRO (opcional) === */
.lista-vip .msg-sucesso {
    background-color: #e0ffe6;
    color: #003366;
    border: 1px solid #00e5ff;
    padding: 10px 15px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 15px;
}

.lista-vip .msg-erro {
    background-color: #ffe0e0;
    color: #ff4c4c;
    border: 1px solid #ff4c4c;
    padding: 10px 15px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 15px;
}

.card p{
  line-height: 2;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 1vw 0;
}
.benefits {
  list-style: none;
  padding: 0;
    margin: 3vw 0;
}

.benefits li {
  margin: 10px 0;
  font-size: 1.6rem;
}
.testimonials{
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1vw;
}
#fdf{
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
      opacity: 0.9;
}
#fdf img{
  width: 20% !important;
}
.testimonials img{
  width: 29vw;
  height: auto;
 padding: 2vw;
    border-radius: 5px;
   background: linear-gradient(#fff,#ffffff);
}
.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: 1.2vw;
  margin: 20px auto;
  text-align: center;
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0 #00000016;
  background: linear-gradient(#fff,#ffffff);
}

.cta-final {
    background: linear-gradient(#002244,#022c55);
  color: white;
}

footer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  background: #001122;
  color: white;
  text-align: center;
  padding: 26px;
  gap: 1vw;
}
.inst{
  display: flex;
  justify-content: center;
  gap: 1vw;
  align-items: center;
  text-align: center;
  display: flex;
  color: #ffffff;
}
.logo span{
  font-size: 1.2rem;
}
.tt2{
  min-height: 100vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1vw;
        background: linear-gradient(#002244,#022c55);
      color: #ffffff;
      font-size: 2rem;
     text-shadow: 1px 1px 1px #00000049;
}
.tt2 li{
    list-style-type: none;
    line-height: 1.7;
    font-size: 1.6rem;
}
.tt2 img{
  max-width: 50%;
}
.inst img{
  width: 2vw;
}
/* MOBILE MENU */
#navMenu{
  background: transparent !important; 
}

@media (max-width: 1026px) {
  container {
    max-width: 1200px;
    margin: auto;
    padding: 35px;
    position: relative;
    top: 289px !important;
}
.hero {
  position: relative;
  top: 125px;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
   
}

  .blog h2 {
   text-align: left;
}
  .blog p {
   text-align: left;
}
  .nav-links a {
  color: #fff;
font-size: 1.3rem;
}
  .tt2 img{
  max-width: 90vw;
}
  .cnt{
    padding: 1vw 3vw;
  }
  #heroct{
  width: 80%;
}
  #dds {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70vw;
    min-width: 70%;
    height: 7vh;
    padding: 0;
    margin: 0;
}
  #beneficios img{
   width: 90vw;
  }
 #beneficios{
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
   background: linear-gradient(#002244,#022c55);
 text-shadow: 1px 1px 1px #00000049;
}
  .mobmob img{
  width: 20vw !important;

}
  .card ol {
    padding: 0;
    margin: 0;
}

  .tt2 img {
    max-width: 90vw;
}

  .hero-content p {
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    text-shadow: 1px 1px 16px #000;
    margin: 0;
}
    .hero-content h1 {
        width: 100%;
        font-size: 2.6rem;
        text-shadow: 1px 1px 16px #000;
        margin: 0;
        padding: 0;
    }
  .lista-vip input, .lista-vip textarea {
    width: 96%;
    padding: 12px 1vw;
    margin-bottom: 20px;
    border: 2px solid #003366;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.lista-vip p {
    width: 90%;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 25px;
    line-height: 2.2;
    text-align: center;
}
.lista-vip h2 {
    width: 90%;
    color: #fff;
    font-size: 3.6rem;
    margin-bottom: 49px;
    text-align: center;
    font-weight: 700;
}
.lista-vip button {
    display: block;
    min-width: 99%;
    padding: 14px;
    background-color: #00e5ff;
    color: #f5faff;
    font-size: 1.1rem;
    font-weight: 700;
    border: 2px solid #003366;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
  
}
  .hero-content {
    gap: 2vh;
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
    padding: 20px;
}

section h2 {
    margin: 3vh 0;
    font-size: 2.6rem !important;
}
.cards{
  padding: 2vh;
}
#passeios h2 {
    font-size: 2.6rem !important;
    padding: 2vh 0;
}
.benefits li {
    margin: 10px 0;
    font-size: 1.6rem;
}
.tt2 ol{
  margin: 0;
  padding: 0;
}
.card h3 {
    font-size:1.8rem;
       font-weight: 900;
       padding: 2vh 0;
    text-shadow: 1px 1px 1px #0000000a;
}
.tt2{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1vw;
        background: linear-gradient(#002244,#022c55);
      color: #ffffff;
              font-size: 1.6rem;
      padding: 2vh;
}
.tt2 img {
    width: 96vw;
}
.nivel img {
    min-width: 32vw !important;
    height: 32vw !important;
}
.testimonials img {
    width: 90vw;
    border-radius: 3px;
    background-color: #fff;
}
.sobre p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    line-height: 1.8;
    font-size: 1.3rem;
}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vh;
            padding: 3vw;
}
.blog {
    width: 80vw;
    border: solid 1px #00000056;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    padding: 2vh;
    border-radius: 0.5vw;
    box-shadow: 0 0 10px #00000006;
}
.faq p {
    font-size: 1.1rem;
    max-width: 100%;
    padding: 6vw 3vw;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 0 10px 0 #00000016;
}
.cont {
    width: 100%;
    background: #fff;
    padding: 3vw;
    min-height: 100vh;
    box-shadow: 0 0 10px #00000006;
}
.port img {
    width: 100%;
    height: 30vh;
    box-shadow: 0 0 10px #00000006;
}
.blogs {
      background: linear-gradient(#002244,#022c55);
      min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6vh;
}
.logo img{
  display: block;
}

  .social img {
    width: 5vh;
    margin: 0;
    padding: 0;
}
  footer{
    gap: 2vh;
    flex-direction: column;
  }
  .lista-vip {
      background: linear-gradient(#002244,#022c55);
    border: 2px solid #003366;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;   
    padding: 3vw;
    min-height: 100vh;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin: 0.7vh;
}
  .inst img {
    width: 8vw;
}
  .sobre img {
    width: 96vw;
}
  *{
    text-align: center;
  }
     .logo img {
        width: 19vh;
    }
  .logo {
    gap: 0;
  }
  span h1 {
    font-size: 1.1rem;
}
  header {
      background: linear-gradient(#002244,#022c55);
    padding: 1vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}
  .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);
}
.hero-content h1 {
  width: 100%;
    font-size: 2.6rem;
    text-shadow: 1px 1px 16px #000;
}
.cta-button {
    
    color: white;
    text-shadow: 1px 1px 1px #000;
    padding: 2.2vh 25px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 0 10px #00000016;
     transition: all 0.3s ease;
}

.card ol{
  list-style-type:none ;
}
  .nav-links {
    flex-direction: column;
      background: linear-gradient(#002244,#022c55);
    display: none;
    width: 100%;
    padding: 10px 0;
    margin: 3vw;
  }

  .nav-links.show {
    display: flex;
  }

 .menu-toggle{
  display: block;
  text-shadow: 1px 1px 1px #000;

}

  .cards {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1024px) and (max-height: 600px) {
    container {
    max-width: 1200px;
    margin: auto;
    padding: 35px;
    position: relative;
    top: 289px !important;
}
.blog img {
    width: 100%;
    height: 47vh;
}
    .port img {
        width: 100%;
        height: 47vh;
        box-shadow: 0 0 10px #00000006;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
      background: linear-gradient(#002244, #497db1);
    padding: 26px 20px;
    color: #fff;
}
nav {
  width: 100% !important;
 background: linear-gradient(#002244, #022c55) !important;
}
nav ul {
  background: none !important;
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
    background: linear-gradient(#002244, #497db1);
    border: none;
}
.cta a {
  padding:10px 0px !important;
}
.cta {
    background: linear-gradient(#002244, #022c55);
    color: #fff;
    padding: 97px 0px;
    margin-top: 30px;
    text-align: center;
    border-radius: 6px;
    height: auto;
    display: flex !important;
    flex-direction: column !important;
    gap: 2vh !important;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

nav ul li a:hover {
    opacity: 0.8;
}

/* BOTÃO MOBILE */
.menu-toggle {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}


@media (max-width: 768px) {
    container {
    max-width: 1200px;
    margin: auto;
    padding: 35px;
    position: relative;
    top: 289px !important;
}
  
    .menu-toggle {
        display: block;
    }
 nav-container {
        display:flex;
        justify-content:center;
        align-itens:center;
        width: 100%;
    }
    nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #111;
        display: none;
    }

    nav.active {
        display: block;
    }

    nav ul {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }
      nav ul {
  background: #000 !important;
}
}
