.separador30 {
	width: 100%;
	height: 30px;
	float: left;
}

.separador80 {
	width: 100%;
	height: 40px;
	float: left;
}

.container {
	width: 100%;
	padding: 0px;
}

.container a {
	text-decoration: none;
}

.containerlvl02 {
	width: 48%;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #937b3e;
}

.containerlvl02 img {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}

.containerlvl02>img:hover {
	transform: scale(.95);
	transition:all 0.3s ease-in-out;
	box-shadow: 0px 2px 5px #000000;
}

.containerlvl02_02 {
	width: 48%;
	float: left;
	padding: 0px;
	margin-left: 4%;
	background-color: #937b3e;
}

.containerlvl02_02 img {
	width: 100%;
	padding: 0px;
}

.containerlvl02_02>img:hover {
	transform: scale(.95);
	transition:all 0.3s ease-in-out;
	box-shadow: 0px 2px 5px #000000;
}

.containerTexto {
	width: 94%;
	background-color: #937b3e;
	padding: 0 3% 0 3%;
	min-height: 100px;
}

.containerTexto>.titulo {
	color: #E5DBC9;
}

.containerTexto>.texto {
	color: #E5DBC9;	
}
.bigcontainer {
	width: 100%;
	padding: 0%;
	margin-top: 30px;
	background-color: #ACC055;
	float: left;
}

.bigcontainer>img {
	width: 100%;
}

.bigcontainer>img:hover {
	transform: scale(.95);
	transition:all 0.3s ease-in-out;
	box-shadow: 0px 2px 5px #000000;
}

.contextver {
	width: 96%;
	min-height: 125px;
	background-color: #ACC055;
	padding: 0 2% 0 2%;
	margin: 0px;
}

.contextver>.titulo, .contextver>.texto {
	color: #fff;
}


/*Tablet*/

@media screen and (min-width: 481px) and (max-width: 768px) {
	.containerlvl02 {
		float: none;
		width: 100%;
	}
	.containerlvl02_02 {
		float: none;
		width: 100%;
		margin: 30px 0 0 0;
	}
}


/*Mobile*/

@media screen and (max-width: 480px){
	.containerlvl02 {
		float: none;
		width: 100%;
	}
	.containerlvl02_02 {
		float: none;
		width: 100%;
		margin: 30px 0 0 0;
	}

	.contextver {
	margin: 0 0 40px 0;
	}
	.containerTexto {
		padding: 0 3% 3% 3%;
	}
}
