<!--

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700,700italic,800,800italic,300italic|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

html
{
	scroll-behavior: smooth;
}

@font-face
{
	font-family: Open Sans;
	src: url('/css/fonts/OpenSans-Regular.ttf');
}

@font-face
{
	font-family: FontAwesome;
	src: url('/css/fonts/fontawesome-webfont.ttf');
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

a
{
	text-decoration:none;
	color: inherit;
}

ul
{
	padding:0px;
	margin:0px;	
}

li
{
	list-style-type:none;
}

body
{
	background-image: url(/images/back-site.jpg?v=1.0);
	background-size:cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

.tx-titulo
{
	font-family: arial, sans-serif;
	font-size:20px;
	font-weight: bold;
	color: #000000;
}

.tx-subtitulo-pg
{
	font-family: Open Sans, arial, sans-serif;
	font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.tx-titulo-pg
{
	font-family: Open Sans, arial, sans-serif;
	font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.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: Roboto, Open Sans, arial, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: 400;
}

.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:12px;
	color: #ffffff;
}

.tx-rodape:hover
{
	color: #ffffff;
}

.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-estoque
{
	font-family: Open Sans, arial, sans-serif;
	font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.tx-titulo-exibicao
{
	font-family: Open Sans, arial, sans-serif;
	font-size: clamp(16px, 2vw, 30px);
	color: #363636;
	font-weight: 700;
}

.tx-descricao-estoque
{
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #4d4948;
}

.tx-preco
{
	font-family: Open Sans, arial, sans-serif;
	font-size: clamp(16px, 1.2vw, 16px);
	color: #363636;
	font-weight: 700;
}

.tx-titulo-destaque1
{
	font-family: arial, sans-serif;
	font-size:20px;
	color: #ffffff;
	font-weight: bold;
}

.tx-descricao-destaque1
{
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.tx-banner1
{
	font-family: arial, sans-serif;
	font-size: clamp(12px, 2vw, 22px);
	color: #ffffff;
}

.tx-banner2
{
	font-family: arial, sans-serif;
	font-size: clamp(16px, 4vw, 60px);
	color: #ffffff;
	font-weight: bold;
}

.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: #000000;
   color: #ffffff;
   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;
}

.ico-menu
{
	display:inherit;
	cursor:pointer;
}

.ico-seta
{
	z-index:2;
	display: none;
	position:fixed;
	cursor:pointer;
	bottom:20px;
	right:20px;
}

.ico-seta:hover
{ 
	z-index:2;
	position:fixed;
	cursor:pointer;
	bottom:20px;
	right:20px;
	content: url(/images/ico-car-focus.png?v=1.0);
}

@keyframes go-up {
    0% {
        bottom: 0;
     }
    50% {
        bottom: calc(100% - 100px);
     }
    100% {
        top: 0;
     }
}

.dv-paginas
{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	float: left;
	padding: 1%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
}

.tx-menu:hover
{
	color: #ffffff;
}

.dv-developer
{
	position:relative;
	float: left;
	width:100%;
	left: 0px;
	background-color: #000000;
	box-sizing: border-box;
}

.dv-img-loja
{
	max-width:356px;
	margin:20px;
}

.ico-tx-loja
{
	content: url(/images/ico-tx-loja1.png);
}

.ico-tx-loja:hover
{
	content: url(/images/ico-tx-loja2.png);
}

.li-titulo-pg
{
	position:relative;
	width:100%;
	padding-top: 30px;
	padding-bottom:10px;
	border-bottom: 1px solid #000000;
	box-sizing:border-box;
	text-align: center;
}

.li-ico-rodape
{
	float:left;
	padding:20px 0px 20px 0px;
	box-sizing:border-box;
}

.ul-tx-rodape
{
	width:100%;
	float:left;
	border-bottom:1px solid #333333;
}

.li-tx-rodape
{
	font-family: Roboto, Open Sans, arial, sans-serif;
	font-size:18px;
	color: #c8c8c8;
	font-weight: 300;
	padding: 17px 0px 20px 25px;
	word-break: break-word;
	box-sizing:border-box;
}

.li-tx-rodape:hover
{
	color: #ffffff;
}

.li-tx-loja
{
	float: left;
	font-family: Roboto, Open Sans, arial, sans-serif;
	font-size:14px;
	color: #999999;
	font-weight: 300;
	padding: 20px;
	box-sizing:border-box;
	word-break: break-word;
	background-color: #f6f6f6;
}

.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;
}

.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;
}

.ico-home:hover
{
	opacity: 0.6;
}

.ico-menu
{
	display:inherit;
	cursor:pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.ico-video
{
	position:relative;
	width:15%;
	height:auto;
	max-width:90px;
	top:50%;
	transform:translateY(-50%);
	cursor: pointer;
}

.ico-video:hover
{
	content: url(/images/ico-play2.png);
}

.li-img-loja
{
	width:100%;
	height:100%;
	position:absolute;
	background-size:cover;
	background-position: 50% 50%;
}

@keyframes img-loja {
 0%   {  background-size: 120% auto; }
 50%  {  background-size: 150% auto; }
 100% {  background-size: 120% auto; }      
}

.li-img-loja:hover
{
	width:100%;
	height:100%;
	position:absolute;
	background-size:150%;
	background-position: 50% 50%;
	animation: img-loja 5s linear infinite;
	-webkit-animation: img-loja 5s linear infinite;
}

@media only screen and (min-width:1050px)
{
	.dv-menu
	{
		z-index: 1000;
		position:absolute;
		right: 50px;
		top:60px;
		min-height:82px;
		float:left;
		display: inline;
	}
	
	.dv-busca
	{
		position:relative;
		float: left;
		width:100%;
		background-color: #efefef;
		min-height:100px;
		margin: 0px auto;
		border: 2px solid #efefef;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
	
	.dv-busca-cat
	{
		position:relative;
		min-height:410px;
		width:210px;
		background-color:#efefef;
		border-radius:3px;
	}
	
	.dv-rodape
	{
		position:relative;
		float: left;
		width:100%;
		left: 0px;
		background-color: rgba(0,0,0,0.8);
		min-height:100px;
		padding:5%;
		box-sizing: border-box;
	}
	
	.dv-container-estoque
	{
		width: calc(16.6% - 30px);
		margin: 50px 15px 0px 15px;
		float:left;
		background-color: #f6f6f6;
	}
	
	.dv-container-estoque-destaques
	{
		width: calc(25% - 30px);
		margin: 50px 15px 0px 15px;
		float:left;
		background-color: #ffffff;
	}
	
	.dv-container-principal
	{
		width: calc(25% - 30px);
		margin: 50px 15px 0px 15px;
		float:left;
		background-color: #f6f6f6;
	}
	
	.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-banner
	{
		z-index:1000;
		position:relative;
		width:50%;
		overflow: hidden;
		box-sizing: border-box;
		padding-top:120px;
	}
	
	.dv-menu-mobile
	{
		display: none;
	}
	
	.li-menu
	{
		padding-left: 30px;
		float: left;
		cursor: pointer;
	}
	
	.li-busca
	{
		float: left;
		padding: 10px;
		box-sizing: border-box;
		font-family: arial, sans-serif;
		font-size:16px;
		color: #494949;
		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:100%;
		float:left;
		padding-left:0px;
		padding-top:0px;
		box-sizing:border-box;
	    display: flex;
	    flex-wrap: wrap;
	    align-content: space-between;
	    padding-bottom:50px;
	}
	
	.li-container-estoque-destaques
	{
		width:100%;
		float:left;
		padding:0px 0px 60px 0px;
		box-sizing:border-box;
		margin:0px 0px 20px 0px;
	}
	
	.li-container-principal
	{
		width:100%;
		float:left;
		padding-left:0px;
		padding-top:0px;
		box-sizing:border-box;
		display: flex;
	    flex-wrap: wrap;
	    align-content: space-between;
	    background-color: #ffffff;
	    padding-bottom:50px;
	    margin-top:50px;
	}
	
	.li-foto-estoque
	{
		position:relative;
		width:100%;
		padding-top: 75%;
		background-size:cover;
		background-position: 50% 50%;
		box-sizing: border-box;
		float:left;
		cursor:pointer;
	}
	
	.li-foto-estoque-destaques
	{
		position:relative;
		width:100%;
		padding-top: 75%;
		background-size:cover;
		background-position: 50% 50%;
		box-sizing: border-box;
		float:left;
		cursor:pointer;
	}
	
	.li-foto-principal
	{
		position:relative;
		width:100%;
		padding-top: 75%;
		background-size:cover;
		background-position: 50% 50%;
		box-sizing: border-box;
		float:left;
		cursor:pointer;
	}
	
	.li-titulo-estoque
	{
		padding:20px;
		float:left;
		width:50%;
		box-sizing:border-box;
		
	}
	
	.li-titulo-principal
	{
		padding:20px;
		float:left;
		width:100%;
		min-height: 85px;
		box-sizing:border-box;
		text-align:center;
		border-bottom: 1px solid #eeeeee;
	}
	
	.li-preco-estoque
	{
		padding:20px;
		float:left;
		width:50%;
		box-sizing:border-box;
		text-align:right;
	}
	
	.li-preco-principal
	{
		position: relative;
		padding:10px;
		float:left;
		width:100%;
		box-sizing:border-box;
		text-align:center;
	}

	.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-foto-exibicao
	{
		position:relative;
		width:70%;
		float:left;
		padding:15px;
		box-sizing:border-box;
	}
	
	.li-infos
	{
		width:50%;
		float:left;
		padding-top:40px;
		box-sizing: border-box;
	}
	
	.li-form-proposta
	{
		width:30%;
		float:left;
		padding:15px;
		box-sizing:border-box;
	}
	
	.li-contato
	{
		width:50%;
		float:left;
	}
	
	.li-logomarca
	{
		z-index:999;
		position: relative;
		top:150px;
		float:left;
		width: 50%;
		box-sizing: border-box;
	}
	
	.li-banner
	{
		z-index:998;
		position: relative;
		top:25px;
		right:0px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.li-slogan
	{
		position: relative;
		top: 50px;
		left:10%;
		padding:20px;
		float:left;
		box-sizing:border-box;
	}
	
	.li-ico-menu
	{
		position: relative;
		padding:45px;
		float:right;
		line-height: 50px;
		box-sizing:border-box;
		display: none;
	}
	
	.li-tx-menus
	{
		display: none;
	}
	
	.li-container-destaques
	{
		width:50%;
		float:left;
	}
	
	.li-tx-banner
	{
		position:relative;
		top:0px;
		width:100%;
		float:left;
		box-sizing:border-box;
		overflow:hidden;
		height:110px;
		padding-bottom:100px;
	}
	
	.li-titulo-rodape
	{
		font-family: Roboto, Open Sans, arial, sans-serif;
		font-size:14px;
		color: #ffffff;
		font-weight: 500;
		line-height:5px;
		padding-bottom:30px;
	}
	
	.ul-fotos
	{
		display: inherit;
	}
	
	.face-rodape
	{
		padding:40px;
		float:left;
		box-sizing:border-box;
	}
	
	.logo
	{
		position:relative;
		width:100%;
		height:auto;
		left: 15%;
		max-width: fit-content;
		max-width: -moz-fit-content;
	}
	
	.tx-menu
	{
		font-family: Open Sans, arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		color: #727375;
	}
}

@media only screen and (max-width:1050px)
{
	.dv-menu
	{
		z-index: 1100;
		position:absolute;
		left: 0px;
		width:100%;
		top:50px;
		min-height:82px;
		float:left;
		background-color: rgba(239,239,239,0.9);
		display: none;
	}
	
	.dv-container-principal
	{
		width: 100%;
		margin: 50px 0px 0px 0px;
		float:left;
		background-color: #f6f6f6;
	}
	
	.dv-container-estoque-destaques
	{
		width: calc(25% - 30px);
		min-width: 200px;
		margin: 50px 15px 0px 15px;
		float:left;
		background-color: #ffffff;
	}
	
	.dv-container-estoque
	{
		width: 100%;
		margin: 50px 0px 0px 0px;
		float:left;
		background-color: #f6f6f6;
	}
	
	.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;
	}
	
	.li-banner
	{
		z-index:998;
		position: relative;
		top:0px;
		right:0px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.dv-banner
	{
		z-index:1000;
		position:relative;
		width:100%;
		height: 60vw;
		max-height: 400px;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	.dv-menu-mobile
	{
		z-index: 1200;
		position: relative;
		width: 100%;
		top: 0px;
		background-image: linear-gradient(#333333,#000000);
		float:left;
		height: 50px;
		box-sizing:border-box;
	}
	
	.li-menu
	{
		width:100%;
		padding-left: 30%;
		float: left;
		line-height: 40px;
		cursor: pointer;
		box-sizing:border-box;
	}
	
	.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-destaques
	{
		width:100%;
		float:left;
		padding:0px 0px 60px 0px;
		box-sizing:border-box;
		margin:0px 0px 20px 0px;
	}
	
	.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-destaques
	{
		position:relative;
		width:100%;
		padding-top: 75%;
		background-size:cover;
		background-position: 50% 50%;
		box-sizing: border-box;
		float:left;
		cursor:pointer;
	}
	
	.li-foto-estoque
	{
		position:relative;
		width:100%;
		padding-top: 75%;
		background-size:cover;
		background-position: 50% 50%;
		box-sizing: border-box;
		float:left;
		cursor:pointer;
	}
	
	.li-foto-principal
	{
		position:relative;
		width:100%;
		padding-top: 75%;
		background-size:cover;
		background-position: 50% 50%;
		box-sizing: border-box;
		float:left;
		cursor:pointer;
	}
	
	.li-titulo-estoque
	{
		padding:20px;
		float:left;
		width:100%;
		box-sizing:border-box;
	}
	
	.li-titulo-principal
	{
		padding:20px;
		float:left;
		width:100%;
		min-height: 85px;
		box-sizing:border-box;
		text-align:center;
		border-bottom: 1px solid #eeeeee;
	}
	
	.li-preco-estoque
	{
		padding:10px;
		float:left;
		width:100%;
		box-sizing:border-box;
		text-align:right;
	}
	
	.li-preco-principal
	{
		position: relative;
		padding:10px;
		float:left;
		width:100%;
		box-sizing:border-box;
		text-align:center;
	}
	
	.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-busca
	{
		width:100%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		font-family: arial, sans-serif;
		font-size:16px;
		color: #494949;
		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
	{
		width:100%;
		float:left;
		padding:15px;
		box-sizing:border-box;
	}
	
	.li-contato
	{
		width:100%;
		float:left;
	}
	
	.li-logomarca
	{
		z-index:1001;
		position: relative;
		width: 70%;
		height: 125px;
		top: 0px;
		left:5%;
		float:left;
	}
	
	.li-slogan
	{
		position: relative;
		top: 50px;
		left:10%;
		padding:20px;
		float:left;
		box-sizing:border-box;
	}
	
	.li-ico-menu
	{
		position: absolute;
		top: 30px;
		right: 30px;
		float:right;
		line-height: 50px;
		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: 18px;
		color: #4d4948;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.li-container-destaques
	{
		width:100%;
		float:left;
	}
	
	.li-tx-banner
	{
		position:relative;
		top:50px;
		width:100%;
		float:left;
		box-sizing:border-box;
		overflow:hidden;
		height:110px;
		padding-bottom:100px;
	}
	
	.li-titulo-rodape
	{
		font-family: Roboto, Open Sans, arial, sans-serif;
		font-size:14px;
		color: #ffffff;
		font-weight: 500;
		padding-bottom:30px;
	}
	
	.ul-fotos
	{
		display: none;
	}
	
	.dv-busca
	{
		z-index:1;
		position:relative;
		float: left;
		width:100%;
		top:0px;
		left: 0px;
		background-color: #efefef;
		min-height:100px;
	}
	
	.dv-busca-cat
	{
		position:relative;
		min-height:410px;
		width:100%;
		background-color:#efefef;
		border-radius:3px;
	}
	
	.dv-rodape
	{
		position:relative;
		float: left;
		width:100%;
		left: 0px;
		background-color: rgba(0,0,0,0.8);
		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: 80%;
		max-width: fit-content;
		max-width: -moz-fit-content;
		height: auto;
		padding-top: 20px;
	}
	
	.tx-menu
	{
		font-family: Open Sans, arial, sans-serif;
		font-size:16px;
		font-weight: bold;
		color: #484848;
	}
}

-->