/*!
Theme Name: tesuragames
Theme URI: http://underscores.me/
Author: David Mota
Author URI: http://www.motaalltheway.com
Description: Tema para la web de Tesura Games
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tesuragames

tesuragames is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
/* Generic
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: 12px;
  font-family: "Hind", sans-serif;
  font-weight: normal;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

.noscroll {
  overflow: hidden;
}

* {
  outline: none !important;
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
a {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #1d1d1b;
}

ul {
  list-style-type: none;
}

.common_width {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.common_text {
  font-size: 1.25rem;
}

.justified {
  text-align: justify;
}

.primary_button {
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  border-radius: 50px;
  background: rgb(54,50,116);
  background: linear-gradient(90deg, rgba(54,50,116,1) 0%, rgba(112,57,140,1) 100%);
}
.primary_button div {
  border: 4px solid #fff;
  border-radius: 50px;
  padding: 10px 40px;
}
.primary_button div p {
  font-size: 1rem;
  color: #fff;
}
.primary_button.white {
  border: 4px solid #fff;
  background: none;
}
.primary_button.white div {
  border: none;
  background-color: #fff;
}
.primary_button.white div p {
  color: #5c2e74;
}

.secondary_button {
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  border: 4px solid #fff;
}

.secondary_button div {
  /*border: 4px solid #fff;*/
  border-radius: 50px;
  padding: 10px 20px;
}
.secondary_button div p {
  font-size: 1rem;
  color: #000;
}

.secondary_button.slider div p {
  color: #fff;
}

.center_content {
    text-align: center;
}

#social_actions_container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#social_actions_container .social_list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#social_actions_container .social_list .social_button {
  width: 20px;
  margin: 0 5px;
}
#social_actions_container .social_list .social_button img {
  width: 100%;
}
#social_actions_container .separator {
  width: 2px;
  margin: 0 10px;
}
#social_actions_container .separator img {
  width: 100%;
  height: 36px;
}
#social_actions_container #flag_list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#social_actions_container #flag_list a {
  width: 20px;
  height: 20px;
  margin: 0 5px 8px 5px;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}
#social_actions_container #flag_list a img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

#mobile_menu_languages #flag_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile_menu_languages #flag_list a {
  width: 20px;
  height: 20px;
  margin: 0 5px 8px 5px;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}

#mobile_menu_languages #flag_list a img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.header_section {
  padding: 80px 20px 20px 20px;
  background-color: #281235;
  box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.21);
}

.header_section .date {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.header_section h1 {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.header_section .author {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}

.filters_list {
  width: 100%;
  
  margin-bottom: 40px;
}
.filters_list h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.filters_list input[type=text] {
  padding: 10px 30px 10px 10px;
  font-size: 0.8rem;
  border-radius: none;
}
.filters_list .facetwp-checkbox {
  background-image: url("img/common/checkbox.png") !important;
  font-size: 1rem;
  padding-top: 4px;
}
.filters_list .facetwp-checkbox.checked {
  background-image: url("img/common/checkbox-checked.png") !important;
}
.filters_list #games_filters_visible {
  background-color: #281235;
}
.filters_list #games_filters_visible .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #281235;
  height: 70px;
}


.filters_list #games_filters_visible .container .separator {
    width: 2px;
    height: 80%;
    background-color: #fff;
    margin: 0 20px;
}



.filters_list #games_filters_visible .container .facetwp-type-search .facetwp-input-wrap,
.filters_list #games_filters_visible .container .facetwp-type-search .facetwp-input-wrap .facetwp-search {
    width: 100%;
}

.filters_list #games_filters_visible button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  display: none;
  cursor: pointer;
  /*font-size: 1.2rem;*/
  font-size: 1rem;
  height: 100%;
  /*padding: 0 15px;*/
  padding: 0 5px;
  /*width: 250px;*/
  width: 150px;
}
.filters_list #games_filters_visible button#more_filters {
    color: #fff;
}

.filters_list #games_filters_visible button#less_filters {
    color: #000;
    background-color: #e1e1e1;
}
.filters_list #games_filters_visible button.visible {
  display: inline-block;
}
.filters_list #games_filters_hidden {
  height: 0;
  overflow: hidden;
  display: flex;
  background-color: #e1e1e1;
}
.filters_list #games_filters_hidden.visible {
  height: auto;
  /*margin-bottom: 40px;*/
}
.filters_list #games_filters_hidden.visible .container {
  display: flex;
  flex-direction: column;
  /*justify-content: flex-start;*/
  padding: 20px 20px;
}
.filters_list #games_filters_hidden .games_filters_hidden_item {
  margin-top: 30px;
}

.filters_list #games_filters_hidden .games_filters_hidden_item:first-child {
  margin-top: 0;
}

