 body { 
	font-family: 'Poppins', sans-serif; 
	}
.hero {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
			url('../images/promo_ingenieria.png') no-repeat center center/cover;
            height: 90vh;
        }
.card:hover { 
	transform: translateY(-10px); 
	transition: all 0.3s ease-in-out; 
	}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255,255,255,var(--tw-bg-opacity)) !important;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
