#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-cafec.png");
  background-repeat: no-repeat;
  background-size: 170px 120px;
  width: 170px;
  height: 120px;
  margin-top: -25px;
}

section.seccion-facturacion {
  background-color: #5b89b4 !important;
  background-image: none;
  height: 100%;
  width: 100%;
  /*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: #5b89b4;
}

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

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

#footer div.footer-logo {
  background-image: url("../../images/logos/logo-cafec-azul.png");
  background-repeat: no-repeat;
  background-size: 300px 200px;
  width: 300px;
  height: 200px;
  border-radius: 8px;
}

#submitContacto {
  background-color: #547ea5;
  border-color: #547ea5;
}

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

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