@font-face {
    font-family: "AlegreSans";
    src: url("AlegreSans-Regular.ttf");
}
@font-face {
    font-family: "Book Antiqua";
    src: url("BKANT.TTF");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Book Antiqua";
    src: url("ANTQUAB.TTF");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Book Antiqua";
    src: url("ANTQUAI.TTF");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Book Antiqua";
    src: url("ANTQUABI.TTF");
    font-weight: bold;
    font-style: italic;
}

:root {
    /* --bs-font-sans-serif: 'Book Antiqua'; */
    --cor_pricipal_logo: #790027;
    --cor_pricipal_logo_claro: #a50034;
    --cor_pricipal_logo_escuro: #680021;
    --cor_branco: #FFFFFF;
    --cor_preto:#000000;
    --cor_cinza_texto:#4d4d4d;
    --cor_amarelo: #fdc700;
    --cor_amarelo_claro: #fffb1d;
    --cor_amarelo_clarissimo: #ffffec;
    --cor_laranja: #f64c00;
    --cor_lazul: #0080bf;
    --cor_lazul_escuro: #006597;
    --cor_lazul_super_escuro: #003a57;
    --cor_lazul_clarissimo: #eff1fb;
}

.fundo_imagem {
    background-size: auto 100%;
    background-position: center;
}

.navegacao {
    background-color: var(--cor_pricipal_logo_escuro);
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.bloco_marrom, .bloco_laranja, .bloco_branco, .bloco_azul {
    width: 100%;
    display: flex;
    justify-content: center;
}


.bloco_marrom {
    background-color: var(--cor_pricipal_logo);
}

header {
    color: var(--cor_branco);
}

.logo {
    width: 43px;
    margin-left: 18px;
    margin-right: 18px;
    padding: 4px;
    border: 1px solid var(--cor_branco);
}

.fonte_logo {
    color: var(--cor_branco);
    font-family: 'Book Antiqua';
    font-size: 46px !important;
    line-height: 24px;
}
.fonte_logo span:nth-child(1) {
    font-family: 'AlegreSans';
    font-size: 50px;
}

.navegacao ul a {
    color: var(--cor_branco);
    font-size: 18px;
    /* letter-spacing: 1px; */
}

.navegacao  .nav-pills .nav-link {
    border-bottom: 2px solid var(--cor_pricipal_logo_escuro);
}
.navegacao  .nav-pills .nav-link:hover {
    border-bottom: 2px solid var(--cor_amarelo);
    border-radius: 0;
}

.navegacao ul a:hover {
    color: var(--cor_amarelo);
}

.navegacao ul a:focus {
    color: var(--cor_amarelo);
}

.mobile_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.area_reservada {
    display: block;
    height: 77px;
    position: relative;
    width: 100%;
}

.nav-link {
    padding: 8px;
}

.conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    max-width: 1280px;
    Box-sizing: border-box;
}

.bloco_marrom .conteudo {
    padding: 10px 0px;
    color: var(--cor_branco);
    font-size: 30px;
    line-height: 40px;
    margin: 30px;
    gap: 30px;
    padding: 60px 0px;
}

.amarelo_grande
{
    font-size: 36px;
    color: var(--cor_amarelo_claro);
    font-weight: 400;
}

.bloco_marrom .titulo {
    color: var(--cor_amarelo);
}

.bloco_marrom .titulo .barra{
    background-color: var(--cor_amarelo);
}

.text-yellow-400{
    color: var(--cor_amarelo);
}

.bloco_marrom .conteudo .fonte_logo {
    color: var(--cor_amarelo);
    font-size: 85px !important;
    line-height: 50px;
}
.bloco_marrom .conteudo .fonte_logo span:nth-child(1) {
    font-size: 83px;
}

.bloco_marrom .conteudo .texto_logo {
    width: 500px;
}

.bloco_marrom .tarja{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.bloco_marrom .tarja .botao_tarja{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    background-color: #FFFFFF3f;
    border-radius: 40px;
    font-size: 20px;
}
.bloco_marrom .botao_laranja {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 18px 30px;
    background: linear-gradient(134deg, var(--cor_amarelo) 0%, var(--cor_laranja) 100%);
    border-radius: 40px;
    font-size: 22px;
    font-weight: 400;
}

.titulo
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    align-items: center;
    font-weight: 500;
    gap: 20px;
    line-height: normal;
}

.titulo .barra{
    width: 200px;
    height: 3px;
    display: flex;
}

