@charset "UTF-8";
/* Type */
.thin {
  font-weight: 100; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

/* Type System */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit !important;
  opacity: 0.8 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit !important;
  opacity: 0.8 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit !important;
  opacity: 0.8 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit !important;
  opacity: 0.8 !important; }

body {
  font-family: 'Roboto', 'Helvetica', serif; }

h1, h2, h3, h4, h5, h6, p, a, span, textarea, input {
  font-family: 'Roboto', 'Helvetica', serif; }

p {
  font-size: 18px; }

.btn {
  border: 2px solid black;
  font-family: 'Roboto', 'Helvetica', serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.02em;
  padding: 10px 40px;
  color: black;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap; }
  @media only screen and (min-width: 640px) {
    .btn {
      padding: 8px 20px; } }
  .btn:hover {
    border-color: #ED402E;
    background-color: #ED402E;
    color: white; }
  .btn.white {
    border-color: white;
    color: white; }
    .btn.white:hover {
      background-color: white;
      color: black; }

hr {
  border: 1px solid black; }

h2:not(:first-of-type):first-letter {
  margin-left: 30px; }

a {
  text-decoration: underline;
  text-decoration-skip-ink: auto; }
  a:hover {
    color: #ff6666; }

h1, h2, p {
  font-size: 22px;
  line-height: 30px;
  margin: 0; }
  @media only screen and (min-width: 640px) {
    h1, h2, p {
      font-size: 35px;
      line-height: 1.3em; } }
/* ICONS */
.arrow-right {
  width: 17px; }
  .arrow-right:after {
    display: block;
    content: url("../content/icons/arrow-right.svg");
    font-size: 17px;
    line-height: 17px; }

.arrow-left {
  width: 17px; }
  .arrow-left:after {
    display: block;
    content: url("../content/icons/arrow-left.svg");
    font-size: 17px;
    line-height: 17px; }

.backtotop-icon {
  background-image: url("../content/icons/backtotop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

/* Foundation — Classes que mudam o estabelecido pelo Framework */
.row {
  padding: 0 10px; }
  @media only screen and (min-width: 640px) {
    .row {
      padding: 0 50px; } }
.oh {
  overflow: hidden; }

/* Classes de Apoio */
.center {
  margin-right: auto;
  margin-left: auto;
  float: none; }

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

.oh {
  overflow: hidden; }

.os {
  overflow: scroll; }

.relative {
  position: relative; }

.mb05 {
  margin-bottom: 5px; }

.mb1 {
  margin-bottom: 10px; }

.mb2 {
  margin-bottom: 20px; }

.mb3 {
  margin-bottom: 30px; }

.mb4 {
  margin-bottom: 40px; }

.mb5 {
  margin-bottom: 50px; }

.mb6 {
  margin-bottom: 60px; }

.mb7 {
  margin-bottom: 70px; }

.mb8 {
  margin-bottom: 80px; }

.mb9 {
  margin-bottom: 90px; }

.mb10 {
  margin-bottom: 100px; }

/* Tags HTML */
body {
  font-size: 16px;
  line-height: 20px;
  background-color: #F4F3F0;
  overflow-x: hidden; }
  @media only screen and (min-width: 640px) {
    body {
      font-size: 16px;
      line-height: 20px; } }
/* Estrutura genérica */
header {
  padding: 20px 15px 0px; }
  @media only screen and (max-width: 639px) {
    header {
      padding: 15px 15px;
      height: auto; } }
  header h1, header h2, header h3, header h4, header h5, header h6, header a, header p {
    color: inherit; }
  header h1, header h1 a {
    letter-spacing: 0;
    display: block;
    float: left; }
    header h1 span, header h1 a span {
      margin-right: 30px; }
    header h1 svg, header h1 a svg {
      width: 100% !important; }
  header nav {
    padding-top: 40px; }
    @media only screen and (max-width: 639px) {
      header nav {
        padding-top: 20px; } }
    header nav ul {
      display: block;
      margin: 0;
      width: 100%;
      text-align: right;
      list-style: none; }
      header nav ul li {
        display: inline-block;
        margin-left: 15px; }
        header nav ul li.icon {
          margin-left: 8px; }
          @media only screen and (max-width: 639px) {
            header nav ul li.icon {
              display: none; } }
          header nav ul li.icon:nth-of-type(3) {
            margin-left: 40px; }
            @media only screen and (max-width: 639px) {
              header nav ul li.icon:nth-of-type(3) {
                margin-left: 0; } }
          header nav ul li.icon:last-of-type {
            margin-left: 10px; }
        header nav ul li a {
          font-size: 1.5vmax; }
          @media only screen and (max-width: 639px) {
            header nav ul li a {
              font-size: 2.5vmax; } }
          header nav ul li a.button {
            border-radius: 30px;
            position: relative;
            display: inline-block;
            top: 5px;
            background-color: #202020; }

section {
  overflow: hidden;
  width: 100%;
  padding: 0 17px;
  margin: 0; }

.contacts p {
  margin-bottom: 40px; }

.soon {
  position: relative; }
  @media only screen and (max-width: 639px) {
    .soon {
      display: none; } }
  .soon:hover:after {
    opacity: 1;
    top: -30%; }
  .soon:after {
    position: absolute;
    display: block;
    content: "Em breve";
    background-color: #202020;
    border-radius: 10px;
    color: white;
    padding: 0 7px;
    top: 0%;
    left: 50%;
    font-size: 10px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%); }

.newsletter-cta {
  background-color: #202020;
  color: white;
  font-weight: bold;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: bottom 0.2s ease-in;
  -moz-transition: bottom 0.2s ease-in;
  -o-transition: bottom 0.2s ease-in;
  transition: bottom 0.2s ease-in; }
  .fp-viewing-5 .newsletter-cta {
    bottom: -100px; }
  .newsletter-cta a {
    height: 50px;
    width: 100%;
    display: block;
    padding: 12px 0; }
    @media only screen and (max-width: 639px) {
      .newsletter-cta a {
        padding: 14px 0 0;
        height: 40px;
        text-align: center; } }
  .newsletter-cta p {
    color: white;
    font-size: 1.3vmax;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 639px) {
      .newsletter-cta p {
        font-size: 2.5vmax;
        line-height: 1.1em; } }
#hp-hero {
  overflow: hidden; }
  #hp-hero .more-info p {
    font-size: 1.8vmax;
    line-height: 1.2em;
    margin-bottom: 2.7vmax;
    padding-right: 10%; }
    @media only screen and (max-width: 639px) {
      #hp-hero .more-info p {
        font-size: 2.5vmax; }
        #hp-hero .more-info p:last-of-type {
          margin-bottom: 0; } }
  #hp-hero .more-info p:last-of-type {
    margin-bottom: 0px; }
  #hp-hero h1 {
    font-weight: 700;
    font-size: 9vmax;
    line-height: 0.85em;
    letter-spacing: -0.01em;
    margin-top: 18vh;
    margin-bottom: 6vh; }
    @media only screen and (max-width: 639px) {
      #hp-hero h1 {
        font-size: 7vmax; } }
    #hp-hero h1 span {
      float: none;
      display: inline-block;
      font-weight: 400; }
      #hp-hero h1 span:after {
        display: block;
        background-color: black;
        height: 10px;
        margin-left: 8px;
        margin-top: 8px;
        width: calc(100% - 36px);
        content: ""; }
        @media only screen and (max-width: 639px) {
          #hp-hero h1 span:after {
            width: calc(100% - 3vmax);
            margin-left: 0.5vmax;
            height: 1vmax;
            margin-top: 0.5vmax; } }
