.container_img_single_product{
    padding: 3px;
    border-radius: 10px;
    /* background-color: rgb(235, 235, 235); */
}
.img_single_product{
    width: 90%;
    max-width: 95%;
}
.titulo_seccion_producto{
    width: 100%;
    color: black;
    background-color: rgb(235, 235, 235);
    border-radius: 3px;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.contenido_seccion_producto img{
    max-width: 100%;
    max-height: 80px;
}