	html {
	font-family: Colibri, Helvetica, Arial, Open Sans;
	font-weight: normal;
	line-height: 1.35; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
	background-color: #fff;
	color: #303030;
	}

	body {
	font-size: 18px;
	margin: 0;
	position: relative; 
	background-color: #fff;
	}

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

	button {
	position: relative; /* Para permitir posicionamento das imagens */
	border: none;
	cursor: pointer;
	overflow: hidden; /* Para recortar a imagem fora dos limites do botão */
	width: 60px;
	height: 60px;
	background-color: transparent;
	}

	.icon {
	position: absolute; /* Para posicionamento absoluto da imagem */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* Centralizar verticalmente e horizontalmente */
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	}

	.play-icon {
	background-image: url('../img/play-icon.png');
	}

	.pause-icon {
	background-image: url('../img/pause-icon.png');
	}
	
	.hidden {
	display: none;
	}

	audio {
	display: none;
	}
	
	#container{
	 width : 100%;
	 padding: 10px;
	}
	
	#panelapresentacao {	
    position: relative;	
	width: 100%;
	font-size: 14pt;
	display: grid; 	
	grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; 	
	}
	
	.panelapresentacao{	
	padding: 10px;	
	background-color: #eee;	
	border-radius: 10px;
	}
	
	#panelimg{
	position: relative;	
	width: 100%;
	display: grid; 	
	grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; 	
	}
	
	.panelimg img{	
	 border-radius: 5px;
	}
	
	 .cta-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #ff9800;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
      transition: background-color 0.3s ease;
	  margin-top: 15px;
    }

    .cta-button:hover {
      background-color: #f57c00;
    }
	
	 .form-contato {
	width: 100%;
	box-sizing: border-box;
	}

	.form-contato input,
	textarea,select {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px; 
	}
	
	.buttonazul {
    display: inline-block;
    padding: 15px 30px;
    background-color: #4CAF50; /* Cor verde sorte */
    color: #fff; /* Cor do texto */
    font-size: 20px;
    border: solid 3px #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	width: 90%;
  }

  .buttonazul:hover {
    background-color: #45a049; /* Cor verde sorte mais escura ao passar o mouse */
  }  

	/* placeholder */
	::-webkit-input-placeholder  {
	color: #bebcbc; 
	font-style: italic;
	font-size: 18px;
	}
	
	.linhadecorada{
	display: block;
	 width: 100%;
    height: 1px;
    border: 0px;
    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
}

.big{
	font-size: 16pt;
	color: #1b95ce;
} 

.pontos{
	display: block;
}

#imgproduto{
	width: 60%;
	border: 0; 
}

#subtitulo{
 line-height: 1.2; 
 font-size: 18px;
}

.linha{
 display: none;	
}

#sigalado{
	display: block;
}
#sigabaixo{
	display: none;
}

.panelapresentacao li{	
	 margin-bottom: 10px;
	}

#msgeral{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: RGBA(255,255,255,0.7);
display: none;
z-index: 200;
}

#msgeral table{
 width: 100%;
 height: 100%;
}

	.brilho{
	  text-shadow: 0 0 1em #FFFF00, 0 0 1em #FFFF00, 0 0 1em #FFFF00, 0 0 1em #FFFF00, 0 0 1em #FFFF00;
	  
  }
  
  #telapc{
	  display: block;
  }
  #telacel{
	  display: none;
  }
  
  #novo_login{
	position:fixed;
	top:0;
	left:0;
	z-index: 1000;
	background-color: rgba(0,0,0,.9);
	width:100%;
	height:100%;	
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
   .login_modal{	
    position: relative;
    width: 25%;  
    overflow-y: 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;	
	
    }

	#xfechar {
	position:fixed;
	margin-top : -18px;
	right : 5px;
	width: 50px;
	cursor: pointer;
	box-sizing: content-box;
	z-index: 1100;
	}

#alertamail{
	position: relative;
	color: red;
	font-size: 10pt;
	text-align: center;
	display: none;
}

.center{
	text-align: center;
}
	


@media screen and (max-width: 640px) {
  
    #panelapresentacao {
    text-align: center;	
    font-size: 16pt;	
    grid-template-columns: 1fr;
    gap: 0px; 	
	}
	
	.panelapresentacao{	
	padding: 0px;
	padding-left: 10px;	
	padding-right: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	}
	
	.pontos{
	display: none;
}

#imgproduto{
	width: 100%;
	border: 0; 
}
#panelimg{
	margin-top: 10px;
}

.cta-button{
	margin-bottom: 10px;
}

.linha{
 display: block;	
}

#sigalado{
	display: none;
}
#sigabaixo{
	display: block;
}

.form-contato{
	text-align: left;
}

#orientacoes{
	text-align: center;
}

#telapc{
	  display: none;
  }
  #telacel{
	  display: block;
  }
  
  .login_modal{	
    width: 80%;  	
    }

}