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

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

.modal {
  color: rgb(255,255,255);
}

.modal .modal-content {
  background: rgba(0,0,0,0.9);
}

.modal video {
  width: 100%;
}

@media (min-width: 992px) {
  #section-1 #carousel {
    width: 100%;
    height: 35rem;
    color: rgb(255,255,255);
  }
}

@media (max-width: 991px) {
  #section-1 #carousel {
    width: 100%;
    height: 19rem;
    color: rgb(255,255,255);
  }
}

#section-1 img {
  z-index: -1;
  object-fit: cover;
}

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

#section-1 .container {
  position: relative;
}

@media (min-width: 992px) {
  #section-2 {
    padding: 3rem;
    color: rgb(255,255,255);
  }
}

@media (max-width: 991px) {
  #section-2 {
    margin-top: 2rem;
    padding-bottom: 2rem;
    color: rgb(255,255,255);
  }
}

@media (min-width: 992px) {
  #section-2 .btn {
    color: rgb(255,255,255);
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  #section-2 .btn {
    color: rgb(255,255,255);
    margin-top: 1rem;
  }
}

#section-2 h3 {
  margin-bottom: 1rem;
}

@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;
}

