@font-face {
  font-family: "Gotham";
  src: url("/assets/css/fonts/GothamLight.ttf") format("truetype");
}

@font-face {
  font-family: "GothamBook";
  src: url("/assets/css/fonts/GothamBook.ttf") format("truetype");
}

@font-face {
  font-family: "GothamM";
  src: url("/assets/css/fonts/GothamMedium.ttf") format("truetype");
}

@font-face {
  font-family: "GothamB";
  src: url("/assets/css/fonts/GothamBold.ttf") format("truetype");
}

body.xetux_skin {
  height: 100vh;
}

body.xetux_skin #logo .standard-logo,
body.xetux_skin #logo .retina-logo {
  background-image: url("../../images/logo_white.png");
  background-repeat: no-repeat;
  background-size: 288px 100px;
  width: 288px;
  height: 100px;
}

body.xetux_skin #content {
  background: rgba(0, 0, 0, 0) url("../../images/fondos/fondo-facturacion.jpg")
    repeat scroll center 0% / cover;
  margin-bottom: 0px;
}

body.xetux_skin #content .container {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

body.xetux_skin #content section.body {
  width: 100%;
}

body.xetux_skin #content .cajita-form {
  background-color: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid black;
  border-radius: 5px;
  padding: 30px 30px 30px 30px;
  color: white;
}

body.xetux_skin #footer div.footer-logo {
  background-image: url("../../images/logos_white.png");
  background-repeat: no-repeat;
  background-size: 200px 50px;
  width: 200px;
  height: 50px;
}
body.xetux_skin:not(.dark)
  #header:not(.dark)
  #header-wrap:not(.dark)
  #primary-menu
  > ul
  > li:hover
  a,
body.xetux_skin:not(.dark)
  #header:not(.dark)
  #header-wrap:not(.dark)
  #primary-menu
  > ul
  > li.current
  a,
body.xetux_skin:not(.dark)
  #header:not(.dark)
  #header-wrap:not(.dark)
  #primary-menu
  > div
  > ul
  > li:hover
  a,
body.xetux_skin:not(.dark)
  #header:not(.dark)
  #header-wrap:not(.dark)
  #primary-menu
  > div
  > ul
  > li.current
  a {
  color: #ffc600 !important;
}

.navHeader {
  width: 100%;
  background-color: #2f3749;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navHeader img {
  width: 100%;
}

.facturacionIzquierda {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: auto !important;
}

.facturacionIzquierda .content-wrap {
  width: 100%;
  max-height: 100%;
}

.facturacionDerecha {
  background-image: url("../../images/imagenes-facturacion-paso1.jpg");
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  background-size: cover;
}

.contenedorFacturacion {
  height: 85vh;
  display: flex;
}

header {
  height: 15vh;
}

.facturacionIzquierda .tituloWizard {
  font-family: "GothamM";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 2px;
  color: #2f3749;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pasosWizard {
  font-family: "GothamM";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  color: #b89f6b;
  text-transform: uppercase;
  margin-bottom: 0;
}

#pasoActual {
  color: #b89f6b;
}

.actions {
  text-align: left !important;
}

.wizard > .actions ul li:nth-child(1) a {
  background-color: #ffffff !important;
  color: #b89f6b !important;
}

.wizard > .actions a {
  background-color: #b89f6b !important;
  border: 2px #b89f6b solid;
  border-radius: 0;
  padding: 8px 12px;
  font-family: "GothamB";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff !important;
}

.wizard > .actions a:hover {
  border-radius: 0;
  padding: 8px 12px;
}

.steps {
  display: none !important;
}

.wizard {
  margin-top: 40px;
  text-transform: uppercase;
}

.wizard > .content {
  margin: 0 !important;
}

.wizard > .content > .body {
  padding: 0 !important;
}

.wizard input::placeholder,
.checkDomicilio,
.optionMessage {
  font-family: "GothamM";
  letter-spacing: 2px;
  color: #2f3749;
  font-size: 10px;
}

.tituloPasos {
  font-family: "GothamB";
  font-size: 16px;
  letter-spacing: 2px;
  color: #2f3749;
}

#info_domicilio {
  margin: 0 !important;
}

.checkDomicilio {
  font-size: 14px;
}
.col_half {
  margin-right: 2% !important;
}

.RFC button {
  margin: 0 !important;
  background-color: #2f3749;
  font-family: "GothamM";
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal !important;
}

.RFC button:hover {
  background-color: #2f3749 !important;
}

.RFC {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0 !important;
}

.RFC div:nth-child(1) {
  width: 70% !important;
  min-width: 175px;
}

.RFC div:nth-child(2) {
  width: auto !important;
}

.ultimoInput {
  margin-right: 4%;
}

.razonSocial {
  margin-right: 0 !important;
  width: 100%;
}

.checkFacturacion {
  display: flex;
}

@media (max-width: 875px) {
  .facturacionDerecha {
    display: none;
  }
  .facturacionIzquierda {
    width: 100%;
  }
}
