@media (max-width: 768px) {
  body {
    background-color: #000 !important;
    color: #fff !important;
  }

  header {
    background-color: #fff !important;
    color: #000 !important;
  }

  header .container {
    flex-direction: column;
    text-align: center;
    position: relative;
  }

  .logo {
    height: 60px;
    margin-bottom: 10px;
  }

  .menu-toggle {
    display: block;
    background: none;
    font-size: 28px;
    border: none;
    color: #000;
    cursor: pointer;
    margin-left: auto;
    z-index: 998;
  }

  .menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    background-color: #fff;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1001;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  .menu.active {
    display: flex;
  }

  .menu-close {
    display: block;
    background: none;
    font-size: 28px;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 0 20px;
    align-self: flex-end;
    margin-bottom: 10px;
  }

  .menu li {
    display: block;
  }

  .menu a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }

  .login-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
  }

  .login-icon img {
    max-width: 100%;
    height: auto;
  }

  .banner-destaque {
    height: 280px;
  }

  .conteudo-banner h1 {
    font-size: 1.8rem;
  }

  .conteudo-banner p {
    font-size: 1rem;
  }

  .btn-saiba-mais {
    font-size: 14px;
    padding: 10px 18px;
  }

  .fotos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
  }

  .fotos img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .fotos2 {
    margin-top: 25px;
    padding: 0 10px;
  }

  .fotos2 img {
    max-height: 200px;
  }

  .fotosnovidade {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* duas colunas no mobile */
    gap: 15px;
    margin-top: 20px;
    padding: 0 10px;
  }

  .foto-item {
    text-align: center;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .foto-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .foto-item h3 {
    font-size: 1rem;
    margin-bottom: 4px;
  }

  .foto-item p {
    font-size: 0.9rem;
    color: #ccc;
  }

  footer {
    background-color: #000 !important;
    color: #fff !important;
    text-align: center;
    padding: 15px 10px;
    font-size: 13px;
  }

  footer p {
    margin: 6px 0;
  }

  footer a {
    color: #ccc !important;
    text-decoration: none;
    margin: 0 5px;
  }

  footer a:hover {
    color: #fff !important;
    text-decoration: underline;
  }
}
