<!--

@font-face
{
	font-family: Open Sans;
	src: url('/css/fonts/OpenSans-Regular.ttf');
}

a
{
	text-decoration:none;
	color: inherit;
}

ul
{
	padding:0px;
	margin:0px;	
}

li
{
	list-style-type:none;
}

.tx-titulo
{
	font-family: arial, sans-serif;
	font-size:20px;
	font-weight: bold;
	color: #081947;
}

.tx-titulo-pg
{
	font-family: arial, sans-serif;
	font-size:20px;
	color: #222222;
}

.tx-titulo-busca
{
	font-family: arial, sans-serif;
	font-size:16px;
	color: #494949;
	font-weight: bold;
}

.tx-busca
{
	font-family: arial, sans-serif;
	font-size:16px;
	color: #000000;
}

.tx-rodape
{
	font-family: arial, sans-serif;
	font-size:16px;
	color: #ffffff;
	font-weight: bold;
}

.tx-form
{
	font-family: arial, sans-serif;
	font-size:14px;
	color: #666666;
	font-weight: bold;
}

.tx-conteudo
{
	font-family: arial, sans-serif;
	font-size:14px;
	color: #666666;
}

.tx-privacidade
{
	font-family: arial, sans-serif;
	font-size:14px;
	color: #ffffff;
}

.tx-endereco
{
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	color: #eaeaea;
}

.tx-rodape:hover
{
	color: #AB6B1D;
}

.tx-developer
{
	font-family: arial, sans-serif;
	font-size:12px;
	color: #ffffff;
}

.tx-whatsapp
{
	font-family: arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #ffffff;
	pointer-events: none;
    cursor: default;
}

.tx-message
{
	font-family: arial, sans-serif;
	font-size:14px;
	color: #cc0000;
}

.tx-titulo-principal
{
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #4d4948;
	font-weight: bold;
}

.tx-titulo-estoque
{
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #4d4948;
	font-weight: bold;
}

.tx-descricao-estoque
{
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #4d4948;
}

.tx-preco
{
	font-family: arial, sans-serif;
	font-size: 30px;
	color: #4d4948;
	font-weight: bold;
}

