
      
    


      
     


      {} *{} 
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #FFF9FA; color: #333; } /* Banner estático fijo */ .static-banner { position: fixed; top: 0; left: 0; width: 100%; background: linear-gradient(135deg, #E91E63, #C2185B); color: white; padding: 15px 0; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.2); z-index: 1000; } .static-banner h1 { margin: 0; font-size: 24px; font-weight: 700; letter-spacing: 1px; } .static-banner .subtitle { font-size: 14px; margin-top: 5px; opacity: 0.9; } .container { max-width: 650px; margin: 80px auto 30px; padding: 0 20px; } .content-box { background-color: white; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 0; margin-bottom: 30px; overflow: hidden; } .confirmation-section { padding: 30px; text-align: center; } .confirmation-icon { font-size: 60px; color: #4CAF50; margin-bottom: 20px; } .confirmation-text { font-size: 18px; margin-bottom: 20px; color: #555; line-height: 1.6; } .highlight { color: #E91E63; font-weight: 600; } .prizes-section { background-color: #F8F8F8; padding: 30px; border-top: 1px solid #EEE; } .section-title { color: #E91E63; font-size: 22px; margin-bottom: 25px; text-align: center; font-weight: 600; } .prize-item { margin-bottom: 20px; background-color: white; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); padding: 15px; position: relative; border-left: 4px solid #E91E63; } .prize-item.first { border-left: 4px solid #FFC107; background-color: #FFF8E1; } .prize-number { display: inline-block; width: 28px; height: 28px; background-color: #E91E63; color: white; border-radius: 50%; text-align: center; line-height: 28px; font-weight: bold; margin-right: 10px; } .prize-item.first .prize-number { background-color: #FFC107; } .prize-name { font-weight: 600; color: #E91E63; font-size: 18px; } .prize-item.first .prize-name { color: #FF9800; } .prize-description { margin-top: 10px; color: #666; padding-left: 38px; } .share-section { padding: 30px; text-align: center; } .share-title { font-size: 20px; color: #555; margin-bottom: 20px; } .share-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 25px; } .share-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 25px; border-radius: 6px; color: white; text-decoration: none; font-weight: 600; min-width: 200px; transition: transform 0.2s; } .share-btn:hover { transform: translateY(-2px); } .share-btn i { margin-right: 8px; font-size: 18px; } .facebook-btn { background-color: #1877F2; } .whatsapp-btn { background-color: #25D366; } .website-link { display: inline-block; padding: 12px 30px; background: linear-gradient(135deg, #E91E63, #C2185B); color: white; text-decoration: none; border-radius: 6px; font-weight: 600; transition: all 0.3s; } .website-link:hover { box-shadow: 0 4px 12px rgba(233,30,99,0.3); } .footer { font-size: 12px; color: #888; text-align: center; padding: 20px; line-height: 1.5; } .mothers-day-icon { color: #E91E63; margin: 0 3px; } 

