* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

strong {
  font-weight: 800;
}

.image-container {
  text-align: center;
  margin: 3rem 0;
}
.image-container img {
  width: 50%;
}

#cbd-infos .success-text {
  color: #44b2c5;
  margin: 30px 90px;
  font-size: 1.875rem;
  display: none;
}
#cbd-infos > .image-container > img {
  max-width: 500px;
}
#cbd-infos .cbd-question {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 10px auto;
}
#cbd-infos .cbd-question div {
  display: flex;
}
#cbd-infos .cbd-question label {
  font-size: 2.5rem;
  font-weight: 600;
  color: #44b2c5;
}
#cbd-infos .cbd-question input {
  border-radius: 25px;
  padding: 1.5625rem;
  margin-top: 0.625rem;
  font-size: 2rem;
  border: 1px solid black;
}
#cbd-infos .cbd-question select {
  border-radius: 25px;
  padding: 25px;
  margin-top: 10px;
  font-size: 2rem;
  border: 1px solid black;
}
#cbd-infos .cbd-question select option {
  font-size: 0.8125rem;
}
#cbd-infos .form-container {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 10px auto;
}
#cbd-infos .form-container div {
  display: flex;
}
#cbd-infos #especialidade .cbd-question select option {
  direction: initial;
}
#cbd-infos .cbd-checkbox {
  font-size: 1.875rem;
  margin-left: 1.875rem;
  font-weight: 500;
}
#cbd-infos .cbd-checkbox input {
  margin-right: 0.9375rem;
  width: 2.25rem;
  height: 3.4375rem;
}
#cbd-infos .button {
  text-align: center;
  margin: 1.875rem;
}
#cbd-infos .button button {
  background: #44b2c5;
  color: white;
  font-weight: 600;
  border-radius: 25px;
  font-size: 3.125rem;
  padding: 1.25rem 4.0625rem;
}
#cbd-infos .button button.desativado {
  pointer-events: none;
  opacity: 0.5;
}

.especialidade > select {
  width: 12.5rem;
}

#estados select {
  width: 9.375rem;
  margin-right: 0.9375rem;
  text-align: left;
}

footer {
  background: #44b2c5;
  color: white;
  font-size: 1.625rem;
  font-family: "Montserrat", sans-serif;
}
footer .footer-text {
  font-size: 1.125rem;
  margin: 0 5%;
  padding-bottom: 4.3125rem;
  line-height: 1.25rem;
}
footer .brand-desk {
  display: none;
}

.success-text p {
  margin-top: 4rem;
  font-size: 1.5rem;
}

.x-middle-form-text {
  color: #44b2c5;
  font-size: 0.9rem;
  margin: 2rem auto;
  width: 80%;
}

@media (min-width: 992px) {
  body {
    background-image: url("https://larocheposay.vteximg.com.br/arquivos/background-cbd.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  body main {
    max-width: 900px;
    margin: 50px auto;
  }
  body .image-container.mob {
    display: none;
  }
  body .image-container.desk img {
    display: block;
    width: 80%;
    margin: auto;
  }
  body .cbd-checkbox {
    align-items: center;
  }
  body .cbd-checkbox label {
    font-size: 15px;
  }
  body .cbd-checkbox input {
    width: 25px !important;
  }
  body .form-container {
    margin-left: 0 !important;
  }
  .image-container {
    text-align: center;
    margin-bottom: 2rem;
  }
  .image-container img {
    width: 25%;
  }
  .image-container svg {
    width: 20%;
  }
  #cbd-infos .cbd-question input {
    border-radius: 25px;
    padding: 25px;
    margin-top: 10px;
    font-size: 1.25rem;
    border: 1px solid black;
  }
  #cbd-infos .cbd-question select {
    border-radius: 25px;
    padding: 25px;
    margin-top: 10px;
    font-size: 1.25rem;
    border: 1px solid black;
  }
  .item-container {
    display: flex;
    align-items: center;
  }
  .item-container label {
    color: #000;
    font-size: 1.125rem !important;
  }
  .item-container select {
    font-size: 1.4375rem !important;
    padding: 5px 12px !important;
  }
  .item-container input {
    padding: 5px 12px !important;
  }
  .item-container.email-crm {
    flex-direction: row-reverse;
  }
  footer {
    background: transparent;
    color: black;
    margin-top: 4rem;
  }
  footer .brand-mob {
    display: none;
    width: 50%;
    margin: 2rem auto;
  }
  footer .brand-desk {
    display: block;
    max-width: 200px;
    height: auto !important;
  }
  footer .footer-text {
    margin: 20px 0 !important;
  }
  footer .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  button {
    font-size: 1.25rem !important;
    padding: 7px 54px !important;
    border: none;
    cursor: pointer;
  }
  .success-text h2 {
    font-size: 2rem;
    text-align: center;
  }
  .success-text p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 0;
  }
  .success-text p:first-child {
    margin-top: 1rem;
  }
  .x-middle-form-text {
    font-size: 1.2rem;
    width: 95%;
  }
}/*# sourceMappingURL=style.css.map */