.bloco_laranja {
    background-color: var(--cor_amarelo_clarissimo);
    color: var(--cor_preto);
}

.bloco_laranja .conteudo{
    margin: 30px;
    gap: 50px;
    padding: 60px 0px;
}

.bloco_laranja .titulo {
    color: var(--cor_laranja);
}

.bloco_laranja .titulo .barra{
    background-color: var(--cor_laranja);
}

.bloco_azul {
    background-color: var(--cor_lazul_clarissimo);
    color: var(--cor_preto);
}

.bloco_azul .conteudo{
    margin: 30px;
    gap: 50px;
    padding: 60px 0px;
}

.bloco_azul .titulo {
    color: var(--cor_lazul_escuro);
}

.bloco_azul .titulo .barra{
    background-color: var(--cor_lazul_escuro);
}

.blocos_laterais {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
    width: 100%;
}

.card_foto {
    width: 280px;
    height: 600px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--cor_branco);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card_foto.menor{
    height: 634px;
}

.card_foto img{
    width: 100%;
    height: auto;
}

.card_foto .textos {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
}

.card_foto .textos .nome {
    font-size: 26px;
    font-weight: 400;
    color: var(--cor_laranja);
    margin-bottom: 10px;
}

.card_foto .textos .origem {
    font-size: 16px;
    font-weight: 200;
    color: var(--cor_preto);
}

.card_foto .textos .origem a{
    font-weight: 600;
    color: var(--cor_lazul);
}

.card_foto .textos .cargo {
    font-size: 18px;
    font-weight: 400;
    color: var(--cor_laranja);
}

.card_foto .textos .curriculo {
    font-size: 16px;
    font-weight: 200;
    color: var(--cor_preto);
}

.card_foto .par .nome {
    color:var(--cor_lazul);
}
.card_foto .par .cargo {
    color:var(--cor_lazul);
}

.bloco_branco {
    background-color: var(--cor_branco);
    color: var(--cor_preto);
}

.bloco_branco .conteudo{
    margin: 30px;
    gap: 50px;
    padding: 60px 0px;
}

.bloco_branco .titulo {
    color: var(--cor_pricipal_logo_claro);
}
.bloco_branco .titulo .barra{
    background-color: var(--cor_pricipal_logo_claro);
}

.texto_descritivo {
    width: 100%;
    max-width: 900px;
    padding: 0px 30px;
}

.card_pequeno {
    width: 280px;
    height: 280px;
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    background-color: var(--cor_branco);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    gap: 17px;
    font-size: 17px;
    line-height: 21px;
}

.card_pequeno .simbolo {
    width: 64px;
    height: 64px;
    padding: 13px;
    background-color: var(--cor_laranja);
    border-radius: 35px;
}

.card_pequeno .simbolo svg {
    width: 100%;
    height: 100%;
    color: var(--cor_branco);
}
.card_pequeno .titulo_card {
    font-size: 24px;
    color: var(--cor_laranja);
    font-weight: 400;
}

.faixa_destaque {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--cor_lazul_clarissimo);
    border-radius: 10px;
    padding: 40px;
}

.faixa_destaque .titulo_card{
    width: 100%;
    font-weight: 600;
    color: var(--cor_lazul_escuro);
    font-size: 28px;
    text-align: left;
}

.faixa_destaque ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.faixa_destaque li{
    width: calc(50% - 10px);
    text-align: left;
    font-size: 17px;
    color: var(--cor_lazul_escuro);
    font-weight: 600;
}

.faixa_destaque li::marker {
  color: var(--cor_laranja);
  /* font-size: 28px; */
  /* line-height: 17px; */
}

.lista_botes_programacao {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
}

.lista_botes_programacao .botao_programacao{ 
    width: 192px;
    height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: var(--cor_branco);
    color: var(--cor_cinza_texto);
    font-size: 22px;
    font-weight: 400;
    border-radius: 10px;
    cursor: pointer;
}

.lista_botes_programacao .botao_programacao .subtexto{
    font-size: 18px;
}

.lista_botes_programacao .botao_programacao.selecionado {
    background: linear-gradient(134deg, var(--cor_lazul) 0%, var(--cor_lazul_escuro) 100%);
    color: var(--cor_branco);
}

.lista_bloco_programacao{ 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: var(--cor_branco);
    color: var(--cor_cinza_texto);
    font-size: 22px;
    font-weight: 400;
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
}

.lista_bloco_programacao .tarja_horario {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(134deg, var(--cor_branco) 0%, var(--cor_lazul_clarissimo) 100%);
    border-left: 6px solid var(--cor_lazul);
    padding: 20px;
}

