/* Pantalla ordenador */

@media screen and (min-width: 970px) and (max-width: 1199px) {
    /* ------------------------- PrincipalTienda */
    #principaltienda {
        width: 940px;
        float: left;
        padding: 20px 2px 2px 2px;
    }
    #principaltienda .logo {
        margin-right: 25px;
        float: right;
        max-height: 100px;
        max-width: 225px;
        margin-top: 10px;
    }
    #principaltienda .info {
        width: 645px;
        background-color: #F4F5F6;
        border-radius: 6px;
    }
    #mosaicofertas {
        width: 100%;
        border-spacing: 5px;
    }
    #mosaicofertas h2 {
        font-family: LaconicRegular;
        font-size: 16px;
        color: #fff;
        margin: 15px 15px 10px 5px;
        background-color: var(--dvgo-color-principal);
        text-align: left;
        vertical-align: middle;
        border-radius: 4px;
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: normal;
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .2);
    }
    #mosaicofertas .td {
        vertical-align: middle;
        text-align: center;
        width: 20%;
        padding: 5px 0;
        float: left;
        margin-bottom: 1em;
    }
    #mosaicofertas .td:hover {
        background-color: #EFF3F5;
        border-radius: 4px;
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
    }
    #mosaicofertas .juego {
        font-size: 16px;
    }
    #mosaicofertas .estudio {
        font-family: Rubik;
        font-size: 12px;
        color: var(--dvgo-color-principal-claro);
    }
    #mosaicofertas .estudio:hover {
        color: #000;
        background-color: #B6D7E6;
        border-radius: 2px;
        padding: 2px;
        text-decoration: none;
    }
    #mosaicofertas .ano {
        font-family: LaconicRegular;
        font-size: 12px;
        color: #154994;
        line-height: 20px;
    }
    #mosaicofertas .portada {
        border-radius: 4px;
        max-width: 125px;
        max-height: 175px;
        margin-top: 5px;
        margin-bottom: 10px;
        box-shadow: 0 0 8px #000;
    }
    #mosaicofertas .portada:hover {
        box-shadow: 0 0 8px #052f48;
    }
    #mosaicofertas .tiendaimg {
        border: 0;
        max-height: 30px;
        padding: 4px;
        opacity: 0.5;
    }
    #mosaicofertas .tiendaimg:hover {
        opacity: 1;
    }
    #mosaicofertas .tdprecio {
        width: 30%;
        border-radius: 4px;
        background-color: var(--dvgo-color-principal);
        font-family: LaconicRegular;
        color: #DDDDDD;
        padding: 5px;
        font-size: 18px;
        margin: 0px auto;
    }
    #mosaicofertas .tdprecio:hover {
        font-weight: bold;
    }
    #mosaicofertas .tdprecio a {
        color: #fff;
    }
    #mosaicofertas .tdprecio a:hover {
        text-decoration: none;
        font-weight: bold;
    }
    #mosaicofertas .tddescuento {
        background: #3FEBFF;
        border-radius: 4px;
        font-family: LaconicRegular;
        font-size: 14px;
        color: #DDDDDD;
        padding: 4px;
    }
    #mosaicofertas .tddescuento:hover {
        border-bottom: 1px solid var(--dvgo-color-principal);
        border-top: 1px solid var(--dvgo-color-principal);
        font-weight: bold;
    }
    #mosaicofertas .tddescuento a {
        color: #000;
    }
    #mosaicofertas .tddescuento a:hover {
        text-decoration: none;
        font-weight: bold;
    }
    #mosaicofertas .precioeuro {
        font-size: 12px;
    }
}

/* Pantalla móviles */

