/* ========================= AJUSTES PARA MOBILE ========================= */ @media (max-width: 768px) { /* ---------- TOPO ---------- */ .topo { width: calc(100% - 30px); left: 15px; right: 15px; top: 15px; min-width: unset; padding: 8px 14px; } .logo img { height: 30px; } /* ---------- MENU LATERAL ---------- */ .menu_lateral { width: 100%; left: -100%; border-radius: 0; } .menu_lateral.ativo { left: 0; } .menu_links a { font-size: 1.4rem; padding-left: 25px; } /* ---------- SESSÃO 1 ---------- */ .sessao1 .conteudo { padding: 0 6%; align-items: flex-start; } .sessao1 .conteudo .titulo { font-size: 2.4rem; margin-left: 0; margin-top: 0; } .sessao1 .conteudo span { font-size: 2rem; } .sessao1 .conteudo p { width: 100%; font-size: 1rem; margin-left: 0; } .sessao1 .conteudo .btn a { width: 100%; font-size: 1.2rem; margin-top: 25px; } /* ---------- SESSÃO 2 ---------- */ .sessao2 { padding-top: 100px; } .sessao2 img { width: 95%; } /* ---------- SESSÃO 3 ---------- */ .sessao3 { padding: 70px 6%; } .sessao3-info h2 { font-size: 2.2rem; } .sessao3-info p { font-size: 1rem; } .sessao3-form { padding: 30px; } /* ---------- FAQ ---------- */ .sessao4 { padding: 80px 0; } .faq-container h1 { font-size: 2.8rem; margin-top: 0; } .faq-card { padding: 30px 20px; } .faq-menu { overflow-x: auto; white-space: nowrap; font-size: 1rem; } .faq-menu a { margin-right: 15px; } .faq-conteudo h2 { font-size: 2rem; } .faq-pergunta { font-size: 1.1rem; } /* ---------- NOTÍCIAS ---------- */ .sessao5 { padding: 80px 6%; } .titulo-noticias { font-size: 2.8rem; text-align: center; } /* ---------- INSCRIÇÃO ---------- */ .sessao5 .inscrever { border-radius: 25px; padding: 25px; } .sessao5 .inscrever .conteudo h1 { font-size: 1.8rem; } .sessao5 .inscrever .formulario { flex-direction: column; } .sessao5 .inscrever .formulario input, .sessao5 .inscrever .formulario button { width: 100%; } /* ---------- SESSÃO 6 ---------- */ .sessao6 { padding: 40px 20px; height: auto; } .sessao6-topo p { font-size: 1.2rem; } .sessao6-centro h1 { font-size: 3rem; text-align: center; } .sessao6-nav { justify-content: center; margin-bottom: 0; flex-wrap: wrap; } }