	html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	line-height: 1.3; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
	background-color: #ededed;
	color: #224a63;
	}

	body {
	margin: 0;
	position: relative; 
	background-color: #ededed;	
	}
	
	li{
	 margin-bottom: 7.5px;
	 margin-top: 7.5px;	 
	}

	*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	

	.linhatransp{
	  display: block;
      visibility: hidden;
      height: 0;     
	}
	
	.linhadecorada{
	display: block;
	 width: 100%;
    height: 2.5px;
    border: 0px;
    background: -webkit-linear-gradient(left, rgba(153, 187, 255, 0) 0%, rgba(153, 187, 255, 0.8) 20%, rgba(153, 187, 255, 1) 53%, rgba(153, 187, 255, 0.8) 79%, rgba(153, 187, 255, 0) 100%);
    background: linear-gradient(left, rgba(153, 187, 255, 0) 0%, rgba(153, 187, 255, 0.8) 20%, rgba(153, 187, 255, 1) 53%, rgba(153, 187, 255, 0.8) 79%, rgba(153, 187, 255, 0) 100%); 

}

	#cabecalho{
	Position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: #0072CE;	
	z-index: 999;
	}

	#cabecalho img{
	height: 90%;	 
	}


	#container-central{
	padding: 10px;
	padding-top: 60px;			
	width: 100%;	
	max-width: 800px;
	margin: 0 auto;	
	}

	.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	color: #333;
	background-color:  #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	outline-style: none;
	}

	.btn-primary {
	width: 50%;
	margin: 0 auto;
	height: auto; 
	min-height: 60px;	
	color: #fff;
	border-bottom: 3px solid #0072CE;
	background-color: #0072CE;
	border-radius: 30px;
	font-size: 22px;
	text-align: center;	
	padding-left: 10px;
	}
	.btn-primary:hover {
	background-color: #409cff;
	background-position: 0 -15px;	
	}

	.btn {
	display: inline-block;       
	text-align: center;   
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #4169E1;
	border-radius: 30px;	
	}

	.botao:disabled {
	background-color: #ccc;
	font-family: Lato, sans-serif;
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
	border-radius: 30px;
	border: none;
	color: #ddd;	
	width: 100%;
	height: 60px;
	transition: all 0.4s ease 0s;
	text-align: center;
	}

	.botao:enabled {
	background-color: #679cf5;
	font-family: Lato, sans-serif;
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
	border-radius: 30px;
	border: none;
	color: white;	
	width: 100%;
	height: 60px;
	transition: all 0.4s ease 0s;
	text-align: center;
	}



	.rodape{
	Position: fixed;
	left: 0;
	width: 100%;
	padding: 5px;
	z-index: 1000!important;	 
	}
	
	.btniniciar{
	Position: fixed;
	left: 0;
	bottom: -10px;
	width: 100%;	
	padding-left: 20%;
	padding-right: 20%;
	z-index: 1100!important;	
	}

	.produto_active{
	width: 100%; 
	background-color: #fff;
	border-radius: 10px; 
	box-shadow: 2px 0px 5px #333;		  
	}

	 

	.adicionecart{
	display: grid;
	width: 100%;  
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 5px; 
	}

	.prod_desc{
	font-size: 0.95rem;
	} 
	

.page-control .tabs {
  display: flex;
}

.page-control .tab {
  width: 33.33%;
  padding: 10px;
  background-color: #a1c3f3;
  cursor: pointer;
  color: #333;
  border-right: 1px solid #ededed;
}

.page-control .tab.active {
  background-color: #0072CE;
  color: #fff;
}

.page-control .tab-content .content {
  display: none;
  padding: 10px;
}

.page-control .tab-content .active {
  display: block;
}

.radio-buttons{
	padding: 5px;
	background-color: #ddd;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 13pt;
}


select {
  background-color: #ededed;
  color: #333;
  font-size: 12pt;
  border-radius: 3px;  
  width: 100%;
  height: 30px;
	
  
}

.diversos {
  background-color: #ededed;
  color: #333;
  font-size: 12pt;
  border-radius: 3px;
  border: 1px solid gray;  
  text-align: right;
  width: 100%;
  height: 30px;
	
  
}


.radio {
  box-sizing: border-box;
  height: 40px;
  position: relative;
  width: 100%; 
  margin-bottom: 2px; 
  border-radius: 6px;  
}


