*{
	margin:0px;
	padding: 0px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
}
* a:link{
	color: #000000;
}
* a:hover{
	color: #000000;
}
* a:visited{
	color: #000000;
}
* button{
	cursor: pointer;
}

#numero_trocou{
	width:200px;
	background:red;
	color:#ffffff;
	text-align: center;
	position:fixed;
	margin-left:20%;
	padding:10px;
	border-radius:5px;
}
#menu{
	width: 100%;
	height: 130px;
	background:#0493c8;
	z-index:1000;
	position: fixed;
	top: 0px;
}
.margin{
	width:1024px;
	margin: auto;
}
#menu .logo img{
	width: 100%;
}
#menu .logo{
	width:130px;
	margin-top:10px;
	float: left;
	margin-left: 50px;
}
.busca{
	width:400px;
	margin-top:30px;
	margin-left: 30px;
	border: solix 1px #c3c3c3;
	text-indent:5px;
	outline:none;
	color:#c3c3c3;
	float: left;
	border-radius: 5px;
	border: none;

}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 20;
  color: #000000;
  margin-left:-30px;
  float: left;
  margin-top: 29px;
}
.menu{
	color: #ffffff;
	clear: both;
	margin-left: 200px;	
}
.menu ul{
	float: left;
	margin-top: -20px;
}
.menu ul li{
	cursor: pointer;
	float: left;
	margin-right: 10px;
	list-style: none;
}
.menu ul li:hover{
	
	border-bottom: solid 1px #ffffff;
	transition: 1s;
}
.open-categoria{
	font-size:12px;
	text-decoration: none;
	float:right;
	margin-left: 5px;
	margin-top: 5px;
}
.menu ul li ul{
	position: absolute;
	background:#1b325f;	
	margin-top:0px;
	padding-top:20px;
	padding-bottom: 20px;
	display: none;
	border-radius: 10px;
}
.menu ul li:hover ul{
	display: block;
}
.menu ul li ul li{
	float: none;
	margin: 0px;
	width: 100%;
	text-indent:10px;
	width: 150px;

}
.menu ul li ul li:hover{
	background: yellow;
	text-decoration:none;
	border-bottom: none;
	color:#1b325f;
	transition:0.3s;
}
.carrinho{
	float:left;
	width: 50px;
	margin-left: 100px;
	margin-top:15px;
	cursor: pointer;
}
.carrinho img{
	width:100%;
	margin-bottom:-19px;
}
.carrinho span{
	color: #ffffff;
	background: red;
	font-size: 12px;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom:3px;
	width: 30px;
	border-radius:100px;
	margin-left:25px;
}
#banner-1{
	margin-top:130px;
	z-index:100;
}

.chamada{
	background:#1a9f0f;
	padding-top: 20px;
	color:#ffffff;
	font-weight: bold;
	width:100%;
	margin: auto;
}
.chamada p{
	float: left;
	width:70%;
	margin-left: 10%;
	text-align:center;
}
.icon{
	width: 50px;
	float:left;
	margin-left:;
	margin-top:10px;
	margin-left: -150px;
	
}
@keyframes example {
  from {margin-left: 0px;}
  to {margin-left:20%; }
}

.seta{
	 animation-name: example;
 	 animation-duration:1s;
 	 animation-iteration-count: infinite;
 	 animation-direction:alternate;
}
#produto{

}
.produto{
	width:24.7%;
	margin:0.1%;
	margin-top:20px;
	float: left;
	min-height:650px;
}
.produto img{
	width: 100%;
	box-shadow:0px 0px 10px #c3c3c3;
}
.produto h2{
	font-size:13px;
}
.desc{
	width:100%;
	box-shadow:0px 0px 10px #c3c3c3;
	padding: 10px;
	min-height:200px;
}
.produto:hover{
	box-shadow:0px 0px 30px #c3c3c3;
	cursor: pointer;
}
.pronta_entrega{
	background: red;
	position: absolute;
	color: #ffffff;
	font-size:13px;
	font-weight: bold;
	padding: 5px;
	margin-top:-50px;
	z-index:105px;
	border-radius:5px;
	margin-left: 10px;
}
.produto .promocao{
	width:100px;
	position: absolute;
	margin-top: 0px;
	box-shadow: none;
}
.menu2{
	display: none;
}

