@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Helvetica Neue', sans-serif;
}

header {
  background-color: #92ba1f !important;
}
.bg-primary {
    background-color: #92ba1f !important;
}
.instrucciones ol li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.informacion img {
    max-width: 200px;
    height: auto;
}

footer {
    height: 50px;
}
/* Optional CSS for slider customization */
.carousel-inner img {
  height: 400px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .instrucciones .list-group-item .list-group .list-group-flush {  /* Assuming the list-group has parent class "instrucciones" */
    text-align: center !important;
  }
	.center{    text-align: center !important;
}
}