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

.teaser{
    margin: 0px 7px 30px 7px;
    display: inline-block;
    text-align: left;
    transition: box-shadow 0.5s;
    /*width: 320px;*/
    /*height: 385px;*/
    width: 291px;
    /*height: 390px;*/
    vertical-align: top;
    text-decoration: none !important;
    background:white!important;
    overflow: hidden;
}

.teaser .img{
    max-height: 100%;
    max-width: 100%;
   /*  height: 100%;
    width: 291px; */
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    height: 220px;
    width: 100%;
    object-fit: cover;
}

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

.teaser .tit{
    display: block;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    color: rgb(111 111 111);
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    margin: 4px 10px 5px 10px;
    line-height: 18px;
}

.teaser .tit2{
    display: block;
    text-decoration: none;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    margin: 0 10px;
}

.teaser .vermas{
    display: block;
    width: 140px;
    height: 40px;
    margin: 0px 10px 20px 5px;
    background: #ffffff;
    border: #000000 1px solid;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 1s;
    border-radius: 50px;
    color: #000000;
}
.teaser .vermas span{
    color: var(--color-principal);
    font-size: 14px;
    padding-left: 10px;
}

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

.teaser .divetiqueta{
    position: absolute;
    width: 100%;
}
/* .teaser .etiqueta{
    position: absolute;
    top: -38px;
    left: 105px;
    width: 65px;
    height: 65px;
    font-weight: bold;
    padding: 25px 0px;
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
    margin-top: 15%;
    margin-left: -30%;
    border-radius: 50%;
    font-size: 11px;
} */
.teaser .etiqueta{
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1;
    border-radius: 50px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}
.teaser .etiqueta2 {
    display: inline-block;
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px;
    color: #fff;
    text-align: left;
    margin-top: 2%;
    margin-right: -3px;
    margin-left: 10px;
    z-index: 1;
}
    .teaser .agotado {background: #AA0000;background: var(--color-principal);}
    .teaser .oferta {display:none;background: #43980d;background: var(--color-principal);box-shadow: 0px 0px 22px -13px rgba(0,0,0,0.75);}
    .teaser .campanya {background: #2e4d9a;background: var(--color-principal);background: var(--color-principal);}
    .teaser .liquidacion {background: #e2a12b;background: var(--color-principal);}
    .teaser .new {background: #AA0000;background: var(--color-principal);}
    .teaser .destacado {background: #2e4d9a;background: var(--color-principal);}
    .teaser .masvendido {background: #2e4d9a;background: var(--color-principal);}
    .teaser .outlet {background: var(--color-principal);}


    .teaser .agotado::after { margin:auto; content: "SIN STOCK"; }
    .teaser .oferta::after { margin:auto; content: "OFERTA"; }
    .teaser .liquidacion::after { margin:auto; content: "LIQUIDACIÓN"; }
    .teaser .new::after { margin:auto; content: "NUEVO"; }
    .teaser .destacado::after { margin:auto; content: "DESTACADO"; color: black;}
    .teaser .masvendido::after { margin:auto; content: "MÁS VENDIDO"; }
    .teaser .outlet::after { margin:auto; content: "OUTLET"; }

    /*.teaser .etiquetafoto{
        float: right;
        width: 70px;
        margin: 5px;
    }*/

.teaser .precio{
    display: none;
    /* width: 80%; */
    /* height: 40px; */
    /* margin: auto; */
    /* margin: 0 10px; */
    margin: -10px 0px 0px 1px;
    border: none;
    text-decoration: none;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 1s;
    margin: 0px 5px;
}


    /*.teaser .precio #final{
        display: block;
        font-size: 25px;
        font-weight: bold;
    }*/
    .teaser .precio .pvp{
        display: inline-block;
        font-size: 25px;
        padding: 5px;
        margin-bottom: 7px;
        font-weight: bold;
        /* background: var(--color-principal); */
        color: var(--color-principal);
    }
    .teaser .precio span{
        display: inline-block;
        color: var(--color-principal);
        font-size: 15px;
        margin-left: -2px;
    }
    .teaser .precio .descuento{
        display: none;
        font-size: 12px;
        margin-left: 5px;
    }
    .teaser .precio .descuento .pvpant{text-decoration: line-through;opacity: 1;color: rgb(90, 90, 90);}
    .teaser .dtopor{
        display: none;
        /*background: #43980d;
        padding: 2px 4px;
        border-radius: 3px;
        font-size: 12px;
        color: white;*/
        float: right;
        transform: rotate(45deg);
        padding: 31px 54px 0px 44px;
        margin: 1px -78px;
        background: rgb(90, 90, 90);
        width: 180px;
        height: 71px;
        font-size: 25px;
        font-weight: bold;
        color: #ffffff;
        /* border-bottom: 1px solid #ececec; */
        box-shadow: 0px 0px 17px -13px rgba(0,0,0,0.75);
    }
    .teaser .dtopor span{
        font-size: 19px;
    }


@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: 180px; } */
    /*.teaser .img { height: 145px; }*/
    /*.listadoteasers      {height: 650px; }*/
}

@media all and (max-width:650px){ /*Modo movil*/
    .teaser{
        width: 48%;
        /* height: calc(100vw - 145px); */
        margin: 0px 3px 30px 3px;
    }
    .teaser .contenedorimg,
    .teaser .img {
        height: calc(100vw - 210px);
        max-height: 220px;
    }
    .teaser .precio .pvp {
        font-size: 18px;
        padding: 7px 4px;
    }
}


@media all and (max-width:500px){ /*Modo movil*/
    .teaser .agotado {transform: scale(0.7);margin: -8px 0px 0px -8px;}
    .teaser .oferta {transform: scale(0.7);margin: -8px 0px 0px -8px;}
    .teaser .campanya {transform: scale(0.7);margin: -8px 0px 0px -8px;}
    .teaser .liquidacion {transform: scale(0.7);margin: -8px 0px 0px -8px;}
    .teaser .new {transform: scale(0.7);margin: -8px 0px 0px -8px;}
    .teaser .destacado {transform: scale(0.7);margin: -8px 0px 0px -8px;}
    .teaser .masvendido {transform: scale(0.7);margin: -8px 0px 0px -8px;}
    .teaser .outlet {transform: scale(0.7);}

    .teaser .dtopor{
        transform: scale(0.8);
        transform: rotate(45deg);
        margin: -10px -87px;
    }
}