
/* contato.css */
.contato-form {
  max-width: 600px;
  margin: auto;
  padding: 40px 20px;
  background-color: #1a1525;
  border-radius: 10px;
}
@media (max-width: 768px) {
  body {
    padding: 10px;
    font-size: 16px;
  }

  header, footer, nav, .container, .content, .section {
    flex-direction: column !important;
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box;
  }

  .menu, .menu-mobile, .form, form, input, textarea, button, select {
    width: 100% !important;
    max-width: 100% !important;
  }

  .table, table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}
