body, html {
    margin: 0;
    padding: 0;
    background-size: cover;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#notificacoes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.msgErro, .msgSucesso {
    padding: 15px;
    border: 1px solid;
    border-radius: 4px;
    margin: 15px 0;
}

.msgErro {
    background: #FFCFCF;
    border-color: #FF2E2E;
}

.msgSucesso {
    background: #DEFFDB;
    border-color: #3FFF2E;
}

.noMargin {
    margin: 0;
}

.noPadding {
    padding: 0;
}

.btn-block {
    display: block;
}

#cabecalho {
    margin-bottom: 15px;
}

#caixaPrincipal {
    margin: 20px 0;
}

#conteudo {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

#rodape {
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#lateral, #termos {
    background: transparent; /* ou remova a linha */
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#info-politicas {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    border-radius: 4px;
}

#tituloLateral, .tituloLateral {
     background: #E8E8E8;
     color: #000000;
     padding: 15px 10px;
     border-radius: 4px 0 0 4px;
 }

.tituloLateral-secundario {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
}

/*painel lateral ingressos combos estacionamentos*/

.ingressos, .combos, .estacionamentos {
    margin: 1rem;
}

#tituloLateral h3, #tituloLateral p {
    padding: 0;
    margin: 0;
}

#logo, #logoMobile {
    text-align: center;
    margin: 0 15px;
}

#logoMobile {
    margin: 15px;
}

#logo img,
#logoMobile img {
    max-width: 150px;
    max-height: 150px;
    display: inline-block;
}

.cal-month-day span {
    z-index: 100;
    font-weight: bold;
}

.events-list {
    background-color: #0096DA;
    padding: 100px;
    opacity: 0.5;
    z-index: 99;
}

.event {
    background: none;
    display: none;
}

.cal-cell {
    overflow: hidden;
}

.caixa {
    padding: 15px;
}

.caixa-card-branca {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin: 0 0 20px;
    font-size: 16px;
}

.caixa-card-branca h3 {
    margin-top: 0;
    font-weight: bold;
    text-align: center;
}

.link-rodape, .link-rodape:hover, .link-rodape:active {
    color: #FFFFFF;
    margin: 15px 0;
    font-size: 15px;
    display: inline-block;
}

.vertical-center {
    vertical-align: middle;
}

#valoresTotais, .valoresTotais {
    height: 3.5rem;
    background: #CCCCCC;
    padding: 5px;
    border: 1px solid #AAAAAA;
    color: #000000;

}

#valoresTotais p, .valoresTotais p {
    color: #000000;
    display: block;
    font-size: 16px;
    display: flex;
}

#valoresTotais #valor, .valor{
    font-weight: bold;
    text-align: right;
}

.totalizador {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 10px 12px;
    margin-top: 12px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #ddd;
}


.btn-sbm-centro {
    margin: 0;
    border-radius: 0 0 4px 4px;
    border-top: none;
}

.btn-sbm-direita {
    background-color: #FF9800; /* Laranja vibrante */
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 0 8px 8px 0;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.btn-sbm-direita:hover {
    background-color: #fb8c00;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-sbm-direita:active {
    background-color: #ef6c00;
    transform: translateY(0);
}


.btn-sbm-esquerda {
    background-color: #81D4FA; /* Azul claro */
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 8px 0 0 8px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.btn-sbm-esquerda-com-radio {
    border-radius: 8px 8px 8px 8px;
}

.btn-sbm-esquerda:hover {
    background-color: #4FC3F7;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-sbm-esquerda:active {
    background-color: #039BE5;
    transform: translateY(0);
}

.btn-calendario {
    background-color: #1976d2;
    border: none;
    color: white;
    padding: 6px 14px;
    margin-left: 4px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-calendario:hover {
    background-color: #1565c0;
    transform: translateY(-1px);
}

.btn-calendario:active {
    background-color: #0d47a1;
    transform: translateY(0);
}


#listaIngressos {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0;
}

.cal-month-box [class*=cal-cell], .cal-year-box [class*=span] {
    max-height: 90px;
    min-height: 90px;
}

.erroValidacao {
    padding: 10px 0;
    color: red;
    display: inline-block;
}

#resumoCadastro {
    font-size: 13px;
}

.text-bold {
    font-weight: bold;
}

.termosUsoTitulo {
    max-height: 500px;
    overflow-y: auto;
}

.span-ver-mais-menos {
    color: #3a87ad;
}
.span-ver-mais-menos:hover {
    cursor: pointer;
    color: #2a6496;
}

.button-login-cadastro {
    display: block;
    width: 10%;
    margin-left: auto;
}

.span-ver-mais-menos {
    color: #3a87ad;
}
.span-ver-mais-menos:hover {
    cursor: pointer;
    color: #2a6496;
}

.button-login-cadastro {
    display: block;
    width: 10%;
    margin-left: auto;
}

/* Início Legenda do calendario */
#legenda-container {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 12px 16px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    gap: 10px;
}

.item-legenda {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 30%;
    min-width: 120px;
}

.item-legenda-square-1,
.item-legenda-square-2,
.item-legenda-square-3 {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    flex-shrink: 0;
}

.item-legenda-square-1 {
    background-color: #74CAE1;
}

.item-legenda-square-2 {
    background-color: #ffffff;
    border: 1px solid black;
}

.item-legenda-square-3 {
    background-color: #daa520;
}

.item-legenda-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}


/* Fim Legenda do calendario */

/* Fonte das mensagens */

.ui-messages-warn-icon {
    font-size: 1.8rem !important;
}

.ui-messages-warn-summary {
    font-size: 1.8rem;
}

.ui-messages-warn-detail {
    font-size: 1.6rem;
}

/* paginator dos grids*/
.ui-paginator *, .ui-paginator .ui-paginator-rpp-options option {
    font-size: 1.5rem !important;
}

.ui-paginator .ui-paginator-rpp-options  {
    transform: translateY(-.3rem);
}

.meuDialogCustom .ui-dialog-title {
    font-size: 24px !important; /* tamanho do texto */
    font-weight: bold;
}
