body {
  background-color: #f4f9f4;
  font-family: 'Poppins', sans-serif !important;
  color: #2ab36e;
}

.header-guia {
  background: linear-gradient(135deg, #1c503a, #1b8b34, #083a03);
  background-size: cover;
  background-position: center;
  color: #000 !important;
  padding: 80px 20px;
  text-shadow: none !important;
}

.header-guia h1,
.header-guia .lead {
  color: #ffffff !important;
}

.header-guia h1 {
  font-size: 3.0rem;
  font-weight: bold;
}

.header-guia .lead {
  font-size: 1.3rem;
}

.rol {
  background-color: white;
  border-left: 6px solid #1cb335;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.rol h2 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 2.0rem;
}


.intro {
  background: linear-gradient(135deg, #d6f5d8, #afffb8);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}


