@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; }

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: 150px; }
  .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; }

footer, .box-img-header, .ctn-cta {
  display: none; }

body {
  overflow: hidden !important;
  background-color: #000000; }

.traco-header {
  width: 1px;
  opacity: 0.3;
  z-index: 2;
  left: 50vw; }

.link-contato {
  color: #fff !important; }

main.main-slide {
  top: 0;
  left: 0; }

.holder-slide {
  z-index: -1;
  opacity: 0.6; }

.box-img-slide {
  right: 0;
  top: 0;
  z-index: -1; }

.box-reveal {
  top: 0;
  left: 0; }
  .box-reveal .reveal {
    top: 0;
    width: 50vw;
    background: #131313; }
  .box-reveal .rvl-left {
    left: 0; }
  .box-reveal .rvl-right {
    top: 0;
    right: 0; }

.box-subt {
  margin-top: -14vh; }
  .box-subt h2.subt-home {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500; }
    @media only screen and (min-width: 1025px) {
      .box-subt h2.subt-home {
        letter-spacing: 2px;
        margin-bottom: 1vh; } }

.ctn-title {
  overflow-y: hidden;
  position: relative;
  height: 90px;
  z-index: 1;
  margin-top: 5vh; }
  @media only screen and (min-width: 580px) and (max-width: 1024px) {
    .ctn-title {
      height: 130px; } }
  @media only screen and (min-width: 1025px) {
    .ctn-title {
      height: 225px; } }
  @media only screen and (min-width: 1800px) {
    .ctn-title {
      height: 330px; } }
  .ctn-title .wrap-title {
    position: absolute;
    height: 100%;
    overflow: hidden; }
    .ctn-title .wrap-title .holder-title {
      display: flex;
      flex-direction: column; }
      .ctn-title .wrap-title .holder-title a {
        font-family: 'Teko', monospace, sans-serif;
        font-size: 30px;
        font-weight: 100;
        letter-spacing: 1px;
        color: #0084c0;
        color: #FFF;
        font-size: 86px;
        text-align: center;
        letter-spacing: -1px; }
        @media only screen and (min-width: 1025px) {
          .ctn-title .wrap-title .holder-title a {
            font-size: 73px; } }
        @media only screen and (min-width: 580px) and (max-width: 1024px) {
          .ctn-title .wrap-title .holder-title a {
            font-size: 126px; } }
        @media only screen and (min-width: 1025px) {
          .ctn-title .wrap-title .holder-title a {
            font-size: 220px;
            letter-spacing: -8px; } }
        @media only screen and (min-width: 1800px) {
          .ctn-title .wrap-title .holder-title a {
            font-size: 326px;
            letter-spacing: -8px; } }

.ctn-btn {
  top: 65vh;
  left: 10vw; }
  @media only screen and (min-width: 1025px) {
    .ctn-btn {
      top: 82vh;
      left: 4vw; } }
  .ctn-btn .holder-btn button.btn-slide {
    height: 50px;
    width: 50px;
    border: 1px solid #0084c0;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .ctn-btn .holder-btn button.btn-slide {
        width: 110px; } }
    .ctn-btn .holder-btn button.btn-slide img.icon-arrow-slide {
      width: 14px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
    .ctn-btn .holder-btn button.btn-slide img.arrow-right {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  .ctn-btn .holder-btn .b-right {
    margin-left: -1px; }

.ctn-numbs {
  top: 62vh;
  right: 10vw; }
  @media only screen and (min-width: 1025px) {
    .ctn-numbs {
      right: 5vw;
      top: 79vh; } }
  .ctn-numbs .n-dyna {
    font-size: 29px;
    font-weight: bold; }
    @media only screen and (min-width: 1025px) {
      .ctn-numbs .n-dyna {
        font-size: 47px;
        letter-spacing: -3px; } }
  .ctn-numbs .n-static {
    font-size: 11px;
    margin-top: 33px;
    margin-left: 5px; }
    @media only screen and (min-width: 1025px) {
      .ctn-numbs .n-static {
        font-size: 14px;
        margin-top: 22px; } }

.line-timer {
  bottom: 0;
  height: 1.3vh;
  background-color: #006897; }
  @media only screen and (min-width: 1025px) {
    .line-timer {
      height: 0.8vh; } }

.ctn-selo {
  right: 9vw;
  top: 15vh;
  transform: rotate(16deg); }
  .ctn-selo__selo {
    width: 80px; }
    @media only screen and (min-width: 1025px) {
      .ctn-selo__selo {
        width: 120px; } }

.ctn-video {
  z-index: 99 !important;
  background: rgba(0, 0, 0, 0.9); }

video.bgvid {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100vh;
  width: 100vw;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden; }

video#bgvid {
  width: 100vw;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) {
    video#bgvid {
      width: 90vw; } }

.ctn-video__close {
  width: 11px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 14px;
  top: 20vh; }
  @media only screen and (min-width: 1025px) {
    .ctn-video__close {
      top: 15vh;
      right: 3vw; } }
