@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;
  }
}
.section-padding {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 45px 0;
  }
}

.button-1 {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .button-1 {
    width: 100%;
  }
}
.button-1 a {
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.36);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.36);
  border-radius: 6px;
  border: 2px solid #ffffff;
  background-color: #8121ce;
  padding: 22px 45px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1.2px;
  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;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 56px;
}
.button-1 a:hover {
  background: #9b32ef;
}
@media screen and (max-width: 767px) {
  .button-1 a {
    font-size: 18px;
    padding: 15px 15px;
    line-height: 24px;
  }
}
.button-1 a img {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .button-1 a img {
    width: 32px;
    margin-left: 15px;
  }
}

.button-2 {
  margin: 0 auto;
  display: table;
}
@media screen and (min-width: 768px) {
  .button-2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .button-2 {
    width: 100%;
  }
}
.button-2 a {
  height: 82px;
  width: 510px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.36);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.36);
  border-radius: 5px;
  border: 2px solid #ffffff;
  background-color: #46196f;
  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;
  font-size: 24px;
  letter-spacing: -1.2px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 56px;
}
.button-2 a:hover {
  background: #9b32ef;
}
@media screen and (max-width: 767px) {
  .button-2 a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
    line-height: 24px;
  }
}
.button-2 a img {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .button-2 a img {
    margin-left: 15px;
    width: 35px;
  }
}

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

.ft-size-30 {
  color: #d4c015;
  letter-spacing: -1.5px;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ft-size-30 {
    font-size: 25px;
  }
}

.ft-size-20 {
  color: #d4c015;
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ft-size-20 {
    font-size: 18px;
  }
}

._margin-top-40px {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  ._margin-top-40px {
    margin-top: 30px;
  }
}

