@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background: url(../images/bg_main.webp) repeat fixed #e1e1e1;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #3d3d3d;
}
a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #3d3d3d;
}
a:hover {
    cursor: pointer;
}
a img {
    border: none;
}
h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
}
ul, li {
    list-style: none;
}
.clear {
    clear: both;
}
/*SOCIAL BTNS*/
/*FOR ALL BTNS*/
.sociales_btn_container {
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: 0.2s;
}
.sociales_btn_container:hover {
    text-decoration: none;
}
.sociales_btn_texto {
    padding: 0 11px 2px 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}
.sociales_btn_icon {
    padding: 8px 0 8px 9px;
}
/*FACEBOOK BTN*/
.sociales_btn_color_facebook {
    background-color: #0866ff;
}
.sociales_btn_color_facebook:hover {
    background-color: #0553d1;
}

/*X BTN*/
.sociales_btn_color_x {
    background-color: #474646;
}
.sociales_btn_color_x:hover {
    background-color: #000000;
}
/*END SOCIAL BTNS*/
#wrapper {
    margin: 0 auto;
    width: 998px;
    position: relative;
}
#top {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.top_logo img {
    vertical-align: top;
    width: 260px;
}
.top_logo {
    width: 376px;
    padding-top: 23px;
    padding-bottom: 19px;
    display: inline-block;
}

/* CONTACT */

