@keyframes menu {
	from{
		opacity: 0;
	}
	to{
		
	}
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

html, body{
	height: 100%;
}
body.bo{
	text-align: center;
}
.oi{
	color: #B82626;
	
	font-size: 100px !important;
	margin: 0px 0px 0px 0px;
}
.oi2{
	color: #B82626;
	text-align: center;
	font-size:30px !important;
	margin: 20px 0px 10px 0px;
}

.clear{
	clear: both;
}
a{
	text-decoration: none;
	color: white;
}
a > li{
	
}
a:hover{
	text-decoration: underline;
}
a:link{
	
}
a:visited{

}
a:active{

}
.container{
	max-width: 1280px;
	padding: 0 2%;
	margin: 0 auto;
}
.container-jornal{
	max-width: 1280px;
	padding: 0 2%;
	margin: 0 auto;
}
header.bg{
	/* height: 650px; */
	padding-top: 20px;
	background-position: top ;
	background-size: cover;
	background-image: url("../imagens/foto1.jpg");
	background-attachment: fixed;
}
.logo{
	cursor: pointer;
	width: 120px;
	height: 120px;
	float: left;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url("../imagens/001.png");
}

.logo2{
	cursor: pointer;
	width: 220px;
	height: 220px;
	margin: 10px auto;
	float: none;
	display: inline-block;
	;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url("../imagens/001.png");
}

nav.navegacao{
	float: right;
	display: block;
}

nav.navegacao ul li{
	list-style-type: none;
	float: left;
	padding-right: 30px;
	padding-top: 25px;

}
nav.navegacao ul li a{
	text-decoration: none;
	color: white;
	font-size: 18px;
}
nav.navegacao ul li a:hover{
	color: red;
	text-decoration: none;
}
.container > .introducao{
	float: right;
	max-width: 720px;
	margin: 200px 150px;
	

	color: white;
}
.container > .introducao h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 2px 1px black;
	
}
.container > .introducao p{
max-width: 600px;
font-size: 28px;
font-style: italic;
}

  
.mobile{
	
	display: none;
	width: 40px;
	height: 40px;
	background-image: url("../imagens/menu.png");
	float: right;
	cursor: pointer;
	margin-top: 35px;
	margin-right: 30px;

	

}
 .mobile > ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 70px;
	right: 0;

	text-align: center;
	background-color: black;
	opacity:0;
	transition: 1s;
	animation-name: menu;
	animation-duration: 1s;

}
.mobile > ul > a{
margin: 20px;
padding-bottom: 9px;

}
.bor{
	border-bottom: 1px solid gray;
	list-style-type: none;
	padding: 10px 0px;
	font-size: 18px;
	font-weight: bolder;
}
.ul-menu{
	margin-top: 50px;
}

/*
.mobile > ul:hover{
	opacity: 1;
	transition: 2s;

} 

.mobile > ul > li > a{
	text-decoration: none;
	font-size: 24px;

} */
/* .mobile a:hover{
	color: purple;
}  */

/*Fim cabecalho*/

/*Sessao 1*/
section.sessao1{
	background-color: #b82626;
	height: 365px;
}
.sessao1 > .container{
	padding: 30px 150px; 
}
.descricao{
	float: left;
	width: 50%;
	color: white;
	padding-top: 20px;
	padding-left: 130px;

}
.descricao h2{
	margin-bottom: 18px;
	font-weight: normal;
	font-size: 24px;
	white-space: pre;
}

.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-left: 5px;
	margin-top: 20px;
	display: inline-block;
	border-radius: 25px;
	
}

