
@media screen and (max-width: 1300px){
	.x-section-text{
		font-size: 0.7em;
	}
}

@media screen and (max-width: 900px){
	.menu ul li a{
		font-size: 1.2em;
	}


	/*SEÇÃO REDES*/
	.redes h1{ font-size: 1.2em; }
	.redes .coluna{ border: none; }
}

@media screen and (max-width: 800px){

	/*CABEÇALHO*/
	.menu .nav{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-around;
	}

	.menu .nav div{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-end;
	}

	.menu ul{
		display: none;
	}

	.menu-btn{
		display: inline-block;
	}

	.logo_edit{ 
		width: 35%;
		margin: 15px 40px 20px 0px;
		display: flex;
		flex-direction: column;
		align-items: center; 
	}


	/*SEÇÃO CONTEÚDO*/
	.sec-conteudo .conteudo{
		width: 40%;
	}

	/*----------------------*/
	.sec-conteudo2{
		margin: 0 0 30px 0;
	}

	.sec-conteudo2 .esq{
		width: 100%;
	}

	.sec-conteudo2 .esq .conteudo2{
		width: 45%;
		margin-top: 30px;
	}

	.sec-conteudo2 .dir{
		width: 100%;
		margin-top: 30px;
	}

	.sec-conteudo2 .dir .conteudo2{
		width: 70%;
	}

	.sec-conteudo2 .dir .lnk{
		font-size: 1.7em;
	}


	/*SEÇÃO REDES*/
	.sec_redes{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.redes{
		width: 90%;
		padding-bottom: 40px;
	}

		.redes h1{ font-size: 1.2em; }

		.redes .coluna{
			width: 49%;
			border: none;
		}

		.redes .coluna.x{
			border: none;
		}

		.sec_redes .girafa{
			width: 80%;
		}


		/* PÁGINA DE ÁRVORE */
		.sec-conteudo2 .esq.x{
			width: 45%;
			margin-top: 2em;
		}

		.sec-conteudo2 .meio.x{
			width: 45%;
			margin-top: 2em;
		}

			.sec-conteudo2 .meio.x h2{
				text-align: center;
			}

			.sec-conteudo2 .meio.x p{
				width: 85%;
			}

		.sec-conteudo2 .dir.x{
			width: 90%;
			padding-top: 4em;
			border: none;
			flex-flow: row wrap;
			justify-content: space-evenly;
			align-items: stretch;
		}

			.sec-conteudo2 .dir.x .conteudo2{
				width: 40%;
			}

			.sec-conteudo2 .dir.x .lnk{
				width: 100%;
				padding-bottom: 1em;
			}
}

@media screen and (max-width: 650px){
	.menu-btn{
		font-size: 2.2em;
	}


	/*SEÇÃO CONTEÚDO*/
	.sec-conteudo .conteudo{
		width: 70%;
	}


	/*SEÇÃO REDES*/
	.redes .coluna{
		width: 100%;
		margin-bottom: 60px;
	}

	.rede{}

	.rede h2{}

	.rede span{}

	.rede .txt{}

	.rede .txt a{}

	.rede .lnk_img{
		width: 15%;
	}

	/* PÁGINA DE ÁRVORE */
	.sec-conteudo2 .esq.x{
		width: 80%;
	}

	.sec-conteudo2 .meio.x{
		width: 90%;
		border: none;
	}
}





/************************************/


.sec-cont1{
	width: 70%;
	background-color: #ffffff;
	background-size: cover;
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	color: darkgreen;
	width: 90%;
	padding-top: 2em;
	padding-left: 2em;
	padding-bottom: 2em;
}

.sec-cont1 p{
	font-size: 1em;
	padding-top: 2em;
	font-weight:normal;
	text-align: left;
	color: rgb(0, 0, 0);
	width: 90%;

}

.sec-cont1 p{
	font-size: 1em;
	padding-top: 2em;
	font-weight:normal;
	text-align: left;
	color: rgb(0, 0, 0);
	width: 90%;

}

.sec-conteudo .conteudo1{
	width: 30%;
	display: flex;
	flex-direction: column;
	padding: 40px 0px;
}

.img-conteudo1{
	width: 100%;
	margin-bottom: 20px;
	transition: all .2s;
}

.img-conteudo1:hover{ opacity: .8; }

.img-conteudo1 img{
	border-radius: 15px;
}

.btn-conteudo1{
	border-radius: 15px;
	background-color: green;
	color: white;
	font-size: 1.2em;
	padding: 20px;
	transition: all .2s;
}

.btn-conteudo1:hover{
	text-decoration: none;
	background-color: darkgreen;
	
}


/*********************************************************************************/
.secx{
	width: 100%;
	background-color: #ffffff;
	background-size: cover;
	display: block;
}

.secx .cor{
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	padding: 30px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content:left;
	align-items: center;
}

.secx .cor div{
	width: 60%;
	background: rgba(17, 100, 0, 0.1);
	border-radius: 15px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	color: rgb(0, 0, 0);
	padding-left: 2em;
	padding-bottom: 2em;
	margin-bottom: 2em;
	margin-top: 2em;
}

.secx .cor img{
	align-items: start;
	padding-left: 10em;
	padding-bottom: 2em;
	padding-right: 2em;
	padding-top: 2em;
}

.secx .cor h1{
	text-align: center;
	font-size: 1.5em;
	color: rgb(0, 0, 0);
}

.secx .cor p{
	text-align: justify;
	font-size: 1.2em;
}




/*********************************************************************************/
.secx{
	width: 100%;
	background-color: #ffffff;
	background-size: cover;
	display:flexbox;
}

.secx .cor1{
	background-color: rgb(255, 255, 255);
	width: 100%;
	padding: 10px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content:left;
	align-items: center;
	margin-bottom: 4em;
	margin-left: 2em;
	margin-right: 1em;
	margin-top: 2em;
}

.secx .cor1 div{
	width: 70%;
	background: rgba(45, 255, 3, 0.1);
	border-radius: 10em;
	display:flex;
	flex-direction:row;
	justify-content:left;
	align-items:center;
	margin-bottom: 4em;
	margin-left: 2em;
	margin-top: 2em;
	padding-right: 20em;
	padding-left: 15em;


}

.secx .cor1 img{
	align-items:center;

}

.secx .cor1 h1{
	text-align: center;
	font-size: 1.5em;
	color: rgb(236, 48, 48);
}