
.formulario-prestamo, .tab-final {
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333; /* Dark mode */
	margin-bottom: 0;
}

#ciudad_inf_id,
#cuanto_dinero_necesita_inf_id {
  display: none !important;
}

.formdiv, .tab-final h3, .formdiv, .tab h3 {
    font-size: 38px;
    color: #333; /* Dark mode */
    margin-top: 0px;
    margin-bottom: 8px;
}

.formdiv, .tab-final  {
  /*border-radius: 6px;*/
  /*background-color: #f2f2f2;*/
  /*padding: 30px;*/
  /*max-width: 420px;*/
  margin: 0 auto;
  text-align: center;
}

.calendario {
  width: 100%;
  max-width: 150px;
  padding: 10px 15px;
  border-radius: 4px;
  border: none;
}

select.horario {
    width: 100%;
    max-width: 120px;
    display: inline-block;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
}

.boton-infusion {
  background-color: #0CA242;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
  border-radius: 6px;
  display: block;
  margin: 10px auto;
}

.tab-final p {
    margin: 10px 0px;
}

.tab-final .prestamo {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
}

.formdiv input[type="text"], .formdiv select {
  width: 100%;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.formulario-prestamo button, .formulario-prestamo input {
  overflow: visible;
}

.formulario-prestamo input[type="submit"] {
  font-size: 17px;
  /*font-family: 'Source Sans Pro', sans-serif;*/
  border: none;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 21px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  background-color: #04AA6D;
  color: #ffffff;
}

.formulario-prestamo .enviar {
  margin-top: 14px !important;
}


.formulario-prestamo .row {
	display: inline-block;
}

/*.col3 {
	width: 29%;
    vertical-align: top;
    display: inline-block;
}

.col9 {
	width: 69%;
    vertical-align: top;
    display: inline-block;
}*/

.formulario-prestamo label {
	display: block;
    margin-bottom: 10px;
    line-height: 48px;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px;
}

/* Mark input boxes that gets an error on validation: */
.formulario-prestamo input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.formulario-prestamo .tab {
  display: none;
}

.pasos-bullet {
    display:none;
}

.formulario-prestamo button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

.formulario-prestamo button:hover {
  opacity: 0.8;
}

.info-color {
    color: #fff;
}

.formulario-prestamo #nextBtn {
    display: inline-block !important;
    background: #0CA242;
    color: #fff;
    border-radius: 4px;
}

.formulario-prestamo #prevBtn {
  background-color: #3F3F3F;
  color: #fff;
}

/* Make circles that indicate the steps of the form: */
.formulario-prestamo .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.formulario-prestamo .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.formulario-prestamo .step.finish {
  background-color: #04AA6D;
}


@media screen and (max-width: 992px) {
  .formdiv, .tab-final h3, .formdiv, .tab h3 {
    font-size: 28px;
    line-height: 28px;
    }
    
    iframe {
        min-height: 560px !important;
    }
}

/* Overlay: recarga año/marca/modelo (submit GET) — evita sensación de pantalla “muerta” */
.form-chaining-loader {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.94);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.form-chaining-loader--visible {
  display: flex;
}

.form-chaining-loader__box {
  text-align: center;
  padding: 24px 20px;
  max-width: 92vw;
}

.form-chaining-loader__spinner {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 4px solid #e0e0e0;
  border-top-color: #0CA242;
  border-radius: 50%;
  animation: formLoaderSpin 0.75s linear infinite;
}

@keyframes formLoaderSpin {
  to {
    transform: rotate(360deg);
  }
}

.form-chaining-loader__text {
  margin: 18px 0 0;
  font-size: 17px;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

/* Botones Regresar / Siguiente en fila (móvil) */
.form-nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  gap: 8px;
  flex-wrap: nowrap;
  margin-top: 14px;
  clear: both;
  overflow: visible;
}

.form-nav-buttons button {
  flex: 1 1 0;
  min-width: 0;
  padding: 10px 12px !important;
  font-size: 15px !important;
  white-space: nowrap;
  box-sizing: border-box;
}

@media screen and (max-width: 520px) {
  .form-nav-buttons button {
    font-size: 13px !important;
    padding: 9px 8px !important;
  }
}


