article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: fixed;
  right: 10px;
  top: 0;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-style: normal;
  font-size: 38px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: .65;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #FFF;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  right: 0px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.bgloader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bgloader::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}
.clear {
  clear: both;
}
.wfull {
  width: 100%;
  height: auto;
  display: table;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #F5F6FA;
}
.container-fix {
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.container-fix80 {
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  width: 98%;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}
.formlc {
  color: #A0A0A0;
}
.formlc ::placeholder {
  color: #2A2E43;
  opacity: 1;
}
.formlc :-ms-input-placeholder {
  color: #2A2E43;
}
.formlc ::-ms-input-placeholder {
  color: #2A2E43;
}
.formlc label {
  margin-bottom: 5px;
  color: #2A2E43;
}
.formlc input[type="text"],
.formlc input[type="email"],
.formlc input[type="tel"],
.formlc input[type="password"] {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 10px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
  color: #2A2E43;
  background-color: #F5F6FA;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
}
.formlc select {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 10px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
  color: #2A2E43;
  background-color: #F5F6FA;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
}
.formlc input[type="text"]:focus {
  border: 1px solid #2BCC9E;
}
.formlc input[type="email"]:focus {
  border: 1px solid #2BCC9E;
}
.formlc input[type="tel"]:focus {
  border: 1px solid #2BCC9E;
}
.formlc input[type="password"]:focus {
  border: 1px solid #2BCC9E;
}
.formlc textarea {
  width: 100%;
  height: 110px;
  margin-bottom: 20px;
  color: #000;
  border-radius: 2px;
  border: 0px;
  padding-left: 10px;
}
.formlc input[type="submit"] {
  width: 100%;
  float: left;
  height: 45px;
  border: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #FFF;
  background-color: #2BCC9E;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  border-radius: 5px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.formlc input[type="submit"]:hover {
  background-color: #1C885C;
}
.formlc .show-hide-pass {
  text-align: right;
  margin-top: -15px;
}
.formlc .show-hide-pass a {
  display: inline-block;
  float: right;
  margin-top: -38px;
  margin-right: 15px;
  z-index: 33;
  position: relative;
  color: #2A2E43;
  font-size: 20px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.formlc .show-hide-pass a:hover {
  color: #1D1D1B;
}
.formlc .show-hide-pass .hidden_pass {
  display: none;
  margin-right: 14px;
}
.formlc .row-error {
  width: 96%;
  padding: 10px 2% 10px 2%;
  background-color: #FDE4E4;
  border: 2px solid #FEC1C4;
  border-radius: 4px;
  color: #CE0028;
  margin-top: 10px;
  font-size: 15px;
  display: block;
  animation: fade-in 0.6s;
}
.formlc .bg-bes {
  text-align: right;
}
.formlc .bg-bes span {
  display: inline-block;
  font-size: 13px;
  margin-top: 15px;
  cursor: pointer;
  color: #A0A0A0;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.formlc .bg-bes span:hover {
  color: #1D1D1B;
}
.formlc .bg-bess2 {
  margin-top: -16px;
}
.formlc .label-termos {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #2A2E43;
}
.formlc .label-termos input[type="checkbox"] {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 3px;
}
.formlc .label-termos a {
  text-decoration: underline;
  color: blue;
}
.msg-pass {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  border-radius: 4px;
  padding-left: 10px;
  display: none;
  background-color: #F5F6FA;
  font-size: 14px;
}
.msg-pass .ptitle {
  color: #1D1D1B;
  margin-left: 0px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
}
.msg-pass p {
  margin-top: 0px;
  margin-bottom: 2px;
  text-align: left;
  margin-left: 10px;
}
.msg-pass p b {
  font-weight: 600;
}
.msg-pass .valid {
  color: green;
}
.msg-pass .valid:before {
  position: relative;
  left: -8px;
  content: "✔";
}
.msg-pass .invalid {
  color: red;
}
.msg-pass .invalid:before {
  position: relative;
  left: -8px;
  content: "✖";
}
.msg-send-form {
  display: none;
  color: #2A2E43;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
.msg-add-sucess {
  width: 94%;
  padding: 3%;
  max-width: 800px;
  background-color: #DFF0D8;
  color: #2E6B2D;
  border: 2px solid #D8EACA;
  font-size: 18px;
  text-align: center;
  margin: 70px auto;
}
.msg-false-forget {
  background-color: #FBF6DD;
  color: #99784A;
  border: 2px solid #99784A;
}
.row-go-home {
  margin-bottom: 50px;
  text-align: center;
}
.row-go-home a {
  display: inline-block;
  background-color: #003673;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.row-go-home a:hover {
  background-color: ;
}
.page-404 {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 40px;
  color: #FFF;
}
.page-404 p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-404 a {
  display: inline-block;
  background-color: #003673;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.page-404 a:hover {
  background-color: ;
}
.banner-top {
  width: 100%;
  height: 600px;
  display: table;
  background: url('../img/banner_corretor.png') no-repeat center center;
  margin-bottom: 70px;
}
.banner-top .container-fix {
  max-width: 980px;
}
.banner-top .logo {
  margin-top: 80px;
}
.banner-top .logo img {
  width: 100%;
  max-width: 400px;
}
.banner-top h1 {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.banner-top h1 br {
  line-height: 60px;
}
.banner-top h1 span {
  line-height: 60px;
  color: #2BCC9E;
}
.select-ci p {
  color: #2A2E43;
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}
.box-cadastro {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
  margin-top: 40px;
  padding: 20px;
}
.box-cadastro .hht {
  color: #2A2E43;
  font-size: 20px;
  margin-bottom: 20px;
}
.box-cupom {
  background-color: #f2f2f2;
  padding: 10px;
  padding-bottom: 40px;
  border-radius: 4px;
  margin-top: 15px;
}
.box-cupom .ptext {
  font-size: 16px;
  color: #2A2E43;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-cupom .row-aplc input[type="text"] {
  width: 100%;
  height: 40px;
  float: left;
  margin-bottom: 0px;
  padding-left: 10px;
  border: 1px solid #A0A0A0;
  font-size: 14px;
  border-radius: 4px;
}
.box-cupom .row-aplc #button_aplc {
  width: 30%;
  height: 40px;
  line-height: 39px;
  padding: 0px;
  float: right;
  background-color: #003673;
  border: 0px;
  color: #FFF;
  font-size: 13px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.box-cupom .row-aplc #button_aplc:hover {
  background-color: #23AF76;
}
.box-cupom .row-msg-es p {
  color: #2A2E43;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
}
.box-cupom .row-msg-es .pnot {
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.box-cupom .row-msg-es .sucess {
  color: green;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.box-card {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.box-card .img-band {
  margin-bottom: 7px;
  width: 224px;
}
.box-card label {
  color: #2A2E43;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 600;
}
.box-card input[type="text"],
.box-card input[type="email"],
.box-card input[type="tel"] {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 10px;
  border: 1px solid #A0A0A0;
  font-size: 16px;
  border-radius: 4px;
}
.box-card select {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 10px;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  font-size: 16px;
}
.box-card .box-value-payment {
  background-color: #FFF;
  padding: 10px;
  color: #2A2E43;
  margin-top: 5px;
}
.box-card .box-value-payment p {
  font-size: 15px;
  font-weight: 600;
}
.box-card .box-value-payment p span {
  font-size: 15px;
}
.box-card .box-asaas {
  margin-top: 15px;
}
.box-card .box-asaas img {
  width: 80px;
  float: left;
}
.box-card .box-asaas p {
  width: auto;
  float: left;
  color: #929292;
  font-size: 14px;
  margin-top: 7px;
  margin-left: 10px;
}
.box-card .box-asaas p a {
  color: #0030B9;
}
.row-texto-plano p,
.box-text-bp p {
  font-size: 18px;
  color: #2A2E43;
  margin-bottom: 10px;
}
.msg-boleto-pix {
  text-align: center;
}
.msg-boleto-pix .box-texto p {
  margin-bottom: 10px;
  color: #1D1D1B;
  font-size: 16px;
  line-height: 24px;
}
.msg-boleto-pix .ta p {
  color: #929292;
  font-size: 14px;
}
.msg-boleto-pix .row-button-pay {
  margin-top: 40px;
  margin-bottom: 40px;
}
.msg-boleto-pix .row-button-pay a {
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  background-color: #003673;
  font-weight: 700;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.msg-boleto-pix .row-button-pay a:hover {
  background-color: #2BCC9E;
}
.box-dominio {
  color: #2A2E43;
}
.box-dominio .hht {
  margin-bottom: 10px;
}
.box-dominio .p-exemple {
  display: table;
  width: auto;
  font-size: 13px;
  border-radius: 4px;
}
.box-dominio .p-exemple b {
  margin-right: 5px;
}
.box-dominio .box-inpt-domain {
  background-color: #F0F0F0;
  width: auto;
  border: 1px solid #C6C6C6;
  margin-top: 20px;
  border-radius: 5px;
  float: left;
}
.box-dominio .box-inpt-domain input[type="text"] {
  display: inline-table;
  float: left;
  width: 200px;
  height: 45px;
  margin-bottom: 0px;
  border-radius: 0px;
  padding-left: 8px;
  color: #333;
  border: 0px;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  text-align: right;
}
.box-dominio .box-inpt-domain .www {
  display: inline-table;
  float: left;
  width: 200px;
  margin-top: 11px;
  font-size: 15px;
}
.msg-domain p {
  font-size: 14px;
  color: #FF3939;
  margin-top: 3px;
  margin-left: 2px;
}
@media (max-width: 1180px) {
  .container-fix {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fix80 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-full {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 800px) {
  .formlc .label-termos {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .banner-top {
    height: auto;
    background: #003673;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .banner-top .logo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .banner-top .logo img {
    width: 90%;
  }
  .banner-top h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .banner-top h1 br {
    line-height: 32px;
  }
  .banner-top h1 span {
    line-height: 32px;
  }
  .box-cadastro {
    margin-top: 35px;
    padding: 15px;
  }
  .box-cadastro .hht {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .box-cupom {
    width: 100%;
    padding: 3%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .box-cupom .ptext {
    font-size: 15px;
  }
  .box-cupom .row-msg-es {
    margin-bottom: -10px;
  }
  .box-cupom .row-msg-es p {
    font-size: 14px;
  }
  .box-card {
    width: 94%;
    padding: 3%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .box-card .img-band {
    margin-bottom: 7px;
    width: 199px;
  }
  .box-card label {
    font-size: 14px;
  }
  .box-card input[type="text"],
  .box-card input[type="email"],
  .box-card input[type="tel"] {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    border: 1px solid #A0A0A0;
    font-size: 16px;
    border-radius: 4px;
  }
  .box-card select {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    border: 1px solid #A0A0A0;
    border-radius: 4px;
    font-size: 16px;
  }
  .box-card .box-value-payment {
    background-color: #FFF;
    padding: 10px;
    color: #2A2E43;
    margin-top: 5px;
  }
  .box-card .box-value-payment p {
    font-size: 15px;
    font-weight: 600;
  }
  .box-card .box-value-payment p span {
    font-size: 15px;
  }
  .box-card .box-asaas {
    margin-top: 15px;
    text-align: center;
  }
  .box-card .box-asaas img {
    width: 88px;
    float: none;
  }
  .box-card .box-asaas p {
    width: 100%;
    font-size: 12px;
    margin-top: 2px;
    margin-left: 0px;
  }
  .box-dominio {
    color: #2A2E43;
  }
  .box-dominio .hht {
    margin-bottom: 10px;
  }
  .box-dominio .p-exemple {
    display: table;
    width: auto;
    font-size: 13px;
    border-radius: 4px;
  }
  .box-dominio .p-exemple b {
    margin-right: 5px;
  }
  .box-dominio .box-inpt-domain {
    margin-top: 20px;
    border-radius: 5px;
  }
  .box-dominio .box-inpt-domain input[type="text"],
  .box-dominio .box-inpt-domain input[type="email"],
  .box-dominio .box-inpt-domain input[type="tel"] {
    width: 55%;
    height: 40px;
    font-size: 13px;
    text-align: right;
  }
  .box-dominio .box-inpt-domain .www {
    width: 45%;
    margin-top: 10px;
    font-size: 13px;
  }
  .msg-domain {
    margin-top: 10px;
  }
  .msg-domain p {
    font-size: 13px;
  }
}
.radio-select-payments {
  margin-bottom: 20px;
}
.radio-select-payments .input {
  display: flex;
  justify-content: space-between;
}
.radio-select-payments .input .plan-item {
  flex: 1;
}
.radio-select-payments .input .plan-item input[type="radio"] {
  display: none;
}
.radio-select-payments .input .plan-item input[type="radio"]:checked + label {
  background-color: #23AF76;
  color: #fff;
}
.radio-select-payments .input .plan-item input[type="radio"]:checked + label h2 {
  color: #99fbd3;
}
.radio-select-payments .input .plan-item input[type="radio"]:checked + label span {
  color: white;
  transform: translateY(70px);
}
.radio-select-payments .input .plan-item input[type="radio"]:checked + label span:before {
  transform: translateY(0px);
  opacity: 1;
}
.radio-select-payments .input .plan-item label {
  margin: 0 5px;
  height: 200px;
  background-color: #ededed;
  color: #003673;
  transition: all 250ms ease;
  will-change: transition;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  padding: 10px;
}
.radio-select-payments .input .plan-item label:active {
  transform: translateY(10px);
}
.radio-select-payments .input .plan-item label h2 {
  font-size: 35px;
  color: #23AF76;
}
.radio-select-payments .input .plan-item label h3 {
  font-size: 16px;
}
.radio-select-payments .input .plan-item label p {
  font-weight: 300;
}
.radio-select-payments .input .plan-item:first-child label {
  margin-left: 0;
}
.radio-select-payments .input .plan-item:last-child label {
  margin-right: 0;
}
@media (max-width: 735px) {
  .radio-select-payments .input {
    flex-direction: column;
  }
  .radio-select-payments .input .plan-item label {
    margin: 5px 0;
  }
}
