@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);




#contato {
	width: 55%;
	margin-top:3%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	line-height: 22px;
	font-size: 12px;
}
.button{
	background: -webkit-linear-gradient(#ff0000, #d60000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff0000, #d60000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff0000, #d60000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff0000, #d60000); /* Standard syntax */
    width:89px;
    height:40px;
    cursor: pointer;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size:1.125em;
    border: 0.1px solid #fff;
}

.button:hover {
    background: -webkit-linear-gradient(#d60000,#ff0000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d60000,#ff0000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d60000,#ff0000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d60000,#ff0000); /* Standard syntax */
}

@media only screen and (max-width:885px){
	
#contato{
	width:100%;
	clear:both;
}
	
}
