<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* Design
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&amp;display=swap');

:root {
  --global--c-primary: #27EFB3;
  --global--c-secondary: #DE85FF;
  --global--c-tertiary: #FFD80B;
  --global--c-gray-100: #F2F2F2;
  --global--c-gray-500: #4F4F4F;
  --global--h2: 2rem;
  --global--h3: 1.3rem;
}

/* paddings e margins */
.p-1 { padding: 1rem;  }
.p-2 { padding: 2rem;  }
.p-3 { padding: 3rem;  }
.m-1 { margin: 1rem; }
.m-2 { margin: 2rem; }
.m-3 { margin: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mr-1 { margin-right: 1rem; }

/* Colors */
.bg-primary { background-color: var(--global--c-primary); }
.bg-secondary { background-color:var(--global--c-secondary); }
.bg-tertiary { background-color: var(--global--c-tertiary); }
.bg-gray-100 { background-color: var(--global--c-gray-100); }
.bg-gray-500 { background-color: var(--global--c-gray-500); }

.tc-primary { color: #1A4231; }
.tc-secondary { color: #9B51E0; }
.tc-dark { color: #222; }
.tc-gray { color: var(--global--c-gray-500); }
.tc-light { color: #828282; }

/* Texts */
span, p,h1, h2, h3, h4, a, li, input, label { font-family: Roboto, sans-serif; }
.t-big { font-size: 2rem; }
.t-medium { font-size: 1.5rem; font-weight: bold;}

h2 { font-weight: bold; font-size: var(--global--h2); color: var(--global--c-gray-500) }
h3 { font-weight: bold; font-size:  var(--global--h3); color: var(--global--c-gray-500)}


/* blocks */
.container { margin: 0 auto; }
.full { max-width: 960px; }
.md { max-width: 760px; }

.flex { display: flex; }
.vflex { display: flex; flex-flow: column; }
.grid { display: grid; }
.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.card { border-radius: 8px; padding: 1rem; margin-right: 1rem; }
.section { padding: 3rem 0; }
hr { width: 350px;  display: block; height: 1px;
    border: 0; border-top: 1px solid #ddd;
    margin: 0 auto; padding: 0; }

/* ---------------------------------------------------------------
  Banner */


.banner-img {   
  display: block;
  max-width:350px;
  max-height:350px;
  width: auto;
  height: auto; 
  margin-right: 3rem;
}

#logo {
  width: auto;
  height: auto; 
  width: 220px;
}

.banner-hero { 
  font-size: 2.6rem; 
  font-weight: bold; 
  margin: 0 0 1rem 0;
  padding-right: 50px;
}

.banner-hero-medium 
{ 
  font-size: 1.5rem; 
  font-style: italic;  
  margin: 0 0 3rem 0;
  color: var(--global--c-gray-500);
}

.btn {
  border-radius: 8px;
  padding: 12px 35px;
  text-decoration: none;
  display: inline-block;
  background-color: var(--global--c-primary);
}

.btn.align-center {
  margin: 0 auto;
}

.btn.secondary {
  background-color: var(--global--c-secondary);
  color: white;
}

.btn.secondary-stroke {
  border: solid 1px var(--global--c-secondary);
  color: var(--global--c-secondary);
  background-color: white;
}

.btn.tertiary {
  background-color: var(--global--c-tertiary);
  color: var(--global--grey-500);
}

.btn.gray {
  background-color: var(--global--c-gray-100);
  color: var(--global--grey-500); 
}

.btn.big {
  padding: 18px 50px;
}

/* ---------------------------------------------------------------
  Problems */


.problem-item {
  display:  flex;
  margin-bottom: 1rem;
}

.round-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%; 
  display: block;
  text-align: center;
  line-height: 32px;
  color: white;
  margin-right: 0.8rem;
}

.problem-item p {
  margin: 0px;
  vertical-align: middle;
}

.problem-img {
  max-width: 320px ;
  margin-left: 5rem;
}


.card.needs {
  padding: 3rem 2rem;
  flex: 1 1 0px;
}

.card.needs p{
  margin: 0;
}

.card-title {
  font-size: var(--global--h3);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.round-icons {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%; 
  display: inline-block;
  text-align: center;
  color: white;
  padding: 6px;
  margin-bottom: 0.5rem;
}



/* MODULOS */

.modulo-list {
  flex-flow: column wrap;
  align-content: space-between;
  /* Your container needs a fixed height, and it 
   * needs to be taller than your tallest column. */
  height: 1000px; 
}

/* Force new columns */
.modulo-list::before,
.modulo-list::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}

.modulo:nth-child(2n+1) { order: 1; }
.modulo:nth-child(2n) { order: 2; }

.modulo {
  /* width: 350px; */
  padding: 2rem 1rem 1.5rem 2.5rem ;
  margin-bottom: 1rem;
  width: 48%;
  margin-bottom: 2%; /* Optional */
}
.modulo ul {
  margin: 0;
  padding-left: 0;
}
.modulo li {
  color: var(--global--c-gray-500);
  line-height: 1.5rem;
}
.modulo-number {
  margin: 0;
}
.modulo h3 {
  margin: 0.5rem 0 1rem 0;
}


.modulo1 { border: solid 1px #6FCF97; }
.modulo1 .modulo-number { color: #6FCF97; }

.modulo2 { border: solid 1px #F2C94C; }
.modulo2 .modulo-number { color: #F2C94C; }

.modulo3 { border: solid 1px #F2994A; }
.modulo3 .modulo-number { color: #F2994A; }

.modulo4 { border: solid 1px #EB5757; }
.modulo4 .modulo-number { color: #EB5757; }

.modulo5 { border: solid 1px #9B51E0; }
.modulo5 .modulo-number { color: #9B51E0; }

.modulo6 { border: solid 1px #2F80ED; }
.modulo6 .modulo-number { color: #2F80ED; }

.modulo7 { border: solid 1px #2D9CDB; }
.modulo7 .modulo-number { color: #2D9CDB; }

.modulo8 { border: solid 1px #219653; }
.modulo8 .modulo-number { color: #219653; }



.card.preco {
  background-color: white;
  width: 300px;
  text-align: center;
  padding-bottom: 3rem;
}

.preco .de {
  text-decoration: line-through;
  color: var(--global--c-secondary);
  margin: 0;
}
.preco .por {
  color: var(--global--c-secondary); 
  font-weight: bold;
  font-size: 32px;
  margin: 0;
}

.preco .avista {
  color: var(--global--c-secondary); 
  margin: 0 0 1rem;
}

.preco ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.preco li {
  color: #aaa;
  line-height: 1.5rem;
}

.orientacoes {
  padding-left: 2rem;
}

#depoimentos img {
  width: 100%;
}



.faq ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.faq .question {
  font-weight: bold;
  padding: 1rem;
  background: #F2F2F2;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer ;
  font-size: 1em;
}

.faq .question:hover {
  background-color: #ddd;
}

.faq .show_icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.faq li {
  margin-bottom: 1rem;
  margin-left: 0;
}

.faq .answer {
  font-size: 1em;
  display: none;
  margin: 1rem 0 0 1rem;
}

.answer { 
  display: none;
}


.footer {
  background-color: #333;
  color: white;
}

.footer a {
  color: white; 
}

.videosize {
  width: 600px;
  margin: 0 auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#black {
  padding: 1rem;
}

#black p {
  margin:  0px;
  color: #fff;
  text-align: center;
}

.bg-black { 
  background-color: #333 ;
}

.riscado {
  text-decoration: line-through;
}

/* Mobile Styles */
@media only screen and (max-width: 400px) { 
  .banner-img { display: none; }
  .problem-img { display: none; }
  .container { padding: 0 1rem; }
  .banner-hero { text-align: center; padding-right: 0px; font-size: 32px;}
  #banner h1 { text-align: center;  }
  .section { padding: 1.5rem 0; }
  .modulo-list { flex-flow: column nowrap; height: auto; }
  #video { width: 360px; }
  .videosize { width: 100%; margin: 0; }
  #needs { display: none; }
  .card { margin-right: 0; }
  .modulo { width: auto; }
  .modulo1 { order: 1 !important; }
  .modulo2 { order: 2 !important; }
  .modulo3 { order: 3 !important; }
  .modulo4 { order: 4 !important; }
  .modulo5 { order: 5 !important; }
  .modulo6 { order: 6 !important; }
  .modulo7 { order: 7 !important; }
  .modulo8 { order: 8 !important; }
  #price .flex { flex-flow: column; } 
  .orientacoes { order: 1; padding-left: 0; margin-bottom: 1rem;}
  .preco { order: 2; }

}</pre></body></html>