#hp-legal {
  background-color: #ED402E;
  color: #F5E8D0;
  background-size: 31%;
  background-position: 80% 57%; }
  @media only screen and (max-width: 639px) {
    #hp-legal {
      background-size: 70%;
      background-position: 50% 80%; }
      #hp-legal img {
        margin-bottom: 20px; } }
#hp-equilibrio {
  background-color: #FFC95F;
  color: #202020;
  background-size: 45%;
  background-position: 84% 45%; }
  #hp-equilibrio img {
    top: -10px;
    position: relative; }

#hp-comunicacao {
  background-color: #3055B2;
  color: #F5E8D0;
  background-size: 45%;
  background-position: 87% 90%; }

#hp-gestao {
  background-color: #E5E5E4;
  color: #202020;
  background-size: 43%;
  background-position: 87% 50%; }

#hp-newsletter {
  color: #202020;
  padding-bottom: 350px;
  padding-top: 20.1vh;
  background-color: #F4F3F0; }
  @media only screen and (max-width: 639px) {
    #hp-newsletter {
      padding-bottom: 0;
      padding-top: 10vh; } }
  #hp-newsletter .more-info {
    padding-right: 0;
    padding-left: 0; }
  @media only screen and (max-width: 639px) {
    #hp-newsletter h1 {
      font-size: 5vmax;
      line-height: 1em; } }
  @media only screen and (max-width: 639px) {
    #hp-newsletter p {
      font-size: 2vmax;
      line-height: 1.4em; } }
  #hp-newsletter a {
    color: inherit; }
  #hp-newsletter footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media only screen and (max-width: 639px) {
      #hp-newsletter footer {
        position: relative; } }
  #hp-newsletter iframe {
    position: relative;
    left: -12px; }
    @media only screen and (max-width: 639px) {
      #hp-newsletter iframe {
        margin-bottom: 9vmax; } }
    #hp-newsletter iframe .main .embed-page {
      padding: !important; }
      #hp-newsletter iframe .main .embed-page .embed-page-inner {
        max-width: 100%; }
      #hp-newsletter iframe .main .embed-page .substack-watermark {
        right: auto !important;
        left: 0 !important; }
    #hp-newsletter iframe .subscribe-widget {
      margin: 0; }
      #hp-newsletter iframe .subscribe-widget form {
        max-width: none; }
    #hp-newsletter iframe input {
      width: 100%; }

