body{
    margin:0;
    /* margin-bottom: 100px; */
}

/* Atualizar Cadastro */
.text-break{
    overflow: hidden;
}
/* Fim Atualizar Cadastro */
.asteriskField{
    color: red;
    font-weight: bold;
}

a{
    text-decoration: none;
}

.alert button{
    background-color: transparent !important;
    border: none !important;
}

/* Cadastro */
.custom-control-inline {
    margin-right: 2rem;
}
.form-check-inline {
    margin-right: 3rem;
}
.progresso_senha {
    position: relative;
    height: 1rem;
    width: 50%;
    overflow: hidden;
}
.cadastro .form-label{
    color: #309CD6;
    font-weight: 700;
    font-family: 'NewJuneBold', sans-serif;
}
.cadastro .form-select{
    color: #309CD6;
    font-weight: 700;
    border: 3px solid #309CD6 !important;
    border-radius: 10px;
}
.cadastro .select2-container {
    color: #309CD6;
    font-weight: 700;
    border: 3px solid #309CD6 !important;
    border-radius: 10px;
}
.cadastro .form-control{
    border: 3px solid #309CD6;
    border-radius: 10px !important;
}
.cadastro .form-control::placeholder{
    color: #BFBFC0;
    font-weight: 700;
}
.cadastro .info-cadastro{
    background-color: #959598;
    color: #fff;
    text-align: justify;
    padding: 0.5rem;
    font-weight: 700;
    width: 100%;
    cursor: initial;
}
/* Fim Cadastro */

/* HEADER PREFEITURA */
.bg-head-prefeitura{
    background: rgb(48,156,214);
    background: linear-gradient(90deg, rgba(48,156,214,1) 55%, rgba(85,174,221,1) 75%, rgba(149,204,234,1) 100%);
    padding: 2px 0;
    position: relative; 
    z-index: 1;
}
/* FIM HEADER PREFEITURA */

/* VISUALIZAR TODOS USUARIOS INTERNOS */

.lista-grupos-usuario-interno .list-group-item{
    background-color: transparent;
    border: none;
}

/* PÁGINA PRINCIPAL */
#principal{
    background-image: url('../img/background/bg_saltur.png');
    background-size: cover;
    height: 100%;
}

.linha-principal{
    transform: rotate(180deg); 
    width: 60px;
    border-top: 4px solid #161B5B;
}

#principal h2{ 
    font-family: 'NewJuneBold', sans-serif;
    color: #161B5B; 
}


#principal #cadeado{
    height: 100%;
}

#principal label{
    color: #161B5B;
    font-weight: 500;
}

#principal input{
    padding: 0.5em;
    order: 2;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
#principal .btn-inscricao{
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    font-family: 'NewJuneBold', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 9px 0;
}
#principal .form-label{
    color: #fff;
    font-family: 'NewJuneBold', sans-serif;
}
#principal .form-text a,#principal .form-text{
    color: #fff !important;
    font-family: 'NewJuneBold', sans-serif;

}

#principal .form-control:focus{
    box-shadow: 0 0 0 0.2rem #ee3460;
}

#principal button{
    background-color: #EAB034 ;
    color: #309CD6;
    border: 3px solid #EAB034;
    border-radius: 10px;
    font-family: 'NewJuneBold', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 9px 0;
  }
#principal .button-docs{
    background-color: transparent ;
    color: #EAB034;
    border: 3px solid #EAB034;
    border-radius: 10px;
    font-family: 'NewJuneBold', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 9px 0;
  }
  
#principal button:hover{
    color: #161B5B;
    background-color: #FFF;
}

#principal p{
    color:#161B5B !important;
}

#principal h3{
    color:#161B5B !important;
}

#principal a{
    text-decoration: none;
}

#principal .alert-link{
    font-weight: 800;
}

#principal hr{
    opacity: initial;
}

.button-modal{
    float: right;
    font-size: 1.0rem !important;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none !important;
    border-radius: 0% !important;
}
/* FIM PÁGINA PRINCIPAL */

/* PADRAO INTERNO */
.main{
    min-height: 84vh;
    background-image: url('../img/background/bg_interno.png');
    background-size: cover;
    background-position: center;
}

.padrao-interno h1 {
    font-family: 'NewJuneBold', sans-serif;
    color: #ED2C6F;
    font-weight: 700;
}
.padrao-interno h2 {
    font-family: 'NewJuneBold', sans-serif;
    color: #ED2C6F; 
    font-weight: 700;
}



/* FIM PADRAO INTERNO */