/*! 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: "Montserrat", 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: #fff;
  max-width: 100%;
  color: #000000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Montserrat", 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 {
  padding: 130px 0 80px 0;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .section-1 {
    background-size: contain;
    background-size: 100%;
  }
}
@media screen and (max-width: 991px) {
  .section-1 {
    padding: 80px 0 80px 0;
    background-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  .section-1 {
    padding: 40px 0 45px 0;
  }
}
.section-1 .logo {
  width: 390px;
}
@media screen and (max-width: 991px) {
  .section-1 .logo {
    width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .section-1 .logo {
    width: 220px;
  }
}
.section-1 .text-1 {
  color: #454545;
  font-size: 30px;
  letter-spacing: -1.5px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .section-1 .text-1 {
    margin-top: 50px;
    font-size: 20px;
    width: 290px;
  }
  .section-1 .text-1 br {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  .section-1 .text-1 {
    width: 100%;
  }
}
.section-1 .text-1 span {
  color: #303030;
  font-size: 60px;
  letter-spacing: -3px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-1 .text-1 span {
    font-size: 40px;
  }
}
.section-1 .button-1 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .section-1 .button-1 {
    margin-top: 40px;
  }
}

.image-faixa img {
  width: 100%;
}

.section-2 {
  background-position: center center;
  text-align: center;
  background-repeat: repeat-x;
  background-size: contain;
}
.section-2 .text-1 p {
  color: #46196f;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1.8px;
}
@media screen and (max-width: 767px) {
  .section-2 .text-1 p {
    font-size: 24px;
  }
}
.section-2 .text-2 p {
  margin-top: 35px;
  line-height: 30px;
  color: #303030;
  letter-spacing: -0.9px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-2 .text-2 p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
    letter-spacing: 0.5px;
  }
}

.section-3 {
  padding: 80px 0 0 0;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .section-3 {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .section-3 {
    background-image: none !important;
  }
}
@media screen and (max-width: 767px) {
  .section-3 {
    padding: 45px 0 0 0;
  }
}
.section-3 .text-1 {
  width: 481px;
  margin-left: 30px;
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .section-3 .text-1 {
    margin-top: 0;
    margin-left: 0;
    margin: 0 auto;
    display: table;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-3 .text-1 {
    width: 100%;
  }
}
.section-3 .text-1 p {
  font-size: 26px;
  letter-spacing: -1.2px;
  font-weight: 500;
  color: #777777;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .section-3 .text-1 p {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-3 .text-1 strong {
  color: #46196f;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 767px) {
  .section-3 .text-1 strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .section-3 img {
    margin: 0 auto;
    display: table;
    margin-top: 30px;
  }
}

.section-4 {
  background: linear-gradient(110deg, #540e94 0%, #ee65c1 100%);
}
.section-4 .boxes {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 17px;
}
@media screen and (max-width: 991px) {
  .section-4 .boxes {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 767px) {
  .section-4 .boxes {
    grid-template-columns: 100%;
    padding: 0 15px;
  }
}
.section-4 .boxes .item {
  background: #4b235f;
  padding: 40px 30px;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-4 .boxes .item {
    padding: 40px 10px;
  }
}
.section-4 .boxes .item p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.9px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-4 .boxes .item p {
    font-size: 16px;
  }
}
.section-4 .text-1 {
  margin: 55px 0;
}
@media screen and (max-width: 767px) {
  .section-4 .text-1 {
    margin: 25px 0;
  }
}
.section-4 .text-1 p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 36.71px;
  font-weight: 600;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .section-4 .text-1 p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
  }
}
.section-4 .text-1 p strong {
  font-size: 36px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .section-4 .text-1 p strong {
    font-size: 22px;
  }
}

.section-6 {
  text-align: center;
  position: relative;
  height: 290px;
}
@media screen and (max-width: 767px) {
  .section-6 {
    height: 180px;
  }
}
.section-6 .ziper {
  position: absolute;
  top: -15px;
  width: 100%;
  left: 0;
}
.section-6 .ziper img {
  width: 95%;
  height: 30px;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}
@media screen and (max-width: 767px) {
  .section-6 .ziper img {
    height: 25px;
  }
}
.section-6 .background {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  top: 0;
}
.section-6 .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .section-6 .background img {
    -o-object-position: -110px center;
    object-position: -110px center;
  }
}
.section-6 .text-1 p {
  font-size: 30px;
  color: #46196f;
  letter-spacing: -1.5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-6 .text-1 p {
    font-size: 24px;
  }
}
.section-6 .text-2 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-6 .text-2 {
    margin-top: 20px;
  }
}
.section-6 .text-2 p {
  font-size: 18px;
  color: #777777;
  letter-spacing: -1.5px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 767px) {
  .section-6 .text-2 p {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-6 .text-2 p strong {
  font-weight: 700;
  color: #46196f;
}
.section-6 .text-3 {
  margin-top: 40px;
  color: #8121ce;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1.8px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-6 .text-3 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
  }
}
.section-6 .button-1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-6 .button-1 {
    margin-top: 30px;
  }
}
.section-6 .button-1 a {
  padding: 18px 65px;
}
@media screen and (max-width: 767px) {
  .section-6 .button-1 a {
    padding: 18px 10px;
  }
}

.section-7 {
  background: linear-gradient(110deg, #540e94 0%, #ee65c1 100%);
}
.section-7 .grid-check {
  display: grid;
  grid-template-columns: 180px 180px 180px 180px;
  grid-gap: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .section-7 .grid-check {
    grid-template-columns: 30% 30%;
    grid-gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section-7 .grid-check {
    grid-template-columns: 40% 40%;
  }
}
.section-7 .grid-check .item {
  text-align: center;
}
.section-7 .grid-check .item .text {
  color: #ffffff;
  line-height: 32px;
  letter-spacing: -1.2px;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-7 .grid-check .item .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-7 .grid-check .item img {
    width: 40px;
  }
}

.section-9 .text-1 {
  text-align: center;
}
.section-9 .text-1 p {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1.5px;
  color: #8121ce;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-9 .text-1 p {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-9 .topics {
  background: #edeced;
  padding: 70px 70px 50px 70px;
  margin-top: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .section-9 .topics {
    padding: 25px 25px 50px 25px;
    border-radius: 20px;
  }
}
.section-9 .topics ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media screen and (max-width: 991px) {
  .section-9 .topics ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .section-9 .topics ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.section-9 .topics ul li {
  font-size: 20px;
  color: #8121ce;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .section-9 .topics ul li {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-9 .topics ul li {
    font-size: 15px;
    padding-left: 10px;
  }
}
.section-9 .topics ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #e9577d;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-9 .topics ul li:before {
    font-size: 16px;
  }
}
.section-9 .topics .text {
  font-size: 20px;
  letter-spacing: -1px;
  color: #8121ce;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-9 .topics .text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.section-9 .button-2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-9 .button-2 {
    margin-top: 30px;
  }
}

.section-10 {
  background-position: center center;
  text-align: center;
  background-repeat: repeat-x;
  padding: 80px 0 50px 0;
  background-image: url("../images/texture-section-atendemos.png");
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-10 {
    padding: 45px 0 50px 0;
  }
}
.section-10 .line-1, .section-10 .line-2 {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.section-10 .line-1 img, .section-10 .line-2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-10 .line-1 img, .section-10 .line-2 img {
    height: 7px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.section-10 .line-1 {
  top: 5px;
}
.section-10 .line-2 {
  bottom: 5px;
}
.section-10 .list-moda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .section-10 .list-moda {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .section-10 .list-moda {
    padding: 0 10px;
    margin-top: 20px;
  }
}
.section-10 .list-moda .item {
  padding: 40px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .section-10 .list-moda .item {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .section-10 .list-moda .item {
    width: 45%;
    padding: 20px 5px;
  }
}
.section-10 .list-moda .item:nth-child(6) p {
  margin-top: 35px;
}
.section-10 .list-moda .item p {
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}
.section-10 .text-2 {
  margin-top: 20px;
}

.section-11 .text-1 {
  color: #46196f;
}
.section-11 .text-2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .section-11 .text-2 {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-11 .text-3 {
  color: #8121ce;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-11 .text-3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-11 .logo-mid {
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .section-11 .logo-mid {
    width: 250px;
  }
}
.section-11 .text-4 {
  font-size: 36px;
  color: #8121ce;
  letter-spacing: -1.8px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-11 .text-4 {
    font-size: 26px;
  }
}
.section-11 .button-1 {
  margin-top: 60px;
}
.section-11 .instagram {
  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;
  margin-top: 60px;
  gap: 20px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section-11 .instagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.section-11 .instagram .text p:first-child {
  font-size: 24px;
  color: #470576;
}
.section-11 .instagram .text p:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
  color: #8121ce;
}
@media screen and (max-width: 767px) {
  .section-11 .instagram .text p:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-11 .instagram .image {
    margin-left: auto;
    margin-right: auto;
    width: 70px;
  }
}

.section-marcas {
  padding-bottom: 75px;
}
.section-marcas .title {
  color: #8121ce;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-marcas .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.section-marcas .marcas-carousel {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-marcas .marcas-carousel {
    margin-top: 10px;
  }
}
.section-marcas .marcas-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-marcas .marcas-carousel .item {
  padding: 10px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-marcas .marcas-carousel .item {
    padding: 20px;
  }
}
.section-marcas .marcas-carousel .item img {
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-marcas .marcas-carousel .slick-prev,
.section-marcas .marcas-carousel .slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .section-marcas .marcas-carousel .slick-prev,
  .section-marcas .marcas-carousel .slick-next {
    width: 40px;
    height: 40px;
  }
}
.section-marcas .marcas-carousel .slick-prev:before,
.section-marcas .marcas-carousel .slick-next:before {
  font-size: 50px;
  color: #46186e;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .section-marcas .marcas-carousel .slick-prev:before,
  .section-marcas .marcas-carousel .slick-next:before {
    font-size: 40px;
  }
}
.section-marcas .marcas-carousel .slick-prev:hover:before,
.section-marcas .marcas-carousel .slick-next:hover:before {
  opacity: 1;
}
.section-marcas .marcas-carousel .slick-prev {
  left: -60px;
}
@media screen and (max-width: 991px) {
  .section-marcas .marcas-carousel .slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section-marcas .marcas-carousel .slick-prev {
    left: 10px;
  }
}
.section-marcas .marcas-carousel .slick-next {
  right: -60px;
}
@media screen and (max-width: 991px) {
  .section-marcas .marcas-carousel .slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .section-marcas .marcas-carousel .slick-next {
    right: 10px;
  }
}
.section-marcas .marcas-carousel .slick-dots {
  bottom: -60px !important;
}
.section-marcas .marcas-carousel .slick-dots li button:before {
  font-size: 12px;
  color: #6b6b6b;
}
.section-marcas .marcas-carousel .slick-dots li.slick-active button:before {
  color: #bba7d2;
  opacity: 1;
}

.section-8 {
  background: #f0f0f0;
}
.section-8 .text-1 {
  margin: 0 auto;
  display: table;
}
@media screen and (min-width: 992px) {
  .section-8 .text-1 {
    width: 900px;
  }
}
.section-8 .text-1 p {
  color: #8121ce;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 991px) {
  .section-8 .text-1 p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-8 .text-1 p {
    padding: 0 20px;
  }
}
.section-8 .text-2 p {
  color: #4fbc00;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 991px) {
  .section-8 .text-2 p {
    font-size: 26px;
  }
}

.form {
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .form {
    margin-top: 15px;
  }
}
.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .form form {
    width: 761px;
  }
}
.form .item {
  margin-top: 20px;
}
.form .item label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 5px;
}
.form .item label span {
  color: #ff0000;
}
.form .item input[type=text],
.form .item input[type=email] {
  height: 34px;
  border: 1px solid rgba(155, 155, 155, 0.3);
  background-color: #ffffff;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form .item input[type=text]:focus,
.form .item input[type=email]:focus {
  border: 1px solid #46196f;
}
.form .item.item-1 {
  width: 35%;
}
@media screen and (max-width: 991px) {
  .form .item.item-1 {
    width: 100%;
  }
}
.form .item.item-2 {
  width: 27%;
}
@media screen and (max-width: 991px) {
  .form .item.item-2 {
    width: 100%;
  }
}
.form .item.item-3 {
  width: 100%;
}
.form .item textarea {
  width: 100%;
  border: 1px solid rgba(155, 155, 155, 0.3);
  background-color: #ffffff;
  height: 192px;
  font-size: 14px;
  padding: 10px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form .item textarea:focus {
  border: 1px solid #46196f;
}
.form .item input[type=submit] {
  margin: 0 auto;
  display: table;
  margin-top: 35px;
  width: 202px;
  height: 53px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.58);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.58);
  border-radius: 7px;
  border: 2px solid #ffffff;
  background-color: #46196f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .form .item input[type=submit] {
    margin-top: 15px;
  }
}
.form .item input[type=submit]:hover {
  background: #9b32ef;
}

footer {
  background: linear-gradient(110deg, #540e94 0%, #ee65c1 100%);
  padding: 45px 0;
}
@media screen and (min-width: 768px) {
  footer .footer {
    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;
  }
}
@media screen and (max-width: 767px) {
  footer .footer {
    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;
    gap: 30px;
    text-align: center;
  }
}
footer .footer .column .logo-footer {
  width: 280px;
}
@media screen and (max-width: 991px) {
  footer .footer .column .logo-footer {
    width: 200px;
  }
}
footer .footer .column .text-entrega {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 800;
}
footer .footer .column .telefones {
  color: #ffffff;
}
footer .footer .column .telefones a {
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 991px) {
  footer .footer .column .telefones a {
    font-size: 22px;
    padding-left: 45px;
  }
}
footer .footer .column .telefones a span {
  font-size: 20px;
  font-weight: 400;
}
footer .footer .column .telefones a:nth-child(1) {
  margin-bottom: 10px;
}
footer .footer .column .telefones a:nth-child(1) img {
  width: 47px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer .footer .column .telefones a:nth-child(1) img {
    width: 35px;
    top: -5px;
  }
}
footer .footer .column .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .footer .column .social a {
  margin-right: 17px;
}
footer .address {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.cop {
  background: linear-gradient(110deg, rgb(37, 16, 57) 0%, rgba(89, 18, 65, 0.8) 100%);
}
@media screen and (max-width: 991px) {
  .cop {
    padding: 20px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .cop {
    padding: 20px 0 20px 0;
  }
}
.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 {
  opacity: 0.8;
  color: #9b9b9b;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  padding: 20px 20px;
}
@media screen and (max-width: 991px) {
  .cop .inner p {
    padding: 5px 15px;
  }
  .cop .inner p:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cop .inner p:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

#form-messages {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 22px;
  margin-top: 40px;
  color: #fff;
  display: none;
}
#form-messages.success {
  background: #4fbc00;
  display: block !important;
}
#form-messages.error {
  background: #bc3d00;
  display: block !important;
}

.botton-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgb(18, 81, 144);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(18, 81, 144)), color-stop(50%, rgb(14, 67, 119)), to(rgb(0, 36, 71)));
  background: linear-gradient(180deg, rgb(18, 81, 144) 0%, rgb(14, 67, 119) 50%, rgb(0, 36, 71) 100%);
}
@media screen and (min-width: 768px) {
  .botton-bar {
    display: none;
  }
}
.botton-bar .inner-botton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #5d81a5;
  padding: 0 10px;
}
.botton-bar .inner-botton:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background: #5d81a5;
  left: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 399px) {
  .botton-bar .inner-botton:before {
    left: 49%;
  }
}
.botton-bar div a {
  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;
  font-size: 16px;
  color: #fff;
  width: 100%;
  min-width: 48%;
  width: 48%;
  height: 50px;
  font-weight: 700;
}
@media screen and (max-width: 399px) {
  .botton-bar div a {
    font-size: 14px;
  }
}
.botton-bar div a p {
  margin-right: 10px;
}
.botton-bar div img {
  width: 25px;
}

.link-whatsapp {
  right: 20px;
  bottom: 50px;
  z-index: 99;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .link-whatsapp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
