body, html {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #181f2e;
  position: relative;
}
.rrhh-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(32,50,94,0.85) 60%, rgba(90,110,231,0.65) 100%),
    url('../imgs/ref/2148461408.jpg') center/cover no-repeat;
  pointer-events: none;
}
.rrhh-hero {
  position: relative;
  min-height: 38vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.rrhh-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(32,50,94,0.82);
  z-index: 1;
}
.rrhh-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}
.rrhh-hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-shadow: 0 4px 24px #000a, 0 2px 8px #0DA44D44;
  letter-spacing: -1px;
}
.rrhh-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0DA44D;
  text-shadow: 0 2px 8px #000a;
  margin-bottom: 0;
}
.rrhh-categoria-card {
  background: linear-gradient(135deg, #fff 60%, #e6f6ff 100%);
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(32,32,32,0.10);
  padding: 24px 18px 18px 18px;
  text-align: center;
  min-width: 120px;
  max-width: 160px;
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s, transform 0.18s;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  font-weight: 700;
  font-size: 1.1rem;
}
.rrhh-categoria-card:hover {
  box-shadow: 0 8px 24px 0 rgba(90,110,231,0.13);
  transform: translateY(-6px) scale(1.05);
  border-color: #0DA44D;
}
.rrhh-categoria-icono {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #5a6ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rrhh-categoria-titulo {
  color: #20325E;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 0;
}
.rrhh-blog-main {
  margin: 0 auto 36px auto;
  max-width: 1200px;
  padding: 0 16px;
}
.rrhh-blog-title {
  color: #0DA44D;
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.rrhh-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  width: 100%;
}
.rrhh-blog-card {
  background: rgba(255,255,255,0.93);
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(32,32,32,0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s, transform 0.18s;
  border: 2px solid #e0e0e0;
  position: relative;
}
.rrhh-blog-card:hover {
  box-shadow: 0 8px 32px 0 rgba(90,110,231,0.13);
  transform: translateY(-8px) scale(1.03);
  border-color: #0DA44D;
}
.rrhh-blog-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #ccc;
  display: block;
}
.rrhh-blog-info {
  padding: 22px 20px 18px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.rrhh-blog-titulo {
  font-weight: bold;
  font-size: 1.18rem;
  margin-bottom: 8px;
  color: #20325E;
  line-height: 1.3;
}
.rrhh-blog-resumen {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 16px;
  flex-grow: 1;
}
.rrhh-blog-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}
.rrhh-blog-autor {
  color: #0DA44D;
  font-weight: 700;
}
.rrhh-blog-btn {
  background: #0DA44D;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px 0 rgba(13,164,77,0.10);
  margin-top: 8px;
  align-self: flex-start;
  cursor: pointer;
}
.rrhh-blog-btn:hover {
  background: #0bb03e;
  box-shadow: 0 4px 16px 0 rgba(13,164,77,0.18);
}
.rrhh-frases {
  background: rgba(255,255,255,0.93);
  border-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(32,32,32,0.06);
  padding: 32px 18px 24px 18px;
  text-align: center;
  margin: 48px auto;
  max-width: 700px;
  position: relative;
}
.rrhh-frases-carrusel {
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 60px;
  justify-content: center;
}
.rrhh-frase-item {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 1.18rem;
  color: #20325E;
  font-style: italic;
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.rrhh-frase-item.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.rrhh-frase-item span {
  color: #0DA44D;
  font-size: 1rem;
  margin-left: 8px;
}
.rrhh-frases-controles {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}
.rrhh-frases-controles button {
  background: #5a6ee7;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background 0.18s, transform 0.18s;
}
.rrhh-frases-controles button:hover {
  background: #0DA44D;
  transform: scale(1.1);
}
.rrhh-autores {
  background: rgba(255,255,255,0.93);
  border-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(32,32,32,0.06);
  padding: 32px 18px 24px 18px;
  text-align: center;
  margin: 48px auto 48px auto;
  max-width: 900px;
}
.rrhh-autores-titulo {
  color: #20325E;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 18px;
}
.rrhh-autores-lista {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}
.rrhh-autor-card {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgba(32,32,32,0.10);
  padding: 24px 18px 18px 18px;
  min-width: 180px;
  max-width: 200px;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s, border 0.18s;
  margin: 0 12px 18px 12px;
  border: 2px solid #e0e0e0;
}
.rrhh-autor-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  border: 3px solid #0DA44D;
}
.rrhh-autor-nombre {
  color: #20325E;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.rrhh-autor-bio {
  color: #666;
  font-size: 0.97rem;
  margin: 0;
  text-align: center;
}
@media (max-width: 900px) {

  .rrhh-categoria-card {
    min-width: 0;
    max-width: 100vw;
    padding: 18px 4px 14px 4px;
  }
  .rrhh-blog-grid, .rrhh-autores-lista {
    flex-direction: column;
    gap: 18px;
    align-items: center;
    display: flex;
  }
  .rrhh-blog-card, .rrhh-autor-card {
    min-width: 0;
    max-width: 100vw;
    padding: 10px 4px 10px 4px;
  }
} 