.vacante-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out 0s;
}