/* Fontes personalizadas */
@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Reset e configurações globais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Google Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header principal */
.main-header {
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 15px 0;
    position: relative;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.object-contain.object-center.max-h-\[28px\].lg\:mx-auto.inline-block {
    width: 160px;
    margin-left: 10px;
}
span.buyme {
    font-size: 16px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-text {
    font-family: 'Google Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #3b82f6;
}

.clover {
    font-size: 20px;
}

/* Menu hambúrguer */
.hamburger-menu {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #3b82f6;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hamburger-menu:hover {
    background-color: #f3f4f6;
    color: #1d4ed8;
}

/* Menu de navegação desktop */
.desktop-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link {
    color: #374151;
    text-decoration: none;
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
}

.nav-link:hover {
    color: #3b82f6;
    background-color: #f3f4f6;
}

/* Menu mobile */
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.mobile-nav-link {
    color: #374151;
    text-decoration: none;
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    transition: color 0.3s ease;
}

.mobile-nav-link:hover {
    color: #3b82f6;
}

.mobile-nav-link:last-child {
    border-bottom: none;
}

/* Header do sorteio */
.sorteio-header {
    background-image: url('../images/fundo.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    
}

.sorteio-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(75 102 243 / 95%) 0%, rgb(62 84 253 / 92%) 100%);
    z-index: 1;
}

/* Container do vídeo CAPTS */
.capts-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    max-width: 600px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.capts-video {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.sorteio-info {
    display: flex
;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
    align-items: center;
    font-size: 14px;
}

.sorteio-text {
    color: rgb(44, 44, 44);
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
}

.countdown {
    background-color: rgb(240 173 78);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
}

.price-text {
    color: white;
    font-size: 16px;
}

.price {
    background-color: #1e3a8a;
     color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
}

/* Conteúdo principal */
.main-content {
    padding: 10px 0;
    background-color: white;
}

.selection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px;
    justify-items: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.selection-btn {
    background: #2F4EB5;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    color: white;
    font-family: 'Google Sans', sans-serif;
    width: 100%;
    max-width: 500px;
    min-width: 0;
    box-sizing: border-box;
    padding: 20px;
}

.selection-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.selection-btn.selected {
    background: #397F21;
    
}

.selection-btn.popular {
    position: relative;
}

.popular-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #ffffff;
    font-size: 16px;
    background: #397F21;
    padding: 10px;
    border-radius: 5px;
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    font-family: 'Google Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
    z-index: 2;
}

.quantity {
    font-family: 'Google Sans', sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px currentColor;
    transform: scaleX(1.2);
}


.status {
    font-family: 'Google Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

/* Seção de compra */
.purchase-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    
}

.quantity-selector {
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 5px;
   
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: white;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
    border: 1px solid #a3a3a3;
}

.qty-btn:hover {
    background-color: #3b82f6;
    color: white;
}
.banner {
    text-align: center;
    margin-top: 20px;
}
.px-1.py-0\.5.font-medium.text-white.rounded-md.shadow-md.bg-warning.text-dark {
    background: #F0AD4E;
    padding: 5px;
    color: white;
    font-weight: 700;
    border-radius: 5px;
}
.px-1.py-0\.5.font-medium.text-white.rounded-md.shadow-md.bg-primary {
    background: #2F4EB5;
    padding: 5px;
    color: white;
    font-weight: 700;
    border-radius: 5px;
}

#quantity {
    width: 80px;
    text-align: center;
    border: 1px solid #a3a3a3;
    background: transparent;
    font-family: 'Google Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
}
.qty-btn-more {
    width: 40px;
    height: 40px;
    border: 1px solid #2F4EB5;
    border-radius: 50%;
    background-color: #2F4EB5;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
}
.buy-btn {
    background: #66c32d;
    border: 1px solid #17b117;
    border-radius: 10px;
    padding: 25px 10px;
    color: white;
    font-family: 'Google Sans', sans-serif;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    min-width: 660px;
    max-width: 1030px;
}

.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.buyprice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.total-price {
    font-size: 16px;
    opacity: 0.9;
}

.info-text {
    text-align: center;
    color: #101010;
    font-family: 'Google Sans', sans-serif;
    font-size: 14px;
    margin-top: 20px;
}

/* Banner responsivo */
.banner-container {
    text-align: center;
    margin-top: 30px;
}

