*{
	margin:0px;
	padding: 0px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	-webkit-print-color-adjust: exact;
}
* a:link{
	color: #000000;
}
* a:hover{
	color: #000000;
}
* a:visited{
	color: #000000;
}
#numero_trocou{
	width:200px;
	background:red;
	color:#ffffff;
	text-align: center;
	position:fixed;
	padding:10px;
	border-radius:5px;
	right:0px;
}
#menu{
	width: 100%;
	height: 140px;
	background:#0493c8;
	z-index:1000;
	position: fixed;
	top: 0px;
}
.margin{
	width:100%;
	margin: auto;
}
#menu .logo img{
	width: 100%;
}
#menu .logo{
	width:100px;
	margin-top:10px;
	float: left;
	margin-left: 10px;
}
.busca{
	width:180px;
	margin-top:70px;
	margin-left:0px;
	border:none;
	border-radius: 5px;
	text-indent:5px;
	outline:none;
	float: none;
	color:#c3c3c3;

}
.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;	
	display: none;
}
.menu ul{
	float: left;
	margin-top: -20px;
}
.menu ul li{
	cursor: pointer;
	float: left;
	margin-right: 10px;
	list-style: none;
}
.menu ul li:hover{
	text-decoration: underline;
	border-bottom: solid 1px red;
	transition: 1s;
}
.open-categoria{
	font-size:12px;
	text-decoration: none;
	float:none;
	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:5px;
	cursor: pointer;
	position: absolute;
	top:0px;
	right: 50px;
}
.carrinho img{
	width:100%;
	margin-bottom:-19px;
}
.carrinho span{
	color: #ffffff;
	background: red;
	font-size: 8px;
	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:0px;
	
}
@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:100%;
	margin:0px;
	margin-top:20px;
	float: left;
	border-bottom: solid 1px #c3c3c3;
	height: 350px;
}
.produto img{
	width: 40%;
	float: left;
}
.produto h2{
	font-size:13px;
}
.desc{
	width:60%;
	padding: 10px;
	float: left;
	height:300px;
	font-size:18px;
}
.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:200px;
	z-index:105px;
	border-radius:5px;
	left:10px;
}
.produto .promocao{
	width:100px;
	position: absolute;
	margin-top:;
	box-shadow: none;
	left: 0px;
	left: 10px;
}
.menu2{
	display: block;
	background: #1b325f;
	text-align: left;
	position: absolute;
	width:100%;
	color: #ffffff;
	margin-top:50px;
	font-size: 23px;
}
.menu2 ul{
	list-style: none;
	width: 90%;
	margin-left: 5%;
}
.menu2 ul li{
	width: 100%;
}
.menu2 ul li:hover ul{
	display: block;
	padding: 0px;
}
.menu2 ul li ul{
	display: none;
	width:100%;
	display:;
	background:#1b325f;
	border-radius: 5px;
}
.icon-menu{
	background: #1b325f;
	width:60px;
	position: absolute;
	margin-top: -70px;
	padding: 10px;
	border-radius:5px;
	margin-left:10px;
}
.icon-menu div{
	background: #ffffff;
	width:90%;
	height: 4px;
	margin-left: 5%;
	margin-top: 4px;
	border-radius:5px;
}

.menu2 .mini-menu{
	display: none;
	padding-top:20px;
	background: #1b325f;
	float: left;
	margin-top:-30px;
	width:100%;
	margin-left: 0px;
	padding-left:10px;
}
.menu2 .open-menu:hover .mini-menu{
	display: block;
}
footer{
	height: 200px;
	clear: both;
}
#info-produto{
	display: none;
}
#info-produto-mobile{
	margin-top:150px;
}
#info-produto-mobile h2{
	margin-top: 200px;
	font-size: 21px;
	text-indent: 10px;
	margin-bottom:20px;
}
.busca .material-symbols-outlined{
	display: none;
}
.carousel-item{
	height:auto;
	background:#ffffff;


}
.carousel-item img{
	max-height:400px;
	width: auto;
	margin: auto;

}
#off{
	display: none;
}
#info-produto-mobile h2{
	margin-top:0px;
	text-indent:10px;
}
#info-produto-mobile h3{
	margin-left:10px;
	border-top:solid 1px #c3c3c3;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#info-produto-mobile h3 span{
	margin-top: 10px;
}
#info-produto-mobile p{
	margin-left: 5px;
}
#info-produto-mobile button{
	padding:10px;
	border-radius:5px;
	margin-top: 10px;
	background: #5798fb;
	color: #ffffff;
	border: solid 1px #c3c3c3;
	font-size: 14px;
	cursor: pointer;
	margin-left:5%;
	width:90%;
	font-size: 18px;
}
#info-produto-mobile iframe{
	width:80%;
	margin-left: 10%;
}
#relacionados{
	margin-top:50px;
	background: #ffffff;
	border-bottom: solid 1px #c3c3c3;
	padding-bottom:30px;
}

#relacionados .carousel-item{
	height: auto;
	width:auto;
}
#relacionados .carousel-item img{
	width: auto;
}

.mini-menu ul li ul{
	background: #1b325f;
	border: none;
}
.mini-menu ul li{
	background:#1b325f;
	border: none;
}


#carrinho{
	position: fixed;
	width:90%;
	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;
}
#carrinho ul li:hover{
	background: yellow;
	color:#000000;
	padding-left:5px;
}
.bt-confirm{
	padding: 10px;
	margin-left:10%;
	border-radius:5px;
	border:none;
	width:80%;
	background:#36c000;
	color:#ffffff;
	margin-bottom:20px;
}
.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: 100%;
	margin-left:;
	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:90%;
}
#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:80%;
	text-align: center;
}
#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:10%;
	background:#1b325f;
	padding: 20px;
	color:#ffffff;
	text-align: center;
	cursor: pointer;
	width: 80%;
	border-radius:10px;
	margin-top: 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: 50px;
	width: 80%;
	left: 10%;
	height: 650px;
	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: 80;
	margin-left:10%;
	clear: both;
}
#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:7%;
	border-radius:5px;
	border:none;
	width:80%;
	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: 18px;
}
#obrigado p{
	width: 90%;
	margin-left: 5%;
}
#obrigado h3{
	font-size: 23px;
	text-align: center;
}
html {
  scroll-behavior: smooth;
}
#obrigado img{
	width: 30px;
}
.title-produtos{
	margin-left: 10px;
	margin-top: 30px;
}

.bt-busca{
	margin-left:110px;
	margin-top: 2px;
	float: left;
	padding: 5px;
	font-size: 12px;
	border-radius: 5px;
	background: red;
	color: #ffffff;
	cursor: pointer;
}
.menu2 a:link{color: #ffffff;}
.menu2 a:hover{color: #ffffff;}
.menu2 a:visited{color: #ffffff;}

#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:50%;
  left: 47%;
}

@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}
#bt-whats img{
	position: fixed;
	right: 5%;
	bottom: 5%;
	width:70px;
}


#aviso{
	position: fixed;
	top:100pxpx;
	left:0px;
	z-index:1500;
	width:70%;
	margin-left:15%;
	background:red;
	padding-bottom:20px;
}
#aviso button{
	margin:auto;
	display: block;
	padding:10px;
}
#aviso img{
	width:100%;
}

@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;
}

.produto p{
	font-size:18px;
	font-weight: bold;
}
.preco_info{
	font-size:25px;
}
#blackfriday{
	width:50%;
	margin:0.1%;
	margin-top:50px;
}