
.Principal-general{
  /* width: 300px;
  height: 200px; */
  background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url("/images/Elaboracion_bebidas.jpg");
  width: : 100%;
}

/* .principal2{
  position: relative;
   height: 100vh;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
} */

/*
.formulario::before{
  content: "";
  background-image: url(/images/Elaboracion_bebidas.jpg);
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
} */


label {
    display:block;
    margin-top:10px;
    letter-spacing:1px;
}
.formulario {
    /* display:block; */
    margin:0 auto;
    width:510px;
    color: #666666;
    /* font-family:Arial; */
}
form {
    margin:0 auto;
    /* width:400px;  */

}

input, textarea {
    width:100%;
    height:27px;
    background:#e0dcdc;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    /* font-size:10px; */
    /* color:#ffffff; */
}

textarea {
    height:150px;
}

#submit {
    width:100%;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
    margin-bottom: 3rem;
}

.volver{
    width:100%;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
    margin-bottom: 3rem;
}
