@media (max-width: 768px) {
 header, .s1, .s2, .s3, footer{
    padding: 0 10px;
 }


  h1, h2, h3, h4, h5 {
    font-family: 'montserrat', sans-serif;
}

p {
    font-family: 'lato', sans-serif;
}


.header{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 nav{
    display: none;
 }

  .logo img {
    width: 100px;
  }

  .logo span{
    display: none;
  }

  .menu-button {
    background: goldenrod;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
    border-radius: 5px;

  }

  .menu {
    position: absolute;
    right: 0;
    width: 100vh;
    background: #010e27;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
    z-index: 1000;
  }


  .menu.open {
    margin-top: 1.2rem;
    display: block;
    animation: slideIn 0.3s ease-in-out;
  }

  .menu a {

    display: block;
    padding: 10px 0;
    padding-right: 35px;
    text-decoration: none;
    text-align: right;
    color: white;
    border-bottom: 1px solid #444;
    transition: transform 0.2s;
    font-size: 1.1rem;
  }

  .menu a:hover {
    transform: scale(1.1);
  }

  


  /* FIM DO HEADER */



  /* SESSÃO 01 */


  .s1{
    background-color:#010e27 ;
    padding-top: 3rem;
  }
.sessao-01{
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
}

.sessao-01 img{
    width: 280px;
}

.part-txt{
text-align: center;
}

.part-txt h1{
  font-size: 2.3rem;
}

.part-txt h3{
  color: goldenrod;
}


/* FIM DO SESSÃO 01 */


/* SESSÃO 02 */

.s2{
    display: flex;
    justify-content: center;
    padding:  3rem;
}
.sessao-02{
    width: 90%;
    text-align: center;
}

.titulo{
  margin-bottom: 1.5rem;
}

.part-txt-s2{
  margin-bottom: 3rem;
}

.part-txt-s2 p{
  margin-bottom: 1rem;
  text-align: start;
  line-height: 1.5;
}


.card {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
    transition: transform 0.3s ease;
  }

  .card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }

  .card p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
  }

  .card:hover {
    transform: scale(1.02);
  }

  .highlight {
      background-color: #010e27;      
    }

.highlight h3{
  color: white;
}

.highlight p{
color: white;
}




/* FIM DA SESSÃO 02 */


/* SESSÃO 03 */

.wpp{
  display: none;
}



.wpp2 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }

  .botao-whatsapp2 {
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
  }

  .botao-whatsapp2:hover {
    background-color: #1ebe5d;
  }

  .titulo h2 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #333;
  }

  .contato {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }

  .links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 0 15px;
  }

  .links a {
    display: flex;
    align-items: center;
    width: 70vw;
    gap: 10px;
    text-decoration: none;
    background-color: #f9f9f9;
    color: #333;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 0.95rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
  }

  .links a:hover {
    background-color: #ececec;
  }

  .links i {
    font-size: 32px;
  }

  .links a[href*="instagram"] i {
    color: #333;
  }

/* FIM DA SESSÃO 03 */

/* FOOTER */

footer{
  text-align: center;
  background-color: #010e27;
  padding: 10px 0;
}

footer p{
  font-size: 1rem;
  color: white;
}
/* FIM DO FOOTER */

.titulo2 h2{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: px;
  color: #1e1e1e;
  position: relative;
}
.titulo2 p{
  text-align: center;
}

iframe{
  width: 99vw;
  height: 30vh;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}

}