.container-navbar {
  position: fixed;
  z-index: 60;
  padding: 5px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-tertiary);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.container-navbar .navbar-logo img {
  width: 25%;
  padding: 10px;
}

.container-navbar .navbar-link {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-navbar .navbar-link .line-links {
  padding: 10px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

.container-navbar .navbar-link .line-links a {
  text-decoration: none;
  color: var(--color-primary);
}

.container-navbar.down {
  background: var(--color-background-two);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.link-effect {
  width: 100%;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.link-effect span {
  position: relative;
  z-index: 99;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.link-effect a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #c4b107;
  position: absolute;
  top: -50px;
  left: 0;
  -webkit-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
}

.link-effect a:hover::after {
  top: 0;
}

.active {
  padding: 10px;
  background: var(--color-secondary);
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.active a {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fas {
  padding: 0 6px;
  font-size: 12px;
}

.active:hover {
  background: var(--color-quintary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.container-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto 100px;
  padding: 60px 0;
}

.container-layout .present-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
}

.container-layout .present-info .present-logo img {
  width: 100%;
}

.container-layout .present-info p {
  font-size: 25px;
  width: 60%;
  padding: 10px 0;
}

.container-layout .present-info .btn-long {
  padding: 10px;
}

.container-layout .present-info .btn-long a {
  text-decoration: none;
  color: var(--color-tertiary);
  border-bottom: 2px solid white;
  padding: 10px;
}

.container-layout .console-logo {
  width: 100%;
  padding: 10px;
}

.container-layout .console-logo img {
  width: 100%;
}

.container-section {
  width: 70%;
  margin: auto;
  padding: 30px 0;
}

.container-section h2 {
  padding: 5px;
  border-bottom: 2px solid #6e6e6e;
  width: 20%;
  margin: 10px;
}

.container-section .articulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 30px 0;
}

.container-section .articulo .articulo-console {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.container-section .articulo .articulo-console .logo-arti {
  width: 30%;
}

.container-section .articulo .articulo-console .logo-arti img {
  width: 100%;
  border-radius: 5px;
}

.container-section .articulo .articulo-console .info-arti {
  width: 50%;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container-section .articulo .articulo-console .info-arti h3 {
  font-size: 20px;
  color: var(--color-secondary);
  border-bottom: 2px solid var(--color-secondary);
  width: 25%;
}

.container-section .articulo .articulo-console .info-arti .price {
  list-style: none;
  color: var(--color-quaternary);
}

.btn-hold a {
  text-decoration: none;
  padding: 10px 25px;
  background: var(--color-tertiary);
  color: var(--color-primary);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-hold a:hover {
  background: var(--color-quaternary);
  color: var(--color-primary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.container-main {
  background-image: url(../img/xbox-game-pass.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 22;
}

.container-main .filtro-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-main);
}

.main {
  width: 70%;
  height: 60vh;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1.4fr;
      grid-template-columns: 3fr 1.4fr;
  gap: 20px;
}

.main .card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 22;
}

.main .card .card-banner {
  -webkit-filter: brightness(30%);
          filter: brightness(30%);
  height: 180px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .card .card-banner .text-card {
  font-size: smaller;
  border-radius: 50px;
  background: var(--color-things);
  padding: 8px;
  visibility: hidden;
  color: var(--color-primary);
}

.main .banner {
  position: relative;
  z-index: 22;
  padding: 20px 5px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 7px 15px 1px rgba(20, 255, 32, 0.38);
          box-shadow: 5px 7px 15px 1px rgba(20, 255, 32, 0.38);
}

.main .banner .banner-enter {
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .banner .banner-enter img {
  width: 30%;
}

.main .banner .banner-enter h2 {
  text-transform: uppercase;
  color: var(--color-primary);
  border-bottom: 1px solid;
}

.main .banner .text-banner {
  z-index: 22;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main .banner .text-banner .text-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main .banner .text-banner .text-links li {
  list-style: none;
  padding: 10px;
  width: 90%;
  margin: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main .banner .text-banner .text-links li a {
  text-decoration: none;
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .banner .text-active {
  z-index: 22;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-primary);
  border-radius: 51px;
  padding: 10px;
  background: var(--color-secondary);
}

.main .banner .text-active a {
  text-decoration: none;
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .banner .filtro-banner {
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-banner);
}

.text-links li:hover {
  background: blue;
  padding: 10px;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.card .card-banner:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  cursor: pointer;
}

.card .card-banner:hover .text-card {
  visibility: visible;
}

.front-1 {
  background-image: url(../img/Halo-Infinite1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-2 {
  background-image: url(../img/forza5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-3 {
  background-image: url(../img/back4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-4 {
  background-image: url(../img/psychonauts-2-analisis-1629712774583.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-5 {
  background-image: url(../img/The-Medium-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-6 {
  background-image: url(../img/x7zjnrr.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-banner {
  background-image: url(../img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-join {
  padding: 5px 10px;
  background-color: transparent;
  border: 1.5px solid transparent;
  color: #27a745;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}

.btn-join::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 1.5px solid #27a745;
  border-left: 1.5px solid #27a745;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-join::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 1.5px solid #27a745;
  border-right: 1.5px solid #27a745;
  left: -1;
  right: 0;
  bottom: 0;
  top: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-join:hover:after {
  width: 115px;
  height: 35px;
}

.btn-join a {
  color: #ffffff;
  text-decoration: none;
}

.btn-join:hover::before {
  width: 115px;
  height: 35px;
}

:root {
  --color-background:#E6E6E6;
  --color-background-two:#0F500F;
  --color-primary:#ffffff;
  --color-secondary:#000;
  --color-tertiary:#0C6A0F;
  --color-quaternary:#e90e0ed7;
  --color-quintary: #10FADF;
  --color-banner:#2b96167e;
  --color-main:#cbcbcb94;
  --color-things:#2ec70fa6;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: var(--color-background);
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#btnScrollToTop {
  position: fixed;
  right: 50px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-tertiary);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: white;
  outline: none;
  cursor: pointer;
  border: none;
  z-index: 60;
}

#btnScrollToTop:active {
  background: var(--color-background-two);
}

.btn-buy a:hover {
  background: var(--color-quintary);
}
/*# sourceMappingURL=style.css.map */