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

#divLogo{
	width:30%;
}

#divLogo img{
	width:100%;
}

.cor{
	background-color:#f0f0f0;
	width:100%;
	height:auto;
	padding:30px 20px;
	margin:0 !important;
}

.box-home{
	width:100%;
	float:left;
}

.box-home img{
	width:100%;
	height:auto;
}

.box p{
	text-align:left !important;
}

.row-fluid{
	margin-top:50px;
}

#equipe{
	width:100%;
	height:80px;
}

#equipe img{
	width:100%;
	height:100%;
}

.rotulo{
	z-index:9999;
	width:auto;
	height:70px;
	padding:10px;
	background-color:#7f6245;
	position:relative;
	top:-70px;
	opacity:0.8;
}

.rotulo h3{
	color:#fff;
	margin:0;
	text-align:center;
	font-size:20px;
}


.rotulo p{
	color:#fff;
	text-align:center;
}

.creditos{
	text-align:center;
}

.other{
	margin:10px 0;
}

.different{
	margin-top:0 !important;
}

.park img{
	height:100px;
	width:auto;
	margin:5px 10px;
}

.icone{
	text-align:center;
}

.icone img{
	width:32px;
	margin-right:10px;
}

.icone span{
	margin-left:30px;
}

table{
	width:80%;
	text-align:center;
}

table td{
	width:33.33%;
}

.contato-whats{
	position: fixed;
	bottom: 30px;
	right: 20px;
}

@media(max-width:584px){
	#divLogo{
		width:60%;
		margin: 0 20%;
	}
}