.filters_list .facetwp-facet {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }

  .primary_button div p {
    font-size: 1.4rem;
  }
  
  .primary_button:hover {
    border-color: #e0b500 !important;
    transition: all linear 200ms;
    /*background: #e0b500 !important;*/
  }
  .single_juegos_tabs .primary_button:hover {
    background: #e0b500 !important;
  }
  .primary_button:hover div {
    background-color: #e0b500;
    transition: all linear 200ms;
  }
  
  .primary_button:hover div p {
    color: #fff;
    transition: all linear 200ms;
  }

  #single_juegos .single_juegos_tabs li .primary_button.active:hover {
    background: rgba(92, 46, 116, 0.5) !important;
    cursor: default !important;
  }
  
  .secondary_button.slider div p {
    font-size: 1.4rem;
  }

  .secondary_button:hover {
    border-color: rgba(54,50,116,1) !important;
    transition: all linear 200ms;
  }  
  
  .secondary_button:hover div {
    background: rgb(54,50,116);
    background: linear-gradient(90deg, rgba(54,50,116,1) 0%, rgba(112,57,140,1) 100%);
    transition: all linear 200ms;
  }
  

  .secondary_button:hover div p {
    color: #fff;
    transition: all linear 200ms;
  }
  
  .secondary_button.slider:hover {
    border-color: #fff !important;
    transition: all linear 200ms;
  } 

  .secondary_button.slider:hover div {
    background: #fff !important;
    transition: all linear 200ms;
  }
  .secondary_button.slider:hover div p {
    color: #000;
    transition: all linear 200ms;
  }
  
  .header_section.hiddeable {
    display: none;
  }
  .header_section {
    padding: 140px 20px 30px 20px;
  }
  .header_section h1 {
    color: #fff;
    font-size: 3.1rem;
  }
  .filters_list #games_filters_visible .container .facetwp-type-search {
    width: calc(100% - 292px);
  }

  .filters_list #games_filters_visible button {
    font-size: 1.2rem;
    padding: 0 15px;
    width: 250px;
  }
  
    .filters_list #games_filters_hidden.visible .container {
        flex-direction: row;
        justify-content: flex-start;
    }
    .filters_list #games_filters_hidden .games_filters_hidden_item {
        margin-top: 0;
        margin-right: 90px;
    }
    
    .filters_list #games_filters_visible button#more_filters:hover {
        color: #000;
        background-color: #e1e1e1;
        transition: all linear 200ms;
    }
    
    .social_button {
        transition: all linear 200ms;
    }
    
    .social_button:hover {
        transform: Scale(1.2);
        transition: all linear 200ms;
    }
    
    #social_actions_container #flag_list a:hover {
        border: 2px solid #f9b515;
        transform: Scale(1.2);
        transition: all linear 200ms;
    }
}
/* Header
--------------------------------------------- */
.site-header {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background: none;
  justify-content: space-between;
  height: 56px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all linear 200ms;
}
.site-header#header_bkg, .site-header.bkg {
  background: linear-gradient(-45deg, #281235 0%, #5c2e74 50%, #281235 100%);
  transition: all linear 200ms;
}
.site-header #header_logo_container {
  width: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header #header_logo_container a {
  display: inline;
}
.site-header #header_logo_container a img {
  width: 100%;
}
.site-header #site_navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.site-header #site_navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header #site_navigation ul li a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 0 15px;
}

/* mega menu */
#mega-menu-wrap-main {
    background-color: rgba(0,0,0,0) !important;
}

#mega-menu-wrap-main #mega-menu-main {
    text-align: center !important;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item {
    font-size: 1.5rem !important;
    color: #fff !important;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item a {
    color: #fff !important;
    font-size: 1.5rem !important;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item a:hover {
    color: #e0b500 !important;
    transition: all linear 200ms !important;
    background-color: rgba(0,0,0,0) !important;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: rgba(0,0,0,0) !important;
    color: #e0b500 !important;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item:after {
    content: '' !important;
    border-right: 2px solid #fff !important;
    margin: 0 20px !important;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item:last-child::after {
    content: '' !important;
    border-right: none !important;
    margin: 0 !important;
}



.site-header #social_actions_container {
  display: none;
}
.site-header #ham_button {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  background-image: url("img/header/mobilemenubutton.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: none;
}
.site-header #ham_button.visible {
  display: inherit;
}
.site-header #mobile_close_button {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  background-image: url("img/header/closemobilebutton.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
.site-header #mobile_close_button.visible {
  display: inherit;
}

@media only screen and (min-width: 1024px) {
  .site-header {
    padding: 30px 60px;
    height: 120px;
  }
  .site-header #header_logo_container {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    width: 170px;
  }
  .site-header #site_navigation {
    display: inherit;
  }
  .site-header #social_actions_container {
    display: flex;
    align-items: center;
  }
  .site-header #ham_button {
    display: none;
  }
  .site-header #ham_button.visible {
    display: none;
  }
  .site-header #site_navigation ul li a:hover {
      color: #e0b500;
      transition: all linear 200ms;
  }
}
/* Footer
--------------------------------------------- */
.footer_top {
  background: linear-gradient(to right, #eb5c28 0%, #fab515 50%, #eb5b28 100%);
  height: 10px;
}

footer {
  background-color: #281235;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
footer .left #footer_nav #footer_navigation ul {
   text-align: center; 
}
footer .left #footer_nav #footer_navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
}
footer .middle {
  text-align: center;
  margin: 20px 0;
}
footer .middle img {
  width: 115px;
}
footer .middle .copyright {
  color: #fff;
}

