.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.menu {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.container {
  max-width: 1152px;
  padding-left: 32px;
  padding-right: 32px;
}

.menu-logo {
  width: 210px;
}

.menu-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-container-video {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-relative {
  height: 100vh;
  position: relative;
}

.video-bg {
  width: 100%;
  height: 100%;
}

.icon-hide {
  display: none;
}

.menu-button {
  width: 45px;
  height: 31px;
  background-image: url('../images/menu-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.body {
  color: #fff;
  background-color: #000;
}

.about-container {
  z-index: 1;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.title-container {
  max-width: 630px;
  grid-column-gap: 23.4px;
  grid-row-gap: 23.4px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.line-small {
  width: 124px;
  height: 2px;
  background-color: #8ae50f;
}

.about-title {
  text-align: center;
  text-transform: uppercase;
}

.about-title.medium {
  font-weight: 500;
}

.about-logo {
  width: 373px;
  height: 78px;
}

.about-logo.footer {
  width: 450px;
  height: 105px;
}

.about-text {
  max-width: 470px;
  text-align: center;
  font-family: Prstart, sans-serif;
}

.yellow-text {
  color: #fcff14;
}

.green-text {
  color: #8ae50f;
}

.about-container-graphic {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.graphic-card {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.graphic-item {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.graphic-number {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.graphic-bar {
  width: 86px;
  height: 300px;
  transform-origin: 50% 100%;
  background-color: #8ae50f;
}

.graphic-bar._5 {
  height: 280px;
}

.graphic-bar._4 {
  height: 260px;
}

.graphic-bar._3 {
  height: 240px;
}

.graphic-bar._2 {
  height: 220px;
}

.graphic-bar._1 {
  height: 200px;
}

.history-container {
  flex-direction: column;
  align-items: center;
  padding-top: 157px;
  padding-bottom: 157px;
  display: flex;
}

.history-content {
  max-width: 850px;
  grid-column-gap: 24px;
  display: flex;
  overflow: hidden;
}

.history-content._2 {
  padding-left: 32px;
}

.history-content._3 {
  padding-left: 64px;
}

.line-vertical {
  width: 13px;
  transform-origin: 50% 100%;
  background-color: #8ae50f;
  flex: none;
}

.history-text {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

.image-element {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-element.cover {
  object-fit: cover;
}

.cards-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 192px;
  display: grid;
  overflow: hidden;
}

.card {
  grid-row-gap: 16px;
  text-align: center;
  cursor: default;
  background-color: #4b4b4b;
  flex-direction: column;
  padding: 90px 50px;
  display: flex;
  position: relative;
}

.card-title {
  min-height: 120px;
  text-transform: uppercase;
  font-family: Prstart, sans-serif;
  font-weight: 400;
}

.card-text {
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
}

.card-bar {
  width: 100%;
  height: 50px;
  background-color: #8f14ac;
  justify-content: flex-end;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card-close {
  width: 35px;
  height: 35px;
  background-color: #8ae50f;
  background-image: url('../images/icon-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 3px solid #000;
}

.trust-container {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.trust-content-slider {
  width: 887px;
  max-width: 100%;
  display: none;
  overflow: hidden;
}

.brands-slider-complete {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.brand-nav, .brand-arrow {
  display: none;
}

.brand-slide {
  width: 25%;
}

.brand-card {
  height: 103px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.mask {
  overflow: visible;
}

.image-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-container {
  grid-row-gap: 70px;
  flex-direction: column;
  align-items: center;
  padding: 50px 40px 96px;
  display: flex;
}

.services-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  padding-right: 40px;
}

.services-slider-arrow {
  width: 28px;
  height: 40px;
  background-image: url('../images/arrow-slider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .2s;
}

.services-slider-arrow:hover {
  transform: scale(.9);
}

.services-slider-arrow.left {
  transform: rotate(-180deg);
}

.services-slider-arrow.left:hover {
  transform: scale(.9)rotate(-180deg);
}

.services-slider-nav {
  display: none;
}

.service-slide {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.service-card {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.services-card-complete {
  text-align: center;
  background-color: #1c00c1;
  flex-direction: column;
  display: flex;
}

.service-card-content {
  padding: 35px 32px;
}

.service-image-content {
  height: 387px;
}

.service-list {
  min-height: 150px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.service-card-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Prstart, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.gaming-container {
  z-index: 1;
  grid-row-gap: 92px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.gaming-image {
  width: 900px;
  height: 537px;
  max-width: 100%;
  justify-content: center;
  overflow: hidden;
}

.contact-container {
  z-index: 1;
  grid-row-gap: 91px;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.contact-content-form {
  width: 100%;
}

.contact-form {
  margin-bottom: 0;
}

.form-element {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-input {
  min-height: 75px;
  color: #000;
  background-image: url('../images/rectangle-green.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  border-radius: 16px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  transition: all .2s;
}

.form-input:focus {
  background-size: 0 100%;
}

.form-input::-ms-input-placeholder {
  color: rgba(28, 0, 193, .2);
}

.form-input::placeholder {
  color: rgba(28, 0, 193, .2);
}

.form-input.blue {
  background-image: url('../images/rectangle-blue.svg');
}

.form-input.yellow {
  background-image: url('../images/rectangle-yellow.svg');
}

.form-title {
  text-align: center;
  margin-bottom: 67.4px;
  font-family: Prstart, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.form-content-inputs {
  min-width: 544px;
  grid-row-gap: 60px;
  flex-direction: column;
  margin-bottom: 110px;
  display: flex;
}

.submit-buton {
  background-color: #8ae50f;
  border-radius: 16px;
  padding: 13px 63px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  transition: all .2s;
}

.submit-buton:hover {
  background-color: #8f14ac;
}

.success-message {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.error-message {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
}

.success-title {
  text-align: center;
  margin-bottom: 35px;
  font-family: Prstart, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.success-text {
  font-size: 24px;
  line-height: 32px;
}

.success-message-content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.container-logo {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-final {
  grid-column-gap: 50px;
  justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fcff14;
}

.bg-gray {
  background-color: #4b4b4b;
}

.menu-list {
  max-width: 200px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
}

.menu-link {
  color: #fff;
  text-align: right;
  padding: 10px 0;
  transition: all .2s;
}

.menu-link:hover, .menu-link.w--current {
  color: #8ae50f;
}

.relative-bg-image {
  position: relative;
}

.image-bg1 {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.image-bg1._2 {
  bottom: 251px;
}

.bg-image {
  width: 100%;
}

.bg-gradient-black {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .77) 13%, rgba(0, 0, 0, .58) 51%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-logos {
  width: 33.3333%;
  height: 103px;
  grid-column-gap: 90px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-logos.hide {
  display: none;
}

.logo-card {
  width: 140px;
  flex: none;
}

.logo-card.hide {
  display: none;
}

.container-logos-gral {
  width: 300%;
  grid-column-gap: 90px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brands-content {
  max-width: 887px;
  overflow: hidden;
}

.bg-white {
  background-color: rgba(255, 255, 255, .2);
}

.history-content-gral {
  grid-row-gap: 34px;
  flex-direction: column;
  display: flex;
}

.videp-bg {
  z-index: 1;
}

.video {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .services-slider-arrow.left {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .bg-relative {
    height: 500px;
  }

  .about-container-graphic {
    padding-top: 60px;
  }

  .graphic-number {
    font-size: 16px;
    line-height: 24px;
  }

  .graphic-bar {
    width: 60px;
    height: 230px;
  }

  .graphic-bar._5 {
    height: 220px;
  }

  .graphic-bar._4 {
    height: 210px;
  }

  .graphic-bar._3 {
    height: 200px;
  }

  .graphic-bar._2 {
    height: 190px;
  }

  .graphic-bar._1 {
    height: 180px;
  }

  .history-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .history-text {
    font-size: 16px;
    line-height: 24px;
  }

  .cards-container {
    padding-bottom: 90px;
  }

  .card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-title {
    min-height: 96px;
    font-size: 24px;
    line-height: 32px;
  }

  .card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .trust-content-slider {
    display: block;
  }

  .brand-slide {
    width: 50%;
  }

  .services-container {
    padding-left: 0;
    padding-right: 0;
  }

  .services-slider {
    max-width: 500px;
  }

  .service-slide {
    width: 100%;
  }

  .service-card-title {
    min-height: 60px;
  }

  .gaming-image {
    height: 400px;
  }

  .contact-container {
    padding-top: 40px;
  }

  .image-bg1._2 {
    bottom: 412px;
  }

  .brands-content {
    max-width: 600px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .menu-logo {
    width: 150px;
  }

  .menu-button {
    width: 35px;
  }

  .about-container {
    grid-row-gap: 32px;
  }

  .title-container {
    grid-row-gap: 10px;
  }

  .about-title {
    font-size: 20px;
    line-height: 32px;
  }

  .about-logo.footer {
    width: 200px;
    height: 60px;
    max-width: 100%;
  }

  .about-text {
    font-size: 10px;
    line-height: 21px;
  }

  .about-container-graphic {
    padding-top: 40px;
  }

  .graphic-number {
    font-size: 10px;
    line-height: 20px;
  }

  .graphic-bar {
    width: 25px;
    height: 150px;
  }

  .graphic-bar._5 {
    height: 140px;
  }

  .graphic-bar._4 {
    height: 130px;
  }

  .graphic-bar._3 {
    height: 120px;
  }

  .graphic-bar._2 {
    height: 110px;
  }

  .graphic-bar._1 {
    height: 100px;
  }

  .history-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .history-content {
    grid-column-gap: 24px;
  }

  .history-content._2 {
    padding-left: 24px;
  }

  .history-content._3 {
    padding-left: 48px;
  }

  .line-vertical {
    width: 8px;
  }

  .history-text {
    font-size: 14px;
    line-height: 21px;
  }

  .cards-container {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .card {
    padding: 60px 24px 40px;
  }

  .card-title {
    min-height: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .card-text {
    font-size: 14px;
    line-height: 21px;
  }

  .card-bar {
    height: 40px;
  }

  .card-close {
    width: 20px;
    height: 20px;
  }

  .trust-container {
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .brand-slide {
    width: 100%;
  }

  .brand-card {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-slider {
    max-width: 450px;
  }

  .services-slider-arrow.left {
    width: 20px;
    height: 30px;
    margin-left: 0;
  }

  .services-slider-arrow.right {
    width: 20px;
    height: 30px;
    margin-right: 0;
  }

  .service-card-content {
    padding: 24px;
  }

  .service-image-content {
    height: 250px;
  }

  .service-list {
    min-height: 105px;
    font-size: 14px;
    line-height: 21px;
  }

  .service-card-title {
    min-height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .gaming-container {
    grid-row-gap: 40px;
  }

  .gaming-image {
    height: 300px;
    min-height: auto;
  }

  .contact-container {
    padding-top: 40px;
  }

  .form-input {
    min-height: 40px;
    background-image: url('../images/rectangle-movil-green.svg');
    border-radius: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .form-input.blue {
    background-image: url('../images/rectangle-movil-blue.svg');
  }

  .form-input.yellow {
    height: 40px;
    background-image: url('../images/rectangle-movil-yellow.svg');
  }

  .form-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  .form-content-inputs {
    width: 100%;
    min-width: auto;
    grid-row-gap: 24px;
    margin-bottom: 40px;
  }

  .submit-buton {
    font-size: 16px;
    line-height: 24px;
  }

  .success-title {
    font-size: 24px;
    line-height: 32px;
  }

  .success-text {
    font-size: 16px;
    line-height: 24px;
  }

  .error-text {
    font-size: 14px;
    line-height: 21px;
  }

  .container-logo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-final {
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-link {
    font-size: 9px;
    line-height: 21px;
  }

  .image-bg1._2 {
    bottom: 155px;
  }
}

@media screen and (max-width: 479px) {
  .services-slider {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .services-slider-arrow.left {
    margin-left: -30px;
  }

  .services-slider-arrow.right {
    margin-right: -30px;
  }

  .service-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .service-card-title {
    min-height: 48px;
  }

  .gaming-image {
    height: 170px;
  }

  .image-bg1 {
    bottom: 102px;
  }

  .image-bg1._2 {
    bottom: 269px;
  }
}

#w-node-_25cd4603-5dc0-2be1-e363-08b2a23c0f64-08e0a60c, #w-node-_0f40b610-77ea-bb1c-f937-644360e8fc8a-08e0a60c, #w-node-_266c5918-259f-e37b-4a7c-79c16131936f-08e0a60c, #w-node-_582ab1f9-a4e9-8091-0fb6-f25bf98c80e5-08e0a60c, #w-node-_0d9e1c55-15cf-14fa-5bb7-7556f4f8a918-08e0a60c, #w-node-_618c778c-fb52-13f4-2abe-f19899c1220f-08e0a60c, #w-node-ae40baf3-3c4d-bdbd-aa00-11e5cc2d7f54-08e0a60c, #w-node-_9556c170-8518-14a3-cd49-8e20215e0d85-08e0a60c, #w-node-c9b27196-847e-2dab-2507-075bb4135bc5-08e0a60c, #w-node-_2a3d25c3-f244-8511-707e-c2b360bc8a53-08e0a60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Prstart';
  src: url('../fonts/PrStart.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}