/* ===============================
   RESPONSIVE.CSS - Estilos responsivos
   =============================== */

/* === Telas pequenas: Smartphones === */
@media (max-width: 576px) {
  /* Hero */
  .hero img {
    height: 200px;
  }

  .slogan {
    font-size: 18px;
    text-align: center;
  }

  #sobre {
    padding: 50px;
  }

  #sobre h2.section-title {
    margin-bottom: 1rem;
  }

  /* Empreendimentos */
  .empreendimentos-inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .empreendimento-card {
    margin: 0 auto 20px;
  }

  .empreendimento-card h5,
  .empreendimento-card p {
    padding: 10px;
    font-size: 16px;
  }

  .empreendimento-card img {
    height: auto;
    max-height: 200px;
  }

  #empreendimentos .section-title {
  margin-bottom: 1rem; 
}

  p.text-center.mb-5 {
   
    text-align: left;
  }

  .row > .col-md-6 {
    width: 100%;
  }

  /* Navegação */
  .navbar-brand img {
    height: 40px;
  }

  .navbar-nav .nav-link {
    padding: 10px 0;
    font-size: 16px;
  }

  .section-title {
    font-size: 28px;
  }

  /* Serviços */
  .servicos-inner.container-limitado {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .empreendimento-card img,
  #servicos img {
    width: 100%; 
    max-width: 400px; 
    height: 200px; 
    object-fit: cover; 
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .texto-servico + div {
    margin-top: 0;
  }

  .text-servico {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  #servicos .section-title {
    margin-bottom: 1.5rem;
    padding-left: 0;
    text-align: left;
  }

  /* Footer */
  footer .contact-info {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .contact-info h6,
  footer .contact-info p,
  footer .contact-info a,
  footer .container div {
    text-align: center;
    width: 100%;
  }

  footer .logo-footer {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 0;
  }
  .slogan-footer {
    margin-top: 0;
  }

  .image-message {
    font-size: 0.75rem;
    left: 28px;
    padding: 4px 8px;
  }
}

/* === Telas médias: Tablets === */
@media (max-width: 768px) {
  .servicos-inner {
    padding: 30px 20px;
  }

  .empreendimento-card img {
    height: 180px;
  }

  .text-empreendimento {
    font-size: 1.1rem;
  }

  .text-empreendimento {
    margin-top: 1rem;
  }

  .hero {
    height: auto;
    padding: 40px 20px;
  }

  .stat-item {
    margin-bottom: 1rem;
  }

  .text-empreendimento {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .empreendimento-card {
    text-align: center;
  }

  .empreendimento-card .btn {
    display: inline-block;
    margin-left: 0; /* remover o deslocamento da esquerda */
  }
}

/* === Telas grandes: Desktop full HD ou maiores === */
@media (min-width: 1200px) {
  .container-limitado {
    max-width: 1140px;
  }
}
