#destaque-index{
	display:block;
	width:35.4rem;
	height:50%;
	background:#f2f4f8;
}

.itens-destaque-titulo{
	display:block;
	font-size:2rem;
	line-height:2rem;
	font-weight:800;
	padding:1rem 3rem 0rem 3rem;
}

.itens-destaque-texto{
	display:block;
	font-size:1.4rem;
	line-height:1.8rem;
	font-weight:300;
	padding:0.5rem 3rem 0rem 3rem;
}





/* SLIDESHOW PRODUTOS EM DESTAQUE */
#container-slideshow {
    position: relative;
	display:block;
	width:35.4rem;
	height:50%;
	background:#f2f4f8;
}


.swiper-slide{
	width: 100%;
	min-height: 15rem;
}

.swiper-slide div.prod_content{
	display: block;
	padding: 1rem 3rem 0rem 3rem;
	height:10rem;
}
.swiper-slide .prod_name{
	display: block;
	padding: 0rem 0rem 0.8rem 0rem;
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 800;
	color: #2b3453;
}
.swiper-slide .prod_name.text-compacted{
	font-size: 1.7rem;
	line-height: 1.8rem;
	letter-spacing: -1px;
}
.swiper-slide .prod_description{
	display: block;
	padding: 0.2rem 0rem 0rem 0rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 300;
	color: #2b3453;
}

#container-slideshow .swiper-pagination {
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2.6rem;
}

.swiper-pagination .swiper-pagination-bullet{
	height: 1.4rem;
	width: 1.4rem;
	margin: 0 0.2rem;
	background-color: #c0c0c0;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0.8;
	outline: none;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #0040bf;
}

.swiper-slide .swiper-slide-content-style1{
	padding: 2rem;
}
.swiper-slide .swiper-slide-content-style1 h2{

}
.swiper-slide .swiper-slide-content-style1 p{

}


/* FIM SLIDESHOW PRODUTOS EM DESTAQUE */






#img-index{
	background:url('/images_user/img-central.jpg') no-repeat top right;
	height:100vh;
	background-size:cover;
}

#img-index-mobile{
	display:none;
}

#qualidade{
	display:inline-block;
	width:50%;
	height:40rem;
	background:url('/images/fundo-qualidade.jpg') no-repeat top center;
	padding: 10rem 8rem 4rem 4rem;
}

#conhecimento{
	display:inline-block;
	width:50%;
	height:40rem;
	background:url('/images/fundo-conhecimento.jpg') no-repeat top center;
	padding: 10rem 8rem 4rem 4rem;
}

.titulo-qualidade-conhecimento{
	padding-top:20%;
	display:block;
	font-size:4rem;
	line-height:5rem;
	font-weight:800;
	color:#fff;
}

.texto-qualidade-conhecimento{
	font-size:3rem;
	line-height:3.5rem;
	font-weight:300;
	color:#fff;
}

#titulo_destaques_mobile{
	display:none;
}













