.height-connected {
  height: calc(100vh - 280px);
}
.height-not-connected {
  height: 400px;
}
@media(max-width: 1024px) {
  .height-not-connected {
      height: 470px;
  }
}
#anclaje {
  text-decoration: none;
}
.gamedescription {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.gamedescription > div {
  background-color: var(--container-color);
  border-radius: var(--border-radius);
  padding: 20px;
}
.gamedescription > div.doble {
  grid-column: span 2;
}
@media (max-width: 768px){
  .gamedescription {
      grid-template-columns: repeat(1, 1fr);
  }
  .gamedescription > div.doble {
      grid-column: inherit;
  }
}
.gamedescription .gameimage {
  align-items: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
  padding: 0;
}
.gamedescription .gameimage img {
  border-radius: 20px;
  max-width: 400px;
  width: 100%;
}
.gamedescription .machine--data--wrapper {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  justify-items: center;
}
.gamedescription .machine--data--wrapper .machine--data {
  text-align: center;
  width: 100%;
}
.gamedescription .machine--data--wrapper .machine--data .icon {
  color: #00a8a4;
  font-size: 4.5rem;
  margin: 10px;
  width: auto;
}
.gamedescription .machine--data--wrapper .machine--data h4 {
  font-size: var(--h6);
}
.gamedescription .machine--data--wrapper .machine--data p {
  font-size: var(--h5);
  font-weight: bold;
}
@font-face {
  font-family: 'icomoon';
  src:  url('/css/fonts/icomoon.eot?d41rjp');
  src:  url('/css/fonts/icomoon.eot?d41rjp#iefix') format('embedded-opentype'),
    url('/css/fonts/icomoon.ttf?d41rjp') format('truetype'),
    url('/css/fonts/icomoon.woff?d41rjp') format('woff'),
    url('/css/fonts/icomoon.svg?d41rjp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="ico-"], [class*=" ico-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-godown:before {
  content: "\e938";
}
.ico-volatilidad-3:before {
  content: "\e948";
}
.ico-volatilidad-2:before {
  content: "\e949";
}
.ico-volatilidad-1:before {
  content: "\e94a";
}
.ico-LineasdePago:before {
  content: "\e932";
}
.ico-RetornoalJugador:before {
  content: "\e934";
}
.ico-Rodillos:before {
  content: "\e935";
}
.ico-ApuestaMaxima:before {
  content: "\e930";
}
.ico-ApuestaMinima:before {
  content: "\e931";
}