html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }



/* FONTS UTILIZADAS */
@font-face {
    font-family: BrumderRegular;
    src: url('../font/Brumder-Regular.ttf');
}
@font-face {
    font-family: GudariakRegular;
    src: url('../font/Gudariak-Regular.ttf');
}
@font-face {
    font-family: PreloBold;
    src: url('../font/Prelo-Bold.ttf');
}
@font-face {
    font-family: QuicksandBold;
    src: url('../font/Quicksand-Bold.ttf');
}
@font-face {
    font-family: QuicksandLight;
    src: url('../font/Quicksand-Light.ttf');
}
@font-face {
    font-family: QuicksandMedium;
    src: url('../font/Quicksand-Medium.ttf');
}
@font-face {
    font-family: QuicksandRegular;
    src: url('../font/Quicksand-Regular.ttf');
}
@font-face {
    font-family: QuicksandSemibold;
    src: url('../font/Quicksand-SemiBold.ttf');
}
@font-face {
    font-family: HagridItalic;
    src: url('../font/Hagrid-Italic-trial.ttf');
}
@font-face {
    font-family: HagridRegular;
    src: url('../font/Hagrid-Regular-trial.ttf');
}
@font-face {
    font-family: HagridExtraboldItalic;
    src: url('../font/Hagrid-Text-Extrabold-Italic-trial.ttf');
}
@font-face {
    font-family: HagridExtrabold;
    src: url('../font/Hagrid-Text-Extrabold-trial.ttf');
}
/* FIM FONTS UTILIZADAS */

/* PAGINA PRINCIPAL */

#topo_sloga_carnaval_salvador{
    background-color: #FCD904;
}

.index_principal{
    background: url('../img/bgs/bg_camarote.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.index_principal h1 {
    font-family: 'HagridExtrabold';
    color: #342724;
    font-size: 2.5rem;
}

#botao-participar{
    background-color: #E01D3C;
    color: white;
    font-family: 'HagridExtrabold';
    width: 125%;
    margin-left: 2rem;
    font-size: 1.00rem;
}
#botao-participar:hover{
    background-color: black;
    color: #E01D3C;
}

#botao-regulamento{
    background-color: #0073BC;
    color: white;
    font-family: 'HagridExtrabold';
    width: 125%;
    margin-left: 2rem;
    font-size: 1.00rem;
}
#botao-regulamento:hover{
    background-color: black;
    color: #0073BC;
}

#botao-imprimir-comprovante{
    background-color: #0D9B49;
    color: white;
    font-family: 'HagridExtrabold';
    width: 125%;
    margin-left: 2rem;
    font-size: 1.00rem;
}
#botao-imprimir-comprovante:hover{
    background-color: black;
    color: #0D9B49;
}

/* REDMINE #1168 - INÍCIO */
#botao-imprimir-credencial{
    background-color: #000;
    color: white;
    font-family: 'HagridExtrabold';
    width: 125%;
    margin-left: 2rem;
    font-size: 1.00rem;
}
#botao-imprimir-credencial:hover{
    background-color: white;
    color: #000;
}
/* REDMINE #1168 - FIM */

#botao-mapa{
    background-color: #F89C1C;
    color: white;
    font-family: 'HagridExtrabold';
    width: 125%;
    margin-left: 2rem;
    font-size: 1.00rem;
}
#botao-mapa:hover{
    background-color: black;
    color: #F89C1C;
}

/* FIM PAGINA PRINCIPAL */

#login_administrativo #form_principal{
    margin-left: 13rem!important;
}

#login_administrativo #form_principal label{
    color: black;
}

/*  PAGINA LOGIN ADMINISTRATIVO */

#login_administrativo label{
    font-family: 'PreloBold';
    color: black;
    font-size: 1.5rem;
}

#login_administrativo button{
    background-color: #E33439;
    color: black;
    font-family: 'PreloBold';
    text-transform: uppercase;
}

#login_administrativo button:hover{
    background-color: black;
    color: #E33439;
}

#login_administrativo a{
    font-family: 'PreloBold';
    color: black;
}
/*  FIM PAGINA LOGIN ADMINISTRATIVO */

/* PAINEL ADMIN */

.painel_admin{
    background-color: #f4f8f9;
}

.painel_admin h1{
    font-family: 'PreloBold';
}

.cadastro_form label{
    font-family: 'PreloBold';
}

.cadastro_form button{
    background-color: #006CB5;
    color: black;
    font-family: 'PreloBold';
    text-transform: uppercase;
}

.cadastro_form button:hover{
    background-color: black;
    color: #006CB5;
}

#remover-acrecentar{
    display: none;
}

/* FIM PAINEL ADMIN */


/* FOOTER */
#footer-semit{
    background: #FFEC00;
    bottom: 0; 
    width: 100%; 
    color:#0073BC;
    font-weight: bolder;
    font-family: 'PreloBold';
    /* position: fixed; */
  }
  
#footer-semit a{
    color:#0073BC;
    font-weight: bolder;
    text-decoration: none;
}  
/* FIM FOOTER */


/* PAGINACAO */
.paginacao_semit a{
    text-decoration: none;
}

.paginacao_semit_num .btn-light{
    background-color: #f8f9fa !important;
    color: #161B5B !important;
}
/* FIM PAGINACAO */


#mapa_camarote p{
    font-family: 'BrumderRegular';
    color: black;
    font-size: 2rem;

}


.hr_cadastro_datacamarote{
    color: #0E4F84 !important;
    background-color: #0E4F84;
    height: 5px !important;
}

.form_check_tabela{
    padding-left: 14.7em;
}