/* Styles specific to vacante page */
.vacante-card { border-radius: 18px; box-shadow: 0 4px 24px rgba(85, 174, 109, 0.09); background: #fff; }
.vacante-card { max-height: 380px; }
.detalle-resumen { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.vacante-card:hover { box-shadow: 0 8px 30px rgba(85, 174, 109, 0.13); }
.etiqueta { font-size: 0.9em; color: #fff; background: #2e7d32; border-radius: 0 0 10px 10px; padding: 2px 10px; display: inline-block; margin-bottom: 0.5rem; }
.panel-beneficios { background: #f6fff7; border-radius: 12px; padding: 2rem 1rem; margin-bottom: 2rem; box-shadow: 0 2px 14px rgba(85, 174, 109, 0.09); }
.proceso-step { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.proceso-step-number { background: #229954; color: #fff; font-weight: bold; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
@media (max-width: 991px) { .info-lateral { margin-top: 2rem; } }

.header { background: #fff; box-shadow: 0 1px 8px rgba(34, 153, 84, 0.05); margin-bottom: 0; padding-bottom: 0; }
.logo-container img { display: block; max-width: 100%; max-height: 70px; margin: 0 auto; }
.navbar { display: flex; justify-content: center; gap: 2.5rem; font-weight: 500; font-family: 'Poppins', Arial, sans-serif; }
.navbar a { text-decoration: none; color: #229954; transition: color 0.2s; padding: 5px 12px; border-radius: 5px; }
.navbar a.active,
.navbar a:hover { color: #229954; background: none; }
@media (max-width: 768px) { .logo-container { height: 60px !important; } .logo-container img { max-height: 48px !important; } .navbar { gap: 1rem; font-size: 1rem; } }
