body {
  overflow-x: hidden;
}

body.kfc #header {
  height: 100px;
  background-color: #c41230 !important;
}
body.kfc #header.full-header #primary-menu > ul {
  border-style: none;
}
body.kfc #primary-menu ul li a {
  color: #090909;
}
body.kfc #primary-menu ul li:hover,
body.kfc #primary-menu ul li:focus {
  background-color: #b30f2a;
}

body.kfc #logo .standard-logo,
body.kfc #logo .retina-logo {
  background-image: url("../../images/logo_kfc.png");
  background-repeat: no-repeat;
  background-size: 90px 90px;
  width: 90px;
  height: 90px;
  margin-top: 5px;
}

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

body.kfc section.seccion-facturacion {
  background-image: url("../../images/fondo_kfc.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

body.kfc div.cajita-form {
  background-color: rgba(0, 0, 0, 0.6); /* fondo oscuro semitransparente */
  padding: 2rem;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

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

body.kfc #header.full-header .container {
  background-color: #c41230;
}

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

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

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

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

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

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

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

body.kfc .wizard > .actions a,
body.kfc .wizard > .actions a:hover,
body.kfc .wizard > .actions a:active {
  background: #c41230;
  color: rgb(18, 18, 18);
  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.kfc .wizard > .steps .disabled a,
body.kfc .wizard > .steps .disabled a:hover,
body.kfc .wizard > .steps .disabled a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: #b0112b;
  color: #393636;
  cursor: default;
}

body.kfc .wizard > .steps .current a,
body.kfc .wizard > .steps .current a:hover,
body.kfc .wizard > .steps .current a:active {
  font-size: 90%;
  text-transform: uppercase;
  background-color: #c41230;
  color: #d3cfcf;
  cursor: default;
}

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

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

/* color kalar #9B232C */

body.kfc #footer div.footer-logo {
  background-image: url("../../images/logo_kfc.png");
  background-repeat: no-repeat;
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
}

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

@media screen and (max-width: 768px) {
  body.kfc section.seccion-facturacion {
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
    min-height: 500px;
  }

  body.kfc div.cajita-form {
    padding: 1rem;
    width: 90%;
  }
}
