@charset "UTF-8";
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1320px;
    min-width: 1320px;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes lightning-flash {
  0%, 90%, 100% {
    opacity: 1;
    -webkit-filter: brightness(1) contrast(1);
    filter: brightness(1) contrast(1);
  }
  92% {
    opacity: 1;
    -webkit-filter: brightness(2.5) contrast(1.8) saturate(1.5);
    filter: brightness(2.5) contrast(1.8) saturate(1.5);
  }
  93% {
    opacity: 0.7;
    -webkit-filter: brightness(0.8) contrast(1);
    filter: brightness(0.8) contrast(1);
  }
  94% {
    opacity: 1;
    -webkit-filter: brightness(3) contrast(2) saturate(2);
    filter: brightness(3) contrast(2) saturate(2);
  }
  95% {
    opacity: 0.8;
    -webkit-filter: brightness(0.9) contrast(1);
    filter: brightness(0.9) contrast(1);
  }
  96% {
    opacity: 1;
    -webkit-filter: brightness(2.8) contrast(1.9) saturate(1.8);
    filter: brightness(2.8) contrast(1.9) saturate(1.8);
  }
  97% {
    opacity: 1;
    -webkit-filter: brightness(1) contrast(1);
    filter: brightness(1) contrast(1);
  }
}
@keyframes lightning-flash {
  0%, 90%, 100% {
    opacity: 1;
    -webkit-filter: brightness(1) contrast(1);
    filter: brightness(1) contrast(1);
  }
  92% {
    opacity: 1;
    -webkit-filter: brightness(2.5) contrast(1.8) saturate(1.5);
    filter: brightness(2.5) contrast(1.8) saturate(1.5);
  }
  93% {
    opacity: 0.7;
    -webkit-filter: brightness(0.8) contrast(1);
    filter: brightness(0.8) contrast(1);
  }
  94% {
    opacity: 1;
    -webkit-filter: brightness(3) contrast(2) saturate(2);
    filter: brightness(3) contrast(2) saturate(2);
  }
  95% {
    opacity: 0.8;
    -webkit-filter: brightness(0.9) contrast(1);
    filter: brightness(0.9) contrast(1);
  }
  96% {
    opacity: 1;
    -webkit-filter: brightness(2.8) contrast(1.9) saturate(1.8);
    filter: brightness(2.8) contrast(1.9) saturate(1.8);
  }
  97% {
    opacity: 1;
    -webkit-filter: brightness(1) contrast(1);
    filter: brightness(1) contrast(1);
  }
}
/* Variação mais intensa */
.lightning-intense {
  -webkit-animation: lightning-flash-intense 2.5s infinite;
  animation: lightning-flash-intense 2.5s infinite;
}

@-webkit-keyframes lightning-flash-intense {
  0%, 85%, 100% {
    opacity: 0.9;
    -webkit-filter: brightness(0.9) contrast(1.1);
    filter: brightness(0.9) contrast(1.1);
  }
  88% {
    opacity: 1;
    -webkit-filter: brightness(4) contrast(2.5) saturate(2.5);
    filter: brightness(4) contrast(2.5) saturate(2.5);
  }
  89% {
    opacity: 0.6;
    -webkit-filter: brightness(0.7) contrast(0.9);
    filter: brightness(0.7) contrast(0.9);
  }
  90% {
    opacity: 1;
    -webkit-filter: brightness(5) contrast(3) saturate(3);
    filter: brightness(5) contrast(3) saturate(3);
  }
  91% {
    opacity: 0.5;
    -webkit-filter: brightness(0.6) contrast(0.8);
    filter: brightness(0.6) contrast(0.8);
  }
  92% {
    opacity: 1;
    -webkit-filter: brightness(4.5) contrast(2.8) saturate(2.8);
    filter: brightness(4.5) contrast(2.8) saturate(2.8);
  }
  94% {
    opacity: 0.9;
    -webkit-filter: brightness(0.9) contrast(1.1);
    filter: brightness(0.9) contrast(1.1);
  }
}

