.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
body {
 background-image: url("fundonatal.jpg");
 background-size: cover;
 background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
 text-align: center;
 justify-content: center;
 
}
div {
  margin-bottom: 30px;
}
.caixa1 {
  text-align: center;
  height: 100px; 
  border: 2px solid #000; 
  padding: 20px;
  background-color:#1c6303;
  font-size: 30px;
  display: flex; 
    justify-content: center; 
    align-items: center;    
    border-radius: 10px;
}
.caixa2{
  margin-top: 50px;
  text-align: center;
  height: 100px; 
  border: 2px solid #000; 
  padding: 20px;
  background-color:#1c6303;
  display: flex; 
    justify-content: center; 
    align-items: center;    
    border-radius: 10px;
}
#texto1 {
  font-size: 50px;
}
#texto2 {
  font-size: 50px ;
}
#texto3{
  font-size: 40px;
}
#foto1 {
  width: 50%   
 
}
#foto2 {
  width: 200px;   
  height: auto; 
  margin-left: 200px;
}

#texto4 {

  margin-right: 200px;
}

.conteiner{
  display: flex;              
    align-items: center;       
    gap: 20px;                 
    padding: 20px;
}
.caixa3 {
  background-image: url("foto3.png");
  height: 230px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center; 
  text-align: center;
  
}
.caixa4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  padding: 20px;
}

.caixa4 img{
  width: 100%;       
  height: auto;       
  border-radius: 10px;
}
.caixa5 {
  background-image: url("foto3.png");
  height: 230px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center; 
  text-align: center;
}
.caixa6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  padding: 20px;
  padding-top: 100px;
}
.caixa6 img{
  width: 100%;       
  height: auto;       
  border-radius: 10px;
}
.final{
 display: flex;
flex-direction: column; 
  align-items: center; 
  justify-content: center;
  width: 70%;
  margin: 0 auto;             
  border: 2px solid #000;
  background-color: #1c6303;
  border-radius: 10px;
  margin-bottom: 35px;
}
.final img{
  margin-top: 35px;
  width: 40%;   
  height: auto; 
}
.final ul {
  text-align: left;
}
.final li{
  margin-top: 5px;
}
#lista1 {
  text-align: left;
}
h1 {color: white;
   }
   h2 {
  color: white;
  
}
#texto5{
  text-align: center; 
  font-size: 30px;
    color: white;
    padding-top: 100px;
  }
  #texto6{
    padding-top: 80px;
  text-align: center; 
  font-size: 37px;
    color: white;
  }
   ul {
    font-size: 30px;
    color: white;
   }
  
   .botao {
  display: inline-block;
  background-color: #fdec73;       
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;             
  text-decoration: none;          
  transition: all 0.3s ease;
  margin-bottom: 30px;       

text-shadow:
    1px 1px 0 #000, 
   -1px 1px 0 #000, 
   -1px -1px 0 #000, 
    1px -1px 0 #000; 

   }
.botao:hover {
  background-color: #b37400;       
  transform: scale(1.05);          
}
.depoimento{
  display: flex;
  align-items: center; 
  justify-content: center; 
  gap: 20px;    
  margin-bottom: 35px;
}
.depoimento img{
  width: 45%;
}
#duvidasfrequentes {
  font-size: 50px;
}
.duvida {
  display: inline-block;
  background-color: #fdec73;       
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 40px;             
  text-decoration: none;   
        
  
}
#textoduvida {
  font-size: 20px;
}
.garantia {
  display: flex;              
    align-items: center;       
    gap: 20px;                 
    padding: 20px;
}
.garantia img{
   width: 20%;   
  height: auto; 
  margin-left: 200px;
}
#cartao {
  width: 70%;
}
#copy{
  background-color: #1c6303;
}
#preço1{
  text-decoration: line-through;
  font-size: 40px;
} 
#preço2{
  font-size: 55px;
  color: #fdec73;
}
@media (max-width:900px) {
  #foto2{
    margin-left: 0px;
    
  }
  #texto4{
    margin-right: 0px;
  }
  
  .conteiner {
    flex-direction: column; 
    text-align: center;
}
#garantiaimg {
  margin-left: 0px;

}

}
@media (max-width: 480px) {
  #texto1{
    font-size: 30px;
  }
 #texto2 {
  font-size: 30px ;
}
#texto3{
  font-size:15px;
}
#texto4{
  font-size: 15px;
}
#texto5{

  padding-top: 100px;
  font-size: 18px;
}
#foto2 {
  width: 60%;   
}
ul{
  font-size: 15px;
}
.final img{ 
  width: 60%;
}
.botao{
  font-size: 35px;
}
.garantia img{
  width: 35%; 
}
#texto8 {
  font-size: 15px;
}
#copy {
  font-size: 10px;
}
#depo1{
  width: 70%;;
}
#depo2{
  width: 70%;
  padding-bottom: 10px;
}
#textoduvida {
  font-size: 15px;
}
.caixa3 {
  background-size: 70%;
}
.caixa5 {
  background-size: 70%;
}
#listaitem {
  font-size: 12px;
}
#texto7 {
  font-size: 15px;
}
#duvidasfrequentes {
  font-size: 40px;
}
#texto6{
  padding-top: 100px;
  font-size: 15px;
}
#texto9{
  font-size: 30px;
}
#texto10 {
  font-size: 30px;
}
}