.container{max-width:600px;margin:left;background:#fff;padding:10px;}
label{display:block;margin-top:12px;font-weight:bold;}
input,textarea{width:100%;padding:10px;margin-top:4px;border:1px solid #ccc;font-size: 18px;font-weight:normal;}
textarea{min-height:120px;}
button{margin-top:12px;padding:10px 15px;background:#939292;color:#fff;border:none;cursor:pointer;font-size: 18px;}
button:hover{background:#6d6a6a;}
.notice{padding:10px;margin-top:10px;}
.success{background:#e6ffed;color:#0b6f2f;border:1px solid #bfe6c8;}
.error{background:#ffe6e6;color:#9b1c1c;border:1px solid #f0baba;}


/* RATING */

.rating{
  display:flex;
  gap:0;              /* Sin separación */
  align-items:center;
  line-height:0;      /* Evita huecos fantasma */
}
.heart{
  width:40px;
  height:40px;
  background:#ccc;
  mask-image:url('heart.svg');
  -webkit-mask-image:url('../images/heart.svg');
  mask-repeat:no-repeat;
  -webkit-mask-repeat:no-repeat;
  mask-position:center;
  -webkit-mask-position:center;
  mask-size:contain;
  -webkit-mask-size:contain;
  cursor:pointer;
  transition:background .2s;
  margin:0;           /* Sin margen */
  padding:0;          /* Sin padding */
  display:block;      /* Se ajusta perfecto al flex */
}

  .stats{margin-top:10px;font-size:15px;color:#333}
  .msg{margin-top:10px}



/* NAV */
.no_desktop, .responsivo_menu {
    display: none;
}
.decor_arrow, .decor_reverse, .decor_corazones, .decor_skip {
    position: absolute;
    width: 18px;
    height: 21px;
    margin-top: 22px;
    margin-left: -9px;
    display: block;
}
.decor_reverse {
    background-image: url('../images/reverse.png');
}
.decor_corazones {
    background-image: url('../images/decor_corazones.png');
}
.decor_skip {
    background-image: url('../images/skip.png');
}
.decor_arrow {
    background-image: url('../images/arrow.png');
}
.no_desktop, .responsivo_menu {
    display: none;
}
nav {
    z-index: 999;
    position: relative;
    min-height: 65px;
    width: 998px;
    background-color: #53949d;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
ul.nav a:active, nav a:link, nav a:visited {
    color: #fff;
}
nav a:hover {
    color: #0f3f46;
    transition: 0.4s;
}
ul.nav a {
    display: block;
    padding: 17px 46px 17px 47px;
    background-color: #53949d;
}
ul.nav li {
    float: left;
}
ul.nav {
    display: block;
    width: 998px;
}
ul.nav ul {
    visibility: hidden;
    position: absolute;
    transition: all .1s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    margin-left: -174px;
    width: 360px;
    background-color: #62b0ba;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
}
nav li:hover ul {
    visibility: visible;
    transform: scaleY(1);
}
ul.nav li:hover > * {
    display: block;
}
ul.nav ul li {
    float: none;
}
ul.nav ul a {
    text-align: right;
    padding: 10px 24px 10px 18px;
    background-color: #62b0ba;
}
ul.nav ul li:first-child {
    padding-top: 10px;
    border-top: 1px solid #3d7b84;
}
ul.nav ul li:last-child {
    padding-bottom: 12px;
}
.boxes_bg {
    width: 100%;
    float: left;
}
.foot_spacer {
    margin-bottom: 50px;
}
.box_hola {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fffdfe;
    outline: 1px solid #d4d4d4;
    outline-offset: -12px;
    margin-bottom: 18px;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.box_hola_texto1 {
    padding-top: 22px;
    font-size: 30px;
    font-weight: 600;
    padding-left: 6px;
    padding-right: 6px;
}
.box_hola_texto2 {
    line-height: 24px;
    padding-top: 14px;
    padding-left: 38px;
    padding-right: 38px;
}
#box_hola_sociales {
    padding-top: 26px;
    padding-bottom: 36px;
    text-align: center;
    font-size: 1px;
}
.box_hola_btn_facebook {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
.box_hola_btn_x {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
.box_hola_btn_favoritos {
    display: inline-block;
    vertical-align: top;
}
.box_hola_rey {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0;
}
.box_juegos {
    float: left;
    width: 100%;
}
.box_juego {
    margin-bottom: 18px;
    float: left;
    margin-right: 16px;
    width: 322px;
    background-color: #fffdfe;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.box_juego:nth-child(3n) {
    margin-right: 0;
}
.box_juego_img {
    width: 322px;
    transition: filter .2s ease-in-out;
}
.box_juego_img:hover {
    filter: brightness(116%);
}
.box_juego_texto1 {
    font-size: 20px;
    padding-top: 2px;
    font-weight: 700;
    padding-left: 12px;
}
.box_juego_texto1 a:hover {
    text-decoration: underline;
}
.box_juego_texto2 {
    padding-top: 4px;
    padding-left: 12px;
}
.box_juego_texto3 {
    padding: 1px 2px 12px 12px;
    line-height: 24px;
}
.box_juego_mas {
    clear: both;
    padding-bottom: 16px;
}
.box_juego_mas_btn {
    padding: 24px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
    background-color: #53949d;
    color: #ffffff !important;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease-in-out;
}
.box_juego_mas_btn:hover {
    background-color: #3b8089;
}
/* SUB */
.box_info {
    width: 100%;
    background-color: #fffdfe;
    outline: 1px solid #d4d4d4;
    outline-offset: -12px;
    margin-bottom: 18px;
    padding-bottom: 29px;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.box_info_texto1 {
    text-align: center;
    padding-top: 22px;
    font-size: 30px;
    font-weight: 700;
    padding-left: 29px;
    padding-right: 29px;
}
.box_info_texto2 {
    line-height: 24px;
    padding-top: 14px;
    padding-left: 29px;
    padding-right: 29px;
}
.box_info_texto2 a:active, .box_info_texto2 a:link, .box_info_texto2 a:visited {
    color: #000cff;
    text-decoration: none
}
.box_info_texto2 a:hover {
    color: #000cff;
    text-decoration: underline;
}
.box_info_texto3 {
    padding-top: 14px;
    padding-left: 29px;
    padding-right: 29px;
    font-weight: 700;
}
.box_info_img {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
}
.box_info_form {
    padding-top: 19px;
    padding-right: 29px;
    padding-left: 29px;
}
/* JUEGOS */
.juego {
    float: left;
    width: 100%;
    background-color: #fffdfe;
    outline: 1px solid #d4d4d4;
    outline-offset: -12px;
    margin-bottom: 18px;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.juego_anu_1 {
    font-size: 28px;
    font-weight: 700;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
/*.juego_anu_1 {	
    background-color: #d4d4d4;
    margin-top: 29px;
	display: block;
    margin-bottom: 150px;
    font-size: 1px;
    width: 728px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}*/
.juego_file_responsivo {
    display: none;
}
.juego_file {
    text-align: center;
    font-size: 1px;
}
.juego_sociales {
    padding-top: 33px;
    padding-bottom: 43px;
    text-align: center;
    font-size: 1px;
}
.juego_sociales_facebook {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}
.juego_sociales_x {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;    
}
.juego_sociales_linkedin {
    display: inline-block;
    vertical-align: top;
}

/*.juego_anu_2 {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    background-color: #d4d4d4;
    margin-bottom: 29px;
    margin-top: 55px;
    font-size: 1px;
}*/
.juego_info {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fffdfe;
    outline: 1px solid #d4d4d4;
    outline-offset: -12px;
    box-shadow: 0 2px 0 0 #b1b1b1;
    margin-bottom:50px;
}
.juego_info_ul {
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
}
.juego_info_texto1 {
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
}
.juego_info_texto2 {
    font-weight: 700;
    margin-bottom: 8px;
}
.juego_info_texto3 {
    padding-bottom: 20px;
}

/*GAMES*/
.gameuno {
    width: 940px;
    height: 660px;
}
.gameflash {
    width: 940px;
    height: 706px;
}
/*RESPONSIVO*/
@media (max-width: 1500px) {
    #wrapper {
        margin-left: 11px;
        margin-right: auto;
    }
}
@media (max-width: 991px) {
    #wrapper {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    .top_logo {
        padding-top: 0px;
    }
    nav {
        display: none
    }
    .box_juego:nth-child(odd) {
        margin-left: 54px;
    }
    .box_juego:nth-child(3n) {
        margin-right: 16px;
    }
    .box_juego:nth-child(2n) {
        margin-right: 0;
    }
    .juego {
        outline: 0;
        outline-offset: 0;
    }
    .responsivo_button {
        background: #53949d;
        padding: 10px 15px 12px 15px;
        margin: 10px 8px 12px 4px;
        cursor: pointer;
        text-decoration: none;
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
    }
    .responsivo_menu {
        font-weight: 700;
        font-size: 22px;
        *zoom: 1;
        display: block;
        box-sizing: border-box;
        position: relative;
        padding: 4px;
    }
    .responsivo_menu:before {
        content: " ";
        display: table;
    }
    .responsivo_menu:after {
        content: " ";
        display: table;
        clear: both;
    }
    .responsivo_menu_text {
        float: left;
        display: block;
        color: #fff;
    }
    .responsivo_icon {
        margin: 5px 0 0 6px;
        float: left;
    }
    .responsivo_icon_bars {
        display: block;
        height: 2px;
        width: 18px;
        background-color: #fff;
        margin-top: 4px;
    }
    .responsivo_nav {
        clear: both;
        font-size: 22px;
        list-style: none;
        background-color: #62b0ba;
        display: block;
        position: static !important;
        width: 100%;
        margin-bottom: 16px;
    }
    .responsivo_nav a {
        display: block;
        text-align: center;
        padding: 13px 0 13px 0;
        margin: 0;
        border-bottom: 1px solid #dbdbdb;
    }
    .responsivo_nav a:hover {
        text-decoration: none;
        background: #53949d;
        color: #fff;
    }
    .gameuno {
        width: 736px;
        height: 502px;
    }
    .gameflash {
        width: 736px;
        height: 554px;
    }    
}
@media (max-width: 767px) {
    #wrapper {
        width: 630px;
    }
    .box_juego:nth-child(3n), .box_juego:nth-child(2n), .box_juego:nth-child(odd) {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .gameuno {
        width: 590px;
        height: 410px;
    }
    .gameflash {
        width: 590px;
        height: 446px;
    }        

}
@media (max-width: 640px) {
    #wrapper {
        width: 500px;
    }
    .box_hola_rey {
        display: none;
    }
    .juego_file {
        display: none;
    }
    .juego_file_responsivo {
        padding-top: 1px;
        width: 468px;
        display: block;
        margin: 0 auto;
    }    
    .juego_file_responsivo img {
        width: 100%
    }
}
@media (max-width: 525px) {
    #wrapper {
        width: 435px;
    }
    
    .box_hola_texto1 {
        font-size: 26px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_hola_texto2 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_info_texto1 {
        font-size: 26px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_info_texto2 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_info_texto3 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_info_form {
        padding-left: 24px;
        padding-right: 24px;
    }
    .juego_file_responsivo {
        width: 403px;
    }
    .juego_info_rey {
        display: none;
    }
}
@media (max-width: 480px) {
    #wrapper {
        width: 360px;
    }
    .top_logo img {
        width: 280px;
    }
    .top_logo {
        width: 280px;
    }
    .box_hola_btn_facebook {
        display: block;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .box_hola_btn_x {
        display: block;
    }
    .juego_file_responsivo {
        width: 320px;
    }
}