#mobile_menu_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: -100;
}
#mobile_menu_container.visible {
  opacity: 1;
  z-index: 100;
  transition: all linear 200ms;
}
#mobile_menu_container #mobile_menu {
  background-color: #281235;
  padding-top: 90px;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.65);
}
#mobile_menu_container #mobile_menu #mobile_menu_nav {
  margin-bottom: 20px;
}
#mobile_menu_container #mobile_menu #mobile_menu_nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 24px;
  text-align: center;
}
#mobile_menu_container #mobile_menu #mobile_menu_nav ul li {
  width: 100%;
}
#mobile_menu_container #mobile_menu #mobile_menu_nav ul li a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
#mobile_menu_container #mobile_menu hr {
  width: 70%;
  border: 1px solid #fff;
  margin: 16px auto;
}
#mobile_menu_container #mobile_menu .mobile_menu_section_title {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 20px;
}
#mobile_menu_container #mobile_menu #mobile_menu_social {
  text-align: center;
}
#mobile_menu_container #mobile_menu #mobile_menu_languages {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  footer {
    padding: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .left #footer_nav #footer_navigation ul li a {
    font-size: 1.4rem;
  }
  footer .left #footer_nav #footer_navigation ul {
    text-align: left; 
  }
  footer .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
/* Home 
--------------------------------------------- */
#home #home_slider {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.21);
  margin-bottom: 60px;
}
#home #home_slider #home_slider_items_list {
  height: 86vh;
}
#home #home_slider #home_slider_items_list .home_slider_item {
  width: 100%;
  height: 86vh;
  background-position: center;
  background-size: cover;
  padding: 20px 20px 60px 20px;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;*/
}
#home #home_slider #home_slider_items_list .home_slider_item .content {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
}

#home #home_slider #home_slider_items_list .home_slider_item .content .info .upper {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
}
#home #home_slider #home_slider_items_list .home_slider_item .content .info .title {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: bold;
}
#home #home_slider #home_slider_items_list .home_slider_item .content .info .buttons .secondary_button {
  margin-bottom: 20px;
  margin-right: 20px;
}
#home #home_slider #home_slider_items_list .home_slider_item .content .image {
  margin-top: 40px;
  height: 100%;
  overflow: hidden;
}
#home #home_slider #home_slider_items_list .home_slider_item .content .image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
#home #home_slider #home_slider_items_list .home_slider_item .home_slider_item_bkg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5c2e74;
}
#home #home_slider #home_slider_items_list .home_slider_item .home_slider_item_bkg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: soft-light;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    display: none;
}

.swiper-pagination-bullet {
    background-color: #fff;
    width: 20px;
    height: 20px;
}

#home #home_store {
  background-color: #5c2e74;
  background-image: url('img/home/homestorebkg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  padding: 20px 0;
}
#home #home_store .common_width {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#home #home_store .common_width .left {
  width: 100%;
}
#home #home_store .common_width .left img {
  width: 100%;
}
#home #home_store .common_width .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home #home_store .common_width .right h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 20px;
  text-align: center;
}

.home_section_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.home_section_header .article_title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  
}
.home_section_header .secondary_button {
  color: #1d1d1b;
  border: 2px solid #1d1d1b;
}

#home_blog {
  margin-top: 60px;
  margin-bottom: 120px;
}

@media only screen and (min-width: 1024px) {
  #home #home_slider #home_slider_items_list {
    height: 700px;
  }
  #home #home_slider #home_slider_items_list .home_slider_item {
    height: 700px;
    padding: 160px 40px 100px 40px;
  }
  #home #home_slider #home_slider_items_list .home_slider_item .content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #home #home_slider #home_slider_items_list .home_slider_item .content .info {
    width: calc(100% - 480px);
    padding-top: 0;
  }
  #home #home_slider #home_slider_items_list .home_slider_item .content .info .buttons .secondary_button {
    margin-right: 12px;
    margin-top: 0;
  }
  #home #home_slider #home_slider_items_list .home_slider_item .content .image {
    margin-top: 40px;
    width: 450px;
    height: 100%;
  }
  #home #home_store {
    padding: 50px 0;
  }
  #home #home_store .common_width {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #home #home_store .common_width .left {
    width: 50%;
  }
  #home #home_store .common_width .right {
    width: 45%;
    align-items: center;
    justify-content: flex-end;
  }
  #home #home_store .common_width .right h3 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 120%;
  }

  
  .home_section_header .secondary_button {
    color: #1d1d1b;
    border: 2px solid #1d1d1b;
    margin-top: 0;
  }
  
    .swiper-button-next,
    .swiper-button-prev {
        display: inherit;
    }
    
    #home #home_slider #home_slider_items_list .home_slider_item .content .info .title {
      margin-bottom: 40px;
    }

}
/* About 
--------------------------------------------- */
#about_name {
  padding: 150px 0 80px 0;
  background-image: url("img/about/headerBkg.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
  box-shadow: 0px 5px 5px -1px rgb(0 0 0 / 21%);
}
#about_name img {
  width: 70%;
}

#about_general_info {
  margin-top: 70px;
  margin-bottom: 60px;
}
#about_general_info h2 {
  font-weight: bold;
  font-size: 3.1rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 120%;
}
#about_general_info .common_text {
  text-align: center;
}

