#section-1 {
  color: rgb(255,255,255);
  padding-bottom: 2rem;
}

#title {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

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

#title img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}

#title h2 {
  position: absolute;
}

@media (max-width: 991px) {
  #descripcion {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  #descripcion img {
    width: 60%;
  }
}

@media (min-width: 992px) {
  #descripcion img {
    width: 100%;
  }
}

#section-1 .card {
  color: rgb(255,255,255);
  background: rgb(188,58,56);
}

#section-1 a {
  color: rgb(144,182,255);
}

@media (min-width: 992px) {
  #clientes {
    background-color: rgb(255,255,255);
    padding: 6rem;
  }
}

@media (max-width: 991px) {
  #clientes {
    background-color: rgb(255,255,255);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#clientes p {
  margin-bottom: 2rem;
}

#clientes .col {
  height: 6rem;
}

#clientes img {
  height: 100%;
}

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

