/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  main {
    display: block;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
   *,
  ::after,
  ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    background-color: #fff;
  }
  body.disable-scroll {
    overflow: hidden;
  }
  a {
    color: #4b4f54;
    text-decoration: none;
  }
  a:active,
  a:focus,
  a:hover {
    color: #00a8c4;
  }
  button {
    cursor: pointer;
    outline: 0;
  }
  body,
  html {
    color: #4b4f54;
    font-size: 16px;
  }
  b,
  strong {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }
  p {
    line-height: 1.85em;
    letter-spacing: 0.05em;
  }
   .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 320px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .container-full {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
  }
  .row .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-offset-0,
  .col-offset-1,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .col-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-offset-0 {
    margin-left: 0;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  header {
    background: #070707;
    position: absolute;
    width: 100%;
    top: 2px;
    left: 0;
    z-index: 101;
    opacity: 1;
  }
  header.animated {
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }
  header.sticky {
    opacity: 0;
    position: fixed;
    visibility: hidden;
  }
  header.active {
    opacity: 1;
    visibility: visible;
  }
  header .header-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 320px;
    padding-right: 6%;
    padding-left: 6%;
  }
  header .main {
    background: #070707;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }
  header .main .logo {
    display: inline-block;
    width: 190px;
    height: 63px;
    -webkit-background-size: 100% 200%;
    background-size: 100% 200%;
  }
  header .main .logo:hover {
    background-position: 0 100%;
  }
  header .main .logo img {
    width: 100%;
  }
    footer {
    background: #070707;
    color: #fff;
    padding: 20px 0;
  }
  footer a {
    color: #fff;
  }
    footer .copy {
    text-align: center;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 6px 0 0 0;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 1.4em;
  }
  .start header {
    top: 0;
  }
  .start header .main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .start header .main .logo img {
    background: 0 0;
  }
  .start footer {
    height: 75px;
    padding: 24px 0 24px 0;
  }
  .start .content-wrap {
    margin-top: 80px;
    min-height: calc(100vh - 80px - 75px);
  }
  .start .content-wrap .page:nth-child(1) {
    margin-top: 120px;
  }
  .start .start-page {
    margin-top: 80px;
    position: relative;
  }
  .start .start-page .switch {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .start .start-page .switch a.switch-link:hover .bg {
    -webkit-filter: grayscale(0%) brightness(100%) contrast(95%);
    filter: grayscale(0%) brightness(100%) contrast(95%);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition: transform 1.05s ease-in-out;
    -ms-transition: transform 1.05s ease-in-out;
  }
  .start .start-page .switch .switch-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 80px - 75px);
    min-height: 520px;
  }
  .start .start-page .switch .switch-link.oficial {
    width: 33.333333%;    
  }
  .start .start-page .switch .switch-link.oficial .bg {
    background: url(../images/landing/1.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .start .start-page .switch .switch-link.internacional {
    width: 33.333333%;
  }
  .start .start-page .switch .switch-link.internacional .bg {
    background: url(../images/landing/2.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .start .start-page .switch .switch-link.sfs {
    width: 33.333333%;
  }
  .start .start-page .switch .switch-link.sfs .bg {
    background: url(../images/landing/3.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .start .start-page .switch .switch-link .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-filter: grayscale(10%) brightness(75%) contrast(90%);
    filter: grayscale(10%) brightness(75%) contrast(90%);
    -webkit-transition: -webkit-filter 0.25s ease-in-out;
    transition: -webkit-filter 0.25s ease-in-out;
    -o-transition: filter 0.25s ease-in-out;
    transition: filter 0.25s ease-in-out;
    transition: filter 0.25s ease-in-out, -webkit-filter 0.25s ease-in-out;
  }
  .start .start-page .switch .switch-link img {
    width: 100%;
  }
  .start .start-page .switch .switch-link .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
  }
  .start .start-page .switch .switch-link .title {
    color: #fff;
    position: absolute;
    top: 50%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 1;
    text-align: center;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 25px 0 25px 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .start .start-page .switch .switch-link .title span {
    color: #B7A075;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: normal;
  }
  .start .start-page .switch .switch-link .title .sub {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.3em;
    margin-top: 30px;
  }
  @media (max-aspect-ratio: 1440 / 1201) {
    .start .start-page .switch .switch-link img {
      width: auto;
      height: 100%;
    }
  }
  @media screen and (min-height: 600px) {
    footer.sticky {
      position: absolute;
      width: 100%;
      bottom: 0;
    }
  }
  @media only screen and (max-width: 1280px) {
    header {
      top: 0;
    }
    header .header-container {
      padding: 0;
    }
    header .main {
      position: inherit;
      padding: 0 6%;
      height: 80px;
    }
     .header-container .main .logo {
      width: 140px !important;
      margin:  0 auto !important;
    }
    .header-container .main .logo img {
      width: 140px !important;
      margin: 5px auto !important;
    }
    footer .copy {
      font-size: 12px;
    }
    .start .start-page .switch .switch-link.oficial {
      width: 100%;
      height: 40vh;
      min-height: 220px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .start .start-page .switch .switch-link.internacional {
      width: 100%;
      height: 40vh;
      min-height: 220px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .start .start-page .switch .switch-link.sfs {
      width: 100%;
      height: 40vh;
      min-height: 220px;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    .header-whith-logo-text .container {
      padding-top: 60px;
      padding-bottom: 40px;
    }
    .start .start-page .switch .switch-link .title {
      font-size: 13px;
    }
    .start .start-page .switch .switch-link .title span {
      font-size: 21px;
    }
    .start .start-page .switch .switch-link .title .sub {
      display: none;
    }
  }