

#div-img-portada-juego {

}
@media screen and (min-width: 320px) and (max-width: 479px) and (min-height: 400px){
                .tamPant{
                    width: 320px; height: 400px;
                }
                .altoPant{
                    height: 400px;
                }
                #div-img-portada-juego{
                   width: 90px; height: 90px; border-radius: 10px; overflow: hidden;
                }
                #img-portada-juego{
                    width: 110px; height: 110px;
                    border: 3px solid #b4d44fff;
                    border-radius: 10px;
                }
                #boton-jugar-portada{
                    width: 80px; height: 80px; margin-top: 5px; border:none;
                }
                h2{font-family: arial; font-size: 18px; color: #000000;}
                ul{font-family: arial; font-size: 14px; color: #000000;}
                #div-contenedor-portada {
                    padding: 20px; padding-top: 10px;
                    background-position: center; background-repeat: no-repeat; background-size: 100% 100%;
                }

.panel-titulos {
    background-image: url("/plantillas/001/menu/480x600/panel-titulo.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 0rem;
    margin-bottom: .6rem;
    width: 95%;
    text-align: center;
}

.texto-categoria {
    font-size: 1.2rem;
    margin-top: 0px;
    margin-bottom: .6rem;
    color: #b4d44fff;
    font-family: Ubuntu;
}
.texto-titulo {
    color:#fcfbf9;
    text-shadow: -1px -1px 1px #3a3b50ff, 1px 1px 1px #3a3b50ff, 0px -2px 1px #3a3b50ff, 0px 2px 1px #3a3b50ff;
    font-family: Carter One;
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

#boton-jugar-portada{
    width: 40%; height: 40%;
    cursor: pointer;
}

#div-grupo-botones {
    margin-top: 0rem;
}

.panel-info {
    border: 1px solid #EEEEEE;
    box-shadow: -1px -1px 6px;
    box-shadow: 1px 1px 6px;
    padding: 8px;
    background-color:#f8efc0;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}


#btncalif {
    width: 93px;
    height: 22px;
    background-image: url("/plantillas/001/menu/480x600/btn-calificaciones.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    padding-top: 0px;
    cursor: pointer;
    display: inline-block;

}
.texto-calificar {
    font-size: 1.1rem;
    color:#925d17;
    text-shadow: -1px -0px 1px #fff, 1px 0px 1px #fff, 0px -2px 1px #fff, 0px 2px 1px #fff;
    font-family: Ubuntu;
    list-style: none;
    font-weight: bold;
}
.estrella-activa {
    font-size: 1rem;
    color:#fded84;
    text-shadow: -2px -0px 1px #b4d44fff, 2px 0px 1px #b4d44fff, 0px -2px 1px #b4d44fff, 0px 2px 1px #b4d44fff;
}
.estrella-apagada {
    font-size: 1rem;
    color:#925d17;
}
#btn-ranking {
    width: 46px;
    height: 26px;
    background-image: url("/plantillas/001/menu/480x600/btn-ranking.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;

}

#btn-compartir {
    width: 46px;
    height: 26px;
    background-image: url("/plantillas/001/menu/480x600/btn-compartir.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;

}


.panel-descripcion {
    border: 1px solid #EEEEEE;
    box-shadow: -1px -1px 6px;
    box-shadow: 1px 1px 6px;
    padding: 8px;
    padding-top: 8px;
    background-color: #f8efc0;
}

#div-grupo-imagen-botones {
    margin-bottom: 0rem;
    padding: 0px;
}


.panel-carousel-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/plantillas/001/menu/480x600/panel-info.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    padding: .5rem .5rem;
}
.panel-carousel-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/plantillas/001/menu/480x600/panel-info.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    padding: 2rem 2rem;
}

.texto-info {
    font-size: 1.4rem;
    line-height: 100%;
    color:#b4d44fff;
    font-family: Ubuntu;
    list-style: none;
    font-weight: normal;
}

