@charset "UTF-8";
/**
O arquivo font.scss é gerado automaticamente, 
caso queira adicionar algum código extra adicione no font.mustache.scss 
ou apague o font.mustache para editar ele livremente, porém 
ao fazer fazê-lo o @fontface não será gerado automaticamente
*/
@font-face {
  font-family: 'Glysa';
  font-display: swap;
  src: local("Glysa"), url("../font/Glysa.woff2") format("woff2"), url("../font/Glysa.woff") format("woff"), url("../font/Glysa.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Glysa';
  font-display: swap;
  src: local("Glysa"), url("../font/Glysa.woff2") format("woff2"), url("../font/Glysa.woff") format("woff"), url("../font/Glysa.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@-webkit-keyframes bounceElements {
  10% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  90% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounceElements {
  10% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  90% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.animatElem {
  -webkit-animation: bounceElements;
          animation: bounceElements;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

@media (min-width: 1025px) {
  header nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .dropdown {
    visibility: visible;
    opacity: 1; }
  header nav .dropdown ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    visibility: visible;
    opacity: 1;
    background: transparent; }
    header nav .dropdown ul li {
      margin: 0 1.1rem !important; }
      header nav .dropdown ul li:last-child {
        margin-right: 3rem; }
      header nav .dropdown ul li a {
        font-size: .9rem;
        font-family: Degular;
        color: #fff; } }

header {
  background: #231F20;
  padding: 1.5rem 1.8333rem; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.content-center {
  width: 1020px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .content-center {
      width: 90%; } }

.center {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .title-section h2 {
    font-family: Glysa;
    font-size: 3rem;
    line-height: 4.5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    color: #231f20;
    margin-bottom: 2.4rem; }
  .title-section p {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Degular;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 5px;
    text-align: center;
    color: #ff5628; }
    .title-section p:after {
      content: '';
      position: absolute;
      width: 1rem;
      height: 1.34rem;
      bottom: -2.5rem;
      left: 50%;
      margin-left: -.5rem;
      background: url(../img/arrow-down.svg) no-repeat;
      background-position: 0.35rem 0; }

.text .step-t {
  font-family: Degular;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 4px;
  color: #ff5628;
  margin-bottom: .2rem;
  display: block; }

.text h3 {
  font-family: Degular;
  font-size: 1.63rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #231f20;
  margin-bottom: .8rem; }

.text p {
  font-family: Degular;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #231f20; }
  @media screen and (max-width: 600px) {
    .text p {
      font-size: 1.4rem; } }

.works-content {
  width: 100%;
  background: #f5f5f5;
  padding: 7rem 0 9rem; }
  .works-content .title-section {
    margin-bottom: 9.2rem; }
  .works-content .steps-works {
    margin-bottom: 8.5rem; }
    .works-content .steps-works .elements {
      border-radius: 13px;
      overflow: hidden; }
      .works-content .steps-works .elements.e-step1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000; }
        .works-content .steps-works .elements.e-step1 .els {
          position: absolute; }
          .works-content .steps-works .elements.e-step1 .els.e-soup {
            width: 5.5rem;
            top: -2rem;
            left: 1rem; }
          .works-content .steps-works .elements.e-step1 .els.e-kitty1 {
            width: 7rem;
            left: 9rem;
            top: 3.5rem; }
          .works-content .steps-works .elements.e-step1 .els.e-kitty2 {
            width: 5rem;
            right: 3.4rem;
            top: .3rem; }
          .works-content .steps-works .elements.e-step1 .els.e-punk {
            width: 10rem;
            bottom: -2.9rem;
            left: -1.4rem; }
          .works-content .steps-works .elements.e-step1 .els.e-frame {
            width: 8.3rem;
            bottom: .9rem;
            right: -1.8rem; }
      .works-content .steps-works .elements.e-step2 {
        background: #E3E3E3;
        padding: 1.5rem 1rem; }
        .works-content .steps-works .elements.e-step2 p {
          text-align: center;
          font-family: Degular;
          font-size: 1.06rem;
          font-weight: 600;
          color: #231f20;
          margin-bottom: 1.5rem; }
        .works-content .steps-works .elements.e-step2 .flex {
          position: relative;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: 0 auto;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }

@-webkit-keyframes punk1 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  19% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  89% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes punk1 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  19% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  89% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes punk2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  36% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  74% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes punk2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  36% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  74% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
        .works-content .steps-works .elements.e-step2 .item-punk {
          margin-right: 1.4rem;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .works-content .steps-works .elements.e-step2 .item-punk:nth-child(1) {
            -webkit-animation: punk2 4s linear infinite;
                    animation: punk2 4s linear infinite; }
          .works-content .steps-works .elements.e-step2 .item-punk:nth-child(2) {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            -webkit-animation: punk1 4s linear forwards infinite;
                    animation: punk1 4s linear forwards infinite; }
          .works-content .steps-works .elements.e-step2 .item-punk:last-child {
            margin: 0; }
          .works-content .steps-works .elements.e-step2 .item-punk .s-punk {
            width: 9rem;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
            .works-content .steps-works .elements.e-step2 .item-punk .s-punk img {
              width: 100%;
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain; }
    .works-content .steps-works .item-step {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 9rem; }
      @media screen and (max-width: 768px) {
        .works-content .steps-works .item-step {
          position: relative;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 5rem; } }
      .works-content .steps-works .item-step:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        @media screen and (max-width: 768px) {
          .works-content .steps-works .item-step:nth-child(even) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .works-content .steps-works .item-step:nth-child(even) .part-img {
          margin-right: 0;
          margin-left: 7rem; }
          @media screen and (max-width: 768px) {
            .works-content .steps-works .item-step:nth-child(even) .part-img {
              margin: 0 auto 20px; } }
        .works-content .steps-works .item-step:nth-child(even) .conffet-content {
          right: initial;
          left: -4rem;
          top: -1rem; }
      .works-content .steps-works .item-step .part-img {
        position: relative;
        width: 24.5rem;
        height: 15.5rem;
        margin-right: 5rem; }
        @media screen and (max-width: 768px) {
          .works-content .steps-works .item-step .part-img {
            width: 37rem;
            margin: 0 auto 20px;
            position: absolute;
            left: 10%;
            top: 4.7rem; } }
        @media screen and (max-width: 600px) {
          .works-content .steps-works .item-step .part-img {
            width: 22rem; } }
        .works-content .steps-works .item-step .part-img.s-variant .side-l {
          left: -3rem;
          top: 2rem; }

@-webkit-keyframes punk1-2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  19% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  89% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; } }

@keyframes punk1-2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  19% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  89% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; } }

@-webkit-keyframes punk2-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  36% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  74% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; } }

@keyframes punk2-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  36% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  74% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5; } }
        .works-content .steps-works .item-step .part-img.s-variant .item-punk:nth-child(1) {
          opacity: .5;
          -webkit-animation: punk2-2 3.6s linear infinite;
                  animation: punk2-2 3.6s linear infinite; }
        .works-content .steps-works .item-step .part-img.s-variant .item-punk:nth-child(2) {
          opacity: 1;
          -webkit-animation: punk1-2 3.6s linear forwards infinite;
                  animation: punk1-2 3.6s linear forwards infinite; }
        .works-content .steps-works .item-step .part-img.s-variant .cursor-img {
          -webkit-animation: cursorMove2 1.8s linear alternate infinite;
                  animation: cursorMove2 1.8s linear alternate infinite; }

@-webkit-keyframes cursorMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-5rem, 1rem);
            transform: translate(-5rem, 1rem); }
  90% {
    -webkit-transform: translate(-9rem, 0rem);
            transform: translate(-9rem, 0rem); }
  100% {
    -webkit-transform: translate(-9rem, 0rem);
            transform: translate(-9rem, 0rem); } }

@keyframes cursorMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-5rem, 1rem);
            transform: translate(-5rem, 1rem); }
  90% {
    -webkit-transform: translate(-9rem, 0rem);
            transform: translate(-9rem, 0rem); }
  100% {
    -webkit-transform: translate(-9rem, 0rem);
            transform: translate(-9rem, 0rem); } }

