@keyframes menu {
	from{
		opacity: 0;
	}
	to{
		
	}
}


.clear{
	clear: both;
}
/*Sessao 1*/
section.sessao1{
	background-color: rgb(249, 249, 249);
	height: 325px;
	color: black ;
	font-weight: bolder;
}
.sessao1 > .container{
	padding: 30px 150px; 
}
.descricao{
	float: left;
	width: 50%;
	color: black;
	padding-top: 20px;
	padding-left: 100px;

}
.descricao h2{
	margin-bottom: 18px;
	font-weight: bolder;
	font-size: 24px;
	white-space: pre;
}

.descricao ul li{
	list-style-position: inside;
	margin-top: 8px;
}


.img-cel{
	float: right;
	width: 45%;
	height: 400px;
	background-image: url('../imagens/device.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	top: -105px;
}
/*Fim sessao 1*/

.sessao2{
	text-align: center;
	background-color: black;
}
.sessao2 h1{
	width: 100%;	
    display: inline-block;
	margin: 26px 0;
	font-size: 40px;
	font-weight: bolder;
	color: white;
}



/*footer*/
	footer{
		padding:20px 50px ;
		margin-bottom: 40px;
		background-color: black;
	}
	footer p.direitos{
		float: left;
		color: white;	
		font-size: 20px;
		font-weight: bold; 

	}
	footer p.mail{
		color: white;
		float: right;
		font-size: 20px;
		font-weight: bold; 
	}

/*Fim footer*/

/*Responsivo*/
@media screen and (max-width: 1214px){
	.img-cel{
		top: -105px;
	}
}

@media screen and (max-width: 1150px){


	.sessao4 .container{
		padding: 2% 0%;
		text-align: center;
		
	}
	.sessao4 .contato{
		width: 100%;
		float: none;
		display: inline-block;
		text-align: center;
		padding:2% 4%;

	} 
	.sessao4 .contato h2{
		color: white;
		font-weight: 300;
		text-align: left;

	} 

	.sessao4 .contato p{
		color: white;
		font-weight: 300;
		text-align: left;
	} 
	form{
		width: 100%;
		max-width: 700px;
		display: inline-block;
	}

	.mapa{
		margin-top: 50px;
		width: 100%;
		float: left;
		width: 500px;
		height: 500px;
		position: relative;
		top: 0;
		left: 0px;
		border: 5px solid gray;
	}
	.center{
		display: inline-block;
		text-align: center;
	}

}

	@media screen and (max-width: 1000px){
			.sessao3{

			display: flex;
			flex-direction: column;
			text-align: center;
			align-items: center;

}
		
.sessao3 > .author{
width: 100%;
padding-top: 60px;
float: none;
display: inline-block;
}
			.sessao2{
			height: auto;
			}

			.sessao2 .descricao2 h2{
			
			margin-bottom: 0px;
			

			}
			.sessao1 > .container{
			padding: 0px 6%;
			display: inline-block;
			}
			.img-cel{
				display: none;
			}
			section.sessao1{
			
			height: auto;
			text-align: center;
			}
			.descricao{
			text-align: left;
			display: inline-block;
			float: none;
			width: 100%;
			height: auto;
			color: black;
			padding-bottom: 2%;

			}
			.container > .introducao{
			float: right;
			max-width: 700px;
			margin: 200px 50px;
			color: white;
			}
			.descricao h2{
			margin-bottom: 18px;
			font-weight: normal;
			font-size: 24px;
			white-space: normal;
			}
			.img-res{

				display: none;
		
			}

}	
/* Font-awesome */
.insmanho{
	font-size: 25px;
}
form .insmanho{
	font-size: 20px;
}
.n-insta{
	font-size: 20px;
	vertical-align: top;
	font-weight: bolder;
	
}



@media screen and (max-width: 700px){
	.ilustracoes{
		background-image: url('../imagens/jornall.png');
		height: 300px;
	}
	.container{
		text-align: center;
		padding: 0 6%;
		
	}

	nav.navegacao{
		display: none;
	}
	.mobile{
		display: block;
	}

	section.sessao1{
	
		height: 260px;
	}
	.sessao1 > .container{
		padding: 0px 0px; 
	}
	.descricao{
		float: left;
		width: 100%;
		color: black;
		padding-top: 20px;
		padding-left: 4%;
		font-weight: bold;


	}

	.descricao h2{
		padding: 2px 2%;
		font-weight: normal;
		font-size: 24px;

	}

	.descricao ul li{
		list-style-position: inside;
		margin-top: 8px;
	}
	.descricao input{
		background-color: #FF703D;
		color: white;
		border: 0;
		height: 45px;
		width: 160px;
		font-size: 13px;
		margin-top: 10px;
		display: inline-block;
		border-radius: 25px;
		margin-left: 0;
		
	}
	.container > .introducao{
		float: right;
		max-width: 700px;
		margin: 150px 0px;
		color: white;
	}
	.nosso-time{
		background-color: #835FA7;
		width: 50%;
			padding: 40px;
		height: auto;
		float: left;

	}
	.img-res{
		display: none;
	}
	.sessao3 > .author > .container{
	padding: 0 2%;
}
	.sessao3 > .author{
	width: 50%;
	padding-top: 60px;
	float: none;
	display: inline-block;
	}
	.mapa{
		margin-top: 10px;
		margin-left: 0px;
		display: inline-block;
		width: 80vw;
		height: 40vh;
		position: relative;
		top: 0;
		left: 0;
		border: 5px solid gray;
	}
	.center{
		display: inline-block;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
	}
	

	footer{
	
		text-align: center;
	
		background-color: black;
	}
	footer p.direitos{
display: block;
		float: none;
		color: white;	
		font-size: 15px;
		font-weight: bold; 

	}
	footer p.mail{
	display: block;	
		color: white;
		float: none;
		margin-top: 10px;
		font-size: 15px;
		font-weight: bold; 
	}
			.nosso-time{
	background-color: #835FA7;
	width: 100%;
		padding: 60px;
	height: auto;
	float: none;

}
.sessao3 > .author{
width: 100%;
padding-top: 60px;
float: none;
display: inline-block;
}


}

@media screen and (max-width: 300px){
			.container{
		text-align: center;
		padding: 0 8%;
		
	}

	footer .mail{
		word-wrap: break-word;
	}

	.container > .introducao{
	float: right;
	max-width: 700px;
	margin: 100px 0px;
	color: white;
	}
}

