/* ================================
   Ajustes de Texto
================================ */
p {
  text-align: justify;
  font-size: 1rem; /* más legible en todos los dispositivos */
}

h2, h3, h4, h6 {
  line-height: 1.4;
}

/* Espaciado uniforme en secciones */
.section {
  padding: 60px 15px;
}

/* ================================
   Responsividad
================================ */
@media (max-width: 992px) {
  .main-banner .left-content, 
  .main-banner .right-image,
  .about-right-content,
  .about-left-image,
  .about .section-heading,
  .services .left-text, 
  .services .right-image {
    text-align: center;
  }

  .main-banner img,
  .about img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .services .right-image img {
    margin-top: 20px;
    border-radius: 12px;
  }
}

@media (max-width: 768px) {
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.4rem; }
  h4 { font-size: 1.2rem; }
  h6 { font-size: 1rem; }
  p { font-size: 1rem; }

  /* Contacto: stack columnas */
  #contact .col-lg-5, 
  #contact .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  iframe {
    height: 300px;
  }

  .whatsapp-button {
    padding: 10px 16px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.2rem; }
  h4 { font-size: 1.1rem; }
  h6 { font-size: 0.95rem; }

  .section { padding: 50px 15px; }

  .whatsapp-button {
    padding: 8px 14px;
    font-size: 13px;
  }
}