footer{
	height: 200px;
	clear: both;
}

#info-produto{
	width: 1024px;
	box-shadow: 0px 0px 2px #c3c3c3;
	margin: auto;
	background: #ffffff;
	margin-top:130px;
	padding-top:50px;
}
#info-produto .fotos{
	width:70px;
	height:50px;
	margin-left:30px;
	float: left;

}
.fotos figure{
	width: 100%;
	height:100%;
	margin: 0px;
	margin-top:5px;

}
.fotos figure img{
	outline:solid 1px #c3c3c3;
	border-radius: 5px;
	height:100%;
	width:50px;
}
.fotos figure img:hover{
	outline:solid 2px #3483fa;
	cursor: pointer;
}
.foto-principal{
	width:550px;
	height-max: 600px;
	float: left;
	margin-top:5px;
	box-shadow: 0px 1px 5px #c3c3c3;
}
.preco-produto{
	width:300px;
	height: 480px;
	margin-left: 30px;
	float: left;
	margin-top:5px;
	box-shadow: 0px -1px 5px #c3c3c3;
}
.preco-produto button{
	padding:10px;
	border-radius:5px;
	margin-top: 10px;
	background: #5798fb;
	color: #ffffff;
	border: solid 1px #c3c3c3;
	font-size: 14px;
	cursor: pointer;
}
.preco-produto button:hover{
	text-shadow: 0px 0px 1px #000000;
}
.foto-principal figure{
	width: 60%;
	margin-left:15%;
}
.foto-principal figure img{
	width:100%;
}
.preco-produto p{
	text-indent:5px;
	font-size: 13px;
}
.preco-produto h1{
	font-size: 21px;
	margin-left: 10px;
}
.preco-produto h2{
	font-size:21px;
	margin-top:20px;
	margin-left:10px;
}
.preco-produto span{
	font-size: 16px;
}
#relacionados{
	width: 100%;
	height:auto;
	box-shadow: 0px 0px 5px #c3c3c3;
	float: left;
	margin-top: 30px;
}
#relacionados h2{
	font-size: 16px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}
#relacionados .relacionados{
	margin-left:20px;
	float: left;
	cursor: pointer;

}
#relacionados p{
	width:150px;
}

#relacionados img{
	height:130px;
	margin: 0px;
}
#relacionados img:hover{
	outline:solid 1px #5798fb;
	border-radius:5px;
}
#descricao{
	width: 100%;
	float: left;
	margin-top: 30px;
}
#descricao h2{
	margin-left: 10px;
}
#descricao p{
	margin-left:50px;
}
.zoom {
	overflow:;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	margin-top:130px;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin-bottom: 200px;
}

#info-produto-mobile{
	display: none;
}

#relacionados .glider-contain{
	width: 90%;
}
#relacionados .glider img{
	width: 90%;
	margin-left: 5%;
	height: auto;
}

#carrinho{
	position: fixed;
	width:50%;
	top: 120px;
	bottom: 0px;
	color: #ffffff;
	background:#1b325f;
	margin-left:-100%;
	z-index:1000;
	border-radius:5px;
}
#carrinho .fechar{
	float: right;
	margin:10px;
}

