@charset "UTF-8";
/*!
sass --no-source-map --watch scss/estilo.scss:css/estilo.css --style compressed
 */
/*
 * Espaçamentos
 */
/*
 * Largura container
 */
/*
 * Paleta de cores
 */
/*
 * Cores semânticas
 */
/*
 * Definições de cores básicas
 */
/*
 * Etc
 */
/*
 * Breakpoint
 */
/*
 * Funções para breakpoint
 */
/*
 * Max
 */
@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis-regular-webfont.woff2") format("woff2"), url("../fonts/metropolis-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/metropolis-bold-webfont.woff2") format("woff2"), url("../fonts/metropolis-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.015em;
  margin: 0.1em 0 1em;
  line-height: 1.15;
  font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
  font-weight: normal; }

h1 {
  font-size: 1.7rem; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.3rem; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 2.8rem; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.55rem; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 2rem; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 2.1rem; } }
  @media screen and (min-width: 992px) {
    h2.grande {
      font-size: 2.2rem; } }
  @media screen and (min-width: 1200px) {
    h2.grande {
      font-size: 2.4rem; } }

h3 {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.4rem; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 1.7rem; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 1.9rem; } }

h4 {
  font-size: 1.15rem; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 1.325rem; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 1.4rem; } }

h5 {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 1.025rem; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 1.25rem; } }

h6 {
  font-size: 0.8rem; }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 0.9rem; } }
  @media screen and (min-width: 992px) {
    h6 {
      font-size: 0.925rem; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 0.975rem; } }

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

body {
  font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
  color: #333;
  background: #FFF;
  font-size: 1rem; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #fc5474;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.cor-primaria {
  color: #fc5474; }

.cor-secundaria {
  color: #743bbc; }

.text-center {
  text-align: center; }
  @media (min-width: 768px) {
    .text-center-on-tablet {
      text-align: center; } }

.text-right {
  text-align: right; }
  @media (min-width: 768px) {
    .text-right-on-tablet {
      text-align: right; } }

#bio_ep .acoes p:first-child, .secao--garantia .container .coluna-b p:first-child, .rodape .coluna.cnpj p:first-child {
  margin-top: 0; }

#bio_ep .acoes p:last-child, .secao--garantia .container .coluna-b p:last-child, .rodape .coluna.cnpj p:last-child {
  margin-bottom: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  .container.medio {
    max-width: 870px; }
  .container.pequeno {
    max-width: 770px; }

.botao {
  max-width: 100%;
  position: relative;
  border-radius: 4px;
  color: #FFF;
  background-color: #333;
  display: inline-block;
  font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 0.85em 1em;
  font-size: 1em;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.02) 0 2px 0;
  text-align: center;
  line-height: 1.1;
  -webkit-transition: all 0.115s ease-in-out;
  -o-transition: all 0.115s ease-in-out;
  transition: all 0.115s ease-in-out;
  /* Tamanhos */
  /* Modos */ }
  @media screen and (min-width: 768px) {
    .botao {
      padding: 0.85em 2em; } }
  .botao:hover {
    text-decoration: none !important; }
  .botao .icone {
    vertical-align: middle;
    position: relative;
    top: -0.15em; }
  .botao.pequeno {
    font-size: 0.9em; }
  .botao.grande {
    padding: 0.65em 1.8em;
    font-size: 1.15em; }
    @media screen and (min-width: 768px) {
      .botao.grande {
        font-size: 1.3em; } }
    @media screen and (min-width: 992px) {
      .botao.grande {
        font-size: 1.4em; } }
    @media screen and (min-width: 768px) {
      .botao.grande.com-descricao small {
        font-size: 0.65em; } }
    @media screen and (min-width: 992px) {
      .botao.grande.com-descricao small {
        font-size: 0.575em; } }
  .botao.enorme {
    font-size: 1.4em; }
    .botao.enorme img.icone {
      height: 1.15em;
      width: auto; }
    @media screen and (min-width: 345px) {
      .botao.enorme {
        font-size: 1.5em; } }
    @media screen and (min-width: 768px) {
      .botao.enorme {
        font-size: 1.8em; } }
    @media screen and (min-width: 992px) {
      .botao.enorme {
        font-size: 1.9em; } }
    @media screen and (min-width: 1200px) {
      .botao.enorme {
        font-size: 2em; } }
  .botao.compacto {
    padding: 0.7em 1.4em; }
    .botao.compacto.extra {
      padding: 0.55em 1.4em; }
  .botao.com-icone img {
    vertical-align: middle;
    position: relative;
    top: -0.125em; }
    .botao.com-icone img.lado-esquerdo {
      margin-right: 0.5em; }
  .botao.com-descricao {
    font-weight: normal;
    line-height: 1.15; }
    .botao.com-descricao small {
      margin-top: 0.3rem;
      display: block;
      opacity: 0.75;
      font-size: 0.75em;
      font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold; }
  .botao.borda {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000; }
    .botao.borda.branca {
      -webkit-box-shadow: inset 0 0 0 2px #FFF;
      box-shadow: inset 0 0 0 2px #FFF; }
  .botao.circular {
    border-radius: 10rem; }
  .botao.block {
    display: block;
    color: #FFF; }
  .botao.quadrado {
    border-radius: 0; }

/* Mixin */
/* Cores */
.botao.verde {
  background: #3cc979;
  text-shadow: rgba(43, 156, 92, 0.5) 0 2px 0;
  -webkit-box-shadow: 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3);
  box-shadow: 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3); }
  .botao.verde:hover {
    background: #33b86d;
    -webkit-box-shadow: 0 4px 0 0 #2ea461, 0 12px 10px -2px rgba(43, 156, 92, 0.4);
    box-shadow: 0 4px 0 0 #2ea461, 0 12px 10px -2px rgba(43, 156, 92, 0.4);
    -webkit-animation: none !important;
    animation: none !important; }
  .botao.verde.basico {
    color: #3cc979;
    font-weight: normal;
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 0 2px #3cc979, 0 10px 10px -1px rgba(43, 156, 92, 0.5);
    box-shadow: inset 0 0 0 2px #3cc979, 0 10px 10px -1px rgba(43, 156, 92, 0.5); }
    .botao.verde.basico:hover {
      background: #32b46a;
      color: #FFF; }
  .botao.verde.pulsar {
    -webkit-animation: pulsar-brilho-verde ease-in-out 1.6s infinite;
    animation: pulsar-brilho-verde ease-in-out 1.6s infinite; }

@-webkit-keyframes pulsar-brilho-verde {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 201, 121, 0.4), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3);
    box-shadow: 0 0 0 0 rgba(60, 201, 121, 0.4), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(60, 201, 121, 0), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3);
    box-shadow: 0 0 0 12px rgba(60, 201, 121, 0), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 201, 121, 0), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3);
    box-shadow: 0 0 0 0 rgba(60, 201, 121, 0), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3); } }

@keyframes pulsar-brilho-verde {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 201, 121, 0.4), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3);
    box-shadow: 0 0 0 0 rgba(60, 201, 121, 0.4), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(60, 201, 121, 0), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3);
    box-shadow: 0 0 0 12px rgba(60, 201, 121, 0), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 201, 121, 0), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3);
    box-shadow: 0 0 0 0 rgba(60, 201, 121, 0), 0 4px 0 0 #33b86d, 0 12px 10px -2px rgba(43, 156, 92, 0.3); } }