@media screen and (max-width: 480px) {
    #mosaicofertas {
        width: 100%;
    }
    #mosaicofertas .td {
        vertical-align: middle;
        text-align: center;
        width: 42%;
        min-height: 22em;
        padding: 1em;
        float: left;
    }
    #mosaicofertas .td:hover {
        background-color: #EFF3F5;
        border-radius: 4px;
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
    }
    #mosaicofertas .juego {
        font-size: 1.3em;
        border-radius: 2px;
        padding: 2px;
    }
    #mosaicofertas .juego:hover {
        text-decoration: none;
        background-color: var(--dvgo-color-principal);
        color: #fff;
    }
    #mosaicofertas .estudio {
        font-family: Rubik;
        font-size: 1em;
        color: var(--dvgo-color-principal-claro);
    }
    #mosaicofertas .estudio:hover {
        color: #000;
        background-color: #B6D7E6;
        border-radius: 2px;
        padding: 2px;
        text-decoration: none;
    }
    #mosaicofertas .ano {
        font-family: LaconicRegular;
        font-size: 1em;
        color: #154994;
        line-height: 20px;
    }
    #mosaicofertas .portada {
        border-radius: 4px;
        max-width: 85%;
        margin-right: 0.4em;
        margin-bottom: 0.8em;
        box-shadow: 0 0 8px #000;
    }
    #mosaicofertas .tiendaimg {
        border: 0;
        max-height: 2em;
        padding: 0.2em;
        opacity: 0.5;
    }
    #mosaicofertas .tiendaimg:hover {
        opacity: 1;
    }
    #mosaicofertas .tdprecio {
        width: 50%;
        border-radius: 4px;
        background-color: var(--dvgo-color-principal);
        font-family: LaconicRegular;
        color: #DDDDDD;
        padding: 0.5em;
        font-size: 1.5em;
        margin: 0px auto;
    }
    #mosaicofertas .tdprecio:hover {
        font-weight: bold;
    }
    #mosaicofertas .tdprecio a {
        color: #fff;
    }
    #mosaicofertas .tdprecio a:hover {
        text-decoration: none;
        font-weight: bold;
    }
    #mosaicofertas .tddescuento {
        background: #3FEBFF;
        border-radius: 4px;
        font-family: LaconicRegular;
        font-size: 1.2em;
        color: #DDDDDD;
        padding: 0.3em;
    }
    #mosaicofertas .tddescuento:hover {
        border-bottom: 1px solid var(--dvgo-color-principal);
        border-top: 1px solid var(--dvgo-color-principal);
        font-weight: bold;
    }
    #mosaicofertas .tddescuento a {
        color: #000;
    }
    #mosaicofertas .tddescuento a:hover {
        text-decoration: none;
        font-weight: bold;
    }
    #mosaicofertas .precioeuro {
        font-size: 1em;
    }
    /* ------------------------- PrincipalTienda */
    #principaltienda {
        width: 100%;
        text-align: center;
    }
    #principaltienda .logo {
        max-height: 10em;
        max-width: 75%;
        margin: 1em auto;
    }
}

/* Pantalla tablets */

@media screen and (min-width: 481px) and (max-width: 969px) {
    #mosaicofertas {
        width: 100%;
    }
    #mosaicofertas .td {
        vertical-align: middle;
        text-align: center;
        width: 29%;
        min-height: 23em;
        padding: 1em;
        float: left;
    }
    #mosaicofertas .td:hover {
        background-color: #EFF3F5;
        border-radius: 4px;
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
    }
    #mosaicofertas .juego {
        font-size: 1.3em;
    }
    #mosaicofertas .juego:hover {
        text-decoration: none;
        background-color: var(--dvgo-color-principal);
        color: #fff;
    }
    #mosaicofertas .estudio {
        font-family: Play;
        font-size: 1em;
        color: var(--dvgo-color-principal-claro);
    }
    #mosaicofertas .estudio:hover {
        color: #000;
        background-color: #B6D7E6;
        border-radius: 2px;
        padding: 2px;
        text-decoration: none;
    }
    #mosaicofertas .ano {
        font-family: LaconicRegular;
        font-size: 1em;
        color: #154994;
        line-height: 20px;
    }
    #mosaicofertas .portada {
        border-radius: 4px;
        max-width: 85%;
        margin-right: 0.4em;
        margin-bottom: 0.8em;
        box-shadow: 0 0 8px #000;
    }
    #mosaicofertas .tiendaimg {
        border: 0;
        max-height: 2em;
        padding: 0.2em;
        opacity: 0.5;
    }
    #mosaicofertas .tiendaimg:hover {
        opacity: 1;
    }
    #mosaicofertas .tdprecio {
        width: 50%;
        border-radius: 4px;
        background-color: var(--dvgo-color-principal);
        font-family: LaconicRegular;
        color: #DDDDDD;
        padding: 0.5em;
        font-size: 1.5em;
        margin: 0px auto;
    }
    #mosaicofertas .tdprecio:hover {
        font-weight: bold;
    }
    #mosaicofertas .tdprecio a {
        color: #fff;
    }
    #mosaicofertas .tdprecio a:hover {
        text-decoration: none;
        font-weight: bold;
    }
    #mosaicofertas .tddescuento {
        background: #3FEBFF;
        border-radius: 4px;
        font-family: LaconicRegular;
        font-size: 1.2em;
        color: #DDDDDD;
        padding: 0.3em;
    }
    #mosaicofertas .tddescuento:hover {
        border-bottom: 1px solid var(--dvgo-color-principal);
        border-top: 1px solid var(--dvgo-color-principal);
        font-weight: bold;
    }
    #mosaicofertas .tddescuento a {
        color: #000;
    }
    #mosaicofertas .tddescuento a:hover {
        text-decoration: none;
        font-weight: bold;
    }
    #mosaicofertas .precioeuro {
        font-size: 1em;
    }
    /* ------------------------- PrincipalTienda */
    #principaltienda {
        width: 100%;
        text-align: center;
    }
    #principaltienda .logo {
        max-height: 10em;
        max-width: 75%;
        margin: 1em auto;
    }
}