#about_business {
  display: flex;
  flex-direction: column;
}
#about_business .about_business_item.publishing {
    margin-bottom: 30px;
}
#about_business .about_business_item .header {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: rgb(54,50,116);
  background: linear-gradient(90deg, rgba(54,50,116,1) 0%, rgba(112,57,140,1) 100%);
  padding: 28px 20px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
}
#about_business .about_business_item .header img {
  height: 50px;
}
#about_business .about_business_item .header h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
}
#about_business .about_business_item .info {
  padding: 20px;
  text-align: center;
}
#about_business .about_business_item .info .common_text {
  margin-bottom: 20px;
  text-align: left;
}
#about_business .about_business_item .info a {
  color: #1d1d1b;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #1d1d1b;
  border-radius: 50px;
}

#about_physical .header {
  background: rgb(54,50,116);
  background: linear-gradient(90deg, rgba(54,50,116,1) 0%, rgba(112,57,140,1) 100%);
  padding: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 30px;
}
#about_physical .header .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}



#about_physical .swiper-container #about_physical_slider_items_list .info {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}
#about_physical .swiper-container #about_physical_slider_items_list .info img {
  width: 90%;
}

#about_physical .swiper-container #about_physical_slider_items_list .info img.desktop_image {
    display: none;
}

#about_physical .swiper-container #about_physical_slider_items_list .info .common_text {
  padding-top: 20px;
  text-align: center;
}

#about_physical .swiper-container .swiper-pagination {
    bottom: 0 !important;
}

#about_physical .swiper-container .swiper-button-next,
#about_physical .swiper-container .swiper-button-prev {
    color: #281235 !important;
}

#about_physical .swiper-container .swiper-pagination-bullet {
    background-color: #281235;
}

.swiper-container {
  position: relative !important;
  overflow: hidden;
}

#about_team {
  margin-bottom: 60px;
}
#about_team .header {
  background: rgb(54,50,116);
  background: linear-gradient(90deg, rgba(54,50,116,1) 0%, rgba(112,57,140,1) 100%);
  padding: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 30px;
}
#about_team .header .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#about_team .team_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 20px;
}

#about_team .team_list .team_item {
  margin-bottom: 20px;
  width: calc((100% / 2) - (20px / 2));
  margin-right: 20px;
}

#about_team .team_list .team_item:nth-child(2n) {
  margin-right: 0;
}

#about_team .team_list .team_item .image {
  width: 100%;
  height: 180px;
  background-color: #000;
  background-position: center;
  background-size: cover;
}
#about_team .team_list .team_item .about_team_name {
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
#about_team .team_list .team_item .about_team_position {
  font-size: 0.8rem;
  margin-bottom: 20px;
  text-align: center;
}

.social_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.social_list .social_button {
  display: inline-block;
  margin: 0 5px;
}

#mobile_menu_social .social_list .social_button img {
  width: 20px;
}


.about_contact {
  background-color: #e2e2e1;
  padding: 50px 0 40px 0;
  text-align: center;
}
.about_contact h3 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 40px;
}

/* publishing */
#distribution_intro,
#publishing_intro {
  max-width: 900px;
  margin-top: 60px;
}
#distribution_intro .common_text,
#publishing_intro .common_text {
  text-align: center;
}

.about_reasons_list {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
}
.about_reasons_list .about_reason_item {
  margin-bottom: 20px;
}
.about_reasons_list .about_reason_item .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.about_reasons_list .about_reason_item .header .number {
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-45deg, #281235 0%, #5c2e74 50%, #281235 100%);
  width: 40px;
  height: 40px;
}
.about_reasons_list .about_reason_item .header .number p {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.about_reasons_list .about_reason_item .header > p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  padding-left: 10px;
}
.about_reasons_list .about_reason_item .info {
  margin-top: 30px;
  text-align: center;
}

#about_distribution_games {
  margin-bottom: 60px;
}
#about_distribution_games .header {
  background: rgb(54,50,116);
  background: linear-gradient(90deg, rgba(54,50,116,1) 0%, rgba(112,57,140,1) 100%);
  padding: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 30px;
  margin-bottom: 40px;
}
#about_distribution_games .header .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#about_distribution_games .secondary_button {
  color: #1d1d1b;
  border: 2px solid #1d1d1b;
}