@-webkit-keyframes cursorMove2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-5rem, 1rem);
            transform: translate(-5rem, 1rem); }
  90% {
    -webkit-transform: translate(-9rem, 0rem);
            transform: translate(-9rem, 0rem); }
  100% {
    -webkit-transform: translate(-9rem, 0rem);
            transform: translate(-9rem, 0rem); } }

@keyframes cursorMove2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-5rem, 1rem);
            transform: translate(-5rem, 1rem); }
  90% {
    -webkit-transform: translate(-9rem, 0rem);
            transform: translate(-9rem, 0rem); }
  100% {
    -webkit-transform: translate(-9rem, 0rem);
            transform: translate(-9rem, 0rem); } }
      .works-content .steps-works .item-step .cursor-img {
        position: absolute;
        bottom: 1rem;
        right: 7rem;
        width: 1.4rem;
        height: 1.4rem;
        -webkit-animation: cursorMove 2s linear alternate infinite;
                animation: cursorMove 2s linear alternate infinite; }
        .works-content .steps-works .item-step .cursor-img object {
          width: 100%;
          height: 100%; }
      .works-content .steps-works .item-step .text {
        width: 24rem;
        margin-bottom: 1rem; }
        .works-content .steps-works .item-step .text h3 {
          font-size: 2rem; }
        @media screen and (max-width: 768px) {
          .works-content .steps-works .item-step .text {
            width: 80%;
            margin: 0px auto; }
            .works-content .steps-works .item-step .text h3 {
              padding-bottom: 25.5rem; } }
        @media screen and (max-width: 600px) {
          .works-content .steps-works .item-step .text h3 {
            padding-bottom: 17rem; } }
  .works-content .upshotone {
    width: 58rem;
    margin: 0 auto; }
    @media screen and (max-width: 870px) {
      .works-content .upshotone {
        width: 90%; } }
    @media screen and (max-width: 600px) {
      .works-content .upshotone {
        width: 100%; } }
    .works-content .upshotone .img-upshotone {
      width: 18rem;
      height: 3rem;
      margin-bottom: .8rem; }
      .works-content .upshotone .img-upshotone img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .works-content .list-beused {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem; }
    .works-content .list-beused .item-beused {
      width: 17rem;
      height: 14.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      margin: 10px 20px 10px 0;
      border-radius: 14px; }
      @media screen and (max-width: 600px) {
        .works-content .list-beused .item-beused {
          width: 100%;
          height: 9rem;
          margin: 10px 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0 2rem;
          border-radius: 8px;
          margin: 8px 0; } }
      .works-content .list-beused .item-beused .over-img {
        width: 4rem;
        height: 4rem;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
        .works-content .list-beused .item-beused .over-img object {
          position: absolute;
          width: 4rem !important;
          height: 4rem !important; }
      .works-content .list-beused .item-beused .part-img {
        width: 4rem;
        height: 4rem;
        margin-bottom: 15px; }
        @media screen and (max-width: 600px) {
          .works-content .list-beused .item-beused .part-img {
            width: 6rem;
            height: 6rem;
            margin-bottom: 0;
            margin-right: 1.5rem; } }
        .works-content .list-beused .item-beused .part-img img, .works-content .list-beused .item-beused .part-img object, .works-content .list-beused .item-beused .part-img svg, .works-content .list-beused .item-beused .part-img .svg-img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
        .works-content .list-beused .item-beused .part-img.i-future .conffet-content {
          top: -3.5rem;
          left: 1rem; }
      .works-content .list-beused .item-beused .text {
        width: 10rem;
        text-align: center; }
        @media screen and (max-width: 600px) {
          .works-content .list-beused .item-beused .text {
            width: 15rem;
            text-align: left; } }
        .works-content .list-beused .item-beused .text p {
          font-size: .9rem;
          line-height: 1.5rem; }
          @media screen and (max-width: 600px) {
            .works-content .list-beused .item-beused .text p {
              font-size: 1.4rem;
              line-height: 1.8rem; } }
      .works-content .list-beused .item-beused .all-conffets.animateC .conft-all {
        opacity: 0; }
      .works-content .list-beused .item-beused:nth-child(1) .all-conffets.animateC .conft-all {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .works-content .list-beused .item-beused:nth-child(2) .part-img {
        width: 6rem;
        height: 6rem; }
      .works-content .list-beused .item-beused:nth-child(2) .all-conffets.animateC .conft-all {
        -webkit-animation-delay: 2s;
                animation-delay: 2s; }
      .works-content .list-beused .item-beused:nth-child(3) .all-conffets.animateC .conft-all {
        -webkit-animation-delay: 3.3s;
                animation-delay: 3.3s; }
      .works-content .list-beused .item-beused:nth-child(4) .all-conffets.animateC .conft-all {
        -webkit-animation-delay: 4.5s;
                animation-delay: 4.5s; }
      .works-content .list-beused .item-beused:nth-child(5) .all-conffets.animateC .conft-all {
        -webkit-animation-delay: 5.5s;
                animation-delay: 5.5s; }
      .works-content .list-beused .item-beused:nth-child(6) .all-conffets.animateC .conft-all {
        -webkit-animation-delay: 6.6s;
                animation-delay: 6.6s; }

@-webkit-keyframes drawLines {
  to {
    stroke-dashoffset: 200; } }

@keyframes drawLines {
  to {
    stroke-dashoffset: 200; } }

@-webkit-keyframes arrow1 {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes arrow1 {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes arrow2 {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes arrow2 {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

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

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

@-webkit-keyframes ball1 {
  0% {
    -webkit-transform: translate(0.8rem, -0.64rem);
            transform: translate(0.8rem, -0.64rem); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball1 {
  0% {
    -webkit-transform: translate(0.8rem, -0.64rem);
            transform: translate(0.8rem, -0.64rem); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball2 {
  0% {
    -webkit-transform: translate(0rem, 0.94rem);
            transform: translate(0rem, 0.94rem); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball2 {
  0% {
    -webkit-transform: translate(0rem, 0.94rem);
            transform: translate(0rem, 0.94rem); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball3 {
  0% {
    -webkit-transform: translate(-0.82rem, -0.6rem);
            transform: translate(-0.82rem, -0.6rem); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball3 {
  0% {
    -webkit-transform: translate(-0.82rem, -0.6rem);
            transform: translate(-0.82rem, -0.6rem); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

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

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

.animate-start.animateIcon .d-lines {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: drawLines 1s linear forwards 1;
          animation: drawLines 1s linear forwards 1; }

.animate-start.animateIcon .arrow1 {
  -webkit-transform: translateY(-5.5rem);
          transform: translateY(-5.5rem);
  -webkit-animation: arrow1 1s ease forwards 1;
          animation: arrow1 1s ease forwards 1; }

.animate-start.animateIcon .arrow2 {
  -webkit-transform: translateY(5.5em);
          transform: translateY(5.5em);
  -webkit-animation: arrow2 1s ease forwards 1;
          animation: arrow2 1s ease forwards 1; }

.animate-start.animateIcon .svg-spin {
  -webkit-animation: rSpin 1s ease forwards 1;
          animation: rSpin 1s ease forwards 1;
  transform-box: fill-box;
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.animate-start.animateIcon .ball1 {
  -webkit-animation: ball1 1s ease forwards 1;
          animation: ball1 1s ease forwards 1; }

.animate-start.animateIcon .ball2 {
  -webkit-animation: ball2 1s ease forwards 1;
          animation: ball2 1s ease forwards 1; }

.animate-start.animateIcon .ball3 {
  -webkit-animation: ball3 1s ease forwards 1;
          animation: ball3 1s ease forwards 1; }

.animate-start.animateIcon .lSpin {
  -webkit-animation: lSpin 1s ease forwards 1;
          animation: lSpin 1s ease forwards 1;
  transform-box: fill-box;
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.animate-start.animateIcon.delayAnimation .arrow1, .animate-start.animateIcon.delayAnimation .arrow2 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.animate-start.animateIcon.delayAnimation .svg-spin {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; }

.animate-start.animateIcon.delayAnimation .ball1,
.animate-start.animateIcon.delayAnimation .ball2,
.animate-start.animateIcon.delayAnimation .ball3 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s; }

.animate-start.animateIcon.delayAnimation .lSpin {
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.conffet-content {
  position: absolute;
  top: -5rem;
  right: -3.5rem;
  width: 5rem;
  height: 5rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg); }
  .conffet-content.side-l {
    -webkit-transform: rotate(-157deg);
            transform: rotate(-157deg); }
    .conffet-content.side-l .all-conffets {
      visibility: hidden;
      pointer-events: none; }
      .conffet-content.side-l .all-conffets.animateC {
        visibility: visible; }

@-webkit-keyframes uRoxoR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(4.3rem, 1.3rem) rotate(-120deg);
            transform: translate(4.3rem, 1.3rem) rotate(-120deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(2rem, -11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(2rem, -11rem);
    opacity: 0; } }

@keyframes uRoxoR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(4.3rem, 1.3rem) rotate(-120deg);
            transform: translate(4.3rem, 1.3rem) rotate(-120deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(2rem, -11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(2rem, -11rem);
    opacity: 0; } }
        .conffet-content.side-l .all-conffets.animateC .conft-all.conf01 {
          -webkit-animation-name: uRoxoR;
                  animation-name: uRoxoR;
          -webkit-animation-duration: 5s;
                  animation-duration: 5s; }

@-webkit-keyframes cVermelhoR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(4rem, -0.1rem) rotate(150deg);
            transform: translate(4rem, -0.1rem) rotate(150deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(308deg) translate(3rem, -11rem);
            transform: rotateZ(0deg) rotateY(308deg) translate(3rem, -11rem);
    opacity: 0; } }

@keyframes cVermelhoR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(4rem, -0.1rem) rotate(150deg);
            transform: translate(4rem, -0.1rem) rotate(150deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(308deg) translate(3rem, -11rem);
            transform: rotateZ(0deg) rotateY(308deg) translate(3rem, -11rem);
    opacity: 0; } }
        .conffet-content.side-l .all-conffets.animateC .conft-all.conf02 {
          -webkit-animation-name: cVermelhoR;
                  animation-name: cVermelhoR;
          -webkit-animation-duration: 5s;
                  animation-duration: 5s; }

@-webkit-keyframes tAzulR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(2rem, -2rem) rotateZ(21deg) rotate(200deg);
            transform: translate(2rem, -2rem) rotateZ(21deg) rotate(200deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(264deg) translate(1rem, -11rem);
            transform: rotateZ(0deg) rotateY(264deg) translate(1rem, -11rem);
    opacity: 0; } }

@keyframes tAzulR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(2rem, -2rem) rotateZ(21deg) rotate(200deg);
            transform: translate(2rem, -2rem) rotateZ(21deg) rotate(200deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(264deg) translate(1rem, -11rem);
            transform: rotateZ(0deg) rotateY(264deg) translate(1rem, -11rem);
    opacity: 0; } }
        .conffet-content.side-l .all-conffets.animateC .conft-all.conf03 {
          -webkit-animation-name: tAzulR;
                  animation-name: tAzulR;
          -webkit-animation-duration: 5s;
                  animation-duration: 5s;
          width: .8rem;
          height: .8rem; }

@-webkit-keyframes uAzulR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(3rem, -0.5rem) rotateZ(30deg) rotate(190deg);
            transform: translate(3rem, -0.5rem) rotateZ(30deg) rotate(190deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(106deg) translate(0.5rem, -11rem);
            transform: rotateZ(0deg) rotateY(106deg) translate(0.5rem, -11rem);
    opacity: 0; } }

@keyframes uAzulR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(3rem, -0.5rem) rotateZ(30deg) rotate(190deg);
            transform: translate(3rem, -0.5rem) rotateZ(30deg) rotate(190deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(106deg) translate(0.5rem, -11rem);
            transform: rotateZ(0deg) rotateY(106deg) translate(0.5rem, -11rem);
    opacity: 0; } }
        .conffet-content.side-l .all-conffets.animateC .conft-all.conf04 {
          -webkit-animation-name: uAzulR;
                  animation-name: uAzulR;
          -webkit-animation-duration: 5s;
                  animation-duration: 5s; }

@-webkit-keyframes sCimaAzulR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: rotateZ(-18deg) rotateY(328deg) translate(3.5rem, 0.9rem);
            transform: rotateZ(-18deg) rotateY(328deg) translate(3.5rem, 0.9rem); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(168deg) translate(1.5rem, -11rem);
            transform: rotateZ(0deg) rotateY(168deg) translate(1.5rem, -11rem);
    opacity: 0; } }

@keyframes sCimaAzulR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: rotateZ(-18deg) rotateY(328deg) translate(3.5rem, 0.9rem);
            transform: rotateZ(-18deg) rotateY(328deg) translate(3.5rem, 0.9rem); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(168deg) translate(1.5rem, -11rem);
            transform: rotateZ(0deg) rotateY(168deg) translate(1.5rem, -11rem);
    opacity: 0; } }
        .conffet-content.side-l .all-conffets.animateC .conft-all.conf05 {
          -webkit-animation-name: sCimaAzulR;
                  animation-name: sCimaAzulR;
          -webkit-animation-duration: 5s;
                  animation-duration: 5s;
          width: .8rem;
          height: .8rem; }

@-webkit-keyframes pVermelhoR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(0.5rem, -0.5rem) rotate(150deg);
            transform: translate(0.5rem, -0.5rem) rotate(150deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(0.8rem, -11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(0.8rem, -11rem);
    opacity: 0; } }

@keyframes pVermelhoR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(0.5rem, -0.5rem) rotate(150deg);
            transform: translate(0.5rem, -0.5rem) rotate(150deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(0.8rem, -11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(0.8rem, -11rem);
    opacity: 0; } }
        .conffet-content.side-l .all-conffets.animateC .conft-all.conf06 {
          -webkit-animation-name: pVermelhoR;
                  animation-name: pVermelhoR;
          -webkit-animation-duration: 5s;
                  animation-duration: 5s;
          width: 1rem;
          height: 1rem; }

@-webkit-keyframes pRoxoR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(1.8rem, -0.2rem) rotate(170deg);
            transform: translate(1.8rem, -0.2rem) rotate(170deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(2rem, -11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(2rem, -11rem);
    opacity: 0; } }

@keyframes pRoxoR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(1.8rem, -0.2rem) rotate(170deg);
            transform: translate(1.8rem, -0.2rem) rotate(170deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(2rem, -11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(2rem, -11rem);
    opacity: 0; } }
        .conffet-content.side-l .all-conffets.animateC .conft-all.conf07 {
          -webkit-animation-name: pRoxoR;
                  animation-name: pRoxoR;
          -webkit-animation-duration: 5s;
                  animation-duration: 5s; }
  .conffet-content .all-conffets {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    pointer-events: none; }
    .conffet-content .all-conffets.animateC {
      visibility: visible; }
      .conffet-content .all-conffets.animateC .conft-all {
        position: absolute;
        width: 0.6rem !important;
        height: 0.6rem !important;
        left: 0;
        bottom: 0;
        transform-box: fill-box;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-direction: normal;
                animation-direction: normal;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-transform: translate(0, 0) rotate(0deg);
                transform: translate(0, 0) rotate(0deg);
        opacity: 1; }

@-webkit-keyframes uRoxo {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(4.3rem, 1.3rem) rotate(-120deg);
            transform: translate(4.3rem, 1.3rem) rotate(-120deg); }
  100% {
    -webkit-transform: rotateZ(5deg) rotateY(204deg) translate(2rem, 11rem);
            transform: rotateZ(5deg) rotateY(204deg) translate(2rem, 11rem);
    opacity: 0; } }

@keyframes uRoxo {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(4.3rem, 1.3rem) rotate(-120deg);
            transform: translate(4.3rem, 1.3rem) rotate(-120deg); }
  100% {
    -webkit-transform: rotateZ(5deg) rotateY(204deg) translate(2rem, 11rem);
            transform: rotateZ(5deg) rotateY(204deg) translate(2rem, 11rem);
    opacity: 0; } }
        .conffet-content .all-conffets.animateC .conft-all.conf01 {
          -webkit-animation-name: uRoxo;
                  animation-name: uRoxo;
          -webkit-animation-duration: 4s;
                  animation-duration: 4s; }

@-webkit-keyframes cVermelho {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(4rem, -0.1rem) rotate(150deg);
            transform: translate(4rem, -0.1rem) rotate(150deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(308deg) translate(3rem, 11rem);
            transform: rotateZ(0deg) rotateY(308deg) translate(3rem, 11rem);
    opacity: 0; } }

@keyframes cVermelho {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(4rem, -0.1rem) rotate(150deg);
            transform: translate(4rem, -0.1rem) rotate(150deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(308deg) translate(3rem, 11rem);
            transform: rotateZ(0deg) rotateY(308deg) translate(3rem, 11rem);
    opacity: 0; } }
        .conffet-content .all-conffets.animateC .conft-all.conf02 {
          -webkit-animation-name: cVermelho;
                  animation-name: cVermelho;
          -webkit-animation-duration: 4s;
                  animation-duration: 4s; }

@-webkit-keyframes tAzul {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(2rem, -2rem) rotateZ(21deg) rotate(200deg);
            transform: translate(2rem, -2rem) rotateZ(21deg) rotate(200deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(264deg) translate(1rem, 11rem);
            transform: rotateZ(0deg) rotateY(264deg) translate(1rem, 11rem);
    opacity: 0; } }

@keyframes tAzul {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(2rem, -2rem) rotateZ(21deg) rotate(200deg);
            transform: translate(2rem, -2rem) rotateZ(21deg) rotate(200deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(264deg) translate(1rem, 11rem);
            transform: rotateZ(0deg) rotateY(264deg) translate(1rem, 11rem);
    opacity: 0; } }
        .conffet-content .all-conffets.animateC .conft-all.conf03 {
          -webkit-animation-name: tAzul;
                  animation-name: tAzul;
          -webkit-animation-duration: 4s;
                  animation-duration: 4s;
          width: 0.8rem !important;
          height: 0.8rem !important; }

@-webkit-keyframes uAzul {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(3rem, -0.5rem) rotateZ(30deg) rotate(190deg);
            transform: translate(3rem, -0.5rem) rotateZ(30deg) rotate(190deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(106deg) translate(0.5rem, 11rem);
            transform: rotateZ(0deg) rotateY(106deg) translate(0.5rem, 11rem);
    opacity: 0; } }

@keyframes uAzul {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(3rem, -0.5rem) rotateZ(30deg) rotate(190deg);
            transform: translate(3rem, -0.5rem) rotateZ(30deg) rotate(190deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(106deg) translate(0.5rem, 11rem);
            transform: rotateZ(0deg) rotateY(106deg) translate(0.5rem, 11rem);
    opacity: 0; } }
        .conffet-content .all-conffets.animateC .conft-all.conf04 {
          -webkit-animation-name: uAzul;
                  animation-name: uAzul;
          -webkit-animation-duration: 4s;
                  animation-duration: 4s; }

@-webkit-keyframes sCimaAzul {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: rotateZ(-18deg) rotateY(328deg) translate(3.5rem, 0.9rem);
            transform: rotateZ(-18deg) rotateY(328deg) translate(3.5rem, 0.9rem); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(168deg) translate(1.5rem, 11rem);
            transform: rotateZ(0deg) rotateY(168deg) translate(1.5rem, 11rem);
    opacity: 0; } }

@keyframes sCimaAzul {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: rotateZ(-18deg) rotateY(328deg) translate(3.5rem, 0.9rem);
            transform: rotateZ(-18deg) rotateY(328deg) translate(3.5rem, 0.9rem); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(168deg) translate(1.5rem, 11rem);
            transform: rotateZ(0deg) rotateY(168deg) translate(1.5rem, 11rem);
    opacity: 0; } }
        .conffet-content .all-conffets.animateC .conft-all.conf05 {
          -webkit-animation-name: sCimaAzul;
                  animation-name: sCimaAzul;
          -webkit-animation-duration: 4s;
                  animation-duration: 4s;
          width: .8rem !important;
          height: .8rem !important; }

@-webkit-keyframes pVermelho {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(0.5rem, -0.5rem) rotate(150deg);
            transform: translate(0.5rem, -0.5rem) rotate(150deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(0.8rem, 11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(0.8rem, 11rem);
    opacity: 0; } }

@keyframes pVermelho {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(0.5rem, -0.5rem) rotate(150deg);
            transform: translate(0.5rem, -0.5rem) rotate(150deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(0.8rem, 11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(0.8rem, 11rem);
    opacity: 0; } }
        .conffet-content .all-conffets.animateC .conft-all.conf06 {
          -webkit-animation-name: pVermelho;
                  animation-name: pVermelho;
          -webkit-animation-duration: 4s;
                  animation-duration: 4s;
          width: 1rem !important;
          height: 1rem !important; }

@-webkit-keyframes pRoxo {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(1.8rem, -0.2rem) rotate(170deg);
            transform: translate(1.8rem, -0.2rem) rotate(170deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(2rem, 11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(2rem, 11rem);
    opacity: 0; } }

@keyframes pRoxo {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  1% {
    opacity: 1; }
  5% {
    -webkit-transform: translate(1.8rem, -0.2rem) rotate(170deg);
            transform: translate(1.8rem, -0.2rem) rotate(170deg); }
  100% {
    -webkit-transform: rotateZ(0deg) rotateY(204deg) translate(2rem, 11rem);
            transform: rotateZ(0deg) rotateY(204deg) translate(2rem, 11rem);
    opacity: 0; } }
        .conffet-content .all-conffets.animateC .conft-all.conf07 {
          -webkit-animation-name: pRoxo;
                  animation-name: pRoxo;
          -webkit-animation-duration: 4s;
                  animation-duration: 4s; }
  .conffet-content object {
    width: 100%;
    height: 100%;
    margin: 0 auto; }

.truth-content {
  position: relative;
  background: #231f20;
  padding: 7.5rem 0 0; }
  .truth-content .title-svg {
    width: 29rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 500px) {
      .truth-content .title-svg {
        width: 100%; } }
    .truth-content .title-svg object {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .truth-content .text {
    width: 41rem;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .truth-content .text {
        width: 100%; } }
    .truth-content .text p {
      font-size: 1.6rem;
      line-height: 3rem;
      color: #fff; }
  .truth-content .form-part {
    width: 23rem;
    z-index: 1; }
    .truth-content .form-part form {
      margin: 1.5rem 0; }
      .truth-content .form-part form input[type='text'] {
        color: #e44bbe; }

.redes-sociais {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.5rem 0 2rem;
  z-index: 1; }
  .redes-sociais .item-r-social {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50px;
    margin-right: 1.8rem;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .redes-sociais .item-r-social:hover {
      background: #302A2C; }
    .redes-sociais .item-r-social object, .redes-sociais .item-r-social img {
      width: 60%;
      height: 60%;
      -o-object-fit: contain;
         object-fit: contain; }

.balls-content {
  width: 100%;
  position: absolute;
  bottom: 0rem;
  right: -7.5rem; }
  .balls-content .position-init {
    width: 40rem;
    position: absolute;
    right: 0;
    bottom: 0; }
    .balls-content .position-init object, .balls-content .position-init svg, .balls-content .position-init img {
      width: 100%;
      height: 100%; }

body {
  height: auto; }

.truth-content {
  position: absolute;
  width: 100%; }

.matter-demo {
  background: transparent !important;
  bottom: 0;
  right: 0;
  z-index: 0 !important; }
  .matter-demo .matter-header {
    display: none !important; }
  .matter-demo canvas {
    position: absolute;
    right: 0;
    bottom: 0; }

footer {
  position: absolute;
  width: 100%;
  padding-bottom: 35px; }
  @media screen and (max-width: 600px) {
    footer {
      padding-bottom: 15rem; } }
  footer .text {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1; }
    footer .text p {
      font-family: Degular;
      font-size: .85rem;
      line-height: 1.88;
      letter-spacing: normal;
      color: #ffffff; }

/*# sourceMappingURL=maps/works.css.map */
