0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
* {
  font-family: 'Montserrat', sans-serif;
}

.max-container {
  max-width: 101.25rem;
  margin: 0 auto;
  width: calc(100% - 40px);
}

body,
html {
  font-size: 6px;
}

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
legend + * {
  clear: both;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

.cadastro {
  padding-top: 60px;
}
.cadastro__banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 10.944rem;
  max-width: 71rem;
}
.cadastro__text h1 {
  color: #030303;
  font-size: 3.278rem;
  display: block;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  line-height: 3.889rem;
  text-align: center;
  margin-bottom: 2.778rem;
}
.cadastro__text p {
  color: #030303;
  font-size: 2.6rem;
  display: block;
  font-weight: 400;
  font-style: normal;
  line-height: 3.889rem;
  text-align: center;
  margin-bottom: 2.778rem;
}
.cadastro__text p strong {
  font-weight: 700;
}
.cadastro__form {
  margin-top: 14.722rem;
}
.cadastro__form strong {
  color: #030303;
  font-size: 4.111rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.889rem;
  display: block;
  text-align: center;
  margin-bottom: 8.333rem;
}
.cadastro__form--input {
  width: 100%;
  height: 6.667rem;
  border-radius: 2.778rem;
  margin-bottom: 6.389rem;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: #000;
  font-size: 4.625rem;
  font-weight: 500;
  padding: 0px 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cadastro__form--input::-webkit-input-placeholder {
  opacity: 0.53;
  color: #030303;
  font-size: 4.625rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 6.667rem;
}
.cadastro__form--input::-webkit-input-placeholder, .cadastro__form--input:-ms-input-placeholder, .cadastro__form--input::placeholder {
  opacity: 0.53;
  color: #030303;
  font-size: 4.625rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 6.667rem;
}
.cadastro__form p {
  opacity: 0.53;
  color: #030303;
  font-size: 3rem;
  font-weight: 500;
  display: block;
  margin-bottom: 12.875rem;
}
.cadastro__form button {
  width: 33.688rem;
  height: 7.813rem;
  display: block;
  margin: 0 auto 13.375rem;
  background: #000;
  border: 0;
  font-size: 2.375rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2.813rem;
  color: #fff;
}