#wrapper {
  background-color: #181818 !important;
}

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

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

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

#logo {
  margin-top: 5px;
}

body #logo .standard-logo,
body #logo .retina-logo {
  background-image: url("../../images/logos/logo-antromex.svg");
  background-repeat: no-repeat;
  background-size: 195.3px 62.9px;
  width: 195.3px;
  height: 62.9px;
}

section.seccion-facturacion {
  background-image: url("../../images/fondos/background.png");
  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: #0f0f0f9f;
  color: #fff;
}

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

#footer {
  background-color: #9a999e;
  color: #fff;
  border: none;
}

#copyrights {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  align-items: end;
  background-color: #181818;
}

#logo-footer {
  /* src: url("../../images/logos/logo-footer.webp"); */
  height: 130px;
  /* width: 150px; */
}

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

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

#submitContacto {
  background-color: #a3bd31;
  border-color: #a3bd31;
  /* color: white; */
}
