@charset "UTF-8";
html, body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background: black;
  background: -moz-linear-gradient(45deg, black 0%, #303030 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, black), color-stop(100%, #303030));
  background: -webkit-linear-gradient(45deg, black 0%, #303030 100%);
  background: -o-linear-gradient(45deg, black 0%, #303030 100%);
  background: -ms-linear-gradient(45deg, black 0%, #303030 100%);
  background: linear-gradient(45deg, black 0%, #303030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030', GradientType=1 ); }

@media (min-width: 1200px) {
  .container {
    max-width: 1500px; } }

img {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

@font-face {
  font-family: 'Gotham-BlackItalic';
  src: url("../fonts/Gotham-BlackItalic.otf") format("otf"), url("../fonts/Gotham-BlackItalic.ttf") format("ttf"), url("../fonts/Gotham-BlackItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* MIXINS */
/* LOADER */
.loader-flowww {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: block;
  float: left;
  background: black;
  background: -moz-linear-gradient(45deg, black 0%, #303030 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, black), color-stop(100%, #303030));
  background: -webkit-linear-gradient(45deg, black 0%, #303030 100%);
  background: -o-linear-gradient(45deg, black 0%, #303030 100%);
  background: -ms-linear-gradient(45deg, black 0%, #303030 100%);
  background: linear-gradient(45deg, black 0%, #303030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030', GradientType=1 );
  z-index: 2; }
  .loader-flowww svg {
    position: relative;
    top: 15vh;
    fill: transparent;
    stroke: #f56612;
    -webkit-transform: rotate(-4.5deg);
    -ms-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg); }
    @media screen and (max-width: 479px) {
      .loader-flowww svg {
        display: none; } }
  .loader-flowww .center {
    background: #262626;
    display: block;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    top: 30%;
    width: 340px;
    height: 340px;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.89, 0.12, 0.1, 0.67);
    animation-timing-function: cubic-bezier(0.89, 0.12, 0.1, 0.67);
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.49); }
    @media screen and (max-width: 479px) {
      .loader-flowww .center {
        width: 200px;
        height: 200px;
        left: 25%; } }
    .loader-flowww .center img {
      max-width: 200px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 479px) {
        .loader-flowww .center img {
          max-width: 150px; } }

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

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

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

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

/* /LOADER */
/* SECTION SVGZERA */
section#svgzera svg {
  margin-top: 15vh;
  fill: transparent;
  stroke: #f56612;
  -webkit-transform: rotate(-4.5deg);
  -ms-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg); }
  @media screen and (max-width: 479px) {
    section#svgzera svg {
      max-width: 90%;
      margin-left: 5%; } }
  @media screen and (min-width: 1000px) and (max-width: 1919px) {
    section#svgzera svg {
      max-width: 90%;
      margin-left: 5%; } }

section#svgzera ul.manifesto {
  padding: 0px;
  margin-top: 10vh; }
  section#svgzera ul.manifesto li {
    float: left;
    display: block;
    width: calc(33% - 24px);
    margin-right: 35px; }
    @media screen and (max-width: 479px) {
      section#svgzera ul.manifesto li {
        width: 95%;
        margin-left: 5%;
        margin-bottom: 30px; } }
    section#svgzera ul.manifesto li:last-child {
      margin-right: 0px; }
    section#svgzera ul.manifesto li h2 {
      font-family: 'Gotham-BlackItalic';
      color: #cfcfcf;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 20px;
      margin-bottom: 20px; }
    section#svgzera ul.manifesto li p {
      color: #cfcfcf;
      font-family: 'PT Sans', sans-serif;
      letter-spacing: 1px;
      font-size: 14px; }
  section#svgzera ul.manifesto li:first-child p {
    width: 95%; }

section#svgzera p {
  color: #cfcfcf; }