.lista_bloco_programacao .tarja_horario .hora{
    width: 160px;
    color: var(--cor_lazul);
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: fit-content;
    gap: 10px;
    padding-top: 1px;
}

.lista_bloco_programacao .tarja_horario .evento{
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 26px;
    text-align: left;
}

.lista_bloco_programacao .tarja_horario .evento .subtexto {
    font-size: 16px;
    color: var(--cor_lazul_escuro);
    text-align: left;
}

.texto_propaganda {
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    max-width: 600px;
}

.card_propaganda {
    width: 280px;
    border: 3px solid #ffffff31;
    border-radius: 20px;
    padding: 20px;
    color: var(--cor_branco);
    background: linear-gradient(134deg, #ffffff30 0%, #fdc70050 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    gap: 14px;
}


.card_propaganda .simbolo {
    width: 64px;
    height: 64px;
    padding: 13px;
    background-color: var(--cor_laranja);
    border-radius: 35px;
    display: flex;
    border: 2px solid #ffffff;
    margin-bottom: 20px;
}

.simbolo svg {
    width: 100%;
    height: 100%;
    color: var(--cor_branco);
}

.card_propaganda .titulo_card {
    font-size: 24px;
    font-weight: 400;
}
.card_propaganda .texto_menor_cheio {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
}
.card_propaganda .texto_menor {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
}

.card_propaganda .preco {
    font-size: 34px;
    font-weight: 400;
    color: var(--cor_amarelo_claro);
}

.botao_comprar {
    width: 180px;
    height: 48px;
    border-radius: 11px;
    border: 1px solid var(--cor_branco);
    font-weight: 600;
    color: var(--cor_branco);
    background-color: var(--cor_laranja);
    font-size: 19px;
}

.botao_comprar.esgotado {
    width: 180px;
    height: 48px;
    border-radius: 11px;
    border: 1px solid var(--cor_branco);
    font-weight: 600;
    color: var(--cor_branco);
    background-color: var(--cor_cinza_texto);
    font-size: 19px;
}

.card_propaganda .linha {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}

.card_propaganda .linha .imagem_kit {
    width: 90%;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.card_propaganda .linha .simbolo{
    width: 22px;
    height: 22px;
    padding: 0px;
    border-radius: 35px;
    margin-bottom: unset;
    border: 1px solid #ffffff;
    margin-top: 2px;
}

.card_propaganda .linha .texto{
    width: calc(100% - 35px);
    text-align: left;
    line-height: 22px;
}

.card_propaganda .linha .ilustracao{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.card_propaganda .linha span{
    font-size: 12px;
    font-weight: bold;
}

.card_propaganda .linha .destaque_fiurj{
    background-color: var(--cor_amarelo_claro);
    padding: 10px;
    border-radius: 20px;
    color: var(--cor_pricipal_logo);
    font-weight: bold;
}
.card_propaganda .linha .destaque_fiurj .legenda{
    color: red;
    font-size: 14px;
    margin-top: 9px;
}
.card_propaganda .linha .destaque_fiurj img{
    width: 210px;
}

.card_propaganda.marrom .simbolo {
    background-color: var(--cor_pricipal_logo_escuro);
}
.card_propaganda.azul .simbolo {
    background-color: var(--cor_lazul);
}
.card_propaganda.amarelo .simbolo {
    background-color: var(--cor_amarelo);
}

.bloco_festa {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: center;
    background: linear-gradient(134deg, var(--cor_amarelo_claro) 0%, var(--cor_laranja) 100%);
    color: var(--cor_branco);
    border-radius: 20px;
    color: var(--cor_pricipal_logo_escuro);
    align-items: center;
}

.fundo_imagem_encerramento {
    background-size: 100%;
    background-position: center;
    background-image: url(../images/festa_encerramento.jpg);
}


.bloco_festa h2{
    font-size: 40px;
}
.bloco_festa h3{
    font-size: 26px;
    font-weight: 600;
}
.bloco_festa .destaque{
    background-color: #ffffff33;
    border-radius: 20px;
    width: calc(100% - 80px);
    padding: 20px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-weight: 500;
}


.bloco_festa.azul {
    background: linear-gradient(134deg, var(--cor_lazul) 0%, var(--cor_lazul_escuro) 100%);
    color: var(--cor_branco);
    gap:10px;
}

.bloco_festa.azul h3{
    font-size: 22px;
    font-weight: 400;
    width: 80%;
}


.card_patrocinador {
    width: 280px;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    background-color: #eeeeee;
    /* //var(--cor_branco); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    gap: 17px;
    font-size: 17px;
    line-height: 21px;
}
.card_hotel {
    width: 280px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card_patrocinador .titulo_card {
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_patrocinador .titulo_card img {
    width: 100%;
}



.blocos_laterais_rodape {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 140px;
    flex-wrap: wrap;
}



.rodape {
    /* width: 100%; */
    text-align: center;
    font-size: 16px;
    color: var(--cor_branco);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}

.rodape b{
    color: var(--cor_amarelo);
    line-height: 20px;
}

.tarja_rodape {
    border-top: 1px solid #ffffff33;
}
.tarja_rodape a{
    color: var(--cor_amarelo);
}

.rodape .rede {
    width: 40px;
    height: 40px;
    padding: 7px;
    background-color: var(--cor_laranja);
    border-radius: 7px;
    display: flex;
    margin: 8px;
}

.rodape .rede svg {
    width: 100%;
    height: 100%;
    color: var(--cor_branco);
}
.rodape img {
    margin-bottom: 10px;
    width: 80px;
}

.modal_area_escura {
    background-color: #000000aa;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal_area_escura .modal_conteudo{
    width: calc(100% - 40px);
    max-height: 95vh;
    max-width: 800px;
    background-color: var(--cor_branco);
    border-radius: 20px;
    padding: 20px;
    font-size: 20px;
    overflow-y: auto;
}
.modal_area_escura .modal_conteudo img{
    width: 90%;
    border-radius: 10px;
}


.modal_area_escura .modal_conteudo .simbolo {
    width: 64px;
    height: 64px;
    padding: 13px;
    background-color: var(--cor_laranja);
    border-radius: 35px;
    display: flex;
    border: 2px solid #ffffff;
    margin-bottom: 20px;
}

.modal_area_escura .caixa_erro_conteudo{
    width: calc(100% - 40px);
    max-width: 500px;
    background-color: var(--cor_pricipal_logo_claro);
    color: var(--cor_branco);
    border-radius: 20px;
    padding: 5px 5px 20px 5px;
    font-size: 20px;
    border: 2px solid var(--cor_branco);
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal_area_escura .caixa_erro_conteudo button {
    width: 180px;
    height: 48px;
    border-radius: 11px;
    border: 1px solid var(--cor_branco);
    font-weight: 600;
    color: var(--cor_branco);
    background-color: var(--cor_laranja);
    font-size: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


.venda {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.modal_area_escura .caixa_erro_conteudo .fechar {
    width: 100%;
    text-align: right;
}
.modal_area_escura .caixa_erro_conteudo .fechar a{
    background-color: var(--cor_laranja);
    border: 2px solid var(--cor_branco);
    color: var(--cor_branco);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-left: auto;
}

.modal_area_escura .caixa_erro_conteudo .titulo_erro {
    color: var(--cor_amarelo_claro);
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.venda .titulo_card {
    font-size: 24px;
    font-weight: 400;
    color: var(--cor_lazul_escuro);
}

.venda label {
    margin-top: 10px;
    font-size: 18px;
    color: var(--cor_lazul_super_escuro);
}


.venda button {
    width: 180px;
    height: 48px;
    border-radius: 11px;
    border: 1px solid var(--cor_branco);
    font-weight: 600;
    color: var(--cor_branco);
    background-color: var(--cor_lazul_escuro);
    font-size: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.venda #valor_compra {
    margin-top: 10px;
    font-size: 22px;
    color: var(--cor_lazul_super_escuro);
    font-weight: 700
}

.venda .alerta {
    text-align: center;
    color: var(--cor_pricipal_logo_claro);
    font-weight: 400;
}

.venda .sublabel {
    font-size: 15px;
    color: var(--cor_cinza_texto);
}


@media (max-width: 1200px) {
    .mobile_header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .mobile_header .nav {
        justify-content: center;
    }

    .area_reservada {
        height: 120px;
    }
}
@media (max-width: 768px) {
    .area_reservada {
        height: 181px;
    }
}

@media (max-width: 550px) {
    .bloco_marrom .tarja{
        flex-direction: column;
        align-items: center;
    }
    .bloco_marrom .conteudo .texto_logo {
        width: calc(100% - 40px);
    }
}


/* =============================================
   ANIMAÇÕES DE SCROLL (Reveal)
   ============================================= */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }