#layout{
	background-color: white;
	padding-bottom: 8%;
}
.banntop{
	width: 100%;
}
.par1{
	height: 70px;
}

#layout h1{
	font-size: 115%;
	letter-spacing: .15rem;
	line-height: 1.6rem;
}
#layout p{
	font-size: 80%;
	letter-spacing: .05rem;
	line-height: 1rem;
}

/* controles */
.controlEsquerda, .controlDireita{
	position: absolute;
	top: 18%;
	width: 50px;
	height: 50px;
	font-size: 270%;
	color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #000;
	z-index: 99;
	/* background-color: red; */
}
.controlDireita .seta-direita, .controlEsquerda .seta-esquerda{
	position: absolute;
	top: 25%;
	margin-top: -10px;
}
.controlDireita .seta-direita{
	right: 0;
	text-align: right;
}
.controlEsquerda{
	left: 1%;
}
.controlDireita{
	right: 1%;
}
/* categorias */

.par2, .par3{
	margin-top: 10%;
	padding-left: 5%;
}
.marca{
	position: absolute;
	top: 30px;
	width: 50px;
	border-bottom: 4px solid #ee730d;
}
.envo-marca{
	position: relative;
}
#layout p, #layout h1{
	color: #212121;
}
.titulo_geral{
	font-size: 150%;
	letter-spacing: .1rem;
	line-height: 1.8rem;
}
#layout ul li a{
	font-family: swis721-light;
	text-decoration: none;
	color: #212121;
}
#layout ul li{
	margin-top: 3%;
}
.lista_blog{
	margin-top: 7%;
}
.espacamento{
	margin-top: 8%;
}
/* noticias */
.erro_texto{
	padding-right: 2%;
}
.categoria{
	font-size: 105%;
	font-family: swis721-bold;
	letter-spacing: .1rem;
}
.bloco_noticia{
	border: 1px solid gray;
	margin: 5% 1% 0 1%;
	padding-top: 5%;
	padding-bottom: 8%;
	padding-left: 5%;
	padding-right: 5%;
}

.bloco_noticia .titulo_geral{
	margin-top: 3%;
}
.bloco_noticia .envo-marca{
	margin-bottom: 3%;
}
.data{
	margin-top: 1%;
	padding-bottom: 1%;
}
.marca_data{
	margin-top: 1%;
	width: 50px;
	border-bottom: 4px solid #ee730d;
}
.previa{
	padding-bottom: 5%;
}
.img-noticia{
	display: block;
	width: 60%;
	margin-bottom: 7%;
}
.link{
	letter-spacing: .08rem;
	font-family: swis721-light;
	text-decoration: none;
	text-transform: uppercase;	
	color: black;
	border: solid 1px #ee730d;
	background-color: transparent;
	padding: .5rem 1.4rem;
	font-size: 80%;
}

/* botão final */

.par5{
	padding-top: 5%;
	padding-bottom: 5%;
}
.btn-control-blog{
	font-family: swis721-light;
	text-decoration: none;
	text-transform: uppercase;	
	color: black;
	border: solid 1px #ee730d;
	background-color: transparent;
	padding: .5rem 1.4rem;
	font-size: 80%;
}
.space-button{
	margin-top: 5%;
}
.space-button button:last-child{
	margin-left: 2%;
	margin-right: 2%;
}

@media (min-width: 360px){
	.par1{
		height: 75px;
	}

	.bloco_noticia{
		margin: 5% 4% 0 4%;
	}
	
	.img-noticia{
		width: 70%;
	}
	.categoria{
		font-size: 95%;
	}
	.erro_texto{
		margin-right: 3%;
	}
}

@media (min-width: 375px){
	.par1{
		height: 75px;
	}
	.par2, .par3{
		padding-left: 6.5%;
	}
	.bloco_noticia{
		margin: 5% 6% 0 6%;
	}
	
	.img-noticia{
		width: 70%;
	}
	.link{
		font-size: 70%;
	}
	.btn-control-blog{
		font-size: 70%;
	}
}

@media (min-width: 411px){
	.par1{
		height: 80px;
	}
	.par2, .par3{
		padding-left: 9.5%;
	}
	.bloco_noticia{
		margin: 5% 9% 0 9%;
	}
	.erro_texto{
		margin-right: 5%;
	}
	
}

@media (min-width: 414px){
	.par1{
		height: 85px;
	}
}