/* /SECTION SVGZERA */
/* SECTION CONTATOS */
div.cta {
  position: absolute;
  right: 5vh;
  bottom: 0px;
  padding: 20px 0px 0px 0px; }
  @media screen and (max-width: 479px) {
    div.cta {
      position: static; } }
  div.cta .gowith {
    width: 85%;
    float: right;
    border: 2px solid #919191;
    padding: 50px 0px 100px 0px; }
    @media screen and (max-width: 479px) {
      div.cta .gowith {
        float: left;
        margin-left: 5%;
        width: 90%; } }
    div.cta .gowith img.gowithtexto {
      margin: 0 auto;
      display: block;
      float: none;
      max-width: 150px;
      position: absolute;
      left: 40%;
      -webkit-animation-name: spin-2;
      animation-name: spin-2;
      -webkit-animation-duration: 8500ms;
      animation-duration: 8500ms;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
      @media screen and (max-width: 479px) {
        div.cta .gowith img.gowithtexto {
          left: 30%; } }
    div.cta .gowith img.gowithicon {
      position: relative;
      left: 42%;
      margin-top: 37px;
      max-width: 60px; }
  div.cta .contatos {
    width: 85%;
    float: right;
    border-top: 2px solid #919191;
    border-left: 2px solid #919191;
    border-right: 2px solid #919191;
    padding: 50px 0px; }
    @media screen and (max-width: 479px) {
      div.cta .contatos {
        float: left;
        margin-left: 5%;
        width: 90%; } }
    div.cta .contatos ul {
      padding: 0px;
      margin: 0 auto;
      float: none;
      display: block;
      max-width: 218px; }
      @media screen and (max-width: 479px) {
        div.cta .contatos ul {
          max-width: 258px; } }
      div.cta .contatos ul li {
        display: inline-block;
        float: left;
        margin-right: 20px;
        margin-bottom: 5px; }
        div.cta .contatos ul li a {
          text-align: center;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          float: left; }
          div.cta .contatos ul li a i {
            color: #fff;
            text-align: center;
            margin: 0 auto 5px auto;
            float: none;
            display: block;
            font-size: 20px; }
          div.cta .contatos ul li a p {
            text-align: center;
            color: #cfcfcf;
            font-family: 'PT Sans', sans-serif; }
          div.cta .contatos ul li a:hover {
            text-decoration: none;
            opacity: .8;
            margin-top: -2px; }
        div.cta .contatos ul li:last-child {
          margin-right: 0px; }
      div.cta .contatos ul .link-tel {
        display: none; }
        @media screen and (max-width: 479px) {
          div.cta .contatos ul .link-tel {
            display: block; } }
    div.cta .contatos p.manifesto-contato {
      width: 73%;
      float: left;
      text-align: left;
      color: #cfcfcf;
      font-family: 'PT Sans', sans-serif;
      margin: 0 auto;
      float: none;
      display: block;
      letter-spacing: 1px; }
      div.cta .contatos p.manifesto-contato:last-child {
        margin-top: 30px;
        font-weight: bold; }
  div.cta .telefone {
    display: block;
    float: left;
    width: 100%; }
    div.cta .telefone p {
      text-align: center;
      margin-bottom: 35px;
      font-family: 'PT Sans', sans-serif;
      font-size: 18px; }
      div.cta .telefone p a {
        color: #f56612; }
    @media screen and (max-width: 479px) {
      div.cta .telefone {
        display: none; } }

@media screen and (max-width: 479px) {
  body {
    height: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1919px) {
  body {
    height: auto; } }

@-ms-keyframes spin-2 {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg); } }

@-moz-keyframes spin-2 {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(-360deg); } }

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

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

/*
Utiliza o keyframe svg-animate
Anima em 4s cada path
forwards faz com que a animação termine e matenha o estado final dela (ou seja, o objeto totalmen preenchido)
remova o ininite para a animação acontecer apenas uma vez */
svg.animate path {
  -webkit-animation: svg-animate 7s forwards;
  animation: svg-animate 7s forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.89, 0.12, 0.1, 0.67);
  animation-timing-function: cubic-bezier(0.89, 0.12, 0.1, 0.67); }

/* Função principal da animação, levar o dashoffset até 0. Nesse caso ele vai do dashoffset que foi definido com jQuery até 0. Por isso o from está vazio. */
@-webkit-keyframes svg-animate {
  from { }
  to {
    stroke-dashoffset: 0; } }
@keyframes svg-animate {
  from { }
  to {
    stroke-dashoffset: 0; } }

/* /SECTION CONTATOS */
/* ANIMATIONS */
html:not(.no-js) [data-aos=fade-upflowww] {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0); }

html:not(.no-js) [data-aos=fade-downflowww] {
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0); }

html:not(.no-js) [data-aos=fade-rightflowww] {
  -webkit-transform: translate3d(-25px, 0, 0);
  transform: translate3d(-25px, 0, 0); }

html:not(.no-js) [data-aos=fade-leftflowww] {
  -webkit-transform: translate3d(25px, 0, 0);
  transform: translate3d(25px, 0, 0); }

html:not(.no-js) [data-aos=zoom-in-downflowww] {
  -webkit-transform: translate3d(0, -25px, 0) scale(0.7);
  transform: translate3d(0, -25px, 0) scale(0.7); }

html:not(.no-js) [data-aos=zoom-in-upflowww] {
  -webkit-transform: translate3d(0, 25px, 0) scale(0.8);
  transform: translate3d(0, 25px, 0) scale(0.8); }

html:not(.no-js) [data-aos=zoom-in-downflowww] {
  -webkit-transform: translate3d(0, -25px, 0) scale(0.8);
  transform: translate3d(0, -25px, 0) scale(0.8); }

/* RESPONSIVO */
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .container {
    max-width: 1300px !important; }
  section#svgzera svg {
    margin-left: 0px;
    max-width: 85%; }
  .gowith {
    padding: 35px 0px 60px 0px !important; }
    .gowith img.gowithtexto {
      max-width: 130px !important; }
    .gowith img.gowithicon {
      left: 44% !important;
      max-width: 50px !important;
      margin-top: 30px !important; }
    .gowith img {
      /*top:35%!important;*/ }
  .cta .telefone p {
    margin-bottom: 15px !important; } }

/* /RESPONSIVO */
@media only screen and (max-width:768px){
  section#svgzera ul.manifesto li:last-child{
     animation-delay:.2s!important;
  }
  div.cta{
    animation-delay:.2s!important;
  }
  div.cta .contatos ul li{
    animation-delay:.2s!important;
  }
  p.manifesto-contato{
    animation-delay:.2s!important;
  }
}

