@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

[v-cloak] > * {
  display: none; }

[v-cloak]::before {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #898989;
  content: "carregando…";
  z-index: 9999999;
  top: 0;
  left: 0; }

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 42px;
  z-index: 1000;
  color: #ffffff; }

.bloco-404 {
  text-align: center; }
  .bloco-404 h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1em; }
  .bloco-404 p {
    font-style: italic; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Poppins', 'Calibri', 'Lucida Grande', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  scroll-behavior: smooth; }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */ }
  @media screen and (max-width: 1600px) {
    html {
      font-size: 50%; } }
  @media screen and (max-width: 1300px) {
    html {
      font-size: 44%; } }
  @media screen and (max-width: 1100px) {
    html {
      font-size: 40%; } }
  @media screen and (max-width: 700px) {
    html {
      font-size: 38%; } }

.rosa {
  color: #FF9EEB; }

.azul {
  color: #1024C3; }

.preto {
  color: #000; }

button {
  -webkit-appearance: none;
  border-radius: 0; }

a:focus, input:focus, button:focus {
  outline: none; }

:target:before {
  content: "";
  display: block;
  height: 7rem;
  /* fixed header height*/
  margin: -7rem 0 0;
  /* negative fixed header height */ }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

.section {
  width: 100%;
  height: auto; }
  .section.telacheia {
    width: 100%;
    height: 100vh; }
  .section .subcontainer {
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (max-width: 1040px) {
      .section .subcontainer {
        padding: 0 15px; } }
  .section .container {
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (max-width: 1040px) {
      .section .container {
        width: 100%;
        padding: 0 15px; } }
  .section .container-fullw {
    width: 100%;
    max-width: none; }
  .section .container-semifullw {
    width: 80%;
    max-width: none; }
  .section .container-flex {
    width: 100%;
    height: 100%;
    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; }

.hide {
  display: none !important; }

.hidestrong {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: -1; }

.invisivel {
  visibility: hidden;
  z-index: -1;
  position: relative; }

.desk {
  display: block !important; }
  @media screen and (max-width: 1040px) {
    .desk {
      display: none !important; } }

.resp {
  display: none !important; }
  @media screen and (max-width: 1040px) {
    .resp {
      display: block !important; } }

.break {
  display: inline-block;
  width: 100%;
  height: 0; }

.flexbox .flexcentro {
  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; }

.layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .layout-flex.ais {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .layout-flex.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-flex.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-flex.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-flex.jcsa {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-flex.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .layout-flex.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-flex .bloco-imagem img {
    width: 100%;
    display: block; }
  .layout-flex .full {
    width: 100% !important; }
  .layout-flex .taj {
    text-align: justify; }
  .layout-flex .tac {
    text-align: center; }

.coluna-1 {
  width: 6.95833%; }
  @media screen and (max-width: 1040px) {
    .coluna-1 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-2 {
  width: 15.41667%; }
  @media screen and (max-width: 1040px) {
    .coluna-2 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-3 {
  width: 23.875%; }
  @media screen and (max-width: 1040px) {
    .coluna-3 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-4 {
  width: 32.33333%; }
  @media screen and (max-width: 1040px) {
    .coluna-4 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-5 {
  width: 40.79167%; }
  @media screen and (max-width: 1040px) {
    .coluna-5 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-6 {
  width: 49.25%; }
  @media screen and (max-width: 1040px) {
    .coluna-6 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-7 {
  width: 57.70833%; }
  @media screen and (max-width: 1040px) {
    .coluna-7 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-8 {
  width: 66.16667%; }
  @media screen and (max-width: 1040px) {
    .coluna-8 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-9 {
  width: 74.625%; }
  @media screen and (max-width: 1040px) {
    .coluna-9 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-10 {
  width: 83.08333%; }
  @media screen and (max-width: 1040px) {
    .coluna-10 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-11 {
  width: 91.54167%; }
  @media screen and (max-width: 1040px) {
    .coluna-11 {
      width: 100%;
      padding: 0 3rem; } }

.coluna-12 {
  width: 100%; }
  @media screen and (max-width: 1040px) {
    .coluna-12 {
      width: 100%;
      padding: 0 3rem; } }

.mb15 {
  margin-bottom: 15px; }
  @media screen and (max-width: 1040px) {
    .mb15 {
      margin-bottom: 8px; } }

.mb25 {
  margin-bottom: 25px; }
  @media screen and (max-width: 1040px) {
    .mb25 {
      margin-bottom: 15px; } }

.mb50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 1040px) {
    .mb50 {
      margin-bottom: 25px; } }

.mb75 {
  margin-bottom: 75px; }
  @media screen and (max-width: 1040px) {
    .mb75 {
      margin-bottom: 40px; } }

.mt15 {
  margin-top: 15px; }

.mt25 {
  margin-top: 25px; }

.mt50 {
  margin-top: 50px; }

.mt75 {
  margin-top: 75px; }

.config-texto {
  font-size: 14px;
  line-height: 1.7; }
  @media screen and (max-width: 1040px) {
    .config-texto {
      font-size: 14px;
      line-height: 1.5; } }
  .config-texto p {
    margin-bottom: 1em; }
  .config-texto a {
    font-weight: bold; }
  .config-texto .subdest {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px; }
  .config-texto ul {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 15px; }
    .config-texto ul li {
      margin-bottom: 5px; }
  .config-texto img {
    max-width: 100% !important;
    height: auto; }
  .config-texto .post-galeria {
    list-style-type: none; }

.fundo-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden; }
  .fundo-modal.ativo {
    z-index: 1000;
    opacity: 1;
    visibility: visible; }
  .fundo-modal ::-webkit-scrollbar {
    width: 12px; }
  .fundo-modal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px; }
  .fundo-modal ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.3); }

.modal {
  width: 98%;
  max-width: 1000px;
  max-height: 100%;
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative; }
  .modal--fechar {
    position: absolute;
    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;
    z-index: 100;
    top: -15px;
    right: -15px;
    width: 22px;
    height: 22px;
    border-radius: 24px;
    font-size: 12px;
    color: #fff;
    background-color: #FF9EEB; }
    .modal--fechar span {
      display: block;
      line-height: 1;
      position: relative;
      left: 1px; }
  @media screen and (max-width: 1040px) {
    .modal iframe {
      width: 100% !important; } }
  .modal.modal-aviso {
    background-color: #1024C3;
    color: #fff;
    max-width: 600px;
    padding: 50px; }
    .modal.modal-aviso h1 {
      font-size: 55px;
      font-size: 5.5rem;
      font-weight: 600;
      margin-bottom: 10px; }
    .modal.modal-aviso h2 {
      font-size: 30px;
      font-size: 3rem; }
    .modal.modal-aviso .botoes {
      text-align: right;
      margin-top: 15px; }
    .modal.modal-aviso .close {
      display: inline-block;
      text-transform: uppercase;
      background-color: #FF9EEB;
      padding: 10px 20px;
      border-radius: 20px; }
  .modal.modal-form {
    background-color: #000;
    color: #fff;
    max-width: 500px;
    padding: 30px; }
    .modal.modal-form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 158, 235, 0.5); }
    .modal.modal-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 158, 235, 0.5); }
    .modal.modal-form :-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 158, 235, 0.5); }
    .modal.modal-form :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 158, 235, 0.5); }
    .modal.modal-form h2 {
      font-size: 40px;
      font-size: 4rem;
      margin-bottom: 25px; }
    .modal.modal-form .campo-duplo {
      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; }
      .modal.modal-form .campo-duplo .campo-input {
        width: 48%; }
    .modal.modal-form .campo-input {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      .modal.modal-form .campo-input label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem; }
      .modal.modal-form .campo-input input {
        width: 100%;
        background-color: transparent;
        border: none;
        height: 28px;
        line-height: 28px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #FF9EEB;
        font-weight: 600;
        font-family: 'Poppins', 'Calibri', 'Lucida Grande', sans-serif; }
      .modal.modal-form .campo-input textarea {
        border: 1px solid rgba(255, 255, 255, 0.5);
        background-color: transparent;
        color: #FF9EEB;
        font-weight: 600;
        font-family: 'Poppins', 'Calibri', 'Lucida Grande', sans-serif;
        width: 100%;
        height: 80px;
        border-radius: 10px; }
    .modal.modal-form .botoes {
      text-align: right;
      margin-top: 15px; }
    .modal.modal-form .close {
      display: inline-block;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem;
      border-bottom: 2px solid #FF9EEB;
      cursor: pointer; }
    .modal.modal-form .modal--fechar {
      position: absolute;
      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;
      z-index: 100;
      top: 15px;
      right: 15px;
      width: 22px;
      height: 22px;
      border-radius: 24px;
      font-size: 12px;
      color: #FF9EEB;
      border: 1px solid #FF9EEB;
      background-color: transparent; }
      .modal.modal-form .modal--fechar span {
        display: block;
        line-height: 1;
        position: relative;
        left: 0px; }

.chamada-form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #000;
  background-image: url("../img/grafismo-chamada@2x.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 100;
  color: #fff; }
  @media screen and (max-width: 1040px) {
    .chamada-form {
      background-image: none;
      height: auto;
      padding: 10px 0; } }
  .chamada-form .container {
    height: 100%; }
  .chamada-form .subcontainer {
    height: 100%; }
  .chamada-form .layout-flex {
    height: 100%;
    cursor: pointer; }
  .chamada-form h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 20px; }
    @media screen and (max-width: 1040px) {
      .chamada-form h3 {
        margin-right: 0; } }
  .chamada-form span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #FF9EEB;
    text-transform: uppercase;
    border-bottom: 1px solid #FF9EEB;
    display: inline-block; }

.footer {
  position: relative;
  z-index: 101; }

/*********************************************************
NOVO LAYOUT
*********************************************************/
.call-faleconosco {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3); }
  .call-faleconosco img {
    height: 80px;
    display: block; }
  @media screen and (max-width: 1040px) {
    .call-faleconosco {
      top: auto;
      margin-top: 0px;
      bottom: 0; }
      .call-faleconosco img {
        height: 70px; } }

.section {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4; }
  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
    line-height: 1.2; }
  .section p {
    margin-bottom: 2rem; }
  .section .container {
    padding: 0;
    width: 100%;
    max-width: 100%; }
  .section .coluna-6 {
    width: 50%; }
    @media screen and (max-width: 1040px) {
      .section .coluna-6 {
        width: 100%; } }

.texto-18 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600; }

.destaque-26 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600; }

.destaque-40 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600; }