.radio label {
  background: #a1c3f3 no-repeat center center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  border-radius: 6px;
}

.radio label span {
  color: #000;
  z-index: 1;
}
.radio label input[type=radio] {
  all: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.radio label input[type=radio]:checked {
  background-color: #0072CE;
  border-radius: 6px;
}
.radio label input[type=radio]:checked + span{
  color: #ffffff;
}

.radiocontainer{
	padding: 10px;
}

.bordas{
 border-radius: 6px;
 border: 1px solid #ccc; 
 padding: 5px;
 margin-top: 5px;
}

.bordas.active {
  background-color: #add8e6;
  border: 1px solid #0072CE; 
  color: #0072CE; 
}

.video-flex { 
 position: relative;
 padding-bottom: 56.25%;
 background-color: #232323; 
 border-radius: 10px; 
 height: 0;
 overflow: hidden;
 max-width: 100%;
 height: auto;
 margin-top: 10px;
 margin-bottom: 10px;
 border: 0.4rem solid #232323; 
}

.video-flex iframe, .video-flex object, .video-flex embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  border-radius: 10px;
}

#imgqr{
   width: 100%;
   height: 300px;
   background-image: url("../img/brindes_promocionais.jpeg");
   background-repeat: no-repeat; 
   background-size: cover;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;    
}

#imgqr img {
	width: 100px; 
	margin-top: 10px; 
	margin-left: 10px; 
	border-radius: 20px;
}

 #img_qr{
	   display: none;
   }

#textoheader{
 width: 100%;
 color: fff;
 line-height: 1.2; 
 text-align: center;
}

#idpublic{
 background-color: #0A0C13;
 color: #fff;
 border-radius: 8px; 
 border: 1px solid #282828;
}

.center {
 text-align: center;
 font-size: 18pt;
}

.img-descricao{
	width: 100%;
	border-radius: 10px;
    -webkit-box-shadow: 1px 0px 8px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:    1px 0px 8px 0px rgba(255, 255, 255, 0.5);
	box-shadow:         1px 0px 8px 0px rgba(255, 255, 255, 0.5);	
	
	
}

 
#idlogin{
	position:fixed;
	top:0;
	left:0;
	z-index: 1000;
	background-color: rgba(0,0,0,.9);
	width:100%;
	height:100%;	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
   .form_login{	
    position: relative;
    width: 500px;
    height: auto;	
    overflow-y: auto;	
	border-radius:10px;
	background-color : #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5); 
    padding: 10px;
    text-align: center;	
	
    }
	
		.brilho{
	  text-shadow: 0 0 0.5em #a1c3f3, 0 0 0.5em #a1c3f3, 0 0 0.5em #a1c3f3, 0 0 0.5em #a1c3f3, 0 0 0.5em #a1c3f3;
	  
  }
  
  fieldset{
	border: 1px solid #ccc; 
	border-radius: 5px;	
    background-color: #ededed;
    color: #303030;	
	}
	
#fieldInto{
	text-align: center;
	margin-bottom: 20px;
}

 #imgbrindes{
	width: 100%;
	height: 400px;
 	margin-top: 20px;
	background-image: url("../img/brindes_promocionais.jpeg");
    background-repeat: no-repeat; 
    background-size: cover;
    border-radius: 8px;  
}

#setasfundo{
	width: 100%;
	height: 10px; 	
	text-align: center;
}

#empfantasia{
	color: #fff;
	font-size: 2rem;
}

.panelQR{
	width: 33.33%;
	height: auto;
	padding: 10px;
	float: left;
}

.botaoQR{
  width: 100%; 
  height: 60px; 
  font-size: 18; 
  background-color: #ffa500; 
  color: #232323; 
  border-radius: 10px; 
  border: 4px solid #fff;
  cursor: pointer;  
}

.botaoQR:hover {
	background-color: #409cff;
	background-position: 0 -15px;	
	color: #fff; 
	}

.chec-produtos{
	width: 100%;
	float: left;
}

.chec-produtos input{
	text-align: right;
}

 .produtos-check{
	display: grid;
    width: 100%; 
	grid-template-columns: 1fr 1fr; 
    gap: 2px; 
   }
 
 #headercenter{
	 position: relative;
	 width: 100%;
	 height: 100%;
 }
   
 #idlogado{
	width: 100%;
	background-color: #a1c3f3;
	text-align: left;
	font-size: 10pt;
    color: #50301E;
    display: none;
    border-bottom: solid 1px #ccc;
    padding: 2px;
    padding-left: 5px;	
 }
 
 .descricoesprod{
  display: flex;
  width: 88.75%;
  min-height: 70px;
  justify-content: center;
  align-items: center;
 }
 

