@media (min-width: 992px) {
  main {
    margin-top: 7.9rem;
  }
}

@media (max-width: 991px) {
  main {
    margin-top: 3.9rem;
  }
}

#section-1 #fondo {
  position: relative;
  width: 100%;
}

#section-1 #fondo::before {
  content: "";
  background: rgba(0,0,0,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  #section-1 img {
    width: 100%;
    height: 35rem;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  #section-1 img {
    width: 100%;
    height: 19rem;
    object-fit: cover;
  }
}

#contenido-carousel {
  color: rgb(255,255,255);
  position: absolute;
}

#section-2 {
  color: rgb(255,255,255);
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#section-2 img {
  width: 70%;
  box-shadow: 0rem 0rem 1rem 0rem rgb(33,37,41);
}

.column-helper {
  margin-bottom: 0.5rem;
}

