#space {
    letter-spacing: .5px;
    line-height: 1.5;
}


/*ESTILOS*/


/*
        #fbd300
        #ebebeb
        */

.no-padding {
    padding: 0;
}

body {
    background-color: #ebebeb;
}

img {
    max-width: 100%;
}

.space-product {
    margin: 10px 0;
    padding-bottom: 10px;
    background-color: #ebebeb;
}

.sideboard {
    padding: 20px 0;
    background-color: #fff;
}

.product-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
}

.product-info {
    align-self: center;
}

.product-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    background-color: #fbd300;
    padding: 8px 10px;
    padding-left: 10px;
    text-indent: -14px;
    padding-left: 32px;
}

.product-description ul {
    font-size: 10px;
}

.product-description {
    font-size: 14px;
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 18px;
    line-height: 1.5;
    border-bottom: 2px dotted #46403d;
}

.product-description ul {
    margin-left: 25px;
    font-size: 12px;
}

.product-description ul li {
    list-style-type: square;
}

.position-img {
    display: flex;
    justify-content: center;
    height: 300px;
}

.img-product {
    align-self: center;
}

.product-price {
    background-color: #ebebeb;
    padding: 18px;
}

.product-price-desc {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
   /* text-align: left;*/
	text-align: center;
    font-weight: bold;
	/* estilos nuevos JVM */
	background-color: black;
	width: 100%;
	padding: 4px;
	color: white;
	margin-top: 5px;
	
}

.small-price-desc {
    font-size: 16px;
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .product-flex-container {
        display: block;
        min-height: auto;
    }
    .product-title {
        font-size: 12px;
        text-align: center;
    }
    .product-description {
        background-color: #fff;
        border-bottom: none;
        border-right: 2px dotted #46403d;
        font-size: 10px;
        padding: 9px;
    }
    .product-price {
        background-color: #fff;
        font-size: 10px;
        padding: 9px;
    }
}