.elementor-19385 .elementor-element.elementor-element-571ab23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:060px;--padding-bottom:060px;--padding-left:0px;--padding-right:0px;}.elementor-19385 .elementor-element.elementor-element-571ab23:not(.elementor-motion-effects-element-type-background), .elementor-19385 .elementor-element.elementor-element-571ab23 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lp.felipemarx.com.br/wp-content/uploads/2024/07/bg_1_1.webp");background-position:center center;}.elementor-19385 .elementor-element.elementor-element-2909e1b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19385 .elementor-element.elementor-element-9a2c411{text-align:center;}.elementor-19385 .elementor-element.elementor-element-9a2c411 .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:31px;font-weight:700;text-transform:uppercase;color:#000000;}.elementor-19385 .elementor-element.elementor-element-06765fb > .elementor-widget-container{border-radius:15px 15px 15px 15px;}.elementor-19385 .elementor-element.elementor-element-06765fb .elementor-wrapper{--video-aspect-ratio:1.77777;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:440px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-19385 .elementor-element.elementor-element-9a2c411 .elementor-heading-title{font-size:1.5em;}.elementor-19385 .elementor-element.elementor-element-9789e67{width:100%;max-width:100%;}.elementor-19385 .elementor-element.elementor-element-9789e67.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:1;}}@media(min-width:441px){.elementor-19385 .elementor-element.elementor-element-2909e1b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-9789e67 */header {
            text-align: center;
        }
.live-indicator {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #fff;
            border: 1.5px solid #dc2626;
            padding: 8px 20px;
            border-radius: 6px;
            font-size: 0.875rem;
            font-weight: 600;
            color: #dc2626;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
        }

        .live-dot {
            width: 8px;
            height: 8px;
            background: #dc2626;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.4; }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0970398 *//* Container Principal */
        .ingresso-card {
            border-radius: 20px;
            padding: 24px;
            max-width: 900px;
            width: 100%;
            margin: 0 auto;
        }

        /* Header com Preços */
        .ingresso-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 20px;
        }

        .price-info {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .price-label {
            font-size: 14px;
            color: #6b7280;
            font-weight: 500;
        }

        .price-old {
            font-size: 16px;
            color: #9ca3af;
            text-decoration: line-through;
            font-weight: 500;
        }

        .price-current {
            font-size: 40px;
            font-weight: 800;
            color: #1e40af;
            line-height: 1;
            letter-spacing: -0.02em;
        }

        .price-detail {
            font-size: 13px;
            color: #6b7280;
            margin-top: 2px;
            font-weight: bold;
            color: green;
        }

        /* CTA Button com Pulse */
        .cta-button {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            color: #fff !important;
            border: none;
            border-radius: 10px !important;
            padding: 18px 32px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
            position: relative;
            overflow: hidden;
            animation: pulse-button 2.5s ease-in-out infinite;
            flex: 1;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            font-family: "sora", arial, tahoma !important;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
            animation: none;
        }

        .cta-button:active {
            transform: translateY(0);
        }

        /* Animação de Pulse Sutil */
        @keyframes pulse-button {
            0%, 100% {
                box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
            }
            50% {
                box-shadow: 0 4px 20px rgba(37, 99, 235, 0.5);
            }
        }

        /* Ícone da Seta */
        .arrow-icon {
            width: 32px;
            height: 32px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        .cta-button:hover .arrow-icon {
            transform: translateX(4px);
        }

        .arrow-icon svg {
            width: 18px;
            height: 18px;
        }

        /* Progress Bar Container */
        .progress-container {
            margin-top: 20px;
        }

        .progress-bar-wrapper {
            background: #f3f4f6;
            border-radius: 50px;
            height: 12px;
            overflow: hidden;
            position: relative;
            margin-bottom: 12px;
        }

        .progress-bar {
            background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
            height: 100%;
            border-radius: 50px;
            transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
        }

        /* Shimmer Effect na Progress Bar */
        .progress-bar::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.3),
                transparent
            );
            animation: shimmer 2s infinite;
        }

        @keyframes shimmer {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }

        /* Progress Info */
        .progress-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .progress-text {
            font-size: 14px;
            color: #374151;
            font-weight: 600;
        }

        .progress-percentage {
            font-size: 16px;
            font-weight: 800;
            color: #ef4444;
        }

        /* Countdown Timer */
        .countdown-wrapper {
            background: #fef2f2;
            border: 1px solid #fecaca;
            border-radius: 12px;
            padding: 12px 16px;
            margin-top: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .countdown-icon {
            width: 20px;
            height: 20px;
            color: #dc2626;
        }

        .countdown-text {
            font-size: 13px;
            color: #991b1b;
            font-weight: 600;
        }

        .countdown-timer {
            font-weight: 700;
            color: #7f1d1d;
        }

        /* Responsivo */
        @media (max-width: 640px) {
            .ingresso-card {
                padding: 20px;
            }

            .ingresso-header {
                flex-direction: column;
                align-items: stretch;
            }

            .price-info {
                align-items: center;
                text-align: center;
            }

            .price-current {
                font-size: 32px;
            }

            .cta-button {
                padding: 16px 24px;
                font-size: 14px;
                width: 100%;
            }

            .progress-text {
                font-size: 13px;
            }

            .progress-percentage {
                font-size: 14px;
            }
        }

        @media (max-width: 400px) {
            .price-current {
                font-size: 28px;
            }

            .cta-button {
                font-size: 13px;
                padding: 14px 20px;
            }
        }/* End custom CSS */