.botao.vermelho {
  background: red;
  text-shadow: rgba(194, 0, 0, 0.5) 0 2px 0;
  -webkit-box-shadow: 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3);
  box-shadow: 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3); }
  .botao.vermelho:hover {
    background: #e60000;
    -webkit-box-shadow: 0 4px 0 0 #cc0000, 0 12px 10px -2px rgba(194, 0, 0, 0.4);
    box-shadow: 0 4px 0 0 #cc0000, 0 12px 10px -2px rgba(194, 0, 0, 0.4);
    -webkit-animation: none !important;
    animation: none !important; }
  .botao.vermelho.basico {
    color: red;
    font-weight: normal;
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 0 2px red, 0 10px 10px -1px rgba(194, 0, 0, 0.5);
    box-shadow: inset 0 0 0 2px red, 0 10px 10px -1px rgba(194, 0, 0, 0.5); }
    .botao.vermelho.basico:hover {
      background: #e00000;
      color: #FFF; }
  .botao.vermelho.pulsar {
    -webkit-animation: pulsar-brilho-vermelho ease-in-out 1.6s infinite;
    animation: pulsar-brilho-vermelho ease-in-out 1.6s infinite; }

@-webkit-keyframes pulsar-brilho-vermelho {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 0, 0, 0), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3);
    box-shadow: 0 0 0 12px rgba(255, 0, 0, 0), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3); } }

@keyframes pulsar-brilho-vermelho {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 0, 0, 0), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3);
    box-shadow: 0 0 0 12px rgba(255, 0, 0, 0), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0), 0 4px 0 0 #e60000, 0 12px 10px -2px rgba(194, 0, 0, 0.3); } }

.botao.rosa {
  background: #fc5474;
  text-shadow: rgba(251, 24, 67, 0.5) 0 2px 0;
  -webkit-box-shadow: 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3);
  box-shadow: 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3); }
  .botao.rosa:hover {
    background: #fc3b60;
    -webkit-box-shadow: 0 4px 0 0 #fb224b, 0 12px 10px -2px rgba(251, 24, 67, 0.4);
    box-shadow: 0 4px 0 0 #fb224b, 0 12px 10px -2px rgba(251, 24, 67, 0.4);
    -webkit-animation: none !important;
    animation: none !important; }
  .botao.rosa.basico {
    color: #fc5474;
    font-weight: normal;
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 0 2px #fc5474, 0 10px 10px -1px rgba(251, 24, 67, 0.5);
    box-shadow: inset 0 0 0 2px #fc5474, 0 10px 10px -1px rgba(251, 24, 67, 0.5); }
    .botao.rosa.basico:hover {
      background: #fb365c;
      color: #FFF; }
  .botao.rosa.pulsar {
    -webkit-animation: pulsar-brilho-rosa ease-in-out 1.6s infinite;
    animation: pulsar-brilho-rosa ease-in-out 1.6s infinite; }

@-webkit-keyframes pulsar-brilho-rosa {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 84, 116, 0.4), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3);
    box-shadow: 0 0 0 0 rgba(252, 84, 116, 0.4), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(252, 84, 116, 0), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3);
    box-shadow: 0 0 0 12px rgba(252, 84, 116, 0), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 84, 116, 0), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3);
    box-shadow: 0 0 0 0 rgba(252, 84, 116, 0), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3); } }

@keyframes pulsar-brilho-rosa {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 84, 116, 0.4), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3);
    box-shadow: 0 0 0 0 rgba(252, 84, 116, 0.4), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(252, 84, 116, 0), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3);
    box-shadow: 0 0 0 12px rgba(252, 84, 116, 0), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 84, 116, 0), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3);
    box-shadow: 0 0 0 0 rgba(252, 84, 116, 0), 0 4px 0 0 #fc3b60, 0 12px 10px -2px rgba(251, 24, 67, 0.3); } }

/*
    Created on : Mar 19, 2014, 9:48:25 AM
    Author     : @arboshiki
*/
/*
    Created on : Sep 19, 2014, 1:47:13 PM
    Author     : @arboshiki
*/
/*
    Author      : @arboshiki
*/
/*
    Created on : Aug 11, 2014, 5:14:12 PM
    Author     : @arboshiki
*/
/*
    Created on : Sep 19, 2014, 1:47:04 PM
    Author     : @arboshiki
*/
body.lobibox-open {
  overflow: hidden; }

.lobibox {
  position: fixed;
  z-index: 4001; }

.lobibox .lobibox-header {
  font-size: 0.9em; }

.lobibox .lobibox-header .btn-close {
  float: right;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .lobibox .lobibox-header .btn-close:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7); }

.lobibox .lobibox-body {
  overflow: hidden;
  display: table;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.98); }

.lobibox .lobibox-body .lobibox-icon-wrapper {
  position: relative;
  height: 100%;
  display: table;
  font-size: 60px; }

.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon {
  display: table-cell;
  vertical-align: middle; }

.lobibox .lobibox-body .lobibox-body-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 10px; }

.lobibox .lobibox-footer {
  text-align: center;
  padding: 6px; }

.lobibox .lobibox-footer > * {
  margin: 0 10px 0 0; }

.lobibox .lobibox-btn.lobibox-btn-default .badge {
  color: #e2e2e2;
  background-color: #000; }

.lobibox.lobibox-hidden {
  display: none; }

.lobibox-backdrop {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

/*
    Created on : Sep 19, 2014, 2:01:43 PM
    Author     : @arboshiki
*/
.lobibox-notify-wrapper {
  z-index: 5000;
  position: fixed;
  max-width: 240px; }
  @media screen and (min-width: 768px) {
    .lobibox-notify-wrapper {
      max-width: 300px; } }

.lobibox-notify-wrapper.top {
  top: 0px; }

.lobibox-notify-wrapper.bottom {
  bottom: 0px; }

.lobibox-notify-wrapper.left {
  left: 0px;
  margin-right: 0px; }

.lobibox-notify-wrapper.right {
  right: 5px;
  margin-left: 0px; }

.lobibox-notify-wrapper.right .lobibox-notify {
  margin-left: auto; }

.lobibox-notify-wrapper.center {
  left: 50%; }

.lobibox-notify-wrapper-large {
  z-index: 5000;
  position: fixed; }

.lobibox-notify-wrapper-large.top {
  top: 0px; }

.lobibox-notify-wrapper-large.bottom {
  bottom: 0px; }

.lobibox-notify-wrapper-large.left {
  left: 0px; }

.lobibox-notify-wrapper-large.left .lb-notify-tabs > li {
  float: left;
  margin-left: 0;
  margin-right: 2px; }

.lobibox-notify-wrapper-large.right {
  right: 0px; }

.lobibox-notify-wrapper-large .lb-notify-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 -5px 0; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li {
  float: right;
  margin-left: 2px; }

.lobibox-notify-wrapper-large .lb-notify-tabs > li > a {
  text-align: center;
  display: table;
  text-decoration: none;
  font-size: 18px;
  height: 32px;
  color: #FFF;
  width: 28px;
  opacity: 0.6; }

.lobibox-notify {
  position: relative;
  min-height: 65px;
  margin: 7px 0;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.lobibox-notify .lobibox-notify-icon-wrapper {
  position: absolute;
  left: 15px;
  width: 60px;
  height: 100%; }

.lobibox-notify .lobibox-notify-icon {
  display: table;
  width: 100%;
  height: 100%; }

.lobibox-notify .lobibox-notify-icon > div {
  display: table-cell;
  vertical-align: middle; }

.lobibox-notify .lobibox-notify-icon > div > img {
  width: 100%;
  max-width: 100%;
  margin-top: 3px;
  border-radius: 4px; }

.lobibox-notify .lobibox-notify-icon > div .icon-el {
  text-align: center;
  font-size: 55px; }

.lobibox-notify .lobibox-notify-body {
  margin: 10px 20px;
  margin-left: 90px; }

.lobibox-notify .lobibox-notify-title {
  margin-bottom: 0.25em; }

.lobibox-notify .lobibox-notify-msg {
  overflow: hidden;
  font-size: 0.55em;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.95); }
  @media screen and (min-width: 768px) {
    .lobibox-notify .lobibox-notify-msg {
      font-size: 0.6em; } }

.lobibox-notify .lobibox-delay-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px; }

.lobibox-notify .lobibox-delay-indicator > div {
  position: relative;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.125);
  border-bottom-left-radius: 4px; }

