body {
  background-color: #f8f9fa;
}

.hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);

}

.hero-bg {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;   /* centers horizontally */
  margin-right: auto;  /* centers horizontally */

}

/* Overlay centrado igual que el contenido */
.hero-overlay {
  max-width: 1200px;  /* mismo ancho que tu contenido */
  margin: 0 auto;
  position: relative;
}

/* Ahora sí posición estable */
.hero-ins {
  position: absolute;
  top: -15px;   /* ajusta verticalmente según diseño */
  right: 0;     /* alineado al margen del contenido */
}

.hero-ins img {
  height: 45px;
}

.hero-ins-text {
  font-size: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 30px;
  margin-bottom: 0px;
  color: #000;
} 


h1 {
  font-weight: 600;
  letter-spacing: 0.5px;
}

h2 {
  margin-top: 2rem;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 0.3rem;
}

div.callout.callout-note {
  background-color: #ffffff;
  border: 2px solid #2e6f36;
  border-left: 6px solid #2e6f36;
  border-radius: 10px;

}

div.callout.callout-note > div.callout-header {
  background-color: #c1deb8;
  color: #192213;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #2e6f36;
  border-top-right-radius: 8px;

}

div.callout.callout-note .callout-title {
  color: black;
  font-weight: 600;
  font-color: #161f17;
}

div.callout.callout-tip {
  background-color: #ffffff;
  border: 1.5px solid #588c5e;
  border-left: 6px solid #588c5e;
  border-radius: 8px;
  margin-top: 1rem;
}

div.callout.callout-tip > div.callout-header {
  background-color: #cee8c8;
  border-color:#588c5e;
  border-width:10px;
  color: #192213;
  padding: 0.5rem 0.9rem;
}

div.callout.callout-tip .callout-title {
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
}

div.callout.callout-warning {
  background-color: #f7f7f7;
  border: 0.5px solid #7da682;
  border-left: 4px solid #7da682;
  border-radius: 6px;
  margin-top: 0.8rem;
}

div.callout.callout-warning > div.callout-header {
  background-color: #e6edd3;
  color: #192213;
  padding: 0.45rem 0.8rem;
}

div.callout.callout-warning .callout-title {
  color: #161f17;
  font-weight: 600;
  font-size: 0.9rem;
}