html, body {
  width: 100vw;
  overflow-x: clip; }

.welcome {
  position: relative;
  width: 100%;
  z-index: 100; }
  .welcome .bg-welcome {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .welcome .screencover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0); }
  .welcome .container {
    position: fixed;
    top: 50vh;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
    .welcome .container .subtitle {
      font-weight: 900;
      font-size: 3.5vh;
      line-height: 1;
      color: #FFFFFF; }
    .welcome .container .title {
      font-weight: 900;
      font-size: 12vh;
      line-height: 1;
      color: #FFFFFF;
      margin-left: -1vh; }
      @media (min-width: 576px) {
        .welcome .container .title {
          font-size: 15vh; } }
    .welcome .container .text {
      font-weight: 300;
      font-size: 2vh;
      color: #FFFFFF; }
    .welcome .container .btn-explore {
      display: flex;
      align-items: center;
      text-decoration: none; }
      .welcome .container .btn-explore .icon {
        margin-right: 0.5rem;
        height: 5vh;
        width: auto; }
      .welcome .container .btn-explore .text {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 2vh;
        line-height: 1; }
  .welcome .statistic {
    font-weight: 900;
    font-size: 8vh;
    line-height: 1;
    color: #FFFFFF;
    margin: 0;
    text-align: center; }
    @media (min-width: 400px) {
      .welcome .statistic {
        font-size: 6vh; } }
    @media (max-width: 767.98px) and (orientation: portrait) {
      .welcome .statistic {
        font-size: 4vh; } }
  .welcome .title-statistic {
    font-weight: 500;
    font-size: 1vh;
    line-height: 1;
    color: #FFFFFF;
    margin: 0;
    text-align: center; }
    @media (min-width: 400px) {
      .welcome .title-statistic {
        font-size: 2vh; } }
    @media (max-width: 767.98px) and (orientation: portrait) {
      .welcome .title-statistic {
        font-size: 1.5vh; } }

.content-text-videos {
  position: fixed;
  top: 50%;
  left: 3%;
  width: 94%;
  height: 48vh;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  z-index: 201;
  transition: all 0.5s; }
  .content-text-videos.mobile {
    opacity: 0;
    z-index: -1; }
  @media (min-width: 768px) {
    .content-text-videos {
      top: 0;
      left: 50%;
      width: 40vw;
      height: 100vh;
      background-color: transparent; } }
  .content-text-videos .item-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    min-width: 100%; }
    @media (min-width: 768px) {
      .content-text-videos .item-content {
        top: 50%;
        left: 0;
        transform: translateY(-50%); } }
    .content-text-videos .item-content .title {
      color: #ffb600;
      font-weight: 900;
      font-size: 4vh; }
    .content-text-videos .item-content .text {
      color: #FFFFFF;
      font-size: 0.8rem;
      font-weight: 300; }
      @media (min-width: 768px) {
        .content-text-videos .item-content .text {
          font-size: 2vh; } }
    .content-text-videos .item-content .btn-explore {
      display: flex;
      align-items: center;
      text-decoration: none;
      opacity: 1; }
      .content-text-videos .item-content .btn-explore .icon {
        margin-right: 0.5rem;
        height: 4vh;
        width: auto; }
        @media (min-width: 768px) {
          .content-text-videos .item-content .btn-explore .icon {
            height: 5vh; } }
      .content-text-videos .item-content .btn-explore .text {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 1.5vh;
        line-height: 1; }
        @media (min-width: 768px) {
          .content-text-videos .item-content .btn-explore .text {
            font-size: 2vh; } }
    .content-text-videos .item-content .statistic {
      font-weight: 900;
      font-size: 8vh;
      line-height: 1;
      color: #FFFFFF;
      margin: 0;
      text-align: center; }
      @media (min-width: 400px) {
        .content-text-videos .item-content .statistic {
          font-size: 6vh; } }
      @media (max-width: 767.98px) and (orientation: portrait) {
        .content-text-videos .item-content .statistic {
          font-size: 4vh; } }
    .content-text-videos .item-content .title-statistic {
      font-weight: 900;
      font-size: 1vh;
      line-height: 1;
      color: #FFFFFF;
      margin: 0;
      text-align: center; }
      @media (min-width: 400px) {
        .content-text-videos .item-content .title-statistic {
          font-size: 2vh; } }
      @media (max-width: 767.98px) and (orientation: portrait) {
        .content-text-videos .item-content .title-statistic {
          font-size: 1.5vh; } }

.scroll-videos {
  position: relative;
  width: 100%;
  z-index: 200;
  will-change: transform; }
  .scroll-videos .content-bg-videos {
    position: sticky;
    top: 0;
    left: 0;
    opacity: 0; }
    .scroll-videos .content-bg-videos .bg-videos {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .scroll-videos .content-bg-videos .screencover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
      .scroll-videos .content-bg-videos .screencover .bg-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        opacity: 0;
        transition: all 2s; }
      .scroll-videos .content-bg-videos .screencover .screencover2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8); }
  .scroll-videos .content-thumbs {
    position: relative;
    padding-top: 0px;
    z-index: 201; }
    .scroll-videos .content-thumbs .item-thumb {
      position: relative;
      width: 80%;
      padding-bottom: 48%;
      margin: 0 auto;
      transition: all 0.5s; }
      .scroll-videos .content-thumbs .item-thumb.active {
        position: relative;
        transform: scale(1.2);
        z-index: 1; }
      .scroll-videos .content-thumbs .item-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        transition: all 0.5s; }
      .scroll-videos .content-thumbs .item-thumb .content-video {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        position: absolute;
        top: 2px;
        left: 2px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        z-index: -1; }
        .scroll-videos .content-thumbs .item-thumb .content-video video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .scroll-videos .content-thumbs .item-thumb .screencover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8); }
    .scroll-videos .content-thumbs .arrow-videos {
      position: sticky;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50%;
      margin: 0 auto;
      opacity: 0; }
      .scroll-videos .content-thumbs .arrow-videos.sticky {
        opacity: 1; }

