/* Reset y fuentes */
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9fb;
  color: #222;
  line-height: 1.6;
}

h1, h2, h3 {
  color: #1a1a1a;
}

ul {
  padding-left: 1.2em;
}

section {
  padding: 60px 20px;
  max-width: 960px;
  margin: auto;
}

.top-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #0d47a1;
  color: white;
  padding: 0.6rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


/* Hero principal */
.hero {
  background: linear-gradient(90deg, #ece8ff, #f5f9ff);
  text-align: left;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero ul li {
  margin: 10px 0;
  font-size: 1.1rem;
}

.btn-primary {
  background-color: #6b46ff;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #5934e0;
}

.btn-link {
  margin-left: 15px;
  color: #6b46ff;
  text-decoration: underline;
  font-weight: bold;
}

/* Sección Cómo Funciona */
.como-funciona {
  background: #f9f9fc;
  padding: 3rem 1rem;
  text-align: center;
}

.como-funciona h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #0d47a1;
}

.pasos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.paso {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.2rem;
  max-width: 260px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.paso:hover {
  transform: translateY(-5px);
}

.icono {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.paso h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.paso p {
  font-size: 0.95rem;
  color: #666;
}


/* Beneficios */
.beneficios {
  background: #f9f9fc;
  padding: 3rem 1rem;
  text-align: center;
}

.beneficios h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #0d47a1;
}

.beneficios h2 span {
  color: #1a237e;
}

.beneficios-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.beneficio {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.2rem;
  max-width: 260px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  text-align: center;
}

.beneficio:hover {
  transform: translateY(-5px);
}

.beneficio .icono {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.beneficio h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.beneficio p {
  font-size: 0.95rem;
  color: #666;
}


/* Integraciones */
.apps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.apps img {
  width: 64px;
  height: auto;
}

/* Profesiones */
.profesiones-seo {
  background: #f9f9fc;
  padding: 3rem 1rem;
  text-align: center;
}

.profesiones-seo h2 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: #0d47a1;
}

.grupo {
  margin-bottom: 2.5rem;
}

.grupo h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0d47a1;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.beneficios-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.beneficio {
  background: #ffffff;
  border-radius: 10px;
  padding: 1rem;
  width: 260px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.beneficio:hover {
  transform: translateY(-6px);
}

.beneficio .icono {
  font-size: 2rem;
  margin-bottom: 0.4rem;
  display: block;
}

.beneficio h4 {
  font-size: 1.1rem;
  color: #0d47a1;
  margin-bottom: 0.3rem;
}

.beneficio p {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}

/* Proceso */
.proceso-chatbot {
  background: linear-gradient(to bottom, #f5f8ff, #ffffff);
  padding: 3rem 1.5rem;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.proceso-chatbot h2 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: #0d47a1;
}

.pasos-proceso {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.paso {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.paso:hover {
  transform: translateY(-6px);
}

.etapa {
  position: absolute;
  top: -15px;
  left: -15px;
  background: #0d47a1;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.icono {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.paso h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #0d47a1;
}

.paso p {
  font-size: 0.95rem;
  color: #555;
}


/* CTA Final */
.cta-final {
  background-color: #ede7ff;
  text-align: center;
}

.cta-final h2 {
  margin-bottom: 20px;
}

.terminos {
  text-align: left;
  margin: 5%;
}

.terminos h2 {
  margin-bottom: 20px;
}

/* Footer */
footer {
  background: #1a1a1a;
  color: #ddd;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}

footer a {
  color: #a3c0ff;
  margin-left: 15px;
  text-decoration: none;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Opcional, mejora en móviles */
  gap: 2rem;
}

.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-img {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.hero-img img {
  max-width: 100%;
  height: auto;
}

.hero-text ul {
  list-style: none;
  padding-left: 0; /* También elimina la sangría izquierda */
  margin: 1rem 0;
}

.profesiones {
  padding: 2rem;
}

.grupo {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
}

.grid-profesiones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.grid-profesiones a {
  background: #f1f5f9;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  color: #0d47a1;
  font-weight: 500;
  transition: background 0.2s;
}

.grid-profesiones a:hover {
  background: #e3f2fd;
}

/* Estilos generales para la sección */
#turnero-inteligente {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

/* Títulos */
#turnero-inteligente h2 {
  font-size: 2em;
  color: #007b7f;
  margin-bottom: 10px;
  text-align: center;
}

#turnero-inteligente h3 {
  font-size: 1.4em;
  color: #555;
  margin-bottom: 25px;
  text-align: center;
}

#turnero-inteligente h4 {
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #222;
}

/* Párrafos */
#turnero-inteligente p {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Listas sin puntitos */
#turnero-inteligente ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

#turnero-inteligente ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}

#turnero-inteligente ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #007b7f;
  font-size: 1.1em;
}


/* Responsive (imagen arriba) */
@media screen and (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 1.8rem;
  }
}

/* Animación fade-in */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeIn 1.2s ease-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .profesiones h3 {
    font-size: 1.2rem;
    padding-left: 0.5rem;
  }
}

