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

.teaser{
    margin: 5px 10px 20px 10px;
    display: inline-block;
    text-align: center;
    transition: box-shadow 0.5s;
    width: 270px;
    min-height: 350px;
    vertical-align: top;
    text-decoration: none;
    background:white;
    overflow: hidden;
    position: relative;
}

.teaser .img
{
/*     
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    max-height: 100%;
    max-width: 100%;
    /* transform: translateY(-25%); */
    height: 270px;
    object-fit: contain;
}

.teaser .contenedorimg {
    margin-bottom: 0px;
    height: 270px;
    width: 270px;
    position: relative;
}

.teaser .tit {
    display: block;
    overflow: hidden;
    text-decoration:none; 
    color: #444444;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 10px 0px 0 0px;
    text-align: left;
}

.teaser .tit2{
    display: block;
    text-decoration: none;
    color: #9F9F9F;
    text-align: left;
    font-size: 15px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 16px;
    margin: 11px 0px;
    height: 49px;
    overflow: hidden;
}

.teaser .vermas{
    color: var(--color-principal);
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: left;
    transition: background 1s;
}
/* 
.teaser .vermas:hover{
    background: #1a75a5;
} */

/* .teaser .divetiqueta{
    position: absolute;
    width: 100%;
}

.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);
    font-size: 12px;
    position: relative;
} */

.teaser .divetiqueta {
    position: absolute;
    /* top: 50%; */
    /* right: -36%; */
    display: flex;
    flex-direction: row;
    width: 270px;
    height: 270px;
    transform: rotate(90deg);
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    margin: 0px;
}

.teaser .etiqueta {
    font-weight: bold;
    color: #fff;
    padding: 4px;
    margin: 2px;
    font-size: 12px;
}



.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;
    position: relative;
    margin-top: calc(100% - 20%);
    transform: rotate(90deg);

}
    .teaser .agotado {background: #AA0000;}
    .teaser .oferta {background: #1bd48a;}
    .teaser .oferta2 {background: #1bd48a;}
    .teaser .campanya {background: var(--color-principal);}
    .teaser .liquidacion {background: #e2a12b;}
    /* .teaser .new {background: #AA0000;} */
    .teaser .new {background-color: var(--color-principal);}
    .teaser .destacado {background: #2e4d9a;}

    /* .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;
    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;
    text-align: left;
}
    /*.teaser .precio #final{
        display: block;
        font-size: 25px;
        font-weight: bold;
    }*/
    .teaser .precio .pvp{
        display: inline-block;
        font-size: 16px;
        text-align: left;
        color: var(--color-principal);
    }
    .teaser .precio .descuento{
        display: none;
        font-size: 12px;
    }
    .teaser .precio .descuento .pvpant{text-decoration: line-through;opacity: 0.7; }
    .teaser .precio .descuento .texto_pvpant{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; }*/
    .listadoteasers      { /*height: 365px;*/ }

}

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


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

    .teaser .img {
        height: 205px;
    }
}

@media screen and (width <= 901px) {
    .teaser {
        width: 220px;
        max-width: 47%;
        margin: 10px 4px;
    }
    .teaser .contenedorimg {
        width: 220px;
        height: 220px;
        max-width: 100%;
        height: initial;
    }
    .teaser .divetiqueta {
        width: 100%;
        height: 100%;
        max-width: 100%;
        right: 8px;
        bottom: 10px;
    }
    .teaser .img {
        height: initial;
    }
    .teaser .etiqueta {
        font-size: 12px;
        padding: 2px;
    }
}