@charset "UTF-8";
/*@mixin media-max($width){
  @media screen and (max-width: $width) { @content; } {

}*/
/* Foundation — Classes que mudam o estabelecido pelo Framework */
img {
  width: 100%; }

.row {
  max-width: 1440px;
  margin: 0;
  padding: 0 10px; }
  @media only screen and (min-width: 40.063em) {
    .row {
      padding: 0 40px; } }

/* Type */
/*@font-face {
   font-family: 'Icons';
   	  src: url('../fonts/Icons-Regular.otf'),
      	   url('../fonts/icons/Icons-Regular.eot?#iefix') format('embedded-opentype'),
           url('../fonts/icons/Icons-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}*/
.thin {
  font-weight: 100; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.strong {
  font-weight: 700; }

.paragraph {
  font-family: "aktiv-grotesk", sans-serif; }

.title {
  font-family: "minion-pro", serif; }

.icon {
  font-family: "aktiv-grotesk", sans-serif;
  text-transform: uppercase; }

/* Type System */
hr {
  border-color: #e5e5e5; }

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "aktiv-grotesk", sans-serif;
  margin: 0px; }

ul {
  list-style: none;
  margin: 0; }

a {
  color: red;
  cursor: grab; }
  a:hover, a:active {
    text-decoration: line-through;
    color: red; }
  a:visited {
    color: red; }

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

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

.oh {
  overflow: hidden; }

.os {
  overflow: scroll; }

.hr {
  border-bottom: 3px solid #222;
  width: 100%;
  margin-top: 10px;
  margin-left: 0; }

.mb05 {
  margin-bottom: 5px; }

.mb1 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb2 {
  margin-bottom: 20px; }

.mb3 {
  margin-bottom: 30px; }

.mb4 {
  margin-bottom: 40px; }

.mb5 {
  margin-bottom: 50px; }

.mb6 {
  margin-bottom: 60px; }

.mb7 {
  margin-bottom: 70px; }

.mb8 {
  margin-bottom: 80px; }

.mb9 {
  margin-bottom: 90px; }

.mb10 {
  margin-bottom: 100px; }

/* Tags HTML */
body {
  max-width: 100vw;
  overflow-x: hidden; }

/* Estrutura genérica */
#nav {
  margin-bottom: 00px;
  padding: 20px 0px 0px;
  z-index: 99999;
  width: 100%;
  text-align: left;
  top: 0px; }
  @media only screen and (min-width: 40.063em) {
    #nav {
      padding: 35px 0px 0px; } }
  #nav .hr {
    border-bottom: 3px solid #222;
    width: 100%;
    margin-top: 15px; }
    @media only screen and (min-width: 40.063em) {
      #nav .hr {
        margin-top: 10px; } }
  #nav h1, #nav p {
    font-family: "aktiv-grotesk", sans-serif;
    color: #222;
    margin: 0px;
    display: inline-block;
    cursor: grabbing;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    display: inline;
    font-weight: 400; }
    @media only screen and (min-width: 40.063em) {
      #nav h1, #nav p {
        padding: 15px 0px;
        font-size: 30px;
        line-height: 30px; } }
    @media only screen and (min-width: 64.063em) {
      #nav h1, #nav p {
        padding: 15px 0px;
        font-size: 40px;
        line-height: 40px; } }
  #nav h1 {
    position: relative;
    cursor: grabbing;
    margin-bottom: 0px; }
    @media only screen and (min-width: 40.063em) {
      #nav h1 {
        margin-bottom: 0px;
        margin-right: 15px; } }
    #nav h1:hover:after {
      display: block;
      color: red;
      font-size: 24px;
      line-height: 24px;
      margin: auto;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      text-align: center; }
  #nav p span {
    position: relative; }
  #nav p span:hover:after {
    content: attr(data-info);
    display: inline-block;
    color: red;
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    z-index: 1;
    font-weight: 400;
    text-align: center; }

nav#primary-nav {
  display: none; }
  nav#primary-nav ul {
    width: 100%;
    text-align: right; }
    nav#primary-nav ul li {
      display: inline;
      margin-left: 5px; }
      nav#primary-nav ul li a {
        color: #222; }

