section.jogo {
  color: #fff;
  background-color: #121212;
}

section.jogo h4 {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #FFFFFF;
}

section.jogo p {
  color: #E0E0E0;
  width: 100%;
  max-width: 400px;
}

a.btn-link {
  background: linear-gradient(90deg, #DF303E 0%, #FF616D 100%);
  box-shadow: 0px 8px 24px rgba(255, 0, 10, 0.5);
  border-radius: 6px;

  padding: 15px 42px;

  font-family: 'Spartan', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
}

a.btn-link:hover {
  color: #fff;
  text-decoration: none;
}

.text-color-mid-700 {
  color: #6B778C;
}

.disabled-key {
  color: #2c2f34;
  border: 1px solid #2c2f34 !important;
}


section.jogo ul#alphabet,
section.jogo ul#my-word {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  gap: 10px;
  list-style: none;
  max-width: 600px;
}

section.jogo ul#alphabet li {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  padding: 6px 0;
  font-size: 1.5rem;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 3px;
}

section.jogo ul#my-word li {
  font-size: 2.2rem;
}

section.jogo #game p.tentativas {
  font-size: 14px;
}



.modal {
  background-color: rgba(0, 0, 0, .5);
}

.modal-body {
  background-color: #fff;
  border-radius: 6px;
}

.modal-top-image {
  background-color: #fafafa;
  border-radius: 6px 6px 0 0;
}

.modal .modal-body h5 {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #121212;
}

.modal .modal-body p {
  color: #424242;
}

#mylives {
  text-align: center;
}

#novidade_nome {
  line-height: 1.1;
}

@media (max-width: 340px) {
  ul#my-word li {
    font-size: 1.5rem;
  }
}

@media (min-width: 340.98px) and (max-width: 387px) {
  ul#my-word li {
    font-size: 1.8rem;
  }
}

.modal-fim-do-jogo-acerto .legal-consent-container {
  display: none !important;
}

.modal-fim-do-jogo-acerto .hs-richtext {
  display: none !important;
}

.modal-fim-do-jogo-acerto .hbspt-form form .hs_submit .actions input {
  padding: 15px 15px 11px !important;
  width: 100% !important;
  margin-top: 20px !important;
}

.modal-fim-do-jogo-acerto .hbspt-form .field .hs-input {
  background: #F5F5F5 !important;
  border: 2px solid #eee !important;
  padding: 14px !important;
  color: #757575 !important;
}

.modal-fim-do-jogo-acerto .hbspt-form .field .hs-input::placeholder {
  color: #757575 !important;
}

.modal-fim-do-jogo-acerto .hs-form .field {
  width: 100% !important;
}

#email-b403850f-f6eb-408d-9b3b-7b3bd96a5869:hover,
#email-b403850f-f6eb-408d-9b3b-7b3bd96a5869:focus,
#mobilephone-b403850f-f6eb-408d-9b3b-7b3bd96a5869:hover,
#mobilephone-b403850f-f6eb-408d-9b3b-7b3bd96a5869:focus {
  background: #F5F5F5 !important;
  border: 2px solid #eee !important;
}

.modal-fim-do-jogo-acerto .hs-button[type="submit"] {
  font-size: 1rem;
  margin-top: 25px;
}

.modal-fim-do-jogo-acerto .actions {
  text-align: center;
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 95% !important;
    margin: 1.75rem auto !important;
    height: auto !important;
  }

  .modal-content {
    border-radius: 0.3rem !important;
    padding: 20px 0;
  }
}