@keyframes lightning-flash-intense {
  0%, 85%, 100% {
    opacity: 0.9;
    -webkit-filter: brightness(0.9) contrast(1.1);
    filter: brightness(0.9) contrast(1.1);
  }
  88% {
    opacity: 1;
    -webkit-filter: brightness(4) contrast(2.5) saturate(2.5);
    filter: brightness(4) contrast(2.5) saturate(2.5);
  }
  89% {
    opacity: 0.6;
    -webkit-filter: brightness(0.7) contrast(0.9);
    filter: brightness(0.7) contrast(0.9);
  }
  90% {
    opacity: 1;
    -webkit-filter: brightness(5) contrast(3) saturate(3);
    filter: brightness(5) contrast(3) saturate(3);
  }
  91% {
    opacity: 0.5;
    -webkit-filter: brightness(0.6) contrast(0.8);
    filter: brightness(0.6) contrast(0.8);
  }
  92% {
    opacity: 1;
    -webkit-filter: brightness(4.5) contrast(2.8) saturate(2.8);
    filter: brightness(4.5) contrast(2.8) saturate(2.8);
  }
  94% {
    opacity: 0.9;
    -webkit-filter: brightness(0.9) contrast(1.1);
    filter: brightness(0.9) contrast(1.1);
  }
}
/* Variação mais suave */
.lightning-soft {
  -webkit-animation: lightning-flash-soft 4s infinite;
  animation: lightning-flash-soft 4s infinite;
}

@-webkit-keyframes lightning-flash-soft {
  0%, 93%, 100% {
    opacity: 1;
    -webkit-filter: brightness(1) contrast(1);
    filter: brightness(1) contrast(1);
  }
  95% {
    opacity: 1;
    -webkit-filter: brightness(2) contrast(1.5) saturate(1.3);
    filter: brightness(2) contrast(1.5) saturate(1.3);
  }
  96% {
    opacity: 0.8;
    -webkit-filter: brightness(0.9) contrast(1);
    filter: brightness(0.9) contrast(1);
  }
  97% {
    opacity: 1;
    -webkit-filter: brightness(2.2) contrast(1.6) saturate(1.4);
    filter: brightness(2.2) contrast(1.6) saturate(1.4);
  }
}

@keyframes lightning-flash-soft {
  0%, 93%, 100% {
    opacity: 1;
    -webkit-filter: brightness(1) contrast(1);
    filter: brightness(1) contrast(1);
  }
  95% {
    opacity: 1;
    -webkit-filter: brightness(2) contrast(1.5) saturate(1.3);
    filter: brightness(2) contrast(1.5) saturate(1.3);
  }
  96% {
    opacity: 0.8;
    -webkit-filter: brightness(0.9) contrast(1);
    filter: brightness(0.9) contrast(1);
  }
  97% {
    opacity: 1;
    -webkit-filter: brightness(2.2) contrast(1.6) saturate(1.4);
    filter: brightness(2.2) contrast(1.6) saturate(1.4);
  }
}
.hero {
  background-size: cover;
  background-position: center center;
}

.color-gray {
  color: #040606 !important;
}

.bg-gray {
  background-color: #040606 !important;
}

.border-gray {
  border-color: #040606 !important;
}

.color-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.color-green {
  color: #3BB03C !important;
}

.bg-green {
  background-color: #3BB03C !important;
}

.border-green {
  border-color: #3BB03C !important;
}

.color-green2 {
  color: #31F802 !important;
}

.bg-green2 {
  background-color: #31F802 !important;
}

.border-green2 {
  border-color: #31F802 !important;
}

.color-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-black {
  border-color: #000 !important;
}

.color-yellow {
  color: #D2D80C !important;
}

.bg-yellow {
  background-color: #D2D80C !important;
}

.border-yellow {
  border-color: #D2D80C !important;
}

.color-verdeAgua {
  color: #00896E !important;
}

.bg-verdeAgua {
  background-color: #00896E !important;
}

.border-verdeAgua {
  border-color: #00896E !important;
}

.spacing-paddings {
  padding: 45px 0;
}
@media screen and (min-width: 992px) {
  .spacing-paddings {
    padding: 70px 0;
  }
}

.preset-text1 {
  color: #0B0B0B;
  font-size: 16px;
  line-height: 24px;
  color: #040606;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .preset-text1 {
    font-size: 20px;
    font-style: normal;
    line-height: 32px;
  }
}

.title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .title {
    font-size: 34px;
    line-height: 40px;
  }
}