@keyframes color-animation {
  0% {
    -webkit-text-fill-color: #222; }
  50% {
    -webkit-text-fill-color: red; }
  100% {
    -webkit-text-fill-color: #222; } }

@keyframes blink-animation {
  from {
    visibility: visible; }
  to {
    visibility: hidden; } }

@-webkit-keyframes blink-animation {
  from {
    visibility: visible; }
  to {
    visibility: hidden; } }

body.timeout {
  background: black; }
  body.timeout p, body.timeout h1, body.timeout h2, body.timeout h3, body.timeout h4, body.timeout h5, body.timeout h6, body.timeout a {
    color: transparent !important; }

.timeout .after-1:after {
  animation: blink-animation 1s 1s steps(5, start) 1; }

.timeout .after-2:after {
  animation: blink-animation 1s 2s steps(5, start) 1; }

.timeout .after-3:after {
  animation: blink-animation 1s 3s steps(5, start) 1; }

.text-big {
  position: relative;
  padding: 00px 00px;
  margin-top: 0px; }
  .text-big article#novo-teste-2 {
    position: relative;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center; }
  .text-big .lines {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    top: 0px; }
    .text-big .lines .line {
      width: 100%;
      height: 106px; }
  .text-big .second-p p {
    position: relative;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px; }
    @media only screen and (min-width: 40.063em) {
      .text-big .second-p p {
        padding: 15px 0px;
        font-size: 30px;
        line-height: 30px; } }
    @media only screen and (min-width: 64.063em) {
      .text-big .second-p p {
        padding: 15px 0px;
        font-size: 40px;
        line-height: 40px; } }
    .text-big .second-p p span.word.text:after {
      font-size: 50px;
      line-height: 50px; }
  .text-big .third-p p {
    padding: 15px 0px;
    cursor: url("../../content/newssoon.svg"), progress;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px; }
    @media only screen and (min-width: 40.063em) {
      .text-big .third-p p {
        font-size: 60px;
        line-height: 60px; } }
    @media only screen and (min-width: 64.063em) {
      .text-big .third-p p {
        font-size: 80px;
        line-height: 80px; } }
  .text-big p {
    /* Designer from Porto,: */
    color: #222;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    text-align: left; }
    @media only screen and (min-width: 40.063em) {
      .text-big p {
        font-weight: 400;
        letter-spacing: -3;
        font-size: 60px;
        line-height: 60px; } }
    @media only screen and (min-width: 64.063em) {
      .text-big p {
        font-weight: 400;
        letter-spacing: -3;
        font-size: 105px;
        line-height: 106px; } }
    .text-big p:nth-of-type(1) {
      margin-top: 10px;
      padding-bottom: 15px; }
    .text-big p span.animation {
      animation-duration: 1s;
      animation-delay: 2s;
      animation-iteration-count: 30; }
    .text-big p span.space {
      height: 68px;
      display: inline-block; }
    .text-big p span.word {
      display: inline-block;
      margin-right: 8px; }
    .text-big p span.word.word-nr {
      display: block;
      white-space: nowrap;
      max-width: 100%; }
    .text-big p span.word.nowrap:after {
      white-space: nowrap; }
    .text-big p span.word {
      display: inline; }
      @media only screen and (min-width: 40.063em) {
        .text-big p span.word {
          position: static; } }
      .text-big p span.word.text:after {
        content: attr(data-info);
        position: absolute;
        font-size: 30px;
        line-height: 30px;
        z-index: -1;
        margin: auto;
        left: 0%;
        transform: translateY(15%) translateX(0%);
        visibility: hidden; }
        @media only screen and (min-width: 40.063em) {
          .text-big p span.word.text:after {
            z-index: 2;
            white-space: normal;
            top: auto;
            visibility: hidden;
            font-size: 110px;
            line-height: 110px; } }
      .text-big p span.word.img img {
        display: none;
        position: absolute;
        max-width: 500px;
        left: 0px;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        .text-big p span.word.img img.img200 {
          max-width: 120px;
          bottom: 0px;
          z-index: 2; }
      .text-big p span.word:hover:after {
        visibility: visible; }

.second-p p {
  font-weight: 400;
  position: relative;
  padding: 5px 0px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px; }
  @media only screen and (min-width: 40.063em) {
    .second-p p {
      padding: 15px 0px;
      font-size: 30px;
      line-height: 30px; } }
  @media only screen and (min-width: 64.063em) {
    .second-p p {
      padding: 15px 0px;
      font-size: 40px;
      line-height: 40px; } }
  .second-p p span.word.text:after {
    font-size: 50px;
    line-height: 50px; }

.word-img:after {
  content: url("../../content/esporao.jpg") !important;
  display: block;
  max-width: 50% !important; }
