
.grow{
        
		transition:all 0.3s ease;
}


.grow:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
		width:100%;
		transition:all 0.3s ease;
}

.branco{color: #fff;}