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

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

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

#logo {
  margin-top: 5px;
}

body #logo .standard-logo,
body #logo .retina-logo {
  background-image: url("../../images/logos/logo-monarch.png");
  background-repeat: no-repeat;
  background-size: 307px 60px;
  width: 307px;
  height: 60px;
}

section.seccion-facturacion {
  background-image: url("../../images/fondos/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

#header-facturacion h2 {
  color: #000000;
}

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

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

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background-color: #000000;
  color: #ffffff;
}

#footer {
  background-color: #fff;
  /* background-image: url("../../images/fondos/background-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
}

#submitContacto {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

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

#copyrights {
  background-color: #000000;
}

#copyrights .container {
  color: #fff;
}
