#dvprincipal{
	padding-left: 0px;
	padding-right: 0px;
}
#dvimgbkg{
	background-image:url(../img/backgroundideal.png);
	width:100%;
	height:760px;
}
#dvdescritivo{
	position: absolute;
	width: 100%;
	top: 250px;
	padding-left: 10%;
}
#titprincipal{
	font-size: 50px;
	color: white;
}
#lbldescritivo{
	color: white;
	font-size: 22px;
}
#btadquirir{
	width: 200px;
	font-size: 18px;
	border-radius: 12px;
}
#dvcontato{
	margin-bottom: 20px;
}
#dvformcontato{
	z-index: 2;
	background: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#titcontato{
	color: #2d386f;
	padding-bottom: 15px;
}
.txtcontato{
	background: #f2f2f2;
	border-radius: 15px;
}
#dvgoogleMap{
	padding: 0px;
	height:500px;
}
#dvrodape{
	padding-top: 40px;
	padding-bottom: 40px;
	background: #2d386f;
}
.listarodape{
	list-style-type:none;
	padding-left: 0px;
}
.listarodape>li>a{
	text-decoration: none;
	color: white;
	transition: all 300ms;
}
.listarodape>li>a:hover{
	text-decoration: none;
	color: #111252;
	margin-left: 5px;
	transition: all 300ms;
}
.itemrodape{
	font-family: Arial;
	font-size: 18px;
	color: white;
}
.subitemrodape{
	color: white;
}
#btenviarcontato.btn-primary {
	color: #fff;
	background-color: #2d386f;
	border-color: #2d386f;
}