body.carls {
  overflow-x: hidden;
}

body.carls #header {
  height: 100px;
}

body.carls #logo .standard-logo,
body.carls #logo .retina-logo {
  background-image: url("../../images/Carls_logo_black.png");
  background-repeat: no-repeat;
  background-size: 300px 90px;
  width: 300px;
  height: 90px;
}

body.carls img.facturacion-izquierda,
body.calrs img.facturacion-derecha {
  display: block;
}

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

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

body.carls section.seccion-facturacion {
  background-color: #000 !important;
  /*overflow-y: auto !important; */
  /*height: 600px; */
  /*width: 80%; */
  /*margin: 0 auto;*/
}

@media screen and (max-width: 799px) {
  body.carls img.facturacion-izquierda {
    float: left;
    position: relative;
    z-index: 98;
    margin-top: -450px;
    margin-left: -200px;
    height: 400px;
    bottom: 0px;
  }
  body.carls img.facturacion-derecha {
    float: right;
    position: relative;
    z-index: 98;
    margin-top: -450px;
    margin-right: -200px;
    right: 0px;
    height: 400px;
    bottom: 0px;
  }

  body.carls section.seccion-facturacion {
    background-color: rgba(0, 0, 0, 0) !important;
    /*overflow-y: auto; */
    /*height: 600px; */
    /*width: 90%; */
    /*margin: 0 auto;*/
  }
}

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

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

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

body.carls div.cajita-form a.boton-form,
body.carls div.cajita-form button.boton-form,
body.carls 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.carls div.cajita-form label,
body.carls div.cajita-form h3 {
  color: white;
  font-weight: 900;
  text-transform: uppercase !important;
}

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

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

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

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

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

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

body.carls .wizard > .actions a,
body.carls .wizard > .actions a:hover,
body.carls .wizard > .actions a:active {
  background: #ffc600;
  color: black;
  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.carls .wizard > .steps .disabled a,
body.carls .wizard > .steps .disabled a:hover,
body.carls .wizard > .steps .disabled a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  color: #393636;
  cursor: default;
}

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

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

body.carls 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.carls #footer {
  background-color: #000 !important;
  color: #fff !important;
}

body.carls #footer div.footer-logo {
  background-image: url("../../images/carls_white.png");
  background-repeat: no-repeat;
  background-size: 200px 50px;
  width: 200px;
  height: 50px;
}

body.carls #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.carls #header.responsive-sticky-header #logo a.retina-logo {
    margin-top: 5px;
  }
  body.carls #header:not(.responsive-sticky-header) #logo a.retina-logo {
    margin-top: 25px;
  }
}