.lobibox-notify.lobibox-notify-info {
  background: #FFF;
  color: #333;
  text-transform: uppercase; }

.lobibox-notify.rounded {
  border-radius: 30px; }

.lobibox-notify:hover {
  cursor: pointer; }

.lobibox-notify.notify-mini {
  min-height: 36px; }

.lobibox-notify.notify-mini .lobibox-notify-title {
  font-weight: bold;
  font-size: 0.625em;
  line-height: 1.15; }
  @media screen and (min-width: 768px) {
    .lobibox-notify.notify-mini .lobibox-notify-title {
      font-size: 0.7em; } }

.lobibox-notify.notify-mini .lobibox-notify-msg {
  line-height: 1.15; }

.lobibox-notify.notify-mini .lobibox-notify-icon-wrapper {
  left: 12px;
  width: 28px; }

.lobibox-notify.notify-mini .lobibox-notify-icon > div .icon-el {
  font-size: 32px; }

.lobibox-notify.notify-mini .lobibox-notify-body {
  margin: 10px 20px 10px 58px; }

.lobibox-notify.without-icon .lobibox-notify-body {
  margin-left: 20px; }

.video-responsivo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-responsivo iframe,
  .video-responsivo object,
  .video-responsivo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#bio_ep_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #000;
  opacity: 0.4;
  z-index: 10001; }

#bio_ep {
  padding: 1rem;
  font-size: 1.15rem;
  text-align: center;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 10002; }
  #bio_ep h2 {
    margin-bottom: 1.5rem; }
  #bio_ep .titulo {
    color: #fc5474;
    margin-top: 0; }
  #bio_ep .acoes {
    margin-top: 2rem; }
    #bio_ep .acoes p {
      margin: 0.5rem 0; }
    #bio_ep .acoes .botao {
      margin: 0.15rem; }
      #bio_ep .acoes .botao.vermelho {
        font-size: 0.9em;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        color: #333; }
        #bio_ep .acoes .botao.vermelho:hover {
          color: #FFF; }
  @media screen and (min-width: 768px) {
    #bio_ep {
      font-size: 1.3rem;
      padding: 3rem; } }
  #bio_ep .nao-quero-desconto {
    color: red;
    font-size: 0.9em;
    display: inline-block;
    margin-top: 1rem; }

#bio_ep_close {
  float: right;
  color: #FFF;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5rem;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  line-height: 1;
  border: 3px solid transparent;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  #bio_ep_close:before, #bio_ep_close:after {
    position: absolute;
    content: '';
    width: 90%;
    height: 2px;
    background: red;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #bio_ep_close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #bio_ep_close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #bio_ep_close:hover {
    background: red;
    color: red; }
    #bio_ep_close:hover:before, #bio_ep_close:hover:after {
      background: #FFF; }

.main-banner {
  width: 100%;
  background: #f3f3f3;
  position: relative;
  padding-bottom: 3.5rem;
  height: auto;
  /*
  &__button {
    border-radius: $border-radius;
    box-shadow: 0 3px 0 0 darken($cor-primaria, 10%), 0 15px 10px -2px rgba($cor-primaria, 0.25);
    background-color: $cor-primaria;

    font-family: $tipografia-primaria;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: .4s;

    &:hover {
      box-shadow: 0 3px 0 0 darken($cor-primaria, 25%), 0 15px 10px -2px rgba($cor-primaria, 0.25);
      background-color: darken($cor-primaria, 20%);
      text-decoration: none;
    }
  }
  */ }
  @media screen and (min-width: 992px) {
    .main-banner {
      padding-bottom: 5rem; } }
  .main-banner__overflow {
    overflow: hidden; }
  .main-banner__bag {
    width: 50vw;
    height: auto;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.2;
    display: none;
    vertical-align: bottom; }
    @media screen and (min-width: 470px) {
      .main-banner__bag {
        display: inline-block; } }
    @media screen and (min-width: 768px) {
      .main-banner__bag {
        width: 300px;
        -o-object-position: bottom;
        object-position: bottom; } }
    @media screen and (min-width: 992px) {
      .main-banner__bag {
        opacity: 1;
        width: 457px;
        height: 479px; } }
    @media screen and (min-width: 1200px) {
      .main-banner__bag {
        right: 40px; } }
  .main-banner__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 1.4rem; }
    @media screen and (min-width: 768px) {
      .main-banner__container {
        padding-top: 3.7rem; } }
  .main-banner__box {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: relative;
    z-index: 10;
    max-width: 100%;
    text-align: center;
    padding: 20px 15px; }
    @media screen and (min-width: 768px) {
      .main-banner__box {
        padding: 28px 40px; } }
    @media screen and (min-width: 992px) {
      .main-banner__box {
        text-align: left; } }
  .main-banner__box-container {
    position: relative;
    margin: 0 auto 4rem;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .main-banner__box-container {
        max-width: 670px; } }
    @media screen and (min-width: 992px) {
      .main-banner__box-container {
        margin: 0 0 4rem; } }
  .main-banner__box-flowers-1 {
    width: 198px;
    height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: -44px;
    z-index: 5;
    top: 20px; }
    @media screen and (min-width: 768px) {
      .main-banner__box-flowers-1 {
        width: 224px;
        height: 204.3px;
        top: 20px; } }
    @media screen and (min-width: 992px) {
      .main-banner__box-flowers-1 {
        top: 47px; } }
  .main-banner__box-flowers-2 {
    width: 169px;
    height: 230px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: -43px;
    right: -45px;
    z-index: 5; }
    @media screen and (min-width: 768px) {
      .main-banner__box-flowers-2 {
        width: 200px;
        height: 272.1px; } }
  .main-banner__heading {
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #743bbc;
    line-height: 1.02;
    letter-spacing: -1.1px;
    margin-bottom: 1rem;
    margin-top: 0; }
    .main-banner__heading strong {
      font-weight: 700; }
  .main-banner__subheading {
    font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
    color: #fc5474;
    margin: 0; }
    .main-banner__subheading strong {
      font-weight: 700; }
  .main-banner__text {
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #743bbc;
    letter-spacing: -1.1px;
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 100%; }
    @media screen and (min-width: 992px) {
      .main-banner__text {
        max-width: 450px;
        text-align: left; } }
    .main-banner__text strong {
      font-weight: 700; }
  .main-banner .botao.rosa {
    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;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 3;
    max-width: 300px;
    width: 90%;
    font-size: 1rem;
    padding: 12px 10px; }
    @media screen and (min-width: 768px) {
      .main-banner .botao.rosa {
        max-width: 100%;
        width: 350px;
        padding: 15px 15px; } }
    @media screen and (min-width: 992px) {
      .main-banner .botao.rosa {
        padding: 12px 70px;
        font-size: 1.4rem;
        width: 500px; } }
    @media screen and (min-width: 1200px) {
      .main-banner .botao.rosa {
        width: 550px; } }

