.clearfix:after,
.clearfix:before {
  content: "";
  clear: both;
  display: table;
}
html,
button {
  background: none;
}
img,
button,
input {
  border: none;
  outline: none;
}
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
Html,
Body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
ul,
ol,
input,
label,
form,
fieldset,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
ul,
li,
ol {
  list-style: none;
  outline: none;
}
a {
  text-decoration: none;
}
table {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  border: none;
}
textarea {
  resize: none;
}
object {
  display: none;
}
* {
  color: #273440;
  font: 400 1em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font: 700 3em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1.25em;
  color: #006be6;
}
h2 {
  font: 600 1.8em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1.6em;
  text-align: center;
  color: #ffffff;
}
h2 + p {
  margin: 5px auto 15px;
  text-align: center;
}
h3 {
  font: 600 1.8em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1.6em;
  text-align: center;
  color: #006be6;
}
h3 + p {
  margin: 5px auto 15px;
  text-align: center;
}
p {
  font: 400 1.36em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1.5em;
}
figcaption {
  font: 400 1.2em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1.6em;
}
button,
.btn {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #3bba00;
  background: #3bba00;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}
button:hover,
.btn:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  background: #006be6;
}
button.wire,
.btn.wire {
  color: #3bba00;
  background: transparent;
}
button.wire:hover,
.btn.wire:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  color: #ffffff;
  background: #006be6;
}
form {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
form:after,
form:before {
  content: "";
  clear: both;
  display: table;
}
form > label {
  width: 100%;
  border-bottom: 1px solid #0059c0;
  display: inline-block;
  margin-bottom: 15px;
}
form > label * {
  color: #0059c0;
}
form > label input {
  margin-top: 4px;
  padding: 5px 10px;
  width: 100%;
}
form div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media all and (min-width: 912px) {
  form div {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (max-width: 911px) {
  form div {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}
form div * {
  padding: 5px;
}
form div label {
  width: 25%;
}
form button {
  margin-top: 20px;
  float: right;
}
form fieldset {
  border: none;
}
form fieldset:after,
form fieldset:before {
  content: "";
  clear: both;
  display: table;
}
form fieldset legend {
  font: 700 1.1em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1em;
  color: #ffffff;
  background: #006be6;
  padding: 15px;
}
form fieldset > label {
  display: inline-block;
  margin: 15px auto;
  width: 100%;
}
form fieldset > label input {
  margin: 5px;
  border: 1px solid #273440;
  padding: 5px 10px;
}
form fieldset input[type="submit"],
form fieldset input[type="button"] {
  float: right;
}
.overlay {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.overlay.open {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  background: rgba(0, 0, 0, 0.15);
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.overlay .close {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: pointer;
  padding: 8px 12px;
  background: #3bba00;
  color: #ffffff;
  text-align: center;
}
.overlay .close i {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  display: inline-block;
  color: #ffffff;
  transform: rotate(45deg);
}
.overlay .close:hover {
  background: #273440;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.overlay .close:hover i {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transform: rotate(135deg);
}
.overlay .wrapper {
  background: #ffffff;
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 auto;
  padding: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-box-shadow: 5px 15px 35px rgba(0, 0, 0, 0.5), 0 0px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 15px 35px rgba(0, 0, 0, 0.5), 0 0px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 5px 15px 35px rgba(0, 0, 0, 0.5), 0 0px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 15px 35px rgba(0, 0, 0, 0.5), 0 0px 0 rgba(0, 0, 0, 0.15);
  transform: translateX(-50%) translateY(-50%);
  max-height: 80vh;
  max-width: 80%;
  overflow-y: auto;
}
Body {
  background-color: #ffffff;
  -webkit-transition: background 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: background 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: background 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: background 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
Body header {
  z-index: 90;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 30px 4vw;
}
Body header:after,
Body header:before {
  content: "";
  clear: both;
  display: table;
}
Body header * {
  margin-right: 20px;
  float: right;
}
Body header *:first-child {
  float: left;
}
Body header a {
  color: #a1a1a1;
  line-height: 2.5em;
  font-weight: 500;
}
Body section {
  overflow-x: hidden;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
Body section h1,
Body section h4,
Body section p,
Body section figcaption,
Body section span {
  max-width: 640px;
}
Body section nav.menu {
  z-index: 999;
  position: relative;
  height: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
Body section nav.menu ul {
  background: #006be6;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 18px 4.5vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
}
Body section nav.menu ul li a {
  padding: 10px;
  color: #ffffff;
  border: 1px solid transparent;
}
Body section nav.menu ul li a.current {
  border: 1px solid #ffffff;
}
Body section nav.menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
Body section article {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 4.5vw;
  position: relative;
  min-height: 100vh;
  max-width: 1280px;
  outline: none;
}
Body section article > img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  -moz-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  -o-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  opacity: 0;
}
Body section article#home {
  padding-top: 25vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media all and (min-width: 912px) {
  Body section article#home {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (max-width: 911px) {
  Body section article#home {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
Body section article#home img {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  bottom: auto;
}
Body section article#home sub {
  font: 500 1em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1em;
  color: #a1a1a1;
}
Body section article#home label {
  width: 50%;
  margin: 25px 0;
}
Body section article#home label input {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 9px 0 0 9px;
  -moz-border-radius: 9px 0 0 9px;
  -o-border-radius: 9px 0 0 9px;
  border-radius: 9px 0 0 9px;
  border: 1px solid #3bba00;
  padding: 10px;
}
Body section article#home label input:focus {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  border-color: #006be6;
}
Body section article#home label button {
  -webkit-border-radius: 0 9px 9px 0;
  -moz-border-radius: 0 9px 9px 0;
  -o-border-radius: 0 9px 9px 0;
  border-radius: 0 9px 9px 0;
}
Body section article#home label * {
  width: 49%;
}
Body section article#conheca h2 {
  margin: 40px auto;
}
Body section article#conheca h2 + p {
  text-align: left;
}
Body section article#conheca > p,
Body section article#conheca > label {
  display: inline-block;
  padding: 15px;
  width: 40%;
}
Body section article#conheca label {
  position: relative;
  top: -100px;
  left: 0;
  right: auto;
  bottom: auto;
}
Body section article#conheca label button {
  width: 100%;
}
Body section article#conheca label span {
  margin: 5px 0;
  text-align: center;
  display: block;
}
Body section article#conheca img {
  height: auto;
  width: 57.5%;
}
Body section article#conheca ol {
  position: relative;
  padding: 25px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media all and (min-width: 912px) {
  Body section article#conheca ol {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media all and (max-width: 911px) {
  Body section article#conheca ol {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    align-items: space-between;
  }
}
Body section article#conheca ol::before {
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  bottom: auto;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  content: "";
  z-index: -1;
  display: inline-block;
  background: #006be6;
}
Body section article#conheca ol li {
  position: relative;
  padding: 10px 25px;
}
Body section article#conheca ol li:before {
  content: "";
  background: #3bba00;
  color: #ffffff;
  text-align: center;
  font: 600 2em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1.4em;
  position: absolute;
  top: -40px;
  left: -8px;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  margin: 0 auto;
  padding: 0;
}
Body section article#conheca ol li:first-child:before {
  content: "1";
}
Body section article#conheca ol li:nth-child(2):before {
  content: "2";
}
Body section article#conheca ol li:last-child:before {
  content: "3";
}
Body section article#conheca * {
  vertical-align: top;
  color: #ffffff;
}
Body section article#vantagens {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media all and (min-width: 912px) {
  Body section article#vantagens {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media all and (max-width: 911px) {
  Body section article#vantagens {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    align-items: space-evenly;
  }
}
Body section article#vantagens h2 {
  width: 100%;
  margin-bottom: 40px;
}
Body section article#vantagens figure {
  padding: 0 40px;
  margin-bottom: 45px;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
