/*
    Desenvolvido por Artweb Design Digital
    https://www.agenciamaya.com.br/
    jeferson@agenciamaya.com
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: normal;
} 

body{
    font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
}

a{
	text-decoration: none;
	color: #F58220;
}

a:hover{
	text-decoration:none;
	color: #FFFFFF;
}

img{
	border:none;
	max-width:100%;
}

button{
    font-family: 'Open Sans', sans-serif;
	border:none;
	cursor:pointer;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}

input.form-control, select.form-control, textarea.form-control{
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
	background-color: #000001;
	border-color: #F58220;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}

::-moz-placeholder {
    color: #FFFFFF;
}

::-ms-placeholder {
    color: #FFFFFF;
}

::placeholder {
    color: #FFFFFF;
}

.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn{
	font-size: 14px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-primary{
	border: none;
	background-color: #f58220;
}

/* header */
.navbar{
	padding: 0;
}

.navbar-brand{
	margin: 0;
	padding: 30px 0;
}

.brand-fixed{
	padding: 10px 0;
}

.brand-fixed img{
	max-height: 60px;
}

.infos-topo{
	margin-top: 30px;
	float: right;
	line-height: 30px;
	margin-bottom: 20px;
}

.telefone-topo{
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	float: left;
}

.compre-online{
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	float: left;
	margin-top: -7px;
	margin-left: 20px;

}

.compre-online-mobile{
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	float: left;
	margin: 20px 20px 20px 20px;
	width: 90%;
	display: none;
}