.button-1 {
  display: table;
  margin: auto;
  -webkit-animation: pulsate infinite 2s;
  animation: pulsate infinite 2s;
}
@media screen and (max-width: 991px) {
  .button-1 {
    width: 100%;
  }
}
.button-1 a {
  border-radius: 20px 0 20px 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#3BB03C), to(#17AA63));
  background: linear-gradient(90deg, #3BB03C 0%, #17AA63 100%);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .button-1 a {
    width: 100%;
    font-size: 18px;
    padding: 20px 15px;
  }
}
.button-1 a:hover {
  opacity: 0.7;
}

.font-weight500 {
  font-weight: 500;
}

.font-weight600 {
  font-weight: 600;
}

.font-weight700 {
  font-weight: 700;
}

.section-padding {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .section-padding {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}

.obrigado {
  background: #f3f3f3;
  padding: 80px 0;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .obrigado {
    padding: 40px 0;
  }
}
.obrigado .button-voltar {
  display: table;
  margin: 0 auto;
  margin-top: 30px;
}
.obrigado .button-voltar a {
  padding: 8px 40px;
  background: #000;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.78);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.78);
  border-radius: 5px;
  border: 2px solid #ffffff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

.cop {
  padding: 15px 0;
  background-size: cover;
  background: #363636;
}
.cop .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (max-width: 991px) {
  .cop .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cop .inner img {
  margin-left: 5px;
  width: 80px;
}
.cop .inner p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cop .inner p strong {
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .cop .inner p + p {
    margin-top: 7px;
  }
}

.font-18 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .font-18 {
    font-size: 18px;
    line-height: 28px;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  background: #E9E9E9;
  max-width: 100%;
  color: #000000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

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

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

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none !important;
}

ul,
p {
  margin: 0;
  padding: 0;
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8,
.section-9,
.section-10 {
  overflow-x: clip;
}

.banners img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .banners .banner-desktop {
    display: none;
  }
}
.banners .banner-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .banners .banner-mobile {
    display: block;
  }
}

.topbar {
  background: #000;
  padding: 20px 0;
}
.topbar .inner-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}
.topbar .inner-topbar .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar .inner-topbar .button a {
  background: #3BB03C;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  color: #000;
  padding: 15px 45px;
  border-radius: 20px 0 20px 0;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .topbar .inner-topbar .button a {
    font-size: 12px;
    padding: 7px 10px;
    width: 120px;
    line-height: 14px;
  }
}
@media screen and (max-width: 991px) {
  .topbar .inner-topbar .logo {
    width: 100px;
  }
}

.faixa-banner {
  padding: 30px;
  background: #31F802;
}
@media screen and (max-width: 991px) {
  .faixa-banner {
    padding: 15px 0;
  }
}
.faixa-banner p {
  color: #000;
  text-align: center;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .faixa-banner p {
    font-size: 16px;
    line-height: 26px;
  }
}
.faixa-banner p strong {
  font-weight: 800;
}

.section-analise .lista-items {
  margin-top: 30px;
}
.section-analise .lista-items .item {
  background: #75C043;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(49, 248, 2, 0.5019607843);
  box-shadow: 0px 0px 12px 0px rgba(49, 248, 2, 0.5019607843);
  border-radius: 40px 0 40px 0;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .section-analise .lista-items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.section-analise .lista-items .item .text {
  font-size: 25px;
  line-height: 35px;
  margin-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .section-analise .lista-items .item .text {
    font-size: 18px;
    line-height: 28px;
  }
}

.section-suaempresa .content-text {
  padding: 50px 0;
}
.section-suaempresa p {
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
}
.section-suaempresa p strong {
  color: #004739;
}

.section-1 {
  background-size: cover;
  background-position: center center;
}
.section-1 .title {
  text-transform: uppercase;
}
.section-1 .row-ampher1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.section-1 .row-ampher1 .item {
  width: calc(50% - 20px);
  -webkit-box-shadow: 5px 5px 0px 0px #05C09B;
  box-shadow: 5px 5px 0px 0px #05C09B;
  border-radius: 30px 0 30px 0;
  background: #fff;
  padding: 25px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .section-1 .row-ampher1 .item {
    width: 100%;
  }
}
.section-1 .row-ampher1 .item-2 {
  -webkit-box-shadow: 5px 5px 0px 0px #24FF1A;
  box-shadow: 5px 5px 0px 0px #24FF1A;
  border-radius: 30px 0 30px 0;
  background: #fff;
  padding: 25px;
  background: #fff;
  margin-top: 40px;
}
.section-1 .box-item .title {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
  font-family: "Yanone Kaffeesatz";
  font-size: 28px;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;
  color: #004739;
  position: relative;
  padding-left: 50px;
}
.section-1 .box-item .title .icon {
  width: 40px;
  height: 40px;
  background: #E6F9F5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  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;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-1 .box-item .text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  margin-top: 20px;
}
.section-1 .faixa {
  padding: 30px 30px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#004739), to(#01AD8B));
  background: linear-gradient(90deg, #004739 0%, #01AD8B 100%);
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-1 .faixa {
    font-size: 16px;
    line-height: 26px;
    padding: 20px;
  }
}
.section-1 .faixa strong {
  color: #D2D80C;
}
.section-1 .button-1 {
  margin-top: 55px;
}

.section-2 {
  background: #fff;
  background-size: cover;
}
.section-2 .preset-text1 strong {
  color: #3BB03C;
}
.section-2 .texto-lista {
  margin-top: 10px;
  display: inline-block;
}
.section-2 .texto-lista ul li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.section-2 .texto-lista ul li::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  background: #3BB03C;
}
.section-2 .texto-lista ul li .title-lista {
  font-weight: 800;
  font-size: 25px;
  color: #000;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .section-2 .texto-lista ul li .title-lista {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-2 .texto-lista ul li p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .section-2 .texto-lista ul li p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
}

.section-seguranca {
  padding-bottom: 75px;
}
.section-seguranca strong {
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  .section-seguranca strong {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-seguranca .title-yellow {
  font-size: 18px;
  line-height: 25px;
  color: #D2D80C;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .section-seguranca .title-yellow {
    width: 760px;
    font-size: 25px;
    line-height: 35px;
  }
}

.section-3 {
  padding: 100px 0;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .section-3 {
    padding: 100px 0 60px 0;
  }
}
.section-3 .rains {
  position: absolute;
  top: 0;
  -webkit-animation: flash 1.5s infinite alternate;
  animation: flash 1.5s infinite alternate;
}
.section-3 .box {
  position: relative;
  border-radius: 40px 0px;
  border: 4px solid #00281F;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 6px 6px 0px 0px #24FF1A;
  box-shadow: 6px 6px 0px 0px #24FF1A;
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  .section-3 .box.box-2 {
    margin-top: 80px;
  }
}
.section-3 .box .image {
  display: table;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 30px;
}
.section-3 .box .title-box {
  color: #005F4C;
  text-shadow: 0px 0px 10px rgba(5, 192, 155, 0.3);
  font-size: 44px;
  font-weight: 700;
  line-height: 42px;
  font-family: "Yanone Kaffeesatz";
}
@media screen and (max-width: 991px) {
  .section-3 .box .title-box {
    font-size: 30px;
    line-height: 30px;
  }
}
.section-3 .box .text {
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  .section-3 .box .text {
    font-size: 16px;
  }
}
.section-3 .box .text strong {
  color: #006F59;
  font-weight: 700;
}
.section-3 h1.title {
  color: #24FF1A;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(36, 255, 25, 0.3);
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .section-3 h1.title {
    margin-top: 45px;
  }
}
.section-3 .preset-text1 strong {
  color: #24FF1A;
}

.section-4 h1.title {
  text-shadow: 0px 0px 10px rgba(5, 192, 155, 0.3);
}
.section-4 .lista-beneficios {
  margin-top: 40px;
}
.section-4 .lista-beneficios ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 1199px) {
  .section-4 .lista-beneficios ul {
    gap: 15px;
  }
}
.section-4 .lista-beneficios ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 15px);
  flex: 1 1 calc(25% - 15px);
  border-radius: 30px 0px;
  background: linear-gradient(149deg, #10AA8B 47.43%, #24FF19 113.51%);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
  height: 76px;
}
@media screen and (max-width: 1199px) {
  .section-4 .lista-beneficios ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    font-size: 18px;
    height: auto;
    padding: 10px 10px;
  }
}

