:root {
  --green: #497a77;
  --background: #fefefe;
  --gray80: rgba(41, 37, 38, 0.8);
  --gray60: rgba(41, 37, 38, 0.6);
  --font-playfair: 'Playfair Display', serif;
  --font-roboto: 'Roboto', sans-serif;
}

body {
  font-family: var(--font-roboto);
  background-color: var(--background);
  color: var(--gray80);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-playfair);
  font-weight: 800;
}

button,
input,
select,
textarea,
button.global-btn-submit {
  font-family: var(--font-roboto);
  border-radius: 2px;
}

#h-webcheckin,
#h-webcheckin .h-webcheckin-form,
.h-webcheckin-form h3,
.h-webcheckin-form h4 {
  color: var(--gray80);
}

.h-webcheckin-form label {
  white-space: initial !important;
}

.h-webcheckin-form h3 {
  font-size: 1.65rem;
  font-weight: 700;
}

.h-webcheckin-form h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

#h-webcheckin-chkWebCheckin {
  margin-top: 32px;
}

.container-header p {
  font-size: 1.2rem;
  color: var(--gray60);
}

.container-header h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gray80);
}

.global-btn-submit {
  background-color: var(--green);
  font-weight: 500;
  padding: 0.85rem 1.5rem;
}

.global-rodape span {
  font-size: 0.75rem;
}

.global-rodape img {
  margin-top: 1.25rem;
  width: 70px;
}