.img-cel{
	float: right;
	width: 50%;
	height: 400px;
	background-image: url('../imagens/device.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	top: -65px;
}
/*Fim sessao 1*/

/*Sessao 2*/


.sessao2{
		height: 700px;
}

.sessao2 .container-jornal{
	max-width: 1300px;
	text-align: right;
}
.sessao2 .descricao2{
text-align: center;
display: inline-block;
}
.sessao2 .descricao2 h2{
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	/*white-space: pre;*/
	font-weight: normal;
	color: red;
	font-weight: bold;
	
	
	
	font-size: 55px;

}
.sessao2 .descricao2 p{
	text-align: left;
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}
.ilustracoes{
	width: 100%;
	height: 700px;
	background-image: url('../imagens/flaquer3.PNG');
	background-size: 100% 100%;
	/* background-size: cover; */
	background-repeat: no-repeat;
	
	position: static;
	top: 0;
	left: 0;
}
/*Fim sessao2*/

/*sessao3*/

.sessao3{

	display: flex;
}

.nosso-time{
	background-color: #ff0000;
	width: 50%;
		padding: 80px;
	height: auto;
	float: left;

}
.sessao3 > .nosso-time h2{
	margin-bottom: 10px;
	color: white;
	font-weight: 300;
	font-style: italic;
}

.sessao3 > .nosso-time > p{
	color: white;
	font-weight: 300;

}
/*Author*/
.sessao3 > .author > .container{
	padding: 0 6%;
}
.sessao3 > .author{
width: 50%;
padding-top: 60px;
float: left;
display: inline-block;
}

.sessao3 > .author .img-res{
	 /* float: left; */
	width: 100px;
	height: 40px; 
	position: relative;
	top: -40px;
	left:50px;

}
.sessao3 > .author img{
	width: 80px;
	height: 89px;
	border-radius: 50%;
	
}
.sessao3 > .author p:nth-of-type(2){
margin-top: 10px;
}
.author h2{
	display: inline-block;
	margin-bottom: 5px;
}
div.circle{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: gray;
	margin-top: 10px;
	display: inline-block;
}

/*Fim sessao3*/

/*Sessao4*/
	.mjkf-img{
		display: inline-block;
		width: 80%;
		height: 360px;
		padding: 20px;
	}
	.sessao4 > img{
		display: inline-block;
		width: 500px;
		height: 300px;
	}
	.sessao4{
		background-color: #cc0000;
	}
	.sessao4 .container{
		padding: 0% 1%;
		margin-top: 30px;
	}
	.sessao4 .contato{
		width: 50%;
		float: left;
		padding-top: 50px;

	} 
	.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: 500px;
	}
	
	form input{
		width: 100%;
		height: 49px;
		border-radius: 4px;
		padding-left: 5px;
		margin-top: 10px;
		border: 0;
	}
	form textarea{
		margin-top: 10px;
		width: 100%;
		height: 140px;
		padding: 10px;
		border-radius: 4px;
		border: 0;

	}
	.sessao4 input[type=submit]{
	background-color: #FF703D;
	color: white;
	border: 1px solid white;
	height: 45px;
	width: 160px;
	font-size: 13px;
	margin-left: 5px;
	margin-top: 20px;
	display: inline-block;
	border-radius: 25px;
	
	}
	.mapa{
		margin-top: 50px;
		margin-left: 50px;
		float: left;
		width: 500px;
		height: 500px;
		position: relative;
		top: 0;
		left: 0;
		border: 5px solid gray;
	}
	.mapa > iframe{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}



/*Fim sessao4*/

/*footer*/
	footer{
		padding: 40px;
		background-color: black;
	}
	footer p.direitos{
		float: left;
		color: white;	
		font-size: 15px;
		font-weight: bold; 

	}
	footer p.mail{
		color: white;
		float: right;
		font-size: 15px;
		font-weight: bold; 
	}

/*Fim footer*/

/*Responsivo*/
@media screen and (max-width: 1214px){
	.img-cel{
		top: -99px;
	}
}

@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: white;
			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: 365px;
	}
	.sessao1 > .container{
		padding: 0px 0px; 
	}
	.descricao{
		float: left;
		width: 100%;
		color: white;
		padding-top: 20px;
		padding-left: 4%;


	}

	.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{
		margin: 0 auto;
		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;
	}
}

