@font-face {
  font-family: 'montserratregular';
  src: url('fonts/montserratregular/montserrat-regular-webfont.eot');
  src: url('fonts/montserratregular/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserratregular/montserrat-regular-webfont.woff') format('woff'), url('fonts/montserratregular/montserrat-regular-webfont.ttf') format('truetype'), url('fonts/montserratregular/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('fonts/montserratbold/montserrat-bold-webfont.eot');
  src: url('fonts/montserratbold/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserratbold/montserrat-bold-webfont.woff') format('woff'), url('fonts/montserratbold/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/montserratbold/montserrat-bold-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sourcesansproregular';
  src: url('fonts/sourcesansproregular/sourcesanspro-regular-webfont.eot');
  src: url('fonts/sourcesansproregular/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesansproregular/sourcesanspro-regular-webfont.woff2') format('woff2'), url('fonts/sourcesansproregular/sourcesanspro-regular-webfont.woff') format('woff'), url('fonts/sourcesansproregular/sourcesanspro-regular-webfont.ttf') format('truetype'), url('fonts/sourcesansproregular/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-size: 1em;
  min-width: 320px;
}
body {
  font-family: 'montserratregular', sans-serif;
}
a:hover,
button:hover,
a:focus,
button:focus {
  text-decoration: none;
  opacity: 0.8;
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
.ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.general-border-right {
  border-right: 1px solid #E0E0E0;
}
.general-border-left {
  border-left: 1px solid #E0E0E0;
  margin-left: -1px;
}
.principal-content {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.principal-content.no-padding-bottom {
  padding-bottom: 0;
}
.custom-tab-system .custom-content {
  display: none;
}
.custom-tab-system .custom-content.active {
  display: block;
}
.comun-tabs .custom-tabs {
  display: table;
  width: 100%;
  border-top: 4px solid #333;
}
.comun-tabs .custom-tabs.custom-tabs-2 .custom-tab {
  width: 50%;
}
.comun-tabs .custom-tabs.custom-tabs-3 .custom-tab {
  width: 33.3333333333%;
}
.comun-tabs .custom-tabs.custom-tabs-4 .custom-tab {
  width: 25%;
}
.comun-tabs .custom-tabs.custom-tabs-5 .custom-tab {
  width: 20%;
}
.comun-tabs .custom-tabs.custom-tabs-6 .custom-tab {
  width: 16.666666666%;
}
.comun-tabs .custom-tabs.inverse {
  border-top: 4px solid #66ccff;
}
.comun-tabs .custom-tabs.inverse .custom-tab {
  background: #222;
  color: #999;
}
.comun-tabs .custom-tabs.inverse .custom-tab.active {
  background: #66ccff;
  color: #333;
}
.comun-tabs .custom-tab {
  display: table-cell;
  height: 48px;
  vertical-align: middle;
  text-align: center;
  font-family: 'montserratregular', sans-serif;
  color: #333;
  background: #efefef;
  font-size: 0.875em;
}
.comun-tabs .custom-tab:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 4px;
  background-clip: padding-box;
}
.comun-tabs .custom-tab:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 0;
  background-clip: padding-box;
}
.comun-tabs .custom-tab.active {
  background: #333;
  color: #CCCCCC;
}
.comun-tabs .custom-content {
  margin-top: 30px;
}
.supertitle {
  text-align: center;
  font-family: 'montserratbold', sans-serif;
  color: #333333;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.supertitle.border {
  border-bottom: 4px solid #333;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.supertitle.inverse {
  color: #fff;
}
.supertitle.mini {
  font-size: 1.5em;
}
.supertitle span {
  color: #66ccff;
}
.header-publi {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 40px 0;
}
.header-publi a {
  position: relative;
}
.mini-post {
  position: relative;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.mini-post:first-child {
  padding-top: 0;
}
.mini-post:first-child .mini-post-image {
  top: 0;
}
.mini-post .mini-post-image {
  position: absolute;
  top: 15px;
  left: 0;
  width: 162px;
}
.mini-post .mini-post-image img {
  width: 100%;
  height: auto;
}
.mini-post .mini-post-texto {
  min-height: 94px;
  padding-left: 175px;
}
.mini-post .mini-post-texto .mini-post-titulo {
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
  margin: 0;
  color: #333333;
  line-height: 1.2;
}
.basic-post {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.basic-post .basic-post-image {
  border: 1px solid #000000;
  display: block;
  position: relative;
}
.basic-post .basic-post-image .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 2;
}
.basic-post .basic-post-image .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/video-play.png') no-repeat center center;
  z-index: 3;
}
.basic-post .basic-post-image img {
  width: 100%;
  height: auto;
}
.basic-post .basic-post-texto {
  margin-left: -10px;
}
.basic-post .basic-post-title {
  margin: 0;
  font-family: 'montserratregular', sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
}
.basic-post .basic-post-title a {
  color: #333;
}
.basic-post .categories {
  border-bottom: 4px solid #66CCFF;
}
.basic-post .categories.with-categories {
  margin-top: -12px;
}
.basic-post .categories-content {
  margin: 10px 0 0 0;
  padding-right: 5px;
  display: inline-block;
  background: #fff;
  color: #999999;
  text-transform: uppercase;
  font-family: 'montserratbold', sans-serif;
  font-size: 0.75em;
}
.basic-post .categories-content span:last-child {
  display: none;
}
.basic-post .author-container {
  margin-top: 15px;
  position: relative;
  display: block;
}
.basic-post .author-container.valoration {
  padding-right: 70px;
}
.basic-post .author-container .rate {
  position: absolute;
  top: -7px;
  right: 0;
  color: #33CC00;
  font-size: 1.875em;
  font-family: 'montserratbold', sans-serif;
}
.basic-post .author-container img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
}
.basic-post .author {
  font-size: 0.875em;
  color: #333333;
  font-family: 'sourcesansproregular', sans-serif;
}
.basic-post .author .author-name {
  font-style: italic;
  font-weight: bold;
}
.basic-post .author .author-date {
  font-style: italic;
}
.ratingtext {
  display: none;
}
.video-post {
  display: block;
}
.video-post .video-post-image {
  position: relative;
}
.video-post .video-post-image .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 2;
}
.video-post .video-post-image .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/video-play.png') no-repeat center center;
  z-index: 3;
}
.video-post .video-post-image img {
  width: 100%;
  height: auto;
}
.video-post .video-post-image iframe {
  width: 100%;
  height: 200px;
}
.video-post .video-post-text {
  display: block;
  position: relative;
}
.video-post .video-post-text .video-post-title {
  margin: 10px 160px 10px 0;
  font-size: 0.875em;
  font-family: 'montserratregular', sans-serif;
  color: #333;
}
.video-post .video-post-text .commentsLikes {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.analisis-sidebar {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  display: block;
}
.analisis-sidebar .analisis-title {
  margin: 0;
  font-size: 1em;
  color: #333333;
  font-family: 'montserratregular', sans-serif;
  margin: 0 70px 10px 0;
}
.analisis-sidebar .rate {
  position: absolute;
  top: 7px;
  right: 0;
  font-family: 'montserratbold', sans-serif;
  font-size: 1.875em;
  line-height: 1;
}
.analisis-sidebar:first-child {
  padding-top: 0;
}
.analisis-sidebar:first-child .rate {
  top: -3px;
}
.commentsLikes {
  display: inline-block;
  padding: 5px;
  border: 1px solid #efefef;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  min-width: 100px;
}
.comments,
.likes {
  display: inline-block;
  color: #666666;
  font-size: 0.875em;
  font-family: 'montserratregular', sans-serif;
  padding: 0 0 0 22px;
}
.comments {
  background: url('../img/commentsicon.png') no-repeat 0 3px;
  overflow: hidden;
  display: block;
  height: 20px;
  float: left;
  margin-top: 3px;
  margin-left: 4px;
}
.likes {
  background: url('../img/likesicon.png') no-repeat 0 0;
  margin-left: 10px;
}
.console-category {
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
  color: #999999;
  background: #E6E6E6;
  display: inline-block;
  margin: 0;
  padding: 7px 10px 6px 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-cust-nav {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.comment-cust-nav .commentNavigation {
  text-align: center;
}
.comment-cust-nav .page-numbers {
  display: inline-block;
  background: #E6E6E6;
  color: #333;
  font-family: 'montserratregular', sans-serif;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  outline: none;
  font-size: 0.875em;
  margin: 3px;
}
.comment-cust-nav .page-numbers.current {
  background: #66ccff;
  color: #fff;
}
.comment-cust-nav .page-numbers.prev,
.comment-cust-nav .page-numbers.next {
  text-indent: -10000px;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.comment-cust-nav .page-numbers.prev {
  background: url('../img/pagination-prev.png') no-repeat center center;
}
.comment-cust-nav .page-numbers.next {
  background: url('../img/pagination-text.png') no-repeat center center;
}
.sidebar {
  float: left;
  width: 100%;
}
.sidebar .sidebar-widget {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.sidebar .sidebar-widget.primero-home {
  margin-top: 60px;
}
.sidebar .sidebar-widget:first-child {
  margin-top: 0;
}
.sidebar .enlace-sidebar {
  display: block;
  position: relative;
  margin-top: 10px;
  padding: 9px 40px 9px 20px;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: 'montserratregular', sans-serif;
  color: #333333;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
}
.sidebar .enlace-sidebar span {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url('../img/pagination-text.png') no-repeat center center;
}
.juego-relacionado {
  display: block;
  background-color: #efefef;
  padding: 30px 0 0 0;
}
.juego-relacionado .title {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'montserratbold';
  color: #333;
  padding: 0 15px;
  margin: 0;
}
.juego-relacionado .juego-relacionado-imagen {
  margin-top: 25px;
  padding: 0 45px;
}
.juego-relacionado .juego-relacionado-imagen img {
  width: 260px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
  background-size: 100% auto !important;
  background: url('../img/sombra-juego.png') no-repeat bottom center;
}
.juego-relacionado .juego-relacionado-texto {
  background-color: #f9f9f9;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.juego-relacionado .juego-relacionado-texto .juego-relacionado-nombre {
  font-size: 1.25em;
  color: #333;
  margin: 0;
  padding-right: 55px;
}
.juego-relacionado .juego-relacionado-texto .console-category {
  margin: 15px 0;
}
.juego-relacionado .juego-relacionado-texto .generos {
  margin: 0;
  line-height: 1.2;
  color: #999999;
  font-size: 0.875em;
}
.juego-relacionado .juego-relacionado-texto .enlace {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url('../img/pagination-text.png') no-repeat center center;
}
.juego-relacionado .juego-relacionado-texto .punt-nintenderos {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 2em;
  font-family: 'montserratbold', sans-serif;
}
.box404 {
  margin: 0;
  margin: 50px 0 75px 0;
  background: #eee;
  padding: 30px;
  font-size: 1.25em;
  color: #333;
}
.box404 span {
  display: block;
  margin-top: 20px;
  font-size: 0.75em;
}
.box404 a {
  text-decoration: underline;
  color: #333;
}
.cookies {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 240px;
  height: auto;
  background: #fff;
  z-index: 3000;
  -webkit-box-shadow: 0 0 2px 1px #999;
  box-shadow: 0 0 2px 1px #999;
  padding: 15px;
  display: none;
}
.cookies p {
  font-family: 'sourcesansproregular', sans-serif;
  font-size: 0.857em;
  margin-top: 0;
  line-height: 1.3;
}
.cookies p a {
  text-decoration: underline;
  color: #66ccff;
}
.cookies button {
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
  height: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: 'montserratregular', sans-serif;
  font-size: 1em;
  color: #fff;
  background: #66ccff;
}
/* movil */
@media (max-width: 767px) {
  .comun-tabs .responsive-tab {
    color: #333;
    background: #efefef;
    padding: 15px 15px;
    position: relative;
  }
  .comun-tabs .responsive-tab .glyphicon {
    position: absolute;
    top: 19px;
    right: 15px;
  }
  .comun-tabs .custom-tabs {
    display: none;
  }
  .comun-tabs .custom-tab {
    display: block;
    width: 100% !important;
    height: auto;
    padding: 10px 15px;
    text-align: left;
    color: #333 !important;
    background: #efefef !important;
    border-bottom: 1px solid #CDCDCD;
  }
  .comun-tabs .custom-tab:last-child {
    border-bottom: none;
  }
  .basic-post .basic-post-texto {
    margin: 10px 0 0 0;
  }
  .supertitle {
    font-size: 1.25em;
  }
}
.sidebar-widget.publi {
  padding: 20px 0;
  background: #EFEFEF;
  text-align: center;
}
.sidebar-widget.publi .banner {
  width: 300px;
}
.sidebar-widget .banner {
  display: block;
  margin: 0 auto;
  height: 250px;
}
.header .header-publi .publicidad {
  margin-top: 20px;
}
.publicidad {
  display: block;
  text-align: center;
  font-size: 0.75em;
  color: #999;
  margin-bottom: 5px;
}
/*browser*/
@media (min-width: 992px) and (max-width: 1399px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0 11px !important;
  }
  .container {
    padding: 0 12px !important;
  }
  .row {
    margin-left: -11px;
    margin-right: -11px;
  }
}
/*movil tablet*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
  .general-border-right {
    border-right: none;
  }
  .general-border-left {
    border-left: none;
    margin-left: 0;
  }
  .supertitle:first-child {
    margin-top: 30px;
  }
}
/* tablet browser */
@media (min-width: 768px) and (max-width: 1399px) {
  .supertitle {
    font-size: 1.6em;
  }
}
/*movil tablet browser*/
@media (max-width: 1399px) {
  .mini-post .mini-post-image {
    width: 144px;
  }
  .mini-post .mini-post-texto {
    padding-left: 157px;
  }
  .basic-post .basic-post-title {
    font-size: 1.2em;
  }
  .sidebar-widget.publi {
    padding: 0;
    background: none;
  }
}
/*tablet browser full*/
@media (min-width: 768px) {
  .custom-tab-system .custom-tabs {
    display: table !important;
  }
  .comun-tabs .custom-tabs {
    display: table !important;
  }
}
@media (max-width: 500px) {
  .home-novedades-content .col-xs-6 {
    width: 100%;
  }
}
.admin-bar .header .header-fixed {
  top: 32px;
}
.header {
  float: left;
  width: 100%;
  background: #EFEFEF;
}
.header .header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .header-top {
  height: 60px;
  -webkit-box-shadow: 0 2px 1px 0 #ccc;
  box-shadow: 0 0px 4px 1px #ccc;
  background: #efefef;
}
.header .header-bottom {
  height: 50px;
  background: #333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header .header-bottom.none {
  height: 0;
  opacity: 0;
}
.header .header-publi {
  height: 237px;
  padding-top: 128px;
}
.header.no-sub-menu .header-publi {
  padding-top: 78px;
  height: 187px;
}
.header.no-sub-menu .header-bottom {
  display: none;
}
.header .logo {
  float: left;
  width: auto;
  height: 60px;
  padding-top: 14px;
}
.header .menu-principal {
  float: left;
  width: auto;
  padding: 0;
  list-style: none;
  margin: 0 0 0 20px;
}
.header .menu-principal li {
  float: left;
  width: auto;
  margin: 16px 10px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  padding-bottom: 14px;
}
.header .menu-principal a {
  float: left;
  width: 100%;
  color: #333;
  font-size: 0.875em;
  font-family: 'montserratregular', sans-serif;
  background-color: #E6E6E6;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.header .menu-principal li.active {
  height: 45px;
}
.header .menu-principal li.active a {
  background: #333;
  color: #eee;
  height: 47px;
}
.header .menu-principal .mas {
  color: #333;
  background-color: #E6E6E6;
  padding: 5px 25px 5px 10px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 0.875em;
  font-family: 'montserratregular', sans-serif;
  cursor: pointer;
  position: relative;
}
.header .menu-principal .mas span {
  position: absolute;
  top: 12px;
  right: 7px;
  background: url('../img/menu-mas-icon.png') no-repeat center center;
  width: 10px;
  height: 5px;
}
.header .menu-principal .mas:hover .menu-mas {
  display: block;
}
.header .menu-principal .menu-mas {
  display: none;
  position: absolute;
  top: 29px;
  left: -30px;
  margin: 0;
  list-style: none;
  width: 140px;
  float: none;
  padding: 12px 0 0 0;
  z-index: 99;
}
.header .menu-principal .menu-mas li {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}
.header .menu-principal .menu-mas li a {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
  display: block;
  float: none;
}
.header .menu-principal .menu-mas li a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: #D5D5D5;
}
.header .submenu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .submenu li {
  float: left;
  width: auto;
}
.header .submenu li a {
  float: left;
  width: 100%;
  display: block;
  height: 50px;
  font-family: 'montserratregular', sans-serif;
  color: #CCCCCC;
  font-size: 0.875em;
  padding: 15px 21px 0 40px;
  background-position: 9px 14px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.header .submenu li a.portada {
  background-image: url('../img/submenuportada.png');
}
.header .submenu li a.noticias {
  background-image: url('../img/submenunoticias.png');
}
.header .submenu li a.avances {
  background-image: url('../img/submenuavances.png');
}
.header .submenu li a.analisis {
  background-image: url('../img/submenuanalisis.png');
}
.header .submenu li a.juegos {
  background-image: url('../img/submenujuegos.png');
}
.header .submenu li a.lanzamientos {
  background-image: url('../img/submenulanzamiento.png');
}
.header .submenu li a.articulos {
  background-image: url('../img/submenuarticulos.png');
}
.header .submenu li a.videos {
  background-image: url('../img/submenuvideos.png');
}
.header .submenu li a.imagenes {
  background-image: url('../img/submenuimagenes.png');
}
.header .menu-aux {
  float: left;
  width: auto;
  margin-left: 10px;
  height: 60px;
  background: #E6E6E6;
  padding: 0 15px;
}
.header .menu-aux .menu-aux-a {
  float: left;
  width: auto;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
  color: #333;
  margin-left: 15px;
  margin-top: 15px;
  padding: 5px 10px;
}
.header .menu-aux .menu-aux-a.active {
  background: #333;
  color: #eee;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.header .menu-aux .menu-aux-a:first-child {
  margin-left: 0;
}
.header .header-rrss {
  float: left;
  width: auto;
  padding: 16px 0 0 10px;
}
.header .header-rrss a {
  float: left;
  width: 24px;
  height: 24px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-left: 4px;
}
.header .header-rrss a.facebook {
  background-image: url('../img/facebook.png');
}
.header .header-rrss a.twitter {
  background-image: url('../img/twitter.png');
}
.header .header-rrss a.google {
  background-image: url('../img/google.png');
}
.header .header-rrss a.youtube {
  background-image: url('../img/youtube.png');
}
.header .search-container {
  float: left;
  width: auto;
  position: relative;
}
.header .search-container .search-button {
  float: left;
  width: 55px;
  height: 60px;
  background: #ffffff url('../img/search-icon.png') no-repeat center center;
}
.header .search-container .search-form {
  display: none;
  height: 60px;
  position: absolute;
  right: 55px;
  top: 0;
  background: #ffffff;
}
.header .search-container .search-form label {
  display: none;
}
.header .search-container .search-form #searchsubmit {
  position: absolute;
  right: 0;
  top: 15px;
  border: none;
  color: #fff;
  background: #66ccff;
  font-size: 0.875em;
  font-weight: normal;
  padding: 5px 10px;
}
.header .search-container .search-form #s {
  height: 60px;
  border: none;
  padding: 15px 80px 15px 15px;
  outline: none;
  width: 100%;
}
.header .login-container {
  float: right;
  position: relative;
}
.header .login-container a.mi-cuenta {
  display: block;
  font-size: 0.875em;
  color: #333;
  background: #e6e6e6 url('../img/login-icon.png') no-repeat 6px 6px;
  margin-top: 15px;
  padding: 6px 8px 3px 23px;
}
.header .login-container .usuario-logueado {
  width: 111px;
  padding-left: 11px;
  height: 60px;
  cursor: pointer;
  position: relative;
}
.header .login-container .usuario-logueado .arrow {
  position: absolute;
  top: 27px;
  right: 3px;
  background: url('../img/menu-mas-icon.png') no-repeat center center;
  width: 10px;
  height: 5px;
}
.header .login-container .usuario-logueado .number-notifications {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background: #66ccff;
  color: #fff;
  font-size: 0.675em;
  font-family: 'montserratregular', sans-serif;
  padding: 3px 6px 3px 6px;
  border-radius: 50%;
  height: 21px;
  width: 23px;
  text-align: center;
}
.header .login-container .usuario-logueado > .avatar {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 18px;
  left: 5px;
}
.header .login-container .usuario-logueado .user-name {
  font-size: 0.813em;
  color: #333;
  display: inline-block;
  padding: 22px 15px 0 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: bold;
}
.header .login-container .usuario-logueado:hover {
  background: #D1D1D1;
}
.header .login-container .usuario-logueado:hover .usuario-logueado-submenu {
  display: block;
}
.header .login-container .logueado-top {
  position: relative;
  padding: 20px 15px 15px 94px;
  min-height: 94px;
  cursor: default;
  background: #F2F2F2;
}
.header .login-container .logueado-top .avatar {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 15px;
  left: 15px;
}
.header .login-container .logueado-top a {
  color: #c9302c;
  display: block;
  font-size: 0.875em;
}
.header .login-container .logueado-top .user {
  font-size: 1em;
  color: #66ccff;
}
.header .login-container .usuario-logueado-submenu {
  position: absolute;
  padding-top: 10px;
  top: 50px;
  right: 0;
  width: 250px;
  display: none;
  z-index: 99;
}
.header .login-container .usuario-logueado-submenu .more-links {
  background: #e6e6e6;
}
.header .login-container .usuario-logueado-submenu .more-links > span {
  display: block;
  position: relative;
}
.header .login-container .usuario-logueado-submenu .more-links > span a {
  display: block;
  color: #333;
  padding: 10px 10px 10px 20px;
  font-size: 0.75em;
}
.header .login-container .usuario-logueado-submenu .more-links > span a .number-notifications {
  bottom: inherit;
  left: inherit;
  right: 10px;
  top: 7px;
  font-size: 1.02em;
}
.header .login-container .usuario-logueado-submenu .more-links > span .arrow-left {
  position: absolute;
  top: 12px;
  left: 8px;
  background: url('../img/menu-mas-icon-left.png') no-repeat center center;
  width: 5px;
  height: 10px;
}
.header .login-container .usuario-logueado-submenu .more-links > span:hover {
  background: #D5D5D5;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.header .login-container .usuario-logueado-submenu .more-links > span:hover .sub-more-links-user {
  display: block;
}
.sub-more-links-user {
  display: none;
  position: absolute;
  right: 250px;
  width: 200px;
  background: #D5D5D5;
  top: 0;
}
.sub-more-links-user a {
  position: relative;
}
.login-fancy {
  width: 350px;
  max-width: 100%;
  background: #efefef;
  padding: 15px;
}
.login-fancy label {
  display: block;
  font-size: 0.875em;
}
.login-fancy input[type='text'],
.login-fancy input[type='password'] {
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font-family: 'sourcesansproregular', sans-serif;
  font-size: 0.875em;
  height: 40px;
  padding: 0 15px;
  display: block;
  width: 100%;
}
.login-fancy input[type='submit'] {
  display: block;
  width: 100%;
  background: #333;
  border: none;
  height: 40px;
  color: #fff;
}
.login-fancy input[type='submit']:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.login-fancy a {
  font-family: 'sourcesansproregular', sans-serif;
  font-size: 0.875em;
  color: #333;
  text-decoration: underline;
}
.admin-bar.customize-support .header .header-fixed {
  top: 32px;
}
.header-resp-container {
  float: left;
  width: 100%;
  background: #efefef;
  text-align: center;
  position: relative;
}
.header-resp-container .header-resp {
  height: 50px;
  padding: 0 100px 0 50px;
}
.header-resp-container img {
  height: 27px;
  width: auto;
  margin-top: 11px;
  max-width: 100%;
}
.header-resp-container .search-resp-button {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background: url('../img/search-icon-resp.png') no-repeat center center;
  background-size: 21px 20px;
}
.header-resp-container .search-resp-button.active {
  background-color: #fff;
}
.header-resp-container .menu-resp-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #333;
  font-size: 1.3em;
  text-align: center;
  padding-top: 13px;
}
.header-resp-container .menu-resp-button .icon {
  background: url('../img/menu-resp.png') no-repeat center center;
  display: block;
  height: 24px;
  background-size: 23px !important;
}
.header-resp-container .menu-resp-button.active {
  color: #efefef;
  background: #333;
}
.header-resp-container .menu-resp-button.active .icon {
  background: url('../img/menu-resp-active.png') no-repeat center center;
}
.header-resp-container .resp-log {
  position: absolute;
  top: 0;
  right: 50px;
  width: 50px;
  height: 50px;
  color: #333;
  text-align: center;
  padding-top: 11px;
  color: #66ccff;
  background: url('../img/login-icon-resp.png') no-repeat center center;
  background-size: 15px 22px;
}
.header-resp-container .resp-log .glyphicon {
  font-size: 1.3em;
  position: relative;
  top: 3px;
}
.header-resp-container .menu-resp-container {
  float: left;
  width: 100%;
  background: #333;
}
.header-resp-container .menu-resp-container ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-resp-container .menu-resp-container ul li {
  float: left;
  width: 100%;
}
.header-resp-container .menu-resp-container ul li a {
  padding: 6px 15px;
  border-bottom: 1px solid #666;
  text-align: left;
  display: block;
  font-family: 'montserratregular', sans-serif;
  color: #fff;
  font-size: 0.875em;
}
.header-resp-container .menu-resp-container ul .resp-sub-menu a {
  padding-left: 30px;
}
.header-resp-container .search-resp-container {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  border-bottom: 4px solid #efefef;
  padding: 15px;
}
.header-resp-container .search-resp-container label {
  display: none;
}
.header-resp-container .search-resp-container #s {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  display: block;
}
.header-resp-container .search-resp-container #s {
  width: 320px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.header-resp-container .search-resp-container #searchsubmit {
  width: 320px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #efefef;
  height: 30px;
  font-family: 'montserratbold', sans-serif;
  font-size: 0.875em;
  color: #333;
}
.logo-login {
  text-align: center;
  margin-bottom: 15px;
}
.logo-login img {
  max-width: 100%;
  height: auto;
}
/*browser*/
@media (min-width: 992px) and (max-width: 1399px) {
  .header .logo {
    width: 140px;
    padding-top: 18px;
  }
  .header .submenu li:last-child a {
    padding-right: 0;
  }
  .header .submenu li a {
    padding: 17px 28px 0 26px;
    background-position: 0px 14px;
    font-size: 0.75em;
  }
  .header .menu-principal {
    margin: 0 0 0 12px;
  }
  .header .menu-principal li {
    margin: 17px 10px 0 0;
  }
  .header .menu-principal a {
    font-size: 0.75em;
  }
  .header .menu-principal .mas {
    font-size: 0.75em;
  }
  .header .menu-principal .mas a {
    font-size: 1em;
  }
  .header .menu-aux {
    margin-left: 0;
    padding: 0 10px 0 5px;
  }
  .header .menu-aux .menu-aux-a {
    font-size: 0.75em;
    margin-top: 17px;
    margin-left: 2px;
  }
  .header .search-container .search-form #s {
    font-size: 0.875em;
  }
  .header .header-rrss {
    padding: 16px 0 0 0;
  }
}
.destacados-carousel {
  float: left;
  width: 100%;
  position: relative;
  min-height: 300px;
}
.destacados-carousel .owl-item .item {
  width: 100%;
}
.destacados-carousel .item {
  width: 50%;
  padding: 0 15px;
  display: none;
  float: left;
}
.destacados-carousel .item:nth-child(1),
.destacados-carousel .item:nth-child(2) {
  display: block;
}
.destacados-carousel .destacado {
  float: left;
  width: 100%;
}
.destacados-carousel .destacado-image {
  position: relative;
  max-height: 185px;
  overflow: hidden;
}
.destacados-carousel .destacado-image img {
  width: 100%;
  height: auto;
}
.destacados-carousel .destacado-image .arrow {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #fff;
}
.destacados-carousel .destacado-texto {
  padding-right: 40px;
  position: relative;
}
.destacados-carousel h2 {
  font-family: 'montserratregular', sans-serif;
  font-size: 1.125em;
  color: #333;
  margin: 15px 0 0 0;
  line-height: 1.2;
}
.destacados-carousel .destacado-intro {
  font-family: 'sourcesansproregular', sans-serif;
  margin: 6px 0 0 0;
  font-size: 0.875em;
  color: #666666;
  line-height: 1.1;
}
.destacados-carousel .destacado-icon {
  position: absolute;
  top: 0;
  right: 5px;
  background: url('../img/destacado-icon.png') no-repeat center center;
  width: 25px;
  height: 25px;
}
.destacados-carousel .owl-pagination {
  text-align: center;
  margin-top: 15px;
  background: url('../img/dot-line.jpg') repeat-x 0 9px;
}
.destacados-carousel .owl-page {
  display: inline-block;
  background: #ffffff;
  padding: 0 3px;
}
.destacados-carousel .owl-page.active span {
  background: #66ccff;
}
.destacados-carousel .owl-page:first-child {
  padding-left: 15px;
}
.destacados-carousel .owl-page:last-child {
  padding-right: 15px;
}
.destacados-carousel .owl-page span {
  background-color: #cccccc;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
}
.home-novedades {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.home-novedades .home-novedades-content {
  margin-top: 15px;
}
.home-novedades .novedades-content {
  position: relative;
}
.home-novedades .novedades-content .novedades-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #ffffff url('../img/loading.gif') no-repeat center 35px;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.ranking-zone {
  float: left;
  width: 100%;
  background: #333;
  padding: 40px 0;
  margin-top: 40px;
}
.lanzamiento {
  display: block;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #999;
}
.lanzamiento:last-child {
  border-bottom: none;
}
.lanzamiento:first-child {
  padding-top: 0;
}
.lanzamiento:first-child .lanzamiento-imagen {
  top: 0;
}
.lanzamiento .lanzamiento-imagen {
  position: absolute;
  top: 15px;
  left: 0;
  width: 60px;
}
.lanzamiento .lanzamiento-imagen img {
  width: 100%;
  text-align: center;
  height: auto;
}
.lanzamiento .lanzamiento-texto {
  padding-left: 75px;
}
.lanzamiento .lanzamiento-texto .title {
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-size: 1em;
}
.lanzamiento .lanzamiento-texto .console-category {
  background: #222;
  padding: 5px 10px 4px 10px;
  margin: 10px 0 10px 0;
}
.lanzamiento .lanzamiento-texto .generos {
  margin: 0;
  line-height: 1.2;
  color: #999;
  font-size: 0.875em;
}
.lanzamiento .lanzamiento-texto .generos .separator:last-child {
  display: none;
}
.enlace-inverse {
  display: block;
  position: relative;
  margin-top: 25px;
  padding: 9px 40px 9px 20px;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: 'montserratregular', sans-serif;
  color: #999 !important;
  border: 1px solid #222;
  background-color: #222;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  float: left;
  width: 100%;
}
.enlace-inverse span {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url('../img/pagination-text.png') no-repeat center center;
}
.enlace-normal {
  display: block;
  position: relative;
  margin-top: 25px;
  padding: 9px 40px 9px 20px;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: 'montserratregular', sans-serif;
  color: #333 !important;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  float: left;
  width: 100%;
}
.enlace-normal span {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url('../img/pagination-text.png') no-repeat center center;
}
.home-listado-juego {
  float: left;
  width: 100%;
}
.eventos-home {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #f5f5f5 url('../img/fondo-home-torneos.png') repeat-x bottom left;
  border-bottom: 1px solid #e0e0e0;
}
.evento-home {
  position: relative;
  display: block;
  padding: 0 0 15px 175px;
  margin-top: 15px;
  border-bottom: 1px solid #efefef;
}
.evento-home .evento-home-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
}
.evento-home .evento-home-image img {
  width: 100%;
  height: auto;
  border: 1px solid #333;
}
.evento-home .title {
  margin: 0;
  line-height: 1.2;
  font-size: 0.875em;
  color: #333;
}
.evento-home .fechahora {
  margin: 5px 0 0 0;
  font-size: 0.75em;
  color: #666;
}
.evento-home .fechahora span {
  display: inline-block;
  color: #66ccff;
  margin: 0 3px;
}
.evento-home .inscritos {
  border: 1px solid #EFEFEF;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 6px;
  margin-top: 5px;
  text-align: center;
  background: #fff;
  font-size: 0.875em;
}
.evento-home .inscritos .inscritos-text {
  padding-left: 30px;
  background: url('../img/users-icon.png') no-repeat left center;
  margin-bottom: 10px;
  color: #333;
}
.home-grupo {
  float: left;
  width: 100%;
  background: #fff;
}
.home-grupo .group-imagen {
  text-align: center;
  padding: 20px;
}
.home-grupo .group-imagen img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 100%;
  height: auto;
}
.home-grupo .group-texto {
  padding: 0 10px;
}
.home-grupo .group-texto .title {
  margin: 0;
  font-size: 0.875em;
  color: #333;
  text-align: center;
}
.home-grupo .group-texto .tipo {
  color: #66ccff;
  font-size: 0.75em;
  text-align: center;
  margin: 5px 0 0 0;
}
.home-grupo .inscritos {
  margin-top: 20px;
  border: 1px solid #ededed;
  text-align: center;
  font-size: 0.813em;
  color: #333;
  padding: 9px 5px;
}
.home-grupo .inscritos .inscritos-text {
  padding-left: 30px;
  background: url('../img/users-icon.png') no-repeat left center;
}
.home-social {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #f5f5f5;
}
.home-social .sidebar-topics li.bbp-body {
  float: left;
  width: 100%;
}
.home-social .sidebar-topics li.bbp-body > ul {
  display: none;
}
.home-social .sidebar-topics li.bbp-body > ul:nth-child(1),
.home-social .sidebar-topics li.bbp-body > ul:nth-child(2),
.home-social .sidebar-topics li.bbp-body > ul:nth-child(3),
.home-social .sidebar-topics li.bbp-body > ul:nth-child(4) {
  display: block !important;
}
.home-social .sidebar-topics li.bbp-body .bbp-topic-title {
  font-size: 1em !important;
}
.home-social .sidebar-topics li.bbp-body .bbp-topic-title a {
  font-size: 0.875em !important;
  color: #333 !important;
}
.home-social .sidebar-topics li.bbp-body .bbp-topic-freshness {
  padding-left: 40px;
  position: relative;
}
.home-social .sidebar-topics li.bbp-body .bbp-topic-freshness .bbp-author-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.home-social .sidebar-topics li.bbp-body .bbp-topic-freshness .bbp-topic-freshness-author {
  margin: -2px 0 0 -8px;
}
.home-social #buddypress .activity-meta {
  display: none !important;
}
.home-social #buddypress .enlace-normal {
  color: #333 !important;
}
.home-social #buddypress .activity-content img {
  display: none !important;
}
.home-social #buddypress .activity-content iframe {
  display: none !important;
}
.home-social #buddypress .activity-list .activity-content .activity-header,
.home-social #buddypress .activity-list .activity-content .comment-header {
  margin: 0;
}
.home-social #buddypress .activity-list li.mini {
  min-height: 73px;
}
.home-social #buddypress #activity-stream p {
  line-height: 1.2;
  font-size: 0.875em;
}
.home-social #buddypress img {
  max-width: 100% !important;
  height: auto !important;
}
.home-social #buddypress #activity-stream {
  border: none;
}
.home-social #buddypress ul.item-list li {
  padding: 7px 0;
}
.home-social .dsq-widget-list {
  padding: 0;
}
.home-social .dsq-widget-list .dsq-widget-item {
  position: relative;
  padding-left: 60px;
}
.home-social .dsq-widget-list .dsq-widget-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.home-social .dsq-widget-list .dsq-widget-item .dsq-widget-user {
  display: block;
  color: #66ccff;
}
.home-social .dsq-widget-list .dsq-widget-item .dsq-widget-comment {
  color: #999999;
  font-size: 0.875em;
  font-weight: normal;
  font-family: 'sourcesansproregular', sans-serif;
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
}
.home-social .dsq-widget-list .dsq-widget-item .dsq-widget-meta a:last-child {
  display: none;
}
/*movil*/
@media (max-width: 767px) {
  .destacados-carousel .item {
    width: 100%;
  }
  .destacados-carousel .item:nth-child(1) {
    display: block;
  }
  .destacados-carousel .item:nth-child(2) {
    display: none;
  }
}
/*browser*/
@media (min-width: 992px) and (max-width: 1399px) {
  .destacados-carousel {
    min-height: 292px;
  }
  .destacados-carousel h2 {
    font-size: 1em;
  }
  .destacados-carousel .destacado-image {
    max-height: 156px;
  }
  .sidebar .sidebar-widget.primero-home {
    margin-top: 91px;
  }
}
/* movil tablet */
@media (max-width: 991px) {
  .proximos-lanzamientos {
    margin-top: 50px;
  }
}
.contenido {
  float: left;
  width: 100%;
  font-size: 1.125em;
  color: #666666;
  font-family: 'sourcesansproregular', sans-serif;
  margin-top: 20px;
}
.contenido *:last-child {
  margin-bottom: 0;
}
.contenido iframe {
  width: 100%;
}
.contenido h1,
.contenido h2,
.contenido h3,
.contenido h4 {
  font-family: 'montserratregular', sans-serif;
}
.contenido p,
.contenido ul,
.contenido ol,
.contenido blockquote {
  margin-bottom: 20px;
}
.contenido iframe {
  margin-bottom: 20px !important;
}
.contenido > blockquote {
  margin-left: 15px;
  border: none;
  padding: 25px 25px 25px 70px;
  position: relative;
  font-style: italic;
  background: #f6f6f6 url('../img/blockquoteicon.png') no-repeat 10px 10px;
}
.contenido a {
  color: #666;
  text-decoration: underline;
}
.contenido img {
  border: 5px solid #dddddd;
  height: auto;
}
.contenido .alignleft {
  position: relative;
  float: left;
  margin: 4px 20px 5px 0;
}
.contenido .aligncenter {
  position: relative;
  margin: 20px auto;
  display: block;
  clear: both;
}
.contenido .alignright {
  float: right;
  position: relative;
  margin: 4px 0 5px 20px;
}
.detalle-post-title {
  position: relative;
}
.detalle-post-title.editor .title-post {
  padding-right: 40px;
}
.detalle-post-title .post-edit-link {
  bottom: 4px;
  right: 0;
}
.post-edit-link {
  position: absolute;
  text-indent: -10000px;
  outline: none;
  background: url('../img/edit-icon.png') no-repeat center center;
  width: 54px;
  height: 54px;
  z-index: 2;
}
.disqus-content {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.detalle-post {
  float: left;
  width: 100%;
}
.detalle-post .div-breadcrumb {
  margin-bottom: 20px;
  color: #999999;
  font-size: 0.75em;
}
.detalle-post .div-breadcrumb a {
  color: #66ccff;
}
.detalle-post .post-social {
  border: 1px solid #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: 5px 15px;
  position: relative;
  border-radius: 3px;
}
.detalle-post .post-social .author-container {
  margin: 0;
  position: relative;
}
.detalle-post .post-social .author-container img {
  position: absolute;
  top: 3px;
  left: 0;
}
.detalle-post .post-social .author {
  padding-left: 33px;
  margin-top: 0px;
  display: table-cell;
  line-height: 1.2;
  position: relative;
  top: 1px;
  width: 324px;
  height: 32px;
  vertical-align: middle;
}
.detalle-post .post-social .compartir {
  float: right;
  margin: -11px 52px 0 0;
  height: 45px;
  border-left: 1px solid #e0e0e0;
  position: relative;
  top: 5px;
  padding: 12px 0 0 15px;
}
.detalle-post .supertitle {
  border-bottom: 4px solid #333;
  margin-top: 30px;
  padding-bottom: 20px;
}
.detalle-post .title-post {
  margin: 0 0 15px 0;
  font-size: 2.625em;
  line-height: 1.1;
  color: #333;
  padding: 0 0 20px 0;
  border-bottom: 4px solid #66ccff;
}
.detalle-post .basic-post .author-container {
  float: left;
  width: 100%;
}
.detalle-post .author-container {
  float: left;
  width: auto;
  position: relative;
  padding-right: 10px;
  margin-top: 5px;
}
.detalle-post .author-container img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
}
.detalle-post .author {
  font-size: 0.875em;
  color: #333333;
  font-family: 'sourcesansproregular', sans-serif;
}
.detalle-post .author .author-name {
  font-style: italic;
  font-weight: bold;
}
.detalle-post .author .author-date {
  font-style: italic;
}
.detalle-post .commentsLikes.detalle {
  width: auto;
  border: none;
  margin-top: 0px;
  display: inline;
  position: absolute;
  padding-right: 10px;
  top: 0px;
  border-left: 1px solid #e0e0e0;
  height: 100%;
  padding-top: 10px;
  padding-left: 15px;
  right: 0px;
  cursor: pointer;
  min-width: initial;
}
.detalle-post .tags {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.detalle-post .tags p {
  color: #66ccff;
  font-size: 0.875em;
}
.detalle-post .tags p a {
  color: #333;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #efefef;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin: 3px;
}
.detalle-post .relacionados {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.detalle-video {
  background: #333;
  text-align: center;
}
.detalle-video iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -6px;
}
.valoracion-analisis {
  float: left;
  width: 100%;
}
.review-data {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.review-data .review-nintenderos,
.review-data .review-lectores {
  float: left;
  width: 50%;
  padding: 26px 30px 26px 58px;
  min-height: 96px;
}
.review-data .review-good-bad {
  float: left;
  width: 100%;
  background: #efefef;
}
.review-data .review-good-bad .review-good,
.review-data .review-good-bad .review-bad {
  padding: 20px 15px 20px 58px;
  float: left;
  width: 50%;
}
.review-data .review-good-bad .review-good span,
.review-data .review-good-bad .review-bad span {
  display: block;
  padding-left: 23px;
  background-position: left 3px;
  background-repeat: no-repeat;
  font-size: 0.875em;
  font-family: 'sourcesansproregular', sans-serif;
  margin-top: 8px;
}
.review-data .review-good-bad .review-good span {
  background-image: url('../img/goodpoint.png');
}
.review-data .review-good-bad .review-bad span {
  background-image: url('../img/badpoint.png');
}
.review-data .review-nintenderos {
  background: #333333 url('../img/valnintenderos.png') no-repeat 0 0;
}
.review-data .review-nintenderos-score {
  float: right;
  font-size: 3em;
  line-height: 1;
  margin: -5px 0 0 0;
}
.review-data .review-lectores-score {
  float: right;
}
.review-data .review-lectores-score .score {
  margin: 0;
  padding-left: 24px;
  background: url('../img/ratescore.png') no-repeat 0 4px;
  color: #66CCFF;
  font-size: 1.5em;
  line-height: 1;
  text-align: right;
}
.review-data .review-lectores-score .votos {
  color: #999;
  margin: 0;
  font-size: 0.875em;
  font-family: 'montserratregular', sans-serif;
  text-align: right;
}
.review-data .review-lectores {
  background: #333333 url('../img/vallectores.png') no-repeat 0 0;
}
.review-data .review-data-text {
  float: left;
  width: 125px;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
  color: #999999;
  margin: 0;
  text-transform: uppercase;
}
/* movil */
@media (max-width: 767px) {
  .review-data .review-nintenderos,
  .review-data .review-lectores {
    width: 100%;
    margin-top: 1px;
  }
  .review-data .review-good-bad .review-good,
  .review-data .review-good-bad .review-bad {
    width: 100%;
    margin-top: 1px;
    padding: 20px 15px;
  }
}
/*browser*/
@media (min-width: 992px) and (max-width: 1399px) {
  .detalle-post .post-social .author {
    width: 218px;
  }
}
/*movil y tablet */
@media (max-width: 991px) {
  .detalle-post .title-post {
    font-size: 1.5em;
  }
  .detalle-post .compartir {
    width: 100%;
    float: left;
    display: block;
  }
  .detalle-post .post-social {
    min-height: 45px;
    margin-bottom: 50px;
    padding-right: 66px;
  }
  .detalle-post .post-social .author {
    display: table-cell;
    height: 33px;
    vertical-align: middle;
  }
  .detalle-post .post-social .compartir {
    float: none;
    position: absolute;
    top: 48px;
    margin: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border: none;
  }
  .detalle-video iframe {
    height: 300px;
  }
}
.table-listado-juego {
  float: left;
  width: 100%;
}
.table-listado-juego .table-head,
.table-listado-juego .table-body {
  float: left;
  width: 100%;
}
.table-listado-juego .table-head-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #494949;
}
.table-listado-juego .table-body-row {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.table-listado-juego .table-head-cell {
  font-size: 0.75em;
  color: #666;
  padding: 10px !important;
}
.table-listado-juego .table-head-cell,
.table-listado-juego .table-body-cell {
  float: left;
  width: 100%;
  display: block;
  min-height: 1px;
  padding: 20px 10px;
}
.table-listado-juego .posicion {
  width: 9% !important;
}
.table-listado-juego .imagen {
  width: 13% !important;
}
.table-listado-juego .imagen img {
  width: 100%;
  height: auto;
}
.table-listado-juego .titulo {
  width: 27% !important;
}
.table-listado-juego .genero {
  width: 20% !important;
}
.table-listado-juego .fecha {
  width: 25% !important;
}
.table-listado-juego .puntuacion {
  width: 15% !important;
}
.table-listado-juego h3 {
  font-size: 1em;
  color: #333;
  margin: 0 0 10px 0;
}
.table-listado-juego .generos,
.table-listado-juego .fecha-lanzamiento {
  color: #999;
  font-size: 0.875em;
}
.table-listado-juego .generos .separator:last-child,
.table-listado-juego .fecha-lanzamiento .separator:last-child {
  display: none;
}
.table-listado-juego .console-category {
  padding: 5px 10px 4px 10px;
}
.table-listado-juego .table-body-cell.puntuacion {
  text-align: right;
}
.table-listado-juego .punt-nintenderos {
  font-size: 1.875em;
  margin: 0;
  font-family: 'montserratbold', sans-serif;
  line-height: 1;
}
.table-listado-juego .score {
  color: #66ccff;
  font-family: 'montserratregular', sans-serif;
  margin: 0;
  padding-left: 18px;
  background: url('../img/ratescore.png') no-repeat 0 3px;
  background-size: 13px 13px;
  display: inline-block;
  margin: 4px 0 0 0;
}
.table-listado-juego .votos {
  font-size: 0.75em;
  color: #999;
  margin: 0;
}
.table-listado-juego.inverse h3 {
  color: #fff;
}
.table-listado-juego.inverse .console-category {
  background: #222;
  color: #999;
}
.table-listado-juego.inverse .table-body-row {
  border-bottom: 1px solid #494949;
}
.table-listado-juego.inverse .position {
  display: inline-block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #66ccff;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  padding-top: 4px;
}
.table-listado-juego.inverse .titulo {
  width: 24% !important;
}
.table-listado-juego.inverse .genero {
  width: 17% !important;
}
.table-listado-juego.inverse .puntuacion {
  width: 12% !important;
}
.head-juego {
  float: left;
  width: 100%;
}
.head-juego-dark {
  float: left;
  width: 100%;
  background: #3D3D3D;
}
.head-juego-content {
  position: relative;
  display: table-cell;
  width: 1300px;
  height: 200px;
  padding: 20px 275px 20px 182px;
}
.head-juego-content .post-edit-link {
  bottom: 0;
  right: 256px;
}
.head-juego-content .ratepost .starsbar a,
.head-juego-content .rcmmpost .starsbar a,
.head-juego-content .ratemulti .starsbar a,
.head-juego-content .rcmmmulti .starsbar a,
.head-juego-content .ratecmm .starsbar a,
.head-juego-content .reviewcmm .starsbar a {
  left: 17px;
  top: 15px;
}
.head-juego-content .ratingloaderarticle,
.head-juego-content .ratingloadercomment {
  margin: 0;
  text-align: center;
  float: left;
  width: 100% !important;
}
.head-juego-content .ratingloaderarticle .loader.flower,
.head-juego-content .ratingloadercomment .loader.flower {
  background: url('../img/loading.gif') no-repeat center;
  background-size: 20px 20px;
  margin-top: 20px;
}
.head-juego-content .juego-imagen {
  position: absolute;
  top: 20px;
  left: 0;
  width: 162px;
  padding-bottom: 19px;
  background-size: 112% auto !important;
  background: url('../img/sombra-juego.png') no-repeat bottom center;
}
.head-juego-content .juego-imagen img {
  width: 100%;
  height: auto;
}
.head-juego-content h1 {
  font-family: 'montserratregular', sans-serif;
  font-size: 1.875em;
  color: #fff;
  margin: 0;
}
.head-juego-content .generos {
  margin: 5px 0 0 0;
  font-family: 'montserratregular', sans-serif;
  font-size: 1.25em;
  color: #66ccff;
}
.head-juego-content .generos .separator:last-child {
  display: none;
}
.head-juego-content .console-category {
  background: #767979;
  color: #333;
  margin: 10px 0 0 0;
}
.head-juego-content .fecha-lanzamiento {
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
  color: #999;
  margin: 10px 0 0 0;
}
.head-juego-content .juego-valoraciones {
  background: #333333;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, #333333 0%, #3d3d3d 100%, #3d3d3d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333333), color-stop(100%, #3d3d3d), color-stop(100%, #3d3d3d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #333333 0%, #3d3d3d 100%, #3d3d3d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #333333 0%, #3d3d3d 100%, #3d3d3d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #333333 0%, #3d3d3d 100%, #3d3d3d 100%);
  /* IE10+ */
  background: linear-gradient(to right, #333333 0%, #3d3d3d 100%, #3d3d3d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#2989d8', GradientType=1);
  /* IE6-8 */
  position: absolute;
  top: 0;
  right: 0;
  width: 255px;
  height: 100%;
  padding: 20px 0 20px 20px;
}
.head-juego-content .juego-valoraciones .top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #494949;
  padding-bottom: 10px;
}
.head-juego-content .juego-valoraciones .texto-punt-nintenderos {
  float: left;
  width: 105px;
  margin: 0;
  color: #999;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
}
.head-juego-content .juego-valoraciones .punt-nintenderos {
  float: right;
  font-size: 2.5em;
  margin: 0;
  line-height: 1;
  font-family: 'montserratbold', sans-serif;
}
.head-juego-content .juego-valoraciones .middle {
  float: left;
  width: 100%;
  border-bottom: 1px solid #494949;
  padding: 10px 0;
}
.head-juego-content .juego-valoraciones .texto-val-lectores {
  float: left;
  width: 105px;
  color: #999999;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.75em;
}
.head-juego-content .juego-valoraciones .review-lectores-score {
  float: right;
}
.head-juego-content .juego-valoraciones .review-lectores-score .score {
  color: #66ccff;
  font-family: 'montserratregular', sans-serif;
  margin: 0;
  float: right;
  padding-left: 18px;
  background: url('../img/ratescore.png') no-repeat 0 3px;
  background-size: 13px 13px;
}
.head-juego-content .juego-valoraciones .review-lectores-score .votos {
  font-size: 0.75em;
  color: #999;
  float: right;
  clear: both;
  margin: 0;
}
.head-juego-content .juego-valoraciones .ratepost {
  float: left;
  width: 100%;
}
.head-juego-content .juego-valoraciones .ratepost .gdouter {
  margin: 0 auto;
  margin-top: 15px;
}
.head-juego-menu {
  float: left;
  width: 100%;
  background: #efefef;
}
.juego-menu {
  float: left;
  width: 100%;
  padding: 0 0 0 182px;
}
.juego-menu > * {
  float: left;
  width: 12.5%;
  text-align: center;
  height: 44px;
  padding-top: 13px;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
  color: #333 !important;
}
.juego-menu span {
  color: #CCCCCC !important;
}
.juego-menu .active {
  background: #fff;
  color: #66ccff !important;
}
.juego-ficha-container {
  float: left;
  width: 100%;
}
.juego-ficha-container .pegi-image {
  position: relative;
  float: left;
  width: 100%;
}
.juego-ficha-container .pegi-image img {
  position: absolute;
  top: 8px;
  right: 0;
}
.juego-ficha-container .juego-description {
  float: left;
  width: 100%;
  font-family: 'sourcesansproregular', sans-serif;
  color: #666666;
  font-size: 1.125em;
  margin: 0;
  line-height: 1.2;
}
.juego-ficha-container .caracteristicas {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.juego-ficha-container .caracteristicas li {
  float: left;
  width: 50%;
  padding: 0 15px 0 15px;
  background: url('../img/lista-juego-punto.png') no-repeat 0 8px;
  font-family: 'sourcesansproregular', sans-serif;
  font-size: 1em;
  color: #a0a0a0;
}
.juego-ficha-container .caracteristicas li span {
  font-weight: bold;
  color: #333;
}
.juego-ficha-container .caracteristicas .separator:last-child {
  display: none;
}
.juego-ficha-container .video-post {
  margin-bottom: 30px;
}
.juego-compartir {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 30px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.juego-compartir .compartelo {
  float: left;
  width: auto;
  margin: 0;
  font-size: 1.625em;
  padding: 0 40px 0 40px;
  background: url('../img/compartir-icon.png') no-repeat right center;
}
.juego-compartir .compartir {
  float: right;
  width: auto;
  margin-top: 8px;
  padding-right: 40px;
}
.juego-ficha-container .supertitle {
  padding-top: 50px;
}
.juego-ficha-container .supertitle.no-margin {
  padding-top: 0;
}
.juego-ficha-container .fancygallery,
.juego-ficha-container .fancybox-videos {
  margin-bottom: 30px;
  display: block;
}
.juego-ficha-container .fancygallery .fancy-image-video,
.juego-ficha-container .fancybox-videos .fancy-image-video {
  position: relative;
}
.juego-ficha-container .fancygallery .play-overlay,
.juego-ficha-container .fancybox-videos .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/video-play-mini.png') no-repeat center center;
  z-index: 3;
}
.juego-ficha-container .fancygallery .dark-overlay,
.juego-ficha-container .fancybox-videos .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 2;
}
.juego-ficha-container .fancygallery img,
.juego-ficha-container .fancybox-videos img {
  height: auto;
  border: 1px solid #333;
}
.juego-ficha-container .fancygallery h3,
.juego-ficha-container .fancybox-videos h3 {
  font-size: 0.875em;
  color: #333;
  margin: 10px 0 0 0;
}
.juego-noticias,
.juego-analisis {
  float: left;
  width: 100%;
}
.juegos-filtro {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.juegos-filtro.tri .form-element {
  width: 33.33333333%;
}
.juegos-filtro.cuatri .form-element {
  width: 25%;
}
.juegos-filtro .form-element {
  float: left;
  padding-left: 10px;
}
.juegos-filtro .form-element:first-child {
  padding: 0;
}
.juegos-filtro select,
.juegos-filtro input[type='text'],
.juegos-filtro button {
  display: block;
  height: 40px;
  width: 100%;
  outline: none;
}
.juegos-filtro select,
.juegos-filtro input[type='text'] {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 0.875em;
  font-family: 'sourcesansproregular', sans-serif;
  padding: 0px 10px;
}
.juegos-filtro button {
  border: none;
  background: #333;
  color: #ccc;
}
/*movil*/
@media (max-width: 767px) {
  .head-juego-menu {
    display: none;
  }
  .juegos-filtro .form-element {
    width: 100% !important;
    padding: 10px 0 0 0;
  }
  .juegos-filtro .form-element:first-child {
    padding-top: 0;
  }
  .juego-compartir .compartelo {
    float: left;
    width: 100%;
    text-align: center;
    background: none;
    padding: 0;
  }
  .juego-compartir .compartir {
    float: left;
    width: 100%;
    margin-top: 18px;
    padding-right: 0;
    text-align: center;
  }
  .table-listado-juego .table-head {
    display: none;
  }
  .table-listado-juego .table-body-row {
    border-bottom: 3px solid #333;
  }
  .table-listado-juego.inverse .posicion,
  .table-listado-juego.inverse .imagen,
  .table-listado-juego.inverse .titulo,
  .table-listado-juego.inverse .genero,
  .table-listado-juego.inverse .fecha,
  .table-listado-juego.inverse .puntuacion {
    width: 100% !important;
    padding-left: 110px !important;
  }
  .table-listado-juego.inverse .table-body-row {
    border-bottom: 3px solid #ccc;
  }
  .table-listado-juego.inverse .table-body-cell {
    border-bottom: 1px solid #ccc;
  }
  .table-listado-juego.inverse .table-body-cell:last-child {
    border-bottom: none;
  }
  .table-listado-juego .posicion,
  .table-listado-juego .imagen,
  .table-listado-juego .titulo,
  .table-listado-juego .genero,
  .table-listado-juego .fecha,
  .table-listado-juego .puntuacion {
    width: 100% !important;
    padding-left: 110px !important;
  }
  .table-listado-juego .table-body-cell {
    position: relative;
    text-align: left !important;
    border-bottom: 1px solid #ccc;
  }
  .table-listado-juego .table-body-cell:last-child {
    border-bottom: none;
  }
  .table-listado-juego .table-body-cell img {
    max-width: 150px;
  }
  .table-listado-juego .table-body-cell .responsive-title {
    color: #333;
    font-family: 'montserratregular', sans-serif;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100px;
    font-size: 0.75em;
    color: #666;
  }
  .head-juego-content {
    padding: 15px 0;
    text-align: center;
  }
  .head-juego-content .post-edit-link {
    right: -15px;
  }
  .head-juego-content .juego-imagen {
    position: relative;
    top: 0;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .head-juego-content .juego-valoraciones {
    position: relative;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    padding: 20px;
    background: none !important;
  }
  .head-juego-content .ratepost .starsbar a,
  .head-juego-content .rcmmpost .starsbar a,
  .head-juego-content .ratemulti .starsbar a,
  .head-juego-content .rcmmmulti .starsbar a,
  .head-juego-content .ratecmm .starsbar a,
  .head-juego-content .reviewcmm .starsbar a {
    left: 8px;
  }
  .juego-menu {
    padding: 0;
  }
  .juego-menu > * {
    width: 100%;
  }
  .head-juego-menu-resp {
    float: left;
    width: 100%;
    background: #efefef;
    display: block;
    position: relative;
    height: 50px;
    padding: 14px 15px 0 15px;
    color: #333 !important;
    font-family: 'montserratbold', sans-serif;
  }
  .head-juego-menu-resp .glyphicon {
    position: absolute;
    top: 17px;
    right: 15px;
  }
}
/*movil tablet*/
/*movil tablet browser */
@media (max-width: 1399px) {
  .head-juego-content h1 {
    font-size: 1.4em;
  }
  .head-juego-content .generos {
    font-size: 1em;
  }
}
/* tablet browser full */
@media (min-width: 768px) {
  .head-juego-menu {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .juego-ficha-container .caracteristicas li {
    float: left;
    width: 100%;
  }
}
.evento-cabecera {
  float: left;
  width: 100%;
  background: #333;
}
.evento-cabecera .evento-imagen {
  position: relative;
}
.evento-cabecera .evento-imagen .post-edit-link {
  bottom: 0;
  right: 0;
}
.evento-cabecera img {
  width: 100%;
  height: auto;
}
.evento-custom-tab-system .evento-custom-content {
  display: none;
}
.evento-custom-tab-system .evento-custom-content.active {
  display: block;
}
.col-md-4.fondo {
  background: url('../img/degradadoins.png') repeat-y top left;
}
.evento-head-data {
  float: left;
  width: 100%;
  background: #E6E6E6;
}
.evento-head-data .evento-head-data {
  position: relative;
  padding: 10px 95px 10px 0;
}
.evento-head-data h1 {
  font-size: 2.5em;
  color: #333;
  margin: 0;
}
.evento-head-data .consola {
  background: #fff;
  display: inline-block;
  padding: 5px 10px 4px 10px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 15px 0 0 0;
  font-size: 0.875em;
  color: #b4b4b4;
}
.evento-head-data .formato {
  margin: 15px 0 0 0;
  color: #999;
  font-size: 0.875em;
}
.evento-head-data .evento-comienzo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0;
  width: 80px;
}
.evento-head-data .evento-comienzo .evento-comienzo-text {
  background: #fff;
  height: 100%;
}
.evento-head-data .evento-comienzo .inicio {
  color: #66ccff;
  font-size: 0.875em;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
  margin: 0;
}
.evento-head-data .evento-comienzo .dia {
  margin: 5px 0 0 0;
  font-family: 'montserratbold', sans-serif;
  color: #333;
  text-align: center;
  font-size: 2.5em;
  line-height: 1;
}
.evento-head-data .evento-comienzo .mes {
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.evento-head-data .evento-comienzo .hora {
  font-size: 0.75em;
  text-align: center;
  line-height: 1;
  margin: 6px 0 8px 0;
}
.evento-head-data .evento-head-inscribirse {
  padding: 10px 0;
  position: relative;
}
.evento-head-data .evento-head-inscribirse .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #ffffff url('../img/loading.gif') no-repeat center 35px;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.evento-head-data .evento-head-inscribirse .inscritos {
  background: #fff;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.evento-head-data .evento-head-inscribirse .inscritos-text {
  padding-left: 30px;
  background: url('../img/users-icon.png') no-repeat left center;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.evento-head-data .evento-head-inscribirse .inscribirse {
  display: block;
  background-color: #66ccff;
  color: #fff;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  font-family: 'montserratbold';
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 8px 10px;
}
.evento-tabs {
  float: left;
  width: 100%;
}
.evento-menu {
  float: left;
  width: 100%;
  background: #EFEFEF;
}
.evento-menu .evento-custom-tabs {
  float: left;
  width: 100%;
}
.evento-menu .evento-custom-tab {
  float: left;
  width: 20%;
  font-size: 0.875em;
  color: #333;
  border-right: 1px solid #E0E0E0;
  text-align: center;
  padding: 10px;
}
.evento-menu .evento-custom-tab.active {
  background: #fff;
  color: #66ccff;
}
.evento-menu .evento-custom-tab:first-child {
  border-left: 1px solid #E0E0E0;
}
.evento-timeline {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.evento-timeline .title {
  margin: 0 0 15px 0;
  font-family: 'montserratbold', sans-serif;
  font-size: 1.25em;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
  text-transform: uppercase;
}
.evento-timeline .timeline-element {
  padding: 20px 20px 20px 58px;
  border-bottom: 1px solid #efefef;
  background: url('../img/timeline-icon.png') no-repeat 20px 16px;
}
.evento-timeline .timeline-element .fechahora {
  font-size: 0.875em;
  color: #666666;
}
.evento-timeline .timeline-element .fechahora .sep {
  color: #66ccff;
  display: inline-block;
  margin: 0 3px;
}
.evento-timeline .timeline-element .texto {
  font-family: 'sourcesansproregular', sans-serif;
  font-size: 0.875em;
  margin: 0;
}
.inscri {
  display: table-cell;
  width: 1120px;
  height: 61px;
  background-color: #ccc;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  font-family: 'montserratbold';
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 8px 10px;
}
.inscri a {
  color: #333;
}
.participantes {
  float: left;
  width: 100%;
}
.participantes .participantes-list {
  float: left;
  width: 100%;
}
.participantes .participante {
  float: left;
  width: 16.66666667%;
  padding: 0 15px;
  margin-bottom: 40px;
  display: block;
}
.participantes .participante .participante-imagen {
  text-align: center;
}
.participantes .participante .participante-imagen img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  height: auto;
}
.participantes .participante .participante-nombre {
  color: #66ccff;
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 0.875em;
  font-family: 'sourcesansproregular', sans-serif;
  font-weight: bold;
}
.eventos-listado {
  padding: 30px 0px;
}
.evento-listado {
  display: block;
  margin: 10px 0;
}
.evento-listado .evento-listado-imagen {
  border: 2px solid #717171;
}
.evento-listado .evento-listado-imagen img {
  width: 100%;
  height: auto;
}
.evento-listado .title {
  font-size: 1.5em;
  margin: 0;
  line-height: 1.2;
  color: #333;
}
.evento-listado .console-category {
  margin-top: 15px;
}
.evento-listado .formato {
  margin: 10px 0 0 0;
  color: #66ccff;
  font-size: 0.875em;
}
.evento-listado .inscritos {
  border: 1px solid #EFEFEF;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}
.evento-listado .inscritos .inscritos-text {
  padding-left: 30px;
  background: url('../img/users-icon.png') no-repeat left center;
  margin-bottom: 10px;
  color: 333;
}
/* movil */
@media (max-width: 767px) {
  .evento-custom-tabs {
    display: none;
  }
  .evento-menu .evento-custom-tab {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #e0e0e0;
  }
  .evento-menu .evento-custom-tab:first-child {
    border-top: 1px solid #e0e0e0;
  }
  .evento-menu .evento-responsive-tab {
    position: relative;
    color: #333;
    padding: 15px 0;
  }
  .evento-menu .evento-responsive-tab .glyphicon {
    position: absolute;
    top: 19px;
    right: 15px;
  }
  .participantes .participante {
    width: 33.33333333%;
  }
}
/*browser*/
@media (max-width: 1399px) and (min-width: 992px) {
  .evento-head-data h1 {
    font-size: 2em;
  }
}
/* movil tablet*/
@media (max-width: 991px) {
  .evento-head-data h1 {
    font-size: 1.5em;
  }
  .evento-head-data .evento-head-inscribirse {
    padding: 20px 0 10px 0;
  }
  .evento-head-data .evento-head-inscribirse .inscribirse {
    font-size: 1.5em;
  }
  .col-md-4.fondo {
    height: auto !important;
    background: none;
  }
}
/*tablet browser full*/
@media (min-width: 768px) {
  .evento-custom-tab-system .evento-custom-tabs {
    display: block !important;
    height: auto !important;
  }
}
#depteam {
  float: left;
  width: 100%;
}
#depteam ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
}
#depteam li {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
  padding: 0 0 20px 110px;
  min-height: 143px;
  font-size: 1.125em;
  color: #666;
  font-family: 'sourcesansproregular', sans-serif;
  line-height: 1.2;
  border-bottom: 1px solid #EFEFEF;
}
#depteam li:first-child {
  margin-top: 0;
}
#depteam li img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#depteam li strong {
  display: block;
  font-family: 'sourcesansproregular', sans-serif;
  font-size: 1.5em;
  color: #66ccff;
  margin-bottom: 6px;
}
.footer {
  float: left;
  width: 100%;
  border-top: 4px solid #efefef;
}
.footer-top {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
.footer-top .logo,
.footer-top .contact,
.footer-top .followus {
  float: left;
}
.footer-top > div:first-child .footer-top-section {
  padding-left: 0;
}
.footer-top > div:last-child .footer-top-section {
  padding-right: 0;
  border-right: none;
}
.footer-top .footer-top-section {
  display: table-cell;
  height: 50px;
  border-right: 1px dotted #cccccc;
  padding: 0 35px;
  vertical-align: middle;
}
.footer-top .pcontact {
  margin: 0;
  float: left;
}
.footer-top .pcontact:first-child {
  margin-right: 40px;
}
.footer-top .pcontact .pcontact-title {
  font-size: 0.875em;
  color: #66ccff;
  text-transform: uppercase;
  font-family: 'montserratregular', sans-serif;
}
.footer-top .pcontact a {
  color: #333333;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
}
.footer-top .followus-text * {
  float: left;
  margin-right: 5px;
}
.footer-top .followus-text a {
  width: 48px;
  height: 48px;
}
.footer-top .followus-text a.facebook {
  background: url('../img/facebook.png') no-repeat center center;
}
.footer-top .followus-text a.twitter {
  background: url('../img/twitter.png') no-repeat center center;
}
.footer-top .followus-text a.google {
  background: url('../img/google.png') no-repeat center center;
}
.footer-top .followus-text a.youtube {
  background: url('../img/youtube.png') no-repeat center center;
}
.footer-top .followus-text a.miiverse {
  background: url('../img/miiverse.png') no-repeat center center;
}
.footer-menu {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
.footer-menu .title {
  font-family: 'montserratbold', sans-serif;
  font-size: 1em;
  color: #66ccff;
  text-transform: uppercase;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul li {
  padding-left: 10px;
  font-family: 'sourcesansproregular', sans-serif;
  font-size: 0.875em;
  margin-bottom: 3px;
  background: url('../img/footer-menu.png') no-repeat 0 8px;
}
.footer-menu ul li a {
  color: #333333;
}
.footer-bottom {
  float: left;
  width: 100%;
  padding: 20px 0 40px 0;
}
.footer-bottom .derechos {
  float: left;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em;
  color: #333333;
}
.footer-bottom a {
  float: right;
  background: url('../img/disenowebproun.png') no-repeat center center;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.75em;
  color: #333;
  padding: 3px 6px 2px 17px;
}
/*movil*/
@media (max-width: 767px) {
  .footer-top .logo,
  .footer-top .followus,
  .footer-top .contact {
    width: 100%;
    float: none;
  }
  .footer-top .footer-top-section {
    border: none;
    padding: 15px 0;
    text-align: center;
    display: block;
    height: auto;
  }
  .footer-top .footer-top-section * {
    float: none;
  }
  .footer-top .pcontact {
    margin: 0 0 10px 0 !important;
  }
  .footer-top .followus-text .texto {
    display: block;
  }
  .footer-top .followus-text a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100% 100% !important;
    margin: 10px 2px 0 2px;
  }
  .footer-bottom .derechos {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    float: none;
  }
  .footer-bottom a {
    width: 143px;
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.footer-publi {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #F5F5F5;
}
/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-top .logo .footer-top-section {
    border: none;
  }
  .footer-top .contact {
    float: right;
  }
  .footer-top .contact .footer-top-section {
    border: none;
    padding: 0;
  }
  .footer-top .followus {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    padding: 0;
  }
  .footer-top .followus .footer-top-section {
    display: inline-block;
  }
}
/*movil y tablet*/
@media (max-width: 991px) {
  .footer-menu ul {
    margin-bottom: 30px;
  }
}
/* tablet y browser */
@media (min-width: 768px) and (max-width: 1399px) {
  .footer-top .footer-top-section {
    padding: 0 32px;
  }
  .footer-top .pcontact a {
    font-size: 0.75em;
  }
  .footer-top .followus-text .texto {
    font-size: 0.8em;
    margin-top: 4px;
  }
  .footer-top .followus-text a {
    width: 24px;
    height: 24px;
    background-size: 100% 100% !important;
  }
}
#buddypress {
  font-family: 'sourcesansproregular', sans-serif !important;
  color: #666;
}
#buddypress img {
  -webkit-border-radius: 50% !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 50% !important;
  -moz-background-clip: padding !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
}
#buddypress a {
  color: #0E85C0 !important;
}
#buddypress textarea {
  resize: none !important;
  height: 150px !important;
}
#buddypress input[type='text'],
#buddypress select {
  height: 40px !important;
}
#buddypress input[type='text'],
#buddypress textarea,
#buddypress select {
  border: 1px solid #ccc !important;
  -webkit-border-radius: 2px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 2px !important;
  -moz-background-clip: padding !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
  padding: 5px !important;
  color: #999 !important;
}
#buddypress ul.item-list li {
  padding: 20px 0;
}
#buddypress #whats-new-options {
  height: auto !important;
}
#buddypress form#whats-new-form textarea {
  width: 100% !important;
}
#buddypress .activity-list .activity-content .activity-header img.avatar {
  display: none;
}
#buddypress div.item-list-tabs ul li {
  margin: 10px 0;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
  color: #333 !important;
  background: #efefef !important;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.875em !important;
  height: 40px !important;
  padding-top: 10px;
}
#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
  color: #efefef !important;
  background: #333 !important;
  font-weight: normal !important;
}
#buddypress .activity-list .activity-avatar {
  position: relative;
  top: 9px;
}
#buddypress div#message p,
#sitewide-notice p {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
#gtags-top {
  display: none !important;
}
#buddypress .comment-reply-link,
#buddypress a.button,
#buddypress button,
#buddypress div.generic-button a,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
a.bp-title-button {
  position: relative;
  top: -1px;
  height: 40px;
}
@media (max-width: 767px) {
  #buddypress div.item-list-tabs ul li {
    margin: 5px;
  }
}
