@charset "iso-8859-1";
/* ------- BOX PRODUTOS  ------- */
#BoxProduto{
	display: inline-block;
	margin: 0;
	width: 100%;
}
@media (max-width: 900px){
	#BoxProduto{
		display:flex;
		flex-direction: column;
	}
	#pe-title{
		order: 1
	}
	#ImagemProduto{
		order: 2
	}
	#pe{
		order: 3;
	}
}
@media (max-width: 1100px){
	#ImagemProduto{
		margin-top:30px;
	}
}
/* ------- PRODUTOS  ------- */
#Produtos{
	margin: 10px;
	position:relative;
}
.produtos-itens{
	float: left;
	margin:5px;
	width: 212px;
	border: 1px solid #d3d3d3;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	width: 22%;
	background: #e3e3e3;
}
@media (max-width: 900px){
	.produtos-itens{
		margin:5px;
		width: 94%;
		border-radius: 12px;
	}
}
#Produtos a{
	text-decoration:none;
	font-size: 14px;
	color: #424243;
}
#Produtos a:hover{
	text-decoration:none;
	color: #124284;
}
#Produtos p{
	margin:5px 10px 15px 10px !important;
	font-size:13px;
	display:block;
}
.icon-tree:before{
	content: "\e9bc";
	color: white;
}
.icon-home3:before{
	content: "\e902";
	color: white;
}
#Produtos h2{
	font-size:17px;
	margin:10px 10px 5px;
	min-height: 30px;
	line-height: 14px;
}
#Produtos h2 a{
	font-size:14px;
	color: #01588e;
	font-weight: 800;
}
#Produtos h3{
	color: #AF2027;
	margin: 0;
}
#Produtos hr{
	margin:5px 0 15px 0;
}
.produto-item{
	width:200px;
	margin:0;
	width: 100% !important;
	margin-top: 15px;
}
.produto-descricao{
	display:table;
	min-height:90px;
}
.prodgrow a{
	height: 100%;
	width: 100%;
}
#Produtos ul, #Produtos li{
	display:block;
	margin:0;
}
#Produtos li{
	/*display:table-cell;*/
	/*height:157px;*/
	position:relative;
	min-height: 166px;
}
#Produtos .produto-textos{
	padding: 0px;
	background: #e3e3e3;
	width: 100%;
}
#Produtos .info{
	/*position:absolute;*/
	bottom:13px;
	font-size: 12px;
	display: flex;
	margin: 0 auto !important;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
#Produtos .info2{
	font-family: verdana !important;
	font-size: 10px;
	padding: 0px 4px;
	border-radius: 3px;
	margin: 0px;
	background-color: #124284;
	cursor: pointer;
	display: -webkit-box;
	line-height: 13px;
	min-height: 25px;
	display: flex;
	align-items: center;
	color: white;
	margin: 4px;
	text-align: center;
	text-wrap: nowrap;
	}
