@media (min-width: 1000px) {
  body {
    background: url("../img/fundo.jpg") no-repeat #d3d0cb;
    background-size: cover;
  }
}

@media (max-width: 1000px) {
  body {
    background: url("../img/fundo.jpg") no-repeat #d3d0cb center center;
  }
}

.bg-dark {
  background: #232323 !important;
}

.bg-dark-red {
  background: #ad1313 !important;
}

.text-bold {
  font-weight: bold;
}

@media (min-width: 992px) {
  .hide-btn-solicitar {
    display: none;
  }
}
