nav{
        align-content: center;
    background-color:  rgb(21, 214, 172);
   display:list-item;
    justify-content: space-between ;
    text-decoration: none;


}
h1{
  font-size: 4.0rem;
  text-align:center;
}


header{

color:rgb(0, 0, 0);
align-content: safe;
 background-color:  rgb(21, 214, 172);
margin-bottom: auto;
}

ul{
 list-style: none;
 text-decoration: none;
background-color: white;

}
table{

background-color: white;

}

body{
     background-color: goldenrod;
    font-family: "inter Inter", sans-serif;
}
footer{
    background-color: rgb(114, 187, 4);
    overflow: auto;
    width: 100%;
    height: 100%;
    align-content: stretch;
    text-align: center;
}
.cen {
  margin: 0 auto;
  max-width: 300px;
  display: flex;
  justify-content: center;
  border:10px goldenrod;
  border-radius: 1px;
  border-style:ridge;
  height: auto;
  width: 100;
  border-image: auto;
  padding: 0;
  
}
.centrar{
 
     margin-left: 400px;
     margin-right: 400px;
    
}


.textocentrar {
  text-align: center;
}
table {
  background-color: white;
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}



@media (max-width: 768px) {
  form {
    padding: 16px;
  }

  input,
  textarea {
    width: 100%;
    margin-bottom: 12px;
    font-size: 15px;
  }
}
form {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid greenyellow;
  border-radius: 6px;
  font-size: 20px;
}

button {
  padding: 12px;
  background-color: #00cc4e;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}


@media (max-width: 768px) {
  form {
    padding: 16px;
  }

  input,
  textarea {
    width: 100%;
    margin-bottom: 12px;
    font-size: 15px;
  }
}
footer{
    background-color: rgb(114, 187, 4);
    overflow: auto;
    width: 100%;
    height: 100%;
    align-content: stretch;
    text-align: center;
}

nav{
        align-content: center;
    background-color:  rgb(21, 214, 172);
   display:list-item;
    justify-content: space-between ;
    text-decoration: none;


}
header{

color:rgb(0, 0, 0);
align-content: safe;
 background-color:  rgb(21, 214, 172);
margin-bottom: auto;
}
body{
     background-color: goldenrod;
    font-family: "inter Inter", sans-serif;
}
ul{
 list-style: none;
 text-decoration: none;
background-color: white;

}
.grid-productos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 40px auto;
  max-width: 1200px;
  
}

.producto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  background: #ffffffda;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.producto .imagen {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}

.producto h2 {
  font-size: 1.2rem;
  margin: 10px 0 5px;
  color: #333;
}

.producto p {
  margin: 5px 0;
  color: #4caf50;
  font-weight: bold;
}

.producto button {
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #00cc4e;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  
}

.producto button:hover {
  background-color: #009c3b;
}
h2{
font-size: 2.8rem;
text-align: center;

}
.reseñas{
max-height: fit-content ;
display:grid;
gap: 100px;
padding: 30%;


}
.card{

grid-template-columns: 40%;
 padding: 16px; 
  border: 1px solid #0e9714; 
  border-radius: 8px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
box-shadow: 0 12px 12px rgba(0, 0, 0, 0.15);
grid-template-columns: 1fr;
  transform: translateY(-2px);
  background-color: #0e9714;
   
  
}
.h3{


  font-size: 2.5rem;
text-align: center;
}