.imgProdutos{
	width: 11.25%;
	float: left;    	
}

#discProd{
	width: 88.75%;
    float: left; 
}

#idSelects{
	width: 88.75%;
    float: left;
}

#descAgua{
	width: 88.75%;
    float: left; 
}

#SelectsAgua{
	width: 88.75%;
    float: left;
}

#novo_cadastro{
	position:fixed;	
	top:0;
	left:0;
	z-index: 2000;
	background-color: rgba(0,0,0,.9);
	width:100%;
	height:100%;	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
   .cadastro_modal{	
    position: relative;
    width: 50%;
    height: auto;	 
	border-radius:20px;
	background-color : #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5); 
    padding: 10px;
    text-align: center; 
    box-sizing: content-box;	
    }
	
	#xfechar {
	position:absolute;
	margin-top : -18px;
	right : -10px;
	width: 50px;
	cursor: pointer;
	z-index: 1100;
	}
	
 #menorTroco{
	 display: none;
	 color: red;
 }
 
 #formEndereco{
	display: none; 
 }
 
 .container-form{
  width: 95%;
  margin: 0 auto;
 }
 
 .container-modal{
	 position: relative;
	 width: 50%;
	 overflow-y: auto;
 }
 
 .zebra:nth-child(odd){
	background-color:#CCC;
	}

	.zebra:nth-child(even){
	background-color:#fff;
	}
	
.zebra2:nth-child(even){
	background-color:#CCC;
	}

	.zebra2:nth-child(odd){
	background-color:#fff;
	}
	
.format{
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.format strong{
  font-size: 2rem;
}

#pc-descricao{
	display: block;
}

#mobile-descricao{
   display: none;	
}

#img-fundo{
   background-image: url("../img/gas2.png");
   background-repeat: no-repeat; 
   background-size: cover; 
   border-radius: 8px; 
   padding: 10px;
}

#preco-produto{
	background-color: #a1c3f3; 
	color: #333; 
	border-radius: 6px; 
	padding: 5px; 
	text-align: center;
	background-image: url("../img/marca_dagua.png");
    background-repeat: no-repeat; 
    background-size: cover; 
}

	@media only screen and (max-width: 768px) {	
	.btn-primary {
	width: 100%;
	}
	
	#pc-descricao{
	display: none;
}

#mobile-descricao{
   display: block;	
}
	
.format{
	width: 100%;
	text-align: center;
	padding-left: 0px;
}
	
	.container-form{
  width: 100%;
  margin: 0 auto;
 }
 
 .container-modal{
	 width: 100%;
 }

	.rodape{
	bottom: -22;	 
	}
	
	.btniniciar{
	bottom: -15;
    padding-left: 5px;
	padding-right: 5px;	
	}
	
	#imgqr{
     text-align: center;	 
}

#imgqr img {
	margin-top: 10px; 
	margin-left: 0px; 	
}

#textoheader{
    padding: 10px;
	height: auto;
}
	
	#textoheader img{
	 width: 100%;
     height: auto;  
	 margin-bottom: 10px; 
}

#imageQRCode{
	width: 100%;
}

.form_login{	
    width: 90%;    
    }
	
	#imgbrindes{
	height: 50%;
	background-image: url("../img/brindespromocionais.jpeg");   
}

.panelQR{
	width: 100%;
	padding: 10px;
}

#discProd{
	width: 75%;  
}

#idSelects{
	width: 100%;
}

#imgAgua{
	width: 25%;	
}

#descAgua{
	width: 75%; 
}

#SelectsAgua{
	width: 100%; 
}

.imgProdutos{
	width: 25%;	
}

.descricoesprod{	
  width: 75%; 
  min-height: 120px;  
 }
 
 .cadastro_modal{	
    width: 90%;    
    }
	
.produtos-check{
	grid-template-columns: 1fr; 
	gap: 0px;
   }
   
   .produtos-check table{
	font-size: 0.99rem; 
   }

.img-descricao{
	width: 200px;
	border: none;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
    margin: 0 auto;	
}   


 	}