@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Teko");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.e-white {
  background-color: #fff; }

.t-white {
  color: #fff; }

.e-black {
  background-color: #000000; }

.e-blue{
  background-color: #9fc6e4; }

.t-black {
  color: #000; }

.e-color {
  background-color: #0084c0; }

.t-color {
  color: #0084c0; }

.e-gray {
  background-color: #666; }

.t-gray {
  color: #666; }

.e-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.e-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.e-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.e-flex-start {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.e-flex-start-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.e-rel {
  position: relative; }

.e-abs {
  position: absolute; }

.e-fixed {
  position: fixed; }

.e-wp {
  width: 100%; }

.e-hp {
  height: 100%; }

.e-85 {
  width: 85vw; }

.e-wvw {
  width: 100vw; }

.e-hvh {
  height: 100vh; }

.e-dn {
  display: none; }

.e-img-fit {
  object-fit: cover; }

.e-serif {
  font-family: 'Teko', monospace, sans-serif; }

.e-sans {
  font-family: 'Roboto', sans-serif; }

.e-hidden {
  overflow: hidden; }

.e-curp {
  cursor: pointer; }

h1 {
  font-family: 'Teko', monospace, sans-serif;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #0084c0;
  font-size: 24px; }
  @media only screen and (min-width: 1025px) {
    h1 {
      font-size: 73px; } }
  @media only screen and (min-width: 1025px) {
    h1 {
      font-size: 36px; } }

p {
  font-family: 'Roboto', sans-serif;
  margin-top: 45px;
  font-size: 14px;
  line-height: 22px; }
  @media only screen and (min-width: 1025px) {
    p {
      font-size: 14px; } }
  p strong {
    font-weight: bold; }
  p i {
    font-style: italic; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

.e-upper {
  text-transform: uppercase; }

button {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0; }

body {
  overflow-x: hidden; }

html {
  -webkit-tap-highlight-color: transparent; }

.preload {
  z-index: 99; }

body {
  background-color: #000; }

.box-img-header {
  overflow: hidden; }
  .box-img-header .traco-header {
    width: 1px;
    opacity: 0.3; }
  .box-img-header img.img-header {
    opacity: 0.6; }
  .box-img-header h1.h1-header {
    font-size: 70px;
    margin-top: -13vh; }
    @media only screen and (min-width: 580px) and (max-width: 1024px) {
      .box-img-header h1.h1-header {
        font-size: 117px; } }
    @media only screen and (min-width: 1025px) {
      .box-img-header h1.h1-header {
        margin-top: -1vh;
        font-size: calc(196px + 54 * ((53vw + 53vh) - 600px) / 820);
        letter-spacing: -2px; } }
    @media only screen and (min-width: 1800px) {
      .box-img-header h1.h1-header {
        font-size: calc(227px + 54 * ((53vw + 53vh) - 600px) / 820);
        margin-top: -4vh; } }
  .box-img-header .box-scroll-down {
    bottom: 15vh;
    z-index: 1; }
    @media only screen and (min-width: 1025px) {
      .box-img-header .box-scroll-down {
        bottom: 11vh;
        left: 9vw; } }
    .box-img-header .box-scroll-down .holder-scroll-down {
      height: 60px;
      width: 60px;
      border: 4px solid rgba(255, 255, 255, 0.445);
      border-radius: 50%;
      z-index: 1; }
      .box-img-header .box-scroll-down .holder-scroll-down img.arrow-down-header {
        height: 18px; }

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 35vh 0;
  background: #121212; }
  @media only screen and (min-width: 1025px) {
    footer {
      padding-bottom: 15vh; } }
  footer .separator-footer {
    height: 1px;
    opacity: 0.4;
    margin: 8vh 0; }
    @media only screen and (min-width: 1025px) {
      footer .separator-footer {
        width: 75%;
        max-width: 1260px; } }
  @media only screen and (min-width: 1025px) {
    footer .e-mob {
      display: none; } }
  @media only screen and (max-width: 960px) {
    footer .e-desk {
      display: none; } }
  footer .holder-footer {
    width: 75%;
    justify-content: space-between; }
    @media only screen and (max-width: 960px) {
      footer .holder-footer {
        width: 65vw; } }
    @media only screen and (min-width: 1025px) {
      footer .holder-footer {
        flex-direction: row;
        max-width: 1260px; } }
    footer .holder-footer h2 {
      font-family: 'Teko', monospace, sans-serif;
      font-size: 30px;
      font-weight: 100;
      letter-spacing: 1px;
      color: #0084c0;
      color: #fff;
      font-size: 20px; }
      @media only screen and (min-width: 1025px) {
        footer .holder-footer h2 {
          font-size: 73px; } }
      @media only screen and (min-width: 1025px) {
        footer .holder-footer h2 {
          font-size: 18px; } }
    footer .holder-footer a {
      font-size: 12px;
      margin: 8px 0;
      font-weight: bold;
      letter-spacing: 1px;
      transition: .8s ease-out; }
      footer .holder-footer a:hover {
        transition: .8s ease-out;
        color: #0084c0; }
    footer .holder-footer p {
      margin: 0;
      font-size: 13px; }
    footer .holder-footer .box-logo-footer {
      width: 188px; }
      @media only screen and (min-width: 1025px) {
        footer .holder-footer .box-logo-footer {
          width: 28%; }
          footer .holder-footer .box-logo-footer img {
            width: 185px; } }
      footer .holder-footer .box-logo-footer p {
        margin-top: 21px; }
        @media only screen and (max-width: 960px) {
          footer .holder-footer .box-logo-footer p {
            margin-top: 30px;
            width: 130%; } }
    @media only screen and (min-width: 1025px) {
      footer .holder-footer .box-links-footer {
        margin-left: 10%; } }
    footer .holder-footer .box-mensagem {
      margin-top: 10vh; }
      @media only screen and (min-width: 1025px) {
        footer .holder-footer .box-mensagem {
          margin-top: 0; } }
      @media only screen and (min-width: 1025px) {
        footer .holder-footer .box-mensagem p {
          margin-top: 22px; } }
  footer button.envie {
    height: 49px;
    margin-top: 15px;
    border: 1px solid #444;
    transition: .8s ease-out; }
    footer button.envie:hover {
      transition: .8s ease-out;
      border: 1px solid #fff;
      background-color: #444; }
    footer button.envie a {
      font-size: 10px;
      transition: .8s ease-out;
      padding: 8px 22px; }
      footer button.envie a:hover {
        letter-spacing: 2px; }
      footer button.envie a span {
        margin-left: 17px; }
  @media only screen and (min-width: 1025px) {
    footer .box-footer {
      justify-content: flex-start;
      align-items: flex-start;
      width: 25%; } }
  footer .ctn-dev {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 85vw;
    margin-top: 15vh; }
    @media only screen and (min-width: 1025px) {
      footer .ctn-dev {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1260px;
        width: 75%;
        margin-top: 0; } }
    footer .ctn-dev .box-copyright p {
      color: #555; }
      @media only screen and (min-width: 1025px) {
        footer .ctn-dev .box-copyright p {
          font-size: 11px;
          margin-top: 0; } }
      footer .ctn-dev .box-copyright p span {
        display: none; }
        @media only screen and (min-width: 1025px) {
          footer .ctn-dev .box-copyright p span {
            display: inline-block; } }
    footer .ctn-dev .box-dev {
      width: 66vw;
      position: relative;
      margin-top: 10vh;
      opacity: .4; }
      @media only screen and (min-width: 1025px) {
        footer .ctn-dev .box-dev {
          width: 0vw;
          margin-top: 0;
          width: 266px; } }
      footer .ctn-dev .box-dev a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media only screen and (min-width: 1025px) {
          footer .ctn-dev .box-dev a {
            flex-direction: row; } }
      footer .ctn-dev .box-dev .logo-desenvolv {
        width: 100%;
        max-width: 210px; }
      footer .ctn-dev .box-dev .logo-efet {
        margin-top: 25px;
        width: 45px; }
        @media only screen and (min-width: 1025px) {
          footer .ctn-dev .box-dev .logo-efet {
            margin-top: 0;
            width: 30px;
            margin-left: 25px; } }

a.link-contato {
  font-family: 'Teko', monospace, sans-serif;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #0084c0;
  z-index: 10;
  top: 6vh;
  right: 6vh;
  font-size: 18px !important;
  color: #aaa; }
  @media only screen and (min-width: 1025px) {
    a.link-contato {
      font-size: 73px; } }
  @media only screen and (max-width: 960px) {
    a.link-contato {
      top: 4vh; } }
  a.link-contato .traco-menu {
    height: 2px;
    background: #aaa; }

.ctn-logo-menu {
  z-index: 10;
  width: 25vw;
  height: 15vh; }
  @media only screen and (max-width: 960px) {
    .ctn-logo-menu {
      width: 220px;
      height: 13vh; } }
  .ctn-logo-menu .box-logo-main {
    width: 70%; }
    @media only screen and (max-width: 960px) {
      .ctn-logo-menu .box-logo-main {
        width: 110%; } }
    .ctn-logo-menu .box-logo-main img.logo-main {
      width: 100%;
      max-width: 200px; }
  .ctn-logo-menu .box-trg-menu {
    width: 40%; }
    .ctn-logo-menu .box-trg-menu .holder-trg-menu {
      height: 60px;
      width: 40px; }
      @media only screen and (max-width: 960px) {
        .ctn-logo-menu .box-trg-menu .holder-trg-menu {
          width: 25px; } }
      .ctn-logo-menu .box-trg-menu .holder-trg-menu .line-trg-menu {
        height: 2px;
        margin: 2px 0; }
        @media only screen and (max-width: 960px) {
          .ctn-logo-menu .box-trg-menu .holder-trg-menu .line-trg-menu {
            margin: 1px 0;
            height: 1px; } }
      .ctn-logo-menu .box-trg-menu .holder-trg-menu span {
        font-weight: bold;
        font-size: 11px;
        text-transform: uppercase; }

.menu-mob {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #161616; }
  .menu-mob .holder-menu-mob {
    width: 100vw;
    height: 100%; }
    .menu-mob .holder-menu-mob .box-links-mob {
      margin-top: 3vh;
      width: 100vw; }
      .menu-mob .holder-menu-mob .box-links-mob a.link-menu-mob {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Teko', monospace, sans-serif;
        position: relative;
        width: 180px;
        height: 40px;
        font-size: 32px;
        margin-top: 10px;
        padding: 4px 15px;
        color: #555; }
        @media only screen and (min-width: 1025px) {
          .menu-mob .holder-menu-mob .box-links-mob a.link-menu-mob {
            font-size: 52px;
            padding: 14px 90px;
            margin-top: 25px; } }
        @media only screen and (min-width: 1800px) {
          .menu-mob .holder-menu-mob .box-links-mob a.link-menu-mob {
            font-size: 80px;
            padding: 25px 130px;
            margin-top: 15px; } }
        .menu-mob .holder-menu-mob .box-links-mob a.link-menu-mob .bg-link-menu {
          z-index: -1;
          background: #222; }
          @media only screen and (max-width: 960px) {
            .menu-mob .holder-menu-mob .box-links-mob a.link-menu-mob .bg-link-menu {
              display: none; } }
    .menu-mob .holder-menu-mob .dev-box {
      opacity: 0.4;
      margin-top: 15vh; }
      .menu-mob .holder-menu-mob .dev-box img.desenv-menu {
        width: 140px;
        margin-right: 25px; }
        @media only screen and (min-width: 1025px) {
          .menu-mob .holder-menu-mob .dev-box img.desenv-menu {
            margin-left: 74%;
            width: 180px; } }
      .menu-mob .holder-menu-mob .dev-box .logo-efet-menu {
        width: 20px; }

.traco-decor-menu {
  width: 1px;
  opacity: 0.3; }

section.ctn-cta {
  background: #121212;
  margin-top: 60vh; }
  @media only screen and (min-width: 1025px) {
    section.ctn-cta {
      margin-left: 0; } }

.letter-decor-cta {
  top: -31vh;
  margin-left: -10vw;
  z-index: 1; }
  .letter-decor-cta .holder-letter-cta {
    height: 45vh; }
    @media only screen and (min-width: 1025px) {
      .letter-decor-cta .holder-letter-cta {
        height: 60vh;
        margin-left: -25vw; } }

.holder-img-cta {
  height: 60vh; }
  @media only screen and (min-width: 1025px) {
    .holder-img-cta {
      height: 100%;
      width: 79%; } }

.ctn-text-cta {
  height: 45vh;
  margin-top: 45vh; }
  @media only screen and (min-width: 1025px) {
    .ctn-text-cta {
      width: 500px;
      height: 600px;
      margin-left: 44vw; } }
  @media only screen and (min-width: 1800px) {
    .ctn-text-cta {
      width: 660px;
      height: 700px; } }
  .ctn-text-cta .box-text-cta {
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%; }
    .ctn-text-cta .box-text-cta h2 {
      font-size: 13px;
      font-weight: 300; }
      @media only screen and (min-width: 1025px) {
        .ctn-text-cta .box-text-cta h2 {
          font-size: 14px; } }
    .ctn-text-cta .box-text-cta h1.title-cta {
      font-size: 38px;
      margin: 12% 0;
      letter-spacing: 0px; }
      @media only screen and (min-width: 580px) and (max-width: 1024px) {
        .ctn-text-cta .box-text-cta h1.title-cta {
          font-size: 50px;
          margin: 7% 0; } }
      @media only screen and (min-width: 1025px) {
        .ctn-text-cta .box-text-cta h1.title-cta {
          font-size: 66px;
          margin: 9% 0px;
          letter-spacing: -1px; } }
      @media only screen and (min-width: 1800px) {
        .ctn-text-cta .box-text-cta h1.title-cta {
          font-size: 80px;
          letter-spacing: 0; } }
    .ctn-text-cta .box-text-cta button.btn-cta {
      height: 60px;
      border: 1px solid #000; }
      .ctn-text-cta .box-text-cta button.btn-cta a.link-cta {
        font-size: 11px;
        letter-spacing: 1px; }

@media only screen and (min-width: 1025px) {
  .holder-main {
    width: 75vw;
    margin-left: 25vw;
    margin-top: -18vh;
    background-color: #f2f2f2; } }

@media only screen and (min-width: 1025px) {
  section, .s1, .section-attr {
    width: 70%;
    margin-left: 15%; } }

section p, .s1 p, .section-attr p {
  font-weight: 300;
  line-height: 26px; }
  @media only screen and (min-width: 1025px) {
    section p, .s1 p, .section-attr p {
      font-size: 18px;
      line-height: 44px; } }

@media only screen and (min-width: 1025px) {
  .s1, .section-attr {
    margin-top: 8vh; }
  .holder-attr {
    margin-top: 2vh; } }

.box-attr {
  align-items: flex-start; }
  .box-attr .traco-attr {
    height: 1px;
    background: #000;
    margin: 20px 0; }
    @media only screen and (min-width: 1025px) {
      .box-attr .traco-attr {
        margin: 3vh 0px; } }
  .box-attr h1 {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px; }
    @media only screen and (min-width: 1025px) {
      .box-attr h1 {
        font-size: 15px; } }
  .box-attr h2 {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px; }
    @media only screen and (min-width: 1800px) {
      .box-attr h2 {
        font-size: 14px; } }

.attr-main {
  width: 35%;
  margin-right: 15px; }
  @media only screen and (min-width: 1025px) {
    .attr-main {
      margin-right: 4vw; } }

.attr-attr {
  opacity: 0.4;
  width: 60%; }
  @media only screen and (min-width: 1025px) {
    .attr-attr {
      opacity: .6;
      letter-spacing: 0px; } }

section.section-abnt {
  margin-top: 15vh;
  align-items: flex-start; }

.holder-logo-abtn {
  height: 120px; }

.holder-normas {
  align-items: flex-start; }

.holder-metodos {
  margin-top: 25px; }
  @media only screen and (min-width: 1025px) {
    .holder-metodos {
      margin-top: 10vh; } }

.box-metodos {
  align-items: flex-start;
  left: 15px;
  width: 80%; }
  @media only screen and (min-width: 1025px) {
    .box-metodos {
      width: 90%;
      margin-top: 15vh; } }
  .box-metodos h1.name-metodo {
    letter-spacing: 0px; }
  .box-metodos p.descr-metodo {
    margin-top: 5px; }

.traco-vert-decor {
  width: 1px;
  left: -10px;
  height: 88%;
  top: 0; }
  @media only screen and (min-width: 1025px) {
    .traco-vert-decor {
      left: -3vw;
      height: 80%; } }
