body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

header {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	padding: 10px 0px 20px 0px;
}
#conteudo22{
	height: calc(100vh - 50px);
	display:none;
	height:5800px;
}
		
#pagina{
	display:none;
}

.letra{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size:45px; 
	margin:0px 0px 0px 0px; 
	line-height:1.2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
	line-height:1.2;
}


main {
	padding:20px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}


/* CSS */
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
}


footer a {
  color: #333;
  text-decoration: none;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 25px;
}

p {
  font-size: 15px;
}

.naovender {
    width: 894px;
    padding:10px;
    margin: 0 auto;
    background: rgb(241, 255, 201);
    border-style: dashed;
    border-color: rgb(222, 225, 179);
    border-width: 3px;
	font-weight: bold;
	text-align: center;
}

.letradestaque{
		color:#C60000;
		font-style:italic;
		font-size: 18px;
}

.logo {
  max-width: 80%;
  height: auto;
  padding-top: 15px;
}

img {
  max-width: 95%;
  height: auto;
}


@media only screen and (max-width: 768px) {
h2 {
font-size: 25px;
}

h3 {
font-size: 20px;
}

p {
font-size: 16px;
}

.naovender {
  font-size: 15px;
  width: 85%;
}

.letra {
font-size: 25px;
}

#conteudo22{
	height:6500px;
}
	
}
