@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes progress {
  from {
    right: calc(100% - 1px);
  }
  to {
    right: 0;
  }
}
.anima-01, body.single-projetos > main > section.hero:before, main.projetos section.hero-projetos:before, body.page-quem-faz-a-moringa section.talento-e-valorizacao:before, main.o-que-fazemos > section.o-que-fazemos:before, main.a-moringa section.a-moringa:before,
.anima-02,
main.contato section.desenvolver-com-a-gente:after,
body.single-projetos > main > section.hero:after,
main.o-que-fazemos > section.o-que-fazemos:after {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.anima-01.visited, body.single-projetos > main > section.visited.hero:before, main.projetos section.visited.hero-projetos:before, body.page-quem-faz-a-moringa section.visited.talento-e-valorizacao:before, main.o-que-fazemos > section.visited.o-que-fazemos:before, main.a-moringa section.visited.a-moringa:before,
.anima-02.visited,
main.contato section.visited.desenvolver-com-a-gente:after,
body.single-projetos > main > section.visited.hero:after,
main.o-que-fazemos > section.visited.o-que-fazemos:after {
  transform: scale(1) translate(0, 0) rotate(0);
}

.anima-01, body.single-projetos > main > section.hero:before, main.projetos section.hero-projetos:before, body.page-quem-faz-a-moringa section.talento-e-valorizacao:before, main.o-que-fazemos > section.o-que-fazemos:before, main.a-moringa section.a-moringa:before {
  transform: scale(1.1) translate(50%, -50%) rotate(90deg);
}
.anima-01.visited, body.single-projetos > main > section.visited.hero:before, main.projetos section.visited.hero-projetos:before, body.page-quem-faz-a-moringa section.visited.talento-e-valorizacao:before, main.o-que-fazemos > section.visited.o-que-fazemos:before, main.a-moringa section.visited.a-moringa:before {
  opacity: 0.2;
}

.anima-02, main.contato section.desenvolver-com-a-gente:after, body.single-projetos > main > section.hero:after, main.o-que-fazemos > section.o-que-fazemos:after {
  transform: scale(1.1) translate(-50%, -50%) rotate(-90deg);
}
.anima-02.visited, main.contato section.visited.desenvolver-com-a-gente:after, body.single-projetos > main > section.visited.hero:after, main.o-que-fazemos > section.visited.o-que-fazemos:after {
  opacity: 1;
}

@keyframes slide {
  from {
    opacity: 0;
    transform: scale(1.1) translate(50%, -50%) rotate(90deg);
    filter: invert(99%) sepia(5%) saturate(29%) hue-rotate(273deg) brightness(112%) contrast(90%);
  }
  to {
    opacity: 0.2;
    transform: scale(1) translate(0, 0) rotate(0);
    filter: invert(99%) sepia(5%) saturate(29%) hue-rotate(273deg) brightness(112%) contrast(90%);
  }
}
@keyframes slide2 {
  from {
    opacity: 0;
    transform: scale(1.1) translate(50%, -50%) rotate(90deg);
    filter: invert(11%) sepia(84%) saturate(5265%) hue-rotate(223deg) brightness(97%) contrast(95%);
  }
  to {
    opacity: 0.2;
    transform: scale(1) translate(0, 0) rotate(0);
    filter: invert(11%) sepia(84%) saturate(5265%) hue-rotate(223deg) brightness(97%) contrast(95%);
  }
}
@keyframes slide3 {
  from {
    opacity: 0;
    transform: scale(1.1) translate(-50%, -50%) rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: scale(1) translate(0, 0) rotate(0);
  }
}
@keyframes appear {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Thin.woff2") format("woff2"), url("../fonts/Nexa-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-ThinItalic.woff2") format("woff2"), url("../fonts/Nexa-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Light.woff2") format("woff2"), url("../fonts/Nexa-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-LightItalic.woff2") format("woff2"), url("../fonts/Nexa-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Book.woff2") format("woff2"), url("../fonts/Nexa-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-BookItalic.woff2") format("woff2"), url("../fonts/Nexa-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Regular.woff2") format("woff2"), url("../fonts/Nexa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-RegularItalic.woff2") format("woff2"), url("../fonts/Nexa-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Bold.woff2") format("woff2"), url("../fonts/Nexa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-BoldItalic.woff2") format("woff2"), url("../fonts/Nexa-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-XBold.woff2") format("woff2"), url("../fonts/Nexa-XBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-XBoldItalic.woff2") format("woff2"), url("../fonts/Nexa-XBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-HeavyItalic.woff2") format("woff2"), url("../fonts/Nexa-HeavyItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Heavy.woff2") format("woff2"), url("../fonts/Nexa-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Black.woff2") format("woff2"), url("../fonts/Nexa-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-BlackItalic.woff2") format("woff2"), url("../fonts/Nexa-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Nexa", sans-serif;
  color: #F2F2F2;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  scroll-behavior: smooth;
}

body.mobile-nav > main > section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
}
body.mobile-nav > main > section:first-of-type {
  padding-top: 88px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

em {
  display: block;
  font-style: normal;
}

picture,
picture img {
  display: block;
  line-height: 0;
}

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

i {
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat center center;
  background-size: contain;
}
i.coracao {
  background-image: url("../images/icon-coracao.svg");
}

blockquote {
  margin: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
}
blockquote.with-images {
  position: relative;
  display: table;
  z-index: 10;
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
  font-style: normal;
}
blockquote.with-images:before,
blockquote.with-images > span:after {
  content: "“";
  display: block;
  position: absolute;
  font-size: 150px;
  line-height: 150px;
}
blockquote.with-images:before {
  top: -27px;
  left: -63px;
  z-index: 1;
}
blockquote.with-images > span:after {
  bottom: 23px;
  right: -63px;
  transform: rotate(180deg);
  z-index: 1;
}
blockquote.with-images.text-size--2 {
  font-size: 40px;
  line-height: 50px;
}
blockquote.with-images.text-size--2:before,
blockquote.with-images.text-size--2 > span:after {
  font-size: 100px;
  line-height: 100px;
}
blockquote.with-images.text-size--2:before {
  top: -24px;
  left: -44px;
}
blockquote.with-images.text-size--2 > span:after {
  bottom: 27px;
  right: -52px;
}

.pseudo, body.page-quem-faz-a-moringa section.equipe .leaders:before, body > main > section:before, body > main > section:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

body > main > section {
  padding-top: 64px;
}
body > main > section > span {
  position: relative;
  z-index: 10;
}
body > main > section > span * {
  position: relative;
  z-index: 20;
}
body > main > section:first-of-type {
  position: relative;
}
body > main > section .seta {
  position: absolute;
  left: calc(50% - 23px);
  bottom: 56px;
  width: 46px;
  height: 51px;
  z-index: 999;
}
body > main > section .tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 0;
  margin: 16px 0 0;
  gap: 16px;
  list-style: none;
}
body > main > section .tags li {
  line-height: 16px;
}
body > main > section .tags:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 130px;
  height: 1px;
  background: #F2F2F2;
}
body > main > section.m-left > span {
  display: flex;
  align-items: flex-start;
}
body > main > section.m-left > span > div {
  flex: 1;
}
body > main > section.m-left > span > svg {
  width: 96px;
  min-width: 96px;
  height: auto;
  margin: 12px 34px 0 0;
}
body > main > section.m-left > span > svg path.dot {
  fill: #4CE0D5;
}
body > main > section.m-left > span > svg path.letter {
  fill: #FFFFFF;
}
body > main > section.m-left.style--1 em {
  flex: 1;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}
body > main > section.m-left.style--1 em:not(:first-of-type) {
  margin-top: 24px;
}
body > main > section.m-left.style--2 h2 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
}
body > main > section.m-left.style--2 p {
  margin: 0;
  font-size: 36px;
  line-height: 52px;
  font-weight: 300;
}
body > main > section.m-left.style--2 p:not(:first-of-type) {
  margin-top: 16px;
}
body > main > section.just-text h2 {
  margin: 0 0 24px;
  font-size: 60px;
  font-weight: bold;
  line-height: 48px;
}
body > main > section.no-image-radius img,
body > main > section.no-image-radius picture {
  border-radius: 0 !important;
}
body > main > section:before, body > main > section:after {
  position: absolute;
  z-index: 2;
}
body > main > section:before {
  background-image: url("../images/firula-01.svg");
  opacity: 0.2;
}
body > main > section:after {
  background-image: url("../images/firula-02.svg");
}

.center, body > main > section > span,
.center--big {
  display: block;
  width: 100%;
  max-width: 1280px;
  padding: 0 127px 0 55px;
  margin: 0 auto;
}

.center--big {
  max-width: 1050px;
}

