/*
#d9b897 - bege
#c16566 - rosa
#5f2936 - vermelho
#270000 - vinho
#111c3c - azul
*/

/* CORES DOS LINKS E TEXTOS */
a {
    color: #111c3c !important;
}

a:hover, a:focus {
    color: #270000 !important;
}

.pkp_navigation_primary li a,
.pkp_navigation_user a {
    color: #ffffff !important;
}

.pkp_navigation_primary ul a,
.pkp_nav_list ul a{
    color: #111c3c !important;
}

.obj_issue_toc .cover img {
    border: 1px solid #5f2936;
}

/* CORES DOS DETALHES */
.cmp_notification {
    border-left: 5px solid #5f2936 !important;
    background: #d9b897 !important;
}

.pkp_navigation_primary [aria-haspopup] ul a:focus, .pkp_navigation_primary [aria-haspopup] ul a:hover,
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus{
    border-color: #5f2936 !important;
}

.header_view .return {
    color: #5f2936 !important;
}

.header_view {
    background-color: #5f2936 !important;
}

.pkp_nav_list > ul {
    left: -3em !important;
}

.pkp_navigation_user ul {
    width: 13em !important;
}

/* CONTENT */
.pkp_structure_main {
    text-align: justify !important;
}


/* HEADER */
.pkp_site_name .is_img img {
    max-height:none !important;
}

.pkp_site_name > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* FOOTER 	rosa: #d9b897
			verde:  #2F998D */
.pkp_structure_footer_wrapper {
    background: #f8dfb1 !important;
	
}

#logo_bottom {
    background-image: url('https://i.ibb.co/jJgFNfn/logo-nova.png');
    background-repeat: no-repeat;
    height: 50px;
}

/* Search */
.pkp_head_wrapper .pkp_search .search_prompt {
    color: #fff !important;
}

.pkp_head_wrapper .pkp_search.is_open .search_prompt {
    background: rgb(196,79,91);
}