#header {
  background-color: #0f3c69;
  border: none;
}

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

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

#logo {
  margin-top: 5px;
}

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

body #logo-right {
  float: right;
  background-image: url("../../images/logos/grazianos.png");
  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.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;
}

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

#submitContacto {
  background-color: #2f5f91;
  color: white;
  transition: background-color 0.3s ease;
}

#submitContacto:hover {
  background-color: #0f3c69;
}

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

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

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

@media (max-width: 991px) {
  #logo-right {
    display: none;
  }
}
