body {
	/*família da fonte: 'Montserrat', sem serifa;*/
	justify-content: center;
}

header {
	background: #acce81;
	padding: 20px 0;
}

.caixa {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

nav {
	position: absolute;
	top: 0px;
	right: 0;
	background-color: #234d20;
}

nav li {
	display: inline;
	margin: 0 0 0 15px;
}

nav a {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}

nav a:hover {
	color: #adff00;
	text-decoration: underline;
}

.produtos ul {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
}

.produtos li {
	display: inline-block;
	text-align: center;
	width: 30%;
	vertical-align: top;
	margin: 0 1.5%;
	padding: 30px 30px;
	box-sizing: border-box;
	border: 2px solid #000000;
	border-radius: 10px;
}

.produtos li:hover {
	border-color: #adff00;
}

.produtos li:active {
	border-color: #028900;
}

.produtos li:hover h2 {
	font-size: 30px;
}

.produtos h2 {
	font-size: 150%;
	font-weight: bold;
}

.produto_descricao {
	font-size: 18px;
}

.produto_preco {
	font-size: 80%;
	font-weight: bold;
	margin: 10px 0 0;
	margin-top: 10px;
}

footer {
	text-align: center;
	background: url("../imagens/folhas.jpg");
	padding: 30px 0;
}

.copyright {
	color: #ffffff;
	font-size: 13px;
	margin: 20px 0 0;
}

.cadastro-contato {
	width: 940px;
	margin: 0 auto;
}

form {
	margin: 40px 0;
}

form label, form legend {
	display: block;
	font-size: 20px;
	margin: 0 0 10px;
}

.input_padrao {
	display: block;
	margin: 0 0 15px;
	padding: 7px 20px;
	width: 50%;
}

button.btn-obter-localizacao {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button.btn-obter-localizacao:hover {
	background-color: #45a049;
}

.btn-obter-localizacao img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.checkbox {
	margin: 20px 0;
}

.enviar {
	width: 40%;
	padding: 15px 0;
	background: rgb(5, 138, 0);
	color: white;
	font-weight: bold;
	font-size: 18px;
	border: none;
	border-radius: 10px;
	transition: 2s all;
	cursor: pointer;
}

.enviar:hover {
	background: darkorange;
	transform: rotate(10deg) scale(1.2);
}

table {
	margin: 20px 0 40px;

}

 thead {
	
	font-weight: bold;
	color: "#333";
} 

td,
th {
	border: 1px solid #dddddd;
}	
*/
th {
	font-weight: bold;
}
 */
/*css da pagina inicial*/
.baner {
	width: 100%;
}

.titulo-principal {
	text-align: center;
	font-size: 2em;
	margin: 0 0 1em;
	font-weight: bold;
	clear: left;
	/* sombra de texto : text-shadow: 2px 2px #f5f5f5 ;*/
	/* cor com opacidade : color: rgba(0, 0, 0, 0.3);*/
}

/* Para colocar a primeira letra em negrito
.titulo-principal:first-latter {
	font-weight: bold
} 

Para colocar a primeira linha em italico
p:first-line {
	font-style: italic
}
*/

.principal {
	padding: 1em 0;
	background: #fefefe;
	width:100%;
	margin: 0 auto;
}

.principal p {
	margin: 0 0 1em;
}

.principal strong {
	font-weight: bold;
}

.principal em {
	font-style: italic;
}

.mdf {
	width: 130px;
	float: left;
	margin: 0 20px 20px 0;
}

.mapa {
	padding: 3em 0;
	background: linear-gradient(#eeeeee, #e5e5e5, #d0d0d0);
}

.mapa-conteudo {
	width: 940px;
	margin: 0 auto;
}

.mapa p {
	margin: 0 0 2em;
	text-align: center;
}

h3 {
	text-align: center;
	align-items: center;
}

/*caso queira colocar o ultimo elemento last-child*/
/*para colocar o numero desejado nth-child(4)*/
/*para colocar todos os elementos pares nth-child(2n)*/
/* colocar o primeiro elemento da lista em negrito first-child*/

.itens:first-child {
	font-weight: bold;
}

.itens:before {
	content: "🟊";
}

.imagem-beneficios {
	width: 22%;
	opacity: 0.3;
	transition: 400ms;
	/* código para adicionar camadas de sombra
	box-shadow: 10px 10px 30px 20px #cccccc, -10px -10px greenyellow, -20px -20px rgba(255, 0, 0, 0.5);*/
}

.imagem-beneficios:hover {
	opacity: 1;
}

.video {
	width: 560px;
	margin: 2em auto;
}

section>h2 {
	background: greenyellow;
}

div .card-header .bg-success {
	justify-content: center;
	text-align: center;
	align-items: center;
}

button[type=submit].sub-painel {
	border: none;
	background-color: transparent;
	padding: 0;
}

button[type=submit].sub-painel:hover .material-icons {
	color: red;
}

div * .exibe-reg p {
	font-weight: bold;
}

/* para alterar a cor de varios paragrafos menos de uma classe especifica
.principal p:not(missão) {
     backgroud: orange
 }*/

@media screen and (max-width: 480px) {

	.caixa,	.principal, .conteudo-beneficios, .mapa-conteudo, .video {
		width: auto;
	}

	h1 {
		text-align: center;
	}

	nav {
		position: static;
	}

	.lista-beneficios, .imagem-beneficios {
		width: 100%;
	}


	@media only screen and (max-width: 600px) {
		.nav {
		  position: fixed;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100vh;
		  background-color: #ffffff;
		  padding: 16px;
		  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		  z-index: 9999;
		  transform: translateX(-100%);
		  transition: transform 0.3s ease-in-out;
		}
	 
	  }
}

