/* Banner principal que fica no topo */
.banner_principal{
	position: relative;
	width: 100%;
	z-index: 9991;
}
.banner_principal_mobile{
	position: relative;
	width: 100%;
	z-index: 9991;
	display: none;
}
.banner_principal_item{
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center;
}
.banner_principal_conteudo{
	position: relative;
	margin: 0 auto;
	width: 96%;
	max-width: 1350px;
	height: 700px;
}
.banner_principal_texto{
	position: absolute;
	color: rgba(70, 70, 70, 1);
	font-weight: 400;
	font-size: 28px;
}
.banner_principal_texto span{
	font-weight: 700;
	font-size: 56px;
}
/* Controles next e prev do banner principal */
.banner_principal_prev,
.banner_principal_next{
    position: absolute;
    z-index: 9999;
    cursor: pointer;
}
.banner_principal_prev i,
.banner_principal_next i{
	font-size: 25px;
	color: #FFFFFF;
	opacity: 0.1;
}
.banner_principal_prev:hover i,
.banner_principal_next:hover i{
	opacity: 0.6;
}
.banner_principal_prev{
	left: 20px;
    top: 50%;
}
.banner_principal_next{
	right: 20px;
    top: 50%;
}
/* Atalhos */
.atalhos{
	border-bottom: solid 1px rgba(220, 220, 220, 1);
	padding: 70px 0;
}
.atalhos_conteudo{
	width: 80%;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.atalhos_item{
	width: 33%;	
	align-items: center;
	text-align: center;
}
.atalhos_item a{
	text-decoration: none;
	color: rgba(70, 70, 70, 1);
	font-size: 18px;
}
.atalhos_item img{
	padding: 10px 0;
}
/* Slider de novidades ou destaques */
.novidades{
	position: relative;
	width: 100%;
	padding-top: 80px;
	margin-bottom: 100px;
	background-image: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 1) 60%,
		rgba(0, 25, 80, 1) 40%
	);
}
.novidades_titulo{
	color: rgba(0, 158, 226, 1);
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 30px;
}
.novidades_titulo span{
	font-weight: 500;
	color: rgba(70, 70, 70, 1);
}
.novidades_conteudo a{
	text-decoration: none;
	margin: 20px;
}
.novidade_img{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);
}
.novidade_img img{
	max-width: 100%;
}
.novidade_descricao{
	font-size: 17px;
	font-weight: 500;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
.novidade_descricao span{
	color: rgba(0, 158, 226, 1);
	font-weight: 700;
	display: block;
}
/* Controles next e prev do slide de novidades */
.destaques_prev,
.destaques_next{
    position: absolute;
    z-index: 9999;
    cursor: pointer;
}
.destaques_prev i,
.destaques_next i{
	font-size: 25px;
	color: rgb(0,0,0);
	opacity: 0.1;
}
.destaques_prev:hover i,
.destaques_next:hover i{
	opacity: 0.3;
}
.destaques_prev{
	left: 50%;
	margin-left: -30px;
    bottom: -40px;
}
.destaques_next{
	right: 50%;
	margin-right: -30px;
    bottom: -40px;
}
/* CSS Mensagem ao logista */
.mensagem_conteudo{
	display: flex;
	flex-direction: row;
	margin-bottom: 70px;
}
.mensagem_foto{
	width: 50%;
	align-content: center;
}
.mensagem_foto video{
	width: 100%;
	border-radius: 10px;
}
.mensagem_texto{
	width: 50%;
	align-content: center;
}
.mensagem_texto p{
	padding-left: 30px;
	color: rgba(70, 70, 70, 1);
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-align: justify;
}
.mensagem_texto p span{
	color: rgba(0, 158, 226, 1);
	font-size: 22px;
	font-weight: 700;
}
@media only screen and (max-width: 1024px) {
	.banner_principal_item{
		height: 500px;
	}
	.banner_principal_conteudo{
		height: 500px;
	}
	.atalhos_conteudo{
		width: 100%;
	}
}
/* CSS para mobile */
@media only screen and (max-width: 660px) {
	.banner_principal{
		display: none;
	}
	.banner_principal_mobile{
		display: block;
	}
	.banner_secundario{
		display: none;
	}
	.banner_secundario_mobile{
		display: block;
	}
	.banner_principal_item,
	.banner_principal_conteudo,
	.banner_secundario_item,
	.banner_secundario_conteudo{
		height: 500px;
	}
	.banner_principal_texto{
		padding: 10px;
		background: rgba(255, 255, 255, 0.5);
	}
	.atalhos_conteudo{
		flex-direction: column;
	}
	.atalhos_item{
		width: 100%;
		margin: 30px 0;
	}
	.mensagem_conteudo{
		flex-direction: column;
	}
	.mensagem_foto{
		width: 100%;
		align-content: center;
	}
	.mensagem_texto{
		width: 100%;
		align-content: center;
	}
	.mensagem_texto p{
		padding-top: 30px;
		padding-left: 0px;
	}
}
@media only screen and (max-width: 480px) {
	.logo_principal{
		top: 40px;
	}
	.logo_principal img{
		width: 226px;
	}
	.banner_principal_texto{
		font-size: 24px;
	}
	.banner_principal_texto span{
		font-size: 48px;
	}
}