@media screen and (min-width: 1200px) {
    /* ------------------------- PrincipalTienda */
    #principaltienda {
        width: 100%;
        float: left;
        padding: 20px 2px 2px 2px;
    }
    #principaltienda .logo {
        margin-right: 25px;
        float: right;
        max-height: 100px;
        max-width: 225px;
        margin-top: 10px;
    }
    #principaltienda .info {
        width: 75%;
        background-color: #F4F5F6;
        border-radius: 6px;
    }
    #mosaicofertas {
        width: 100%;
        border-spacing: 5px;
    }
    #mosaicofertas h2 {
        font-family: LaconicRegular;
        font-size: 16px;
        color: #fff;
        margin: 15px 15px 10px 5px;
        background-color: var(--dvgo-color-principal);
        text-align: left;
        vertical-align: middle;
        border-radius: 4px;
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: normal;
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .2);
    }
    #mosaicofertas .td {
        vertical-align: middle;
        text-align: center;
        width: 20%;
        padding: 5px 0;
        float: left;
        margin-bottom: 1em;
    }
    #mosaicofertas .td:hover {
        background-color: #EFF3F5;
        border-radius: 4px;
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);
    }
    #mosaicofertas .juego {
        font-size: 16px;
    }
    #mosaicofertas .estudio {
        font-family: Rubik;
        font-size: 12px;
        color: var(--dvgo-color-principal-claro);
    }
    #mosaicofertas .estudio:hover {
        color: #000;
        background-color: #B6D7E6;
        border-radius: 2px;
        padding: 2px;
        text-decoration: none;
    }
    #mosaicofertas .ano {
        font-family: LaconicRegular;
        font-size: 12px;
        color: #154994;
        line-height: 20px;
    }
    #mosaicofertas .portada {
        border-radius: 4px;
        max-width: 75%;
        max-height: 175px;
        margin-top: 5px;
        margin-bottom: 10px;
        box-shadow: 0 0 8px #000;
    }
    #mosaicofertas .portada:hover {
        box-shadow: 0 0 8px #052f48;
    }
    #mosaicofertas .tiendaimg {
        border: 0;
        max-height: 30px;
        padding: 4px;
        opacity: 0.5;
    }
    #mosaicofertas .tiendaimg:hover {
        opacity: 1;
    }
    #mosaicofertas .tdprecio {
        width: 30%;
        border-radius: 4px;
        background-color: var(--dvgo-color-principal);
        font-family: LaconicRegular;
        color: #DDDDDD;
        padding: 5px;
        font-size: 18px;
        margin: 0px auto;
    }
    #mosaicofertas .tdprecio:hover {
        font-weight: bold;
    }
    #mosaicofertas .tdprecio a {
        color: #fff;
    }
    #mosaicofertas .tdprecio a:hover {
        text-decoration: none;
        font-weight: bold;
    }
    #mosaicofertas .tddescuento {
        background: #3FEBFF;
        border-radius: 4px;
        font-family: LaconicRegular;
        font-size: 14px;
        color: #DDDDDD;
        padding: 4px;
    }
    #mosaicofertas .tddescuento:hover {
        border-bottom: 1px solid var(--dvgo-color-principal);
        border-top: 1px solid var(--dvgo-color-principal);
        font-weight: bold;
    }
    #mosaicofertas .tddescuento a {
        color: #000;
    }
    #mosaicofertas .tddescuento a:hover {
        text-decoration: none;
        font-weight: bold;
    }
    #mosaicofertas .precioeuro {
        font-size: 12px;
    }
}