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

.teaser{
    margin: 15px;
    display: inline-block;
    text-align: left;
    transition: box-shadow 0.5s;
    width: 290px;
    height: 390px;
    vertical-align: top;
    text-decoration: none;
    background: white;
    overflow: hidden;
    position: relative;
}

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

.teaser .img{
    height: 280px;
    margin-bottom: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.teaser .tit{
    display: flex;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 19px;
    margin: 0 5px;
    line-height: 20px;
    align-items: center;
}

.teaser .tit2{
    display: block;
    text-decoration: none;
    /* color: #000000; */
    color: #858585;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 5px;
    height: 15px;
    overflow: hidden;
}

.teaser .tit3{
    display: block;
    text-decoration: none;
    color: #858585;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin: 4px 5px;
    height: 17px;
}

.teaser .precioatributo{
    display: block;
    text-decoration: none;
    color: #0086c5;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px 5px;
    font-weight: bold;
}

.teaser .precioatributocondensuento{
    color: #0086c5;
}

.teaser .precioatributo .descuento{
    display: inline-block;
    background: #0086c5;
    margin: 0px 7px;
    padding: 0px 5px;
    border-radius: 4px;
    color: #fff;
}


.teaser .precioatributo .precioant{
    display: inline-block;
    display: inline-block;
    text-decoration: line-through;
    color: #9e9e9e;
}


.teaser .vermas{
    display: inherit;
    width: 80%;
    height: 40px;
    margin: 0px auto;
    border: none;
    background: #00b5c7;
    text-decoration:none; 
    color: white;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 1s;
}

.teaser .vermas:hover{
    background: #333333;
}

/*.teaser .divetiqueta{float: left}*/
.teaser .divmarca{
    display: inline-block;
    float: right;
    max-width: 100%;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-right: 7px;
    z-index: 1;
    border: 1px solid #929292;
    background: #ffffff;
    top: 0px;
    position: absolute;
    right: 0px;
}
.teaser .divmarca img{
    max-width: 110px;
    max-height: 70px;
}
.teaser .divmarca .textmarca{
    background: #ffffff;
    padding: 3px 10px;
    color: #333333;
}
.teaser .etiqueta{
    display: inline-block;
    float: right;
    border-radius: 50px;
    font-weight: bold;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    height: 60px;
    width: 60px;
    z-index: 1;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 6px;
}
.teaser .etiqueta2 {
    display: inline-block;
    float: left;
    border-radius: 50px;
    font-weight: bold;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    height: 60px;
    width: 60px;
    z-index: 1;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 6px;
}
    .teaser .agotado {background: #AA0000;}
    .teaser .oferta {background: #0086c5;}
    .teaser .campanya {background: #00b5c7;}
    .teaser .liquidacion {background: #e2a12b;}
    .teaser .new {background: #AA0000;}
    .teaser .destacado {background: #00b5c7;}
    .teaser .procedencia {background: #333333;}

    .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 .nacional::after { content: "NACIONAL"; }
    .teaser .europeo::after { content: "EUROPEO"; }
    .teaser .importacion::after { content: "IMPORTACI\00D3N"; }
    
    /*.teaser .etiquetafoto{
        float: right;
        width: 70px;
        margin: 5px;
    }*/

.teaser .bottomlabel{
    color: #696969;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}
.teaser .precio{
    display: none;
    width: 80%;
    height: 40px;
    margin: auto;
    border: none;
    text-decoration: none;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 10px;
     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: #00b5c7;
        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:725px){ /*Modo movil*/
    .teaser      { height: 340px;}
    .teaser .img { height: 230px; }
    .teaser .tit { align-items: flex-start;font-size: 17px;}
    /*.teaser .img { height: 145px; }*/
    /*.listadoteasers      {height: 650px; }*/
}

@media all and (max-width:660px){ /*Modo movil*/
    .teaser{
        width: 47%;
        height: 265px;
        margin: 4px;
    }
    .teaser .img {
        height: 135px;
        margin-bottom: 10px;
    }
    .teaser .etiqueta {
        margin-left: -35%;
    }
    .teaser .tit {font-size: 16px;}
    
    
}


@media all and (max-width:400px){ /*Modo movil*/

    .teaser .etiqueta {
        margin-left: -30%;
    }
    .teaser .divmarca {
        margin-top: 3px;
        margin-right: 3px;
    }
    .teaser .divmarca img {
        max-width: 75px;
        max-height: 55px;
    }
    .teaser .precioatributo .precioant{
        font-size: 11px;
    }
    .teaser .precioatributo .descuento {
        margin: 0px 5px;
        padding: 0px 3px;
    }
}