#about_distribution_retailers {
  margin-bottom: 60px;
}
#about_distribution_retailers .header {
  background: rgb(54,50,116);
  background: linear-gradient(90deg, rgba(54,50,116,1) 0%, rgba(112,57,140,1) 100%);
  padding: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 90px;
  margin-bottom: 40px;
}
#about_distribution_retailers .header .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 800px) {
    #about_team .team_list {
    flex-direction: row;
    padding: 0 40px;
  }
  #about_team .team_list .team_item {
    width: calc((100% / 4) - (60px / 4));
    margin-right: 20px;
  }
  #about_team .team_list .team_item:nth-child(2n) {
    margin-right: 20px;
  }
  #about_team .team_list .team_item:nth-child(4n) {
    margin-right: 0;
  }
  #about_team .team_list .team_item .image {
    height: 220px;
  }
  #about_team .team_list .team_item .about_team_name {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  #about_name {
    padding: 200px 0 110px 0;
  }
  #about_name img {
    width: 400px;
  }

  #about_business {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url("img/about/aboutSeparator.png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #about_business .about_business_item {
    width: 48%;
  }

  #about_physical .info {
    padding: 30px 70px;
  }

  .about_reasons_list {
    flex-direction: row;
    justify-content: space-between;
    margin: 70px auto;
  }
  .about_reasons_list .about_reason_item {
    width: calc((100% / 3) - 20px);
    margin-bottom: 0;
  }
  .about_reasons_list .about_reason_item .header {
    justify-content: flex-start;
  }
  .about_reasons_list .about_reason_item .info {
    text-align: left;
  }
    #about_business .about_business_item .info {
        text-align: left;
    }
    
    .social_list .social_button {
        margin: 0 5px;
    }

    
    .about_contact .primary_button:hover {
        background: #e0b500 !important;
        transition: all linear 200ms;
    }
    
    #about_physical .header {
      margin-top: 90px;
    }
    #about_team .header {
      margin-top: 90px;
    }
    #about_business .about_business_item.publishing {
        margin-bottom: 30px;
    }
    
    #about_physical .swiper-container #about_physical_slider_items_list .info img.desktop_image {
        display: inherit;
    }
    
    #about_physical .swiper-container #about_physical_slider_items_list .info img.mobile_image {
        display: none;
    }
}
/* Blog
--------------------------------------------- */
#list_and_filters .list_and_filters_container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*margin-top: 40px;*/
}
#list_and_filters .list_and_filters_container .posts_list .facetwp-template {
  width: 100%;
}

.posts_list_item {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.21);
  border: 8px solid #fff;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  margin-bottom: 20px;
}
.posts_list_item .image {
  width: 140px;
  height: auto;
  background-color: #000;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background-position: center;
  background-size: cover;
}
.posts_list_item .info {
  padding: 20px;
  width: calc(100% - 140px);
}
.posts_list_item .info .date {
  color: #5c2e74;
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.posts_list_item .info .title {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.posts_list_item .info .more {
  font-size: 1.25rem;
  color: #5c2e74;
}

/* single */
#single_post {
  margin-bottom: 140px;
}

#single_post_content {
  margin-top: 50px;
}

#single_post_game_container {
  background-color: #5c2e74;
  padding: 40px 0;
  text-align: center;
}
#single_post_game_container .single_post_game {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#single_post_game_container .single_post_game.common_width {
    max-width: 1100px;
}
#single_post_game_container .single_post_game .left {
  margin-bottom: 50px;
}
#single_post_game_container .single_post_game .left .know_more {
  color: #fff;
  font-size: 1.5rem;
}
#single_post_game_container .single_post_game .left .title {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
}
#single_post_game_container .single_post_game .left .actions {
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#single_post_game_container .single_post_game .left .actions .secondary_button:first-child {
  margin-right: 20px;
}
#single_post_game_container .single_post_game .right img {
  width: 100%;
}

.related_posts {
  margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
  #blog {
    padding-top: 120px;
  }
  .posts_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .posts_list_item {
    width: calc((100% / 3) - (40px / 3));
    flex-direction: row;
    margin-right: 20px;
  }

  .posts_list_item:hover {
    background-color: #281235 !important;
    border-color: #281235 !important;
    transform: scale(1.1) !important;
    transition: all linear 100ms !important;
    z-index: 10 !important;
  }
  
  .posts_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .posts_list_item .image {
    width: 170px;
    height: auto;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
  }
  .posts_list_item .info {
    width: calc(100% - 170px);
  }
  .posts_list_item:hover .info * {
    color: #fff !important;
  }

  /*#list_and_filters .list_and_filters_container {
    margin-top: 60px;
  }*/
  #list_and_filters .list_and_filters_container .posts_list .facetwp-template {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #single_post_game_container {
    padding: 40px 0;
    text-align: left;
  }
  #single_post_game_container .single_post_game {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #single_post_game_container .single_post_game .left {
    width: calc(100% - 370px);
    margin-bottom: 0;
  }
  #single_post_game_container .single_post_game .left .title {
    font-size: 3rem;
  }
  #single_post_game_container .single_post_game .left .actions {
    margin-top: 40px;
    justify-content: flex-start;
  }
  #single_post_game_container .single_post_game .left .actions .secondary_button {
    margin-top: 0;
    margin-right: 20px;
  }
  #single_post_game_container .single_post_game .right {
    width: 350px;
  }
  #single_post_game_container .single_post_game .right img {
    width: 100%;
  }
}
/* Contacto 
--------------------------------------------- */
#contact {
  margin-bottom: 120px;
}

#contact_intro {
  margin-top: 60px;
  text-align: center;
}
#contact_intro .contact_mail {
  font-size: 1.4rem;
  margin-top: 50px;
  margin-bottom: 40px;
  display: inline-block;
}

