
/**
   oO0K0kdc.   .o
 :ko,.  ...",::;dk,     fermen.to
oK.            .K,
0x    .K:      x0
"0:   dk.    .,KO:o."
  ":;:.    ck"cX:
       ,  ,.  kO
     ;K:     :K.
     ,0,   .od.
      .oOOOo.*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/* Media Query */
/*
	uso
	@include mobile {
    font-size: 20px;
  }
 */
/*
	uso
	@include tablet {
    font-size: 20px;
  }
 */
/*
	uso
	@include desktop {
    font-size: 20px;
  }
 */
*, *::after, *::before {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Montserrat', sans-serif; }

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden; } }

.hotsite-header {
  z-index: 1;
  display: grid;
  grid-template-columns: auto 152px 145px 152px auto;
  grid-template-rows: 214px 171px 214px;
  background-color: #5e2e86;
  grid-gap: 0 42px;
  position: relative; }
  @media (max-width: 767px) {
    .hotsite-header {
      height: 100vh;
      padding: 48px 0 53px;
      grid-gap: calc((63px + 87px) / 2) 28px;
      grid-template-rows: auto;
      grid-auto-rows: minmax(78px, auto);
      grid-template-columns: 28px 1fr 1fr 28px;
      max-height: 580px; } }
  @media (max-width: 767px) {
    .hotsite-header > div {
      width: initial !important; }
      .hotsite-header > div img {
        width: 100%;
        max-width: 90px;
        margin: 0 auto; } }
  .hotsite-header .logo {
    display: block;
    width: 152px; }
    .hotsite-header .logo.left {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3; }
    .hotsite-header .logo.right {
      grid-column-start: 4;
      grid-column-end: 5;
      grid-row-start: 2;
      grid-row-end: 3; }
    @media (max-width: 767px) {
      .hotsite-header .logo.left {
        grid-column: 2;
        grid-row: 1;
        text-align: right; }
      .hotsite-header .logo.right {
        grid-column: 3;
        grid-row: 1;
        text-align: left; } }
  .hotsite-header .title {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    align-self: center; }
    @media (max-width: 767px) {
      .hotsite-header .title {
        grid-row: 2;
        grid-column: 2 / span 2; } }
    .hotsite-header .title h1 {
      text-transform: uppercase;
      font-size: 24px;
      color: #fff;
      line-height: 26px;
      font-weight: 200;
      text-align: center; }
      .hotsite-header .title h1 b {
        font-weight: 400;
        display: block; }
  .hotsite-header .video-cta {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    align-self: center; }
    @media (max-width: 767px) {
      .hotsite-header .video-cta {
        grid-row: 3;
        grid-column: 2   / span 2; } }
    .hotsite-header .video-cta a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .hotsite-header .video-cta a {
          text-align: center; } }
      .hotsite-header .video-cta a:hover img {
        animation-name: rotate-hover;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      .hotsite-header .video-cta a img {
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 767px) {
          .hotsite-header .video-cta a img {
            display: block;
            max-width: 71px;
            margin: 0 auto 6px; } }
      .hotsite-header .video-cta a span {
        margin-left: 6px;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 767px) {
          .hotsite-header .video-cta a span {
            display: block;
            margin: 0 auto; } }

@keyframes rotate-hover {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(25deg); }
  75% {
    transform: rotate(-25deg); }
  100% {
    transform: rotate(0deg); } }

