body {
  overflow-x: hidden;
}

#header {
  height: 100px;
  background-color: #f9f6f6 !important;
}

body.default_skin #header.full-header #primary-menu > ul {
  border-style: none;
}
body.default_skin #primary-menu ul li a {
  color: #090909;
}
body.default_skin #primary-menu ul li:hover,
body.default_skin #primary-menu ul li:focus {
  background-color: #9b232c;
}

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

body.default_skin section.seccion-facturacion {
  background-color: #9b232c !important;
  background-image: none;
  height: 100%;
  width: 100%;
  /*margin: 0 auto;*/
}

body.default_skin img.facturacion-izquierda,
body.default_skin img.facturacion-derecha {
  display: none;
}

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

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

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

body.default_skin div.cajita-form a.boton-form,
body.default_skin div.cajita-form button.boton-form,
body.default_skin 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 */
}

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

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

body.default_skin div.cajita-form p {
  color: yellow;
  text-align: left;
  font-size: 120%;
  font-weight: 900;
}

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

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

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

body.default_skin .wizard > .actions a,
body.default_skin .wizard > .actions a:hover,
body.default_skin .wizard > .actions a:active {
  background: rgba(221, 47, 16, 0.84);
  color: rgb(31, 31, 31);
  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;
}

body.default_skin .wizard > .steps .disabled a,
body.default_skin .wizard > .steps .disabled a:hover,
body.default_skin .wizard > .steps .disabled a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: rgba(174, 38, 14, 0.84);
  color: #393636;
  cursor: default;
}

body.default_skin .wizard > .steps .current a,
body.default_skin .wizard > .steps .current a:hover,
body.default_skin .wizard > .steps .current a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: rgba(221, 47, 16, 0.84);
  color: #090909;
  cursor: default;
}

body.default_skin .wizard > .steps .done a,
body.default_skin .wizard > .steps .done a:hover,
body.default_skin .wizard > .steps .done a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: rgba(221, 47, 16, 0.84);
  color: #393636;
  cursor: default;
}

body.default_skin 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);
}

body.default_skin #footer {
  background-color: #a5a1a1 !important;
  color: #fff !important;
}

/* color kalar #9B232C */

body.default_skin #footer div.footer-logo {
  background-image: url("../../images/logos/logo-kalar.png");
  background-repeat: no-repeat;
  background-size: 200px 80px;
  width: 200px;
  height: 80px;
}

body.default_skin #copyrights {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 991px),
  only screen and (min-resolution: 192dpi) and (max-width: 991px),
  only screen and (min-resolution: 2dppx) and (max-width: 991px) {
  #logo a.retina-logo {
    display: inline-block;
    background-size: 190px 50px;
    width: 190px;
    height: 50px;
    background-position: center;
  }
  body.default_skin #header.responsive-sticky-header #logo a.retina-logo {
    margin-top: 5px;
  }
  body.default_skin #header:not(.responsive-sticky-header) #logo a.retina-logo {
    margin-top: 25px;
  }
}
