.entrada {
    display: flex;
    justify-content: center;
    padding: 10px 0 15px 0;
    color: #23539a;
    gap: 1rem;
}
.entrada_pagina {
    display: flex;
    align-items: center;
}
.entrada_pagina h6 {
    padding: 0 10px;
    color: #23539a;
}
.titulo {
    color: #23539a;
}
.card {
    padding: 10px;
    height: auto;
    text-align: left;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 5px 15px rgba(50, 50, 50, 0.77);
}
.texto_mobile {
    margin: 0 2rem;
}
.videos {
    margin: 60px 0 40px 0;
}
.frame_video {
    margin-bottom: 60px;
}
/* .conteudo_texto {
    padding: 2rem 1rem;
} */
.conteudo_texto h2,
.conteudo_texto p,
.conteudo_texto ul {
    background-color: rgba(0, 0, 0, 0) !important;
    color: black;
}
.conteudo_texto h2,
.conteudo_texto h3 {
    color: black;
    font-family: "Calibri_Bold";
}

.empresa_card {
    display: -webkit-inline-box;
}
.img_molde {
    height: 35px;
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-size: contain;
    /* border-radius: 1rem; */
    /* background-position: center; */
}

.banner_img_bg {
    width: 380px;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.empresa_card_1 {
    width: 350px;
}
.empresa_card_2 {
    border-radius: 2rem;
    max-width: 380px;
    height: 200px;
}
.empresa_card_3 {
    width: 370px;
}
.empresa_card_3 iframe {
    border-radius: 2rem;
    padding-left: 20px;
    max-width: 370px;
    height: 210px;
}
.linha {
    display: flex;
    align-items: baseline;
    margin: -5px 0;
}
.sem_fotos {
    width: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
/* img {
    max-width: 100%;
    max-height: 45vw;
    border-radius: 1rem;
} */
/* iframe {
    max-width: 90vw;
} */

pre {
    display: none;
}
.btn_custom {
    background-color: #23539a;
    color: #fff;
    margin: 5px 0;
}
.btn_custom:hover {
    background-color: #23539a;
    color: #fff;
    color: #43bee8;
}

.btn_custom2 {
    background-color: #43bee8;
    color: #fff;
}
.btn_custom2:hover {
    background-color: #43bee8;
    color: #fff;
    color: #23539a;
}
.btn_div {
    text-align: end;
}
.ajuste_formulario_cadastro_empresa {
    display: flex;
    justify-content: space-between;
}
.form-group {
    width: 100%;
    padding: 0 5px;
}
.cep {
    width: 550px;
}
.estado {
    width: 150px;
}
.fique_dentro {
    color: #23539a;
    margin: 25px 0;
}

/* CSS Para o clima */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
table {
    border-collapse: collapse;
    border: solid 1px #e6e6e6;
    color: #666;
    background-color: #fff;
}
td,
th,
caption {
    padding: 10px;
}
caption {
    color: #fff;
    background-color: #333;
}
th {
    color: #000;
    background-color: #e6e6e6;
}
td {
    background-color: #ffffff;
}
.icon {
    width: 35px;
}
.text-center {
    text-align: center;
}
table.forecast {
    margin-bottom: 60px;
}

.forecast th,
.forecast td {
    width: 20%;
    text-align: center;
}

.forecast tbody td {
    border: solid 1px #e6e6e6;
}

.forecast .resume {
    background-color: #f7f7f7;
}
.temp-min {
    color: #5656ff;
}
.temp-max {
    color: #f75e5e;
}

.como_funciona h2 {
    color: #23539a;
}
.como_funciona h3 {
    color: #23539a;
}
.como_funciona p {
    color: #666;
}
.detalhes_evento_txt {
    max-width: 500px;
}

.row-flex-bet {
    display: flex;
    justify-content: space-between;
}
.info-item-coluba {
    flex-direction: column;
}
.info-item-flex {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.span_ingresso_card {
    margin: 0 25px;
}
.span_ingresso_card_descricao {
    max-width: 230px;
}

.img_ingresso_card_capa img {
    border: 1px solid #0d2a54;
    border-radius: 1rem;
    width: 150px;
    transition: 2s;
}
.img_ingresso_card_capa img:hover {
    width: 200px;
    transition: 2s;
}
.flex {
    display: flex;
}
.btn_enviar_solicite_ingresso {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    height: 45px;
    background: #23539a;
    border: 1px solid #0d2a54;
    border-radius: 10px;
    margin: 0 5px;
}
.btn_enviar_solicite_ingresso2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    height: 45px;
    background: #43bee8;
    border: 1px solid #0d2a54;
    border-radius: 10px;
}
.enviar_ingresso_txt {
    /* font-size: 18px; */
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
}
.btn_fechar_pop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 158px;
    height: 45px;
    background: #bc1c24;
    border: 1px solid #bc1c24;
    border-radius: 10px;
}
@media screen and (orientation: portrait), (max-width: 1000px) {
    .detalhes_evento_txt {
        width: auto;
    }
    .como_funciona {
        padding: 0 15px;
    }
    .form-group {
        width: 100%;
        padding: 0 5px;
    }
    .btn_div {
        text-align: center;
    }
    .ajuste_formulario_cadastro_empresa {
        flex-direction: column;
    }
    .mobile_none {
        display: none;
    }
    .conteudo_texto div {
        width: 90vw;
        /* padding-right: 20px; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .conteudo_texto p {
        /* text-align: justify !important; */
        font-size: 20px !important;
    }

    table {
        display: none;
        font-size: 14.5px;
    }
    td,
    th,
    caption {
        padding: 1px;
    }
    /* TODO: TIRAR ISSO PARA A TELA DE CLIMA */

    pre {
        display: initial;
        text-align: start;
        margin: 0;
        padding: 0;
    }
}

/* Painel */
.frame_endereco {
    width: 370px;
}
.frame_endereco iframe {
    border-radius: 2rem;
    padding-left: 20px;
    max-width: 370px;
    height: 210px;
}
#menu_painel {
    justify-content: space-around;
}
.btn_menu_painel {
    width: 180px;
    border-radius: 1rem;
    margin: 0.2rem 1rem;
    padding: 0.2rem 1rem;
    background-color: #283897;
    color: #fff;
}
.btn_menu_painel:hover {
    background-color: #283897;
    color: #43bee8;
}
.card_menu {
    padding: 2px 10px;
}
.space-around {
    display: flex;
    justify-content: space-around;
}
.space-between {
    display: flex;
    justify-content: space-between;
}
.flex {
    display: flex;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.col {
    flex-direction: column;
}
.img_evento_card {
    width: 200px;
    min-height: 140px;
    margin-right: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1rem;
}
.img_qrcode_card {
    width: 200px;
    min-height: 140px;
    margin-right: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.card-title {
    color: #283897;
    font-family: "Calibri_Bold";
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.card-text {
    color: black;
    font-family: "Calibri";
    font-size: 18px;
}
.card-body-evento {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 10px;
}
.card_evento {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem !important;
    background-position: center;
}
.card-text-evento {
    color: black;
    font-family: "Calibri";
    font-size: 18px;
    margin: 0;
}
.doacao_txt {
    color: red;
    font-size: 22px;
}
.cancelado-faixa {
    background-color: rgba(255, 0, 0, 0.712);
    position: absolute;
    margin: -250px 0 0 400px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    width: 300px;
}
.cancelado-faixa p {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
.space-around {
    flex-direction: row;
    justify-content: space-around;
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .space-around {
        display: flex;
        flex-direction: column;
    }
    .center_mobile {
        display: flex;
        align-items: center;
    }
    .frame_endereco {
        width: 370px;
    }
    .frame_endereco iframe {
        border-radius: 2rem;
        padding: 0px;
        margin: 10px 0;
        max-width: 50vw;
        height: 210px;
    }
    .card_ingresso {
        display: flex !important;
        flex-direction: column !important;
        height: auto;
    }
    .img_logo_ingresso img {
        width: 20vw;
    }
    .space-around_mobile {
        display: initial;
    }
    .cancelado-faixa {
        margin: -550px 0 0 5px;
        width: 210px;
    }
}

/* popup  */
.header_ver_dependentes {
    background-color: #0d2a54;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close {
    position: absolute;
    right: -20px;
    top: -20px;
}
.titulo_popup {
    /* font-family: "Rubik"; */
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.linha_formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex {
    display: flex;
}
.btn_ver_dependentes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    height: 45px;
    background: #23539a;
    border: 1px solid #0d2a54;
    border-radius: 10px;
    margin: 0 5px;
}
.btn_ver_dependentes2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    height: 45px;
    background: #43bee8;
    border: 1px solid #0d2a54;
    border-radius: 10px;
}
.dependentes_txt {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
}
.btn_fechar_pop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 158px;
    height: 45px;
    background: #bc1c24;
    border: 1px solid #bc1c24;
    border-radius: 10px;
}
@media screen and (orientation: portrait), (max-width: 1000px) {
    .block_mobile {
        display: block;
    }
    .space-around {
        display: flex;
        flex-direction: column;
    }
    .space-around2{
        display: block;
    }

    .frame_endereco {
        width: 370px;
    }
    .frame_endereco iframe {
        border-radius: 2rem;
        padding: 0px;
        margin: 10px 0;
        max-width: 90vw;
        height: 210px;
    }
}
@media screen and (orientation: portrait), (max-width: 500px) {
    .input_pesquisar {
        width: 50vw;
    }
    .heder_tabela_ingressos h3,
    .heder_tabela_ingressos h4,
    .heder_tabela_ingressos h5 {
        font-size: 12px;
    }
    .table_ingressos th {
        font-size: 12px;
    }
    .table_ingressos td {
        font-size: 12px;
    }
    .btn_custom_mobile {
        font-size: 10px;
        width: auto;
        overflow-wrap: break-word;
        padding: 10px 5px;
    }
    .linha {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .linha2 {
        align-items: start;
    }
    .span_ingresso_card {
        margin: 0;
    }
}
.btn_custom_mobile {
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    table {
        width: 100%;
    }
    /* Estilos adicionais para a tabela em dispositivos móveis */
}
