/* ===== TIPOGRAFÍA BASE ===== */

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  font-size: 15px;
}

/* 🔥 TITULOS CON AUTORIDAD */
h1, h2, h3 { 
  font-family: 'Playfair Display', serif;
  font-weight: 600; 
  letter-spacing: -0.3px;
}

/* SUBTITULOS MÁS LIMPIOS */
h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
 
.acd-content h5 {
   font-family: 'Inter', sans-serif;
   font-weight: 600;
} 

/* HERO */
h1 {
  font-size: 42px;
  line-height: 1.2;
}

/* SECCIONES */
h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

/* CARDS */
h5 {
  font-size: 16px;
}
.form_home_title{ 
  color: #E1E1E1;
  font-family: 'Playfair Display', serif;
}

/* TEXTO */
p {
  color: #E1E1E1;
}
.guarantee p{
  color: #5E5D5D; 
}

@media (min-width: 768px) {
  #home- {
    margin-top: 3%;
  }
} 
.bg_form_home{ 
   background: linear-gradient(135deg, #2c2c2c, #6e6e6e);
	}
.lead {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* 🔥 TEXTO LEGAL MÁS COMPACTO */
.acd-content p {
  line-height: 1.35;
  font-size: 14px;
}

/*Apply--------------------------------------------*/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%; 
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step a .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;  
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-primary {
    color: #fff !important;  
    background-color: #2C96BF !important;
    border-color: #2C96BF !important;
}