@charset "UTF-8";
/* CSS Document */

/*
#dv_centro{
	background-image:
}
*/

.space_jumbo{
	margin-top:10px;
}

#chegar_nos{
	width:70%;
	margin-top:20px;
	margin-left:15%;
	margin-right:15%;
	margin-bottom:50px;
	text-indent:3%;
	line-height:26px;
	text-align:justify;
	letter-spacing:3px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#1D1D1D;

}

#caixas{
	width:100%;
	background-color:yellow;
}

#contacte_nos, #visite_nos{
	width:25%;
}

#contacte_nos{
	position:absolute;
}

#visite_nos{
	position:absolute;
	left:25%;
}

#escrever_nos{
	position:absolute;
	width:50%;
	left:50%;
}

.titulos{
	float:right;
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*** INFORMACAO DA DIV CENTRAL ***/
.center_info_div{
	margin-left:10%;
	width:80%;
	min-width:800px;
	max-width:1536px;
	position:absolute;
}

@media (max-width:640px) and (min-width:1px) {
	#chegar_nos{
		width:90%;
		margin-top:20px;
		margin-left:5%;
		margin-right:5%;
		text-indent:3%;
		line-height:26px;
		text-align:justify;
		letter-spacing:3px;
		font-size:16px;
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
		color:#1D1D1D;
	}
}
