/* Estilos para la sección Nosotros de Talenthia Pro 

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}*/

body {
  --Aclaro: #6E93B7;
  --Tclara: #1F3A57;
  --accent: #B8863E;
  --paper: #f7f5f0;
  --fondos: #14263B;
  --piedra: #5C6B78;
  --piedrahover: #467dac;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  line-height: 1.7;
  color: var(--fondos);
  background-image: url("Fondo8V.png");
  /*background-repeat: no-repeat;*/
  background-position: center top;
  background-size: 100% auto;
  background-attachment: scroll;
  padding: 2rem 1rem;
}

.btn-inicio {
  display: inline-flex;
  margin-left: 100px;
  align-items: center;
  gap: 8px;                    /* Espacio entre el icono y el texto */
  color: var(--paper);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-inicio a{
  text-decoration: none;
  color: var(--paper);
  font-size: 1.2rem;
  font-weight: 600;
}

.btn-inicio:hover {
  background-color: var(--piedrahover); /* mismo azul del hover existente */
}

.container {
  max-width: 800px;
  margin: 0 auto;
  /*background: #F4F1EA;*/
  padding: 3rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Encabezado */
/*.header {
  text-align: center;
  border-bottom: 2px solid #eef2f7;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}*/

/*.brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 0.5rem;
}*/

.title {
  margin-top: -10px;
  font-size: 2.5rem;
  color: #B8863E ;
  margin-bottom: 0.5rem;
  text-align: center;
}

.subtitle {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--paper);
  text-align: center;
}

/* Secciones */
.section {
  margin-bottom: 2.5rem;
}

.section h2 {
  font-size: 1.5rem;
  color: var(--Aclaro);
  margin-bottom: 1rem;
  border-left: 4px solid #2563eb;
  padding-left: 0.75rem;
}

p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

.lead {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--Aclaro);
}

/* Diagrama del proceso */
.process-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: var(--paper);
  color: #B8863E;
  padding: 1.25rem;
  border-radius: 8px;
  margin: 1.5rem 0 2rem 0;
}

.step {
  background: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.step.highlight {
  background: #2563eb;
  color: #ffffff;
}

.arrow {
  color: #94a3b8;
  font-weight: bold;
}

/* Lista del compromiso */
.commitment-list {
  list-style-type: none;
  margin-bottom: 1.5rem;
}

.commitment-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
}

.commitment-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: bold;
}

/* Pie de página */
.footer {
  text-align: center;
  padding: 10px 10px;
  /*color: var(--Aclaro);*/
  /*border-top: 2px solid #eef2f7;*/
}

.tagline {
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--Aclaro);
}


.cert-intro__rule {
      width: 50px;
      height: 1px;
      background: var(--accent);
      border: none;
      margin: 0 auto 28px;
      border-radius: 2px;
    }

.Creditos{
  margin-bottom: -20%;
  margin-left: -20px;
  margin-right: -25px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: var(--fondos);
 background-color: var(--paper); 
}

.company{
  font-size: 0.8rem;
}