.widgetOfertas, .widgetOfertasMini {
    transition: all 2s;
    max-width: 20%;
    position: absolute;
    top: 180px;
        padding-top: 6px;
    padding-bottom: 2px;
    right: 15px;
    z-index: 9999;
    /* Navegadores que no soportan colores semitransparentes */
    background: #000 transparent;
    /* Color semi-transparente */
    background: rgba(0, 0, 0, 0.5);
    /* Versiones antiguas de Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* Internet Explorer 8 o superior */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    overflow-y:auto;
}

.widgetOfertasMini {
    transform: rotate(-90deg);
    top: 250px;
    right: -45px;
    transition: all 2s;
}

.widgetOfertaMiniOculto {
    transform: rotate(-90deg) translateY(100px);
    transition-timing-function: steps(2, start);
    transition: all 2s;
}

.widgetOfertas-Div-Imagen {
    padding: 1%;
}

.widgetOfertas-Img-Imagen {
    width: 98%;
    margin-left:1%;
}

.widgetOfertas-Div-Descripcion {
    padding: 1%;
}

.widgetOfertas-Descripcion-Span {
    font-size: 15px;
}

.widgetOfertas-Div-Titulo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widgetOfertas-Titulo-Span, .widgetOfertas-Nombre-Span, .widgetOfertas-Descripcion-Span {
    color: #fff;
    text-align:center;
}


.widgetOfertas-Boton-Span {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    background: rgb(28, 51, 60);
    font-size:20px;
}

.DivMotorBase-Div-MejorPrecio-Textos,.widgetOfertas-Desde-Span
{
    color:white;
   text-align:center;
   font-size:40px;
}

.ClassTamEuro {
    font-size: 30px;
    color: white;
}

.WidgetOfertas-Descripcion, .widgetOfertas-Descripcion {
    text-align: left;
}

.clearfix {
    clear: both;
}

.widgetOfertas-Div-Close {
    float: right;
    transform: rotate(180deg);
}

.widgetOfertas-Img-Close {
    width: 25px;
    margin-right: 5px;
    margin-top: 5px;
}

.widgetOfertasOculto {
    transform: rotate(-90deg) translateY(420px);
    /* right: -320px; */
    transition: all 2s;
}

.widgetOfertas-Div-Desde {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
    min-height: 40px;
}

.DivMotorBase-Div-MejorPrecioMini {
    min-height: 170px;
}

@media screen and (max-width:1000px) {
    .widgetOfertas {
        position: fixed;
        bottom: 40px;
        top: inherit;
        width: 100%;
        max-width: 100%;
        opacity:1;
      padding-top:20px;
      height:100vh !important;
      top:0 !important;
    background: rgba(0, 0, 0, 1);
        margin-top:0 !important;
    }
    .widgetOfertasOculto,.widgetOfertaMiniOculto{
        display:none;
    }

    .widgetOfertas-Nombre {
            font-size: 1em;
            text-align:center;
    }

    .widgetOfertas-Div-Desde {
        /*float: right;*/
        width:100%;
            font-size: 1em;
    }
    .widgetOfertasMini{
        display:none;
    }

    .widgetOfertas-Img-Imagen
    {
        width:70%;
        margin-left:15%;
    }
    .WidgetOfertas-Descripcion, .widgetOfertas-Descripcion {
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    .widgetOfertas-Boton-Span {
        font-size: 17px;
    }
}

.widgetOfertas-Div-Boton {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-height:420px) {
    .widgetOfertas {
        overflow-y: auto;
        height: 420px;
    }

    .widgetOfertas-Div-Boton {
        margin-bottom: 65px;
    }

    .DivMotorBase-Div-MejorPrecio-Textos {
        margin-bottom: 65px;
    }
}