.hp-area-section {
  padding-top: 15.8vh;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 639px) {
    .hp-area-section {
      padding-top: 7vh;
      padding-bottom: 10vh;
      background-image: none !important; }
      .hp-area-section img {
        margin-bottom: 20px; } }
  .hp-area-section h5 {
    font-size: 1.1vmax;
    opacity: 0.7;
    margin-left: 50px;
    letter-spacing: 0em; }
    @media only screen and (max-width: 639px) {
      .hp-area-section h5 {
        font-size: 2.5vmax;
        margin-left: 0; } }
  .hp-area-section h1 {
    font-size: 6.5vmax;
    line-height: 0.85em;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 0; }
    @media only screen and (max-width: 639px) {
      .hp-area-section h1 {
        font-size: 7vmax; } }
    .hp-area-section h1 span {
      font-weight: 400;
      font-size: 1.1vmax;
      line-height: 0.9em;
      width: 45px;
      letter-spacing: 0em;
      display: inline-block; }
      @media only screen and (max-width: 639px) {
        .hp-area-section h1 span {
          display: none; } }
  .hp-area-section .more-info {
    padding: 2.3vmax 12vmax 40px 3.9vmax; }
    @media only screen and (max-width: 639px) {
      .hp-area-section .more-info {
        padding: 3vmax 0 0; } }
    .hp-area-section .more-info p {
      font-size: 1.5vmax;
      line-height: 1.2em; }
      @media only screen and (max-width: 639px) {
        .hp-area-section .more-info p {
          font-size: 2.5vmax;
          line-height: 1.4em; } }
    .hp-area-section .more-info ul li a {
      color: inherit; }

footer {
  background-color: black;
  color: #E5E5E4;
  padding: 30px 0 40px; }
  footer .redes {
    list-style: none;
    display: block;
    position: relative;
    left: -10px; }
    footer .redes li {
      display: inline-block;
      margin-right: 7px; }
      footer .redes li i {
        color: white; }
      footer .redes li img {
        width: 18px; }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer nav ul li {
      display: inline-block;
      margin-right: 15px;
      font-size: 13px;
      float: right; }
      footer nav ul li a {
        color: inherit;
        position: relative;
        display: inline-block; }
        footer nav ul li a:after {
          content: "";
          display: block;
          width: calc(100% - 1px);
          background-color: #E5E5E4;
          height: 0.5px;
          left: 1px;
          position: absolute;
          bottom: 2px; }
        footer nav ul li a:hover {
          color: white; }

/* Manifesto */
.manifesto .section:not(.hp-area-section) {
  background-repeat: no-repeat; }
  .manifesto .section:not(.hp-area-section) .relative {
    height: 100vh; }
  .manifesto .section:not(.hp-area-section) .more-info {
    position: absolute;
    bottom: 200px;
    padding-right: 40px; }
    .manifesto .section:not(.hp-area-section) .more-info p:last-of-type {
      margin-bottom: 0px; }
  .manifesto .section:not(.hp-area-section) h1 {
    font-weight: 700;
    font-size: 100px;
    line-height: 85px;
    letter-spacing: -0.01em;
    position: absolute;
    bottom: 100px; }
    .manifesto .section:not(.hp-area-section) h1 span {
      font-weight: 400;
      display: inline-block; }
      .manifesto .section:not(.hp-area-section) h1 span:after {
        display: block;
        background-color: transparent;
        height: 10px;
        margin-left: 8px;
        margin-top: 8px;
        width: calc(100% - 8px);
        content: ""; }

