@charset "UTF-8";
@font-face {
  font-family: "Replica";
  src: url("fonts/Replica-Bold.eot");
  src: url("fonts/Replica-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Replica-Bold.woff2") format("woff2"), url("fonts/Replica-Bold.woff") format("woff"), url("fonts/Replica-Bold.ttf") format("truetype"), url("fonts/Replica-Bold.svg#Replica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Replica Pro";
  src: url("fonts/ReplicaPro.eot");
  src: url("fonts/ReplicaPro.eot?#iefix") format("embedded-opentype"), url("fonts/ReplicaPro.woff2") format("woff2"), url("fonts/ReplicaPro.woff") format("woff"), url("fonts/ReplicaPro.ttf") format("truetype"), url("fonts/ReplicaPro.svg#ReplicaPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  appearance: none;
  outline: none;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

html,
body {
  width: 100%;
  position: relative;
  background: #000000;
  color: #00c1b3;
  font-size: 16px;
  font-family: "Replica Pro", sans-serif;
  font-weight: normal;
}

.guide {
  box-shadow: inset 0px 0px 0px 1px #00ff4c;
}

.wrapper__container__root {
  position: relative;
}

.wrapper__content {
  position: relative;
  max-width: 1764px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

section {
  position: relative;
}
section.section {
  width: 100%;
  margin: 0 auto;
}
section img {
  width: 100%;
  height: auto;
  display: block;
}
section img.desktop {
  display: block;
}
section img.mobile {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
  }
  .wrapper-wrapper__container__root--root {
    width: 100%;
  }
  section img.desktop {
    display: none !important;
  }
  section img.mobile {
    display: block !important;
  }
}
.content__grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(4, auto);
  gap: 24px;
}
.content__grid .grid__01 {
  grid-column: span 2/span 2;
}
.content__grid .grid__02 {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  background: #ebe7d9;
  color: #977b42;
}
.content__grid .grid__02 ul {
  color: #977b42 !important;
  border-color: #977b42 !important;
}
.content__grid .grid__02 .logo__brand__grid {
  width: 100%;
}
.content__grid .grid__03 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-row-start: 2;
}
.content__grid .grid__04 {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 2;
  margin-bottom: 5vw;
}
.content__grid .grid__05 {
  grid-column: span 2/span 2;
  grid-row-start: 4;
  background: #000;
  font-size: min(6.8027210884vw, 120px);
  line-height: min(5.6689342404vw, 100px);
  color: #ebe7d9;
  padding: 2.5vw 0;
}
.content__grid .grid__item {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}
.content__grid .content__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  padding: min(3.2879818594vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content__grid .content__item .title ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebe7d9;
  color: #ebe7d9;
  padding-bottom: 14px;
  margin-bottom: 16px;
}
.content__grid .content__item .title ul li {
  font-size: min(1.8140589569vw, 32px);
}
.content__grid .content__item .title p {
  font-size: min(1.4739229025vw, 26px);
  text-wrap: pretty;
}
.content__grid .image__item {
  position: relative;
  width: 100%;
  z-index: 1;
}
.content__grid .btn__play {
  width: min(13.6054421769vw, 240px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.content__grid .btn__play:hover {
  opacity: 0.8;
}
.content__grid .btn__play:hover img {
  transform: scale(0.9);
}
.content__grid .btn__play img {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .content__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }
  .content__grid .grid__01 {
    grid-column: 1/-1;
    /* Ocupa da primeira à última linha de coluna */
    grid-row: auto !important;
    /* Reseta as definições de linha para que se empilhem */
    grid-column-start: auto !important;
    /* Reseta o posicionamento de coluna */
    grid-row-start: auto !important;
    /* Reseta o posicionamento de linha */
  }
  .content__grid .grid__02 {
    grid-column: 1/-1;
    grid-row: auto !important;
    grid-column-start: auto !important;
    grid-row-start: auto !important;
    order: -1;
    background: #ebe7d9;
    color: #977b42;
  }
  .content__grid .grid__02 .content__item {
    position: relative;
  }
  .content__grid .grid__02 ul {
    color: #977b42 !important;
    border-color: #977b42 !important;
  }
  .content__grid .grid__02 .logo__brand__grid {
    padding-top: 20vw;
    width: 100%;
  }
  .content__grid .grid__03 {
    grid-column: 1/-1;
    grid-row: auto !important;
    grid-column-start: auto !important;
    grid-row-start: auto !important;
    order: 0;
  }
  .content__grid .grid__04 {
    grid-column: 1/-1;
    grid-row: auto !important;
    grid-column-start: auto !important;
    grid-row-start: auto !important;
    order: 2;
    margin-bottom: 8vw;
  }
  .content__grid .grid__05 {
    grid-column: 1/-1;
    grid-row: auto !important;
    grid-column-start: auto !important;
    grid-row-start: auto !important;
    order: 1;
    background: #000;
    color: #ebe7d9;
    padding: 5vw 0;
  }
  .content__grid .grid__05 p {
    font-size: min(9.1264667536vw, 70px);
    line-height: min(7.8226857888vw, 60px);
    text-align: center;
  }
  .content__grid .grid__05 p br {
    display: none;
  }
  .content__grid .grid__item {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
  }
  .content__grid .content__item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    padding: min(6.518904824vw, 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .content__grid .content__item .title ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebe7d9;
    color: #ebe7d9;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  .content__grid .content__item .title ul li {
    font-size: min(4.1720990874vw, 32px);
  }
  .content__grid .content__item .title p {
    font-size: min(3.3898305085vw, 26px);
    text-wrap: pretty;
  }
  .content__grid .image__item {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .content__grid .btn__play {
    width: min(20.8604954368vw, 160px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
  }
  .content__grid .btn__play:hover {
    opacity: 0.8;
  }
  .content__grid .btn__play:hover img {
    transform: scale(0.9);
  }
  .content__grid .btn__play img {
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
  }
}
section.section__home {
  position: relative;
  padding: 5vw 0 2.5vw 0;
}
section.section__home .content__title {
  text-align: center;
  font-size: min(3.4013605442vw, 60px);
  line-height: min(3.4013605442vw, 60px);
  padding: 5vw 0;
  border-top: 1px solid #00c1b3;
}
section.section__home .logo__brand {
  margin-bottom: 5vw;
}
section.section__home .footer {
  border-top: 1px solid #00c1b3;
  border-bottom: 1px solid #00c1b3;
  padding: 1vw 0;
}
section.section__home .footer .logo__brand__footer {
  width: min(24.3764172336vw, 430px);
}
section.section__home .wrapper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 1500px;
  z-index: 1;
  border-image: fill 0 linear-gradient(transparent 80%, #000);
  background: url(../images/bg-global.jpg) top center no-repeat;
  background-size: cover;
}
section.section__home .wrapper__bg img {
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  section.section__home {
    position: relative;
    padding: 8vw 0;
  }
  section.section__home .content__title {
    text-align: center;
    font-size: min(5.2151238592vw, 40px);
    line-height: min(5.7366362451vw, 44px);
    padding: 8vw 0;
    border-top: 1px solid #00c1b3;
  }
  section.section__home .logo__brand {
    margin-bottom: 8vw;
  }
  section.section__home .footer {
    border-top: 1px solid #00c1b3;
    border-bottom: 1px solid #00c1b3;
    padding: 2vw 0;
  }
  section.section__home .footer .logo__brand__footer {
    width: min(56.0625814863vw, 430px);
  }
  section.section__home .wrapper__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 1500px;
    z-index: 1;
    border-image: fill 0 linear-gradient(transparent 80%, #000);
    background: url(../images/bg-global.jpg) top center no-repeat;
    background-size: cover;
  }
  section.section__home .wrapper__bg img {
    position: relative;
    z-index: 0;
  }
}
#loading-site {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 99992000;
  background: #ffffff;
}
#loading-site .progress-bar {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/loading-container.png) left top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
}
#loading-site .progress-bar .progress {
  width: 0;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/loading-progress.png) left top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  transition: 0.2s all;
  z-index: 10;
}

@media only screen and (max-width: 770px) {
  #loading-site .progress-bar {
    top: 45%;
    width: 150px;
    height: 100px;
    background-size: cover;
  }
  #loading-site .progress-bar .progress {
    width: 0;
    height: 100px;
    background-size: cover;
  }
}
/*# sourceMappingURL=style.min.css.map */
