

body{

    font-family: 'Helvetica' !important; /*font-size: 22px !important;*/

    background: url('../../img/textura.png') fixed no-repeat, url('../../img/pleca_superior.png') no-repeat left top, url('../../img/pleca_inferior.png') fixed no-repeat right bottom;
    background-size:60% auto, 45% auto, 45% auto;
    height: 100%;

}

h1{
    /*font-family: initial !important;
    font-weight: 40 !important;
    line-height: 1.1 !important;*/
    font-weight:400 !important;
    color: rgba(255,255,255,.8) !important;
    margin-bottom: 15px !important;
}

::placeholder {
    color: #afafaf !important;
}

label{
  color: #FFF;
}

.whiteZone{
    background-color: rgba(255,255,255,.8);
    margin-top: 80px;
    border-radius: 25px;
    padding: 40px 60px;
}

.footer {
  text-align: center;
  color: #888;
  font-weight: 500;
  background: #fff;
  height: 45px;
  line-height: 45px;
  display: block;
}
.container-fluid .footer {
  margin: 0 -20px;
}
[class*="bottom-footer"] .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
}

[class*="bottom-footer"] .footer {
  box-shadow: 0 -3px 5px -3px rgba(0, 0, 0, 0.15);
  z-index: 1024;
}

.backGreen {
    background: linear-gradient(to right, #ca35ca , #7639d3) !important;
    color: #fff !important;
    height: 50px !important;
    margin-top: -1px !important;
    border: 0 !important;
    border-radius: 0 !important;

    min-height: 16.43px !important;
    padding: 15px !important;
    border-bottom: 0 !important;
}

.btn-ticket-factura{
    background-color: #ca35ca;
    color: #fff !important;
}

.fa-cloud-download:hover{
  color: #7639D3;
}

.fa-stack:hover{
  color: #7639D3;
}