.img-product-table{
    width: 100px;
}

.img-product-form{
    width: 150px;
}

.navacion-superior{
    height: 100px;
}


.logo-catalogo{
    width: 420px;
}

.fecha-catalogo{
    font-size: 20px;
    color: #ac8888;
}

@media (max-width: 992px) {
    .navacion-superior {
        height: 80px;
    }
    
    .logo-catalogo{
        width: 360px;
    }
    
    .fecha-catalogo{
        font-size: 14px;
    }

}

/**text**/
.gv-text-bold{
    font-weight: bold;
}

.gv-text-secondary{
    color: #ac8888;
}


/** background-colors**/

.gv-bg-primary{
	background-color: #efc1c1;
}

.gv-bg-secondary{
	background-color: #efc1c1;
}

/** background-colors on hover **/
.gv-bg-secondary-hover:hover{
	background-color: #ffeeee;
	cursor: pointer;
}

/******* border ******/
.gv-border-primary{
    border: 1px solid #efc1c1;
}