/* ================================
   Caribbean Green Infrastructure
   Estilos base y utilitarios
================================ */

/* Reset básico */
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
}

/* Textos */
h2 {
  color: #014421;
}

.text-justify {
  text-align: justify;
}

/* Utilidades */
.bg-success {
  background-color: #198754 !important;
}

.bg-success-subtle {
  background-color: #e7f3ec;
}

.border {
  border: 1px solid #ccc !important;
  border-radius: 8px;
  padding: 20px;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
}

/* Responsive general */
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}