.banner-desktop {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.banner-mobile {
    display: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Footer */
.footer {
    background-color: white;
    border-top: 1px solid #e5e7eb;
    padding: 40px 0 20px;
}

.footer-divider {
    border: none;
    height: 3px;
    background-color: #bfb9b9;
    margin: 30px 0;
}

/* Seção superior do footer */
.footer-top {
    margin-bottom: 30px;
}

.logo-section {
    margin-bottom: 30px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3b82f6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

.legal-text {
    color: #374151;
    line-height: 1.8;
    font-family: 'Google Sans', sans-serif;
}

.legal-text p {
    margin-bottom: 15px;
    font-size: 14px;
}

/* Seção de parceiros */
.partners-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.partners-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
}

.partner-item {
    text-align: center;
}
.item-block {
    display: flex
;
    
    justify-content: center;
    gap: 20px;
}

.partner-label {
    font-family: 'Google Sans', sans-serif;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.partner-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.via-cap {
    font-family: 'Google Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.via {
    color: #374151;
}

.cap {
    color: #10b981;
}

.hospital {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cross {
    width: 40px;
    height: 40px;
    background-color: #dc2626;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.edj {
    display: flex
;
    justify-content: center;
    margin-top: 10px;
}

.edj-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #10b981 100%);
    border-radius: 8px;
}

.edj-text {
    display: flex;
    flex-direction: column;
}

.edj-text span:first-child {
    font-family: 'Google Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #374151;
}

.subtitle {
    font-family: 'Google Sans', sans-serif;
    font-size: 12px;
    color: #6b7280;
}

/* Badges de verificação */
.verification-badges {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.badge-icon {
    font-size: 20px;
}

.badge-text {
    display: flex;
    flex-direction: column;
    font-family: 'Google Sans', sans-serif;
    font-size: 12px;
}

.google-text {
    background: linear-gradient(45deg, #4285f4, #34a853, #fbbc05, #ea4335);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.badge-subtitle {
    color: #6b7280;
}

.reclame-text {
    color: #10b981;
    font-weight: 600;
}

/* Seção inferior do footer */
.footer-bottom {
    margin-left: 10px;
}

.footer-nav {
    display: flex
;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-link {
    color: #525252;
    text-decoration: none;
    font-family: 'Google Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #1d4ed8;
}

.contact-info {
    margin-bottom: 15px;
}

.contact-info p {
    color: #374151;
    font-family: 'Google Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.company-info p {
    color: #6b7280;
    font-family: 'Google Sans', sans-serif;
    font-size: 12px;
}
.flex.items-center.justify-center.gap-x-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}
button.qty-btn.plus {
    background: #2F4EB5;
    border: none;
    color: white;
}

/* Responsividade */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .selection-btn {
        width: 100%;
        max-width: none;
    }
    
    /* Menu responsivo */
    .hamburger-menu {
        display: block;
    }
    
    .desktop-nav {
        display: none;
    }
    
    .mobile-menu {
        display: block;
    }
    
    /* Header do sorteio responsivo */
    .sorteio-header {
        min-height: 250px;
        padding: 30px 0;
    }
    
    .capts-video-container {
        width: 90%;
        max-width: 600px;
    }
    img.banner {
    width: 90%;
}
    
   
    
    .selection-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        justify-items: center;
    }
    
    .selection-btn {
        padding: 20px 10px;
        width: 100%;
        max-width: 220px;
        min-width: 0;
    }
    
    .quantity {
        font-size: 28px;
    }
    
   
    
       .buy-btn {
        width: 100%;
        max-width: 200px;
        min-width: auto;
        padding: 10px 10px;
        font-size: 14px;
        justify-content: space-between;
    }
    
    .partners-section {
        flex-direction: column;
        align-items: center;
    }
    
    .partners-grid {
        width: 100%;
    }
    
    .verification-badges {
        align-items: center;
        width: 100%;
    }
    
    
    
    .logo-text {
        font-size: 24px;
    }
    
    .social-icons {
        justify-content: center;
        margin-top: 20px;
    }
    
    /* Banner responsivo para mobile */
    .banner-desktop {
        display: none;
    }
    
    .banner-mobile {
        display: block;
    }
    .sorteio-text {
    color: rgb(44, 44, 44);
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
}
.popular-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #ffffff;
    font-size: 11px;
    background: #397F21;
    padding: 8px;
    border-radius: 5px;
}
.buyprice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.total-price {
    font-size: 14px;
    opacity: 0.9;
}
#quantity {
    width: 50px;
    text-align: center;
    border: 1px solid #a3a3a3;
    background: transparent;
    font-family: 'Google Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
}
.footer-left {
    text-align: center;
}
.legal-text p {
    margin-bottom: 15px;
    font-size: 13px;
    color: black;
}
}


