#topo{background-position:top right !important; background-repeat:no-repeat !important;}

.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 39px;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 147px);
    left: 0;
    top: 16px;
    background: #0054a8;
        padding-bottom: 17px;
}

.timeline li {
    position: relative;
    margin-bottom: 20px;
        list-style: none !important;

}


.timeline li:before {
    content: "";
    position: absolute;
    width: 10.5px;
    height: 10.5px;
    background: #FFFFFF;
    border: 1px solid #0054a8 ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    left: -44px;
    top: 6px;
}
 


.timeline li:last-child:before {
    background: #0054a8 ;
    border-color: #0054a8 ;
}

div#executivo {
    margin-top: -30px;
}

.box-shadow{   box-shadow: 0px 0px 8px rgb(0 0 0 / 20%) !important;
    border-radius: 6px !important;
    padding: 0px 15px 15px 15px !important;
		background:#ffffff !Important;}
		
		
		
		.pum-overlay.pum-active, 
.pum-overlay.pum-active 
.popmake.active {     
     opacity: 1 !important;     
     display: block !important 
}

.equipe-executiva .vc_column-inner .wpb_wrapper {
    background: #ffffff;
    padding: 3px 3px 6px 3px !important;
    border-radius: 8px !important;
}