/*Fix for /responsabilidade-social/cultura to normalize the font size for <p> inside tables*/
div div div div.detail article.text table tbody tr td p
{
	font-size: 13px;
    line-height: 17px;
}

/*Fix for local branch locations (WI 38830)*/
.branches-list ul li{
    height: 280px;
}

/*Fix produtos prestigio, alteração da cor de fundo */
.produtos-prestigio-destaque li {
    float: left;
    width: 225px;
    height: 264px;
    margin: 0 20px 20px 0;
    position: relative;
    background-color: #FFFFFF;
}