@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;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");
body {
  font-family: "Montserrat", sans-serif;
}

input:focus,
a:focus,
button:focus,
textarea:focus {
  outline: none !important;
}

input:active,
a:active,
button:active,
textarea:active {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 46px;
}

h4 {
  font-size: 34px;
}

h5 {
  font-size: 20px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

::-webkit-input-placeholder,
select,
input {
  /* Edge */
  font-size: 16px;
}

:-ms-input-placeholder,
select,
input {
  /* Internet Explorer 10-11 */
  font-size: 16px;
}

::-ms-input-placeholder,
select,
input {
  font-size: 16px;
}

::placeholder,
select,
input {
  font-size: 16px;
}

.page {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url(../img/bg-bloco.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
}

.page .col_text img {
  margin: 0 auto 30px;
}

.page .col_text h2 {
  color: #459bcb;
  font-weight: 200;
  text-align: center;
  line-height: 52px;
  font-size: 50px;
}

.page .col_text h2 strong {
  font-weight: 400;
}

.page .col_form p {
  color: #1491c5;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page .col_form p strong {
  font-weight: 800;
}

.page .col_form hr {
  border-color: #456ba5;
  margin: 25px 0;
}

.page .col_form form label {
  width: 100%;
  font-weight: 600;
  color: #fff;
}

.page .col_form form textarea {
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: none;
  padding: 14px 0;
  text-indent: 20px;
}

.page .col_form form input {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 30px;
  border-top-left-radius: 0px;
  border: none;
  padding: 14px 0;
  text-indent: 20px;
  color: #666666;
  font-size: 15px;
}

.page .col_form form button {
  background-color: #1491c5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 14px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 22px;
  border-top-left-radius: 0px;
  border: none;
  font-size: 14px;
  margin-top: 30px;
}

.page .col_form form button i {
  color: #fff;
  margin-left: 10px;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  position: relative;
  -webkit-transition: all 463ms ease-in-out;
  transition: all 463ms ease-in-out;
}

.page .col_form form button:hover i {
  -webkit-transition: all 463ms ease-in-out;
  transition: all 463ms ease-in-out;
  right: 10px;
}

@media only screen and (max-width: 1400px) {
  .page {
    background-size: 80%;
  }
}

@media only screen and (max-width: 980px) {
  .page {
    padding: 50px 0;
    height: auto;
    background-position: left bottom;
    background-size: 100%;
  }
  .page .col_text img {
    width: 220px;
  }
  .page .col_text h2 {
    font-size: 42px;
    line-height: 44px;
  }
  .page .col_form {
    margin-top: 50px;
  }
  .page .col_form form label {
    color: #1491c5;
  }
  .page .col_form form input, .page .col_form form textarea {
    border: 1px solid #d1d1d1;
  }
}
/*# sourceMappingURL=main.css.map */