.portal-empleo-cards{margin:0 auto;max-width:1240px;padding:40px 20px;width:100%}.cards-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.employment-card{align-items:center;border:1px solid #efefef;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:220px;overflow:hidden;padding:30px 20px;position:relative;text-align:center}.card-content-hover,.card-content-normal{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.card-content-hover{left:0;padding:30px 20px;position:absolute;top:0;transform:translateY(105%);transition:transform .4s ease}.employment-card:hover .card-content-hover{transform:translateY(0)}.card-icon{align-items:center;display:flex;height:60px;justify-content:center;margin-bottom:16px}.card-icon img{max-height:60px;object-fit:contain;width:auto}.card-text,.card-text-hover{width:100%}.card-text h3,.card-text-hover h3,.card-text-hover p{line-height:1.4;margin:0;padding:0}.card-text h3{color:#2d2d2d;font-size:20px;font-weight:700}.card-text-hover h3,.card-text-hover p{font-size:16px;line-height:1.6}@media (max-width:1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.cards-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.employment-card{min-height:200px;padding:24px 16px}.card-icon{height:50px;margin-bottom:12px}.card-icon img{max-height:50px}.card-text h3{font-size:18px}.card-text-hover h3,.card-text-hover p{font-size:14px}}@media (max-width:480px){.portal-empleo-cards{padding:24px 16px}.cards-grid{gap:12px;grid-template-columns:1fr}.employment-card{min-height:180px;padding:20px 16px}}