.footer-2 {
    width: 100%;
    background-color: #02327B;
    padding: 20px 0;
	
}
.footer-2 h3{
	color:#fff;
	font-size: 11px;
	font-weight: 400;
}
.footer-2 p{
	font-size: 10px;
	color:#ccc;
}
.footer-2 .container {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* Garante que as colunas fiquem na mesma linha */
}

.footer-2 .column {
    flex: 1 1 30%; /* As três primeiras colunas ocupam 30% cada */
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
}

.footer-2 .pkp_brand_footer {
    flex: 0 0 10%; /* A coluna da imagem ocupa 10% e não expande */
    text-align: center;
}

.footer-2 h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-2 p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-2 a {
    text-decoration: none;
    color: #007BFF;
}

.pkp_brand_footer img {
    max-width: 100%;
    height: auto;
}

.footer-2 img {
    max-width: 50%;
}

.footer-2 .column-extra {
    text-align: center;
	color:#ffffff;
}
.pkp_structure_footer_wrapper {
    background: #02327B;
}

.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0.5em 1.5em; /* Aumentado para melhorar a usabilidade */
    background: #02327B; /* Cor de fundo refinada para um azul mais sofisticado */
    border: 1px solid #02327B; /* Um tom mais escuro para o contraste da borda */
    border-radius: 5px; /* Bordas suavemente arredondadas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra leve para dar profundidade */
    font-size: 1rem; /* Aumentada para melhor legibilidade */
    line-height: 2.5rem; /* Proporcional à altura do botão */
    font-weight: 600; /* Negrito para destacar o texto */
    color: #fff; /* Cor branca para o texto, contrastando bem com o fundo azul */
    text-decoration: none;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease; /* Transições suaves */
    cursor: pointer;
}

.cmp_button:hover, .cmp_form .buttons button:hover, .page_lost_password .buttons button:hover, .page_search .submit button:hover, .block_make_submission a:hover {
    background: #005b83; /* Cor de fundo levemente escurecida no hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Sombra maior no hover */
}

.cmp_button:active, .cmp_form .buttons button:active, .page_lost_password .buttons button:active, .page_search .submit button:active, .block_make_submission a:active {
    background: #004a6d; /* Tom ainda mais escuro no clique */
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2); /* Efeito de botão pressionado */
}

/*SIDEBAR*/
.pkp_structure_sidebar left{
	background-color: red;;
}
@media (min-width: 992px) {
    .pkp_structure_sidebar {
        float: right;
        width: 300px;
		background-color: #f5f5f5 !important;
    }
}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
   max-width: 1180px;
}

@media (min-width: 992px) {
    .pkp_navigation_user a {
        padding-top: .357rem;
        padding-bottom: .357rem;
        line-height: 1.43rem;
        color: #001483;
        font-weight: 600;
    }
    .pkp_navigation_user a:hover{
        color: #007BFF
    }
}
@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 60px;
        padding-bottom: 15px;
    }
}