@import url('https://fonts.googleapis.com/css?family=Montserrat');
body{
	margin:0;
	padding:0;border:0;
	height:100%;	
	font-family:Montserrat,sans-serif;
	font-size:14px;
	color:#295997;
	background-color:#fffefd;
	overflow-x:hidden
	}
	
.content{
	width:80%;
	margin: auto auto;
}

#logo{
	width:80%;
	margin:auto auto;
	margin-top:20%;
}

#logo img{
	width:100%;
	max-width:147px;
	display: block;
	margin: 0 auto;	
}

#felizes {
    margin-top: 50px;

	color:#295997;
}

#construction{
	width:100%;
	text-align:center;
	font-size:22px;
	font-weight:600;
	margin-top:20px;
}

#contatos{
	width:100%;	
	max-width:700px;
	margin:auto auto;
	margin-top:30px;
	color:#1CB9EA;
	font-weight:600;
	text-align:center;
}
#tlf{
	float:left;
	width:50%;
	text-align:left;
	display:block;
	}
#email{
	float:right;
	width:50%;
	text-align:right;
	display:block;
	}
	
@media only screen and (max-width:900px){
	
	#logo{margin-top:20%;}
	#construction{font-size:14px}
	#tlf{width:100%;text-align:center;}
	#email{width:100%;text-align:center;}
	
}