.boxproduct{
    position:relative;
    width:95% !important;
    border:1px solid #eeeeee;
    border-radius:5px;
    margin-bottom:30px;
    margin-left:auto !important;
    margin-right:auto !important;
}

.boxproduct .image{
    width:100%;
    min-height:200px;
    background-repeat:no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.boxproduct .content{
    padding:10px;
}

.boxproduct .content p{
    margin:0;
}


.boxproduct .content .filapuntos{
    margin-top:0px;
    margin-bottom:0px;
}


.boxproduct .content .precio{
    font-size:32px;
    line-height:32px;
    font-weight:800;
}

.boxproduct .content .textoprecio{
    font-size:11px;
    line-height:16px;
    font-weight:600;
}

.boxproduct .content .logobisa{
    max-width:150px;
    width:100%;
}

.boxproduct .title{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
    color:#ffffff;
    font-weight:700;
    font-size:22px;
    line-height:22px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0));
    
    
    
}