#contact_form {
  margin-top: 80px;
  max-width: 700px;
}
#contact_form .nf-form-fields-required {
  display: none;
}
#contact_form input[type=text],
#contact_form input[type=email] {
  background-color: #fff;
  border: 1px solid #000;
  font-family: "Hind", sans-serif !important;
}
#contact_form textarea {
  background-color: #fff;
  resize: none;
  border: 1px solid #000;
  font-family: "Hind", sans-serif !important;
}
#contact_form input[type=button] {
  text-decoration: none;
  padding: 5px;
  border-radius: 50px;
  background: rgb(54,50,116);
  background: linear-gradient(90deg, rgba(54,50,116,1) 0%, rgba(112,57,140,1) 100%);
  padding: 10px 40px;
  margin: 0 auto;
  margin-top: 20px;
}
#contact_form .submit-wrap {
  text-align: center;
}

.nf-response-msg {
    background-color: #efefef;
    padding: 20px;
        margin-bottom: 20px;
    box-sizing: border-box !important;
}

.nf-response-msg p {
    font-weight: bold;
}

/* Bloques 
--------------------------------------------- */
/* text */
.single_block_text {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

/* video */
.single_block_video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
.single_block_video iframe {
  width: 100%;
  height: 450px;
}

/* caracteristicas */
.single_block_features {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.single_block_features .features_container {
  padding: 20px;
  background-color: rgba(92, 46, 116, 0.9);
  background-blend-mode: multiply;
}
.single_block_features .features_container h2 {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 10px;
}
.single_block_features .features_container ul {
  list-style-type: circle;
  padding-left: 20px;
}
.single_block_features .features_container ul li {
  color: #fff;
  margin-bottom: 30px;
}

/* galeria */
.single_block_gallery {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 60px auto;
  overflow: hidden;
}
.single_block_gallery .images_gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.single_block_gallery .images_gallery li {
  width: 46%;
  height: 150px;
  overflow: hidden;
}
.single_block_gallery .images_gallery li img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

/* titular */
.single_block_titular {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.single_block_titular h2 {
  font-weight: bold;
  font-size: 1.75rem;
  text-transform: uppercase;
}

/* image */
.single_block_image {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 60px auto;
}
.single_block_image img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  object-position: center;
}
.single_block_image .caption {
  text-align: center;
  font-size: 1rem;
  margin-top: 6px;
}

/* image + text */
.single_block_imageText {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
.single_block_imageText div.left img {
  width: 100%;
}
.single_block_imageText div.right {
  padding: 40px;
}
.single_block_imageText div.right h3 {
  font-weight: bold;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single_block_imageText.reverse {
  flex-direction: column-reverse;
}

/* ediciones */
.single_block_editions {
  margin-bottom: 60px;
}
.single_block_editions .intro_text {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.single_block_editions .editions_list {
  display: flex;
  flex-direction: column;
}
.single_block_editions .editions_list .editions_list_item {
  margin-bottom: 20px;
}
.single_block_editions .editions_list .editions_list_item img {
  width: 100%;
}
.single_block_editions .editions_list .editions_list_item .edition_text {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .single_block_text.two_columns {
    column-count: 2;
  }

  /* caracteristicas */
  .single_block_features {
    justify-content: flex-end;
  }
  .single_block_features .features_container {
    width: 50%;
    padding: 50px;
  }
  .single_block_features .features_container ul {
    padding-left: 50px;
  }

  /* galeria */
  .single_block_gallery .images_gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .single_block_gallery .images_gallery li {
    width: 200px;
    height: 200px;
  }

  /* image + text */
  .single_block_imageText {
    flex-direction: row;
  }
  .single_block_imageText div {
    width: 50%;
  }
  .single_block_imageText div.right {
    padding: 40px;
  }
  .single_block_imageText.reverse {
    flex-direction: row-reverse;
  }

  .single_block_editions .editions_list {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .single_block_editions .editions_list .editions_list_item {
    width: 48%;
  }
  #contact_intro .contact_mail:hover {
      color: #e0b500;
  }
}
/* Juegos 
--------------------------------------------- */
/* archive */

#games_and_filters .games_and_filters_container {
  display: flex;
  flex-direction: column;
  /*margin-top: 40px;*/
}

#home_games {
    margin-bottom: 50px;
}

#games_list {
  width: 100%;
}
#games_list .facetwp-template {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#games_list .facetwp-template .games_list_item {
  width: calc((100% / 2) - (20px / 2));
  text-decoration: none;
  margin-bottom: 20px;
  margin-right: 20px;
}
#games_list .facetwp-template .games_list_item:nth-child(2n) {
  margin-right: 0;
}
#games_list .facetwp-template .games_list_item .image {
  border-radius: 30px;
  box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.21);
  border: 8px solid #fff;
  background-color: #000;
  height: 220px;
  /*overflow: hidden;*/
  background-position: center;
  background-size: cover;
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;*/
  position: relative;
}
#games_list .facetwp-template .games_list_item .image .platforms_list {
  background-color: #fff;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
#games_list .facetwp-template .games_list_item .image .platforms_list img {
  height: 10px;
  margin: 0 3px;
}

#games_list .facetwp-template .games_list_item .image .platforms_list .single_game_platforms_white {
    display: none;
}

#games_list .facetwp-template .games_list_item .info .single_game_title {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 30px;
}