.section-estudos {
  background: #0C1814;
}
.section-estudos .item {
  border: 1px solid #24FF1A;
  -webkit-box-shadow: 0px 0px 10px 0px #05C09B;
  box-shadow: 0px 0px 10px 0px #05C09B;
  border-radius: 30px 0 30px 0;
  padding: 19px 15px;
}
.section-estudos .item .title {
  color: #05C09B;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz";
  position: relative;
  padding-left: 30px;
  line-height: 38px;
}
.section-estudos .item .title::before {
  content: "";
  background-image: url(../assets/images/icon-check.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
  background-size: contain;
}
.section-estudos .item .text {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
}

.section-5 {
  position: relative;
  background-image: url("../assets/images/pattern-fundo.png"), -webkit-gradient(linear, left top, left bottom, from(#080808), color-stop(49.52%, #072200), to(#080808));
  background-image: url("../assets/images/pattern-fundo.png"), linear-gradient(180deg, #080808 0%, #072200 49.52%, #080808 100%);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}
.section-5 .rain-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-animation: lightning-flash-intense 3s infinite;
  animation: lightning-flash-intense 3s infinite;
}
@media screen and (max-width: 991px) {
  .section-5 .rain-image {
    display: none;
  }
}
.section-5 .rain-image img {
  height: 100%;
}
.section-5 .title {
  margin-bottom: 30px;
}
.section-5 .preset-text1 {
  text-align: right;
}
.section-5 .button-1 {
  margin-top: 50px;
  width: 100%;
}
.section-5 .button-1 a {
  width: 100%;
}
.section-5 .clientes {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .section-5 .clientes {
    margin-top: 40px;
  }
}
.section-5 .clientes .lista-clientes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  padding: 140px 0 75px 0;
  margin-top: -100px;
  background: #080808;
}
.section-10 .box-item .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #31F802;
  border-radius: 0 50px 0 0;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .section-10 .box-item .box-title {
    border-radius: 0 30px 0 0;
  }
}
.section-10 .box-item .box-title p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 40px;
}
.section-10 .box-item .box-title p::before {
  content: "";
  background-image: url(../assets/images/icon-check2.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .section-10 .box-item .box-title p {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-10 .box-item .box-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background: #131313;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 248, 2, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(49, 248, 2, 0.2);
  padding: 20px;
  text-align: center;
  border-radius: 0 0 0 50px;
}
@media screen and (max-width: 991px) {
  .section-10 .box-item .box-text {
    border-radius: 0 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-10 .box-item .box-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.section-10 .text1 {
  font-size: 20px;
  line-height: 30px;
  color: #31F802;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .section-10 .text1 {
    font-size: 24px;
    line-height: 35px;
  }
}
.section-10 .button-1 {
  margin-left: 0;
  margin-top: 50px !important;
}

.section-6 {
  background-color: #072200;
  background-size: cover;
}

.form-section .text {
  text-align: center;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .form-section .text {
    font-size: 16px;
    width: 340px;
    display: table;
    margin: 0 auto;
  }
}
.form-section .text strong {
  font-size: 28px;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .form-section .text strong {
    font-size: 24px;
  }
}
.form-section form {
  margin-top: 20px;
}
.form-section .item {
  margin-top: 20px;
}
.form-section label {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
}
.form-section input[type=text],
.form-section input[type=email] {
  border-radius: 10px;
  border: 1px solid #05C09B;
  background: #fff;
  height: 48px;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  background: #000;
  color: #fff;
}
.form-section input[type=submit] {
  width: 420px;
  background: #24FF1A;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  padding: 15px 0;
  border-radius: 20px;
  margin: auto;
  display: table;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .form-section input[type=submit] {
    width: 100%;
  }
}

.modal {
  padding-bottom: 50px !important;
  background-color: rgb(54, 54, 54) !important;
}
.modal input[type=submit] {
  width: 100%;
  margin-top: 20px;
}

footer {
  background: #fff;
}
footer .logo {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  footer .logo {
    width: 185px;
  }
}

.whatsapp-flutuante {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 50px;
}

.blocker {
  z-index: 9999 !important;
}
/*# sourceMappingURL=style.css.map */
