 /* Container dos botões */
.social-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

/* Botões padrão */
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    border-radius: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .social-btn {
        width: 64px;
        height: 44px;
        padding: 0;
        border-radius: 12px;
    }

    .social-btn span {
        display: none; /* some o texto */
    }

    .social-btn i {
        font-size: 18px;
    }
}

/* ===== DESKTOP ===== */
@media (min-width: 769px) {
    .social-btn {
        padding: 8px 16px;
        height: 42px;
    }

    .social-btn i {
        font-size: 16px;
    }
}

.btn-instagram {
    background: #00081D;
    color: #fff;
    border-color: #FFF;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border-color: #FFF;
}

.btn-waze {
    background: #4FC3F7;
    color: #fff;
    border-color: #FFF;
}

/* Botão Duvida de uso e Cancelamento */
#btnPolitica {
    background-color: transparent;
}

#btnPolitica:hover {
    background-color: #ff4847; 
}

#btnPolitica:focus,
#btnPolitica:active,
#btnPolitica:focus-visible {
    background-color: #ff4847;
    box-shadow: none;
    outline: none;
}

/* Cor do Calendário */
.flatpickr-current-month .flatpickr-monthDropdown-months {
	background: #00081d!important;
}
.flatpickr-months .flatpickr-month {
	background: #00081d!important;
}

/* Wrapper da quantidade (lado direito) */
.qt-wrapper {
    display: flex;
    align-items: center;
}


/* Reduz tamanho geral dos controles de quantidade */
.qt-group .btn {
    padding: 2px 8px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}
.qt-group input {
    height: 32px !important;
    font-size: 14px !important;
    padding: 0;
}
/* Ajuste das larguras */
.qt-group {
    width: 95px; /* era 120px */
}

/* Alinha verticalmente em telas pequenas */
@media(max-width: 768px){
    .qt-group {
        width: 110px;
    }
}

.ingresso-box {
    background: #E6F4FF; 
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ingresso-info strong {
    font-size: 15px;
    color: #000A1D;
}

.ingresso-info small {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
}

.qt-group-mini {
    width: 85px !important;
}

.qt-group-mini .btn {
    padding: 2px 7px !important;
    font-size: 14px !important;
}

.qt-group-mini input {
    font-size: 14px !important;
    height: 32px !important;
}

.ingresso-preco {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    /* margin-left: 10px; */
    color: green;
}

@media(max-width: 768px) {
    .ingresso-box {
        flex-direction: column;
        text-align: left;
        gap: 8px;
    }
}

@media (min-width: 992px) {
    .ingresso-box {
        display: flex;
        align-items: center;        
        justify-content: space-between;
    }

    .ingresso-info {
        flex: 1;                     
    }

    .qt-group-mini {
        margin: 0 20px;             
    }

    .qt-group-mini input {
        height: 32px !important;
        padding: 0 !important;
        font-size: 14px !important;
    }

    .qt-group-mini .btn {
        height: 32px !important;
        padding: 0 8px !important;
    }

    .ingresso-preco {
        width: 120px;                  
        text-align: right;
        font-weight: bold;
    }
}


/* 
.ingresso-box {
    background: #E6F4FF;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 15px;
}


.ingresso-preco {
    font-weight: bold;
    font-size: 14px;
    color: #000A1D;
}


.qt-group-mini {
    max-width: 130px;
}

.qt-group-mini input {
    font-size: 14px;
    height: 32px;
}

.qt-group-mini .btn {
    height: 32px;
    padding: 0 8px;
} */


/* Compacta inputs no formulário */
.card-body .form-label {
    font-size: 13px;
    margin-bottom: 2px;
}

.card-body .form-control {
    padding: 6px 10px;
    height: 36px;
    font-size: 14px;
}

.card-body .mb-3 {
    margin-bottom: 12px !important;
}

/* Deixa as 3 colunas mais proporcionais */
@media(min-width: 1200px) {
    .col-xl-4 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

/* Ajusta grupo do cupom */
.cupom-group {
    display: flex;
    gap: 0;
}

.cupom-group input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 42px !important;
}

.cupom-group button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 42px !important;
    padding: 0 16px;
    font-size: 14px;
}

/* Corrige altura das colunas para ficarem iguais */
.card {
    height: 100%;
}

.card-body {
    padding-bottom: 32px !important;
}

/* Alinha visual das colunas 2 e 3 com a coluna 1 */
.row > div[class*="col-xl"] > .card {
    height: 100%;
}

@media(max-width:992px){
    .row > div[class*="col-xl"] > .card {
        height: auto !important;
    }
}
/* espaçamento apenas para desktop */
@media (min-width: 992px) {
    .mt-desktop {
        margin-top: 40px !important;
    }
}

.carousel-item {
    height: 260px; /* altura desejada no desktop */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* preenche sem distorcer */
    object-position: center;
}

/* Altura menor no mobile */
@media (max-width: 768px) {
    .carousel-item {
        height: 180px;
    }
}
.calendar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-erro {
    background: #ffe5e5;
    border: 1px solid #ff4d4f;
    color: #a10000;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}



.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    z-index: 9999;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.7);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