/* single */
#single_juegos {
  margin-bottom: 120px;
}
#single_juegos #single_juegos_header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5c2e74;
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 90px 40px 40px 40px;
  margin-bottom: 40px;
  box-shadow: 0px 5px 5px -1px rgb(0 0 0 / 21%);
}
#single_juegos #single_juegos_header .single_juegos_header_logo {
  max-height: 40vh;
  max-width: 50vw;
  object-fit: cover;
  object-position: center;
}
#single_juegos #single_juegos_header #single_juegos_features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#single_juegos #single_juegos_header #single_juegos_features .single_juegos_feature_item {
  margin: 0 15px 15px 0;
  text-align: center;
}
#single_juegos #single_juegos_header #single_juegos_features .single_juegos_feature_item .field {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
#single_juegos #single_juegos_header #single_juegos_features .single_juegos_feature_item .data {
  color: #fff;
  font-size: 1.2rem;
}
#single_juegos #single_juegos_editions {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#single_juegos #single_juegos_editions .single_juegos_imgs {
  width: 100%;
  overflow: hidden;
}
#single_juegos #single_juegos_editions .single_juegos_imgs .single_juegos_imgs_item {
  width: 100% !important;
  height: 0;
  opacity: 0;
}
#single_juegos #single_juegos_editions .single_juegos_imgs .single_juegos_imgs_item.visible {
  height: auto;
  opacity: 1;
  transition: all linear 200ms;
}
#single_juegos #single_juegos_editions .single_juegos_imgs .single_juegos_imgs_item img {
  width: 100%;
}
#single_juegos .single_juegos_tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 40px 0 50px 0;
  flex-wrap: wrap !important;
}
#single_juegos .single_juegos_tabs li {
  margin: 0 8px 10px 8px;
  width: calc(50% - 16px);
} 
#single_juegos .single_juegos_tabs li .primary_button {
  border: none;
  width: 100%;
}
#single_juegos .single_juegos_tabs li .primary_button div {
  padding: 10px;
}
#single_juegos .single_juegos_tabs li .primary_button div p {
  cursor: pointer;
  font-size: 1.1rem;
}
#single_juegos .single_juegos_tabs li .primary_button.active {
  padding: 2px;
  background: rgba(92, 46, 116, 0.5);
}
#single_juegos .single_juegos_tabs li .primary_button.active div {
  border-color: rgba(255, 255, 255, 0);
  background-color: #fff;
}
#single_juegos .single_juegos_tabs li .primary_button.active div p {
  color: rgba(92, 46, 116, 0.5);
}
#single_juegos #single_juegos_editions .single_juegos_contents {
  max-width: 900px;
  margin: 0 auto 60px auto;
}
#single_juegos #single_juegos_editions .single_juegos_contents .single_juegos_edition_content_item {
  height: 0;
  opacity: 0;
  width: 100%;
}
#single_juegos #single_juegos_editions .single_juegos_contents .single_juegos_edition_content_item.visible {
  height: auto;
  opacity: 1;
  transition: all linear 200ms;
}
#single_juegos #single_juegos_editions .single_juegos_contents .single_juegos_edition_content_item .top {
  background: linear-gradient(-45deg, #281235 0%, #5c2e74 50%, #281235 100%);
  padding: 20px 0;
}
#single_juegos #single_juegos_editions .single_juegos_contents .single_juegos_edition_content_item .top p {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
#single_juegos #single_juegos_editions .single_juegos_contents .single_juegos_edition_content_item .bottom {
  padding: 20px;
  border: 1px solid #5c2e74;
  border-top: none;
}
#single_juegos #single_game_buy,
#single_juegos #single_game_editions_buy {
  width: 90%;
}
#single_juegos #single_game_buy h3,
#single_juegos #single_game_editions_buy h3 {
  font-weight: bold;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
#single_juegos #single_game_buy_button {
  display: none;
  position: absolute;
  /*top: 180px;
  right: 110px;*/
  top: 10px;
  right: 10px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  z-index: 100;
}
#single_juegos #single_game_buy_button img {
  /*width: 70px;
  height: 70px;*/
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

#single_juegos #single_game_buy_button img.dondecomprar_btn_over {
    display: none;
}

#single_juegos #single_game_buy_button p {
  color: #000;
  text-decoration: none;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  display: none;
}

#single_juegos #single_game_buy_button_mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  z-index: 100;
  position: inherit !important;
  margin-bottom: 40px;
}
#single_juegos #single_game_buy_button_mobile img {
  /*width: 70px;
  height: 70px;*/
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

#single_juegos #single_game_buy_button_mobile img.dondecomprar_btn_over {
    display: none;
}

#single_juegos #single_game_buy_button_mobile p {
  color: #000;
  text-decoration: none;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  display: none;
}

.logos_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logos_list .logos_list_item {
  width: 40%;
  max-width: 300px;
  margin: 0 10px;
  overflow: hidden;
}
.logos_list .logos_list_item img {
  width: 100%;
}



.single_game_editions_buy_logos .logos_list {
    display: none;
}

.single_game_editions_buy_logos .logos_list.visible {
    display: flex;
}

