.contato {
  background-attachment: fixed;
  min-height: 54vh;
}

@media screen and (max-width: 1024px) {
  .contato {
    background-position: right -400px center;
  }
}

legend {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 22px;
}

legend:not(:first-child) {
  margin-top: 35px;
}

.datepicker {
  z-index: 1100 !important;
}

.modal-open,
.modal {
  padding-right: 0 !important;
}

.text-yellow {
  color: #fdb92e !important;
}

.form-control:not([type="email"]) {
  text-transform: uppercase;
}

.img-attendant {
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