#mf-independentes {
  background-color: black;
  color: #E5E5E4;
  background-size: 33%;
  background-position: 40% 20%; }
  #mf-independentes .more-info {
    position: absolute;
    top: 25%;
    padding-left: 50px;
    padding-right: 100px; }

#mf-autonomos {
  color: #202020;
  background-size: 48%;
  background-position: 63% 45%; }
  #mf-autonomos .more-info {
    position: absolute;
    top: 33%;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
    padding-right: 120px; }

#mf-multiplos {
  color: #202020;
  background-size: 46%;
  background-position: 25% 30%; }
  #mf-multiplos .more-info {
    position: absolute;
    top: 25%; }

#mf-classe {
  background-color: black;
  color: #E5E5E4;
  background-size: 42%;
  background-position: 90% 45%; }

.manifesto-hero {
  padding-top: 12.5vmax;
  padding-bottom: 0vmax;
  background-image: url("../content/images/mf-hero.svg");
  background-repeat: no-repeat;
  background-position: 90% 55%;
  background-size: 35%; }
  .manifesto-hero p:first-of-type {
    font-size: 4.1vmax;
    line-height: 1.1em;
    margin-bottom: 2.7vmax; }
    @media only screen and (max-width: 639px) {
      .manifesto-hero p:first-of-type {
        font-size: 2.5vmax;
        line-height: 1.4em; } }
  .manifesto-hero p {
    font-size: 1.6vmax;
    line-height: 1.45em;
    margin-bottom: 0; }
    @media only screen and (max-width: 639px) {
      .manifesto-hero p {
        font-size: 2.5vmax;
        line-height: 1.4em; } }
.manifesto-somos {
  padding-top: 20vh;
  padding-bottom: 80vh;
  color: white;
  position: relative;
  overflow: hidden; }
  .manifesto-somos .bg {
    background-color: #202020;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .manifesto-somos .p-first, .manifesto-somos .p-second, .manifesto-somos .p-third, .manifesto-somos .p-fourth {
    padding-top: calc(20vh + 16vmax);
    padding-bottom: 20vh;
    min-height: 100vh; }
  .manifesto-somos p {
    color: #E5E5E4;
    font-size: 2.2vmax;
    line-height: 1.2em;
    margin-bottom: 2.7vmax; }
    @media only screen and (max-width: 639px) {
      .manifesto-somos p {
        font-size: 3.5vmax;
        line-height: 1.4em; } }
  .manifesto-somos .h2-container-two.is-fixed:before {
    content: "";
    display: block;
    background-color: #202020;
    width: 100vw;
    height: 60vh;
    z-index: -1;
    bottom: -10px;
    position: absolute; }
  .manifesto-somos h2 {
    font-size: 8vmax;
    line-height: 0.9em;
    letter-spacing: -0.03em;
    color: #E5E5E4; }
    @media only screen and (max-width: 639px) {
      .manifesto-somos h2 {
        font-size: 7vmax; } }
    .manifesto-somos h2:first-of-type {
      font-weight: 700; }
    .manifesto-somos h2 span {
      font-weight: 400;
      width: 100%;
      display: inline-block; }

figure.independentes {
  position: fixed;
  opacity: 1;
  z-index: 10;
  right: 5%;
  bottom: 10%;
  height: 50vh;
  width: 50vw;
  overflow: hidden;
  opacity: 0; }
  @media only screen and (max-width: 639px) {
    figure.independentes {
      left: 20px;
      right: auto;
      bottom: 50px;
      position: fixed;
      height: 100px;
      width: 100%; } }
  figure.independentes.active {
    opacity: 1; }
  figure.independentes.close {
    opacity: 1; }
  figure.independentes img {
    width: 50vw;
    height: auto;
    position: absolute;
    max-width: none;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 639px) {
      figure.independentes img {
        left: 0%;
        right: auto;
        width: 90vw; } }
figure.multiplos {
  position: fixed;
  opacity: 1;
  z-index: 10;
  right: -10%;
  top: 10%;
  height: 50vh;
  width: 50vw;
  overflow: hidden;
  opacity: 0; }
  @media only screen and (max-width: 639px) {
    figure.multiplos {
      left: 20px;
      right: auto;
      bottom: 20px;
      top: auto;
      position: fixed;
      height: 200px;
      width: 100%; } }
  figure.multiplos.active {
    opacity: 1; }
  figure.multiplos.close {
    opacity: 1; }
  figure.multiplos img {
    width: 50vw;
    height: auto;
    position: absolute;
    max-width: none;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 639px) {
      figure.multiplos img {
        left: 0%;
        right: auto;
        width: 90vw; } }
