.elementor-1241 .elementor-element.elementor-element-1fe250e{--display:flex;}#wpr-popup-id-1241 .wpr-popup-container-inner{background-color:#FFFFFF00;height:auto;z-index:13;align-items:flex-start;padding:20px 20px 20px 20px;border-radius:0px 0px 0px 0px;}#wpr-popup-id-1241 .wpr-popup-container{width:650px;animation-duration:1s;}#wpr-popup-id-1241 .wpr-template-popup-inner{justify-content:center;align-items:center;}#wpr-popup-id-1241{z-index:9999;}#wpr-popup-id-1241 .wpr-popup-overlay{display:block;}#wpr-popup-id-1241 .wpr-popup-close-btn{display:none;color:#333333;width:35px;height:35px;border-style:none;border-radius:2px 2px 2px 2px;}#wpr-popup-id-1241 .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{background-color:#333333;}#wpr-popup-id-1241 .ps > .ps__rail-y > .ps__thumb-y{background-color:#333333;}#wpr-popup-id-1241 .wpr-popup-close-btn:hover{color:#54595f;}#wpr-popup-id-1241 .wpr-popup-close-btn i{font-size:20px;line-height:35px;}#wpr-popup-id-1241 .wpr-popup-close-btn svg{width:20px;height:20px;line-height:35px;}/* Start custom CSS for html, class: .elementor-element-8632d3d */body {
    pointer-events: auto !important;
    z-index: 1 !important;
    overflow: auto !important;
}

/* Remove sobreposições comuns */
.ra-popup-overlay,
.elementor-popup-modal,
.dialog-overlay,
.dialog-widget-content {
    display: none !important;
    pointer-events: none !important;
}

/* Popup visual */
.chopp-promo-popup {
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    max-width: 400px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    position: relative;
    z-index: 9999 !important;
}

.chopp-promo-popup h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.confirmation-section {
    margin-bottom: 20px;
}

.confirmation-text {
    font-size: 14px;
    color: #666;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.promo-button {
    background-color: #006837;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto !important;
}

#btn-nao {
    background-color: #b00020;
}

.promo-button:hover {
    opacity: 0.9;
    transform: scale(1.03);
}/* End custom CSS */