#header {
  background-color: #3c1f1c;
  border: none;
}

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

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

#logo {
  margin-top: 5px;
}

body #logo .standard-logo,
body #logo .retina-logo {
  margin-top: 20px;
  background-image: url("../../images/logos/header-crepesywaffles.avif");
  background-repeat: no-repeat;
  background-size: 243px calc(20 / 243 * 243px);
  width: 243px;
  height: calc(20 / 243 * 243px);
}

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

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

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

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

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

#submitContacto {
  background-color: #e8d2c8;
  border-color: #e8d2c8;
  color: #754d37;
}

#submitContacto:hover {
  background-color: #3c1f1c;
  border-color: #3c1f1c;
  color: #fff;
}

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

#copyrights {
  background-color: #855e42;
  color: #fff;
}

section.seccion-facturacion .badge-step {
  background-color: #3c1f1c;
}

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