h1 span, h2 span, h3 span{
  color: #9AC532;
}
.form1 label.lvisible { display:inline; }
label {display: inline; }
.atrapalo{
  display: none; visibility: hidden;
}
.justificado {
    text-align: justify;
    text-justify: inter-word;
}
.breadcrumb-item + .breadcrumb-item::before{
  content: "›";
  color: #fff;
}

.breadcrumb .breadcrumb-item a{
  color: #fff;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: #9AC532;
    font-weight: 500;
}

.events .item{ padding:0 40px; }
.checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.checklist ul {
  padding-left: 0px;
}

.checklist li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 2px;
}

.checklist li::before {
  content: "\f00c"; /* fa-check */
  font-family: "Font Awesome 6 Pro"; /* o la versión que uses */
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px; /* ajusta verticalmente si quieres */
  color: #28a745;
}
.social-icons i{
  font-size: 1.4rem;
}