.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: 1400px) {
  .container {
    width: 1310px;
    max-width: 1310px;
  }
}
@-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 mouse-move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.color-gray {
  color: #545454 !important;
}

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

.color-blue {
  color: #28498c !important;
}

.color-purple {
  color: #4d3e85 !important;
}

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

.color-red {
  color: #7A142A !important;
}

.color-green {
  color: #065E68 !important;
}

.hero {
  background-size: cover !important;
  background-position: center center;
}

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

.preset-text1 {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  color: #1d1d1b;
}
@media screen and (max-width: 991px) {
  .preset-text1 {
    font-size: 16px;
    line-height: 24px;
  }
}

.title-1,
.title-1 h1 {
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title-1,
  .title-1 h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

.button-1 {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media screen and (max-width: 991px) {
  .button-1 {
    margin-top: 25px;
    width: 100%;
  }
}
.button-1 a {
  border-radius: 30px;
  border: 3px solid #10AA8B;
  background: -webkit-gradient(linear, left top, left bottom, from(#10AA8B), to(#16F00B));
  background: linear-gradient(180deg, #10AA8B 0%, #16F00B 100%);
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  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;
  color: #fff;
  -webkit-animation: pulsate 1.3s infinite;
  animation: pulsate 1.3s infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 720px;
  padding: 15px 0;
}
@media screen and (max-width: 991px) {
  .button-1 a {
    width: 100%;
    font-size: 18px;
    padding: 20px 15px;
    border-radius: 30px;
  }
  .button-1 a img {
    width: 30px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 399px) {
  .button-1 a {
    font-size: 16px;
  }
}
.button-1 a img {
  margin-left: 15px;
}

.border-red {
  border-radius: 40px;
  border: 2px solid #C11531;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 0px 0px #C11531 !important;
  box-shadow: 0px 5px 0px 0px #C11531 !important;
}

.border-blue {
  border: 4px solid #16818D;
  -webkit-box-shadow: 0px 6px 0px 0px #16818D;
  box-shadow: 0px 6px 0px 0px #16818D;
  border-radius: 40px;
}

.text-center {
  text-align: center !important;
}

.font-weight400 {
  font-weight: 400 !important;
}

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

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

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

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

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

.whatsapp-flutuante a {
  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;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 20px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.whatsapp-flutuante a:hover {
  background: #13a148;
  width: 67px;
  height: 67px;
}
@media screen and (max-width: 991px) {
  .whatsapp-flutuante a {
    bottom: 25px;
    width: 45px;
    height: 45px;
  }
}

.whatsapp-desktop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 140px;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .whatsapp-desktop {
    display: none;
  }
}

.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: #7a142a;
  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;
}

.section-13 {
  background: #f0f0f0;
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .section-13 {
    padding: 40px 0;
  }
}
.section-13 .text-1 {
  margin: 0 auto;
  display: table;
}
@media screen and (min-width: 992px) {
  .section-13 .text-1 {
    width: 900px;
  }
}
.section-13 .text-1 p {
  color: #000000;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.87px;
}
@media screen and (max-width: 991px) {
  .section-13 .text-1 p {
    font-size: 20px;
    line-height: 30px;
  }
}

.img-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.cop {
  padding: 15px 0;
  background: #16818D;
  background-size: cover;
}
.cop .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.cop .inner img {
  margin-left: 5px;
  width: 80px;
}
.cop .inner p {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 575px) {
  .cop .inner p + p {
    margin-top: 7px;
  }
}

/*! 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: "Raleway", sans-serif;
  background: #E9FDFF;
}
@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: #fff;
  max-width: 100%;
  color: #000000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
  background: #E9FDFF;
}

*, *::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;
  display: inline-block;
  width: 100%;
}

.container-fluid {
  overflow-x: clip;
}

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

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

.section-2 {
  background: linear-gradient(91.58deg, #7A142A 37.89%, #910E2A 98.66%);
  padding: 30px 0;
}
.section-2 .text-1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.section-mid-1 {
  position: relative;
  background: #E9FDFF;
}
.section-mid-1 .details {
  position: absolute;
}
@media (max-width: 1919px) {
  .section-mid-1 .details {
    display: none;
  }
}
.section-mid-1 .details.d1 {
  right: 20px;
  top: 500px;
}
.section-mid-1 .details.d2 {
  top: 1400px;
  left: 0;
}
@media (min-width: 1920px) {
  .section-mid-1 .details.d2 {
    z-index: 999;
  }
}
.section-mid-1 .details.d3 {
  bottom: 1100px;
  right: 0;
}
.section-mid-1 .details.d4 {
  bottom: 400px;
  left: 0;
}

.coluna-boxes {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .coluna-boxes {
    margin-top: 40px;
  }
}
.coluna-boxes .content-text {
  background: #fff;
  height: 98.5%;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coluna-boxes .content-text .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #065E68;
}
.coluna-boxes .content-text .preset-text1 {
  line-height: 30px;
  letter-spacing: 0%;
}

.section-4 {
  position: relative;
  margin-bottom: 80px;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 991px) {
  .section-4 {
    margin-bottom: 40px;
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .title-1 h1 {
    font-size: 24px;
    font-weight: 700;
  }
}
.section-4 .content-mid .mid-1 {
  background: #fff;
  padding: 40px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .mid-1 {
    margin-top: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .mid-1 .logo-prosiga-mid {
    display: table;
    width: 190px;
    margin: 0 auto;
  }
}
.section-4 .content-mid .mid-1 .title-1 {
  color: #16818D;
  font-family: Raleway;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px;
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .mid-1 .title-1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-4 .content-mid .mid-1 .lista-check .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-4 .content-mid .mid-1 .lista-check .item:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .mid-1 .lista-check .item:not(:first-child) {
    margin-top: 15px;
  }
}
.section-4 .content-mid .mid-1 .lista-check .item .title {
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .mid-1 .lista-check .item .title {
    padding-left: 40px;
  }
}
.section-4 .content-mid .mid-1 .lista-check .item .title::before {
  content: "";
  background-image: url("../images/icon-check.svg");
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .mid-1 .lista-check .item .title::before {
    background-size: contain;
    height: 32px;
    width: 30px;
  }
}
.section-4 .content-mid .mid-1 .lista-check .item .title span {
  position: relative;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  color: #065E68;
  line-height: 30px;
  font-weight: 800;
  padding-top: 5px;
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .mid-1 .lista-check .item .title span {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-4 .content-mid .mid-1 .texto-video {
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  color: #7A142A;
}
.section-4 .content-mid .mid-1 .texto-footer {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  color: #065E68;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .mid-1 .texto-footer {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-4 .content-mid .image-pc {
    min-width: 560px;
    margin-left: -70px;
    margin-top: -60px;
  }
}
.section-4 .content-mid .texto-3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #7A142A;
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .texto-3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-4 .content-mid .texto-4 {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .texto-4 {
    text-align: left !important;
  }
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .logo-reactpro {
    width: 210px;
    display: table;
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .section-4 .content-mid .video {
    margin-top: 20px;
  }
}
.section-4 .content-mid .video iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
  border-radius: 5.19px;
  border-radius: 5.19px;
  border: 1.038px solid var(--Textos, #0B0B0B);
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  -webkit-box-shadow: 0px 2.595px 0px 0px #000;
  box-shadow: 0px 2.595px 0px 0px #000;
}
.section-4 .content-box-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 45px;
}
@media screen and (min-width: 992px) {
  .section-4 .content-box-1 {
    grid-template-columns: repeat(2, 2fr);
  }
}
.section-4 .box-icon {
  margin-top: 80px;
  position: relative;
  padding: 100px 20px 40px 20px;
}
@media screen and (max-width: 991px) {
  .section-4 .box-icon {
    padding: 70px 20px 30px 20px;
  }
}
.section-4 .box-icon .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 991px) {
  .section-4 .box-icon .icon {
    width: 100px;
  }
}
.section-4 .box-icon .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-4 .box-icon .text {
    font-size: 16px;
    line-height: 22px;
  }
}

.section-5 {
  background: #08616f;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section-5 {
    overflow: hidden;
  }
}
.section-5 .container,
.section-5 .row {
  position: relative;
}
.section-5 .image-destaque {
  display: table;
  margin: 0 auto;
  width: 300px;
  margin-bottom: -80px;
}
@media screen and (min-width: 992px) {
  .section-5 .image-destaque {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 380px;
    margin-bottom: 0;
  }
}
.section-5 .content-text {
  padding: 35px 0;
}
.section-5 .content-text .text1 {
  font-size: 34px;
  line-height: 44px;
}
@media screen and (max-width: 991px) {
  .section-5 .content-text .text1 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .section-5 .content-text .title-1 h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

.section-6 {
  position: relative;
}
.section-6 .image-details {
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media screen and (max-width: 991px) {
  .section-6 .image-details {
    width: 94px;
    left: -50px;
    z-index: 9999;
    bottom: 80px;
  }
}
.section-6 .container {
  position: relative;
}
.section-6 .image-mulher {
  position: absolute;
  left: 0px;
  bottom: 0;
}
@media (max-width: 1440px) {
  .section-6 .image-mulher {
    width: 600px;
    left: -130px;
  }
}
@media screen and (max-width: 1199px) {
  .section-6 .image-mulher {
    width: 360px;
    left: -130px;
  }
}
@media screen and (max-width: 991px) {
  .section-6 .image-mulher {
    position: relative;
    display: table;
    margin: 0 auto;
    left: 0;
    width: 330px;
    margin-top: 30px;
  }
}
.section-6 .content-text {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .section-6 .content-text {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .section-6 .content-text {
    width: 700px;
    float: right;
  }
}
.section-6 .content-text .text1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .section-6 .content-text .text1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
  }
}
.section-6 .content-text .text2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .section-6 .content-text .text2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-6 .text3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .section-6 .text3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.section-6 .button-1 {
  margin-top: 50px;
  padding-bottom: 90px;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-6 .button-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section-6 .button-1 {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    left: 0;
  }
}

.section-7 {
  background: #E9FDFF;
}
.section-7 .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 25px;
}
@media screen and (min-width: 992px) {
  .section-7 .list {
    grid-template-columns: repeat(3, 3fr);
  }
}
@media screen and (min-width: 1200px) {
  .section-7 .list {
    grid-template-columns: repeat(5, 5fr);
  }
}
.section-7 .list .item {
  margin-top: 80px;
  position: relative;
  padding: 65px 15px 20px 15px;
  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;
}
@media screen and (max-width: 991px) {
  .section-7 .list .item {
    padding: 70px 20px 30px 20px;
  }
}
.section-7 .list .item .image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 991px) {
  .section-7 .list .item .image {
    width: 100px;
  }
}
.section-7 .list .item .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-7 .list .item .text {
    font-size: 18px;
    line-height: 22px;
  }
}

.box-apresentacao-sistema {
  background: #065E68;
  padding: 40px;
  margin-top: 100px;
  border: 2px solid #C11531;
  -webkit-box-shadow: 0px 5px 0px 0px #C11531;
  box-shadow: 0px 5px 0px 0px #C11531;
  border-radius: 40px;
}
@media screen and (max-width: 991px) {
  .box-apresentacao-sistema {
    margin-top: 40px;
    padding: 20px;
  }
}
.box-apresentacao-sistema .button-1 {
  width: 100%;
  margin-top: 30px;
}
.box-apresentacao-sistema .button-1 a {
  width: 100%;
  font-size: 20px;
  padding: 20px 0;
}

.box-ebook {
  background: linear-gradient(91.58deg, #7A142A 37.89%, #910E2A 98.66%);
  border-top: 2px solid #16818D;
  border-top: 2px solid #16818D;
  border-top: 2px solid #16818D;
  border-bottom: 4px solid #16818D;
  border-radius: 40px;
  margin-top: 100px;
  box-shadow: 0px 5px 0px 0px #16818D;

}
.box-ebook .preset-text1 {
  color: #fff;
}
.box-ebook .image {
  margin-top: -50px;
  margin-bottom: -150px;
}

.box-ebook .content-text {
  padding: 50px 50px 50px 0;
}

.box-ebook .button-1 {
  display: block;
  margin-top: 20px;
}
.box-ebook .button-1 a {
  width: 100%;
}

@media(max-width: 992px) {
  .box-ebook .image {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
  }
  .box-ebook .content-text {
    padding: 20px;
  }
}

.content-carouse-sindicos {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .content-carouse-sindicos {
    margin-top: 40px;
  }
}
.content-carouse-sindicos .box-sindicos {
  position: relative;
  padding: 0 40px;
}
.content-carouse-sindicos .arrow-slick {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  width: 38px;
  height: 38px;
  background: #16818D;
  border-radius: 50%;
  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;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.content-carouse-sindicos .arrow-slick.a-left {
  left: 0;
}
.content-carouse-sindicos .arrow-slick.a-right {
  right: 0;
}
.content-carouse-sindicos .slick-track {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-carouse-sindicos .item {
  margin-top: 80px;
  position: relative;
  padding: 65px 15px 20px 15px;
  border: 1.85px solid #16818D;
  -webkit-box-shadow: 0px 4.63px 0px 0px #16818D;
  box-shadow: 0px 4.63px 0px 0px #16818D;
  border-radius: 35px;
  background: #fff;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .content-carouse-sindicos .item {
    padding: 70px 20px 30px 20px;
  }
}
.content-carouse-sindicos .item .image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 991px) {
  .content-carouse-sindicos .item .image {
    width: 100px;
  }
}
.content-carouse-sindicos .item .text {
  font-size: 14px;
  line-height: 20px;
}
.content-carouse-sindicos .item .nome {
  font-size: 14px;
  color: #065E68;
  font-weight: 700;
  margin-top: 20px;
}
.content-carouse-sindicos .item .cargo {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  margin-top: 5px;
}

.section-8 {
  background: #7a142a;
}
.section-8 .text1 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}
.section-8 .text1 strong {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-8 .text1 strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-8 .text1 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-8 .text1 {
    padding: 0 30px;
  }
}

.form {
  margin-top: 30px;
  border-radius: 45px;
  border: 1px solid var(--Textos, #0B0B0B);
  background: var(--Branco, #FFF);
  -webkit-box-shadow: 0px 5px 0px 0px #000;
  box-shadow: 0px 5px 0px 0px #000;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 20px;
  }
}
.form .item {
  padding: 0 10px;
  margin-top: 25px;
  width: 100%;
}
.form .item .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form .item.column-1 {
    width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .form .item.column-2 {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .form .item.column-3 {
    width: 50%;
  }
}
.form .item label {
  display: block;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}
.form .item label span {
  color: #cf4e64;
}
.form .item select {
  font-size: 18px;
  font-weight: 500;
  color: rgba(11, 11, 11, 0.4);
}
.form .item select:valid {
  color: #000;
}
.form .item select option {
  color: #000;
}
.form .item select,
.form .item input[type=text],
.form .item input[type=email] {
  height: 54px;
  border-radius: 15px;
  border: 1px solid var(--Textos, #0B0B0B);
  background: var(--Branco, #FFF);
  width: 100%;
  font-size: 18px;
  padding: 0 15px;
  font-weight: 600;
}
.form .item select::-webkit-input-placeholder,
.form .item input[type=text]::-webkit-input-placeholder,
.form .item input[type=email]::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: rgba(11, 11, 11, 0.4);
}
.form .item select::-moz-placeholder,
.form .item input[type=text]::-moz-placeholder,
.form .item input[type=email]::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: rgba(11, 11, 11, 0.4);
}
.form .item select::-ms-input-placeholder,
.form .item input[type=text]::-ms-input-placeholder,
.form .item input[type=email]::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: rgba(11, 11, 11, 0.4);
}
.form .item select::placeholder,
.form .item input[type=text]::placeholder,
.form .item input[type=email]::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: rgba(11, 11, 11, 0.4);
}
.form .item textarea {
  height: 110px;
  border-radius: 15px;
  border: 1px solid var(--Textos, #0B0B0B);
  background: var(--Branco, #FFF);
  width: 100%;
  font-size: 18px;
  padding: 15px;
  font-weight: 600;
}
.form input[type=submit] {
  border-radius: 15px;
  border: 2px solid #10AA8B;
  background: -webkit-gradient(linear, left top, left bottom, from(#10AA8B), to(#16F00B));
  background: linear-gradient(180deg, #10AA8B 0%, #16F00B 100%);
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form input[type=submit] {
    width: 640px;
    margin-top: 30px;
  }
}
.form .column-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .column-checkbox .checboxes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
.form .column-checkbox .checboxes-item label {
  margin-bottom: 0;
  cursor: pointer;
}
.form .column-checkbox .checboxes-item + .checboxes-item {
  margin-left: 40px;
}
.form .column-checkbox .checboxes-item input[type=radio] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

footer {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 30px 0;
  }
}

.footer-bottom {
  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;
}
.footer-bottom span {
  margin: 20px 25px;
  background: #16818D;
  width: 2px;
  height: 90px;
}
@media screen and (max-width: 991px) {
  .footer-bottom span {
    margin: 20px 5px;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom span.hidden-mobile {
    display: none;
  }
}

footer .atendimento {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #7A142A;
  text-align: left;
}
@media screen and (max-width: 991px) {
  footer .atendimento {
    width: 47%;
    padding-left: 2%;
  }
}
footer .logo img {
  width: 155px;
}
@media screen and (max-width: 991px) {
  footer .logo {
    width: 48%;
  }
}

.social.-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .social.-footer {
    margin-top: 10px;
  }
}
.social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 2px solid #7A142A;
  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;
  color: #7A142A;
  font-size: 22px;
  margin-left: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social.-footer a {
  margin-left: 0;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .modal {
    padding: 0 15px !important;
  }
}

.form-modal {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .form-modal {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 991px) {
  .form-modal .item {
    margin-top: 15px !important;
  }
  .form-modal .item label {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .form-modal input,
  .form-modal select {
    height: 45px !important;
  }
}
.form-modal input[type=submit] {
  width: 100%;
}
#formpdf p {
  display: block;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}
#formpdf .item-rd {
  display: flex;
  gap: 0 30px;
  margin-left: 10px;
  margin-top: 20px;
}
#formpdf .item-rd div {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#formpdf .item-rd div label {
  font-size: 18px;
}
#formpdf .item-rd div input {
  width: 20px;
  height: 20px;
}
.blocker {
  z-index: 9999999 !important;
}
/*# sourceMappingURL=style.css.map */
