.caja{
    background-color: rgba(0, 0, 0, 0.687);
    width: 40%;
    height: auto;
    text-align: center;
}
.presentacion{
    font-size: 50px;
    padding-top: 30px;
    color: aliceblue;
    font-style: oblique;  
     font-family: "Carattere", cursive; 
}
.subtitulo{
    font-size: 24px;
    color: rgb(224, 213, 9);    
    padding: 15px;
    font-style: oblique;    
}
.negro{
    background-color: black;
    text-align: center;
}
.material-symbols-outlined {
    text-align: center;
    font-size: 80px;
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 200,
  'opsz' 48
}
.blanco{
    color: aliceblue;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.pie{
    color: #fbfbfb;
    font-size: 14px;
}
hr {
  border: none;
  height: 2px;
  background-color: #ffffff;
  width: 90%;
  margin: 10px auto;
}
.titulo-blanco{
    color: #fbfbfb;
    font-size: 16px;
    padding-top: 40px;
}
.whats {
    position: fixed;
    top: 85%;
    right: 30px;    
  }
a:link {
  color: #e6a709;
  text-decoration: none;
}

/* 2. Visited link (User has already clicked it) */
a:visited {
  color: #dcb517;
}

/* 3. Hover state (User places mouse pointer over it) */
a:hover {
  color: #66ed39;
  text-decoration: underline;
}

/* 4. Active state (The exact moment the link is being clicked) */
a:active {
  color: #d93025;
}
.titulo{
    font-size: 30px;
    padding-top: 100px;
    font-weight: 700;
    color: #7b5a08;
}
.formulario {
    background-color: rgb(255, 255, 255);
    color: #000000;
    border: 0;
    outline: 0;
    text-decoration: none;
    width: 100%;
    display: block;  
  }
.enviar {
    border: 2px solid rgb(101, 92, 22);
    color: #fff;
    border-radius: 25px;
    padding: 15px;
    background-color: rgb(137, 100, 5);
    width: 300px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 5px 5px 5px rgba(73, 62, 33, 0.862);   
  }
 .espacio{
    padding-top: 50px;
 }
 .allura-regular {
  font-family: "Allura", cursive;
  font-size: 60px;
  font-style: normal;
  padding-top: 30%;
  color: #a67708;  
}
.texto{
  font-size: 17px;
  color: #5d5d5d;
}
.logos{  
  width: 50px;
  margin-top: 15px;
}
.titulo-negro{
  font-family: "Carattere", cursive;
  font-size: 35px;
  color: #604406;
  margin-top: 10px;
}
.letras{
  color: #000000;
  font-size: 14px;
  text-align: center;
}
.icon{
  text-align: center;  
  width: 35px;
  color: #91581e;
  align-items: center;
  margin-top: 40px;
  position: center;
}
.center{
  text-align: center;  
}
.titulo-pedidos{
  color: white;
  font-size: 50px;
  text-align: center;
  font-family: "Carattere", cursive;
  padding-top: 26%;
}
.pedidos{
  color: white;
  font-size: 17px;
  text-align: center;
}
.gris{
  background-color: #b86806;
}
.enviar2 {
    border: 2px solid rgb(244, 130, 16);
    color: #fff;
    border-radius: 25px;
    padding: 15px;
    background-color: rgb(210, 156, 21);
    width: 300px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 5px 5px 5px rgba(29, 28, 26, 0.894);   
    margin: 30px;
}
.texto-formulario {
    font-size: 18px;
    color: #323232;    
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

.nuestra {
  font-family: "Carattere", cursive;
  color: #604406;
  font-size: 46px;
  padding-top: 50px;
}
.productos {
  width: 100%;
  height: auto;
}
.caja2 {
    background-color: rgba(0, 0, 0, 0.687);
    width: 100%;
    height: auto;
    text-align: center;
}
.presentacion2 {
    font-size: 35px;
    padding-top: 30px;
    color: aliceblue;
    font-style: oblique;  
     font-family: "Carattere", cursive; 
}