.title-item {
    color:#fcfbf9;
    text-shadow: -2px -0px 1px #3a3b50ff, 2px 0px 1px #3a3b50ff, 0px -2px 1px #3a3b50ff, 0px 2px 1px #3a3b50ff;
    font-family: Carter One;
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 1rem;
}
.icon-item {
    color:#b4d44fff;
    font-size: 2.2rem;
    margin-top: 0px;
    margin-right: 1rem;
}

#animacion-portada-juego {
    display: none;
    position: absolute;
    left: 10px;
    top: 15px;
}

#imagen-portada-previa {
    width: 300px;
    filter: blur(15px);
    position: absolute;
    left: 0px;
    top: 0px;
    clip: rect(0px, 300px, 300px, 0px);
}

#imagen-panel-presentacion-previa {
    width: 270px;
    height: 150px;
    position: absolute;  left: 15px; top: 100px;
}

#imagen-mobbyt-presenta {
    position: absolute;  left: 73px; top: 70px;
}

#div-for-text-title-previa {
    position: absolute; left: 15px; top: 120px;
    border: 0px solid red;
    width: 270px; height: 130px;
    padding: 15px;
    text-align: center; align-items: center; display: flex; justify-content: center;
}

#text-title-previa {
    color:#fcfbf9;
    text-shadow: -2px -0px 1px #3a3b50ff, 2px 0px 1px #3a3b50ff, 0px -2px 1px #3a3b50ff, 0px 2px 1px #3a3b50ff;
    font-family: Carter One;
    font-size: 2rem;
}

#animacion-panel-portada-juego{
    display: none;
    position: absolute; left:22px; top: 310px;
    padding: 15px;
    background-position: center;background-repeat: no-repeat; background-size: 100% 100%;
}

#texto1-panel-previa {
    font-size: 1.2rem;
    color:#b4d44fff;
    font-family: Ubuntu;
    list-style: none;
    font-weight: normal;
    line-height: 80%;
}

#texto2-panel-previa {
    font-size: 1.2rem;
    color:#b4d44fff;
    font-family: Ubuntu;
    list-style: none;
    font-weight: normal;
    line-height: 80%;
}

#img-boton-lanzar-juego{
  width: 70px; height: 70px;
  border:none;
  cursor: pointer;
}


}


@media screen and (min-width: 480px) and (min-height: 600px){
                .tamPant{
                    width: 480px; height: 600px;
                }
                .altoPant{
                    height: 600px;
                }
                #div-img-portada-juego{
                   width: 150px; height: 150px; border-radius: 15px; overflow: hidden;
                }
                #img-portada-juego{
                    width: 200px; height: 200px;
                    border: 3px solid #b4d44fff;
                    border-radius: 15px;
                }
                #boton-jugar-portada{
                    width: 140px; height: 140px; margin-top: 10px; border:none;
                }
                h2{font-family: arial; font-size: 24px; color: #000000;}
                ul{font-family: arial; font-size: 16px; color: #000000;}
                #div-contenedor-portada {
                    padding: 30px; padding-top: 1rem;
                    background-position: center; background-repeat: no-repeat; background-size: 100% 100%;
                }

.panel-titulos {
    background-image: url("/plantillas/001/menu/480x600/panel-titulo.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    padding-top: 2rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    width: 100%;
}

.texto-categoria {
    font-size: 1.2rem;
    margin-left: 1.5rem;
    margin-top: 0px;
    margin-bottom: .6rem;
    color:#b4d44fff;
    font-family: Ubuntu;
}
.texto-titulo {
    color:#fcfbf9;
    text-shadow: -1px -1px 1px #3a3b50ff, 1px 1px 1px #3a3b50ff, 0px -2px 1px #3a3b50ff, 0px 2px 1px #3a3b50ff;
    font-family: Carter One;
    font-size: 2.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

#boton-jugar-portada{
    width: 50%; height: 50%;
    cursor: pointer;
}

#div-grupo-botones {
    margin-top: 1rem;
}



.panel-info {
    border: 1px solid #EEEEEE;
    box-shadow: -1px -1px 6px;
    box-shadow: 1px 1px 6px;
    padding: 8px;
    background-color:#f8efc0;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}


#btncalif {
    width: 131px;
    height: 30px;
    background-image: url("/plantillas/001/menu/480x600/btn-calificaciones.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    padding-top: 6px;
    cursor: pointer;
    display: inline-block;

}
.texto-calificar {
    font-size: 1.5rem;
    color:#b4d44fff;
    text-shadow: -2px -0px 1px #fff, 2px 0px 1px #fff, 0px -2px 1px #fff, 0px 2px 1px #fff;
    font-family: Ubuntu;
    list-style: none;
    font-weight: bold;
}
.estrella-activa {
    font-size: 1.5rem;
    color:#b4d44fff;
    text-shadow: -2px -0px 1px #925d17, 2px 0px 1px #925d17, 0px -2px 1px #925d17, 0px 2px 1px #925d17;
}
.estrella-apagada {
    font-size: 1.5rem;
    color:#925d17;
}
#btn-ranking {
    width: 64px;
    height: 35px;
    background-image: url("/plantillas/001/menu/480x600/btn-ranking.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;

}

#btn-compartir {
    width: 64px;
    height: 35px;
    background-image: url("/plantillas/001/menu/480x600/btn-compartir.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;

}


.panel-descripcion {
    border: 1px solid #EEEEEE;
    box-shadow: -1px -1px 6px;
    box-shadow: 1px 1px 6px;
    padding: 8px;
    padding-top: 8px;
    background-color: #f8efc0;
}

#div-grupo-imagen-botones {
    margin-bottom: 2rem;
    padding: 0px;
}
.panel-carousel-1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/plantillas/001/menu/480x600/panel-info.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    padding: 1.5rem 3rem;
}
.panel-carousel-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/plantillas/001/menu/480x600/panel-info.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
    padding: 2rem 2rem;
}

