.center {
  text-align: center;
}

.button-search {
  margin-top: 28px;
  width: 100%;
}

.max-width-img-medidia-final-bike {
  max-width: 100%;
}

.bold {
  font-weight: bold !important;
}

.cor {
  color: #000 !important;
}

.font-size-title {
  font-size: 2rem;
}

.cor-media {
  color: #a04944;
}

.background-disabled {
  background-color: black !important;
  border-color: black !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 40px !important;
}

.position-title {
  position: relative;
  top: 50%;
  transform: translateY(-20%);
  font-size: 1rem;
}

.cor-card-info-avaliacao {
  color: #fff;
}

.background-anamnese {
  background-color: #66cccc;
}

.background-avaliacao-postural {
  background-color: #800080;
}

.background-bicicleta {
  background-color: #5ca226;
}

.background-analise-cinemtatica {
  background-color: #fc5200;
}

.background-alteracao-bicicleta {
  background-color: #808080;
}

.background-medida-final-bicicleta {
  background-color: #0076cb;
}

.background-recomendacoes-pos-fit {
  background-color: #797aa6;
}

.background-foto {
  background-color: #faa8c2;
}

.background-relatorio {
  background-color: #f01800;
}

textarea {
  width: 100%;
}

.img-logo {
  cursor: pointer;
  max-width: 100%;
}

.display-flle {
  display: none;
}

.margin-top-remove-logo {
  margin-top: 10px;
}

.margin-bottom-sem-logo {
  margin-bottom: 10px;
}

@media (max-width: 535px) {
  .altura {
    height: 450px;
  }
}

.hidden {
  visibility: hidden;
}

.display-block {
  display: block !important;
}
