section .container {
  width: 100%;
}
section {
  margin-top: unset;
}
div#lobby-list {
  padding-top: 6em;
}
.gamelobby {
  /*width: 100%;*/
  width: 24%;
  max-width: 13.6vw;
  background-color: transparent;
  padding: unset;
  border: unset;
  margin: auto 1vw;
  box-shadow: 3px 3px 5px 1px;
  border-radius: 2em;
}
.list {
  padding: 0;
  width: 93.7vw;
  overflow-x: hidden;
  margin: auto;
  scroll-behavior: smooth;
  overflow-y: hidden;
  /*min-height: 27vh;*/
}
.list,
.filters,
.promociones {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.prev,
.next {
  background: transparent;
  position: absolute;
  top: auto;
  z-index: 10;
  padding: 0em;
  border-radius: 1em;
  box-shadow: unset;
  height: 35px;
  width: 35px;
}
.prev:hover,
.next:hover {
  background: rgb(69 166 222 / 42%);
  position: absolute;
  top: auto;
  z-index: 10;
  padding: 0em;
  border-radius: 3em;
  box-shadow: unset;
  height: 35px;
  width: 35px;
}
.prev {
  left: 5px;
}
.next {
  right: 5px;
}
i.fas.fa-angle-right {
  margin-top: 1px;
  margin-left: 3px;
  color: #45a6de;
  font-size: 2em;
}
i.fas.fa-angle-left {
  margin-top: 1px;
  margin-left: -3px;
  color: #45a6de;
  font-size: 2em;
}
.gamelobby_container {
  display: flex;
  flex-flow: nowrap;
  position: relative;
  align-items: center;
  min-height: 13vw;
}
.lobbyRoom img {
  width: 13.6vw;
  max-width: unset;
  border-radius: 2em;
}
.lobbyButton {
  flex-wrap: wrap;
}
.lobbyButton a,
.lobbyButton a:hover {
  width: 45%;
  margin-top: 0.5em;
  text-align: center;
  font-size: 14px;
  background: transparent;
  border: 1px solid white;
  border-radius: 3em;
}
.lobbyButton h5.title {
  width: 100%;
  text-align: center;
  position: relative;
  top: -1.5em;
  font-size: 18px;
  color: white;
}
.gamelobby:hover .lobbyButton {
  visibility: visible;
  background: #0000009e;
  transition: background-color 0.5s ease-in-out;
  border-radius: 1vw;
}
.section_game_container {
  display: flex;
  align-content: center;
  align-items: flex-start;
  margin-left: 5em;
  margin-top: -1em;
  position: relative;
  top: 1.5em;
  z-index: 10;
}
h1.section_game,
.show_more,
.show_less {
  width: auto;
  margin: unset;
  margin-top: 0em;
  padding-top: 0em;
}
.section_game {
  text-transform: uppercase;
  font-size: 24px !important;
}
p.show_more,
p.show_less {
  font-size: 16px;
  color: #8db028;
  cursor: pointer;
  padding: 0.2em 1em;
  font-weight: normal;
  padding-right: 0.5em;
}
i.fas.fa-chevron-down,
i.fas.fa-chevron-up {
  margin-top: 0.5em;
  color: #87bddc;
  font-size: 12px;
}
p.show_more:hover,
p.show_less:hover {
  text-decoration: underline;
}
.gamelobby:hover {
  z-index: 10;
  /*transform: matrix(1.5, 0, 0, 1.5, 0, 0);*/
}
.gamelobby:hover .lobbyRoom img {
  transform: unset;
  filter: opacity(1);
}
.browser_content {
  width: 40%;
  justify-content: right;
  position: absolute;
  right: 0;
  z-index: 90;
  background: white;
  top: 2em;
}
div.browser_result:hover {
  text-decoration: unset;
}
.result_contentainer {
  border-radius: 1em;
  box-shadow: -5px 5px 10px;
  max-height: 30em;
  overflow-y: scroll;
  margin-top: 4em;
  width: 60%;
  position: absolute;
  background: white;
  right: 3em;
}
.result_content {
  margin: 1em 0em;
  padding-left: 1em;
  cursor: pointer;
  width: 100%;
  float: left;
  display: block;
  outline: unset;
}
img.browser_result {
  width: 9em;
  border-radius: 10px;
  margin: 0.5em 1em 0.5em 0em;
  float: left;
}
div.browser_result {
  font-size: 14px;
  color: black;
  margin-top: 1.5em;
  width: fit-content;
  display: flex;
}
.result_content:hover {
  background: #e4f1fa;
}
input.game_browser {
  border-bottom: unset;
  font-size: 20px;
  padding: 0.2em 1em;
}
.search_content i.fas.fa-search {
  font-size: 1.5em;
  opacity: 0.7;
}
.search_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  border-radius: 2em;
  border: 2px solid #b9b9b9;
  padding: 0em 2em;
  position: absolute;
  right: 5em;
}

