/* formatação slider*/

main > .container-fluid {
    margin-top:110px;
}

.container-topo{
    margin-top: 112px;
}

.bg-slide{
    height: 650px;
    background-color: #fb1414;
    background-image: url('/img/slider.jpg');
    background-size: contain;
    background-position:center top;
    background-repeat: no-repeat;


}

.card-pesquisa{
    position: absolute;
    top: 400px;
    left: 70%; /* Posição horizontal desejada */
    transform: translateX(-50%); /* Centraliza o cartão horizontalmente */
    min-width: 600px;
    border: none;
    width: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: rgba(255,255,255, 0.5);
    background-clip: border-box;
}
 .bg-preto{
     background-color:  #000000;
 }

.card-info{
    border: none !important;
}

/*formatação de texto */
.texto-vermelho{
    color: #fb1414;
}
.texto-azul{
    color: #041e42;
}

.font-small{
    font-size: 0.8rem;
}

.font-medium{
    font-size: 0.95rem;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 0.8rem !important;
}

    /* pagamento */

    .bg-pagamento{
        background-color: #f4f7f9;
    }


    /* impressão de tela */
    #logo-impressao {
        display: none;
    }
    #area-impressao{
        display: none;
    }

    .display-assento{
        width: 200px;
    }

    /* janela modal termos */
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 99%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
    }
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


    .custom-link {
        font-weight: bold;
        color: red;
        text-decoration: underline;
    }


    @media print {
        body, html {
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
            height: 100%;
            margin: 0;
            position: relative;
        }

        footer {
            display: none;
        }

        .header, #header, .navbar, #navbar {
            display: none !important;
        }
        #naoimprimir, #naoimprimir ~ * {
            display: none !important;
        }
        #area-impressao, #area-impressao ~ *{
            display:block;
            margin: 10px;
            padding: 5px;
        }

        .titulo-impressao{
            padding: 12px 12px 12px 12px ;
            border: 1px solid;
            margin: 10px 10px 10px 10px ;
            width: 900px;
            border-radius: 6px;
            background-color: #e9ecef;
        }
        .tickets, .avisos{
            padding: 12px 12px 12px 12px ;
            margin: 10px 10px 10px 10px ;
            width: 910px;
        }

        .footer-print {
            position: absolute;
            bottom: 0;
            width: 900px;
            padding: 10px 20px;
            box-sizing: border-box;
            background: #e0e0e0;
            border-top: 1px solid #ccc;
            text-align: center;
        }
        h2{
            margin: 0;
            padding: 0;
        }

        #logo-impressao {
            display: block !important;
            margin: 20px 0 20px 0;
        }
        .dados-forms{
            padding: 10px 10px 10px 10px ;
            border: none;
            margin: 10px 10px 10px 10px ;
            width: 900px;
        }
        .row {
            width: 100%;
            max-width: none !important;
        }
        .col-xl-6 {
            width: 50%;
            float: left;
        }
        .col-xl-6v2{
            width: 49%;
            float: left;
        }
        .row .col-xl-6:nth-last-child(1) {
            margin-left: auto; /* Empurra o último elemento para a direita */
        }

    .page-break {
        page-break-before: always;
        /* Força um novo início de página */
    }


}

    @media(min-width: 481px){
        .card-mobile-pesquisa{
            display: none !important;
        }
    }

    @media (max-width: 480px) {
        main > .container-fluid {
            margin-top:70px;
        }
        main > .container{
            margin-top:70px;
        }
        .logo{
            width:80px;
        }
        .bg-slide {
            height: 550px;
            background-image: url('/img/slider_mobile.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            background-position:center;
        }
        .card-body img{
            max-width: 50px;
            height: auto;
        }
        .card-pesquisa{
            display: none !important;
        }



    }

    @media print {
        body {
            font-family: 'Times New Roman', Times, serif;
            font-size: 12pt;
        }
        .container {
            width: 100%;
            margin: 0;
            padding: 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid black;
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
        }
    }
}



.modal-backdrop {
    z-index: 1050 !important;
  }

/* janela modal */
.modal-aviso {
    z-index: 1055 !important;
    display: block;
}
