 
.listadoteasers{
    width: 100%;
    padding: 0% 3%;
    margin: 0;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
    /*min-height: 395px;*/
}

.teaser{
    margin: 1% 1.5% 30px 0%;
    display: inline-block;
    text-align: center;
    transition: box-shadow 0.5s;
    width: 220px;
    height: 390px;
    vertical-align: top;
    text-decoration: none;
    background:white;
    overflow: hidden;
}

.teaser:hover{
    box-shadow: 0px 0px 30px 0px rgba(194,194,194,1);
    text-decoration: none;
}

.teaser .img{
    height: 220px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.teaser .tit{
    display: block;
    height: 52px;
    overflow: hidden;
    text-decoration:none; 
    color: #444444;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 0 10px;
}

.teaser .tit2{
    display: block;
    text-decoration:none; 
    color: #a7a7a7;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 30px;
}

.teaser .vermas{
    display: inherit;
    width: 80%;
    height: 40px;
    margin: 0% 4% 7% 4%;
    border: none;
    background: #2395d2;
    text-decoration:none; 
    color: white;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 1s;
}

.teaser .vermas:hover{
    background: #1a75a5;
}

/*.teaser .divetiqueta{float: left}*/
.teaser .etiqueta{
    display: inline-block;
    float: left;
    width: 100%;
    font-weight: bold;
    padding: 3px;
    color: #fff;
    text-align: center;
    margin-top: 15%;/*35% 15%*/
    margin-left: -30%;/*-80% -30%;*/
    z-index: 1;
    transform: rotate(-45deg);
}
.teaser .etiqueta2 {
    display: inline-block;
    float: right;
    width: 20%;
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    text-align: center;
    margin-top: 7%;
    margin-right: -3px;
    z-index: 1;
}
    .teaser .agotado {background: #AA0000;}
    .teaser .oferta {background: #43980d;}
    .teaser .liquidacion {background: #e2a12b;}
    .teaser .new {background: #AA0000;}
    .teaser .destacado {background: #2395d2;}

    .teaser .agotado::after { content: "SIN STOCK"; }
    .teaser .oferta::after { content: "OFERTA"; }
    .teaser .liquidacion::after { content: "LIQUIDACIÓN"; }
    .teaser .new::after { content: "NEW"; }
    .teaser .destacado::after { content: "DESTACADO"; }
    /*.teaser .etiquetafoto{
        float: right;
        width: 70px;
        margin: 5px;
    }*/

.teaser .precio{
    display: none;
    width: 80%;
    height: 40px;
    margin: auto;
    border: none;
    text-decoration: none;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 1s;
}
    /*.teaser .precio #final{
        display: block;
        font-size: 25px;
        font-weight: bold;
    }*/
    .teaser .precio .pvp{
        display: block;
        font-size: 22px;
        padding: 4px;
        margin-bottom: 7px;
        font-weight: normal;
        background: #2395d2;
        color: white;
    }
    .teaser .precio .descuento{
        display: none;
        font-size: 12px;
    }
    .teaser .precio .descuento .pvpant{text-decoration: line-through;opacity: 0.7; }
    .teaser .precio .descuento .dtopor{
        background: #43980d;
        padding: 2px 4px;
        border-radius: 3px;
        font-size: 12px;
        color: white;
    }


@media all and (max-width:1185px){
    /*.teaser      { height: 340px; width: 180px; }*/
    .teaser .img { height: 180px; }
    .listadoteasers      { /*height: 365px;*/ }
}

@media all and (max-width:725px){ /*Modo movil*/
    .teaser      { height: 350px;}
    /*.teaser .img { height: 145px; }*/
    /*.listadoteasers      {height: 650px; }*/
}
