* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: black;
    background-color: #5F634F;
    display: flex;
    flex-direction: column; 
}


/* PARTE DEPOIS DO CABECALHO */
/* Imagen  */
.imagen {
  height: 850px;
  width:1200px;
  max-height: 910px;
  border-radius: 10px;
}	
#imagens{
	justify-content:center;
	width: 100%;
}
.wrapper-img {
  display: flex;
  width:100%;
  height: auto;
  align-items: center;
  justify-content: center;
  padding-top:80px;
}
/* fim imagens  */
#fim{
	padding:25px;
}


/* sobre as cabanas */
#quadradainteira{
	max-height: auto;
	width:100;
	display:flex;
	justify-content:center;
    padding-top: 100px;
	padding-right:100px;
	padding-left:100px
}
#quadrado {
  background-color: #CFE8C9; /* Verde claro */
  text-align: center;
  max-width: 900px;
  max-height: auto;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;

  
}

#sobre {
  margin-bottom: 20px;
  color:#5D3A00;
}

#sobre h2 {
  font-size: 32px;
  font-family: "Georgia", serif;
  color: #5D3A00; /* Verde escuro para dar contraste e natureza */
  margin: 0;
}

#texto {
  text-align: justify;
  font-family: "Georgia", serif;
  font-size: 24px;
  line-height: 1.6;
  color: #333333;
}
/* fim sobre cabanas */
/* responsividade */
@media screen and (max-width: 768px) {
  #quadradainteira {
    padding: 40px 20px; /* menos espaço em telas menores */
  }

  #quadrado {
    padding: 20px;
  }

  #sobre h2 {
    font-size: 22px;
  }

  #texto {
    font-size: 16px;
    line-height: 1.5;
  }
  .wrapper-img {
  display: flex;
  width:100%;
  height: auto;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}
  .imagen {
  padding-top: 100px;
  height: 450px;
  width: 100%;
}	
#imagens{
	justify-content:center;
	width: 100%;
}
}