#Produtos .info2:hover .icon, .info2:hover{
	color: #fff !important;
	background-color: #AF2027 !important;
	border: 0px solid rgba(255, 255, 255, 0) !important;
}
#Produtos .pic{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background: #fff;
}  
.selectcat{
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 27px;
}
/*GROW*/
.prodgrow img{
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.prodgrow img:hover{
	width: 150%;
	max-width:110%;
	height:auto;
	/* margin: -10px; */
	transform: scale(1.1);
}
@media (max-width: 900px){
	#Produtos .pic{
		max-width: 100%;
		max-height: 100%;
	}
	.prodgrow img{
		max-height: fit-content;	
	}
	.produto-descricao{
		height:auto;
		margin: 5px 10px 15px 10px !important;
	}	
}
@media (max-width: 1100px){
	.produtos-itens{
		width:31%
	}	
}	
@media (min-width: 901px){
	#Produtos .pic{
		height: 200px;
		background-color: #fff;
	}
	.produtos-itens{
		margin:10px 5px 5px 10px;
		height: 100%;
		border-radius: 12px;
		min-height: 400px;
		background: #e3e3e3;
	}	
}	
@media (max-width: 800px){
	.produtos-itens{
		width:48%
	}	
}	
@media (max-width: 650px){
	.produtos-itens{
		width:99%
	}	
}	
#Produtos .icon-zoom-in:hover{
	color: #AF2027;
	text-decoration: none;
	font-size: 15px;
}
.catnivel1{
	margin: 10px 5px 5px 0px;
	display: inline-block;
	/* background-color: #195FA4; */
	color: #01588e ! Important;
	line-height: 30px;
	vertical-align: middle;
	font-size: 30px !Important;
	font-weight: 600;
}
.catnivel1:hover{
	color:#800000;
	/*text-decoration: underline !Important;*/
}	
#ImagemProduto{
	position:relative;
	margin: 5px auto;
	display: inline-block;
	float: left;
}
.ImagemAmpliar{
	/*position: absolute;*/
	left: 87%;
	top: 5%;
	Z-INDEX: 3000;
	width:20px !important;
	height:20px !important;
	margin-left: 91%;
}
.ImagemProduto{
	float: left;
	margin:0 20px 10px 0;
	width:400px;
	height:auto;
}
@media (max-width: 900px){
	#ImagemProduto{
		width:96%;
	}
	.ImagemProduto{
		margin: 0px;
		width:100%;
	}
}
#pe{
	background-color: #fbfbfb;
	margin: 5px 0px;
	height: 200px;
	display: table;
	border: 1px solid #eeeeee;
	width:-webkit-fill-available;
}
.pe-row{
	display: table-row;
	background-color: white;
}
.pe-row .titulo{
	margin: 5px 10px;
	color: #666;
	font-weight: bold;
	width: 100%;
}
.pe-row hr{
	width: 96%;
	margin: 4px 0;
}
.pe-row:nth-of-type(even){
	background: #fff;
}	
.pe-caption{
	display:table-caption;
}
.pe-header-group{
	display:table-header-group;
}
.pe-cell{
	display: table;
	vertical-align: middle;
	/* height: 100%; */
	line-height: 28px;
	width: 33%;
	margin: 0 auto;
	float: left;
}
.pe-cell{
	width:95%;
	margin:0 10px;
	height:30px;
	background-color: white;
}
.pe-cell2{
	width:155px;
	float:left;
}
.pe-cell-tit{
	height: 25px;
	vertical-align: middle;
	display: table-cell;
	padding: 10px 20px;
}
.pe-footer{
	height:95px;
	display:table-cell;
	vertical-align:middle;
	text-align: center;	
}
.pe-titulo{
	color: #808080;
	font-weight: bold;
	width: 100%;
	/* background-color: aliceblue; */
	display: table;
	height: 25px;
	border-bottom: 1px solid #ccc;
}
.pe-tit, .pe-esp{
	width:83px;
	font-size:13px;
}
.pe-tit{
	font-weight:bold;
	padding:10px;
}
.pe-qtd{
	text-align: center;
}
.pe-tit-valor{
	color: #559fd9;
	font-weight:bold;
	font-size: 14pt;
}
.pe-valor{
	color: #01588e;
	font-weight:bold;
	font-size: 14pt;
}
.pe-input{
	width: 50px;
	margin: 2px 10px 0 10px;
	height: 25px;
	border: 2px solid #ccc;
}
@media (max-width: 900px){
	#pe{
		width:98%;
	}
	.pe-footer{
		height:auto;
	}
	.pe-cell2{
		width:100%;
	}
}
.ampliarprod{
	position: absolute;
	margin: 0;
	width: 80px;
	height:80px;
	display: inline-block;
	float: left;
	color: #fff;
	text-shadow: #000 1px 1px 10px;	
	padding:10px;
	top:0;
	right:0;
}
.fa-expand:before{
	margin:0px;
	padding:40px;
}
.qtd-box{
	width: auto;
	margin:5px auto;
	display:table;
}
.produtos-itens .icon-zoom-in:before{
	content: "\e987";
	color: #767676;
	transition: all 0.5s;
	margin: 4px;
}
.qtd-tit{
	font-weight:bold;
	margin:0;
}
.qtd-menos, #pe-qtd, .qtd-mais{
	display: table;
	box-sizing: border-box;
	width: 40px;
	height:30px;
	padding: 10px;
	border: 0;
	outline: 0;
	float: left;
	text-align: center;
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #414042;
}
.qtd-menos, .qtd-mais{
	background-color: #f7f7f7;
}	
.qtd-menos{
	cursor: pointer;
	border-left: 1px solid #ccc;
}
#pe-qtd{
	color: #808080;
}
.qtd-mais{
	cursor: pointer;
	border-right: 1px solid #ccc;
}
#pe-qtd-retorno{
	font-size:12px;
	color:#bd0000;
}
.produtos-container{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 50px;
	justify-content: flex-start;
	flex-direction: row;
}	
.fonte-categorica{
	margin: 37px 14px !important;
	color: #d71e26;
	font-size: 30px !important;
	font-weight: 700;
}
@media (max-width: 900px){
	.fonte-categorica{
		margin: 37px auto !important;
	}
	.catnivel1{
   		margin: 5px auto !important;
	}
	.produtos-container{
		margin: 20px 0 30px;
	}
	#Produtos .produto-textos{
	}
	#Produtos a{
		font-size: 14px;
	}
	#Produtos .info2{
	   font-size: 13px;
	}
}
/*
@media (max-width: 1220px){
	#pe{
		width: 59.2%;
	}
}
@media (max-width: 1100px){
	#pe{
		width: 54.2%;
	}
}
@media (max-width: 980px){
	#pe{
		width: 50%;
	}
}
@media (max-width: 900px){
	#pe{
		width: 100%;
	}
}
*/
.categorias-container{
	display:flex;
	gap:20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.categoria-box{
	width:30%;
	text-align: center;
}
.categoria-titulo{
	font-size:18px;
	color:#01588e;
	font-weight:bold;
	margin:5px;
}
.categoria-titulo a{
	font-size:18px;
}
.categoria-infos{
	display:none;
}
/*------------------------------------------EPI PROTECAO-------------------------------------------------*/
.categoria-itens .categoria-grow img{
    max-width: 250px;
    max-height: 160px;
    width: 300px;
    height: 160px;
border: 1px solid #01588e;
	border-radius: 12px;    
}
@media (max-width: 900px){
	.categoria-box {
	    width: 47%;
	    text-align: center;
	}
}
@media (max-width: 600px){
	.categoria-itens .categoria-grow img {
	    max-width: 200px;
	    max-height: 110px;
	    width: 300px;
	    height: 160px;
	}
}
@media (max-width: 530px){
	.categoria-box {
	    width: 100%;
	    text-align: center;
	    margin: 20px;
}
	.categoria-itens .categoria-grow img {
	    max-width: 90%;
	    max-height: 10100px;
	    width: 100%;
	    height: auto;
	    }
}
#ListarOrcamento{
	position:absolute;
	right:30px;
	text-align:center;
}
.display-block{
	display:block;
}
.display-none{
	display:none;
}
#QtdOrcamento{
	position:absolute;
	color:#fff;
	margin:12px 5px;
	width:100%;
}
#IconOrcamento{
	font-size: 50px; 
	margin: 0 auto; 
	width: 100%; 
	text-align: center; 
	color: #d71e26;
}
@media (max-width: 900px){
	#ListarOrcamento{
		right:10px;
	}
	#IconOrcamento{
		font-size:40px;
	}
	#QtdOrcamento{
		margin: 10px 5px;
		font-size: 12px;
	}
}
#tabs{
	width:100%;
	max-width: var(--container-width) !important;
}