.intro {
  margin: 120px 0 80px;
  /*
  &__button {
    border-radius: $border-radius;
    box-shadow: 0 15px 10px -2px rgba(60, 201, 121, 0.2), 0 3px 0 0 #28ad62;
    background-color: $dark-mint;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .4s;
    margin: 2rem auto 0;
    text-align: center;
    padding: 15px 15px;
    max-width: 450px;
    @include tablet {
      max-width: 525px;
      margin: 3rem auto 0;
    }
    &:hover {
      box-shadow: none;
      background: #28ad62;
      text-decoration: none;
    }
    p {
      line-height: 1.25;
      margin: 0 !important;
    }
    &-first {
      font-size: 1.375rem;
      font-weight: 700;
      @include max-small {
        font-size: 1.125rem;
      }
    }
    &-second {
      font-size: .75rem;
      font-weight: 700;
      opacity: .75;
      padding-top: 10px;
      @include tablet {
        font-size: .81rem;
      }
    }
  }
  */ }
  @media screen and (min-width: 992px) {
    .intro {
      margin: 160px 0 120px; } }
  .intro__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 770px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #444444;
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    @media screen and (min-width: 992px) {
      .intro__container {
        font-size: 1.2rem;
        line-height: 1.75; } }
    .intro__container p:not(:last-child) {
      margin-bottom: 1.1rem; }
      @media screen and (min-width: 992px) {
        .intro__container p:not(:last-child) {
          margin-bottom: 1.5rem; } }
    .intro__container strong {
      font-weight: 700; }
  .intro__row {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 1200px) {
      .intro__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .intro__text-box {
    width: 10px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .intro__girl {
    max-width: 230px;
    margin-right: 1.6rem;
    background: #fff5f7 url(../images/padrao-rosa.png) repeat center center;
    font-size: 1.125rem;
    padding: 1.25rem;
    border-radius: 4px; }
    @media screen and (max-width: 1200px) {
      .intro__girl {
        max-width: calc(100% + 10vw);
        width: calc(100% + 10vw);
        margin: 0 -5vw 1.5rem;
        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: 1.5rem 2rem; } }
    .intro__girl p {
      line-height: 1.5;
      font-size: 1rem; }
    .intro__girl p:not(:last-child) {
      margin-bottom: 1rem !important; }
    @media screen and (max-width: 1200px) {
      .intro__girl p:not(.intro__girl-title) {
        display: none !important; } }
  .intro__girl:hover .intro__girl-picture {
    -webkit-transform: scale(1.03) rotate(4deg);
    -ms-transform: scale(1.03) rotate(4deg);
    transform: scale(1.03) rotate(4deg); }
  .intro__girl-picture {
    display: block;
    margin: 0 auto 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    @media screen and (max-width: 1200px) {
      .intro__girl-picture {
        max-width: 100px;
        margin: 0 1.5rem 0 0; } }
  .intro__girl-title {
    text-align: center;
    font-size: 1.6rem;
    font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
    color: #fc5474;
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .intro__girl-title {
        margin-bottom: 1rem; } }
  .intro__header {
    overflow: hidden;
    margin: 0 auto 3.5rem;
    max-width: 770px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 1200px) {
      .intro__header {
        margin-bottom: 1.5rem; } }
  .intro__header-image {
    width: 130px;
    margin-right: -40px;
    -o-object-fit: contain;
    object-fit: contain; }
    @media screen and (min-width: 400px) {
      .intro__header-image {
        margin-right: -20px; } }
    @media screen and (min-width: 500px) {
      .intro__header-image {
        margin-right: 0; } }
    @media screen and (min-width: 530px) {
      .intro__header-image {
        margin-right: 20px; } }
    @media screen and (min-width: 992px) {
      .intro__header-image {
        width: 200px; } }
  .intro__header-text {
    margin-right: 2rem; }
    @media screen and (max-width: 1200px) {
      .intro__header-text {
        margin-right: .5rem; } }
  .intro__header-title {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.4rem; }
    @media screen and (min-width: 992px) {
      .intro__header-title {
        font-size: 1.3rem;
        line-height: 1.7;
        margin-bottom: 3.5rem; } }
  .intro__header-logo {
    display: block;
    margin-bottom: 3rem;
    max-width: 140px; }
    @media screen and (max-width: 1200px) {
      .intro__header-logo {
        margin-bottom: 1rem; } }
  .intro .botao {
    width: 450px;
    margin: 2rem auto 0;
    display: block; }
    .intro .botao span {
      display: block;
      font-weight: bold;
      font-size: 1.15rem; }
      @media screen and (min-width: 768px) {
        .intro .botao span {
          font-size: 1.35rem; } }
    .intro .botao small {
      margin-top: 0.75rem; }

.oportunidade {
  padding: 70px 0 0;
  margin: 80px 0;
  background-image: -webkit-linear-gradient(top, #f8f5fb, #ffffff 200px);
  background-image: -o-linear-gradient(top, #f8f5fb, #ffffff 200px);
  background-image: linear-gradient(to bottom, #f8f5fb, #ffffff 200px); }
  @media screen and (min-width: 992px) {
    .oportunidade {
      margin: 120px 0; } }
  .oportunidade__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto; }
  .oportunidade__text {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #444444;
    width: 10px;
    margin-right: 0;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: center; }
    @media screen and (min-width: 500px) {
      .oportunidade__text {
        text-align: left; } }
    @media screen and (min-width: 992px) {
      .oportunidade__text {
        margin-right: 2.5rem;
        font-size: 1.1875rem;
        line-height: 1.75rem; } }
    .oportunidade__text p:not(:last-child) {
      margin-bottom: 1.4rem; }
    .oportunidade__text strong {
      font-weight: 700; }
  .oportunidade__text-image {
    display: block;
    margin: 0 auto 1.5rem;
    width: 340px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: 4px solid #fff;
    border-radius: 5px; }
    @media screen and (max-width: 1200px) {
      .oportunidade__text-image {
        width: 291px;
        -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1); } }
    .oportunidade__text-image:hover {
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
  .oportunidade__images {
    display: none; }
    @media screen and (min-width: 992px) {
      .oportunidade__images {
        display: block; } }
  .oportunidade__image {
    width: 325px;
    height: 216.3px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
    display: block;
    background: #fff;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .oportunidade__image--first {
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }
    .oportunidade__image--second {
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
    .oportunidade__image--mobile {
      width: 205px;
      height: 132.3px;
      margin: 0 auto 2rem; }
      @media screen and (min-width: 992px) {
        .oportunidade__image--mobile {
          display: none; } }
    @media screen and (min-width: 992px) {
      .oportunidade__image:hover {
        -webkit-transform: rotate(0) scale(1.2);
        -ms-transform: rotate(0) scale(1.2);
        transform: rotate(0) scale(1.2);
        z-index: 10; } }
  .oportunidade__title {
    font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
    color: #743bbc;
    font-weight: 700;
    font-size: 2.1875rem;
    line-height: 1.3;
    margin-bottom: 40px !important; }
    @media screen and (max-width: 1200px) {
      .oportunidade__title {
        font-size: 1.5625rem;
        line-height: 1.9rem; } }

.funcionamento {
  padding: 70px 0 0;
  margin: 80px 0;
  background-image: -webkit-linear-gradient(top, #fff5f7, #ffffff 200px);
  background-image: -o-linear-gradient(top, #fff5f7, #ffffff 200px);
  background-image: linear-gradient(to bottom, #fff5f7, #ffffff 200px);
  /*
  &__button {
    width: 400px;
    height: 80px;
    border-radius: $border-radius;
    box-shadow: 0 15px 10px -2px rgba(60, 201, 121, 0.2), 0 3px 0 0 #28ad62;
    background-color: $dark-mint;
    font-size: 1.375rem;
    line-height: 1.8rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    transition: .4s;
    &:hover {
      box-shadow: none;
      background: #28ad62;
      text-decoration: none;
    }
    @include max-small {
      width: 100%;
      height: auto;
      padding: 1rem;
      margin-top: 2rem;
      font-size: 1.1875rem;
      line-height: 1.4rem;
    }
  }
  */ }
  @media screen and (min-width: 992px) {
    .funcionamento {
      margin: 120px 0; } }
  .funcionamento__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 770px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .funcionamento__text {
    font-size: 1.1875rem;
    line-height: 1.75rem;
    color: #444444;
    width: 10px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 2.5rem; }
    .funcionamento__text ul {
      list-style: disc;
      padding-left: 1.5rem;
      margin-bottom: 1.5rem; }
    @media screen and (max-width: 1200px) {
      .funcionamento__text {
        margin-right: 0;
        font-size: 1rem;
        line-height: 1.4rem; } }
    .funcionamento__text p:not(:last-child) {
      margin-bottom: 1.4rem; }
    .funcionamento__text strong {
      font-weight: 700; }
  .funcionamento__title {
    font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
    color: #fc5474;
    font-weight: 700;
    font-size: 2.1875rem;
    line-height: 1.3;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1200px) {
      .funcionamento__title {
        font-size: 1.5625rem;
        line-height: 1.9rem; } }
  .funcionamento__image-wrapper {
    width: 200px;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .funcionamento__image-wrapper {
        display: none; } }
  .funcionamento__image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 476px;
    width: 476px;
    height: 584px;
    -o-object-fit: contain;
    object-fit: contain; }
    .funcionamento__image--mobile {
      display: none;
      position: static;
      float: right;
      width: 122px;
      height: 192px;
      margin: 0 -20px 0 20px; }
      @media screen and (max-width: 1200px) {
        .funcionamento__image--mobile {
          display: block; } }
  .funcionamento .botao {
    width: 400px; }
    @media screen and (min-width: 768px) {
      .funcionamento .botao {
        font-size: 1.1em; } }

.aprendizado {
  padding: 70px 0 23.33333px;
  margin: 80px 0 0;
  background: #f8f5fb; }
  @media screen and (min-width: 992px) {
    .aprendizado {
      margin: 120px 0; } }
  @media screen and (min-width: 768px) {
    .aprendizado {
      padding: 70px 0; } }
  .aprendizado__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 770px;
    margin: 0 auto;
    display: block;
    font-size: 1.1875rem;
    line-height: 1.75rem;
    color: #444444;
    text-align: center; }
    .aprendizado__container p:not(:last-child) {
      margin-bottom: 2.8rem; }
    @media screen and (max-width: 1200px) {
      .aprendizado__container {
        font-size: 1rem;
        line-height: 1.5rem; } }
    .aprendizado__container > p {
      padding: 0 5rem; }
      @media screen and (max-width: 1200px) {
        .aprendizado__container > p {
          padding: 0; } }
  .aprendizado span.n {
    opacity: 0.5; }
  .aprendizado__title {
    font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
    font-weight: 700;
    color: #fc5474;
    font-size: 2.8rem;
    line-height: 3rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1200px) {
      .aprendizado__title {
        font-size: 1.5625rem;
        line-height: 2rem;
        margin-bottom: 1rem; } }
  .aprendizado__number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 3.75rem;
    line-height: 4.5rem;
    opacity: .1;
    font-weight: 700;
    width: 4.5rem;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .aprendizado__number {
        font-size: 3rem;
        width: 4rem;
        line-height: 4rem; } }
  .aprendizado__step {
    margin-left: 2.8rem;
    padding: 1.6rem 5.3125rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    margin-bottom: 2rem;
    position: relative;
    text-align: left;
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .aprendizado__step:hover {
      -webkit-box-shadow: 0 3px 15px -4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 3px 15px -4px rgba(0, 0, 0, 0.4); }
    .aprendizado__step:hover .aprendizado__step-icon {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      background: #fc3b60; }
    @media screen and (max-width: 1200px) {
      .aprendizado__step {
        margin-left: 1rem;
        padding-left: 2.5rem;
        padding-right: 3rem;
        font-size: .9375rem;
        line-height: 1.4; } }
    .aprendizado__step-title {
      font-size: 1.5rem;
      line-height: 1.17;
      font-weight: 700;
      margin-bottom: 10px;
      font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      margin-top: 0 !important; }
      @media screen and (max-width: 1200px) {
        .aprendizado__step-title {
          font-size: 1.1875rem; } }
    .aprendizado__step-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #fc5474;
      position: absolute;
      top: -10px;
      left: -15px;
      display: -webkit-flex;
      display: -ms-flex;
      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;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      @media screen and (max-width: 1200px) {
        .aprendizado__step-icon {
          -webkit-transform: scale(0.5) translate(-50%, -50%) !important;
          -ms-transform: scale(0.5) translate(-50%, -50%) !important;
          transform: scale(0.5) translate(-50%, -50%) !important; } }
      .aprendizado__step-icon--first {
        width: 36px;
        height: 48px; }
      .aprendizado__step-icon--second {
        width: 48px;
        height: 50px; }
      .aprendizado__step-icon--third {
        width: 50px;
        height: 34px; }
      .aprendizado__step-icon--fourth {
        width: 50px;
        height: 34px; }
      .aprendizado__step-icon--fifth {
        width: 37px;
        height: 48px; }

.bonus {
  margin: 80px 0; }
  @media screen and (min-width: 992px) {
    .bonus {
      margin: 120px 0; } }
  .bonus__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center; }
  .bonus__pretitle {
    text-align: center;
    line-height: 1.75rem;
    color: #444444;
    opacity: 0.7;
    font-size: 0.9rem; }
    @media screen and (min-width: 768px) {
      .bonus__pretitle {
        font-size: 1.1875rem;
        opacity: 1; } }
    .bonus__pretitle strong {
      font-weight: 700; }
  .bonus__title {
    padding-left: 70px;
    position: relative;
    display: inline-block;
    margin-top: .5rem;
    text-align: left;
    font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
    font-size: 2.8125rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fc5474;
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .bonus__title {
        padding-left: 50px;
        font-size: 1.5625rem;
        margin-bottom: 1.5rem; } }
  .bonus__number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.8rem;
    text-align: center;
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background: #fc5474;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 1200px) {
      .bonus__number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5625rem; } }
  .bonus__itens {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 4px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .bonus__itens {
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15); } }
  .bonus__image {
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    margin-right: 1.2rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    @media screen and (max-width: 1200px) {
      .bonus__image {
        width: 40px;
        height: 40px;
        margin-right: 1rem; } }
  .bonus__text {
    width: 10px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-align: left; }
    .bonus__text-title {
      line-height: 1.25;
      font-weight: 700;
      font-size: 1.1875rem;
      margin-bottom: .3rem; }
      @media screen and (max-width: 1200px) {
        .bonus__text-title {
          font-size: 1.0625rem; } }
  @media screen and (min-width: 992px) {
    .bonus__itens:hover .bonus__item:not(:hover) * {
      -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
      transform: scale(0.98);
      opacity: .7; } }
  .bonus__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
    width: 100%;
    padding: 1rem 0;
    border: 0;
    font-size: .9375rem;
    line-height: 1.4;
    border-bottom: 1px solid #DDD; }
    @media screen and (min-width: 768px) {
      .bonus__item {
        padding: 1.5rem;
        border-right: 1px solid #DDD;
        width: 50%;
        font-size: 1.0625rem;
        line-height: 1.65; } }
    .bonus__item:last-child {
      border-bottom: none; }
      @media screen and (min-width: 768px) {
        .bonus__item:last-child {
          border-bottom: 1px solid #DDD; } }

.depoimentos {
  margin: 80px 0; }
  @media screen and (min-width: 992px) {
    .depoimentos {
      margin: 120px 0; } }
  .depoimentos__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center; }
  .depoimentos__title {
    font-weight: 700;
    font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
    font-size: 2.8125rem;
    line-height: 1.1;
    margin-bottom: .4rem;
    color: #fc5474; }
    @media screen and (max-width: 1200px) {
      .depoimentos__title {
        font-size: 1.5625rem; } }
  .depoimentos__subtitle {
    font-size: 1.1875rem;
    line-height: 1.4;
    font-weight: 700;
    color: #444444;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 1200px) {
      .depoimentos__subtitle {
        font-size: .9375rem;
        margin-bottom: 2rem; } }
  .depoimentos__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3rem; }
    @media screen and (max-width: 1200px) {
      .depoimentos__list {
        display: block;
        padding: 0 2rem; } }
  @media screen and (min-width: 992px) {
    .depoimentos__list:hover .depoimentos__item:not(:hover) {
      opacity: .7;
      -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
      transform: scale(0.98); } }
  .depoimentos__item {
    width: 300px;
    height: 533.3px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 1200px) {
      .depoimentos__item {
        width: auto;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
        border: 4px solid #fff; }
        .depoimentos__item:not(:last-child) {
          margin-bottom: 2rem; } }

.quero {
  padding: 70px 0 0;
  margin: 80px 0;
  background-image: url(../images/padrao-rosa.png), -webkit-linear-gradient(top, #fff5f7, #ffffff 600px);
  background-image: url(../images/padrao-rosa.png), -o-linear-gradient(top, #fff5f7, #ffffff 600px);
  background-image: url(../images/padrao-rosa.png), linear-gradient(to bottom, #fff5f7, #ffffff 600px);
  background-repeat: repeat-x;
  color: #444444; }
  @media screen and (min-width: 992px) {
    .quero {
      margin: 120px 0; } }
  .quero__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 770px;
    margin: 0 auto;
    position: relative; }
  .quero__header {
    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;
    margin-bottom: 2rem; }
    .quero__header h2 {
      margin-bottom: 0;
      display: inline-block;
      text-align: left; }
    .quero__header-logo {
      width: 100px; }
      @media screen and (min-width: 768px) {
        .quero__header-logo {
          width: 140px; } }
  .quero__title {
    font-size: 2.8125rem;
    font-weight: 700;
    color: #fc5474; }
    @media screen and (max-width: 1200px) {
      .quero__title {
        width: 100%;
        font-size: 1.5625rem;
        text-align: center; } }
  .quero .botao.verde {
    width: 100%;
    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;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1.375rem; }
    @media screen and (min-width: 768px) {
      .quero .botao.verde {
        font-size: 1.55rem; } }
    .quero .botao.verde img {
      margin-right: 1rem;
      -webkit-animation: shake 4s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
      animation: shake 4s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .quero__box {
    width: 100%;
    padding: 2.5rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 1200px) {
      .quero__box {
        padding: 1rem 1rem 1.5rem; } }
    .quero__box-image {
      height: 238px;
      -o-object-fit: contain;
      object-fit: contain;
      margin-right: 1rem; }
      @media screen and (max-width: 1200px) {
        .quero__box-image {
          display: none; } }
      .quero__box-image--mobile {
        display: none;
        float: left;
        height: 118px;
        margin-right: 0; }
        @media screen and (max-width: 1200px) {
          .quero__box-image--mobile {
            display: block; } }
    .quero__box-text {
      width: 10px;
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2; }
    .quero__box-title {
      text-align: center;
      font-size: 0.925rem;
      margin-bottom: .5rem; }
      @media screen and (min-width: 500px) {
        .quero__box-title {
          font-size: 1.1875rem;
          margin-bottom: .8rem; } }
      .quero__box-title strong {
        font-weight: 700; }
  .quero__bonus {
    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: 0.75em;
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .quero__bonus {
        margin-bottom: 4.2rem; } }
    .quero__bonus-item {
      width: 25px;
      height: 25px;
      -o-object-fit: contain;
      object-fit: contain;
      border-radius: 2px;
      margin: 0 3px; }
  .quero__payment-forms {
    width: 270px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .quero__payment-forms {
        max-width: 80%; } }
  .quero__from {
    text-align: center;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    margin-bottom: .2rem; }
    @media screen and (max-width: 1200px) {
      .quero__from {
        font-size: .9375rem;
        line-height: 1.2rem; } }
    .quero__from span {
      font-weight: 700;
      color: #e20000;
      text-decoration: line-through; }
  .quero__for {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1rem; }
    @media screen and (max-width: 1200px) {
      .quero__for {
        font-size: 1.2rem;
        line-height: 1.6rem; } }
    .quero__for span {
      font-size: 1.875rem;
      font-weight: 700;
      color: #3cc979; }
      @media screen and (max-width: 1200px) {
        .quero__for span {
          font-size: 1.5rem; } }
  .quero__cupom {
    font-size: 1em;
    text-align: center;
    margin-bottom: 0.5rem; }
    .quero__cupom span {
      font-weight: bold;
      color: #3cc979;
      background: rgba(60, 201, 121, 0.05);
      -webkit-box-shadow: inset #3cc979 0 0 0 1px;
      box-shadow: inset #3cc979 0 0 0 1px;
      padding: 0.1em 0.5em;
      border-radius: 4px; }

@-webkit-keyframes shake {
  1% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  5% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  10% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }
  16% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); }
  24% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes shake {
  1% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  5% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  10% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }
  16% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); }
  24% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.estrategia {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 1200px) {
    .estrategia {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .estrategia__title {
    width: 280px;
    margin-right: 2rem;
    font-size: 2.1875rem;
    font-weight: 700;
    color: #743bbc;
    line-height: 1.4;
    font-family: "Playfair Display", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif; }
    @media screen and (max-width: 1200px) {
      .estrategia__title {
        margin-right: 0;
        width: 100%;
        font-size: 1.5625rem;
        text-align: center;
        margin-bottom: 1.5rem; } }
  .estrategia__text {
    width: 10px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-size: 1.125rem;
    line-height: 1.625;
    color: #444444; }
    @media screen and (max-width: 1200px) {
      .estrategia__text {
        font-size: .9375rem;
        line-height: 1.375rem;
        text-align: center; } }
    .estrategia__text strong {
      font-weight: 700; }
  .estrategia__list:hover .estrategia__item:not(:hover) {
    opacity: .6; }
  .estrategia__item {
    margin-top: 1.5rem;
    position: relative;
    padding-left: 34px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 1200px) {
      .estrategia__item {
        padding-left: 25px;
        text-align: left; } }
    .estrategia__item:hover img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .estrategia__item img {
      position: absolute;
      top: 2px;
      left: 0;
      width: 24px;
      height: 24px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media screen and (max-width: 1200px) {
        .estrategia__item img {
          width: 17px;
          height: 17px; } }

.quotes {
  margin: 80px 0; }
  .quotes__container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1040px;
    margin: 0 auto;
    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; }
  @media screen and (min-width: 992px) {
    .quotes__container:hover .quotes__item:not(:hover) {
      opacity: .7;
      -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
      transform: scale(0.98); } }
  .quotes__item {
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    position: relative;
    width: 100%;
    margin-bottom: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    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: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    padding: 1rem 1rem 1rem 3.5rem; }
    @media screen and (min-width: 768px) {
      .quotes__item {
        padding: 1.5rem 1.5rem 1.5rem 3.75rem;
        margin-bottom: 3rem;
        width: calc(50% - 1.5rem); } }
  .quotes__icon {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    color: #fc5474;
    font-size: 4.2rem;
    line-height: 4rem;
    font-weight: 700;
    opacity: .2; }
  .quotes__logo {
    margin-top: auto;
    width: auto;
    height: 40px; }
    .quotes__logo--small {
      height: 1.4rem; }
    .quotes__logo--smaller {
      height: 1.2rem; }
  .quotes__bigger {
    margin-bottom: 1rem;
    font-size: 0.925rem; }
    @media screen and (min-width: 768px) {
      .quotes__bigger {
        font-size: 1.3em; } }
  .quotes__label, .quotes__text {
    margin-bottom: 1rem;
    font-size: 0.925em; }
    @media screen and (min-width: 768px) {
      .quotes__label, .quotes__text {
        font-size: 1.0625rem; } }
  .quotes__label {
    font-weight: 700; }

.secao--garantia {
  padding: 46.66667px 0;
  margin: 80px 0;
  background: #fff5f7;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .secao--garantia {
      text-align: left;
      padding: 70px 0; } }
  @media screen and (min-width: 992px) {
    .secao--garantia {
      margin: 120px 0; } }
  .secao--garantia .container {
    max-width: 890px;
    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 (min-width: 768px) {
      .secao--garantia .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .secao--garantia .container .coluna-a {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 auto 35px; }
      @media screen and (min-width: 768px) {
        .secao--garantia .container .coluna-a {
          margin: 0 60px 0 0; } }
    .secao--garantia .container .coluna-b p {
      margin: 0.75em 0;
      font-size: 0.95em; }
      @media screen and (min-width: 768px) {
        .secao--garantia .container .coluna-b p {
          font-size: 1.075em; } }
      @media screen and (min-width: 992px) {
        .secao--garantia .container .coluna-b p {
          font-size: 1.125em; } }
  .secao--garantia .badge {
    width: 100%;
    max-width: 120px;
    position: relative;
    text-align: center;
    border-radius: 210px;
    -webkit-animation: pulsar-brilho-branco ease-in-out 1.8s infinite;
    animation: pulsar-brilho-branco ease-in-out 1.8s infinite; }
    @media screen and (min-width: 768px) {
      .secao--garantia .badge {
        max-width: 202px; } }
    .secao--garantia .badge img {
      vertical-align: middle;
      border-radius: 210px;
      z-index: 1; }
    .secao--garantia .badge img.borda {
      position: absolute;
      z-index: 5;
      -webkit-animation-name: spin;
      animation-name: spin;
      -webkit-animation-duration: 35s;
      animation-duration: 35s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
  .secao--garantia h2 {
    margin: 0 0 1.5rem;
    font-weight: bold;
    color: #fc5474; }
  .secao--garantia .cta {
    margin-top: 1rem;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .secao--garantia .cta {
        margin-top: 1.5rem; } }
    .secao--garantia .cta .botao {
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .secao--garantia .cta .botao {
          margin: 0;
          width: 325px;
          font-size: 1.1em; } }
      @media screen and (min-width: 992px) {
        .secao--garantia .cta .botao {
          font-size: 1.2em; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.secao--perguntas-frequentes {
  margin: 80px 0; }
  @media screen and (min-width: 992px) {
    .secao--perguntas-frequentes {
      margin: 120px 0; } }
  .secao--perguntas-frequentes .container {
    max-width: 1040px; }
  .secao--perguntas-frequentes h2 {
    text-align: center;
    margin: 0 0 3rem;
    font-weight: bold; }
  .secao--perguntas-frequentes .listagem-perguntas {
    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 (min-width: 992px) {
      .secao--perguntas-frequentes .listagem-perguntas {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media screen and (min-width: 992px) {
      .secao--perguntas-frequentes .listagem-perguntas .coluna {
        width: 50%; } }
  .secao--perguntas-frequentes .pergunta {
    margin: 0;
    text-align: left;
    padding: 1rem 0;
    font-size: 0.95em;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 4px; }
    @media screen and (min-width: 992px) {
      .secao--perguntas-frequentes .pergunta {
        padding: 1em;
        font-size: 1.05em; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .secao--perguntas-frequentes .pergunta:hover .titulo .numero {
      background: #fc5474;
      color: #FFF;
      -webkit-box-shadow: 0 0 0 3px #fc5474;
      box-shadow: 0 0 0 3px #fc5474; } }
    .secao--perguntas-frequentes .pergunta.ativo {
      background: #FFF;
      -webkit-box-shadow: 0 5px 30px -2px rgba(252, 84, 116, 0.15);
      box-shadow: 0 5px 30px -2px rgba(252, 84, 116, 0.15); }
      .secao--perguntas-frequentes .pergunta.ativo:before {
        background: #FFF;
        -webkit-transform: scaleX(1.075) scaleY(1.2);
        -ms-transform: scaleX(1.075) scaleY(1.2);
        transform: scaleX(1.075) scaleY(1.2); }
      .secao--perguntas-frequentes .pergunta.ativo .titulo {
        color: #fc5474; }
        .secao--perguntas-frequentes .pergunta.ativo .titulo .numero {
          background: #fc5474;
          color: #FFF;
          -webkit-box-shadow: 0 0 0 3px #fc5474;
          box-shadow: 0 0 0 3px #fc5474; }
    .secao--perguntas-frequentes .pergunta .titulo {
      cursor: pointer;
      font-size: 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-line-pack: start;
      align-content: start;
      line-height: 1.25;
      color: #333;
      -webkit-transition: all 0.115s ease-in-out;
      -o-transition: all 0.115s ease-in-out;
      transition: all 0.115s ease-in-out; }
      @media screen and (min-width: 768px) {
        .secao--perguntas-frequentes .pergunta .titulo {
          -ms-flex-line-pack: center;
          align-content: center; } }
      .secao--perguntas-frequentes .pergunta .titulo span {
        display: inline-block;
        margin: auto 0; }
      @media screen and (min-width: 768px) {
        .secao--perguntas-frequentes .pergunta .titulo {
          font-size: 1em; } }
      .secao--perguntas-frequentes .pergunta .titulo .numero {
        -webkit-transition: all 0.115s ease-in-out;
        -o-transition: all 0.115s ease-in-out;
        transition: all 0.115s ease-in-out;
        font-weight: lighter;
        border-radius: 100px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        margin-right: 0.75em;
        min-width: 2em;
        min-height: 2em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(252, 84, 116, 0.1);
        color: #fc5474;
        font-size: 1em; }
    .secao--perguntas-frequentes .pergunta .resposta {
      padding: 0.5rem 1rem 0 2.5rem; }
      @media screen and (min-width: 768px) {
        .secao--perguntas-frequentes .pergunta .resposta {
          padding: 0.5rem 1rem 0 3rem; } }
      .secao--perguntas-frequentes .pergunta .resposta a {
        color: #fc5474; }
      .secao--perguntas-frequentes .pergunta .resposta p {
        font-size: 0.9em;
        color: #333;
        line-height: 1.5;
        opacity: 0.8; }
        @media screen and (min-width: 768px) {
          .secao--perguntas-frequentes .pergunta .resposta p {
            font-size: 0.9em; } }
        .secao--perguntas-frequentes .pergunta .resposta p:first-child {
          margin-top: 0; }
        .secao--perguntas-frequentes .pergunta .resposta p:last-child {
          margin-bottom: 0; }

.rodape {
  background: #fc5474;
  color: #FFF;
  padding: 46.66667px 0; }
  .rodape a {
    color: #FFF; }
  .rodape .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.85em; }
    @media screen and (min-width: 992px) {
      .rodape .container {
        font-size: 0.95em;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .rodape .coluna {
    width: 100%;
    margin: 10px 0; }
    @media screen and (min-width: 992px) {
      .rodape .coluna {
        width: auto;
        margin: 0 40px; } }
    .rodape .coluna:first-child {
      margin-top: 0; }
      @media screen and (min-width: 992px) {
        .rodape .coluna:first-child {
          margin-left: 0; } }
    .rodape .coluna:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 992px) {
        .rodape .coluna:last-child {
          margin-right: 0; } }
    .rodape .coluna.logo {
      width: auto;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (min-width: 440px) {
        .rodape .coluna.logo {
          text-align: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .rodape .coluna.logo a {
        display: block;
        padding: 0.65em 1em;
        font-size: 1.2em;
        border-radius: 4px;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        .rodape .coluna.logo a:hover {
          text-decoration: none;
          background: orange; }
      .rodape .coluna.logo img {
        width: 120px; }
        @media screen and (min-width: 992px) {
          .rodape .coluna.logo img {
            width: 130px; } }
    @media screen and (min-width: 440px) {
      .rodape .coluna.cnpj {
        margin-left: 0; } }
    .rodape .coluna.cnpj p {
      color: rgba(255, 255, 255, 0.9);
      margin: 0.15em 0; }
      .rodape .coluna.cnpj p:last-child {
        font-size: 0.85em;
        opacity: 0.7; }
    .rodape .coluna.links {
      font-size: 1em; }
    .rodape .coluna.fale-conosco p {
      margin: 0; }
    .rodape .coluna.creditos {
      margin-left: auto;
      -ms-flex-item-align: end;
      align-self: flex-end;
      justify-self: flex-end;
      font-size: 0.9em;
      margin-top: 2.5em; }
      @media screen and (min-width: 992px) {
        .rodape .coluna.creditos {
          margin-top: 0;
          font-size: 0.925em; } }
      .rodape .coluna.creditos a {
        -webkit-transition: all 0.115s ease-in-out;
        -o-transition: all 0.115s ease-in-out;
        transition: all 0.115s ease-in-out;
        color: rgba(255, 255, 255, 0.5); }
        .rodape .coluna.creditos a:hover {
          color: rgba(255, 255, 255, 0.85);
          text-decoration: none; }

.pagina-oferta .quero {
  margin-top: 0 !important;
  padding: 3rem 0; }

.pagina-oferta .desconto-especial .cabecalho,
.pagina-oferta .depoimentos-cabecalho .cabecalho {
  background: #fc5474;
  padding: 8px 15px;
  display: table;
  margin: 0 auto 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .pagina-oferta .desconto-especial .cabecalho img,
  .pagina-oferta .depoimentos-cabecalho .cabecalho img {
    width: 100px;
    vertical-align: bottom; }
    @media screen and (min-width: 768px) {
      .pagina-oferta .desconto-especial .cabecalho img,
      .pagina-oferta .depoimentos-cabecalho .cabecalho img {
        width: 120px; } }

.pagina-oferta .desconto-especial a,
.pagina-oferta .depoimentos-cabecalho a {
  color: #FFF; }

.pagina-oferta .depoimentos-cabecalho {
  background: #fc5474;
  text-align: center;
  color: #FFF;
  padding: 0 0 2rem; }
  .pagina-oferta .depoimentos-cabecalho .cabecalho {
    background: #fc3b60; }
  .pagina-oferta .depoimentos-cabecalho h2 {
    font-weight: bold;
    margin-bottom: 0.25em; }
  .pagina-oferta .depoimentos-cabecalho h3 {
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.25em; }
    @media screen and (min-width: 768px) {
      .pagina-oferta .depoimentos-cabecalho h3 {
        font-size: 1.4em; } }

.pagina-oferta .depoimentos {
  margin-top: 2rem; }

.pagina-oferta .desconto-especial {
  background: #3cc979;
  text-align: center;
  color: #FFF;
  padding: 0 0 2rem; }
  .pagina-oferta .desconto-especial h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; }
    @media screen and (min-width: 500px) {
      .pagina-oferta .desconto-especial h2 {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .pagina-oferta .desconto-especial h2 a {
      font-weight: 900; }
  .pagina-oferta .desconto-especial .icone {
    margin-right: 1rem;
    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;
    padding: 1rem;
    border-radius: 50px;
    background: #31b068; }
    .pagina-oferta .desconto-especial .icone svg {
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      height: 25px; }
      @media screen and (min-width: 768px) {
        .pagina-oferta .desconto-especial .icone svg {
          width: 40px;
          height: 40px; } }
      .pagina-oferta .desconto-especial .icone svg path {
        fill: #FFF; }
  .pagina-oferta .desconto-especial h4 {
    margin-bottom: 0;
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1em; }
    @media screen and (min-width: 768px) {
      .pagina-oferta .desconto-especial h4 {
        font-size: 1.2em; } }
    .pagina-oferta .desconto-especial h4 strong {
      display: inline-block;
      -webkit-animation: tremer ease-in-out 2s infinite;
      animation: tremer ease-in-out 2s infinite; }
    .pagina-oferta .desconto-especial h4 span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #FFF;
      color: #fc5474;
      font-weight: bold;
      padding: 0.05em 0.2em;
      border-radius: 4px; }