Body section article#vantagens figure img {
  width: 80px;
  height: auto;
}
Body section article#vantagens figure figcaption {
  width: calc(100% - 100px);
  padding: 0 0 0 20px;
}
Body section article#vantagens * {
  color: #ffffff;
}
Body section article#funcionalidades h3 {
  margin-bottom: 40px;
  width: 100%;
}
Body section article#funcionalidades img {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: auto;
  right: -10vw;
  bottom: auto;
  max-width: 50%;
  transform: translateY(-50%);
}
Body section article#funcionalidades .columns {
  width: 60%;
}
Body section article#funcionalidades .columns > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}
@media all and (min-width: 1152px) {
  Body section article#funcionalidades .columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
@media all and (max-width: 1151px) and (min-width: 800px) {
  Body section article#funcionalidades .columns {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
@media all and (max-width: 799px) {
  Body section article#funcionalidades .columns {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}
Body section article#funcionalidades .columns p {
  position: relative;
  padding: 10px 0 10px 26px;
  font: 400 1.1em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1.2em;
}
Body section article#funcionalidades .columns p:before {
  position: absolute;
  top: 15px;
  left: 0px;
  right: auto;
  bottom: auto;
  content: url('../img/checked.png');
}
Body section article#funcionalidades * {
  color: #006be6;
}
Body section article#seguranca ul {
  transform: translateY(-50%);
  height: auto;
  width: 70%;
  margin: 25% 0 0 35%;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media all and (min-width: 912px) {
  Body section article#seguranca ul {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media all and (max-width: 911px) {
  Body section article#seguranca ul {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    align-items: space-evenly;
  }
}
Body section article#seguranca ul li {
  padding: 15px 5px;
  width: 45%;
}
Body section article#seguranca img {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -10vw;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  max-width: 50%;
  transform: translateY(-50%);
}
Body section article#seguranca * {
  color: #ffffff;
}
Body section article#contato * {
  color: #0059c0;
}
Body section article#contato form {
  max-width: 640px;
}
Body section form div label {
  width: 100% !important;
}
Body footer {
  background: #006be6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 48px 48px 15px;
}
@media all and (min-width: 912px) {
  Body footer {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media all and (max-width: 911px) {
  Body footer {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: stretch;
    align-items: space-between;
  }
}
@media screen and (min-width: 1440px) {
  Body footer {
    padding: 48px 10vw 15px;
  }
}
Body footer div * {
  text-align: left;
  color: #ffffff;
}
Body footer div:nth-child(2) {
  text-align: center;
  width: 45%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media all and (min-width: 912px) {
  Body footer div:nth-child(2) {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
@media all and (max-width: 911px) {
  Body footer div:nth-child(2) {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
Body footer div:nth-child(2) * {
  text-align: center;
}
Body footer > p {
  font: 400 italic 1em 'Barlow', "Arial Narrow", "Helvetica Neue", sans-serif;
  line-height: 1em;
  color: #003673;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 912px) {
  h1 {
    font-size: 2.2em;
  }
  Body header {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 30px 4vw;
  }
  Body header button.wire {
    padding: 9px 6px !important;
    margin-top: 5px;
    margin-right: 0 !important;
    font-size: 0.9em;
  }
  Body section nav.menu {
    display: none;
  }
  Body section article#home {
    padding-top: 25vh;
  }
  Body section article#home img {
    transform: translateY(10%);
    width: 100%;
    height: auto;
    position: static !important;
  }
  Body section article#home label {
    width: 100% !important;
  }
  Body section article#home label > * {
    margin-bottom: 5px;
    width: 100% !important;
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    -o-border-radius: 9px !important;
    border-radius: 9px !important;
  }
  Body section article#conheca > p,
  Body section article#conheca > label {
    width: 100% !important;
  }
  Body section article#conheca img {
    width: 100% !important;
  }
  Body section article#conheca label {
    top: 0 !important;
  }
  Body section article#conheca ol li {
    margin-bottom: 50px;
  }
  Body section article#vantagens figure {
    width: 100% !important;
    padding: 0 15px !important;
  }
  Body section article#vantagens figure figcaption {
    width: 100%;
    padding: 0 0 0 10px !important;
  }
  Body section article#funcionalidades img {
    position: static !important;
    max-width: 100%;
    transform: translateY(-10%);
  }
  Body section article#funcionalidades .columns {
    width: 100% !important;
  }
  Body section article#funcionalidades .columns > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  Body section article#seguranca ul {
    transform: translateY(0);
    height: auto !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  Body section article#seguranca ul li {
    width: 100% !important;
  }
  Body section article#seguranca img {
    max-width: 100%;
    transform: translateY(-113%);
  }
  Body footer div:nth-child(2) {
    margin: 25px 0;
    width: 100% !important;
  }
  Body footer > p {
    padding-top: 50px;
  }
}
@media all and (max-width: 912px) and all and (min-width: 1152px) {
  Body section article#funcionalidades .columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
@media all and (max-width: 912px) and all and (max-width: 1151px) and (min-width: 800px) {
  Body section article#funcionalidades .columns {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
@media all and (max-width: 912px) and all and (max-width: 799px) {
  Body section article#funcionalidades .columns {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}
