body {
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

.navbar {
    background-color: rgb(25, 31, 40);
}

.navbar-brand,
.navbar-nav .nav-link {
    color: #fff;
}

.event-banner {
    position: relative;
    text-align: center;
    color: white;
}

.event-banner img {
    width: 100%; /* A imagem ocupa toda a largura disponível */
    height: 100%; /* A altura da imagem será ajustada proporcionalmente */
    object-fit: contain; /* Garante que a imagem será completamente visível, sem cortes */
    position: relative;
    z-index: 2;
}
.event-details {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    margin-top: 25px;
    box-shadow: rgb(197, 197, 197) 0px 6px 24px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.event-purchase {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 15px;
    margin-top: 25px;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

.share {
    border-color: rgb(49, 49, 163);
    border-radius: 100vw;
    background-color: rgb(250, 250, 250);
}

@media (max-width: 830px) {
    .share {
        margin-top: 0px;
    }

}

.card-custom {
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ticket-option {
    margin-bottom: 1rem;
}

.batch {
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
}

.batch-name {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.price {
    font-size: 1.2rem;
    color: #333;
}

.fee {
    font-size: 0.9rem;
    color: #888;
}

.installments {
    font-size: 0.9rem;
    color: #666;
}

.status {
    margin-top: 0.5rem;
}

.closed {
    color: red;
}

.open {
    display: flex;
    align-items: center;
}

.open input[type="radio"] {
    margin-right: 0.5rem;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
}

.comprar {
    border-radius: 100vw;
    background-color: rgb(25, 31, 40);
    text-decoration: none;
    color: white;
    border-color: rgb(25, 31, 40);
}

.comprar:hover {
    background-color: rgb(14, 17, 20);
}

.fee-info {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #007bff;
    text-decoration: none;
}

.share:hover {
    background-color: rgb(164, 226, 255);
}

.footer-section {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.footer-column {
    flex: 1;
    padding: 10px;
}

.payment-icon,
.security-icon {
    width: 40px;
    margin: 0 5px;
}

.installment-option {
    font-size: 0.9rem;
}

.help-link {
    color: #007bff;
    text-decoration: none;
}

.help-link:hover {
    text-decoration: underline;
}

.security-logos {
    gap: 10px;
    /* espaço entre os logotipos */
}

/* Tamanho uniforme para as imagens */
.security-icon {
    width: 150px;
    /* ajuste o tamanho conforme necessário */
    height: auto;
}

.open input[type="number"] {
    width: 30%;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    /* Bordas mais arredondadas */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 123, 255, 0.1);
    /* Sombras modernas */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    /* Transições suaves */
    appearance: none;
    /* Remove o estilo padrão do navegador */
}

.open input[type="number"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
    /* Realce no foco */
    outline: none;
    /* Remove a borda de foco padrão */
}

.open input[type="number"]::-webkit-inner-spin-button,
.open input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Remove os botões de incremento/decremento no Chrome */
    margin: 0;
}

.bg-index {
    background-color: rgb(0, 28, 69, 1);
}

.categoria {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1676' height='430' viewBox='0 0 1676 430' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3405_50198)'%3E%3Cpath d='M1669.31 -124.702C1704.63 -198.281 1599.75 -278.89 1440.21 -219.509C1280.67 -160.128 1138.67 -174.472 940.588 -234.668C588.163 -341.792 438.492 -309.897 215.804 -220.763C150.423 -195.199 15.9418 -122.33 0.814447 -35.3897C-18.0424 73.26 298.334 62.7189 143.288 203.358C-11.7568 343.996 26.7216 552.457 835.628 313.658C939.215 283.079 1109.58 269.122 1259.68 366.729C1409.78 464.336 1549.16 434.834 1602.55 362.937C1716.96 208.836 1609.92 -1.08292 1669.31 -124.702Z' fill='%23EDF1FC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3405_50198'%3E%3Crect width='1676' height='430' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
    /* Espaço entre os botões e o campo */
}

.btn-quantity {
    background-color: rgb(25, 31, 40);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    width: 30px;
    /* Largura fixa para os botões */
    text-align: center;
}

.btn-quantity:hover {
    background-color: #0056b3;
}

input[type="number"] {
    text-align: center;
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5rem;
    font-size: 1rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    outline: none;
}

.timer-ticket {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 15px;
    background-color: transparent;
    text-align: center;
    color: white;
}


.header img {
    height: 40px;
}

.edit-button {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.order-summary {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.protection-option {
    margin-top: 20px;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
    border: 1px solid blue;
}

.event-detail-card .protection-option {
    margin-top: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

/* Estilos personalizados para a lista */
.modal-description {
    margin: 10px;
    font-size: 1rem;
    color: #6c757d;
}

.styled-list-item {
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    background-color: #f8f9fa;
    color: #343a40;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.styled-list-item:hover {
    background-color: #e9ecef;
}

/* Ajusta a largura do modal */
.modal-lg {
    max-width: 60%;
    /* Ajuste conforme necessário */
}



.features-section {
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
}

#fundo {
    max-height: 70%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    filter: blur(15px);
}

.imagem-evento-comprar img {
    object-fit: cover;
    margin: 20px auto;
    height: auto;
    max-height: 70vh;
    width: 50%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    margin: 0 auto; /* Garante alinhamento central em relação ao contêiner */
}

@media (max-width: 768px) {
    .imagem-evento-comprar img {
        width: 100%; /* Altera a largura para 100% em telas menores */
    }
}

.share-event {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    max-width: 500px;
    margin: 20px auto;
    border: 1px solid #ccc;
}

.share-event h6 {
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.share-event ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.share-event ul li {
    margin: 0 10px;
    font-size: 20px;
}

.share-event ul li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.share-event ul li a:hover {
    color: #0f0094;
}