.destaque-48 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 600; }
  @media screen and (max-width: 1040px) {
    .destaque-48 {
      font-size: 42px;
      font-size: 4.2rem; } }

.destaque-55 {
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 600; }
  @media screen and (max-width: 1040px) {
    .destaque-55 {
      font-size: 48px;
      font-size: 4.8rem; } }

.destaque-90 {
  font-size: 90px;
  font-size: 9rem;
  font-weight: 600; }
  @media screen and (max-width: 1040px) {
    .destaque-90 {
      font-size: 60px;
      font-size: 6rem; } }

.destaque-140 {
  font-size: 140px;
  font-size: 14rem;
  font-weight: 600; }
  @media screen and (max-width: 1040px) {
    .destaque-140 {
      font-size: 100px;
      font-size: 10rem; } }

.section-header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  color: #fff;
  padding: 3rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 100;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (max-width: 1040px) {
    .section-header {
      padding: 2rem 3rem; } }
  .section-header .branco {
    display: block; }
  .section-header .azul {
    display: none; }
  .section-header.fixo, .section-header.truefixo {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #1024C3;
    z-index: 9999;
    padding: 2rem 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 1040px) {
      .section-header.fixo, .section-header.truefixo {
        padding: 2rem 3rem; }
        .section-header.fixo.ativo, .section-header.truefixo.ativo {
          color: #fff; }
          .section-header.fixo.ativo .branco, .section-header.truefixo.ativo .branco {
            display: block; }
          .section-header.fixo.ativo .azul, .section-header.truefixo.ativo .azul {
            display: none; } }
    .section-header.fixo .branco, .section-header.truefixo .branco {
      display: none; }
    .section-header.fixo .azul, .section-header.truefixo .azul {
      display: block; }
    .section-header.fixo .header-logo img, .section-header.truefixo .header-logo img {
      height: 3rem; }
  .home .section-header,
  .home-nova .section-header {
    display: none; }
    .home .section-header.fixo,
    .home-nova .section-header.fixo {
      display: block; }
  .section-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10rem; }
    @media screen and (max-width: 1040px) {
      .section-header .container {
        padding: 0; } }
  .section-header .header-logo {
    display: block; }
    .section-header .header-logo img {
      height: 4rem;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
  .section-header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase; }
    .section-header .header-menu li {
      margin-left: 30px; }
    .section-header .header-menu a.ativo, .section-header .header-menu a:hover {
      border-bottom: 3px solid #FF9EEB; }
  .section-header .header-burger {
    display: none;
    font-size: 24px;
    line-height: 1; }
    .section-header .header-burger img {
      width: 50px; }
  @media screen and (max-width: 1040px) {
    .section-header {
      min-height: 0; }
      .section-header .header-logo img {
        width: 220px;
        height: auto; }
      .section-header .header-esquerda {
        display: none; }
      .section-header .header-burger {
        display: block; }
      .section-header.ativo {
        width: 100%;
        min-height: 100%;
        background-color: #000; }
        .section-header.ativo .container {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .section-header.ativo .header-esquerda {
          display: block;
          width: 100%; }
        .section-header.ativo .header-menu {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding-top: 60px; }
          .section-header.ativo .header-menu li {
            margin-left: 0;
            margin-bottom: 30px; } }

.capa-pagina {
  background-color: #1024C3;
  color: #fff; }
  .capa-pagina .container {
    width: 100%;
    height: 100%;
    padding-top: 18rem; }
    @media screen and (max-width: 1040px) {
      .capa-pagina .container {
        padding-top: 12rem; } }
  .capa-pagina img {
    display: block;
    max-width: 100%; }
  .capa-pagina .coluna-texto {
    max-width: 75rem; }
  @media screen and (max-width: 1040px) {
    .capa-pagina.capa-equipe .coluna-texto {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.capa-equipe-ilustracao .box-interrogacoes {
  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;
  margin-bottom: 3rem; }
  .capa-equipe-ilustracao .box-interrogacoes img {
    height: 14rem;
    margin: 0 1rem; }
    @media screen and (max-width: 1040px) {
      .capa-equipe-ilustracao .box-interrogacoes img {
        height: auto;
        width: 10vw;
        margin: 0 1vw; } }

.capa-blog .coluna-texto {
  margin-bottom: 20rem; }
  @media screen and (max-width: 1040px) {
    .capa-blog .coluna-texto {
      margin-bottom: 5rem; } }

.capa-blog .capa-blog-ilustracao img {
  width: 90%; }

@media screen and (max-width: 1040px) {
  .capa-blog .layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.equipe-etapa1 {
  background-color: #FF9EEB;
  color: #000; }
  .equipe-etapa1 .coluna-texto {
    max-width: 75rem;
    padding-top: 20rem;
    padding-bottom: 20rem; }
    @media screen and (max-width: 1040px) {
      .equipe-etapa1 .coluna-texto {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
  .equipe-etapa1 .equipe-etapa1-ilustra {
    background-color: #fff;
    background-image: url("../img/equipe-ilustra-1.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: fixed;
    background-size: 40% auto; }
    @media screen and (max-width: 1040px) {
      .equipe-etapa1 .equipe-etapa1-ilustra {
        height: 60vh;
        background-size: contain;
        background-position: bottom left; } }

.equipe-etapa2 {
  padding: 8rem 0; }
  .equipe-etapa2 .coluna-texto {
    max-width: 65rem; }

.equipe-etapa3 {
  background-color: #FF9EEB;
  padding: 8rem 0; }
  .equipe-etapa3 .layout-flex {
    position: relative; }
  .equipe-etapa3 .bloco-branco {
    background-color: #fff;
    padding: 8rem;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 1040px) {
      .equipe-etapa3 .bloco-branco {
        padding: 8rem 4rem; } }
    .equipe-etapa3 .bloco-branco img {
      position: absolute;
      bottom: 0;
      height: 40px;
      right: -149px;
      pointer-events: none;
      z-index: 100; }
      @media screen and (max-width: 1040px) {
        .equipe-etapa3 .bloco-branco img {
          display: none; } }
  .equipe-etapa3 .bloco-azul {
    background-color: #1024C3;
    color: #FF9EEB;
    padding: 12rem 4rem;
    text-align: center;
    margin-top: -6rem; }
    @media screen and (max-width: 1040px) {
      .equipe-etapa3 .bloco-azul {
        margin-top: 0; } }

.section-lista-destaques {
  position: relative; }
  .section-lista-destaques .a-prev {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    background-color: #1024C3;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px;
    cursor: pointer;
    z-index: 200; }
    .section-lista-destaques .a-prev svg {
      width: 15px;
      height: 15px;
      stroke: #fff;
      stroke-width: 0.5px; }
  .section-lista-destaques .a-next {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    background-color: #1024C3;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 10px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 200; }
    .section-lista-destaques .a-next svg {
      width: 15px;
      height: 15px;
      stroke: #fff; }
  .section-lista-destaques .slick-disabled {
    opacity: 0.1; }

.blog-destaque {
  padding: 8rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .blog-destaque:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .blog-destaque .container {
    position: relative;
    z-index: 50;
    font-weight: 500;
    min-height: 55vh; }
  .blog-destaque .coluna-texto {
    max-width: 65rem;
    display: block; }
  @media screen and (max-width: 1040px) {
    .blog-destaque .coluna-6 {
      padding: 0 8rem; } }
  .blog-destaque .artigo-tagline {
    margin-bottom: 6rem;
    text-transform: uppercase;
    color: #1024C3;
    font-weight: bold; }
  .blog-destaque .artigo-titulo {
    margin-bottom: 6rem; }
  .blog-destaque .artigo-mais {
    text-transform: uppercase;
    color: #1024C3;
    font-weight: bold;
    border-bottom: 1px solid #1024C3; }

.blog-ultimaspubs {
  padding: 8rem 0; }
  .blog-ultimaspubs .destaque-40 small {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400; }
    .blog-ultimaspubs .destaque-40 small strong {
      font-weight: 600; }
  .blog-ultimaspubs .destaque-40 a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #FF9EEB;
    margin-top: 30px; }
    .blog-ultimaspubs .destaque-40 a svg {
      stroke: #FF9EEB;
      height: 12px;
      width: 30px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0px; }

.blog-campo {
  display: inline-block;
  text-align: left;
  width: 100%; }
  .blog-campo label {
    font-weight: bold;
    text-transform: uppercase;
    color: #FF9EEB; }
  .blog-campo .enviar {
    text-align: right;
    margin-top: 2rem; }
  .blog-campo button {
    font-family: 'Poppins', 'Calibri', 'Lucida Grande', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
    cursor: pointer; }

.blog-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1040px) {
    .blog-titulo {
      display: block; }
      .blog-titulo .destaque-40 {
        margin-bottom: 2rem; } }
  .blog-titulo .blog-filtros {
    width: 60%;
    text-align: right; }
    @media screen and (max-width: 1040px) {
      .blog-titulo .blog-filtros {
        width: 100%;
        text-align: left; } }
  .blog-titulo .blog-campo {
    width: 33.33333%; }
    @media screen and (max-width: 1040px) {
      .blog-titulo .blog-campo {
        width: 100%; } }

.modulo-busca {
  position: relative;
  width: 100%; }
  .modulo-busca ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }
  .modulo-busca ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }
  .modulo-busca :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }
  .modulo-busca :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }
  .modulo-busca input {
    height: 4rem;
    line-height: 4rem;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #FF9EEB;
    padding-right: 36px;
    font-size: 13px;
    width: 100%; }
  .modulo-busca i {
    position: absolute;
    right: 10px;
    line-height: 32px; }
  .modulo-busca.newsletter input {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }

.blog-cards {
  padding-left: 10rem;
  padding-right: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1040px) {
    .blog-cards {
      padding: 0 2rem; } }

.blog-card {
  display: block;
  width: 29.33333%;
  margin-right: 6%;
  margin-bottom: 5rem;
  background-color: #1024C3;
  color: #fff;
  padding: 3rem; }
  .blog-card:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 1040px) {
    .blog-card {
      width: 100%;
      margin-right: 0; } }
  .blog-card .blog-card-capa {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-color: #fff;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center; }
  .blog-card .artigo-tagline {
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
  .blog-card .artigo-titulo {
    margin-bottom: 3rem; }
  .blog-card .artigo-mais {
    text-align: right;
    text-transform: uppercase; }
    .blog-card .artigo-mais span {
      border-bottom: 1px solid #fff; }
  .blog-card.bgrosa {
    background-color: #FF9EEB; }

.blog-tags {
  padding: 6rem 0;
  background-color: #FF9EEB;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (max-width: 1040px) {
    .blog-tags {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .blog-tags .container {
    padding-left: 10rem;
    padding-right: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1040px) {
      .blog-tags .container {
        padding: 0 2rem;
        display: block; } }
  .blog-tags h3 {
    width: 23.875%;
    color: #000; }
    @media screen and (max-width: 1040px) {
      .blog-tags h3 {
        width: 100%;
        margin-bottom: 2rem; } }
  .blog-tags .lista-tags {
    width: 74.625%;
    padding-left: 4rem; }
    @media screen and (max-width: 1040px) {
      .blog-tags .lista-tags {
        width: 100%;
        padding-left: 0; } }
    .blog-tags .lista-tags li {
      display: inline-block;
      vertical-align: middle;
      margin: 2rem 0;
      margin-right: 4rem; }
      @media screen and (max-width: 1040px) {
        .blog-tags .lista-tags li {
          margin: 0;
          margin-bottom: 2rem;
          margin-right: 2rem; } }

.blog-mais-artigos {
  padding: 0 10rem;
  margin-top: 4rem;
  text-align: right; }
  @media screen and (max-width: 1040px) {
    .blog-mais-artigos {
      padding: 0 3rem; } }
  .blog-mais-artigos a {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #1024C3;
    color: #1024C3; }

.paginacao {
  padding: 0 10rem;
  margin-top: 4rem;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem; }
  .paginacao .page-numbers {
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #1024C3;
    color: #1024C3; }
    .paginacao .page-numbers.current {
      font-weight: bold;
      border-bottom: none;
      color: #000; }
    .paginacao .page-numbers.prev {
      border-bottom: none;
      font-weight: bold;
      color: #1024C3;
      line-height: 1;
      margin-right: 15px; }
    .paginacao .page-numbers.next {
      border-bottom: none;
      font-weight: bold;
      color: #1024C3;
      line-height: 1;
      margin-left: 15px; }

.blog-maislidos {
  padding: 8rem 0; }

.blog-newsletter {
  padding: 8rem 0;
  background-color: #1024C3; }
  .blog-newsletter h3 {
    line-height: 1.5; }
    @media screen and (max-width: 1040px) {
      .blog-newsletter h3 {
        margin-bottom: 3rem; } }
  .blog-newsletter .blog-campo ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }
  .blog-newsletter .blog-campo ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }
  .blog-newsletter .blog-campo :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }
  .blog-newsletter .blog-campo :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }

.blog-imagem-destaque {
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  @media screen and (max-width: 1040px) {
    .blog-imagem-destaque {
      height: 50vh;
      background-attachment: scroll; } }

.blog-artigo-single {
  padding-top: 8rem; }
  .blog-artigo-single .coluna-next, .blog-artigo-single .coluna-prev {
    width: 54px;
    min-height: 10px; }
    @media screen and (max-width: 1040px) {
      .blog-artigo-single .coluna-next, .blog-artigo-single .coluna-prev {
        display: none; } }
  .blog-artigo-single .a-prev {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    width: 54px;
    height: 54px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    background-color: #1024C3;
    border-radius: 100px;
    cursor: pointer; }
    .blog-artigo-single .a-prev svg {
      width: 30px;
      height: 30px;
      stroke: #fff;
      stroke-width: 0.5px; }
      @media screen and (max-width: 1040px) {
        .blog-artigo-single .a-prev svg {
          width: 15px;
          height: 15px; } }
  .blog-artigo-single .a-next {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    width: 54px;
    height: 54px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    background-color: #1024C3;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .blog-artigo-single .a-next svg {
      width: 30px;
      height: 30px;
      stroke: #fff; }
      @media screen and (max-width: 1040px) {
        .blog-artigo-single .a-next svg {
          width: 15px;
          height: 15px; } }
  @media screen and (max-width: 1040px) {
    .blog-artigo-single .layout-flex {
      padding: 0; } }

.artigo-single-titulo {
  margin-bottom: 5rem; }
  .artigo-single-titulo h1 {
    margin-bottom: 10px; }
  .artigo-single-titulo small {
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem; }

.artigo-single-conteudo p {
  margin-bottom: 2.5rem; }

.artigo-single-conteudo ul {
  list-style-type: disc;
  margin-bottom: 2.5rem; }
  .artigo-single-conteudo ul li {
    margin-bottom: 0.5rem; }

.artigo-single-conteudo ol {
  list-style-type: decimal;
  margin-bottom: 2.5rem; }
  .artigo-single-conteudo ol li {
    margin-bottom: 0.5rem; }

.artigo-single-conteudo h1, .artigo-single-conteudo h2, .artigo-single-conteudo h3, .artigo-single-conteudo h4, .artigo-single-conteudo h5, .artigo-single-conteudo h6 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1024C3; }
  .artigo-single-conteudo h1 b, .artigo-single-conteudo h2 b, .artigo-single-conteudo h3 b, .artigo-single-conteudo h4 b, .artigo-single-conteudo h5 b, .artigo-single-conteudo h6 b {
    font-weight: 300; }

.artigo-single-conteudo h1 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 4rem; }

.artigo-single-conteudo h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 3.5rem; }

.artigo-single-conteudo h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 3rem; }

.artigo-single-conteudo blockquote {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-style: italic;
  background-color: #f2f2f2;
  padding: 3rem; }
  .artigo-single-conteudo blockquote p {
    margin-bottom: 0; }

.artigo-single-conteudo a {
  color: #1024C3; }
  .artigo-single-conteudo a:hover {
    text-decoration: underline !important; }

.artigo-single-conteudo .wp-caption-text {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-style: italic; }

.artigo-single-conteudo .wp-caption {
  margin-left: 0;
  margin-right: 0; }
  .artigo-single-conteudo .wp-caption img {
    width: 100%;
    height: auto; }
  .artigo-single-conteudo .wp-caption.alignleft {
    width: 100%;
    float: none; }
  .artigo-single-conteudo .wp-caption.alignright {
    width: 100%;
    float: none; }

.artigo-single-conteudo iframe {
  width: 100%; }

.artigo-single-conteudo img {
  width: 100%;
  height: auto; }
  .artigo-single-conteudo img.alignleft {
    width: 100%;
    float: none; }
  .artigo-single-conteudo img.alignright {
    width: 100%;
    float: none; }
  .artigo-single-conteudo img.alignnone {
    width: 100%;
    float: none; }

.kpl5 {
  padding-left: 5rem; }
  @media screen and (max-width: 1040px) {
    .kpl5 {
      padding: 0 3rem; } }

.kpl10 {
  padding-left: 10rem; }
  @media screen and (max-width: 1040px) {
    .kpl10 {
      padding: 0 3rem; } }

.kpr5 {
  padding-right: 5rem; }
  @media screen and (max-width: 1040px) {
    .kpr5 {
      padding: 0 3rem; } }

.kpr10 {
  padding-right: 10rem; }
  @media screen and (max-width: 1040px) {
    .kpr10 {
      padding: 0 3rem; } }

.abertura-depoimentos {
  background-color: #FF9EEB;
  padding: 8rem 0;
  padding-bottom: 0; }
  .abertura-depoimentos .caixa-binoculos {
    text-align: center;
    padding-right: 10rem; }
    @media screen and (max-width: 1040px) {
      .abertura-depoimentos .caixa-binoculos {
        padding-right: 3rem; } }
    .abertura-depoimentos .caixa-binoculos h3 {
      margin-bottom: 2rem; }
    .abertura-depoimentos .caixa-binoculos img {
      width: 100%;
      display: block; }
  .abertura-depoimentos .caixa-depos {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
    background-color: #fff;
    margin-bottom: 8rem; }
    @media screen and (max-width: 1040px) {
      .abertura-depoimentos .caixa-depos {
        margin-bottom: 0; } }
    .abertura-depoimentos .caixa-depos h3 {
      max-width: 70%;
      margin: 0 auto;
      margin-bottom: 6rem; }
      @media screen and (max-width: 1040px) {
        .abertura-depoimentos .caixa-depos h3 {
          max-width: 100%;
          font-size: 30px;
          font-size: 3rem; } }

.modelo-depo {
  width: 100%;
  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; }
  .modelo-depo .inside-modelo {
    max-width: 440px; }
    @media screen and (max-width: 1040px) {
      .modelo-depo .inside-modelo {
        max-width: 75%; } }
    .modelo-depo .inside-modelo img {
      display: block;
      max-height: 8rem;
      margin: 0 auto;
      margin-bottom: 5rem; }
      @media screen and (max-width: 1040px) {
        .modelo-depo .inside-modelo img {
          max-height: 6rem;
          margin-bottom: 3rem; } }
    .modelo-depo .inside-modelo p {
      font-style: italic;
      margin-bottom: 5rem;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (max-width: 1040px) {
        .modelo-depo .inside-modelo p {
          margin-bottom: 3rem; } }
    .modelo-depo .inside-modelo h4 {
      font-weight: 600;
      color: #FF9EEB; }

.footer {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000;
  color: #fff; }
  .footer .logo-home {
    width: 41.42857%;
    display: block; }
    @media screen and (max-width: 1040px) {
      .footer .logo-home {
        width: 50%;
        margin-bottom: 5rem; } }
    .footer .logo-home img {
      width: auto;
      height: 10rem;
      display: block; }
      @media screen and (max-width: 1040px) {
        .footer .logo-home img {
          height: 8rem; } }
  .footer p {
    font-size: 26px;
    font-size: 2.6rem; }
    @media screen and (max-width: 1040px) {
      .footer p {
        font-size: 20px;
        font-size: 2rem; } }
  .footer .ende {
    position: relative; }
    .footer .ende i {
      position: absolute;
      top: 6px;
      left: -24px;
      color: #FF9EEB; }
  .footer__info p {
    margin-bottom: 1em;
    line-height: 1.5; }
    .footer__info p.orce {
      margin-bottom: 5px; }
  .footer__info .especialista {
    font-size: 16px;
    font-size: 1.6rem;
    color: #FF9EEB;
    text-transform: uppercase;
    border-bottom: 1px solid #FF9EEB;
    margin-bottom: 80px;
    display: inline-block; }
    @media screen and (max-width: 1040px) {
      .footer__info .especialista {
        margin-bottom: 30px; } }
  .footer__info .sociais {
    color: #FF9EEB;
    margin-top: 50px; }
    @media screen and (max-width: 1040px) {
      .footer__info .sociais {
        margin-top: 20px; } }
    .footer__info .sociais li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
  .footer__info .done {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem; }

.link-borda {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #000; }
  .link-borda.rosa {
    color: #FF9EEB;
    border-bottom: 1px solid #FF9EEB; }
  .link-borda.azul {
    color: #1024C3;
    border-bottom: 1px solid #1024C3; }
  .link-borda.branco {
    color: #fff;
    border-bottom: 1px solid #fff; }

.capa-cases .coluna-texto {
  margin-bottom: 20rem; }
  @media screen and (max-width: 1040px) {
    .capa-cases .coluna-texto {
      margin-bottom: 5rem; } }

.capa-cases .capa-cases-ilustracao {
  text-align: center; }
  .capa-cases .capa-cases-ilustracao img {
    display: block;
    width: 100%; }
  .capa-cases .capa-cases-ilustracao .lampada {
    width: 20rem;
    margin-left: 20%; }
    @media screen and (max-width: 1040px) {
      .capa-cases .capa-cases-ilustracao .lampada {
        width: 12rem; } }

.case-section .case-aberto {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.case-section .case-fechado {
  overflow: hidden;
  max-height: 4000px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }
  .case-section .case-fechado .layout-flex {
    cursor: pointer; }
    @media screen and (max-width: 1040px) {
      .case-section .case-fechado .layout-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .case-section .case-fechado .layout-flex.alterna {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }

.case-section.ativo .case-fechado {
  overflow: hidden;
  max-height: 0px; }

.case-section.ativo .case-aberto {
  overflow: hidden;
  max-height: 4000px; }

.case-section .case-fechado-capa {
  position: relative; }
  @media screen and (max-width: 1040px) {
    .case-section .case-fechado-capa {
      padding: 0; } }
  .case-section .case-fechado-capa:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 36, 195, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  .case-section .case-fechado-capa .fechado-capa {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .case-section .case-fechado-capa .fechado-capa .inside-svg {
      display: none; }
    @media screen and (max-width: 1040px) {
      .case-section .case-fechado-capa .fechado-capa {
        padding-bottom: 80%; }
        .case-section .case-fechado-capa .fechado-capa .inside-svg {
          display: block;
          width: 100%;
          height: 40px;
          position: absolute;
          bottom: 10px;
          left: 0;
          text-align: center; }
          .case-section .case-fechado-capa .fechado-capa .inside-svg svg {
            display: block;
            height: 36px;
            stroke: #fff;
            fill: #1024C3;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            margin: 0 auto; } }

.case-section .case-fechado-intro {
  background-color: #FF9EEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1040px) {
    .case-section .case-fechado-intro {
      padding-top: 6rem;
      padding-bottom: 6rem;
      display: none; } }
  .case-section .case-fechado-intro .coluna-texto {
    display: block;
    max-width: 50rem; }
    @media screen and (max-width: 1040px) {
      .case-section .case-fechado-intro .coluna-texto {
        max-width: none; } }
    .case-section .case-fechado-intro .coluna-texto h3 {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .case-section .case-fechado-intro .coluna-texto p {
      color: #fff;
      margin-bottom: 2.5rem; }
    .case-section .case-fechado-intro .coluna-texto svg {
      display: block;
      width: 6.4rem;
      stroke: #1024C3;
      fill: #FF9EEB;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .case-section .case-fechado-intro .coluna-texto img {
      display: block;
      width: 6.4rem; }

.case-section .case-fechado:hover .case-fechado-intro .coluna-texto h3 {
  color: #fff; }

.case-section .case-fechado:hover .case-fechado-intro .coluna-texto svg {
  fill: #1024C3;
  stroke: #fff; }
  .case-section .case-fechado:hover .case-fechado-intro .coluna-texto svg #Ellipse_370 {
    stroke: #1024C3; }

.case-section .case-aberto-capa {
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media screen and (max-width: 1040px) {
    .case-section .case-aberto-capa {
      height: 40vh;
      padding: 0; } }
  .case-section .case-aberto-capa:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 36, 195, 0.7); }
  .case-section .case-aberto-capa .icone-fechar-case {
    display: block;
    position: absolute;
    top: 7rem;
    right: 7rem; }
    @media screen and (max-width: 1040px) {
      .case-section .case-aberto-capa .icone-fechar-case {
        top: 4rem;
        right: 4rem; } }
    .case-section .case-aberto-capa .icone-fechar-case img {
      display: block;
      width: 8rem; }
      @media screen and (max-width: 1040px) {
        .case-section .case-aberto-capa .icone-fechar-case img {
          width: 5rem; } }

.case-section .case-aberto-intro {
  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-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 1040px) {
    .case-section .case-aberto-intro {
      padding: 3rem; } }
  .case-section .case-aberto-intro .coluna-texto {
    display: block;
    max-width: 50rem; }
    @media screen and (max-width: 1040px) {
      .case-section .case-aberto-intro .coluna-texto {
        max-width: none; } }
    .case-section .case-aberto-intro .coluna-texto p {
      margin-bottom: 2.5rem; }
  .case-section .case-aberto-intro .cadalink {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #FF9EEB; }

.case-section .case-aberto-detalhes {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 1040px) {
    .case-section .case-aberto-detalhes {
      padding: 3rem;
      padding-top: 0; } }

.case-section .item-detalhes {
  margin-bottom: 2rem; }
  .case-section .item-detalhes .item-detalhes-texto {
    display: none; }
  .case-section .item-detalhes .item-detalhes-titulo {
    cursor: pointer; }
  .case-section .item-detalhes.ativo .item-detalhes-texto {
    display: block; }
  .case-section .item-detalhes h3 {
    border-bottom: 1px solid #FF9EEB;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }

.case-section .fechar-case {
  text-align: center;
  padding-bottom: 8rem; }

.capa-sobre {
  min-height: 100vh;
  background-image: url("../img/fundo-quebra@2x.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: fixed; }
  @media screen and (max-width: 1040px) {
    .capa-sobre {
      min-height: 0;
      background-image: none; } }
  .capa-sobre .coluna-texto {
    max-width: 60rem; }
  .capa-sobre .capa-sobre-ilustracao {
    text-align: center; }
    .capa-sobre .capa-sobre-ilustracao img {
      display: block;
      width: 100%; }
    .capa-sobre .capa-sobre-ilustracao .lampada {
      width: 20rem;
      margin-left: 20%; }
  .capa-sobre .animacao-quebra {
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 1040px) {
      .capa-sobre .animacao-quebra {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto; } }
    .capa-sobre .animacao-quebra img {
      display: block;
      width: 100%; }
    .capa-sobre .animacao-quebra .maos {
      position: absolute;
      top: 0;
      left: 0; }

.sobre-meto .layout-flex {
  position: relative; }

.sobre-meto .coluna-metodologia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #FF9EEB;
  position: relative;
  overflow: hidden; }
  .sobre-meto .coluna-metodologia .box-eng1 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    @media screen and (max-width: 1040px) {
      .sobre-meto .coluna-metodologia .box-eng1 {
        display: none; } }
  .sobre-meto .coluna-metodologia .box-eng2 {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
    @media screen and (max-width: 1040px) {
      .sobre-meto .coluna-metodologia .box-eng2 {
        display: none; } }
  .sobre-meto .coluna-metodologia .eng2 {
    width: 100%;
    display: block;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg); }

.sobre-meto .coluna-texto {
  max-width: 100%;
  width: 100%; }
  .sobre-meto .coluna-texto .meto-texto {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1040px) {
      .sobre-meto .coluna-texto .meto-texto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
    .sobre-meto .coluna-texto .meto-texto h2 {
      max-width: 60rem;
      font-size: 42px;
      font-size: 4.2rem; }
      @media screen and (max-width: 1040px) {
        .sobre-meto .coluna-texto .meto-texto h2 {
          max-width: none;
          font-size: 28px;
          font-size: 2.8rem;
          margin-bottom: 3rem; } }
    .sobre-meto .coluna-texto .meto-texto .setinha {
      background-color: transparent;
      border: none;
      width: 48px;
      height: 48px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #fff;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      border-radius: 100px; }
      .sobre-meto .coluna-texto .meto-texto .setinha svg {
        width: 25px;
        height: 25px;
        stroke: #FF9EEB;
        stroke-width: 0.5px; }
      @media screen and (max-width: 1040px) {
        .sobre-meto .coluna-texto .meto-texto .setinha {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); } }

.sobre-meto .coluna-6 {
  padding-top: 12rem;
  padding-bottom: 12rem; }
  @media screen and (max-width: 1040px) {
    .sobre-meto .coluna-6 {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.sobre-meto .paixoes-lista {
  background-color: #FF9EEB; }

@-webkit-keyframes rodaIn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rodaIn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.sobre-produtos {
  background-color: #1024C3;
  color: #fff;
  padding: 8rem 0;
  position: relative; }
  .sobre-produtos .titulo-above {
    position: absolute;
    top: -3.5rem;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 20; }
    .sobre-produtos .titulo-above .destaque-40 {
      display: inline-block;
      background-color: #000;
      text-align: center;
      padding: 0rem 5rem;
      height: 7rem;
      line-height: 7rem; }

.item-produto {
  width: 100%;
  position: relative;
  padding-left: 10rem;
  padding-right: 10rem;
  margin-bottom: 3rem;
  overflow: hidden; }
  @media screen and (max-width: 1040px) {
    .item-produto {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .item-produto .card-produto {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    padding: 5rem 3rem;
    cursor: pointer; }
    .item-produto .card-produto .card-produto-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .item-produto .card-produto .card-produto-info .icone {
        width: 90px;
        height: 90px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 3rem; }
        @media screen and (max-width: 1040px) {
          .item-produto .card-produto .card-produto-info .icone {
            width: 70px;
            height: 70px; } }
    @media screen and (max-width: 1040px) {
      .item-produto .card-produto .destaque-40 {
        font-size: 22px;
        font-size: 2.2rem; } }
    .item-produto .card-produto svg {
      stroke: #1024C3;
      fill: #fff; }
      @media screen and (max-width: 1040px) {
        .item-produto .card-produto svg {
          width: 30px; } }
  .item-produto .card-detalhes {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #FF9EEB;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    @media screen and (max-width: 1040px) {
      .item-produto .card-detalhes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .item-produto .card-detalhes .card-imagem {
      width: 40%;
      height: auto; }
      @media screen and (max-width: 1040px) {
        .item-produto .card-detalhes .card-imagem {
          width: 100%; } }
      .item-produto .card-detalhes .card-imagem img {
        width: 100%;
        display: block; }
    .item-produto .card-detalhes .card-info {
      width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1040px) {
        .item-produto .card-detalhes .card-info {
          width: 100%; } }
    .item-produto .card-detalhes .texto-info {
      padding: 8rem 0;
      max-width: 65rem;
      color: #000; }
      @media screen and (max-width: 1040px) {
        .item-produto .card-detalhes .texto-info {
          max-width: none;
          padding: 3rem; } }
      .item-produto .card-detalhes .texto-info ul {
        list-style-type: disc; }
        .item-produto .card-detalhes .texto-info ul li {
          margin-bottom: 10px; }
      .item-produto .card-detalhes .texto-info ol {
        list-style-type: decimal; }
        .item-produto .card-detalhes .texto-info ol li {
          margin-bottom: 10px; }
  .item-produto.ativo .card-detalhes {
    opacity: 1;
    max-height: 1000px; }
  .item-produto:hover svg, .item-produto.ativo svg {
    stroke: #fff;
    fill: #1024C3; }
  .item-produto.ativo svg {
    stroke: #fff;
    fill: #1024C3; }
    .item-produto.ativo svg #Line_584 {
      display: none; }

.sobre-paixoes .layout-flex {
  position: relative; }

.sobre-paixoes .coluna-paixao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.sobre-paixoes .coluna-texto {
  max-width: 65rem;
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (max-width: 1040px) {
    .sobre-paixoes .coluna-texto {
      max-width: none;
      font-size: 22px;
      font-size: 2.2rem; } }

.sobre-paixoes .coluna-6 {
  padding-top: 12rem;
  padding-bottom: 12rem; }
  @media screen and (max-width: 1040px) {
    .sobre-paixoes .coluna-6 {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.sobre-paixoes .paixoes-lista {
  background-color: #FF9EEB; }

.aprendizados li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 8rem;
  position: relative;
  left: -60px; }
  @media screen and (max-width: 1040px) {
    .aprendizados li {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      left: 0; } }
  .aprendizados li:last-of-type {
    margin-bottom: 0; }

.aprendizados .icone {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3rem; }
  @media screen and (max-width: 1040px) {
    .aprendizados .icone {
      width: 70px;
      height: 70px; } }

.aprendizados .texto {
  max-width: 65%; }
  @media screen and (max-width: 1040px) {
    .aprendizados .texto {
      max-width: 75%; } }
  .aprendizados .texto .destaque-40 {
    margin-bottom: 1rem; }
  .aprendizados .texto p {
    margin-bottom: 0; }

.aprendizados.metodologias li {
  left: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.aprendizados.metodologias .icone {
  width: 10rem;
  height: 10rem;
  margin-right: 5rem;
  position: relative;
  top: 0.75rem; }

.aprendizados.metodologias .texto {
  max-width: 75%; }

.aprendizados.metodologias .destaque-40 {
  color: #FF9EEB;
  margin-bottom: 0.5rem; }
  .aprendizados.metodologias .destaque-40 span {
    color: #1024C3; }

.abertura-capa {
  width: 100%;
  height: 95vh;
  background-color: #1024C3;
  position: relative; }
  @media screen and (max-width: 1040px) {
    .abertura-capa {
      height: auto; } }
  .abertura-capa .container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    @media screen and (max-width: 1040px) {
      .abertura-capa .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; } }
  .abertura-capa .abertura-navegacao {
    width: 28%;
    height: 100%;
    position: relative;
    z-index: 20;
    background-color: #1024C3;
    padding: 5rem;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1040px) {
      .abertura-capa .abertura-navegacao {
        width: 100%;
        height: auto; } }
    .abertura-capa .abertura-navegacao img {
      width: 60%; }
      @media screen and (max-width: 1040px) {
        .abertura-capa .abertura-navegacao img {
          width: 50%;
          max-width: 320px;
          margin-bottom: 4rem; } }
  .abertura-capa .menu-navegacao-home {
    width: 80%; }
    .abertura-capa .menu-navegacao-home a {
      display: block;
      font-size: 22px;
      font-size: 2.2rem;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
      .abertura-capa .menu-navegacao-home a:hover {
        color: #FF9EEB; }
  .abertura-capa .abertura-video {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10; }
    @media screen and (max-width: 1040px) {
      .abertura-capa .abertura-video {
        position: relative;
        width: 100%;
        height: auto; } }
    .abertura-capa .abertura-video:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(16, 36, 195, 0.4); }
    .abertura-capa .abertura-video .box-video {
      width: auto;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (max-width: 1040px) {
        .abertura-capa .abertura-video .box-video {
          width: 100%;
          height: auto; } }
      .abertura-capa .abertura-video .box-video video {
        width: auto;
        height: 100%; }
        @media screen and (max-width: 1040px) {
          .abertura-capa .abertura-video .box-video video {
            width: 100%;
            height: auto; } }
  .abertura-capa .abertura-frases {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -15rem;
    left: 0;
    z-index: 30;
    pointer-events: none; }
    @media screen and (max-width: 1040px) {
      .abertura-capa .abertura-frases {
        position: relative;
        top: auto;
        margin-top: 0;
        text-align: right; } }
    .abertura-capa .abertura-frases .box-branco {
      display: inline-block;
      font-size: 55px;
      font-size: 5.5rem;
      color: #FF9EEB;
      font-weight: 600;
      background-color: #fff;
      padding: 0 3rem;
      line-height: 15rem;
      height: 15rem;
      margin-left: 5rem;
      position: relative; }
      @media screen and (max-width: 1040px) {
        .abertura-capa .abertura-frases .box-branco {
          width: 100%;
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 5rem;
          height: auto;
          margin-left: 0;
          padding: 3rem; }
          .abertura-capa .abertura-frases .box-branco br {
            display: none; } }
      .abertura-capa .abertura-frases .box-branco:before {
        content: "";
        display: block;
        width: 100%;
        height: 5rem;
        position: absolute;
        top: -3.6rem;
        left: 15%;
        background-image: url("../img/grafismo-capa-cima@2x.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right bottom; }
    .abertura-capa .abertura-frases .box-rosa {
      display: inline-block;
      font-size: 33px;
      font-size: 3.3rem;
      background-color: #FF9EEB;
      font-weight: 600;
      color: #fff;
      padding: 3rem;
      line-height: 3.9rem;
      margin-left: 28%;
      position: relative;
      top: -3rem;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      pointer-events: all; }
      @media screen and (max-width: 1040px) {
        .abertura-capa .abertura-frases .box-rosa {
          width: 100%;
          top: 0;
          padding: 2rem;
          margin-left: 0;
          font-size: 22px;
          font-size: 2.2rem;
          padding: 0rem 2rem; } }
      .abertura-capa .abertura-frases .box-rosa small {
        display: inline-block;
        vertical-align: middle; }
      .abertura-capa .abertura-frases .box-rosa svg {
        width: 80px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px; }
        @media screen and (max-width: 1040px) {
          .abertura-capa .abertura-frases .box-rosa svg {
            width: 40px;
            height: 75px; } }
        .abertura-capa .abertura-frases .box-rosa svg .pd {
          fill: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .abertura-capa .abertura-frases .box-rosa svg .pp {
          stroke: #ffff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .abertura-capa .abertura-frases .box-rosa:hover {
        color: #1024C3; }
        .abertura-capa .abertura-frases .box-rosa:hover svg .pd {
          fill: #1024C3; }
        .abertura-capa .abertura-frases .box-rosa:hover svg .pp {
          stroke: #1024C3; }
      .abertura-capa .abertura-frases .box-rosa:before {
        content: "";
        display: block;
        width: 100%;
        height: 2.5rem;
        position: absolute;
        bottom: -1.2rem;
        right: 20.5%;
        background-image: url("../img/grafismo-capa-baixo@2x.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom; }

.section-go-intro {
  width: 100%;
  height: 1px;
  position: relative; }
  .section-go-intro .go-intro {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    z-index: 200; }
    .section-go-intro .go-intro .bolinha {
      width: 50px;
      height: 50px;
      border-radius: 120px;
      background-color: #FF9EEB;
      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;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      right: 0;
      top: -1px; }
      .section-go-intro .go-intro .bolinha svg {
        width: 20px;
        height: 20px;
        stroke: #fff; }
      @media screen and (max-width: 1040px) {
        .section-go-intro .go-intro .bolinha {
          right: 50%;
          margin-right: -25px;
          top: 30px; } }

.abertura-intro {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 1040px) {
    .abertura-intro {
      padding-bottom: 12rem; } }
  @media screen and (max-width: 1040px) {
    .abertura-intro .layout-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .abertura-intro .destaque-90 {
    margin-bottom: 2rem; }
  .abertura-intro .coluna-texto {
    max-width: 55rem;
    margin-bottom: 4rem; }
  .abertura-intro .conheca-cases {
    display: block;
    border-bottom: 1px solid #FF9EEB;
    font-weight: 600;
    text-transform: uppercase;
    color: #FF9EEB;
    position: relative; }
    .abertura-intro .conheca-cases .bolinha {
      width: 50px;
      height: 50px;
      border-radius: 120px;
      background-color: #FF9EEB;
      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;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      right: 0;
      top: -1px; }
      .abertura-intro .conheca-cases .bolinha svg {
        width: 20px;
        height: 20px;
        stroke: #fff; }
      @media screen and (max-width: 1040px) {
        .abertura-intro .conheca-cases .bolinha {
          right: 50%;
          margin-right: -25px;
          top: 30px; } }
  .abertura-intro .bloco-altoimpacto {
    position: relative;
    width: 100%; }
    @media screen and (max-width: 1040px) {
      .abertura-intro .bloco-altoimpacto {
        padding-top: 30px; } }
    .abertura-intro .bloco-altoimpacto .base {
      display: block;
      opacity: 0; }
    .abertura-intro .bloco-altoimpacto .animado {
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 1040px) {
        .abertura-intro .bloco-altoimpacto .animado {
          top: auto;
          bottom: 0; } }
    .abertura-intro .bloco-altoimpacto .bloco-tubos {
      display: block;
      width: 100%; }
      .abertura-intro .bloco-altoimpacto .bloco-tubos img {
        width: auto;
        height: 60px; }
        @media screen and (max-width: 1040px) {
          .abertura-intro .bloco-altoimpacto .bloco-tubos img {
            height: 36px; } }
    .abertura-intro .bloco-altoimpacto .tubo1 {
      position: absolute;
      right: 12rem;
      top: 40px;
      z-index: 10; }
      @media screen and (max-width: 1040px) {
        .abertura-intro .bloco-altoimpacto .tubo1 {
          top: 0px;
          right: 2rem; } }
    .abertura-intro .bloco-altoimpacto .tubo2 {
      position: absolute;
      left: 12rem;
      top: 110px;
      z-index: 10; }
      @media screen and (max-width: 1040px) {
        .abertura-intro .bloco-altoimpacto .tubo2 {
          top: 45px;
          left: 2rem; } }
    .abertura-intro .bloco-altoimpacto .tubo3 {
      position: absolute;
      right: 12rem;
      top: 180px;
      z-index: 10; }
      @media screen and (max-width: 1040px) {
        .abertura-intro .bloco-altoimpacto .tubo3 {
          top: 90px;
          right: 2rem; } }

.abertura-cases .slide-case {
  display: block;
  position: relative; }

.abertura-cases .item-home-case {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  background-color: #cdcdcd;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 1040px) {
    .abertura-cases .item-home-case {
      width: 100%;
      padding-bottom: 120%; } }
  .abertura-cases .item-home-case .fundo-home-case {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(16, 36, 195, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem; }
    @media screen and (max-width: 1040px) {
      .abertura-cases .item-home-case .fundo-home-case {
        padding: 5rem 3rem; } }
  .abertura-cases .item-home-case .texto-case {
    width: 100%;
    color: #fff;
    font-weight: 600; }
    .abertura-cases .item-home-case .texto-case h2 {
      margin-bottom: 2rem; }
    .abertura-cases .item-home-case .texto-case h3 {
      max-width: 70%;
      margin-bottom: 2rem; }
  .abertura-cases .item-home-case:hover {
    background-position: bottom center; }

.abertura-cases .bloco-slick-cases {
  position: relative; }

.abertura-cases .a-prev {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #1024C3;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 2rem;
  cursor: pointer; }
  .abertura-cases .a-prev svg {
    width: 30px;
    height: 30px;
    stroke: #1024C3;
    stroke-width: 0.5px; }
    @media screen and (max-width: 1040px) {
      .abertura-cases .a-prev svg {
        width: 15px;
        height: 15px; } }
  @media screen and (max-width: 1040px) {
    .abertura-cases .a-prev {
      width: 28px;
      height: 28px;
      left: 5px; } }

.abertura-cases .a-next {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #1024C3;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: 2rem;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .abertura-cases .a-next svg {
    width: 30px;
    height: 30px;
    stroke: #1024C3; }
    @media screen and (max-width: 1040px) {
      .abertura-cases .a-next svg {
        width: 15px;
        height: 15px; } }
  @media screen and (max-width: 1040px) {
    .abertura-cases .a-next {
      width: 28px;
      height: 28px;
      right: 5px; } }

.abertura-cases .slick-disabled {
  opacity: 0.1; }

.abertura-produtos {
  padding: 8rem 0;
  padding-bottom: 16rem;
  position: relative;
  background-color: #FF9EEB; }
  @media screen and (max-width: 1040px) {
    .abertura-produtos {
      padding-top: 5rem; } }
  .abertura-produtos .coluna-texto {
    max-width: 50rem; }
    .abertura-produtos .coluna-texto .destaque-90 {
      color: #fff;
      margin-bottom: 3rem;
      line-height: 1; }
    .abertura-produtos .coluna-texto h3 {
      font-weight: bold;
      color: #fff;
      margin-bottom: 3rem;
      font-size: 24px;
      font-size: 2.4rem; }
  .abertura-produtos .lista-home-produtos {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .abertura-produtos .item-home-produto {
    width: 25%;
    height: auto;
    margin-bottom: 4rem; }
    @media screen and (max-width: 700px) {
      .abertura-produtos .item-home-produto {
        width: 48%; } }
    .abertura-produtos .item-home-produto .icone-produto {
      width: 80%;
      height: 130px;
      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;
      margin: 0 auto; }
      .abertura-produtos .item-home-produto .icone-produto img {
        display: block;
        max-width: 100px;
        max-height: 90px; }
    .abertura-produtos .item-home-produto h3 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      text-align: center;
      width: 70%;
      margin: 0 auto; }

.abertura-depoimentos .caixa-depos {
  position: relative; }

.abertura-depoimentos .a-prev {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  background-color: #1024C3;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 5rem;
  cursor: pointer; }
  .abertura-depoimentos .a-prev svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
    stroke-width: 0.5px; }
    @media screen and (max-width: 1040px) {
      .abertura-depoimentos .a-prev svg {
        width: 15px;
        height: 15px; } }
  @media screen and (max-width: 1040px) {
    .abertura-depoimentos .a-prev {
      width: 28px;
      height: 28px;
      left: 5px; } }

.abertura-depoimentos .a-next {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  background-color: #1024C3;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: 5rem;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .abertura-depoimentos .a-next svg {
    width: 30px;
    height: 30px;
    stroke: #fff; }
    @media screen and (max-width: 1040px) {
      .abertura-depoimentos .a-next svg {
        width: 15px;
        height: 15px; } }
  @media screen and (max-width: 1040px) {
    .abertura-depoimentos .a-next {
      width: 28px;
      height: 28px;
      right: 5px; } }

.abertura-depoimentos .slick-disabled {
  opacity: 0.1; }

.abertura-clientes {
  padding: 8rem 0;
  position: relative; }
  .abertura-clientes .titulo-above {
    position: absolute;
    top: -3.5rem;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 20; }
    .abertura-clientes .titulo-above .destaque-40 {
      display: inline-block;
      background-color: #1024C3;
      color: #fff;
      text-align: center;
      padding: 0rem 10rem;
      height: 7rem;
      line-height: 7rem; }
      @media screen and (max-width: 1040px) {
        .abertura-clientes .titulo-above .destaque-40 {
          font-size: 24px;
          font-size: 2.4rem; } }
  .abertura-clientes .lista-clientes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20rem;
    padding-right: 20rem; }
    @media screen and (max-width: 1300px) {
      .abertura-clientes .lista-clientes {
        padding-left: 10rem;
        padding-right: 10rem; } }
    @media screen and (max-width: 1040px) {
      .abertura-clientes .lista-clientes {
        padding-left: 0;
        padding-right: 0; } }
    .abertura-clientes .lista-clientes a {
      display: block;
      margin: 6rem 3rem;
      margin-top: 0; }
      @media screen and (max-width: 1040px) {
        .abertura-clientes .lista-clientes a {
          margin: 3rem 1.5rem; } }
    .abertura-clientes .lista-clientes img {
      display: block;
      max-width: 16rem;
      max-height: 10rem; }
      @media screen and (max-width: 1040px) {
        .abertura-clientes .lista-clientes img {
          max-width: 12rem;
          max-height: 8rem; } }

.fade-in-move,
.fade-in-move-diag,
.fade-in-moveup,
.fade-in-movedown,
.fade-in-move-r,
.fade-in-tubo-rev,
.fade-in-tubo,
.fade-in {
  opacity: 0; }

.observe-me {
  overflow: hidden; }

.ativa-animacao .fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }
  .ativa-animacao .fade-in.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .ativa-animacao .fade-in.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .ativa-animacao .fade-in.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .ativa-animacao .fade-in.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

.ativa-animacao .fade-in-move {
  -webkit-animation-name: fadeInMove;
  animation-name: fadeInMove;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }
  .ativa-animacao .fade-in-move.lerda {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  .ativa-animacao .fade-in-move.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .ativa-animacao .fade-in-move.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .ativa-animacao .fade-in-move.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .ativa-animacao .fade-in-move.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

.ativa-animacao .fade-in-move-diag {
  -webkit-animation-name: fadeInMoveDiag;
  animation-name: fadeInMoveDiag;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }
  .ativa-animacao .fade-in-move-diag.lerda {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  .ativa-animacao .fade-in-move-diag.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .ativa-animacao .fade-in-move-diag.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .ativa-animacao .fade-in-move-diag.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .ativa-animacao .fade-in-move-diag.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

.ativa-animacao .fade-in-move-r {
  -webkit-animation-name: fadeInMoveRight;
  animation-name: fadeInMoveRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }
  .ativa-animacao .fade-in-move-r.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .ativa-animacao .fade-in-move-r.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .ativa-animacao .fade-in-move-r.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .ativa-animacao .fade-in-move-r.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

.ativa-animacao .fade-in-moveup {
  -webkit-animation-name: fadeInMoveup;
  animation-name: fadeInMoveup;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }
  .ativa-animacao .fade-in-moveup.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .ativa-animacao .fade-in-moveup.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .ativa-animacao .fade-in-moveup.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .ativa-animacao .fade-in-moveup.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .ativa-animacao .fade-in-moveup.delay5 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }

.ativa-animacao .fade-in-movedown {
  -webkit-animation-name: fadeInMovedown;
  animation-name: fadeInMovedown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }
  .ativa-animacao .fade-in-movedown.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .ativa-animacao .fade-in-movedown.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .ativa-animacao .fade-in-movedown.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .ativa-animacao .fade-in-movedown.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

.ativa-animacao .fade-in-tubo {
  -webkit-animation-name: tuboOn;
  animation-name: tuboOn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
  .ativa-animacao .fade-in-tubo.delay2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

.ativa-animacao .fade-in-tubo-rev {
  -webkit-animation-name: tuboRev;
  animation-name: tuboRev;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
  .ativa-animacao .fade-in-tubo-rev.delay2 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInMoveDiag {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInMoveDiag {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInMoveRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInMoveRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInMoveup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInMoveup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInMovedown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInMovedown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes tuboOn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0) rotate(30deg);
    transform: translate3d(100px, 0, 0) rotate(30deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(-10deg);
    transform: translate3d(0, 0, 0) rotate(-10deg); } }

@keyframes tuboOn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0) rotate(30deg);
    transform: translate3d(100px, 0, 0) rotate(30deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(-10deg);
    transform: translate3d(0, 0, 0) rotate(-10deg); } }

@-webkit-keyframes tuboRev {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0) rotate(-30deg);
    transform: translate3d(-100px, 0, 0) rotate(-30deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(10deg);
    transform: translate3d(0, 0, 0) rotate(10deg); } }

@keyframes tuboRev {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0) rotate(-30deg);
    transform: translate3d(-100px, 0, 0) rotate(-30deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(10deg);
    transform: translate3d(0, 0, 0) rotate(10deg); } }

.slick-arrow.slick-hidden {
  display: none !important; }

.texto-info .botao, .texto-info a[href='https://www.moovme.com.br/'] {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 50px;
  background-color: #1024C3;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px; }
  .texto-info .botao:hover, .texto-info a[href='https://www.moovme.com.br/']:hover {
    background-color: #0c1b94; }
