#slider{
	position:relative;
}
#principal-slider{
	position:relative;
	width:100%;
	background:#eeeeee;
	overflow:hidden;
}
#principal-slider ul{
	height:100%;
	max-width:100%;
	max-height:100%;
	min-height:620px;
	max-height:620px;
}
#principal-slider li{
	width:100%;
	height:100%;
}
@media screen and (min-width:1000px){
	#principal-slider ul{
		min-height:620px !important;
	}
}
#principal-slider .shadow{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
#principal-slider .figure{
	display:inline-block;
}
#principal-slider figcaption{
	background:#BBBE32;
	height:50px;
	width:auto;
	color:#ffffff;
	border-radius:25px;
	padding:0 10px;
	padding-right:15px;
	margin-left:4px;
	font-family:Poppins, Lato, Helvetica;
	font-weight:600;
	font-size:16px;
}
#principal-slider figcaption figure{
	width:60px;
	height:60px;
	background:#9FA22A;
	border-radius:50%;
	margin-left:-14px;
	margin-right:10px;
}
#principal-slider figcaption figure img{
	width:auto !important;
	height:auto !important;
}
#principal-slider .text{
	max-width:500px;
	white-space:normal;
}
#principal-slider h1{
	position:relative;
	font-size:30px;
	font-weight:bold;
	font-family:Poppins, lato;
	color:#ffffff;
	line-height:120%;
	text-shadow:3px 3px 4px rgba(0,0,0,0.2);
}
#principal-slider button{
	background:transparent;
	font-family:Poppins, lato;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	height:40px;
	text-align:center;
	padding:0 15px;
	border:2px solid #ffffff;
	border-radius:20px;
}
#principal-slider button:hover{
	color:#333333;
	background:#ffffff;
}
@media screen and (max-width:600px){
	#principal-slider .text, #principal-slider .button34{
		display:none;
	}
}

aside .destaque .head h1{
	text-align: center;
	color: #333333;
	font-size:50px;
}
aside .destaque .head hr{
	margin-top: 10px;
	width: 150px;
	border-width: 0; 
	height: 1px;
	border-top-width: 1px;
	border-color: #1F6FA8;
}

#home-categs li{
	position:relative;
	width:610px;
	height:282px;
	border:1px solid #cccccc;
	margin-left:50%;
	left:-305px;
	overflow:hidden;
	margin-bottom:20px;
}
#home-categs li figure{
	position:absolute;
	width:300px;
	height:100%;
	top:0;
	left:0;
	background-position:center right;
	background-size:cover;
	background-repeat:no-repeat;
}
#home-categs li figure img{
	width:auto;
	height:90%;
}
#home-categs figcaption{
	position:absolute;
	top:0;
	left:280px;
	width:258px;
	width:calc(100% - 282px);
	height:100%;
	z-index:2;
	background:rgba(255,255,255,0.5);
	text-align:left;
	padding-left:20px;
}
#home-categs figcaption h1{
	font-size:35px;
	color:#00374C;
	font-weight:900;
	text-transform:uppercase;
	padding:0 0;
}
#home-categs figcaption h2{
	font-size:25px;
	color:#00374C;
	font-weight:normal;
	text-transform:uppercase;
}
#home-categs figcaption p{
	font-weight:300;
	color:#444444;
	font-size:14px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height:160%;
	max-height:160px;
	overflow:hidden;
}
#home-categs figcaption button{
	background:#CCCCCC;
	color:#555555;
	font-size:14px;
	font-weight:900;
	border:0;
	padding:10px 14px;
}
@media screen and (max-width:630px){
	#home-categs li{
		width:calc(100% - 40px);
		left:0;
		margin-left:0;
		margin:0 20px;
	}
	#home-categs li figure{
	}
	#home-categs li figcaption{
		left:160px;
		width:calc(100% - 162px);
	}
}
#home-prods p{
	font-size:14px;
	color:#868686;
	line-height:160%;
	padding:0 10px;
}
#home-prods li{
	position:relative;
	width:280px;
	height:300px;
	margin-left:50%;
	left:-140px;
	border:1px solid #cccccc;
	padding:10px;
}
#home-prods li::after{
	position:absolute;
	content:"";
	background-image:url('../imagens/page-shadow.png');
	background-position:center top;
	background-size:contain;
	background-repeat:no-repeat;
	height:20px;
	width:100%;
	top:100%;
	left: 0;
}
#home-prods li hr{
	background:#0A2A39;
	width:190px;
	height:1px;	
	padding:0 0;
	border:0;
}
#home-prods li figure{
	position:relative;
	width:245px;
	height:210px;
}
#home-prods li figure img{
	width:auto !important;
	max-height:90%;
	max-width:90%;
}
#home-prods li figcaption{
	font-weight:bold;
	font-size:17px;
	color:#666666;
	padding:10px 0;
}
#home-prods li figcaption h3{
	font-size:15px;
	font-weight:normal;
	color:#666666;
	padding-bottom:5px;
}