.quantidade{
	width: 50px;
	text-align: center;
}
#carrinho ul{
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	list-style: none;
	margin-right: 20px;
	overflow:auto;
	height:50%;
	width: 90%;

}
#carrinho ul li{
	margin: 0px;
	margin-top:10px;
	clear: both;
	widtH: 100%;
	outline: solid 1px #c3c3c3;
}
#carrinho .carrinho_nome{
	width:50%;
	display: inline-block;
	height: auto;

}
#carrinho .carrinho_quantidade{
	width: 10%;
	display: inline-block;
	height: auto;
	text-align: center;

	
}
#carrinho .valor{
	width: 35%;
	display: inline-block;
	height: auto;
	text-align: right;
}
.carrinhoTotal{
	background: red;
	padding-right: 5%;
	text-align: right;
}
.top_carrinho{
	background: red;
	color: #ffffff;
}
#carrinho ul li:hover{
	background: yellow;
	color:#000000;
	padding-left:5px;
}
.bt-confirm{
	padding: 10px;
	margin-left:5%;
	border-radius:5px;
	border:none;
	width:40%;
	background:#075601;
	color:#ffffff;
	margin-bottom:20px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.remover{
	background: red;
	padding: 5px;
	width:100px;
	text-align: center;
	display:block;
	border-radius: 5px;
	float: right;
	margin-right: 10px;
	color: #ffffff;
}
#carrinho ul li:hover .remover{
	display: block;
	color: #ffffff;
}




#confirmarPedido{
	background: #ffffff;
	box-shadow: 0px 0px 30px #c3c3c3;
	width: 80%;
	margin-left: 10%;
	margin-top: 0px;
}
#confirmarPedido input{
	border-radius: 5px;
	text-indent: 5px;
	outline-color:yellow;
}
#confirmarPedido #carrinho{
	width: 100%;
	margin-left: 0px;
	position: relative;
	margin-top: 0px;
	padding: 0px;
	float: left;
	padding-bottom: 100px;
	background: #ffffff;
}
#confirmarPedido #carrinho ul{
	padding: 0px;
	margin-top: 0px;
	height: auto;
	color: #000000;
	width:97%;
}
#confirmarPedido #carrinho ul li{
	width: 100%;
}
#confirmarPedido #carrinho ul li:hover{
	 background:none;
	 color: #000000;
	 padding: 0px;
}
#confirmarPedido #carrinho .remover{
	display: block;
	color: #ffffff;
}
.dados-empresa{
	color:#000000;
	float:left;
	margin:40px;
}
#confirmarPedido .logo{
	float: left;
	width:220px;
	margin:40px;
}
#confirmarPedido #carrinho .bt-confirm{
	float: left;
	width:30%;
}
#confirmarPedido #carrinho .top_carrinho{
	background: #1b325f;
}
#confirmarPedido #carrinho .carrinhoTotal{
	background: #1b325f;
}
#confirmarPedido form{
	margin-top: 50px;
	margin-left: 5%;
	margin-bottom:50px;
	color: #000000;
}
#confirmarPedido label{
	color: #000000;
	margin-right:30px;
}
.outro_endereco{
	display: none;
}
#confirmarPedido .pagamento{
	display: inline-block;
	margin-left:1%;
	background:#1b325f;
	padding: 20px;
	color:#ffffff;
	text-align: center;
	cursor: pointer;
	width: 30%;
	border-radius:10px;
}
#confirmarPedido #pagamentoEmDinheiro{
	margin-top: 50px;
	outline: solid 1px #c3c3c3;
	width: auto;
	float: left;
	padding: 10px;
	display: none;
}

#confirmarPedido #pagamentoNoCartao{
	margin-top: 50px;
	outline: solid 1px #c3c3c3;
	width: auto;
	float: left;
	padding: 10px;
	border-radius:10px;
	background:#0270c5;
	color:#ffffff;
	display: none;
}
#pagamentoNoCartao input{
	border-radius: 5px;
	outline-color:yellow;
}
#pagamentoNoCartao label{
	color: #ffffff;
	font-size: 18px;
}
#confirmarPedido #pedidoCompleto{
	color: #000000;
	padding: 20px;
	text-transform: uppercase;
}
#gerar_boleto{
	position:fixed;
	top: 150px;
	width: 500px;
	height: 600px;
	background:#1b325f;
	z-index:10002;
	box-shadow:0px 0px 30px #000000;
	border-radius:10px;
	display: none;
}
#gerar_boleto p{
	color: #ffffff;
	margin: 10px;
	text-align: center;
	width: 80%;
	margin-left: 10%;
}