.tx-endereco-rodape
{
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.combo-box
{
   -webkit-appearance: none;
   padding:4px;
   padding-right:35px;
   box-sizing: border-box;
   font-size: 14px;
   background: url(/images/ico_seta_combo.gif) no-repeat #ffffff;
   background-position: 100% center;
   min-height:35px;
   border-radius: 5px;
   font-family: verdana, arial, sans-serif;
   border: 2px solid #bbbbbb;
   white-space: normal;
}

.botao
{
   -webkit-appearance: none;
   padding:5px 20px 5px 20px;
   box-sizing: border-box;
   font-size: 14px;
   background-position: 100% center;
   min-height:35px;
   border-radius: 5px;
   font-family: verdana, arial, sans-serif;
   border: 2px solid #ffffff;
   background-color: #081947;
   color: #eaeaea;
   white-space: normal;
   cursor: pointer;
}

.botao-ver
{
   -webkit-appearance: none;
   padding:5px 20px 5px 20px;
   box-sizing: border-box;
   font-size: 14px;
   background-position: 100% center;
   min-height:35px;
   border-radius: 5px;
   font-family: verdana, arial, sans-serif;
   border: 2px solid #ffffff;
   background-color: #000000;
   color: #ffffff;
   white-space: normal;
   cursor: pointer;
}

.dv-paginas
{
	position: relative;
	width: 100%;
	max-width:1024px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	top:30px;
	left: 50%;
	float: left;
	padding: 1%;
	box-sizing: border-box;
	background-color: #ffffff;
}

.dv-developer
{
	position:relative;
	float: left;
	width:100%;
	top:50px;
	left: 0px;
	background-color: #333333;
	box-sizing: border-box;
}

.tx-menu:hover
{
	color: #AB6B1D;
}

.li-titulo-rodape
{
	position:relative;
	width:25%;
	float: left;
	padding-top: 30px;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:30px;
}

.li-titulo-pg
{
	position:relative;
	width:100%;
	padding-top: 30px;
	padding-bottom:10px;
	padding-left:30px;
	border-bottom: 1px solid #666666;
	box-sizing:border-box;
}

.li-menu-rodape
{
	min-width: calc(14% - 30px);
	margin: 10px 15px 0px 15px;
	float:left;
	text-align:center;
	border-right:1px solid #ffffff;
	padding-right:20px;
	box-sizing:border-box;
}

.li-form
{
	position:relative;
	padding: 10px 0px 10px 0px;
}

.li-form-fin
{
	position: relative;
	float:left;
	padding:15px 50px 15px 0px;
	box-sizing:border-box;
}

.li-titulo-fin
{
	position: relative;
	float:left;
	width:100%;
	padding:10px 50px 10px 0px;
	box-sizing:border-box;
}

.li-cat-busca
{
	position: relative;
	float:left;
	width:100%;
	padding:15px 0px 2px 2.5%;
	box-sizing:border-box;
}

.li-opcionais
{
	width:240px;
	float:left;
	padding:10px 0px 10px 0px;
	box-sizing:border-box;
}

.input-form
{
	font-family: arial, sans-serif;
   	font-size: 14px;
   	height:35px;
   	padding-left: 5px;
   	box-sizing: border-box;
   	border: 2px solid #bbbbbb;
   	border-radius: 5px;
   	appearance: none;
   	-moz-appearance: none;
	-webkit-appearance: none;
}

.pesquisa
{
	-webkit-appearance: none;
	padding:4px;
	padding-right:35px;
	box-sizing: border-box;
	font-size: 16px;
	background: url(/images/ico-busca.png) no-repeat #ffffff;
	background-position: 99% center;
	min-height:35px;
	border-radius: 5px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid #bbbbbb;
	white-space: normal;
}

@media only screen and (min-width:1050px)
{
	.dv-menu
	{
		z-index: 1000;
		position:absolute;
		width: 1024px;
		left: 0px;
		top:0px;
		float:left;
		display: inline;
		left:50%;
		transform:translateX(-50%);
		-moz-transform:translateX(-50%);
	}
	
	.dv-busca
	{
		position:relative;
		float: left;
		width:100%;
		max-width: 1024px;
		top:20px;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		background-color: #111111;
		min-height:100px;
	}
	
	.dv-busca-cat
	{
		position:relative;
		min-height:410px;
		width:210px;
		background-color:#efefef;
		border-radius:3px;
	}
	
	.dv-barra-pesquisa
	{
		display: none;
	}
	
	.dv-rodape
	{
		position:relative;
		float: left;
		width:100%;
		top:40px;
		left: 0px;
		background-image: linear-gradient(#333333,#081947);
		min-height:100px;
		padding:2%;
		box-sizing: border-box;
	}
	
	.dv-container-principal
	{
		width: calc(33% - 30px);
		margin: 50px 15px 0px 15px;
		float:left;
		border-radius:10px 10px 0px 0px;
		border: 1px solid #eeeeee;
		background-color: #ffffff;
	}
	
	.dv-container-estoque
	{
		width:100%;
		float:left;
		border-radius:10px 10px 0px 0px;
		min-width:320px;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
	}
	
	.dv-seta-esq
	{
		position:absolute;
		display: none;
		width:20%;
		height:100%;
		top:0px;
		left:0px;
	}
	
	.dv-seta-dir
	{
		position:absolute;
		display: none;
		width:20%;
		height:100%;
		top:0px;
		right:0px;
	}
	
	.dv-enderecoDesk
	{
		display: inherit;
	}
	
	.dv-enderecoMob
	{
		display: none;
	}
	
	.li-menu
	{
		width: 14.28%;
		float: left;
		cursor: pointer;
		border-right: 1px solid #444444;
		height:90px;
		box-sizing: border-box;
		text-align: center;
		padding-top: 30px;
	}
	
	.li-busca
	{
		float: left;
		padding: 10px;
		box-sizing: border-box;
		font-family: arial, sans-serif;
		font-size:16px;
		color: #ffffff;
		line-height: 25px;
	}
	
	.li-loja
	{
		width:50%;
		float:left;
		padding:10px;
		box-sizing:border-box;
	}
	
	.li-busca-estoque
	{
		width:22%;
		max-width:200px;
		float:left;
		padding-top:45px;
	}
	
	.li-container-estoque
	{
		width:78%;
		float:left;
		padding-left:50px;
		padding-top:50px;
		box-sizing:border-box;
	}
	
	.li-container-principal
	{
		width:100%;
		float:left;
		padding-left:0px;
		padding-top:0px;
		box-sizing:border-box;
	}
	
	.li-foto-estoque
	{
		position:relative;
		width:180px;
		height:135px;
		float:left;
		cursor:pointer;
		border-radius:10px 0px 10px 0px;
		background-position:center;
		background-size:cover;
	}
	
	.li-foto-principal
	{
		position:relative;
		width:300px;
		padding-top:225px;
		box-sizing: border-box;
		float:left;
		cursor:pointer;
		border-radius:10px 10px 0px 0px;
		background-size: cover;
		background-position: center;
	}
	
	.li-titulo-estoque
	{
		padding:20px;
		float:left;
		width:50%;
		box-sizing:border-box;
		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;
	}
	
	.li-titulo-principal
	{
		padding:20px;
		float:left;
		width:100%;
		height: 85px;
		box-sizing:border-box;
		overflow: hidden;
	}
	
	.li-preco-estoque
	{
		padding:20px;
		float:left;
		width:50%;
		box-sizing:border-box;
		text-align:right;
	}
	
	.li-preco-principal
	{
		padding:10px;
		float:left;
		width:100%;
		box-sizing:border-box;
		text-align:right;
	}

	.li-col-desc-estoque
	{
		position: relative;
		padding:10px 0px 10px 20px;
		float:left;
		width:50%;
		box-sizing:border-box;
		height:50px;
		border-bottom:1px solid #eeeeee;
	}
	
	.li-col-desc-principal
	{
		position: relative;
		padding:10px 0px 10px 20px;
		float:left;
		width:100%;
		height: 50px;
		box-sizing:border-box;
		border-bottom:1px solid #eeeeee;
	}
	
	.li-col-desc-principal2
	{
		position: relative;
		padding:10px 0px 5px 0px;
		float:left;
		width:50%;
		box-sizing:border-box;
		border-bottom:1px solid #eeeeee;
		text-align:right;
	}
	
	.li-desc-estoque
	{
		width:75%;
		float:left;
	}
	
	.li-desc-principal
	{
		width:100%;
		float:left;
	}

	.li-foto-exibicao
	{
		position:relative;
		width: calc(60% - 30px);
		float:left;
		padding:15px;
		box-sizing:border-box;
	}
	
	.li-infos
	{
		width:50%;
		float:left;
		padding-top:40px;
		box-sizing: border-box;
	}
	
	.li-form-proposta-desk
	{
		width:calc(40% - 30px);
		float:left;
		padding:15px;
		box-sizing:border-box;
	}
	
	.li-form-proposta-mob
	{
		display: none;
	}
	
	.li-contato
	{
		width:50%;
		float:left;
	}
	
	.li-logomarca
	{
		z-index:1001;
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 250px;
		box-sizing: border-box;
	}
	
	.li-slogan
	{
		position: relative;
		top: 50px;
		left:10%;
		padding:20px;
		float:left;
		box-sizing:border-box;
	}
	
	.li-tx-menus
	{
		display: none;
	}
	
	.li-tx-rodape
	{ 
		width:50%;
		float:left;
		padding:40px;
		box-sizing:border-box;
	}
	
	.ul-fotos
	{
		display: inherit;
	}
	
	.face-rodape
	{
		width:50%;
		padding:40px;
		float:left;
		box-sizing:border-box;
		text-align:right;
	}
	
	.logo
	{
		position: relative;
		width:100%;
		height:auto;
		max-width: fit-content;
		max-width: -moz-fit-content;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}
	
	.tx-menu
	{
		font-family: Open Sans, arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		color: #eaeaea;
	}
	
	.ico-menu
	{
		display:none;
	}
}

@media only screen and (max-width:1050px)
{
	.dv-menu
	{
		z-index: 1000;
		position:relative;
		left: 0px;
		width:100%;
		top:0px;
		min-height:82px;
		float:left;
		background-color: orange;
	}
	
	.dv-container-principal
	{
		width:100%;
		float:left;
		border-radius:10px 10px 0px 0px;
		box-shadow:0px 0px 10px #777777;
		background-color: #ffffff;
		margin-bottom: 30px;
	}
	
	.dv-container-estoque
	{
		width:100%;
		float:left;
		border-radius:10px 10px 0px 0px;
		box-shadow:0px 0px 10px #777777;
		background-color: #ffffff;
		margin-bottom: 30px;
	}
	
	.dv-seta-esq
	{
		position:absolute;
		display: inherit;
		width:50%;
		height:100%;
		top:0px;
		left:0px;
	}
	
	.dv-seta-dir
	{
		position:absolute;
		display: inherit;
		width:50%;
		height:100%;
		top:0px;
		right:0px;
	}
	
	.dv-enderecoDesk
	{
		display: none;
	}
	
	.dv-enderecoMob
	{
		display: inherit;
	}
	
	.li-menu
	{
		position: relative;
		width:100%;
		float: left;
		padding:20px;
		cursor: pointer;
		box-sizing:border-box;
		background-image:linear-gradient(#333333,#000000);
		text-align:center;
		border-bottom: 1px solid #444444
	}
	
	.li-loja
	{
		position: relative;
		width:100%;
		max-width:600px;
		float:left;
		padding:10px;
		box-sizing:border-box;
	}
	
	.li-busca-estoque
	{
		width:100%;
		float:left;
		padding-top:45px;
	}
	
	.li-container-estoque
	{
		width:100%;
		float:left;
		padding-top:50px;
		box-sizing:border-box;
	}
	
	.li-container-principal
	{
		width:100%;
		float:left;
		padding-top:50px;
		box-sizing:border-box;
	}
	
	.li-foto-estoque
	{
		position:relative;
		width:100%;
		padding-top: 75%;
		float:left;
		cursor:pointer;
		border-radius:10px 10px 0px 0px;
		background-position:center;
		background-size:cover;
	}
	
	.li-foto-principal
	{
		position:relative;
		width:100%;
		padding-top: 75%;
		float:left;
		cursor:pointer;
		border-radius:10px 10px 0px 0px;
		background-position:center;
		background-size:cover;
	}
	
	.li-desc-estoque
	{
		width:100%;
		float:left;
	}
	
	.li-desc-principal
	{
		width:100%;
		float:left;
	}
	
	.li-titulo-estoque
	{
		padding:20px;
		float:left;
		width:100%;
		box-sizing:border-box;
	}
	
	.li-titulo-principal
	{
		padding:20px;
		float:left;
		width:100%;
		box-sizing:border-box;
	}
	
	.li-preco-estoque
	{
		padding:10px;
		float:left;
		width:100%;
		box-sizing:border-box;
		text-align:right;
	}
	
	.li-preco-principal
	{
		padding:10px;
		float:left;
		width:100%;
		box-sizing:border-box;
		text-align:right;
	}
	
	.li-col-desc-estoque
	{
		position: relative;
		padding:10px 0px 10px 20px;
		float:left;
		width:100%;
		height: 50px;
		box-sizing:border-box;
		border-bottom:1px solid #eeeeee;
	}
	
	.li-col-desc-principal
	{
		position: relative;
		padding:10px 0px 10px 20px;
		float:left;
		width:100%;
		height: 50px;
		box-sizing:border-box;
		border-bottom:1px solid #eeeeee;
	}
	
	.li-col-desc-principal2
	{
		position: relative;
		padding:10px 0px 5px 20px;
		float:left;
		width:100%;
		height: 50px;
		box-sizing:border-box;
		border-bottom:1px solid #eeeeee;
	}
	
	.li-busca
	{
		width:100%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		font-family: arial, sans-serif;
		font-size:16px;
		color: #ffffff;
		text-align:center;
	}
	
	.li-foto-exibicao
	{
		position:relative;
		width:99%;
		float:left;
		box-sizing:border-box;
	}
	
	.li-infos
	{
		width:100%;
		float:left;
		padding-top:40px;
		box-sizing: border-box;
	}
	
	.li-form-proposta-desk
	{
		display: none;
	}

	.li-form-proposta-mob
	{
		width:100%;
		float:left;
		padding:15px;
		box-sizing:border-box;
		border-top: 1px solid #eeeeee;
	}
	
	.li-contato
	{
		width:100%;
		float:left;
	}
	
	.li-logomarca
	{
		z-index:1001;
		position: relative;
		width: 100%;
		height:100%;
		top: 0px;
		left:0px;
		float:left;
		text-align: center;
	}
	
	.li-slogan
	{
		position: relative;
		top: 50px;
		left:10%;
		padding:20px;
		float:left;
		box-sizing:border-box;
	}
	
	.li-tx-menus
	{
		width:100%;
		padding-left: 30%;
		float: left;
		line-height: 40px;
		cursor: pointer;
		box-sizing:border-box;
		border-bottom:1px solid #d9d9d9;
		padding-top:40px;
		display: inherit;
		font-family: arial, sans-serif;
		font-size: 20px;
		color: #4d4948;
		font-weight: bold;
	}
	
	.li-tx-rodape
	{ 
		width:100%;
		float:left;
		padding:40px;
		box-sizing:border-box;
	}
	
	.ul-fotos
	{
		display: none;
	}
	
	.dv-busca
	{
		display: none;
	}
	
	.dv-busca-cat
	{
		display: none;
	}
	
	.dv-barra-pesquisa
	{
		position:relative;
		float:left;
		top:20px;
		width:100%;
		height:70px;
		background-color:#000000;
		text-align:center;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
	
	.dv-rodape
	{
		position:relative;
		float: left;
		width:100%;
		top:40px;
		left: 0px;
		background-image: linear-gradient(#333333,#081947);
		min-height:100px;
		padding:5%;
		box-sizing: border-box;
	}
	
	.face-rodape
	{
		width: 100%;
		float: right;
		padding:40px;
		text-align:center;
		box-sizing:border-box;
	}
	
	.logo
	{
		position:relative;
		width: 90%;
		max-width: fit-content;
		max-width: -moz-fit-content;
		height: auto;
		top: 25px;
	}
	
	.tx-menu
	{
		font-family: Open Sans, arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		color: #ffffff;
	}
	
	.ico-menu
	{
		position: absolute;
		display:inherit;
		cursor:pointer;
		top:22px;
		left:15px;
	}
}

-->