@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.ttf");
}
.campo-doc {
  display: none;
}

#campo-cpf,
#campo-rut,
#campo-ruc,
#campo-ci,
#campo-dni,
#cammpo-ui,
#campo-rfc,
#campo-nif,
#campo-outras-marcas,
#select-estado {
  display: none;
}

#outras-marcas-check,
#aceito {
  margin-left: -5px;
}

body > main > section:nth-child(2) {
  width: 37.5rem;
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-left: 2.2rem;
}
body > main > section:nth-child(2) div:nth-child(1) h4 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1.8rem;
  color: #f71670;
}
body > main > section:nth-child(2) div:nth-child(1) h5 {
  font-family: "Roboto-Thin", sans-serif;
  font-size: 1.2rem;
}
body > main > section:nth-child(2) > div:nth-child(2) {
  margin-top: 0.5rem;
  width: 92%;
}
body > main > section:nth-child(2) > div:nth-child(2) h6 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1rem;
  color: #f71670;
}
body > main > section:nth-child(2) > div:nth-child(2) div {
  margin-bottom: 1rem;
}
body > main > section:nth-child(2) > div:nth-child(2) div div:first-child {
  margin-top: 0.5rem;
}
body > main > section:nth-child(2) > div:nth-child(2) div div {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
body > main > section:nth-child(2) div:nth-child(3) div {
  display: flex;
  flex-direction: column;
}
body > main > section:nth-child(2) div:nth-child(3) div label {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1rem;
  color: #f71670;
}
body > main > section:nth-child(2) div:nth-child(3) div input {
  padding: 10px;
  width: 32.5rem;
  height: 2.5rem;
  border: none;
  margin-bottom: 1rem;
  background-color: #e8e6e6;
}
body > main > section:nth-child(2) div:nth-child(4) div {
  display: flex;
  flex-direction: column;
}
body > main > section:nth-child(2) div:nth-child(4) div label {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1rem;
  color: #f71670;
}
body > main > section:nth-child(2) div:nth-child(4) div .div-input {
  width: 32.5rem;
  height: 2.5rem;
  border: none;
  margin-bottom: 1rem;
  background-color: #e8e6e6;
}
body > main > section:nth-child(2) div:nth-child(4) div input {
  padding: 10px;
  width: 32.5rem;
  height: 2.5rem;
  border: none;
  margin-bottom: 1rem;
  background-color: #e8e6e6;
}
body > main > section:nth-child(2) div:nth-child(4) div input[type=number]::-webkit-inner-spin-button,
body > main > section:nth-child(2) div:nth-child(4) div input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body > main > section:nth-child(2) div:nth-child(4) section {
  display: flex;
}
body > main > section:nth-child(2) div:nth-child(4) section .telef-1 {
  margin-right: 1rem;
}
body > main > section:nth-child(2) div:nth-child(4) section input {
  width: 15.75rem;
  height: 2.5rem;
  border: none;
  margin-bottom: 1rem;
  background-color: #e8e6e6;
}
body > main > section:nth-child(2) div:nth-child(4) select {
  padding: 10px;
  width: 15rem;
  height: 2.5rem;
  border: none;
  margin-bottom: 1rem;
  background-color: #e8e6e6;
}
body > main > section:nth-child(2) div:nth-child(4) div:nth-child(13),
body > main > section:nth-child(2) div:nth-child(4) div:nth-child(15) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body > main > section:nth-child(2) div:nth-child(4) div:nth-child(13) input,
body > main > section:nth-child(2) div:nth-child(4) div:nth-child(15) input {
  height: 1rem;
  width: 2rem;
  margin-top: 18px;
  margin-right: 1rem;
  align-self: center;
  color: black;
}
body > main > section:nth-child(2) div:nth-child(4) .div-aceito {
  width: 92%;
  margin-left: 8px;
}
body > main > section:nth-child(2) button {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 32.5rem;
  height: 2.5rem;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1rem;
  background-color: #f71670;
  color: #fff;
  border: none;
  cursor: pointer;
}
body > main > section:nth-child(2) button:hover {
  background-color: #000;
}

@media (max-width: 768px) {
  input[type=text],
  input[type=number],
  select,
  button {
    width: 90% !important;
  }
  #aceito {
    width: 3rem !important;
  }
  body > main > section:nth-child(2) {
    width: 90vw;
    background-color: #f5f5f5;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
  }
  div:nth-child(4) section {
    flex-direction: column;
  }
  div:nth-child(4) section .telef-1 {
    margin-right: 0 !important;
  }
}/*# sourceMappingURL=form.css.map */