#gerar_boleto .bt-confirm{
	width: 50%;
	margin-left: 25%;
}
#form #pagamentoEmDinheiro{
	color: #000000;
}
#pagamentoNoCartao form{
		margin-top:0px;
	margin-left: 0px;
	margin-bottom:0px;
	color:#ffffff;
}
#confirmarPedido #pagamentoNoCartao .bt-confirm{
	width: 50%;
	margin-left: 25%;
	margin-top:20px;
}

.pagarme-checkout-btn{
	padding: 10px;
	margin-left:30%;
	border-radius:5px;
	border:none;
	width:40%;
	background:#075601;
	color:#ffffff;
	margin-bottom:20px;
	float: left;
	text-align: center;
	cursor: pointer;
}

#pagarme-checkout-ui{
	z-index:1050;
}
#obrigado{
	color:#000000;
	padding-bottom: 100px;
}
#obrigado h2{
	text-align: center;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 21px;
}
#obrigado p{
	width: 50%;
	margin-left: 25%;
}
#obrigado h3{
	font-size: 23px;
	text-align: center;
}
.title-produtos{
	margin-left: 10px;
	margin-top: 30px;
}
.bt-busca{
	margin-top:26px;
	float: left;
	padding: 5px;
	font-size: 12px;
	border-radius: 5px;
	background: red;
	color: #ffffff;
	cursor: pointer;
}
#fundo{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right:0px;
	background:rgba(0, 0, 0, 1.0);
}
.menu a:link{color: #ffffff;}
.menu a:hover{color: #ffffff;}
.menu a:visited{color: #ffffff;}

html {
  scroll-behavior: smooth;
}

#c-loader{
	position: fixed;
	width: 100%;
	top: 0px;
	bottom: 0px;
	background:rgba(255, 255, 255, 0.8);
	z-index:1051;
	display: none;
}
.c-loader {
  animation: is-rotating 1s infinite;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  border-top-color: #51d4db;
  height: 50px;
  width: 50px;
  position: fixed;
  top:40%;
  left: 50%;
}

@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}

#bt-whats img{
	position: fixed;
	right: 5%;
	bottom: 5%;
	width:100px;
}
#aviso{
	position: fixed;
	top:100pxpx;
	left:0px;
	z-index:1500;
	width:20%;
	margin-left:40%;
	background:red;
	padding-bottom:20px;
}
#aviso button{
	margin:auto;
	display: block;
	padding:10px;
}
#aviso img{
	width:100%;
}
 @keyframes btn-pisca {
     0% { opacity: 0; }
     50% { opacity: 0.5; }
     100% { opacity: 1; }
 }
.btn-pisca {
   background-color:#ce300c;
   color:#fff;
   padding: 0.6em 0.8em;
   display: inline-block;
   text-decoration: none;
   border-radius: 4px; 
   -webkit-animation: btn-pisca .9s linear infinite;
   -moz-animation: btn-pisca .9s linear infinite;
   -ms-animation: btn-pisca .9s linear infinite;
   -o-animation: btn-pisca .9s linear infinite;
   animation: btn-pisca .9s linear infinite;
}
@keyframes pisca {
  from {background:red; color:WHITE;}
  to {background:yellow; color:black;}
}

.pisca{
	 animation-name: pisca;
 	 animation-duration:1s;
 	 animation-iteration-count: infinite;
 	 animation-direction:alternate;
}
#blackfriday{
	width:50%;
	margin:0.1%;
	margin-top:50px;
	
}