.graph {
  position: absolute;
  width: 100%;
}
.graph span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
}
.graph span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.4646464646%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe,
.video-container img,
.video-container svg {
  position: absolute;
  transition: opacity 0.4s ease-in-out;
}
.video-container iframe,
.video-container img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container img,
.video-container svg {
  cursor: pointer;
}
.video-container iframe {
  z-index: 1;
  opacity: 0;
  background: #000;
}
.video-container img {
  z-index: 2;
}
.video-container svg {
  top: 50%;
  left: 50%;
  width: 68px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.video-container svg path:first-of-type {
  fill: #333;
  transition: fill 0.4s ease-in-out;
}
.video-container:hover svg path:first-of-type {
  fill: red;
}
.video-container.ready img,
.video-container.ready svg {
  opacity: 0;
}
.video-container.ready iframe {
  opacity: 1;
  z-index: 5;
}

@media (max-width: 1330px) {
  blockquote.with-images {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 38px;
    line-height: 58px;
  }
  blockquote.with-images:before, blockquote.with-images > span:after {
    font-size: 100px;
    line-height: 100px;
  }
  blockquote.with-images:before {
    top: -15px;
    left: -44px;
  }
  blockquote.with-images > span:after {
    bottom: 21px;
    right: -48px;
  }
}
@media (max-width: 1279px) {
  body > main > section.m-left.style--1 em {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  body > main > section.m-left.style--1 em {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .center,
  body > main > section > span {
    display: block;
    padding: 0 75px 0 24px;
  }
  body > main > section {
    padding-top: 0;
  }
  body > main > section .tags li {
    font-size: 12px;
    line-height: 18px;
  }
  body > main > section.m-left > span {
    flex-direction: column;
  }
  body > main > section.m-left > span > svg {
    width: 64px;
    min-width: 64px;
    height: auto;
    margin: 0 0 16px;
  }
  body > main > section.m-left.style--1 em {
    font-size: 20px;
    line-height: 30px;
  }
  body > main > section.m-left.style--2 h2 {
    font-size: 32px;
    line-height: 38px;
  }
  body > main > section.m-left.style--2 p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .center,
  body > main > section > span {
    padding: 0 64px 0 18px;
  }
  body.mobile-nav > main > section > span {
    padding: 0 18px 0 18px;
  }
}
@media (max-width: 640px) {
  blockquote.with-images {
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
  }
  blockquote.with-images, blockquote.with-images:before, blockquote.with-images > span:after {
    font-size: 22px;
    line-height: 33px;
  }
  blockquote.with-images:before, blockquote.with-images > span:after {
    display: inline;
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
}
@media (max-width: 480px) {
  body > main > section .seta {
    bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  .center,
  body > main > section > span {
    padding-right: 80px;
  }
  body > main > section .seta {
    bottom: 20px;
  }
  body > main > section.m-left.style--1 em {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  body > main > section.m-left.style--2 p {
    font-size: 30px;
    line-height: 45px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.clear:before,
.clear:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

html.blocked-page-nav,
html.blocked-page-nav body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
html.blocked-page-nav body,
html.blocked-page-nav body > main {
  display: block;
  position: static;
  padding: 0;
  width: 100vw;
  overflow-anchor: none;
}
html.blocked-page-nav body > main {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
html.blocked-page-nav body > main > section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: calc(100vh + 1px);
  margin-top: -1px;
  overflow: hidden;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

html.snaped-page-nav,
html.snaped-page-nav body {
  overflow: hidden;
}
html.snaped-page-nav body > main {
  display: block;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  /*
  scroll-snap-points-y: repeat(30vh);
  scroll-snap-type: y proximity;
  > section {
      scroll-snap-align: start;
  }
  */
}

.menu-toggle {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  z-index: 50;
  transition: all 400ms;
  background: none;
}
.menu-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition: all 400ms;
}
.menu-toggle > span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 18px;
}
.menu-toggle > span span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  opacity: 1;
  left: 0%;
  transform: rotate(0deg);
  background: #063FB9;
}
.menu-toggle > span span:nth-child(1), .menu-toggle > span span:nth-child(3) {
  transition: transform 0.3s ease, left 0.3s ease, top 0.3s ease 0.3s, background-color 300ms;
}
.menu-toggle > span span:nth-child(1) {
  top: 0px;
}
.menu-toggle > span span:nth-child(2) {
  top: 7px;
  transition: width 0.4s ease, opacity 0.4s ease, background-color 0.3s;
}
.menu-toggle > span span:nth-child(3) {
  top: 14px;
}

.menu-opened .menu-toggle > span {
  margin-top: -2px;
}
.menu-opened .menu-toggle > span span {
  height: 3.5px;
}
.menu-opened .menu-toggle > span span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-opened .menu-toggle > span span:nth-child(1), .menu-opened .menu-toggle > span span:nth-child(3) {
  top: 50%;
  left: 0;
  transition: top 0.3s ease, transform 0.3s ease 0.3s, left 0.3s ease 0.3s, background-color 0.3s;
}
.menu-opened .menu-toggle > span span:nth-child(1) {
  transform: rotate(45deg);
}
.menu-opened .menu-toggle > span span:nth-child(3) {
  transform: rotate(-45deg);
}

body > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 64px;
  background: rgb(242, 242, 242);
  transition: background 0.8s ease-in-out;
  z-index: 999;
}
body > header > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding: 0 55px;
  margin: 0 auto;
}
body > header .menu-toggle {
  display: none;
}
body > header .logo-moringa {
  display: flex;
  align-items: center;
  text-decoration: none;
}
body > header .logo-moringa svg {
  margin-right: 5px;
}
body > header .logo-moringa strong {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #070606;
  transform: translateY(4px);
}
body > header nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
body > header nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #3A3A3A;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
body > header nav a.active {
  font-weight: 700;
  color: #063FB9;
}
body.page-a-moringa > header {
  background: rgba(242, 242, 242, 0);
}
body.page-a-moringa > header.scrolled {
  background: rgb(242, 242, 242);
}

@media (max-width: 1140px) {
  body > header > span {
    padding: 0 24px;
  }
  body > header .menu-toggle {
    display: block;
  }
  body > header nav {
    position: fixed;
    top: 64px;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: calc(100vh - 64px);
    gap: 0;
    background: #F2F2F2;
    opacity: 0;
    transform: translateX(-200vw);
    transition: opacity 0.8s ease-in-out, transform 1ms ease 0.8s;
  }
  body > header nav a {
    width: 100%;
    text-align: center;
    padding: 22px 24px 16px;
  }
  body > header nav a:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
  }
  body.menu-opened > header {
    background: rgb(242, 242, 242) !important;
  }
  body.menu-opened > header nav {
    transition: opacity 0.8s ease-in-out;
    opacity: 1;
    transform: translateX(0);
  }
}
body > main > section.site-footer > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body > main > section.site-footer .brand {
  display: flex;
  flex-direction: column;
}
body > main > section.site-footer .brand em {
  margin-top: -56px;
  color: #F2F2F2;
  font-size: 18.65px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.975px;
}
body > main > section.site-footer .brand svg.mobile {
  display: none;
}
body > main > section.site-footer .info p,
body > main > section.site-footer .networks em {
  font-size: 16px;
  font-weight: 300;
}
body > main > section.site-footer .info {
  color: #F2F2F2;
}
body > main > section.site-footer .info p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}
body > main > section.site-footer .info p:not(:first-child) {
  margin-top: 50px;
}
body > main > section.site-footer .info p a {
  display: block;
  margin-top: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 108.5%;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
}
body > main > section.site-footer .info p a span {
  font-size: 20px;
}
body > main > section.site-footer .info p a:hover {
  color: #FF00BF;
}
body > main > section.site-footer .networks {
  margin-top: 24px;
}
body > main > section.site-footer .networks em {
  line-height: 42px;
}
body > main > section.site-footer .networks nav {
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 24px;
}
body > main > section.site-footer .networks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 51%;
  border: 2px solid #F2F2F2;
  transition: all 0.6s ease-in-out;
}
body > main > section.site-footer .networks a svg path {
  transition: all 0.5s ease-in-out;
}
body > main > section.site-footer .networks a:hover {
  border-color: #FF00BF;
}
body > main > section.site-footer .networks a:hover svg path {
  fill: #FF00BF;
}
body > main > section.site-footer .menu {
  flex-basis: 100%;
  margin-top: 24px;
}
body > main > section.site-footer .menu nav {
  display: flex;
  gap: 24px;
}
body > main > section.site-footer .menu em {
  display: block;
  margin-bottom: 8px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
}
body > main > section.site-footer .menu a {
  color: #F2F2F2;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
body > main > section.site-footer .menu a.active {
  color: #4CE0D5;
  font-weight: 800;
}
body > main > section.site-footer .menu a:not(.active):hover {
  color: #FF00BF;
}

@media (min-width: 1024px) and (max-height: 800px) {
  body > main > section.site-footer > span {
    align-items: flex-end;
  }
  body > main > section.site-footer .brand {
    width: 100%;
    max-width: 484px;
    padding-right: 40px;
  }
  body > main > section.site-footer .brand svg {
    width: 100%;
    height: auto;
  }
  body > main > section.site-footer .info p:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  body > main > section.site-footer .info p a[href^="mailto:"] {
    display: table;
    position: relative;
  }
  body > main > section.site-footer .info p a[href^="mailto:"]:after, body > main > section.site-footer .info p a[href^="mailto:"]:before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 108.5%;
    color: #FF00BF;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.6s ease-in-out;
  }
  body > main > section.site-footer .info p a[href^="mailto:"]:before {
    content: "Copiar para área de transferência...";
  }
  body > main > section.site-footer .info p a[href^="mailto:"]:after {
    content: "E-mail copiado com sucesso!";
  }
  body > main > section.site-footer .info p a[href^="mailto:"]:hover:before {
    opacity: 1;
  }
  body > main > section.site-footer .info p a[href^="mailto:"].copied:before {
    opacity: 0;
  }
  body > main > section.site-footer .info p a[href^="mailto:"].copied:after {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  body > main > section.site-footer {
    min-height: 0;
    padding-bottom: 42px;
  }
  body > main > section.site-footer > span {
    gap: 0;
  }
  body > main > section.site-footer .menu nav {
    display: none;
  }
  body > main > section.site-footer .brand {
    width: 100%;
    max-width: 254px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    order: 1;
  }
  body > main > section.site-footer .brand br {
    display: none;
  }
  body > main > section.site-footer .brand em {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
  }
  body > main > section.site-footer .brand svg.desktop {
    display: none;
  }
  body > main > section.site-footer .brand svg.mobile {
    width: 200px;
    height: auto;
    display: initial;
  }
  body > main > section.site-footer .menu {
    order: 2;
    text-align: center;
  }
  body > main > section.site-footer .menu em {
    display: none;
  }
  body > main > section.site-footer .menu nav {
    flex-direction: column;
    gap: 0;
  }
  body > main > section.site-footer .menu nav a {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  body > main > section.site-footer .info {
    order: 3;
    width: 100%;
    margin-top: 32px;
    text-align: center;
  }
  body > main > section.site-footer .info p {
    font-size: 14px;
  }
  body > main > section.site-footer .info p em,
  body > main > section.site-footer .info p a {
    display: block;
    width: 100%;
  }
  body > main > section.site-footer .info p em {
    margin-top: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 200;
  }
  body > main > section.site-footer .info p a {
    margin-top: 8px;
    font-size: 18px;
    line-height: 18px;
  }
  body > main > section.site-footer .info p a > span {
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  body > main > section.site-footer .info p a > span span {
    display: none;
  }
  body > main > section.site-footer .info p:not(:first-child) {
    margin-top: 24px;
  }
  body > main > section.site-footer .networks {
    margin-top: 78px;
  }
  body > main > section.site-footer .networks em {
    font-size: 14px;
    line-height: 18px;
  }
  body > main > section.site-footer .networks nav {
    justify-content: center;
  }
  body > main > section.site-footer .networks a {
    width: 32px;
    height: 32px;
  }
  body > main > section.site-footer .networks a svg {
    width: 16px;
    height: auto;
  }
}
a.button,
.arrow-left,
.arrow-right {
  display: table;
  font-size: 24px;
  font-weight: normal;
  color: #F2F2F2;
  text-decoration: none;
}
a.button span,
.arrow-left span,
.arrow-right span {
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
a.button svg,
.arrow-left svg,
.arrow-right svg {
  margin-left: 16px;
}
a.button svg path,
.arrow-left svg path,
.arrow-right svg path {
  transition: all 0.5s ease-in-out;
}

a.button {
  line-height: 24px;
}
a.button span {
  height: 64px;
  padding: 4px 30px 0;
  line-height: 56px;
  border-radius: 32px;
  border: 2px solid #F2F2F2;
}
a.button span svg {
  margin-top: -2px;
}
a.button:hover {
  color: #070606;
}
a.button:hover svg path {
  stroke: #070606;
}
a.button:hover span {
  background-color: #4CE0D5;
  border-color: #4CE0D5;
}
a.button.color--2 {
  color: #063FB9;
}
a.button.color--2 span {
  height: 56px;
  padding: 5px 32px 0;
  line-height: 47px;
  border-color: #063FB9;
}
a.button.color--2 svg path {
  stroke: #063FB9;
}
a.button.color--2:hover {
  color: #FAFAFA;
}
a.button.color--2:hover svg path {
  stroke: #FAFAFA;
}
a.button.color--2:hover span {
  background-color: #063FB9;
}

.arrow-left svg,
.arrow-right svg {
  transform: translateY(-3px);
}

.arrow-left span {
  flex-direction: row-reverse;
}
.arrow-left svg {
  margin: 0 16px 0 0;
  transform: scaleX(-1) translateY(-3px);
}

.arrow-right:hover {
  color: #4CE0D5;
}
.arrow-right:hover svg path {
  stroke: #4CE0D5;
}

@media (max-width: 767px) {
  a.button,
  .arrow-left,
  .arrow-right {
    font-size: 20px;
  }
  .arrow-left svg,
  .arrow-right svg {
    transform: translateY(-2px);
    width: 24px;
    height: 24px;
  }
  .arrow-left svg {
    transform: translateY(-2px) scaleX(-1);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slider .slick-slide img {
  display: block;
}
.slick-slider .slick-slide.slick-loading img {
  display: none;
}
.slick-slider .slick-slide.dragging img {
  pointer-events: none;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}
.slick-slider.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slider .slick-arrow.slick-hidden {
  display: none;
}

section.splash {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100dvw;
  height: 100dvh;
  background: rgba(29, 28, 84, 0.5);
  z-index: 999;
  opacity: 0;
  transform: translateX(-101dvw);
  transition: opacity 0.5s ease-in-out, transform 1ms ease 0.5s;
}
section.splash .scroller {
  display: block;
  width: 100%;
  max-height: 100dvh;
  padding: 0 24px;
  overflow-x: hidden;
  overflow-y: auto;
}
section.splash .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1148px;
  height: 669px;
  padding: 48px 72px;
  margin: 20px auto;
  background: #4A30AA url("../images/splash-bg.png") no-repeat;
  background-size: auto 100%;
  background-position: right top;
  border-radius: 15px;
  overflow: hidden;
}
section.splash .graph {
  position: relative;
  display: block;
}
section.splash .graph span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-indent: -999dvw;
}
section.splash .graph span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: contain;
}
section.splash img {
  width: 103px;
}
section.splash h2,
section.splash p {
  color: #FFF;
}
section.splash h2 {
  width: 422px;
  margin-top: -88px;
}
section.splash h2 span {
  padding-top: 86.3582443654%;
}
section.splash h2 span:after {
  background-image: url("../images/splash-title.png");
}
section.splash p {
  max-width: 620px;
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
section.splash a.button {
  position: relative;
  margin-top: 32px;
  z-index: 10;
}
section.splash a.button span {
  gap: 16px;
  height: 48px;
  padding: 0 32px;
  background: #4CE0D5;
  border-radius: 24px;
  border: 0;
  color: #070606;
}
section.splash a.button strong {
  display: block;
  font-weight: normal;
  padding-top: 5px;
  line-height: initial;
}
section.splash a.button svg {
  margin: 0;
  transition: transform 0.4s ease-in-out;
}
section.splash a.button:hover span {
  background-color: #FF00BF;
}
section.splash a.button:hover svg {
  transform: translateX(5px);
}
section.splash button.close {
  position: absolute;
  top: 46px;
  right: 24px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  z-index: 999;
}
section.splash button.close:before, section.splash button.close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 44px;
  height: 4px;
  background-color: #4A30AA;
  transition: all 0.4s ease-in-out;
}
section.splash button.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
section.splash button.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
section.splash button.close:hover:before, section.splash button.close:hover:after {
  background-color: #FF00BF;
}
section.splash button.close:hover:before {
  transform: translate(-50%, -50%) rotate(405deg);
}
section.splash button.close:hover:after {
  transform: translate(-50%, -50%) rotate(-405deg);
}
section.splash .person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 619px;
  z-index: 1;
}
section.splash .person span {
  padding-top: 104.3618739903%;
}
section.splash .person span:after {
  background-image: url("../images/splash-pessoa.png");
}
section.splash.showing {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1170px) {
  section.splash .inner {
    padding: 48px;
  }
  section.splash p {
    max-width: 428px;
    font-size: 16px;
    line-height: 24px;
  }
  section.splash .person {
    width: 510px;
  }
}
@media (max-width: 1070px) {
  section.splash .inner {
    height: 609px;
  }
  section.splash h2 {
    width: 300px;
    margin-top: -50px;
  }
  section.splash p {
    max-width: 350px;
  }
}
@media (max-width: 920px) {
  section.splash .inner {
    height: 560px;
    padding: 24px;
  }
  section.splash .person {
    width: 423px;
  }
}
@media (max-width: 810px) {
  section.splash .person {
    width: 366px;
  }
}
@media (max-width: 767px) {
  section.splash .inner {
    height: 458px;
  }
  section.splash img {
    width: 79px;
  }
  section.splash h2 {
    max-width: 312px;
    margin-top: -33px;
  }
  section.splash h2 span {
    padding-top: 54.4871794872%;
  }
  section.splash h2 span:after {
    background-image: url("../images/splash-title-mobile.png");
  }
  section.splash .person {
    width: 300px;
    right: -33px;
  }
}
@media (max-width: 670px) {
  section.splash .scroller {
    padding: 0;
  }
  section.splash .inner {
    height: 100dvh;
    margin: 0;
    border-radius: 0;
    background-image: url("../images/splash-firula-mob.svg");
  }
  section.splash .person {
    width: 324px;
  }
}
@media (max-width: 480px) {
  section.splash p {
    flex: 1;
    max-width: 296px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  section.splash a.button,
  section.splash a.button span {
    width: 100%;
    justify-content: center;
  }
  section.splash button.close {
    top: 28px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
  section.splash button.close:before, section.splash button.close:after {
    width: 32px;
    height: 3px;
    background-color: 63FB9;
  }
  section.splash .person {
    right: initial;
    left: 0;
  }
  section.splash .person span {
    padding-top: 119.9074074074%;
  }
  section.splash .person span:after {
    background-image: url("../images/splash-pessoa-mob.png");
  }
}
@media (max-width: 480px) and (min-max: 738px) {
  .person {
    bottom: initial;
    top: 372px;
  }
}
.menu-nav-side, .blocked-page-menu, .snaped-page-menu,
.slick-dots {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: all 0.6s ease-in-out;
}
.menu-nav-side li, .blocked-page-menu li, .snaped-page-menu li,
.slick-dots li {
  height: 30px;
}
.menu-nav-side li a, .blocked-page-menu li a, .snaped-page-menu li a,
.menu-nav-side li button,
.blocked-page-menu li button,
.snaped-page-menu li button,
.slick-dots li a,
.slick-dots li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
}
.menu-nav-side li a:before, .blocked-page-menu li a:before, .snaped-page-menu li a:before,
.menu-nav-side li button:before,
.blocked-page-menu li button:before,
.snaped-page-menu li button:before,
.slick-dots li a:before,
.slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D9D9D9;
  transition: all 0.4s;
}
.menu-nav-side li a strong, .blocked-page-menu li a strong, .snaped-page-menu li a strong,
.menu-nav-side li button strong,
.blocked-page-menu li button strong,
.snaped-page-menu li button strong,
.slick-dots li a strong,
.slick-dots li button strong {
  position: absolute;
  right: calc(100% - 8px);
  top: 50%;
  display: block;
  height: 33px;
  padding: 1px 8px 0;
  line-height: 32px;
  background: #FEFEFE;
  border-radius: 4px;
  transform: translate(-200vw, -50%);
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  color: #121212;
  white-space: nowrap;
  opacity: 0;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0 ease 0.4s;
}
.menu-nav-side li a:hover strong, .blocked-page-menu li a:hover strong, .snaped-page-menu li a:hover strong,
.menu-nav-side li button:hover strong,
.blocked-page-menu li button:hover strong,
.snaped-page-menu li button:hover strong,
.slick-dots li a:hover strong,
.slick-dots li button:hover strong {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 1;
  transform: translate(0, -50%);
}
.menu-nav-side li.slick-active button:before, .blocked-page-menu li.slick-active button:before, .snaped-page-menu li.slick-active button:before,
.menu-nav-side li a.active:before,
.blocked-page-menu li a.active:before,
.snaped-page-menu li a.active:before,
.slick-dots li.slick-active button:before,
.slick-dots li a.active:before {
  width: 16px;
  height: 16px;
  background: #FEFEFE;
}
.menu-nav-side.color-black li a strong, .color-black.blocked-page-menu li a strong, .color-black.snaped-page-menu li a strong,
.menu-nav-side.color-black li button strong,
.color-black.blocked-page-menu li button strong,
.color-black.snaped-page-menu li button strong,
.slick-dots.color-black li a strong,
.slick-dots.color-black li button strong {
  color: #FEFEFE;
  background-color: #070606;
}
.menu-nav-side.color-black li a:before, .color-black.blocked-page-menu li a:before, .color-black.snaped-page-menu li a:before,
.menu-nav-side.color-black li button:before,
.color-black.blocked-page-menu li button:before,
.color-black.snaped-page-menu li button:before,
.slick-dots.color-black li a:before,
.slick-dots.color-black li button:before {
  background-color: #070606;
}

.menu-nav-side, .blocked-page-menu, .snaped-page-menu {
  position: fixed;
  top: calc(50% + 32px);
  left: calc(50% + 570px);
  display: flex;
  flex-direction: column;
  width: 48px;
  transform: translateY(-50%);
}

.slick-dots {
  justify-content: center;
  margin-top: 8px;
}
.slick-dots li {
  width: 32px;
  height: 32px;
}
.slick-dots button {
  content: " ";
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999vw;
}
.slick-dots button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1185px) {
  .menu-nav-side, .blocked-page-menu, .snaped-page-menu {
    left: initial;
    right: 11px;
  }
}
@media (max-width: 767px) {
  .menu-nav-side, .blocked-page-menu, .snaped-page-menu {
    right: 6px;
    top: 135px;
    transform: none;
  }
}
.box-modal-video {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(82, 81, 81, 0.6);
  opacity: 0;
  transform: translateX(-200vw);
  transition: opacity 0.6s ease-in-out, transform 1ms ease 0.6s;
}
.box-modal-video .video-sizer {
  position: relative;
  width: 100%;
  max-width: 1156px;
  padding: 0 42px;
}
.box-modal-video .video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.box-modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-modal-video.opened {
  transition: opacity 0.6s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .box-modal-video .video-sizer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .box-modal-video .video-sizer button {
    top: initial;
    bottom: calc(100% + 12px);
    right: 16px;
  }
}
@media (max-width: 480px) {
  .pnbox-modal-video {
    padding-bottom: 16px;
  }
}
section.projetos > span {
  padding-right: 135px;
}
section.projetos h2 {
  display: flex;
}
section.projetos h2 span {
  text-transform: uppercase;
}
section.projetos h2 span:first-child {
  font-weight: 900;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 0.1em;
  color: #D9D9D9;
  -webkit-text-stroke: 2px #F2F2F2;
  text-stroke: 2px #F2F2F2;
}
section.projetos h2 span:last-child {
  margin-top: 44px;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  color: rgba(242, 242, 242, 0.5);
}
section.projetos .image-wrapper {
  display: block;
  position: relative;
  padding: 34px 40px 0 0;
}
section.projetos .image-wrapper picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 77.0491803279%;
  border-radius: 10px;
  overflow: hidden;
  background: rgb(24.7114285714, 142.6885714286, 133.92);
}
section.projetos .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0;
}
section.projetos .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 94.9230769231%;
  height: 95.2380952381%;
  border-radius: 10px;
  background: #4CE0D5;
  z-index: 1;
}
section.projetos .encerramento-semestre .image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  margin-left: -34px;
  z-index: 99;
  top: 50%;
  left: 50%;
  background: url(/assets/images/button-play.svg) no-repeat;
}
section.projetos .arrows-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 24px;
}
section.projetos .arrows-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 3px solid #4CE0D5;
  background: transparent;
  border-radius: 51%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