.texto-info {
    font-size: 1.5rem;
    color:#b4d44fff;
    font-family: Ubuntu;
    list-style: none;
    font-weight: normal;
}

.title-item {
    color:#fcfbf9;
    text-shadow: -2px -0px 1px #3a3b50ff, 2px 0px 1px #3a3b50ff, 0px -2px 1px #3a3b50ff, 0px 2px 1px #3a3b50ff;
    font-family: Carter One;
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 1rem;

}
.icon-item {
    color:#b4d44fff;
    font-size: 2.2rem;
    margin-top: 0px;
    margin-right: 1rem;

}

#animacion-portada-juego {
    display: none;
    position: absolute;
    left: 20px;
    top: 30px;
}

#imagen-portada-previa {
    width: 440px;
    filter: blur(15px);
    position: absolute;
    left: 0px;
    top: 0px;
    clip: rect(0px, 440px, 440px, 0px);
}

#imagen-panel-presentacion-previa {
    position: absolute;  left: 27px; top: 160px;
}

#imagen-mobbyt-presenta {
    position: absolute;  left: 143px; top: 140px;
}

#div-for-text-title-previa {
    position: absolute; left: 27px; top: 195px;
    border: 0px solid red;
    width: 386px; height: 110px;
    padding: 20px;
    text-align: center; align-items: center; display: flex; justify-content: center;
}

#text-title-previa {
    color:#fcfbf9; text-shadow: -2px -0px 1px #3a3b50ff, 2px 0px 1px #3a3b50ff, 0px -2px 1px #3a3b50ff, 0px 2px 1px #3a3b50ff;
    font-family: Carter One;
    font-size: 2.5rem;
}

#animacion-panel-portada-juego{
    display: none;
    position: absolute; left:40px; top: 500px;
    padding: 15px;
    background-position: center;background-repeat: no-repeat; background-size: 100% 100%;
}

#texto1-panel-previa {
    font-size: 1.3rem;
    color:#b4d44f;
    font-family: Ubuntu;
    list-style: none;
    font-weight: normal;
    line-height: 80%;
}

#texto2-panel-previa {
    font-size: 1.3rem;
    color:#b4d44f;
    font-family: Ubuntu;
    list-style: none;
    font-weight: normal;
    line-height: 80%;
}

#img-boton-lanzar-juego{
  width: 80px; height: 80px;
  border:none;
  cursor: pointer;
}


}