.btn-comprar{
  background-color: #f58220;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #f58220; -webkit-box-shadow: 0 0 3px #f58220; }
  50% { background-color: #000000; -webkit-box-shadow: 0 0 3px #000000; }
  100% { background-color: #f58220; -webkit-box-shadow: 0 0 3px #f58220; }
}

@-moz-keyframes glowing {
  0% { background-color: #f58220; -moz-box-shadow: 0 0 3px #f58220; }
  50% { background-color: #000000; -moz-box-shadow: 0 0 3px #000000; }
  100% { background-color: #f58220; -moz-box-shadow: 0 0 3px #f58220; }
}

@-o-keyframes glowing {
  0% { background-color: #f58220; box-shadow: 0 0 3px #f58220; }
  50% { background-color: #000000; box-shadow: 0 0 3px #000000; }
  100% { background-color: #f58220; box-shadow: 0 0 3px #f58220; }
}

@keyframes glowing {
  0% { background-color: #f58220; box-shadow: 0 0 3px #f58220; }
  50% { background-color: #000000; box-shadow: 0 0 3px #000000; }
  100% { background-color: #f58220; box-shadow: 0 0 3px #f58220; }
}

.btn-comprar {
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
}

.telefone-topo svg{
	font-size: 13px;
	margin-right: 5px;
}

.telefone-topo strong{
	font-weight: 700;
	font-size: 24px;
}

.infos-topo svg{
	color: #EA6f23;
}

.redes-sociais{
	float: left;
	margin-left: 10px;
}

.redes-sociais a{
	float: left;
	line-height: 30px;
}

.redes-sociais svg{
	margin-left: 12px;
	font-size: 30px;
	margin-top: 2px;
}

.redes-sociais .fa-facebook-f{
	margin-top: 4px;
	border: 2px solid #EA6f23;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 26px !important;
	height: 26px;
	padding: 4px 0;
}

.navbar-nav li, .navbar-fixed li{
	list-style: none;
	margin-left: 50px;
	display: inline-block;
}

.navbar-nav li:first-child, .navbar-fixed li:first-child{
	margin-left: 0;
}

.navbar-nav li a, .navbar-fixed li a{
	color: #000000;
	font-size: 18px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
	border-bottom: 4px solid #FFFFFF;
}

.navbar-fixed li a{
	line-height: 66px;
}

.navbar-nav li a:hover, .navbar-fixed li a:hover{
	border-bottom: 4px solid #F58220;
}

.menu-fixo{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.menu-fixo-oculto{
	top: -200px;
}

/* BANNER */
.tp-bannertimer {
	background :#777 !important;
	background: rgba(0,0,0,0.2) !important;
	height: 5px !important;
}

.slotholder:after{
	left: 0;
	top: 0;
	display: block;
	content: '';
	background-color: rgba(0, 0, 0, 0.20);
	width: 100%;
	height: 100%;
	position: absolute;
}

.linha{
	background-color: rgba(234, 114, 39, 0.9);
	padding: 0 25px;
	display: inline-block;
	margin-bottom: 5px;
	color: #FFFFFF;
	vertical-align: top;
	font-size: 24px;
	font-weight: 600;
	line-height: 44px;
}

.linha strong{
	font-weight: 900;
	font-size: 34px;
	line-height: 66px;
}

a .linha{
	font-size: 19px;
	line-height: 34px;
}

a .linha strong{
	font-size: 26px;
	line-height: 51px;
}

/* content */
#content{
	background-color: #000001;
}

#content::before, #content::after {
	content: ' ';
	display: table;
}

#content::after{
	clear: both;
}

h1, h2{
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

#content, #content p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}

.conteudo-paginas{
	padding: 70px 0 60px;
	border-top: 4px solid #F58220;
}

/* footer */
footer{
	border-top: 4px solid #F58220;
	background: #000001;
}

.footer{
	padding-top: 50px;
}

footer h3{
	font-size: 25px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

footer h3:after{
	display: block;
	content: '';
	width: 65px;
	height: 6px;
	background-color: #EA6F23;
	margin-top: 25px;
}

footer p {
	white-space: nowrap;
    color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

footer p strong{
	font-weight: 700;
}

.dados-rodape svg{
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000001;
	padding: 6px;
	height: 25px;
	width: 25px !important;
	text-align: center;
	line-height: 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 10px;
}

.fa-map-marker-alt{
	float: left;
	margin-bottom: 10px;
}

footer a {
    color: #fff;
}

footer a:hover{
	color:#FFFF00;
}

footer .redes-sociais{
	margin: 0;
}

footer .redes-sociais a{
	color: #EA6f23;
}

footer .redes-sociais a svg{
	margin-left: 0;
	margin-right: 15px;
}

.footer-bottom{
	background-color: #F4F4F4;
}

.footer-bottom p{
	color: #454544;
	font-size: 10px;
	line-height: 60px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	float: right;
	margin: 20px 0;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* Menu Categorias */
.menu-categorias{
	padding: 40px 0 10px;
}

.categoria-individual{
	display: inline-block;
	vertical-align: top;
	width: 105px;
	margin: 0 2px 30px;
}

.categoria-individual span{
	width: 97px;
	height: 97px;
	display: block;
	margin: 0 auto 10px;
	border: 4px solid #EA6F23;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.categoria-individual:hover span{
	border-color: #E6E7E8;
}

.categoria-individual h3{
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.categoria-individual:hover h3{
	color: #EA6F23;
}

/* lojas */
.loja-individual:before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 );
}

.loja-individual{
	position: relative;
	background-color: #f9f5ea;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 494px;
	margin-bottom: 40px;
}

.separa-lojas{
	clear: both;
	height: 130px;
}

.texto-loja-interna{
	position: relative;
}

.conteudo-loja{
	position: relative;
	z-index: 10;
	padding-top: 30px;
	padding-bottom: 20px;
}

.texto-loja-interna:before{
	background-color: #FFFFFF;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	left: -25px;
	right: -25px;
}

#content .texto-loja-interna, #content .texto-loja-interna p{
	color: #000000;
	font-size: 15px;
	line-height: 24px;
}

.botoes-loja .btn{
	margin: 0 10px;
}

.texto-loja-interna a{
	color: #000000;
}

.texto-loja-interna a:hover{
	color: #F58220;
}

.caixa-fotos{
	display: none;
}

/* Contato */
.contato-direita{
	background-color: #f58221;
	padding-top: 60px;
}

.limpa-contato{
	clear: both;
	height: 30px;
}

.contato-individual strong{
	font-size: 24px;
	font-weight: 900;
	line-height: 37px;
}

.contato-individual img{
	float: left;
	margin-right: 20px;
}

.contato-individual a{
	color: #FFFFFF;
	text-decoration: underline;
}

.imagem-contato-2{
	margin-top: -8px;
}

/* Produtos */
.produto-individual .imagens-produto{
	max-height: 180px;
	overflow: hidden;
	display: block;
}

.titulo-produtos{
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	background-color: #f58220;
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
	margin-bottom: 20px;
}

/* Queries */
@media(max-width: 1199px) {
	footer h3{font-size: 18px; letter-spacing: normal;}
	footer h3:after {margin-top: 15px;}
	.navbar-nav li, .navbar-fixed li{margin-left: 25px;}
	.navbar-nav li a, .navbar-fixed li a{font-size: 16px; line-height: 40px;}
	.navbar-fixed li a {line-height: 50px; padding-top: 14px;}
	.navbar-brand{padding: 20px 0;}
	.brand-fixed{padding: 10px 0;}
	.infos-topo{margin-top: 15px; margin-bottom: 10px;}
	.categoria-individual{width: 85px;}
	.categoria-individual span{border-width: 3px; width: 80px; height: 80px; background-size: cover;}
	.contato-individual strong{font-size: 20px;}
	.produto-individual .imagens-produto{max-height: 140px;}
}

@media(max-width: 991px) {
	.telefone-topo{font-size: 12px;}
	.telefone-topo strong{font-size: 18px;}
	.redes-sociais{margin-left: 0;}
	.redes-sociais svg{margin-left: 10px; font-size: 24px; margin-top: 4px;}
	.redes-sociais .fa-facebook-f {margin-top: 6px; width: 20px !important; height: 20px; padding: 3px 0;}
	.navbar-nav li a, .navbar-fixed li a{font-size: 14px; line-height: 30px;}
	.navbar-nav li, .navbar-fixed li{margin-left: 15px;}
	.infos-topo{margin-top: 10px; margin-bottom: 10px;}
	.navbar-fixed li a{line-height: 34px;}
	.menu-categorias{padding: 20px 0 0;}
	.categoria-individual{margin: 0 10px 20px;}
	.linha strong{font-size: 28px; line-height: 50px;}
	.linha{font-size: 16px; padding: 0 15px;}
	a .linha{font-size: 14px;}
	a .linha strong{font-size: 22px;}
	.footer{padding-bottom: 40px; padding-top: 40px;}
	footer h3{font-size: 16px;}
	footer h3:after {margin-top: 10px; width: 50px; height: 4px;}
	.conteudo-paginas{padding: 50px 0 40px;}
	.contato-direita{padding-top: 40px; padding-bottom: 30px;}
	#content, #content p{font-size: 15px;}
	.contato-individual strong{font-size: 18px;}
	.contato-individual img{margin-right: 15px;}
}

@media(max-width: 767px){
	.compre-online-mobile{
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	float: left;
	margin: 20px 20px 20px 20px;
	width: 90%;
	display: grid;
	}
	.menu-fixo{display: none;}
	.navbar-brand{padding: 10px 0 10px 15px; max-width: 80%; width: 200px;}
	.navbar-toggler{float: right; margin: 12px 15px 12px 0;}
	.infos-topo{display: none;}
	.navbar-nav li{text-align: center; margin: 0;}
	.navbar-nav li a, .navbar-nav li a:hover{padding: 0; border: none; line-height: 30px;}
	.navbar-nav{padding: 10px 0;}
	.categoria-individual{margin: 0 5px 20px;}
	.titulo-banner{margin-top: -50px !important;}
	.sub-titulo-banner{margin-bottom: -50px !important;}
	.linha strong{font-size: 20px; line-height: 40px;}
	.linha{font-size: 14px; padding: 0 15px; line-height: 30px;}
	a .linha{font-size: 12px;}
	a .linha strong{font-size: 18px; line-height: 32px;}
	footer p {white-space: normal; margin-bottom: 10px;}
	footer .redes-sociais{margin-bottom: 30px;}
	.footer-bottom p{text-align: center; line-height: 20px; padding-top: 20px;}
	h1, h2{font-size: 22px; margin-bottom: 20px;}
	#content, #content p{font-size: 14px;}
	.paginas-direita{margin-top: 30px;}
	.contato-individual strong{font-size: 16px;}
	.contato-direita{padding-top: 30px; padding-bottom: 30px; margin-top: 30px;}
	.texto-loja-interna::before {left: 0; right: 0;}
	.loja-individual{background-image: none !important; background-color: transparent; height: auto;}
	.botoes-loja .btn{margin: 0 10px 20px;}
	.separa-lojas{height: 50px;}
}

@media(max-width: 400px){
	.compre-online-mobile{
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	float: left;
	margin: 20px 20px 20px 15px;
	width: 90%;
	display: grid;
	}