@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/LufgaThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/LufgaExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/LufgaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/lufga/LufgaRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/LufgaMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/LufgaSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/LufgaBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/LufgaExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/fonts/LufgaBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
body {
    font-family: 'Lufga', sans-serif;
}
.backdrop-blur { backdrop-filter: blur(10px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-lg { backdrop-filter: blur(16px); }

/* Custom animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

.animate-fade-in { animation: fadeIn 0.5s ease-out; }
.animate-slide-in { animation: slideIn 0.5s ease-out; }

/* Form transitions */
.form-step {
    transition: all 0.3s ease-in-out;
}

.form-step.hidden {
    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;
}

/* Hover effects */
.hover-scale:hover {
    transform: scale(1.05);
}

.hover-lift:hover {
    transform: translateY(-8px);
}
.shadow-gren {
    box-shadow: -17px 15px 0 0 #1fbd46;
}
/* Countdown animation */
@keyframes pulse-red {
    0%, 100% { background-color: #dc2626; }
    50% { background-color: #ef4444; }
}
.pulse-red {
    animation: pulse-red 2s infinite;
}
/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: bounce 2s infinite;
}

.desk-none{
    display: none;
}
.radius-bd {
    border-radius: 0 0 0.75rem 0.75rem;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
}
.bg-header{
    background: url("https://uniminasposead.com.br/wp-content/themes/lp-facebook/public/bg-facebook-black.webp") no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .floating-cta {
        bottom: 10px;
        right: 10px;
    }
    .bg-header{
        background:none !important;
    }
    .shadow-gren {
        box-shadow: -6px 9px 0 0 #1fbd46 !important;
    }
    .mob-none{
        display: none !important;
    }
    .mob-block{
        display: block;
    }
}