section.projetos .arrows-nav button,
section.projetos .arrows-nav button svg path {
  transition: all 0.5s ease-in-out;
}
section.projetos .arrows-nav button.next svg {
  transform: scale(-1);
}
section.projetos .arrows-nav button:not(.slick-disabled):hover {
  color: #070606;
  background-color: #4CE0D5;
  border-color: #4CE0D5;
}
section.projetos .arrows-nav button:not(.slick-disabled):hover svg path {
  fill: #070606;
}
section.projetos .arrows-nav button.slick-disabled {
  opacity: 0.6;
  cursor: default;
}
section.projetos .slider-wrapper {
  position: relative;
  margin-top: 40px;
}
section.projetos .slider-wrapper .slider {
  padding-bottom: 61px;
}
section.projetos .projeto {
  display: grid !important;
  grid-template-areas: "top right" "bottom right";
  grid-template-columns: 40.5% 59.5%;
  grid-auto-rows: 1fr min-content;
}
section.projetos .projeto header,
section.projetos .projeto footer {
  padding-right: 48px;
}
section.projetos .projeto header {
  grid-area: top;
}
section.projetos .projeto footer {
  grid-area: bottom;
  padding-bottom: 58px;
}
section.projetos .projeto em {
  display: table;
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
}
section.projetos .projeto p {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
section.projetos .projeto a.arrow-right {
  margin-top: 32px;
}
section.projetos .projeto > span {
  flex: 1;
}
section.projetos .projeto .image-wrapper {
  width: 100%;
  grid-area: right;
}
section.projetos .projeto.asn em {
  position: relative;
  left: 63.5%;
  margin: -8% 0 0;
}
section.projetos .projeto.psj em {
  position: relative;
  left: 20.8%;
  margin: -11% 0 0;
}

@media (min-width: 1024px) and (max-height: 800px) {
  section.projetos h2 span:first-child {
    font-size: 70px;
    line-height: 60px;
  }
  section.projetos h2 span:last-child {
    margin-top: 30px;
    font-size: 40px;
    line-height: 50px;
  }
  section.projetos .projeto header {
    padding-top: 50px;
  }
  section.projetos .projeto header picture {
    width: 220px;
  }
  section.projetos .projeto p {
    font-size: 18px;
    line-height: 26px;
  }
  section.projetos .projeto .image-wrapper {
    width: 82%;
    margin-left: auto;
  }
  section.projetos .projeto em {
    display: table;
    margin: 10px 0 0;
  }
  section.projetos .projeto.asn em {
    left: 35.5%;
    margin: -4% 0 0;
  }
  section.projetos .projeto.psj em {
    left: 11.8%;
    margin: -6% 0 0;
  }
  section.projetos .arrows-nav button {
    width: 60px;
    height: 60px;
  }
  section.projetos .arrows-nav button svg {
    width: 30px;
    height: auto;
  }
  section.projetos .slider-wrapper {
    margin-top: -40px;
  }
  section.projetos .slider-wrapper .slider {
    padding-bottom: 32px;
  }
}
@media (max-width: 1279px) {
  section.projetos > span {
    padding-right: 75px;
  }
  section.projetos h2 span:first-child {
    font-size: 60px;
    line-height: 70px;
  }
  section.projetos h2 span:last-child {
    margin-top: 37px;
    font-size: 40px;
    line-height: 50px;
  }
  section.projetos picture img {
    width: auto;
    height: 100px;
    margin: 0 auto;
  }
  section.projetos .slider-wrapper {
    margin-top: 32px;
  }
  section.projetos .slider-wrapper .slider {
    padding-bottom: 18px;
  }
  section.projetos .projeto header,
  section.projetos .projeto footer {
    padding-right: 32px;
  }
  section.projetos .projeto em {
    margin: 24px auto 0;
  }
  section.projetos .projeto p {
    margin: 32px 0 0;
    font-size: 20px;
    line-height: 30px;
  }
  section.projetos .projeto.asn em {
    left: 63%;
    margin: -7% 1px 0;
  }
  section.projetos .projeto.psj em {
    left: 32%;
    max-width: 180px;
    margin: -6% 0 0;
  }
  section.projetos .arrows-nav button {
    width: 42px;
    height: 42px;
    border: 2px solid #4CE0D5;
  }
  section.projetos .arrows-nav button,
  section.projetos .arrows-nav button svg path {
    transition: all 0.5s ease-in-out;
  }
  section.projetos .arrows-nav button svg {
    width: 24px;
    height: auto;
  }
  section.projetos .arrows-nav button.next svg {
    transform: scale(-1);
  }
  section.projetos .arrows-nav button:not(.slick-disabled):hover {
    color: #070606;
    background-color: #4CE0D5;
    border-color: #4CE0D5;
  }
  section.projetos .arrows-nav button:not(.slick-disabled):hover svg path {
    fill: #070606;
  }
  section.projetos .arrows-nav button.slick-disabled {
    opacity: 0.6;
    cursor: default;
  }
}
@media (max-width: 768px) {
  section.projetos {
    padding-top: 60px;
  }
  section.projetos > span {
    padding-right: 24px;
  }
  section.projetos h2 {
    justify-content: center;
  }
  section.projetos .slider-wrapper {
    margin-top: 8px;
  }
  section.projetos .slider-wrapper .slider {
    padding-bottom: 0;
  }
  section.projetos .image-wrapper picture {
    padding-top: 55.5555555556%;
  }
  section.projetos .projeto {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  section.projetos .projeto header,
  section.projetos .projeto footer {
    padding-right: 0;
  }
  section.projetos .projeto header em {
    line-height: 24px;
  }
  section.projetos .projeto.asn header img {
    height: 106px;
  }
  section.projetos .projeto.psj header img {
    height: 78px;
  }
  section.projetos .projeto.psj header em {
    left: 22%;
    margin: -11% 0 0;
  }
  section.projetos .projeto.outros-50 header img {
    height: 78px;
    width: auto;
  }
  section.projetos .projeto.outros-50 header em {
    margin-top: 14px;
  }
  section.projetos .projeto.rotulagem header em {
    margin-top: 18px;
  }
  section.projetos .projeto .image-wrapper {
    width: 100%;
    padding: 10px 10px 0 0;
    margin-top: 16px;
  }
  section.projetos .projeto p,
  section.projetos .projeto a.arrow-right {
    margin-top: 16px;
  }
}
section.contato > span {
  padding-right: 135px;
}
section.contato h2 {
  position: relative;
  display: table;
  padding: 23px 60px 0 0;
  font-size: 65px;
  font-weight: bold;
  line-height: 70px;
}
section.contato h2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: #4CE0D5;
  border-radius: 4px;
}
section.contato em {
  display: block;
  margin-top: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
section.contato a.button {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  section.contato > span {
    padding-right: 64px;
    padding-left: 16px;
  }
  section.contato h2 {
    padding: 0;
    font-size: 32px;
    line-height: 32px;
  }
  section.contato h2:before {
    position: initial;
    right: initial;
    top: initial;
    margin-bottom: 33px;
  }
  section.contato em {
    font-size: 20px;
    line-height: 30px;
  }
}
section.unidades {
  padding-top: 0;
  margin-top: 56px;
  background-color: #333333;
}
section.unidades > span {
  background: url("../images/mapa.png") no-repeat center center;
}
section.unidades .lista-unidades {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding-top: 157px;
  padding-bottom: 157px;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  transition: all 0.8s ease;
}
section.unidades .lista-unidades.hover {
  padding-top: 114px;
  padding-bottom: 157px;
}
section.unidades .unidade {
  position: relative;
}
section.unidades .unidade div {
  position: absolute;
  top: 50%;
  width: 230px;
  transform: translateY(calc(-50% - 43px));
  z-index: 1;
}
section.unidades .unidade picture,
section.unidades .unidade button,
section.unidades .unidade ul {
  transition: all 0.8s ease;
}
section.unidades .unidade img {
  border-radius: 5px;
}
section.unidades .unidade button {
  position: relative;
  padding: 10px 0;
  color: #BDBDBD;
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
  background: none;
  border: 0;
  z-index: 10;
}
section.unidades .unidade picture {
  opacity: 0;
}
section.unidades .unidade ul {
  padding: 0;
  margin: 9px 0 0;
  list-style: none;
  opacity: 0;
}
section.unidades .unidade li {
  color: #F2F2F2;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
section.unidades .unidade li button {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 2px 0 0 0;
}
section.unidades .unidade li button span {
  font-family: "Nexa";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #4CE0D5;
}
section.unidades .unidade:nth-child(odd) div {
  left: calc(100% + 10px);
}
section.unidades .unidade:nth-child(odd) ul {
  transform: translate(-400px, 20px);
}
section.unidades .unidade:nth-child(odd) picture {
  transform: scale(0.7) translate(-100%, -40%);
}
section.unidades .unidade:nth-child(even) div {
  right: calc(100% + 10px);
}
section.unidades .unidade:nth-child(even) ul {
  transform: translate(400px, 20px);
}
section.unidades .unidade:nth-child(even) picture {
  transform: scale(0.7) translate(100%, -40%);
}
section.unidades .unidade.hover:nth-child(odd).hover button, section.unidades .unidade:nth-child(even).hover button {
  color: #FF00BF;
  margin-bottom: 43px;
}
section.unidades .unidade.hover:nth-child(odd).hover ul,
section.unidades .unidade.hover:nth-child(odd).hover picture, section.unidades .unidade:nth-child(even).hover ul,
section.unidades .unidade:nth-child(even).hover picture {
  opacity: 1;
}
section.unidades .unidade.hover:nth-child(odd).hover picture, section.unidades .unidade:nth-child(even).hover picture {
  transform: scale(1);
}
section.unidades .unidade.hover:nth-child(odd).hover ul, section.unidades .unidade:nth-child(even).hover ul {
  transform: translate(0, 0);
}
section.unidades .modal-all {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 796px;
  width: 100%;
  padding: 40px 56px;
  transform: translate(-50%, -50%);
  background-color: #575757;
  border-radius: 24px;
  z-index: 9999;
}
section.unidades .modal-all header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
section.unidades .modal-all h2 {
  color: #4CE0D5;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
}
section.unidades .modal-all .button-close {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: 0;
  padding: 0;
}

section.just-text h2 {
  margin: 0 0 24px;
  font-size: 60px;
  font-weight: bold;
  line-height: 48px;
}
section.just-text p strong {
  font-weight: 800;
}
section.just-text p.with-image {
  display: flex;
  align-items: center;
  gap: 24px;
}
section.just-text p.with-image span {
  flex: 1;
}

@media (max-width: 767px) {
  section.just-text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.just-text p.with-image {
    flex-direction: column;
  }
}
section.text-image-side > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
section.text-image-side > span div {
  flex: 1;
}
section.text-image-side > span div blockquote {
  font-size: 48px;
  margin-top: 40px;
  font-weight: bold;
  line-height: 58px;
  font-style: normal;
}
section.text-image-side > span > blockquote {
  margin: 56px 0 0;
  flex-basis: 100%;
}
section.text-image-side h2 {
  margin: 27px 0 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
}
section.text-image-side p {
  display: flex;
  align-items: flex-end;
  gap: 27px;
}
section.text-image-side p span {
  flex: 1;
}
section.text-image-side img {
  border-radius: 10px;
}
section.text-image-side.text-size--02 p {
  font-size: 24px;
  line-height: 36px;
}
section.text-image-side.text-size--02 blockquote {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  font-weight: 300;
}
section.text-image-side.space--28 > span {
  gap: 28px;
}
section.text-image-side.space--46 > span {
  gap: 46px;
}
section.text-image-side.space--100 > span {
  gap: 100px;
}
section.text-image-side.image-left > span {
  flex-direction: row-reverse;
}
section.text-image-side.image-bottom > span {
  flex-direction: column;
  justify-content: center;
  gap: 35px;
}
section.text-image-side.valign-top > span {
  align-items: flex-start;
}

@media (max-width: 1023px) {
  section.text-image-side > span {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px !important;
  }
  section.text-image-side > span div {
    flex: initial;
  }
  section.text-image-side > span svg {
    width: 95px;
    height: auto;
  }
  section.text-image-side > span > blockquote {
    flex-basis: initial;
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
  }
  section.text-image-side.image-left > span {
    flex-direction: column;
  }
  section.text-image-side.quote-bottom > span {
    flex-direction: column;
    gap: 16px !important;
  }
  section.text-image-side.quote-bottom > span h2 {
    order: 1;
  }
  section.text-image-side.quote-bottom > span picture {
    order: 2;
  }
  section.text-image-side.quote-bottom > span > div {
    order: 3;
  }
  section.text-image-side.quote-bottom > span blockquote {
    order: 4;
  }
  section.text-image-side.text-size--02 p {
    font-size: 20px;
    line-height: 30px;
  }
  section.text-image-side.text-size--02 blockquote {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  section.text-image-side picture {
    display: table;
    margin: 0 auto;
  }
  section.text-image-side > span div blockquote {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  section.text-image-side p {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
section.m-de-moringa h2 {
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}
section.m-de-moringa em {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}
section.m-de-moringa em:not(:first-of-type) {
  margin-top: 24px;
}
section.m-de-moringa strong {
  display: block;
  margin-top: 24px;
  font-size: 80px;
  font-weight: 800;
  line-height: 90px;
  color: transparent;
  -webkit-text-stroke: 2px #f2f2f2;
  text-shadow: none;
}
section.m-de-moringa svg {
  width: 96px;
  height: auto;
  margin-bottom: 24px;
}
section.m-de-moringa path.dot {
  fill: #4CE0D5;
}
section.m-de-moringa path.letter {
  fill: #FFFFFF;
}
section.m-de-moringa.small-title h2 {
  font-size: 40px;
  line-height: 60px;
}

@media (max-width: 1279px) {
  section.m-de-moringa em {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
  section.m-de-moringa svg {
    width: 63px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  section.m-de-moringa em {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  section.m-de-moringa h2 {
    margin-bottom: 16px;
    font-weight: bold;
  }
  section.m-de-moringa strong {
    font-size: 40px;
    line-height: 40px;
  }
  section.m-de-moringa em:not(:first-of-type) {
    margin-top: 16px;
  }
  section.m-de-moringa.small-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
body.single-projetos > main > section.strong-bottom p {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
}
body.single-projetos > main > section.strong-bottom em {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
body.single-projetos > main > section.strong-bottom img {
  border-radius: 10px;
}
body.single-projetos > main > section.strong-bottom > span {
  display: flex;
  gap: 27px;
  align-items: center;
}
body.single-projetos > main > section.strong-bottom > span > span {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body.single-projetos > main > section.strong-bottom > span > span > div {
  display: flex;
  align-items: center;
  gap: 27px;
}
body.single-projetos > main > section.strong-bottom > span > span > div > span,
body.single-projetos > main > section.strong-bottom > span > span > div > em {
  flex: 1;
}
body.single-projetos > main > section.strong-bottom > span > span > div:nth-child(2) picture {
  margin-top: -26px;
}
body.single-projetos > main > section.strong-bottom.image-left-all > span {
  flex-direction: row-reverse;
}
body.single-projetos > main > section.strong-bottom.text-size--2 p, body.single-projetos > main > section.strong-bottom.text-size--3 p {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}
body.single-projetos > main > section.strong-bottom.text-size--2 em {
  font-size: 40px;
  line-height: 60px;
}
body.single-projetos > main > section.strong-bottom.text-size--3 p {
  font-weight: 200;
}
body.single-projetos > main > section.strong-bottom.text-size--3 em {
  font-size: 32px;
  line-height: 48px;
}

@media (max-width: 1279px) {
  body.single-projetos > main > section.strong-bottom > span > span {
    gap: 16px;
  }
  body.single-projetos > main > section.strong-bottom > span > span > div {
    flex-direction: column;
    gap: 16px;
  }
  body.single-projetos > main > section.strong-bottom > span > span > div:nth-child(2) picture {
    margin-top: 0;
  }
  body.single-projetos > main > section.strong-bottom.text-size--2 p, body.single-projetos > main > section.strong-bottom.text-size--3 p {
    font-size: 20px;
    line-height: 30px;
  }
  body.single-projetos > main > section.strong-bottom.text-size--3 em {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  body.single-projetos > main > section.strong-bottom em {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
  }
  body.single-projetos > main > section.strong-bottom > span > span, body.single-projetos > main > section.strong-bottom.text-size--2 > span > span, body.single-projetos > main > section.strong-bottom.text-size--3 > span > span {
    gap: 16px;
  }
  body.single-projetos > main > section.strong-bottom p, body.single-projetos > main > section.strong-bottom.text-size--2 p, body.single-projetos > main > section.strong-bottom.text-size--3 p {
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
  }
  body.single-projetos > main > section.strong-bottom.text-size--2 em, body.single-projetos > main > section.strong-bottom.text-size--3 em {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
  }
}
section.image-blockquote picture {
  margin-bottom: 16px;
}
section.image-blockquote img {
  border-radius: 10px;
  margin: 0 auto;
}
section.image-blockquote blockquote {
  margin: 0;
  font-size: 32px;
  font-style: italic;
  line-height: 48px;
}

@media (max-width: 767px) {
  section.image-blockquote blockquote {
    font-size: 22px;
    line-height: 33px;
  }
}
section.big-numbers h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 56px;
}
section.big-numbers strong {
  font-size: 22px;
  font-weight: 200;
  line-height: 33px;
  text-transform: uppercase;
}
section.big-numbers em {
  display: block;
  margin-top: 16px;
  font-size: 80px;
  font-weight: 800;
  line-height: 90px;
}
section.big-numbers ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
section.big-numbers li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-top: 56px;
  text-align: center;
}
section.big-numbers li:nth-child(1), section.big-numbers li:nth-child(2) {
  margin-top: 0;
}
section.big-numbers.with-image > span {
  display: flex;
  align-items: center;
  gap: 67px;
}
section.big-numbers.with-image ul {
  flex-direction: column;
  gap: 56px;
  width: 280px;
}
section.big-numbers.with-image ul li {
  width: 100%;
  margin-top: 0;
}
section.big-numbers.with-image picture {
  flex: 1;
  padding: 0 32px;
}
section.big-numbers.with-image picture img {
  width: 100%;
}
section.big-numbers.with-image.image-big picture {
  padding: 0;
}
section.big-numbers.vatical-space--100 li:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 100px;
}

@media (max-width: 1079px) {
  section.big-numbers.with-image > span {
    gap: 42px;
  }
  section.big-numbers.with-image picture {
    padding: 0;
  }
  section.big-numbers.with-image h2 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  section.big-numbers.with-image em {
    font-size: 56px;
    line-height: 61px;
  }
  section.big-numbers.with-image li {
    margin-top: 36px;
  }
  section.big-numbers.with-image ul {
    gap: 22px;
  }
}
@media (max-width: 1023px) {
  section.big-numbers h2 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  section.big-numbers em {
    font-size: 56px;
    line-height: 61px;
  }
  section.big-numbers li {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  section.big-numbers h2 {
    margin-bottom: 24px;
  }
  section.big-numbers em {
    font-size: 32px;
    line-height: 32px;
  }
  section.big-numbers li {
    margin-top: 16px;
  }
  section.big-numbers.vatical-space--100 li:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 42px;
  }
  section.big-numbers.with-image > span {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  section.big-numbers em {
    margin-top: 4px;
  }
  section.big-numbers li {
    width: 100%;
    margin-top: 0;
  }
  section.big-numbers ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.big-numbers.vatical-space--100 li:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 0;
  }
}
section.brand h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: 90px;
  color: transparent;
  -webkit-text-stroke: 2px #f2f2f2;
  text-stroke: 2px #f2f2f2;
  text-shadow: none;
}
section.brand img {
  border-radius: 10px;
  margin: 0 auto;
}
section.brand .video-wrapper {
  display: block;
  max-width: 888px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  section.brand h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 540px) {
  section.brand h2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}
section.image-full.full-screen-width > span {
  padding-left: 0;
  padding-right: 0;
}
section.image-full img {
  margin: 0 auto;
}

section.relateds h2 {
  margin: 0 0 56px;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
}
section.relateds h3 br, section.relateds em br {
  display: none;
}
section.relateds h3 {
  margin: 8px 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
section.relateds em {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}
section.relateds img {
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
section.relateds a {
  text-decoration: none;
  color: #f2f2f2;
}
section.relateds a:hover img {
  transform: scale(1.05);
}
section.relateds ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 56px;
}
section.relateds li {
  width: calc(50% - 50px);
}
section.relateds li a {
  display: flex;
  align-items: center;
  gap: 16px;
}
section.relateds li picture {
  width: 150px;
}
section.relateds li div {
  flex: 1;
}

@media (max-width: 1023px) {
  section.relateds h2 {
    font-size: 32px;
    line-height: 42px;
  }
  section.relateds h3 {
    font-size: 22px;
    line-height: 24px;
  }
  section.relateds em {
    font-size: 12px;
    font-weight: 200;
    line-height: 12px;
    text-trasform: uppercase;
  }
  section.relateds li {
    width: calc(50% - 20px);
  }
  section.relateds li picture {
    width: 80px;
  }
  section.relateds ul {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  section.relateds h2 {
    margin-bottom: 32px;
  }
  section.relateds ul {
    flex-direction: column;
  }
  section.relateds li {
    width: 100%;
  }
}
main.a-moringa section h1 {
  letter-spacing: 0.1em;
  font-size: 80px;
  font-weight: 800;
  line-height: 90px;
}
main.a-moringa section h1 strong {
  display: block;
  margin-top: 40px;
  font-size: 112px;
  font-weight: 900;
  line-height: 126px;
}
main.a-moringa section.a-moringa, main.a-moringa section.pilares, main.a-moringa section.boas-vindas {
  background: linear-gradient(180deg, #4CE0D5 0%, #063FB9 100%);
}
main.a-moringa section.tecnologia, main.a-moringa section.evolucao {
  background: linear-gradient(180deg, #063FB9 0%, #4CE0D5 100%);
}
main.a-moringa section.tecnologia.m-left > span > svg path.dot, main.a-moringa section.pilares.m-left > span > svg path.dot, main.a-moringa section.evolucao.m-left > span > svg path.dot {
  fill: #063FB9;
}
main.a-moringa section.a-moringa:before {
  width: 943px;
  height: 943px;
  top: -341px;
  left: calc(50% - 156px);
  filter: invert(99%) sepia(5%) saturate(29%) hue-rotate(273deg) brightness(112%) contrast(90%);
}
main.a-moringa section.boas-vindas em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 66px;
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
}
main.a-moringa section.boas-vindas em svg {
  width: 270px;
}
main.a-moringa section.boas-vindas a.button {
  margin-top: 53px;
}
main.a-moringa section.projetos {
  background: linear-gradient(180deg, #063FB9 0%, #010E29 100%);
}
main.a-moringa section.site-footer {
  background-color: #010E29;
}

@media (max-width: 1150px) {
  main.a-moringa section.boas-vindas em {
    flex-direction: column;
    padding-right: 0;
  }
  main.a-moringa section.boas-vindas em svg {
    max-width: 100%;
    height: auto;
    margin-top: 16px;
  }
  main.a-moringa section.boas-vindas a.button {
    margin: 44px auto;
  }
}
@media (max-width: 1023px) {
  main.a-moringa section h1 {
    font-size: 40px;
    line-height: 45px;
  }
  main.a-moringa section h1 strong {
    margin-top: 24px;
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  body.mobile-nav > main.a-moringa > section:not(:first-of-type) {
    min-height: 0;
  }
  body.mobile-nav > main.a-moringa > section:nth-child(2) {
    padding-top: 94px;
    padding-bottom: 61px;
  }
  body.mobile-nav > main.a-moringa > section:nth-child(3) {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  body.mobile-nav > main.a-moringa > section:nth-child(4) {
    padding-top: 37px;
    padding-bottom: 44px;
  }
  body.mobile-nav > main.a-moringa > section:nth-child(5) {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  body.mobile-nav > main.a-moringa > section.site-footer {
    background: #010E29;
  }
}
@media (max-width: 767px) {
  main.a-moringa section > span {
    padding-left: 18px;
    padding-right: 18px;
  }
  main.a-moringa section h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 3.2px;
    font-weight: bold;
  }
  main.a-moringa section h1 strong {
    margin-top: 45px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 800;
    letter-spacing: 4.2px;
  }
  main.a-moringa section.a-moringa {
    position: relative;
  }
  main.a-moringa section.a-moringa > span {
    padding-right: 0;
  }
  main.a-moringa section.a-moringa:before {
    width: 400px;
    height: 400px;
    top: calc(50% - 96px);
    left: calc(50% - 76px);
  }
}
@media (max-width: 600px) {
  main.a-moringa section.boas-vindas em {
    font-size: 18px;
    line-height: 34px;
  }
}
main.o-que-fazemos .video-wrapper {
  overflow: hidden;
}
main.o-que-fazemos .video-wrapper iframe {
  border: 3px solid #FFF;
  border-radius: 10px;
}
main.o-que-fazemos .video-limit {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 16px auto;
}
main.o-que-fazemos > section {
  position: relative;
}
main.o-que-fazemos > section h1 {
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
}
main.o-que-fazemos > section h1 strong {
  display: block;
  margin-top: 40px;
  font-size: 160px;
  font-weight: 900;
  line-height: 170px;
}
main.o-que-fazemos > section.o-que-fazemos {
  background: linear-gradient(180deg, #063FB9 0%, #002777 100%);
}
main.o-que-fazemos > section.o-que-fazemos:before {
  width: 1056px;
  height: 1056px;
  top: -487px;
  left: calc(50% - 189px);
  filter: invert(11%) sepia(84%) saturate(5265%) hue-rotate(223deg) brightness(97%) contrast(95%);
  opacity: 0.2;
}
main.o-que-fazemos > section.o-que-fazemos:after {
  width: 681px;
  height: 681px;
  top: -5px;
  right: calc(50% + 159px);
}
main.o-que-fazemos > section.excelencia {
  background: #002777;
}
main.o-que-fazemos > section.excelencia:before {
  position: absolute;
  opacity: 1;
  right: 108px;
  bottom: 0;
  width: 305px;
  height: 305px;
  background-image: url("../images/firula-04.svg");
}
main.o-que-fazemos > section.estrategia-e-bi:before, main.o-que-fazemos > section.usabilidade:before {
  opacity: 1;
  right: 35px;
  width: 469px;
  height: 469px;
  background-image: url("../images/firula-03.svg");
}
main.o-que-fazemos > section.estrategia-e-bi {
  background: linear-gradient(180deg, #002777 0%, #063FB9 100%);
}
main.o-que-fazemos > section.estrategia-e-bi:before {
  top: 100%;
  transform: translateY(-50%);
}
main.o-que-fazemos > section.usabilidade {
  background: #063FB9;
}
main.o-que-fazemos > section.usabilidade:before {
  bottom: 100%;
  transform: translateY(50%);
}
main.o-que-fazemos > section.criacao:before, main.o-que-fazemos > section.conteudo:before, main.o-que-fazemos > section.contato:before {
  opacity: 0.1;
  left: 0;
  width: 420px;
  height: 420px;
  background-image: url("../images/firula-01.svg");
  filter: invert(14%) sepia(72%) saturate(5488%) hue-rotate(223deg) brightness(80%) contrast(95%);
}
main.o-que-fazemos > section.criacao {
  background: linear-gradient(180deg, #063FB9 0%, #002777 100%);
}
main.o-que-fazemos > section.criacao:before {
  top: 100%;
  transform: translate(-53.5714285714%, -50%);
}
main.o-que-fazemos > section.conteudo {
  background: #002777;
}
main.o-que-fazemos > section.conteudo:before {
  bottom: 100%;
  transform: translate(-53.5714285714%, 50%);
}
main.o-que-fazemos > section.contato {
  background: linear-gradient(180deg, #002777 0%, #063FB9 100%);
}
main.o-que-fazemos > section.contato:before {
  left: calc(50% + 68px);
  top: 52%;
}
main.o-que-fazemos > section.site-footer {
  background: #063FB9;
}

@media (max-width: 1023px) {
  main.o-que-fazemos section h1 {
    font-size: 40px;
    line-height: 45px;
  }
  main.o-que-fazemos section h1 strong {
    margin-top: 20px;
    font-size: 80px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  main.o-que-fazemos section h1 {
    font-size: 32px;
    line-height: 42px;
  }
  main.o-que-fazemos section h1 strong {
    margin-top: 16px;
    font-size: 42px;
    line-height: 52px;
  }
  main.o-que-fazemos section.o-que-fazemos:before {
    width: 401px;
    height: 401px;
    top: 19px;
    left: calc(50% - 113px);
  }
  main.o-que-fazemos section.o-que-fazemos:after {
    width: 327px;
    height: 327px;
    top: 156px;
    right: calc(50% + 17px);
  }
}
body.page-quem-faz-a-moringa > main > section > span {
  padding-right: 55px;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #063FB9 0%, rgba(6, 63, 185, 0.5) 100%);
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao h1 {
  font-weight: 900;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao h1 strong {
  color: #F2F2F2;
  leading-trim: both;
  text-edge: cap;
  font-size: 80px;
  font-weight: 900;
  line-height: 74px;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao h1 > span {
  display: block;
  width: 100%;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao h1 > span > span {
  font-size: 64px;
  font-style: normal;
  line-height: 74px;
  color: transparent;
  -webkit-text-stroke: 2px #F2F2F2;
  text-shadow: none;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao h1 > span:last-child {
  text-align: right;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao ul {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao ul li {
  margin: 0;
  color: #F2F2F2;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao ul li:not(:first-child) {
  margin-top: 16px;
}
body.page-quem-faz-a-moringa section.talento-e-valorizacao:before {
  width: 943px;
  height: 943px;
  top: -341px;
  left: calc(50% - 156px);
  filter: invert(99%) sepia(5%) saturate(29%) hue-rotate(273deg) brightness(112%) contrast(90%);
}
body.page-quem-faz-a-moringa section.video {
  padding-top: 120px;
}
body.page-quem-faz-a-moringa section.video h2 {
  display: block;
  margin-bottom: 32px;
  text-align: center;
  color: #063FB9;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
body.page-quem-faz-a-moringa section.equipe {
  padding-top: 169px;
  padding-bottom: 20px;
}
body.page-quem-faz-a-moringa section.equipe h2 {
  font-size: 164px;
  font-weight: 900;
  line-height: 164px;
}
body.page-quem-faz-a-moringa section.equipe h2 span {
  display: block;
}
body.page-quem-faz-a-moringa section.equipe h2 span:first-of-type {
  color: #D9D9D9;
}
body.page-quem-faz-a-moringa section.equipe h2 span:last-of-type {
  color: #070606;
}
body.page-quem-faz-a-moringa section.equipe header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
body.page-quem-faz-a-moringa section.equipe header em {
  flex-basis: 100%;
  display: block;
  margin-top: 67px;
  color: #063FB9;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
}
body.page-quem-faz-a-moringa section.equipe .leaders {
  display: flex;
  margin-top: 96px;
}
body.page-quem-faz-a-moringa section.equipe .leaders h3 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}
body.page-quem-faz-a-moringa section.equipe .leaders picture {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
body.page-quem-faz-a-moringa section.equipe .leaders img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  filter: grayscale(100%);
  transition: 0.6s ease-in-out;
}
body.page-quem-faz-a-moringa section.equipe .leaders > em {
  display: block;
  width: 544px;
  margin-right: -182px;
  color: #063FB9;
  font-size: 26px;
  font-style: normal;
  line-height: 39px;
}
body.page-quem-faz-a-moringa section.equipe .leaders .slick-slider .slick-list {
  overflow: initial;
}
body.page-quem-faz-a-moringa section.equipe .leaders div.slider {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-quem-faz-a-moringa section.equipe .leaders div.item,
body.page-quem-faz-a-moringa section.equipe .leaders div.slider:before {
  width: 183px;
}
body.page-quem-faz-a-moringa section.equipe .leaders div.item {
  width: 183px;
  color: #2F2E30;
}
body.page-quem-faz-a-moringa section.equipe .leaders div.item em {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 200;
}
body.page-quem-faz-a-moringa section.equipe .leaders div.item img {
  width: 100%;
}
body.page-quem-faz-a-moringa section.equipe .leaders div.item:hover img {
  filter: grayscale(0);
  transform: scale(1.02);
}
body.page-quem-faz-a-moringa section.equipe .leaders:before {
  position: absolute;
  top: 338px;
  right: calc(50% + 331px);
  width: 461px;
  height: 461px;
  background: url("../images/firula-quem-faz.svg") no-repeat center center;
  background-size: contain;
}
body.page-quem-faz-a-moringa section.equipe footer {
  margin-top: 100px;
  text-align: center;
  color: #2F2E30;
  font-size: 32px;
  font-weight: 300;
  line-height: 33px;
}
body.page-quem-faz-a-moringa section.equipe footer p {
  margin: 0 auto;
  max-width: 860px;
}
body.page-quem-faz-a-moringa section.equipe footer p:not(:last-child) {
  margin-bottom: 24px;
}
body.page-quem-faz-a-moringa section.equipe footer em {
  display: block;
  margin-bottom: 24px;
  color: #063FB9;
  font-size: 100px;
  font-weight: 800;
  line-height: 110px;
}
body.page-quem-faz-a-moringa section.site-footer {
  padding: 125px 0;
  background: #333;
}

@media (max-width: 1023px) {
  body.page-quem-faz-a-moringa section.talento-e-valorizacao h1 {
    max-width: 600px;
  }
  body.page-quem-faz-a-moringa section.talento-e-valorizacao h1 strong {
    font-size: 44px;
    line-height: 40px;
  }
  body.page-quem-faz-a-moringa section.talento-e-valorizacao h1 > span > span {
    font-size: 35px;
    line-height: 40px;
  }
  body.page-quem-faz-a-moringa section.talento-e-valorizacao ul li {
    font-size: 22px;
    line-height: 33px;
  }
  body.page-quem-faz-a-moringa section.equipe {
    padding-top: 275px;
  }
  body.page-quem-faz-a-moringa section.equipe > span {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.page-quem-faz-a-moringa section.equipe h2 {
    font-size: 64px;
    line-height: 74px;
  }
  body.page-quem-faz-a-moringa section.equipe header em {
    margin-top: 40px;
    font-size: 26px;
    line-height: 40px;
  }
  body.page-quem-faz-a-moringa section.equipe header img {
    width: 125px;
    position: absolute;
    bottom: 100%;
    right: 0;
  }
  body.page-quem-faz-a-moringa section.equipe footer p {
    font-size: 22px;
    line-height: 34px;
  }
  body.page-quem-faz-a-moringa section.equipe footer p:not(:last-child) {
    margin-bottom: 16px;
  }
  body.page-quem-faz-a-moringa section.equipe footer em {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 50px;
  }
  body.page-quem-faz-a-moringa section.equipe .leaders {
    display: block;
  }
  body.page-quem-faz-a-moringa section.equipe .leaders > em {
    width: 100%;
    margin-right: 0;
    font-size: 20px;
    line-height: 33px;
  }
  body.page-quem-faz-a-moringa section.equipe .leaders .slider-wrapper {
    margin-top: 24px;
  }
  body.page-quem-faz-a-moringa section.equipe .leaders div.item:first-child {
    display: none;
  }
}
@media (min-width: 641px) {
  body.page-quem-faz-a-moringa section.equipe .leaders .slider-wrapper {
    flex: 1;
  }
  body.page-quem-faz-a-moringa section.equipe .leaders div.slider {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  body.page-quem-faz-a-moringa section.equipe .leaders div.slider:before {
    content: "";
    display: block;
    height: 10px;
  }
}
@media (max-width: 767px) {
  body.page-quem-faz-a-moringa section.unidades {
    display: none;
  }
}
@media (max-width: 640px) {
  body.page-quem-faz-a-moringa > main > section.equipe .slider-wrapper {
    display: block;
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
  }
  body.page-quem-faz-a-moringa > main > section.equipe div.item {
    width: calc(33.3333% - 8px);
    padding: 0 6px;
  }
}
@media (max-width: 600px) {
  body.page-quem-faz-a-moringa > main > section > span {
    padding-right: 18px;
    padding-left: 18px;
  }
  body.page-quem-faz-a-moringa > main > section.talento-e-valorizacao h1 strong {
    display: block;
    font-size: 40px;
    line-height: 32px;
  }
  body.page-quem-faz-a-moringa > main > section.talento-e-valorizacao h1 > span > span {
    font-size: 30px;
    line-height: 32px;
  }
  body.page-quem-faz-a-moringa > main > section.talento-e-valorizacao h1 > span:last-child {
    text-align: left;
    margin: 16px 0 0 56px;
  }
  body.page-quem-faz-a-moringa > main > section.talento-e-valorizacao ul {
    margin-top: 72px;
  }
  body.page-quem-faz-a-moringa > main > section.talento-e-valorizacao:before {
    top: -94px;
    left: calc(50% - 53px);
    width: 490px;
    height: 490px;
  }
}
@media (max-width: 540px) {
  body.page-quem-faz-a-moringa > main > section.equipe div.item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 540px) {
  body.page-quem-faz-a-moringa > main > section.video {
    padding-top: 42px;
  }
  body.page-quem-faz-a-moringa > main > section.equipe .slider-wrapper {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
  body.page-quem-faz-a-moringa > main > section.equipe .slick-dots li {
    width: 24px;
  }
  body.page-quem-faz-a-moringa > main > section.equipe div.item {
    display: block !important;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
main.projetos img {
  border-radius: 10px;
}
main.projetos .projeto {
  width: 44.4444444444%;
  color: #F2F2F2;
  text-decoration: none;
}
main.projetos .projeto h3 {
  margin: 8px 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 50px;
}
main.projetos .projeto em {
  text-transform: uppercase;
  font-weight: 200;
}
main.projetos .projeto picture {
  display: block;
  position: relative;
  height: 0;
  padding-top: 125.706940874%;
  border-radius: 10px;
  overflow: hidden;
  background: #4A30AA;
}
main.projetos .projeto picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main.projetos .projeto picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2F2E30;
  opacity: 0.5;
  z-index: 5;
}
main.projetos .projeto .image-wrapper {
  display: block;
  padding-right: 14.2857142857%;
}
main.projetos .projeto figure {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
main.projetos .projeto figure:after {
  content: "";
  display: block;
  position: absolute;
  width: 94.9230769231%;
  height: 95.2380952381%;
  border-radius: 10px;
  background: #B52BBB;
  z-index: 1;
  transition: all 0.6s ease-in-out;
}
main.projetos .projeto figure:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  margin-left: -44px;
  z-index: 99;
  top: 50%;
  left: 50%;
  background: url(/assets/images/button-play.svg) no-repeat;
}
main.projetos .projeto > div:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 24px;
  transition: all 0.6s ease-in-out;
}
main.projetos .projeto:nth-child(odd) > div:nth-child(2) {
  bottom: 50px;
}
main.projetos .projeto:nth-child(odd) figure {
  padding: 0 0 26px 28px;
}
main.projetos .projeto:nth-child(odd) figure:after {
  left: 0;
  bottom: 0;
}
main.projetos .projeto:nth-child(odd):hover > div:nth-child(2) {
  bottom: 24px;
}
main.projetos .projeto:nth-child(odd):hover figure {
  padding: 26px 28px 0 0;
}
main.projetos .projeto:nth-child(odd):hover figure:after {
  bottom: 26px;
  left: 28px;
}
main.projetos .projeto:nth-child(even) figure {
  padding: 26px 28px 0 0;
}
main.projetos .projeto:nth-child(even) figure:after {
  top: 0;
  right: 0;
}
main.projetos .projeto:nth-child(even):hover > div:nth-child(2) {
  bottom: 50px;
}
main.projetos .projeto:nth-child(even):hover figure {
  padding: 0 0 26px 28px;
}
main.projetos .projeto:nth-child(even):hover figure:after {
  top: 26px;
  right: 28px;
}
main.projetos section {
  background: linear-gradient(178.78deg, rgba(74, 48, 170, 0.4) 1.03%, #4A30AA 98.95%);
}
main.projetos section:nth-child(even) {
  background: linear-gradient(180deg, #4A30AA 0%, rgba(74, 48, 170, 0.4) 100%);
}
main.projetos section.hero-projetos:before {
  width: 1056px;
  height: 1056px;
  top: -409px;
  left: calc(50% - 200px);
  filter: invert(19%) sepia(97%) saturate(1896%) hue-rotate(242deg) brightness(84%) contrast(99%);
  mix-blend-mode: screen;
}
main.projetos section.hero-projetos h1 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main.projetos section.hero-projetos h1 span {
  font-size: 180px;
  font-weight: 900;
  line-height: 130px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
  text-shadow: none;
}
main.projetos section.hero-projetos h1 span:first-child {
  color: transparent;
}
main.projetos section.hero-projetos h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
main.projetos section.hero-projetos p {
  margin: 16px 0 0;
  font-size: 32px;
  line-height: 42px;
}
main.projetos section.hero-projetos div {
  padding-bottom: 8px;
}
main.projetos section.hero-projetos > span {
  display: flex;
  align-items: flex-end;
  gap: 95px;
}
main.projetos section.linha-projetos > span {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
main.projetos section.site-footer {
  background-color: #4A30AA;
}

@media (max-width: 1023px) {
  main.projetos section {
    background: linear-gradient(180deg, #4A30AA 0%, rgba(74, 48, 170, 0.4) 100%);
  }
  main.projetos section:nth-child(even) {
    background: linear-gradient(178.78deg, rgba(74, 48, 170, 0.4) 1.03%, #4A30AA 98.95%);
  }
  main.projetos section.hero-projetos > span {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  main.projetos section.hero-projetos h1 {
    gap: 20px;
  }
  main.projetos section.hero-projetos h1 span {
    font-size: 80px;
    line-height: 58px;
  }
  main.projetos section.hero-projetos h2 {
    font-size: 22px;
    line-height: 33px;
  }
  main.projetos section.hero-projetos p {
    margin: 8px 0 0;
    font-size: 22px;
    line-height: 33px;
  }
  main.projetos section.hero-projetos:before {
    top: -207px;
    left: calc(50% - 67px);
    width: 631px;
    height: 631px;
  }
}
@media (max-width: 865px) {
  main.projetos .projeto h3 {
    font-size: 32px;
    line-height: 42px;
  }
  main.projetos .projeto em {
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 640px) {
  main.projetos section.carousel-projetos > span {
    padding-right: 18px;
  }
  main.projetos section.carousel-projetos .carousel-wrapper {
    display: block;
    width: 100vw;
    margin: 0 -18px;
  }
  main.projetos section.carousel-projetos .slick-dots li {
    width: 16px;
  }
  main.projetos section.carousel-projetos .slick-dots li button {
    content: "";
    color: transparent;
  }
  main.projetos section.carousel-projetos .projeto {
    display: block !important;
    max-width: 320px;
    margin: 0 auto;
  }
  main.projetos section.carousel-projetos .projeto h3 {
    margin: 4px 0 8px;
  }
  main.projetos section.carousel-projetos .projeto h3 br {
    display: none;
  }
  main.projetos section.carousel-projetos .projeto .image-wrapper {
    padding-right: 0;
  }
  main.projetos section.carousel-projetos .projeto picture {
    padding-top: 125.1633986928%;
  }
  main.projetos section.carousel-projetos .projeto > div:nth-child(2) {
    position: relative;
    right: initial;
    bottom: initial;
    margin-top: 16px;
    text-align: center;
  }
  main.projetos section.carousel-projetos .projeto:nth-child(odd) figure, main.projetos section.carousel-projetos .projeto:nth-child(even) figure {
    width: auto;
    padding: 0 0 20px 22px;
  }
  main.projetos section.carousel-projetos .projeto:nth-child(odd):hover figure, main.projetos section.carousel-projetos .projeto:nth-child(even):hover figure {
    padding: 0 0 20px 22px;
  }
  main.projetos section.carousel-projetos .projeto:nth-child(odd):hover figure:after, main.projetos section.carousel-projetos .projeto:nth-child(even):hover figure:after {
    bottom: 0;
    left: 0;
  }
  main.projetos section.carousel-projetos .projeto:hover > div {
    bottom: initial !important;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  main.projetos section.hero-projetos > span {
    gap: 48px;
  }
  main.projetos section.hero-projetos h1 span {
    font-size: 130px;
    line-height: 80px;
  }
}
body.single-projetos img {
  max-height: calc(100vh - 64px - 80px) !important;
}
body.single-projetos .blocked-page-menu.in-first-section {
  top: calc(50% + 14vh);
}
body.single-projetos > main > section {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100vw calc(100vh + 1px);
}
body.single-projetos > main > section > span > .arrow-left {
  margin-bottom: 13px;
  transition: all 0.3s ease-in-out;
}
body.single-projetos > main > section h1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 106px;
}
body.single-projetos > main > section:not(.site-footer) p {
  margin: 0;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
}
body.single-projetos > main > section:not(.site-footer) p:not(:first-child) {
  margin-top: 24px;
}
body.single-projetos > main > section:nth-child(odd) {
  background: linear-gradient(180deg, rgba(74, 48, 170, 0.7) 0%, #002777 100%);
}
body.single-projetos > main > section:nth-child(even) {
  background: linear-gradient(180deg, #002777 0%, rgba(74, 48, 170, 0.7) 100%);
}
body.single-projetos > main > section.hero picture {
  flex: 1;
}
body.single-projetos > main > section.hero img {
  border-radius: 10px;
}
body.single-projetos > main > section.hero em {
  font-size: 24px;
  font-weight: 200;
  line-height: 29px;
  text-transform: uppercase;
}
body.single-projetos > main > section.hero > span > em {
  display: none;
}
body.single-projetos > main > section.hero ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
}
body.single-projetos > main > section.hero ul > strong {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
body.single-projetos > main > section.hero ul li {
  text-transnform: uppercase;
  font-size: 22px;
  line-height: 33px;
  font-weight: 200;
  text-transform: uppercase;
}
body.single-projetos > main > section.hero > span {
  padding-right: 0;
}
body.single-projetos > main > section.hero > span > div {
  display: flex;
  margin-top: 5px;
}
body.single-projetos > main > section.hero > span > div > div {
  width: 369px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.single-projetos > main > section.hero .seta {
  bottom: 15px;
}
body.single-projetos > main > section.hero.style--2 > span > div > div {
  justify-content: flex-end;
}
body.single-projetos > main > section.hero:before {
  width: 1056px;
  height: 1056px;
  top: -487px;
  left: calc(50% - 189px);
  filter: invert(11%) sepia(84%) saturate(5265%) hue-rotate(223deg) brightness(97%) contrast(95%);
  opacity: 0.2;
}
body.single-projetos > main > section.hero:after {
  width: 681px;
  height: 681px;
  top: -70px;
  right: calc(50% + 159px);
}
body.single-projetos > main > section.site-footer {
  background: rgba(74, 48, 170, 0.7);
}
body.single-projetos > main > section:not(:first-child):after {
  position: absolute;
  left: calc(50% + 172px);
  bottom: 0;
  width: 305px;
  height: 305px;
  background-image: url("../images/firula-06.svg");
}
body.single-projetos.feitos-de-valores > main > section.hero > span > em, body.single-projetos.o-peso-do-seu-carro > main > section.hero > span > em, body.single-projetos.app-amamenta > main > section.hero > span > em, body.single-projetos.app-sebrae > main > section.hero > span > em, body.single-projetos.canal-empreender > main > section.hero > span > em, body.single-projetos.indicacoes-geograficas > main > section.hero > span > em, body.single-projetos.transamerica-hotels > main > section.hero > span > em {
  display: block;
  height: 101px;
}
body.single-projetos.feitos-de-valores > main > section.hero > span > div > div > em, body.single-projetos.o-peso-do-seu-carro > main > section.hero > span > div > div > em, body.single-projetos.app-amamenta > main > section.hero > span > div > div > em, body.single-projetos.app-sebrae > main > section.hero > span > div > div > em, body.single-projetos.canal-empreender > main > section.hero > span > div > div > em, body.single-projetos.indicacoes-geograficas > main > section.hero > span > div > div > em, body.single-projetos.transamerica-hotels > main > section.hero > span > div > div > em {
  display: none;
}

@media (min-width: 1024px) and (max-height: 800px) {
  body.single-projetos > main > section h1 {
    font-size: 60px;
    line-height: 60px;
  }
  body.single-projetos > main > section.hero em {
    font-size: 20px;
    line-height: 24px;
  }
  body.single-projetos > main > section.hero img {
    max-height: 350px !important;
    margin-left: auto;
  }
  body.single-projetos > main > section.hero ul li {
    font-size: 18px;
    line-height: 24px;
  }
  body.single-projetos > main > section:not(.site-footer) p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 1279px) {
  body.single-projetos > main > section h1 {
    font-size: 66px;
    line-height: 66px;
  }
  body.single-projetos > main > section:not(.site-footer) p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
  }
  body.single-projetos > main > section:not(.site-footer) p:not(:first-child) {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  body.single-projetos > main > section h1 {
    font-size: 36px;
    line-height: 50px;
  }
  body.single-projetos > main > section h1 br {
    display: none;
  }
  body.single-projetos > main > section.hero > span > div > div {
    width: 260px;
  }
  body.single-projetos > main > section.hero em {
    font-size: 16px;
    line-height: normal;
  }
  body.single-projetos > main > section.hero ul {
    gap: 4px;
  }
  body.single-projetos > main > section.hero ul li {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }
  body.single-projetos .blocked-page-menu.in-first-section {
    top: 50%;
    transform: translateY(calc(-50% + 22px));
  }
}
@media (max-width: 540px) {
  body.single-projetos > main > section.hero {
    padding-top: 84px;
  }
  body.single-projetos > main > section.hero > span {
    padding-right: 16px;
  }
  body.single-projetos > main > section.hero > span > div {
    flex-direction: column-reverse;
    margin-top: 16px;
  }
  body.single-projetos > main > section.hero > span > div > div > em {
    display: none !important;
  }
  body.single-projetos > main > section.hero > span > em {
    height: auto !important;
    display: block !important;
  }
  body.single-projetos > main > section.hero > span > em br {
    display: none;
  }
  body.single-projetos > main > section.hero img {
    width: 100%;
  }
  body.single-projetos > main > section.hero em {
    margin-top: 8px;
    text-transform: uppercase;
  }
  body.single-projetos > main > section.hero ul {
    margin-top: 16px;
  }
  body.single-projetos > main > section.hero ul > strong {
    font-size: 12px;
  }
}
main.contato section.desenvolver-com-a-gente {
  position: relative;
  background: linear-gradient(180deg, rgba(76, 224, 213, 0.8) 0%, #4A30AA 100%);
  overflow: hidden;
}
main.contato section.desenvolver-com-a-gente > span {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
main.contato section.desenvolver-com-a-gente h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
main.contato section.desenvolver-com-a-gente a {
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #f2f2f2;
  transition: all 0.4s ease-in-out;
}
main.contato section.desenvolver-com-a-gente a svg {
  margin-left: 16px;
}
main.contato section.desenvolver-com-a-gente a svg path {
  transition: all 0.4s ease-in-out;
}
main.contato section.desenvolver-com-a-gente a:hover {
  color: #4a30aa;
}
main.contato section.desenvolver-com-a-gente a:hover svg path {
  stroke: #4a30aa;
}
main.contato section.desenvolver-com-a-gente div {
  margin-left: auto;
  padding-right: 42px;
}
main.contato section.desenvolver-com-a-gente div strong {
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.1em;
}
main.contato section.desenvolver-com-a-gente div svg {
  margin-top: 16px;
}
main.contato section.desenvolver-com-a-gente:after {
  width: 681px;
  height: 681px;
  top: initial;
  right: calc(50% + 215px);
  bottom: -352px;
  background-image: url("../images/firula-contato.svg");
}
main.contato section.desenvolver-com-a-gente.visited:before {
  opacity: 1;
  bottom: -352px;
  right: calc(50% + 215px);
}
main.contato section.site-footer {
  background-color: #4A30AA;
}

@media (max-width: 1023px) {
  main.contato section.desenvolver-com-a-gente a {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3.2px;
  }
  main.contato section.desenvolver-com-a-gente h1 {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 2.2px;
  }
  main.contato section.desenvolver-com-a-gente div strong {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2.4px;
  }
  main.contato section.desenvolver-com-a-gente div svg {
    width: 296px;
    height: auto;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  main.contato section.desenvolver-com-a-gente > span {
    gap: 32px;
  }
  main.contato section.desenvolver-com-a-gente h1 {
    font-size: 60px;
    line-height: 70px;
  }
  main.contato section.desenvolver-com-a-gente a {
    font-size: 30px;
    line-height: 32px;
  }
  main.contato section.desenvolver-com-a-gente div strong {
    font-size: 32px;
    line-height: 44px;
  }
  main.contato section.desenvolver-com-a-gente div svg {
    width: 100%;
    max-width: 570px;
    height: auto;
  }
  main.contato section.desenvolver-com-a-gente .seta {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  main.contato section.desenvolver-com-a-gente > span {
    gap: 32px;
  }
  main.contato section.desenvolver-com-a-gente div {
    margin-left: 0;
  }
  main.contato section.desenvolver-com-a-gente div strong {
    font-weight: bold;
  }
  main.contato section.desenvolver-com-a-gente h1 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.1em;
  }
  main.contato section.desenvolver-com-a-gente a {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  main.contato section.desenvolver-com-a-gente a svg {
    transform: translateY(-2px);
  }
  main.contato section.desenvolver-com-a-gente:after {
    bottom: 60px;
    right: calc(50% + 12px);
    width: 308px;
    height: 308px;
  }
}
main.pagina-nao-encontrada section:first-of-type {
  padding-top: 64px;
  background: #E9F5FE;
}
main.pagina-nao-encontrada section:first-of-type > span {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
main.pagina-nao-encontrada section:first-of-type > span > span > svg {
  display: block;
  width: 100%;
  max-width: 975px;
  height: auto;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
main.pagina-nao-encontrada section:first-of-type em {
  margin-bottom: 66px;
  text-align: center;
  font-size: 64px;
  font-weight: 900;
  line-height: 87px;
  color: #000000;
}
main.pagina-nao-encontrada section.site-footer {
  background: rgb(81, 177.6666666667, 255);
}

@media (max-width: 1280px) {
  main.pagina-nao-encontrada section:first-of-type > span > span > svg {
    max-width: 76.171875%;
  }
}
@media (max-width: 768px) {
  main.pagina-nao-encontrada section:first-of-type em {
    margin-bottom: 29px;
  }
  main.pagina-nao-encontrada section:first-of-type > span {
    justify-content: space-between;
    padding-right: 30px;
    padding-bottom: 31px;
    padding-left: 30px;
  }
  main.pagina-nao-encontrada section:first-of-type > span > span > svg {
    max-width: 300px;
  }
  main.pagina-nao-encontrada section:first-of-type > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
}
@media all and (-ms-high-contrast: none) {
  .piki-sanfona.horizontal .sanfona-header {
    transform: rotate(-90deg);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .piki-sanfona.horizontal .sanfona-header {
    transform: rotate(-90deg);
    right: -220px;
    bottom: 100px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .piki-sanfona.horizontal .sanfona-header {
    transform: rotate(-90deg);
  }
}
@supports (-ms-ime-align: auto) {
  .piki-sanfona.horizontal .sanfona-header {
    transform: rotate(-90deg);
    right: -167px;
  }
}
@media (min-width: 480px) {
  body .just-mobile {
    display: none !important;
  }
}
@media (max-width: 481px) {
  body .hide-mobile {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */
