@font-face {
  font-family: CervoNeueMedium;
  src: url("../fonts/cervo-neue/Typoforge Studio - CervoNeue-MediumNeue.otf");
}

@font-face {
  font-family: CervoNeueConBold;
  src: url("../fonts/cervo-neue/Typoforge Studio - CervoNeue-ExtraBoldNeue.otf");
}

html,
a,
button {
  cursor: url("../../images/dairyqueen_cursor.png"), auto !important;
}

body {
  font-family: CervoNeueMedium !important;
  overflow-x: hidden;
}

body #logo .standard-logo,
body #logo .retina-logo {
  background-image: url("../../images/dairyqueen_logo.webp");
  background-repeat: no-repeat;
  background-size: 84px 54.98px;
  width: 84px;
  height: 54.98px;
}

img.facturacion-izquierda {
  float: left;
  position: relative;
  z-index: 98;
  margin-top: -500px;
  margin-left: -100px;
  height: 500px;
  bottom: 0px;
}

img.facturacion-derecha {
  float: right;
  position: relative;
  z-index: 98;
  margin-top: -500px;
  margin-right: -250px;
  right: 0px;
  height: 500px;
  bottom: 0px;
}

section.seccion-facturacion {
  background-image: url("../../images/fondos/dairyqueen_fondo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background: radial-gradient(
      78.91% 78.91% at 21.09% 40.23%,
      hsla(0, 0%, 100%, 0.9) 0,
      hsla(0, 0%, 100%, 0.5) 100%
    ),
    repeating-linear-gradient(
      45deg,
      #aab7b9,
      hsla(0, 0%, 100%, 0.5),
      hsla(0, 0%, 100%, 0.5) 2px,
      #aab7b9 4px
    ); */
  /* background-color: #000 !important; */
  /*overflow-y: auto !important; */
  /*height: 600px; */
  /*width: 80%; */
  /*margin: 0 auto;*/
}

@media screen and (max-width: 799px) {
  img.facturacion-izquierda {
    float: left;
    position: relative;
    z-index: 98;
    margin-top: -450px;
    margin-left: -200px;
    height: 400px;
    bottom: 0px;
  }
  img.facturacion-derecha {
    float: right;
    position: relative;
    z-index: 98;
    margin-top: -450px;
    margin-right: -200px;
    right: 0px;
    height: 400px;
    bottom: 0px;
  }
  section.seccion-facturacion {
    background-color: rgba(0, 0, 0, 0) !important;
    /*overflow-y: auto; */
    /*height: 600px; */
    /*width: 90%; */
    /*margin: 0 auto;*/
  }
}

#chk_confirmar {
  margin-top: 0 !important;
  margin-right: 4px;
}

label[for="chk_confirmar"] {
  font-family: CervoNeueMedium;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 800px) {
  #chk_confirmar {
    width: 40px;
    height: 40px;
    margin-top: 0 !important;
    margin-right: 8px;
  }

  label[for="chk_confirmar"] {
    font-size: 24px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  #logo {
    height: auto;
  }

  .sticky-responsive-menu #header {
    min-height: 0;
  }

  #primary-menu-trigger {
    display: none;
    top: 10px;
  }
}

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

#header-facturacion h2 {
  color: #0079c2 !important;
  font-family: CervoNeueConBold !important;
  font-size: 49px;
}

div.cajita-form {
  z-index: 99;
  text-align: center;
}

div.cajita-form input,
div.modal-body input {
  border-radius: 20px !important;
}

/* div.cajita-form input[type="checkbox"] {
  vertical-align: bottom;
} */

div.cajita-form a.boton-form,
div.cajita-form button.boton-form,
div.modal-body button.boton-form {
  border-radius: 20px;
  color: white;
  font-weight: bold;
  background: black;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#413f3f, black);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#413f3f, black);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#413f3f, black);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#413f3f, black);
  /* Standard syntax */
}

div.cajita-form label,
div.cajita-form h3 {
  color: white;
  font-weight: 900;
  text-transform: uppercase !important;
}

div.cajita-form span.info-label {
  color: white;
  font-weight: 100;
}

div.cajita-form p {
  color: #0079c2;
  text-align: left;
  font-size: 120%;
  font-weight: 900;
}

div.cajita-form a.btn-descarga {
  color: black;
  background-color: white;
  font-size: 140%;
}

div.cajita-form a.btn-descarga span {
  font-size: 200%;
  font-weight: 900;
  display: inline;
  font-family: "Raleway", sans-serif;
  font-style: normal;
}

section.espacio_blanco {
  height: 100px;
  background-color: white;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: center !important;
  width: 100%;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #0079c2;
  color: white;
  font-weight: bold;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  color: #0079c2;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  cursor: default;
}

div.modal-footer > button.btn-cerrar {
  border-radius: 20px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

footer {
  background-color: #0060aa !important;
  color: #fff !important;
}

body #footer div.footer-logo {
  background-image: url("../../images/dairyqueen_logo.webp");
  background-repeat: no-repeat;
  background-size: 307px 201px;
  width: 307px;
  height: 201px;
}

#copyrights {
  background-color: #f0f9fb;
  color: #a9b6b8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-top: 50px solid #67c4d9;
}

#copyrights span {
  color: #1ebbf0;
}

#submitContacto {
  border-color: #e72b37;
  background-color: #e72b37;
}

#submitContacto:hover {
  border-color: #359dff;
  background-color: #359dff;
}

body #header,
#header-wrap {
  height: auto;
  padding: 5px 0;
}

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

#div-factura-web input[type="checkbox"] {
  color: white;
}

#footer h4,
input {
  font-family: CervoNeueMedium !important;
}

@media screen and (max-width: 430px) {
  #header-facturacion h2 {
    font-size: 42px;
  }

  section.seccion-facturacion {
    background-position: 70% 0;
  }
}
