:root {
    --clr-blue-100: #180054;
    --clr-blue-200: #3214ce;
    --clr-purple-200: #A432F9;
    --clr-yellow: #d5b029;
    --clr-green-100: #2f5313;
    --clr-green-200: #70c73c;
    --clr-tomato: #FF6C4A;
    --clr-pink: #d34f9e;
    --clr-pink-200: #eddaf8;
    --clr-light: #fbfbfb;
    --clr-dark: #000;
    --clr-gradient-main: linear-gradient(270deg, #a432f9 15%, #ff6b47 105%);
}

#conteudo {
	width: 100%;
    background: url(../manual/fundocirculos-fill.png);
    background-repeat: repeat-y;
}

#page-content{
	padding: 0;
}

#contentsBlock {
	width: 76%;
    margin: 0 auto;
}


#miolo img {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: -webkit-fill-available;
}

a>strong {
    color: inherit;
    font-weight: inherit;
}

strong>a {
    font-weight: 100;
}

a{
	color: #A432F9;
}


#miolo h5 {
	margin-top: 24px;
}

#miolo h2 {
	border: none;
    margin-top: 24px;
    font-size: 13pt;
}

*{
	color: #180054;
}

#headerBlock{
	margin:0 !important;
	background-color: #180054;
}

.fa-ellipsis-v{
	color: white;
}

#myDropdown{
	position: absolute;
    background-color: var(--clr-light);
    /* color: white; */
    line-height: 2.5;
    padding: 1rem !important;
    font-size: 12px;
    top: 3rem;
    text-wrap:nowrap;
    right: 0;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-filter: drop-shadow(0px 0px 9px var(--clr-purple-200));
    filter: drop-shadow(0px 0px 9px var(--clr-purple-200));
    place-items: end;
    border-width: 5px;
    border-style: solid;
    border-radius: 6px;
    -o-border-image: var(--clr-gradient-main);
    border-image: var(--clr-gradient-main);
    border-image-slice: 1;
}

#myDropdown.show{
	display:grid !important;
}

#myDropdown a{
	color: var(--clr-blue-100) !important;
	background: none !important;
	padding: 0 !important;
	text-decoration: none !important; 
	position: relative;
}
#myDropdown a:hover{
	color: var(--clr-purple-200) !important;
	background: none !important;
}

#myDropdown a:hover:before {
    width: 100%;
    background-color: var(--clr-purple-200);
}
#myDropdown a:before {
    width: 0;
    left: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 1px;
    bottom: 0;
    background-color: var(--clr-blue-100);
}

.fa-ellipsis-v:hover{
	color: #A432F9;
	background-color: transparent;
}

ul{
	line-height: 1.7;
}

h1,h2,h3,h4,p,a,#footerBlock{
	color: #180054 !important;	
}

a{
	text-decoration: underline !important;
}

a:hover{
	color: #A432F9 !important;
}

#miolo h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 18px;
    font-style: unset;
    border: none;
    margin: 25px 0 10px 0;
}

.twikiTable tr:nth-child(odd) {
    background: #fff;
}
.twikiTable tr:nth-child(even) {
    background: #efeff7;
}
.twikiTable th, td {
    padding: 10px;
}
.twikiTable th {
    background: #180054;
    color: white;
}