.products h2 {
  margin: 2rem 0;
  text-align: center;
  font-family: 'Barlow';
  color: #009045;
  font-weight: 100;
  font-size: 4rem;
}

.products h2 span {
  font-weight: 500;
  margin-left: 0.5rem;
  text-transform: lowercase;
}

.productos {

  background: #014138;
}

.productos .producto {
  margin: 0 !important;
}

.productos .producto img {

  height: auto;

  width: 100%;
}

.productos .swiper-wrapper {
  transition-timing-function: linear;
}

@charset "utf-8";

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/

.custom-carousel .disabled {
  display: none;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  border: 0px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #009045;
}

h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.game-section .item h3 {
  opacity: 0;
  pointer-events: none;
}

.game-section .item .area-btn-visit {
  opacity: 0;
  display: none;
}

.game-section .item .area-btn-visit {
  opacity: 1;
  display: block;
  position: absolute;
  bottom: 2rem;
  width: 50%;
  z-index: 999;
  height: 9rem;
  left: 24%;
}

.game-section .item .area-btn-visit .btn-visit {
  background: #00904573;
  font-family: 'Barlow';
  color: #ffffff;
  padding: 1rem 2rem;
  border: 4px solid #ffffff;
  font-weight: 500;
  font-size: 1.75rem;
  border-radius: 4px;
  margin: 0 auto;
  width: fit-content;
}

.game-section .item h3 {
  margin: 0 0 10px;
  opacity: 1;
  font-size: 1.5vw!important;
  line-height: 36px;
  /* top: 0; */
  /* left: 0; */
  font-size: 2.75rem;
  line-height: initial;
  font-family: 'Barlow';
  font-weight: 300;
  margin-top: 3rem;
  text-align: left;
}
.game-section .item h3 b{
  font-size: 3vw;
  font-weight: 600;
}

/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}

.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.line-title::before {
  width: 100%;
  /* background: #f2f2f2; */
}

.line-title::after {
  width: 32px;
  /* background: #e73700; */
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 0;
  width: 100vw;
  position: relative;
  margin: 0 auto;
}

.game-section .custom-carousel {
  padding: 0 !important;
}

.game-section .owl-stage {
  margin: 0 0;
  display: flex;
  /* display: -webkit-flex; */
  transition: transform 1s ease!important;
}

.game-section .item {
  margin: 0 0 0;
  width: 50vw;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  background: #343434 no-repeat center center / cover;
  border-radius: 0;
  overflow: hidden;
  min-height: 30vw;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  min-width: 100%;
}

.game-section .item {
  width: 50vw;
  /* box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
  /* -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
}

.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* transform: translateY(calc(100% - 54px)); */
  /* -webkit-transform: translateY(calc(100% - 54px)); */
  /* transition: all 0.4s ease-in-out; */
  -webkit-transition: all 0.4s ease-in-out;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*! font-size: 14rem; */
}

.game-section .item .item-desc {
  transform: none;
  -webkit-transform: none;
}

.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.game-section .item .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.game-section .owl-theme.custom-carousel .owl-dots {
  display: none;
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
  z-index: 999;
  opacity: 0.5;
  margin: 0 auto !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -35px;
}
.owl-carousel .owl-next {
  right: -35px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 20px;
  top: 50%;
  background-color: var(--base-color) !important;
  display: block;
  padding: 0 .3em !important;
  font-size: 3em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 8rem !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -6px;
  top: 50%;
  background-color: var(--base-color) !important;
  display: block;
  padding: 0 .3em !important;
  font-size: 3em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 8rem !important;
}

@media(max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }

  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    /* padding: 50px 30px 40px; */
    margin: 0;
  }

  .game-section .item {
    /* margin: 0 12px 60px; */
    width: 100vw;
    height: 70vw;
    /* width: 75vw; */
    z-index: 99;
  }

  .game-section .item.active {
    width: 100vw;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
  }

  .game-section .owl-stage .active {}

  .game-section .item-desc {
    /* transform: translateY(calc(100% - 42px)); */
    /* -webkit-transform: translateY(calc(100% - 42px)); */
  }

  .game-section .item .area-btn-visit {
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 1rem;
    width: 60%;
    z-index: 999;
    left: 17%;
    height: 25vw;
  }

  .game-section .item .area-btn-visit .btn-visit {
    /* background: white; */
    font-family: 'Barlow';
    /* color: #009045; */
    padding: 1rem 2rem;
    /* border: 4px solid #009045; */
    font-weight: 500;
    font-size: 1.25rem;
    /* border-radius: 2rem; */
    margin: 0 auto;
    width: fit-content;
    padding: 10px 25px;
  }

  .game-section .item h3 {
    margin: 0 0 10px;
    opacity: 1;
    font-size: 3vw!important;
    line-height: 36px;
    /* top: 0; */
    /* left: 0; */
    font-size: 6vw;
    line-height: initial;
    font-family: 'Barlow';
    font-weight: 300;
    margin-top: 7vw;
  }
  .game-section .item h3 b {
    font-size: 6vw;
    font-weight: 600;
}
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h2 {
    margin-bottom: 20px;
  }


  .line-title {
    width: 250px;
  }



}