.timeline {
  display: grid;
  grid-template-columns: auto 705px 20px 705px auto;
  grid-template-rows: 200px 230px 436px 200px;
  grid-gap: 100px 45px;
  padding-top: 70px;
  padding-bottom: 100px; }
  @media (max-width: 1610px) {
    .timeline {
      display: block;
      margin: auto;
      width: 100%;
      position: relative; } }
  .timeline .bar {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
    border: solid 2px #d8333f;
    justify-self: center;
    width: 2px;
    margin-top: 20px;
    z-index: 10;
    margin-bottom: 240px; }
    @media (max-width: 1610px) {
      .timeline .bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -500px;
        right: 0;
        margin: auto;
        margin-top: 84px;
        margin-bottom: 220px; } }
    @media (max-width: 767px) {
      .timeline .bar {
        left: -300px;
        margin-bottom: 300px; } }
  .timeline .item {
    align-self: center; }
    @media (max-width: 1610px) {
      .timeline .item {
        display: block;
        max-width: 450px;
        margin: auto; } }
    @media (max-width: 767px) {
      .timeline .item {
        max-width: 250px; } }
    .timeline .item h2 {
      font-size: 32px;
      font-weight: 200;
      color: #d8333f;
      line-height: 39px;
      margin: 0;
      text-transform: uppercase;
      max-width: 350px;
      z-index: 20; }
      @media (max-width: 1610px) {
        .timeline .item h2 {
          max-width: 100%;
          font-size: 24px;
          line-height: 30px; } }
    .timeline .item p {
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      color: #55565a;
      line-height: 24px;
      max-width: 340px;
      margin: 25px 0; }
      @media (max-width: 1610px) {
        .timeline .item p {
          max-width: 100%;
          font-size: 14px;
          line-height: 24px; } }
    .timeline .item.left {
      justify-self: right;
      text-align: right; }
      @media (max-width: 1610px) {
        .timeline .item.left {
          text-align: center; } }
      .timeline .item.left h2 {
        position: relative; }
        .timeline .item.left h2.on::after {
          opacity: 1;
          transform: translateY(-50%) scale(1); }
        .timeline .item.left h2::after {
          position: absolute;
          width: 20px;
          height: 20px;
          border: solid 4px #d8333f;
          border-radius: 100px;
          right: -65px;
          background-color: #fff;
          top: 50%;
          transform: translateY(-50%) scale(0);
          opacity: 0;
          transition: all 300ms ease-in-out;
          content: "";
          display: block; }
          @media (max-width: 1610px) {
            .timeline .item.left h2::after {
              right: unset;
              left: -35px; } }
    .timeline .item.right {
      justify-self: left; }
      .timeline .item.right h2 {
        position: relative; }
        .timeline .item.right h2.on::before {
          opacity: 1;
          transform: translateY(-50%) scale(1); }
        .timeline .item.right h2::before {
          position: absolute;
          width: 20px;
          height: 20px;
          border: solid 4px #d8333f;
          border-radius: 100px;
          left: -65px;
          background-color: #fff;
          top: 50%;
          transform: translateY(-50%) scale(0);
          content: "";
          display: block;
          opacity: 0;
          transition: all 300ms ease-in-out; }
          @media (max-width: 1610px) {
            .timeline .item.right h2::before {
              left: -35px; } }
    .timeline .item.one.left {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2; }
    .timeline .item.one.right {
      grid-column-start: 4;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 2; }
      @media (max-width: 1610px) {
        .timeline .item.one.right {
          text-align: center; } }
      .timeline .item.one.right img {
        vertical-align: middle; }
    @media (max-width: 1610px) {
      .timeline .item.two {
        margin-top: 50px; } }
    .timeline .item.two.left {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3; }
    .timeline .item.two.right {
      grid-column-start: 4;
      grid-column-end: 5;
      grid-row-start: 2;
      grid-row-end: 3; }
      @media (max-width: 1610px) {
        .timeline .item.two.right {
          text-align: center; } }
    .timeline .item.mapa-fundo {
      grid-column-start: 1;
      grid-column-end: 6;
      grid-row-start: 3;
      grid-row-end: 4;
      background-color: #03002f;
      width: 100%;
      height: 100%;
      display: block;
      content: ""; }
      @media (max-width: 1610px) {
        .timeline .item.mapa-fundo {
          background-color: #03002f;
          width: 100%;
          height: 555px;
          display: block;
          content: "";
          position: absolute;
          right: 0;
          left: 0;
          max-width: 100%;
          z-index: -1; } }
    .timeline .item.three h2, .timeline .item.three p {
      color: #fff; }
    @media (max-width: 1610px) {
      .timeline .item.three h2 {
        text-align: center; } }
    @media (max-width: 1610px) {
      .timeline .item.three p {
        text-align: center; } }
    .timeline .item.three.left {
      grid-column-start: 2;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 4;
      margin-right: 10px;
      position: relative; }
      @media (max-width: 1610px) {
        .timeline .item.three.left {
          margin: auto; } }
      .timeline .item.three.left img {
        width: 100%; }
      .timeline .item.three.left .pin {
        position: absolute;
        width: 4%; }
    .timeline .item.three.right {
      grid-column-start: 4;
      grid-column-end: 5;
      grid-row-start: 3;
      grid-row-end: 4; }
      @media (max-width: 1610px) {
        .timeline .item.three.right {
          margin-top: 50px; } }
    .timeline .item.four.center {
      grid-column-start: 2;
      grid-column-end: 5;
      grid-row-start: 4;
      grid-row-end: 5;
      text-align: center; }
      @media (max-width: 1610px) {
        .timeline .item.four.center {
          margin-top: 70px; } }
      @media (max-width: 767px) {
        .timeline .item.four.center {
          margin-top: 120px; } }
      .timeline .item.four.center h2, .timeline .item.four.center p {
        display: block;
        margin: auto; }
      .timeline .item.four.center p {
        margin-top: 25px; }
      .timeline .item.four.center h2 {
        position: relative; }
        .timeline .item.four.center h2.on::before {
          opacity: 1;
          transform: translate(-50%, -50%) scale(1); }
          @media (max-width: 1610px) {
            .timeline .item.four.center h2.on::before {
              transform: translateY(-50%) scale(1); } }
        .timeline .item.four.center h2::before {
          position: absolute;
          width: 20px;
          height: 20px;
          border: solid 4px #d8333f;
          border-radius: 100px;
          left: 50%;
          background-color: #fff;
          top: -30px;
          transform: translate(-50%, -50%) scale(0);
          content: "";
          opacity: 0;
          transition: all 300ms ease-in-out;
          display: block; }
          @media (max-width: 1610px) {
            .timeline .item.four.center h2::before {
              top: 50%;
              left: -35px;
              transform: translateY(-50%) scale(0); } }

.gallery {
  display: grid;
  grid-template-columns: auto 301px 636px auto;
  grid-template-rows: 207px 207px;
  grid-gap: 10px;
  padding-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .gallery {
      grid-template-columns: auto 301px 1fr auto; } }
  @media (max-width: 767px) {
    .gallery {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-gap: 4px 0; } }
  .gallery .photo {
    overflow: hidden; }
    .gallery .photo.small {
      width: 301px; }
    .gallery .photo.big {
      width: 636px; }
    .gallery .photo:hover img {
      transform: scale(1.1); }
    .gallery .photo img {
      transition: transform 200ms ease-in-out;
      display: block;
      width: 100%; }
    .gallery .photo.one {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2; }
    .gallery .photo.two {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3; }
    .gallery .photo.three {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 3; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .gallery .photo.three {
          display: flex;
          align-items: center;
          width: 100%; } }
    @media (max-width: 767px) {
      .gallery .photo.one, .gallery .photo.two, .gallery .photo.three {
        width: 100%;
        grid-area: auto; } }

.hotsite-footer {
  display: block;
  width: 100%;
  height: 180px;
  background-color: #55555a;
  margin-top: 180px;
  position: relative; }
  .hotsite-footer .slide {
    width: 700px;
    display: block;
    position: absolute;
    top: -142px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 500ms ease-in-out; }
    @media (max-width: 767px) {
      .hotsite-footer .slide {
        height: auto !important;
        width: 100% !important; } }
    @media (max-width: 768px) {
      .hotsite-footer .slide {
        transition: none;
        top: -72px; } }
    .hotsite-footer .slide.active {
      opacity: 1; }
  .hotsite-footer .content {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: absolute;
    bottom: 40px;
    flex-wrap: wrap; }

.video-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1; }

.video-overlay {
  height: 100%;
  opacity: .8;
  position: absolute;
  width: 100%;
  z-index: 2; }

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s; }
    .tv .screen.active {
      opacity: 1; }

/*# sourceMappingURL=app.min.css.map */
