@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: rgb(60, 65, 150);
background: -moz-linear-gradient(90deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
background: -webkit-linear-gradient(90deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
background: -o-linear-gradient(90deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
background: -ms-linear-gradient(90deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
background: linear-gradient(180deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);

    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: rgb(60, 65, 150);
background: -moz-linear-gradient(270deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
background: -webkit-linear-gradient(270deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
background: -o-linear-gradient(270deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
background: -ms-linear-gradient(270deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
background: linear-gradient(0deg, rgb(60, 65, 150) 0%, rgb(38, 100, 222) 100%);
}

@media only screen and (max-width:885px){
	
#contato{
	width:100%;
	clear:both;
}
	
}
