/* ---- estilos el formulario ---*/
form {width:;}
form label {
    color: #f1bf5e;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    font-weight: ;
    margin-top: 3px;
    padding: 3px;
   
}
form input {
    height:;
   width:100%;
    padding:5px 8px;
	 display: block;
   background: rgba(255,255,255,0.7);
}
form textarea {
    padding:8px;
     width:100%;
	  display: block;
    background: rgba(255,255,255,0.7);
}



/* === Estilos del boton de Envio === */
.submit {
    padding: 9px 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
   line-height: 1;
   color: #fff;
   border: none;
   text-shadow: ;
   background: #c5921c;
   border:1px solid #ccc;
   border-radius: 2px;
   box-shadow: 0 1px 2px #333;
   margin:10px 0 0 0;
}
.submit:hover {
    opacity:.55;
    cursor: pointer;
}