@media only screen and (max-width: 1024px) {
  div#lobby-list {
    padding-top: 3em;
  }
  .list .btn {
    display: none;
  }
  /*.browser_content {
        display: none;
    }*/
  .browser_content {
    width: 100%;
    position: relative;
    margin: auto;
    top: -1.5em;
  }
  .search_content {
    width: 100%;
    right: 0;
  }
  .result_contentainer {
    width: 90%;
    right: 0;
  }
  .filters {
    display: none;
  }
  .CategoriesTabs {
    margin-bottom: 0.5em;
    margin-top: 2.5em;
  }
  .CategoriesTabs_container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: auto;
    overflow: auto;
    scroll-behavior: smooth;
    height: 15vh;
  }
  .gamelobby_container {
    display: flex;
    flex-flow: wrap;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .lobbyRoom img {
    border-radius: 1em;
    max-width: unset;
    width: 100%;
  }
  .gamelobby {
    width: 47%;
    margin: 2vw 1vw;
    max-width: unset;
  }
  .lobbyButton a,
  .lobbyButton a:hover {
    padding: 5px 5px;
    font-size: 16px;
    margin-bottom: 3.5em;
    position: relative;
    top: 1.5em;
  }
  .CategoriesTabs_category.active .CategoriesTabs_title {
    font-weight: bolder;
  }
  .CategoriesTabs_icon {
    background-image: url(/img/Sprite_new_v2.png?v1);
    height: 7em;
    background-repeat: no-repeat;
    background-size: 177em;
    background-position-x: -1.5em;
    background-position-y: -1em;
  }
  .CategoriesTabs_category {
    width: 7em;
    min-width: 7em;
    text-align: center;
    /*margin: 0em .5em;*/
  }
  .CategoriesTabs_title {
    font-size: 14px;
  }
  .active .CategoriesTabs_icon {
    background-position-y: -15.5em;
  }

  div#Nuevos {
    background-position-x: -2em;
  }
  div#Slots {
    background-position-x: -13.7em;
  }
  div#SlotsPopulares {
    background-position-x: -91.5em;
  }
  div#Ruletaenvivo {
    background-position-x: -84.4em;
  }
  div#Ruleta {
    background-position-x: -98em;
  }
  div#Cartas {
    background-position-x: -77.5em;
  }
  div#VideoBingo {
    background-position-x: -36em;
  }
  div#Todos {
    background-position-x: -112em;
  }
  div#TodosSlot {
    background-position-x: -91em;
  }
  div#Jackpots {
    background-position-x: -105em;
  }
  div#AgeoftheGods {
    background-position-x: -15.9em;
  }
  div#DC_Comics {
    background-position-x: -74.6em;
  }
  div#salvajes {
    background-position-x: -29.5em;
  }
  div#clasicos {
    background-position-x: -22.5em;
  }
  div#dropswins {
    background-position-x: -126em;
  }
  div#macao {
    background-position-x: -119em;
  }
  div#ApuestasVirtuales {
    background-position-x: -153.7em;
  }
  /*#Torneo {
	background-position-x: -132.5em;
  }*/
  div#Halloween {
    background-position-x: -139.5em;
  }
  div#Navidad {
    background-position-x: -146.5em;
  }
  #Torneo {
    background-position-x: -160.5em;
  }
  div#FireBlaze {
    background-position-x: -167.5em;
  }
}

@media only screen and (max-width: 400px) {
  .CategoriesTabs_container {
    height: 18vh;
  }
  .CategoriesTabs_icon {
    background-position-y: -1em;
    background-size: 150em;
  }
  .active .CategoriesTabs_icon {
    background-position-y: -13.5em;
  }
  div#Nuevos {
    background-position-x: -1em;
  }
  div#SlotsPopulares {
    background-position-x: -77em;
  }
  div#dropswins {
    background-position-x: -105.9em;
  }
  div#Ruletaenvivo {
    background-position-x: -71.2em;
  }
  div#Ruleta {
    background-position-x: -82.7em;
  }
  div#Cartas {
    background-position-x: -65.2em;
  }
  div#VideoBingo {
    background-position-x: -30em;
  }
  div#Todos {
    background-position-x: -94.5em;
  }
  div#TodosSlot {
    background-position-x: -77em;
  }
  div#salvajes {
    background-position-x: -24.5em;
  }
  div#clasicos {
    background-position-x: -7em;
  }
  div#Jackpots {
    background-position-x: -88.5em;
  }
  div#macao {
    background-position-x: -100em;
  }
  div#ApuestasVirtuales {
    background-position-x: -129.4em;
  }
  /*TORNEO ESTANDAR*/
  /*#Torneo {
    background-position-x: -112em;
  }*/

  /*TORNEO MENSUAL*/
  #Torneo {
    background-position-x: -135.5em;
  }
  div#Halloween {
    background-position-x: -117.7em;
  }
  div#Navidad {
    background-position-x: -123.5em;
  }
  div#torneo-mensual {
    background-position-x: -141.6em;
  }
  div#FireBlaze {
    background-position-x: -141.5em;
  }
  div#AgeoftheGods {
    background-position-x: -12.9em;
  }
}
@media only screen and (max-width: 330px) {
  .CategoriesTabs_container {
    height: 20vh;
  }
}