.home{
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	

}		

.motto{
	width: 100%;
	height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url("https://www.ideba.org.br/wp-content/uploads/2018/07/nature-3048299_1920-777x437.jpg");
	background-repeat: no-repeat;	
	animation: zoom 20s linear infinite;
	color: #ddeccf;
	font-size: 2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}		
.activityes{
	min-height: 75vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.activity{
	border-top: solid 2px #80b25d;
	min-width: 30%;	
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	
}

.activity_tittle{
	color: #162915;
	width: 90%;
	padding: 5px 15px;
	display: flex;	
	justify-content: space-around;
	align-items: center;
	font-size: 1.3em;
	letter-spacing: 0.2em;
}

.activity_tittle i{
	font-size: 2em;
	color: #a0c216;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.activity_p{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	max-width: 500px;
	
	
}
.activity_p p{
	color: #333333;
	margin-bottom: 15px;
	text-align: justify;
}

.activity_action{
	margin: 10px;
	display: flex;
	justify-content: center;
}
.activity_action a{
	
	color: #a0c216;
	padding: 10px 20px;
	line-height: 1.5em;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bolder;
	border: solid 2px #a0c216;
	border-radius: 5px;
}

.activity_action a:hover{	
	transform: translate(-1px,-1px);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);	
}
.activity_action a:active{
	transform: translate(1px,1px);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);	
}

.calendar{
	font-size: 0.75em;
	margin-top: 20px;
  text-align: center;
	border-collapse: none;
	background: #ddeccf;
	padding: 5px;
	border-radius: 5px;
	border: solid 1px #80b25d;
}

.calendar td{
	border: solid 0px #000000;
	padding: 0px 3px;
	margin: 2px;
}
.calendar tr{
	
}
.exclamation{
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.exclamation i{
	margin-right: 3px;
	color: orange;
	
	
}
.learn img{
	width: 100%;
	max-width: 450px;
}
.learn_img{
	font-size: 3em;
	border: solid 1px;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.assist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.assist ul li{
	font-size: 0.8em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 10px;	
	border-radius: 5px;
	width: 100px;
	height: 100px;
	padding: 5px;
	border: solid 1px;
	
}

.assist ul li i{
	font-size: 3em;
	margin-top: 5px;
	
}



@media (max-width: 845px) {
	.motto{
	margin-top: 100px;
	background: url("https://www.ideba.org.br/wp-content/uploads/2018/07/nature-3048299_1920-777x437.jpg");
	background-size: cover;

	background-position: bottom;
	
	font-size: 1.3em;

}
  
}




