/* Sticky footer styles ===== {
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
/*  background-color: #F3F4F6;*/
  font-family: Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
/* Sticky footer styles ===== }
-------------------------------------------------- */


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 60px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* ============================================================================ */

#adunicamp_logo {
    height: 50px;
}

#adunicamp_logo_pub {
    height: 110px;
}

.menu-top-a {
    border-bottom: 2px solid transparent;
    border-bottom-width: 2px;
    margin-left: 2.5rem;
    line-height: 50px;
}

.menu-top-a:hover {
    border-bottom: 2px solid #ccc;
    color: #212529;
}

.link-dark.menu-top-a {
    border-bottom-color: #818CF8;
}

li .menu-top-a {
    min-width: 100px;
    text-align: center;
    font-size: .875rem;
}

.dropdown-divider {
    border-color: #ccc;
}

.dropdown-menu li {
    font-size: .875rem;
}

.dropdown-item {
    font-size: .875rem;
}

#dropdownUser1 {
    font-size: .875rem;
    color: #6c757d;
}
#dropdownUser1:hover {
    color: #212529;
}

.dropdown-toggle::after {
    margin-left: 15px;
    border: none!important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107"!important; /* the desired FontAwesome icon */
    vertical-align: 0; /* to center vertically */
}

footer {
    padding-top: 10px;
    background-color: white !important;
    min-height: 90px;
}

address {
    margin-top: 0.6rem;
    margin-bottom: 0rem;
}

address a, .footer_link {
    color: #6c757d;
    text-decoration: none;
}
address a:hover, .footer_link:hover {
    color: #212529;
}
.titulo_header {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
/*    padding-left: 2rem;*/
    padding-right: 2rem;
    font-weight: 500;
    font-size: 1.25rem;
}

.bg-white {
    background-color: white!important;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;
}

.a_red {
    color: rgba(239,68,68,1);
    font-weight: 800;
    text-decoration: none;
}
.a_red:hover {
    color: rgba(153,27,27,1);
}

.a_indigo {
    color:rgba(99,102,241,1);
    font-weight: 800;
    text-decoration: none;
}

.a_indigo:hover {
    color: rgba(49,46,129,1);
}

/* ====================== */
.div_conteudo_pub {
    max-width: 80rem;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
    text-align: justify;
}

.div_conteudo_pub h2 {
    color: #111827;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 1em;
}

.div_conteudo_pub h4 {
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    font-size: 1em;
    font-weight: 600;
}

.div_conteudo_pub p {
    margin-bottom: 1.25em;
    margin-top: 1.25em;

}

.div_conteudo_pub a {   
    color: #111827;
    font-weight: 500;
    text-decoration: underline;
}

.input_label {
    color: rgba(55,65,81,1);
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 0;
}

.input_azul {
    border-radius: 0.375rem;
    margin: 0;
    margin-top: 0.25rem;
    background-color: rgba(232,240,254,1);
}
.input_azul:focus {
    background-color: rgba(232,240,254,1);
}

.div_interno_round {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;background-color: white;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    max-width: 28rem;
    border-radius: 0.5rem;
}

#btn_login {
    margin-left: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
}

.link-btn-vermelho {
    background-color: #EF4444;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    padding: 5px 10px;
}

.link-btn-vermelho:hover {
    background-color: #DE2222;
    color: white;
}

select {
    appearance: auto!important;
}

/*=====================================*/

/*@media only screen and (max-width: 768px) {
    #bt-filiese {
        display: none!important;
    }
}*/

#marcadagua {
    background-image :url(../img/marcadagua2.png);
    background-size: 100%; 
    background-repeat: no-repeat;
/*  background-size: cover;top: 0;left: 0;*/
}

main {
    min-height: 600px;
}
.termosdeuso_section,
.politicadeprivacidade_section,
.login_section {
    padding: 1.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    background-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(229,231,235,1);
}
.div_painel_mensagens, .div_perfil_form, .div_convenio_dados {
    margin-left: 3rem;
}
.painel_section {
    padding: 1.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    background-color:rgb(221,221,221,0.4);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(229,231,235,1);
}
.div_painel {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
}
.div_termosdeuso_main,
.div_politicadeprivacidade_main,
.div_convenio_main,
.div_painel_main,
.div_perfil_main{
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.div_perfil_top {
    padding: 1.5rem;
} 
@media only screen and (max-width: 768px) {
    .termosdeuso_section,
    .politicadeprivacidade_section,
    .login_section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .div_painel_mensagens, .div_perfil_form, .div_convenio_dados {
        margin-left: 0;
    }
    .painel_section {
        padding: 1rem;
    }
    .div_painel {
        margin-top: 0.5rem;
    }
    .div_termosdeuso_main,
    .div_politicadeprivacidade_main,
    .div_convenio_main,
    .div_painel_main,
    .div_perfil_main{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .div_perfil_top {
        padding: 0.5rem;
    } 
    #br_perfil{
        display: none;
    }
    .menu-top-a {
        margin-left: 0rem;
    }
    #adunicamp_logo {
        margin-top: 15px;
    }
    .menu-top-a {
        line-height: 20px;
    }
    .header_container{
        padding-right: 0;
        padding-left: 0;
    }
    .div_conteudo_pub {
        padding: 0;
    }
}
