
/*--------- Formulario de Facturación ----------*/
.img-fondo {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../img/fact.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center;
}

.form-factura {
  width:100%;
  z-index: 100;
}

.facturar {
  width:50%;
  height:auto;
  margin:auto;
  color: #fff;
  padding: 30px 30px;
  background-color: rgb(0,0,0,.4);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid white;
  backdrop-filter: blur(10px);
  justify-content: space-between;
}

.facturacion li {
  color: #777;
  font-family: quick;
  font-size: 18px;
  line-height: 28px;
  text-align:left;
  margin-left:80px;
}

.caja-fact {
  width: 85%;
  font-size: 1em;
  height: 45px;
  margin: 0 12px 30px 35px;
  padding: 10px;
  background-color: rgb(0,0,0,.4);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #0872BE;
  outline: none;
  border-radius: 5px;
  color: white;
}

.caja-fact::placeholder{
  color: #fff;
}

select option{
  background: rgba(255, 255, 255, 0.2);
  color: rgb(64, 63, 104);
}

.caja-fact::-webkit-scrollbar{
  width: 10px;
}

.caja-fact::-webkit-scrollbar-thumb{
  background: rgba(50, 52, 75, 0.6);
  border-radius: 2px;
}

.comprobante {
  width:85%;
  font-size: 1em;
  margin: 10px;
  height: 40px;
  margin: 0 12px 0 35px;
  color:#fff;


}

.enviar-form {
  background: rgba(255, 255, 255, 0.237);
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0px;
  letter-spacing: 1px;
  width: 85%;
  border-radius: 8px;
  outline:none;
  border: 1px solid #fff;
  margin: 20px 12px 30px 35px;
  transition: all .5 ease;
  font-size:1em;
  backdrop-filter: blur(10px);
}

.enviar-form:hover {
  box-shadow: 0px 0px 8px #ffffffa4;
}

.form-label {
  margin: 0px 12px 0px 35px;
  padding-left: 3px;
  padding-bottom:0;
  font-size:1.1rem;
  font-weight: bolder;
}


@media only screen and (min-width: 901px) and (max-width: 1150px) {
    .facturar {
        width:60%;
    }

}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    .facturar {
        width:80%;
    }
}


@media only screen and (max-width: 600px) {
/*--------- Formulario de Facturación ----------*/
.facturar {
    width:90%;
    padding-left:5px;
}

    #facturar {
        width:100%;
    }
}
















