#aguarde {
	display: block;
	margin: 90px auto;
    text-align: center;
}
#aguarde p {
	margin-bottom: 30px;
	font-size: 24px;
}
#site {
	display: none;
}
#topo.home {
	background-image: none;
	max-width: 1540px;
	margin: 0 auto;
	z-index: 100;
}

#noticia-banner {
	display: flex;
	max-width: 1540px;
	margin: -180px auto 0;
	background-color: #000;
}
#noticia {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 330px;
	background-color: #c8372f;
	padding: 30px 0;
	z-index: 100;
}
#noticia .titulo {
	font-family: 'Bebas Neue'; font-size: 35px;
	color: #fff;
	margin-bottom: 20px;
}
.texto_noticia {
	width: 275px;
	font-family: 'Montserrat Light'; font-size: 16px;
	color: #fff;
	text-align: justify;
	margin: 30px 0 40px;
	padding: 0 10px;
    box-sizing: border-box;
}
.botoes_noticias a {
	display: flex;
	width: 185px;
	height: 54px;
	justify-content: center;
	align-items: center;
	font-family: 'Bebas Neue'; font-size: 22px;
	color: #c8372f;
	background-color: #000;
	cursor: pointer;
}
.botoes_noticias a:last-child {
	margin-top: 15px;
}
.box_banner {
	position: relative;
	margin: 0 auto;
	align-self: flex-end;
}
.seta_banner {
	position: absolute;
    top: 50%;
	width: 90px;
	font-family: 'Bebas'; font-size: 16px;
	color: #c8372f;
	border-bottom: 2px solid #c8372f;
	text-align: center;
    transform: rotate(90deg);
    padding: 5px 0;
    cursor: pointer; 
}
#proximo {
	transform: rotate(-90deg);
	right: 0;
}
.botoes_banner {
	position: absolute;
	right: 60px;
    bottom: 10%;
}
.botoes_banner .bt_banner {
	display: inline-flex;
	width: 185px;
	height: 54px;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas'; font-size: 16px;
	color: #c8372f;
	background-color: #000;
	border: 1px solid #c8372f;
	margin-right: 25px;
	cursor: pointer;
}

#titulo_secao p {
	font-family: 'Bebas'; font-size: 16px;
	color: #000;
	text-transform: uppercase;
	transform: rotate(90deg);
	margin-top: 175px;
}
#titulo_secao:before {
	position: absolute;
	content: '';
	width: 3px;
	height: 225px;
	background-color: #000;
}
#sobre {
	display: table;
	width: 470px;
	height: 268px;
	background-image: url(../img/img_sobre.png);
}
#sobre, #texto_sobre {
	margin: 90px auto 100px;
}
#texto_sobre {
	width: 550px;
}
#texto_sobre h1 {
	width: 235px;
	font-family: 'Bebas'; font-size: 30px;
	color: #000;
	word-spacing: 3px;
	margin: 0;
}
#texto_sobre hr {
	width: 100%;
	height: 1px;
	background-color: #a0a0a0;
	border: none;
	margin-top: 15px;
}
#texto_sobre #texto {
	max-width: 460px;
	font-family: 'Montserrat Light'; font-size: 16px;
	color: #000;
	margin: 15px 0;
}
#bt_ver-mais {
	display: flex;
	width: 185px;
	height: 55px;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas'; font-size: 16px;
	color: #c8372f;
	word-spacing: 3px;
	background-color: #000;
	border: 1px solid #c8372f;
	box-sizing: border-box;
	cursor: pointer;
}

@media screen and (max-width: 1540px){
	#topo.ativo {
		padding-left: 245px;
		box-sizing: border-box;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 1160px) {
	#topo.home {	
		justify-content: center;
		background-image: url(../img/fundo_topo.png);
	}
	#topo.ativo {
		padding-left: 0;
	}
	
	/*.box_banner {
		height: 927px;
	}
	#noticia {
		display: none;
	}*/
	#noticia-banner {
		display: none;
	}
}
@media screen and (max-width: 1120px) {
	#texto_sobre {
		margin-left: 20px;
		flex: 1;
	}
}
@media screen and (max-width: 860px) {
	#sobre {
		width: 50%;
		background-size: contain; background-repeat: no-repeat;
	}
}	
@media screen and (max-width: 680px) {
	#sobre {
		display: none;
	}
}

#colecao img {
	margin-bottom: 80px;
}

#lista_produtos {
	display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#lista_produtos .produto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 270px;
	background-color: #000;
	padding: 30px 0;
	margin: 10px 0 40px; 
}
.produto img {
	height: 165px;
	margin-bottom: 25px;
}
.produto .nome_produto {
	font-family: 'Bebas Neue'; font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	word-spacing: 2px;
	margin: 0 10px 25px;
}
.produto .preco_produto {
	font-family: 'Bebas'; font-size: 25px;
	color: #c8372f;
	margin: 10px 0;
}
.produto .bt_comprar {
	display: flex;
	position: relative;
	width: 155px;
	height: 45px;
	background-color: #c8372f;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.bt_comprar p {
	font-family: 'Bebas'; font-size: 13px;
	color: #000;
	text-transform: uppercase;
	word-spacing: 2px;
	margin: auto;
}
.bt_comprar .ico_seta {
	background-position: -180px -70px;
	width: 23px;
	height: 24px;
	position: absolute;
    top: 5px;
    right: 5px;
}
.produto .produto_apprise {
	display: none;
}
.conteudo_apprise  {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.conteudo_apprise  img {
	margin: 0 auto;
	max-height: 265px;
}
.conteudo_apprise .textos_produto {
	width: 400px;
	margin: 0 15px;
}
.conteudo_apprise .nome_produto {
	font-family: 'Bebas Neue'; font-size: 40px;
	color: #000;
	margin: 10px 0;
}
.conteudo_apprise .descricao_produto {
	font-family: 'Montserrat Light'; font-size: 16px;
	text-align: justify;
	color: #000;
	border-top: 1px solid #a0a0a0;
	padding: 5px 0;
}