/* font-family: "Oswald", sans-serif; */
/* etiquetas */
p {
    color: white;
    text-align: center;
}
h1 {
    color: rgb(11, 54, 28);
text-align: center;
}
h2 {
    color: rgb(11, 54, 28);
    text-align: center;
}
h3 { 
    color: darkgreen;
    text-align: center;
}
iframe {
    text-align: center;
}
header{
background-color:rgb(56, 75, 37);
  
}
nav a{
    
    color: white;
    text-decoration: none;
    font-size: 1.2rem;

   }
   .input{
    display: block;
  margin: 0 auto;
   }
   footer{
      background-color: rgb(56, 75, 37);
   }
h4{
    color: antiquewhite;
}
/* clases */
.introduccion {
    height: fit-content;
    background-color:rgb(56, 75, 37);
    width: 100%;
}

.logo {
    width: 60px;
    margin-right: auto;
}


.titulo {
  color: rgb(11, 54, 28);
  font-size: 3em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
}

.informacion {
  background-color: white;
  color: #222;
  padding: 30px 20px;
  font-size: 1.2em;
  line-height: 1.6;
}
.imagen-centrada {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 60%;
  height: auto;
}

.madera{
    width: 300px;
}
.calabaza{
    width: 300px;
}
.acero{
    width: 300px;
}
.cebador{
    width: 400px;
}
.boton{ 
    width: 400px;
}
.combo{
    width: 400px;
}

.instagram{
width: 100px;
}
.facebook{
    width: 100px;
}
.fondo{
    background-color: rgb(97, 156, 136);
}
.producto {
  display: grid;
grid-template-columns: 50% 50%;
  align-items: center;        
  gap: 20px;                   
  margin: 40px 0;               
}

.yerba {
  width: 300px;
}
.contenedor {
  display: grid;
  justify-content: center; 
  grid-template-columns: max-content; /* Tamaño basado en el contenido */
}

.fondo {
  background-color: rgb(97, 156, 136);
  padding: 10px 20px;
  width: 100%; 
}
