#header {
  background-color: #fff;
  border: none;
  height: 100px;
}

#header.sticky-header #header-wrap {
  background-color: #fff;
}

@media (max-width: 991px) {
  .responsive-sticky-header #header-wrap {
    background-color: #fff;
    height: 80px !important;
  }
}

#logo {
  margin-top: 5px;
}

body #logo .standard-logo,
body #logo .retina-logo {
  background-image: url("../../images/logos/logo-fougasse.png");
  background-repeat: no-repeat;
  background-size: 213px 40px;
  width: 213px;
  height: 40px;
  margin-top: 10px;
}

section.seccion-facturacion {
  background-image: url("../../images/fondos/fondo-fougasse.png");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*margin: 0 auto;*/
}

.custom-contenedor {
  width: 70%;
  border: none;
  border-radius: 5px;
  padding: 30px 30px 30px 30px;
  background-color: #0f0f0f9f;
  color: #fff;
}

#div-factura-web label {
  color: white;
}

#form-factura-web label.capitalize {
  text-transform: none !important;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background-color: #b99272;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #b99272;
  color: white;
}

#footer {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer div.footer-logo {
  background-image: url("../../images/logos/logo-fougasse-footer.png");
  background-repeat: no-repeat;
  background-size: 350px 162px;
  width: 350px;
  height: 162px;
}

#submitContacto {
  background-color: #b99272;
  border-color: #b99272;
}

#footer .container,
#footer h2 {
  color: #666666;
}

#copyrights {
  background-color: #efeeee;
  color: #fff;
}