@media only screen and (min-width: 1024px) {
  #games {
    padding-top: 120px;
  }
  /*#games_and_filters .games_and_filters_container {
    margin-top: 60px;
  }*/

  #games_list {
    width: 100%;
  }
  
  #games_list .facetwp-template .games_list_item {
    width: calc((100% / 4) - (60px / 4));
    margin-bottom: 70px;
  }
  
  #games_list .facetwp-template .games_list_item:nth-child(2n) {
    margin-right: 20px;
  }
  
  #games_list .facetwp-template .games_list_item:nth-child(4n) {
    margin-right: 0;
  }
  
  #games_list .facetwp-template .games_list_item .image {
      transition: all linear 100ms;
      height: 410px;
  }

  #games_list .facetwp-template .games_list_item:hover .image {
      transform: scale(1.1);
      transition: all linear 100ms;
      background-color: #281235;
      border-color: #281235;
  }
  
  #games_list .facetwp-template .games_list_item:hover .image .platforms_list {
      transition: all linear 100ms;
      background-color: #281235;
  }
  
  #games_list .facetwp-template .games_list_item .image .platforms_list img {
      height: 17px;
      margin: 0 5px;
  }
  
  #games_list .facetwp-template .games_list_item:hover .image .platforms_list .single_game_platforms {
      display: none;
  }
  
  #games_list .facetwp-template .games_list_item:hover .image .platforms_list .single_game_platforms_white {
      display: inherit;
  }

  /* single */
  #single_juegos {
    margin-bottom: 120px;
  }
  #single_juegos #single_juegos_header {
    margin-bottom: 80px;
    min-height: 80vh;
    padding: 40px;
  }
  #single_juegos #single_juegos_header .single_juegos_header_logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #single_juegos #single_juegos_header #single_juegos_features {
    margin-top: 0;
  }
  #single_juegos #single_juegos_header #single_juegos_features .single_juegos_feature_item {
    margin: 0 15px;
  }

  .logos_list .logos_list_item {
    width: calc( (100% / 4) - 20px);
  }
  
  #single_juegos #single_game_buy_button {
    display: flex;
    top: 180px;
    bottom: auto;
    right: 20px;
  }
  
  #single_juegos #single_game_buy_button img {
    width: 70px;
    height: 70px;
  }
  
  #single_juegos #single_game_buy_button:hover img.dondecomprar_btn_over {
    display: inherit;
  }
  #single_juegos #single_game_buy_button:hover img.dondecomprar_btn {
    display: none;
  }
  
  #single_juegos #single_game_buy_button p {
      display: inherit;
      visibility: hidden;
      transition: all linear 100ms;
  }
  
  #single_juegos #single_game_buy_button:hover p {
      visibility: inherit;
      transition: all linear 100ms;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
      color: #e0b500;
      transition: all linear 200ms;
  }
  .swiper-pagination-bullet:hover {
      background: #e0b500 !important;
      transition: all linear 200ms;
  }
  footer .left #footer_nav #footer_navigation ul li a:hover {
      color: #e0b500;
      transition: all linear 200ms;
  }
  #about_physical .swiper-container .swiper-button-next:hover,
  #about_physical .swiper-container .swiper-button-prev:hover {
      color: #e0b500 !important;
      transition: all linear 200ms;
  }
  
  .checkbox-container.label-right label a:hover {
    color: #e0b500 !important;
      transition: all linear 200ms;
  }
  #contact_form input[type=button]:hover {
      background: #e0b500 !important;
      transition: all linear 200ms;
      color: #ffffff !important;
      cursor: pointer;
  }

  #single_juegos .single_juegos_tabs {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 60px 0 70px 0;
  }
  #single_juegos .single_juegos_tabs li {
    margin: 0 8px 20px 8px;
    width: auto;
  }
  #single_juegos .single_juegos_tabs li .primary_button div {
    padding: 10px 20px;
  }
  #single_juegos .single_juegos_tabs li .primary_button div p {
    cursor: pointer;
    font-size: 1.1rem;
  }
  #single_juegos #single_game_buy_button_mobile {
    display: none;
  }

  .logos_list .logos_list_item:hover img {
    transform: scale(1.2);
    transition: all linear 100ms;
  }

  
}
/* Genericas 
--------------------------------------------- */
#generic {
  margin-top: 80px;
  margin-bottom: 120px;
}
#generic .generic_header_section h1 {
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
  color: #5c2e74;
  margin-bottom: 60px;
  text-align: center;
}

#error404_header_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto 0 auto;
  padding-top: 120px;
  max-width: 640px;
}
#error404_header_section h2 {
  font-size: 5.6rem;
  font-weight: bold;
  color: #000;
}

.error404_content {
  text-align: center;
}
.error404_content .primary_button {
  margin: 64px 0 120px 0;
}

.social_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.social_list .social_button {
  display: inline-block;
  margin: 0 5px;
}
.social_list .social_button img {
  height: 30px;
}

@media only screen and (min-width: 1024px) {
  #error404_header_section {
    padding-top: 180px;
  }
  #generic {
    margin-top: 160px;
  }
}

.pagination {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .pagination a:hover {
    color: #5c2e74;
  }
}