@font-face {
	font-family: "LaranjhaLight";
	src: url("../fonts/LaranjhaLight.ttf");
}
@font-face {
	font-family: "Notera_PersonalUseOnly";
	src: url("../fonts/Notera_PersonalUseOnly.ttf");
}
@font-face {
	font-family: "Phenomena-Regular";
	src: url("../fonts/Phenomena-Regular.otf");
}
@font-face {
	font-family: "Swiss721BT-Medium";
	src: url("../fonts/Swiss721BT-Medium.ttf");
}
@font-face {
	font-family: "SWZ721LC";
	src: url("../fonts/SWZ721LC.ttf");
}
@font-face {
	font-family: "Thinking_of_Betty";
	src: url("../fonts/Thinking_of_Betty.ttf");
}


body {
	color: #000;
	overflow-x: hidden;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

p {
	margin-bottom: 40px;
}

@media (min-width: 640px) {
	#top {
		font-family: "SWZ721LC";
		font-size: 24px;
		font-weight: bold;
		color:#000;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 40px;
		background-color: #e5e5e5;

	}
	#top .telefones {
		text-align: right;
	}
	#top .info {
		font-size: 24px;
	}
	#top .divisor {
		background-color: #fff;
		height: 10px;
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	#top {
		font-family: "Museo Slab";
		color:#000;
		font-size:10px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #e5e5e5;
	}
	#top .info {
		font-size: 20px;
	}
	#top .divisor {
		background-color: #fff;
		height: 10px;
		margin-bottom: 20px;
	}
}

#site {
	
}

#conheca-nossa-historia {
	/*
	background: url("../img/bg-conheca-nossa-historia.jpg") center bottom;
	*/
	background-color: #313139;
	height: 213px;
	text-align: center;
	padding-top: 60px;
}

#nossa-historia {
	background-color: #313139;
	color: #fff;
	text-align: center;
	font-family: "SWZ721LC";
	font-size: 24px;
	padding: 15px;
}

#nossa-historia .myText {
	text-align: justify;
}

#nossa-historia .btn {
	margin-top: 50px;
	margin-bottom: 50px;
}


#empreendimentos {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 60px;
	padding: 15px;
}


#contato {
	color: #000;
	font-family: "Swiss721BT-Medium";
	font-size: 20px;
	padding-left: 30px;
}

@media (min-width: 640px) {
	#contato .contatos {
		background: url(../img/contato-seta.jpg) center left no-repeat;
		padding-left: 100px;
	}
}

@media (max-width: 640px) {
	#contato .contatos {

	}
}

#contato .localizacao {
	text-align: right;
}

@media (min-width: 640px) {
	#contato .texto-direita {
		background: url(../img/localizacao-seta.jpg) center right no-repeat;
		height: 237px;
		width: 300px;
		padding-right: 80px;
		padding-top: 50px;
		margin-top: 170px;
	}
}

@media (max-width: 640px) {
	#contato .texto-direita {
		background: url(../img/localizacao-seta.jpg) center right no-repeat;
		height: 237px;
		width: 300px;
		padding-right: 80px;
		padding-top: 50px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

#contato .entre-contato {
	color: #000;
	font-family: "Swiss721BT-Medium";
	font-weight: bold;
}

@media (max-width: 640px) {
	#contato .map {
		margin-left: -15px;
	}
}


#bottom {
	text-align: center;
	background-color: #30313a;
	padding: 30px 0 30px 0;
}


input[type=text] {
	background-color: transparent;
	color: #223961;
	border: none;
	border: 1px solid #cbcbcb;
	border-radius: 0px;
}

input[type=text]:focus {
    background-color: transparent;
	color: #223961;
	border: none;
	border: 1px solid #9eb833;
	border-radius: 0px;
}

.form-control::-webkit-input-placeholder { color: #223961; opacity: 0.5; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #223961; opacity: 0.5; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #223961; opacity: 0.5; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #223961; opacity: 0.5; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #223961; opacity: 0.5; }  /* Microsoft Edge */