/* BOTAO DE VOLTAR */
.botao-voltar{
    background-color: #6BB24F ;
    color: #FFF;
    border-color: #6BB24F;
}
  
.botao-voltar:hover{
    color: #6BB24F;
    background-color: #FFF;
}

/* FIM BOTAO DE VOLTAR */

/* PAGINA PAINEL DO USUARIO */
#etapas-inscricao .card-title{
    line-height: 1.5;
    font-size: 18px;
    min-height: 87px;
    color: #309CD6;
    font-weight: 800;
}
#etapas-inscricao h2{
    color: #309CD6;
    font-family: 'NewJuneBold', sans-serif;
}
#etapas-inscricao .btn {
    display: block;
}
#etapas-inscricao .txt-status {
    color: #309CD6;
    font-weight: 800;
}
#etapas-inscricao .infos-painel{
    color: #309CD6;
    font-weight: 700;
}

#etapas-inscricao .card{
    border-radius: 20px;
}

.card-body {
    text-align: center;
}


/* CADASTRO */
.custom-control-label::after{
    background-color: #5d92b6;
}
/* FIM CADASTRO */


/* FIM ATUALIZAR CONTRATACAO ARTISTICA */



/* Dúvidas Frequentes  */
.duvidas h1{
    color: #004d9e;
}
.conteudo-div-duvidas{
    margin: 10px;
}
.texto-duvidas{
    /* text-align: left; */
    font-size:90%;
    text-align:left;
    max-width: 500px;
    border:solid #004d9e;
    color: #004d9e;
    font-weight: bold;
    margin: auto;
    /* text-left */
}
/*Fim Dúvidas Frequentes*/

/* Drop Dúvidas Frequentes*/
.drop-duvidas{
    margin-bottom: 50px;
}

.drop-duvidas p{
    color: #000000!important; 
    font-size: 18px;
}


.duvidas p{
    color: #000000!important; 
}

.accordion_duvidas {
    background-color: #fff;
    color: #161B5B;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    /* border: 5px; */
    border-color: #161B5B;
    text-align: left;
    outline: 5px auto;
    font-weight: 600;
    /* font-size: 15px; */
    margin-top: 15px;
    transition: 0.4s;
    font-family: 'NewJuneBold', sans-serif;
}

.accordion_duvidas:after {
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.drop-duvidas .panel {
    padding: 0 18px;
    /* background-color: #000; */
    max-height: 0;
    overflow: hidden;
    border: 5px !important;
    border-color: #000 !important;
    transition: max-height 0.2s ease-out;
}

/* Fim Drop Dúvidas Frequentes*/

/*Proposta Artistica*/
#id_fl_valor_1 {
    display: none;
}

#div_id_st_declaracao_anuencia_veiculo_motorizado_anexo .form-label::after{
    content: "*";
    color: red;
    font-weight: bold;
}
#div_id_st_dados_equipamento_sonoro_anexo .form-label::after{
    content: "*";
    color: red;
    font-weight: bold;
}
/*Proposta Artistica*/

/*Manutenção*/
#manutencao {
    font-family: 'NewJuneBold', sans-serif;
}
/*Manutenção*/

/*Lista de propostas já avaliadas*/
.status-avaliada {
    background-color: #b2ff69;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
/*Lista de propostas já avaliadas*/

/*Lista de propostas em recurso*/
.status-recurso {
    background-color: #ccfffc;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
/*Lista de propostas em recurso*/

/* Texto modelo do contrato */ 
.django-ckeditor-widget {
    width: 100%;
}
/* Fim texto modelo do contarto */

@media only screen and (min-width: 1920px) {
    #principal{
        height: 100vh;
    }
}
@media only screen and (max-width: 1750px) {

}
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1650px) {
   

}
@media only screen and (max-width: 1575px) {

}     

@media only screen and (max-width: 1360px) {
    #principal {
        height: 100%;
    }
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1168px) {
    #principal h2{
        font-size: 23px;
    }

}

@media only screen and (max-width: 1024px) {
    #principal h2{
        font-size: 15px;
    }
}

.card-body ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

/* Fim Card-body sem bullets */

.paginacao_semit a{
    text-decoration: none;
}

.paginacao_semit_num .btn-light{
    background-color: #f8f9fa !important;
    color: #161B5B !important;
}

hr{
    margin: auto;
}

/* CADASTRO PROPOSTA ARTISTICA */
#div_id_fk_proponente{
    display: none !important;
}
/* CADASTRO PROPOSTA ARTISTICA */