.media {
  position: relative;
  width: 100%;
  z-index: -1; }
  .media .content-bg-media {
    position: sticky;
    top: 0;
    left: 0;
    opacity: 0; }
    .media .content-bg-media .bg-media {
      width: 100%;
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .media .content-bg-media .screencover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8); }
  .media .container {
    position: fixed;
    top: 50vh;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
    @media (max-width: 767.98px) and (orientation: portrait) {
      .media .container {
        top: 10vh;
        left: 50%;
        transform: translate3d(-50%, 0%, 0); } }
    .media .container .title {
      font-weight: 900;
      font-size: 10vh;
      line-height: 1;
      color: #FFFFFF;
      margin-left: -1vh;
      opacity: 0;
      transform: translateY(100%); }
      @media (min-width: 400px) {
        .media .container .title {
          font-size: 15vh; } }
      @media (max-width: 767.98px) and (orientation: portrait) {
        .media .container .title {
          font-size: 8vh; } }
    .media .container .text {
      font-weight: 300;
      font-size: 2vh;
      color: #FFFFFF;
      opacity: 0;
      transform: translateY(100%); }
    .media .container .statistics .item {
      display: none;
      opacity: 0;
      transform: translateY(200%); }
      .media .container .statistics .item .subtitle {
        font-weight: 900;
        font-size: 3.5vh;
        line-height: 1;
        color: #ffb600; }
        @media (max-width: 767.98px) and (orientation: portrait) {
          .media .container .statistics .item .subtitle {
            font-size: 3vh; } }
      .media .container .statistics .item .dato {
        font-weight: 900;
        font-size: 8vh;
        line-height: 1;
        color: #FFFFFF;
        margin: 0;
        text-align: center; }
        @media (min-width: 400px) {
          .media .container .statistics .item .dato {
            font-size: 8vh; } }
        @media (max-width: 767.98px) and (orientation: portrait) {
          .media .container .statistics .item .dato {
            font-size: 6vh; } }
      .media .container .statistics .item .title-dato {
        font-weight: 900;
        font-size: 1vh;
        line-height: 1;
        color: #ffb600;
        margin: 0;
        text-align: center; }
        @media (min-width: 400px) {
          .media .container .statistics .item .title-dato {
            font-size: 2vh; } }
        @media (max-width: 767.98px) and (orientation: portrait) {
          .media .container .statistics .item .title-dato {
            font-size: 1.5vh; } }
  .media .media-video {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40vw;
    height: 80vh;
    transform: translate(100%, 100%); }
    .media .media-video .box-video {
      position: absolute;
      top: 0;
      left: 0; }
      .media .media-video .box-video .content-video {
        position: absolute;
        top: 2%;
        left: 8%;
        width: 39%;
        height: 75%;
        border-radius: 2rem;
        z-index: -1;
        overflow: hidden;
        transition: all 0.5s; }
        @media (max-width: 767.98px) and (orientation: portrait) {
          .media .media-video .box-video .content-video {
            border-radius: 5px; } }
        .media .media-video .box-video .content-video video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .media .media-video .box-video img {
        width: 35vw; }
        @media (max-width: 767.98px) and (orientation: portrait) {
          .media .media-video .box-video img {
            width: 65vw; } }
