/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
Custom CSS

Add all your Custom Styled CSS here for New Styles or
Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#header {
    position: relative;
    background-color: #FFF;
    border-bottom: none !important;
}

#copyrights {
    color: #ffb000 !important;
}

.fbox-pericias {
    margin: 0 auto !important;
}

.fbox-icon-pericias {
    width: 12rem !important;
    height: 10.5rem !important;
}

.fbox-icon-pericias i {
    font-size: 5rem !important;
    line-height: 9rem !important;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.team-title span {
    font-size: 0.8rem !important;
}

.button.button-border.button-light {
    border-color: none;
    background: #e3e3e3;
    color: #000;
    font-size: 10px !important;
    font-weight: normal;
    border-radius: 8px;
}

.button.button-border.button-light:hover {
    border-color: none;
    background: #f8c209;
    color: #000;
    font-size: 10px !important;
    font-weight: normal;
    border-radius: 8px;
}

.button-yellow {
    background: #ffb100;
    color: #000000;
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 38px !important;
    color: #000000;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}

.promo {
    position: relative;
    padding: 30px 200px 30px 0;
}

.promo h3 {
    font-weight: bold;
    margin-bottom: 0;
}

.promo>span,
.promo>.container>span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 16px;
    margin-top: 6px;
}

.promo a.button {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -18px;
    left: auto;
    right: 0;
}

.promo a.button.button-mini {
    margin-top: -12px;
}

.promo a.button.button-small {
    margin-top: -15px;
}

.promo a.button.button-large {
    margin-top: -22px;
}

.promo a.button.button-xlarge {
    margin-top: -25px;
}

.promo a.button.button-desc {
    margin-top: -40px;
}

/* Promo Uppercase
-----------------------------------------------------------------*/

.promo-uppercase {
    text-transform: uppercase;
}

.promo-uppercase h3 {
    font-size: 22px;
}

.promo-uppercase>span,
.promo-uppercase>.container>span {
    font-size: 15px;
}

/* Promo - with Border
-----------------------------------------------------------------*/

.promo.promo-border {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding-left: 30px;
}

.promo.promo-border a.button {
    right: 30px;
}

/* Promo - Light
-----------------------------------------------------------------*/

.promo.promo-light {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding-left: 30px;
}

.promo.promo-light a.button {
    right: 30px;
}

/* Promo - Dark
-----------------------------------------------------------------*/

.promo.promo-dark {
    border: 0 !important;
    background-color: #333;
    padding: 10px 200px 10px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.promo.promo-dark h3 {
    color: #FFF;
}

.promo.promo-dark>h3 span,
.promo.promo-dark>.container>h3 span {
    padding: 2px 8px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-weight: 400;
}

.promo.promo-dark>span,
.promo.promo-dark>.container>span {
    color: #CCC;
    margin-top: 8px;
}

.promo.promo-dark a.button {
    right: 30px;
}

.button-green {
    background-color: #59BA41 !important;
}

.button-green:hover {
    background-color: #026e25 !important;
}

.page-title-dark {
    background-color: #333 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    border-bottom: none;
}

.page-title-dark h1 {
    color: rgba(255, 255, 255, 0.9) !important;
}

.page-title-dark span {
    color: #ffb100 !important;
}

.page-title-dark .breadcrumb>.active {
    color: #ffb000 !important;
}

.page-title-dark .breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
}

.page-title-dark .breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.95);
}

.page-title-dark .breadcrumb-item+.breadcrumb-item::before {
    color: #CCC;
}

/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded {
    border-radius: 50%;
}

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless {
    border-color: transparent !important;
}

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
    background-color: #444;
    color: #FFF !important;
    border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
    background-color: rgba(0, 0, 0, 0.05);
    color: #666 !important;
    border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored {
    border-color: transparent !important;
}

.si-colored i {
    color: #FFF;
}

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
    line-height: 30px !important;
}

.social-icon i {
    display: block;
    position: relative;
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon i:last-child {
    color: #FFF !important;
}

.social-icon:hover i:first-child {
    margin-top: -38px;
}

.social-icon.si-large:hover i:first-child {
    margin-top: -54px;
}

.social-icon.si-small:hover i:first-child {
    margin-top: -30px;
}

.social-icon:hover {
    color: #555;
    border-color: transparent;
}

.si-colored.social-icon {
    border-color: transparent;
}

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 499;
    transform: translateY(-50%);
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
    left: auto;
    right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

.si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px;
}

.heading-block>span:not(.before-heading) {
    display: inline;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.pricing-title span {
    display: block;
    color: #777;
    font-size: 0.8rem;
    margin: 3px 0;
}

.pricing-title h3 {
    display: block;
    color: #777;
    font-size: 1rem;
    margin: 3px 0;
}

.pricing-features {
    padding: 0 !important;
}

.pricing-features li {
    font-size: 0.9rem;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:hover,
.page-item.disabled .page-link:focus {
    border-color: #e5e5e5 !important;
    background: #e5e5e5 !important;
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    border-color: #e5b747 !important;
}

.ulDocs li {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px 10px 45px;
    margin-bottom: 10px;
    width: 95%;
    background-image: url("/defaults/logo/logo-icon.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
}

.ulDocs li:hover {
    background: #ffb100;
    background-image: url("/defaults/logo/logo-icon.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
    cursor: pointer;
}

.ulDocs a {
    color: #333333;
}

.ulModelos {
    margin-bottom: 0 !important;
}

.ulModelos li {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
}

.ulModelos li:hover {
    background: #ffb100;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
    cursor: pointer;
}

.ulModelos a {
    color: #333333;
}

.accordion-bg .accordion-header {
    background-color: #ffffff;
    padding: 0.75rem;
    border-radius: 2px;
    margin: 0;
    margin-bottom: 5px;
    border-top: 0;
}

.accordion-bg .pub-title {
    font-size: 12px;
}

.accordion-bg .pub-subtitle {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.accordion-publicacoes .accordion-bg .accordion-header {
    background-color: #eaeaea !important;
    padding: 0.75rem;
    border-radius: 2px;
    margin: 0;
    margin-bottom: 5px;
    border-top: 0;
}

.accordion-publicacoes .toggle-icon,
.accordion-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 5px 5px;
    text-align: center;
    vertical-align: middle;
}

.accordion-publicacoes .pub-title {
    font-size: 12px;
}

.accordion-publicacoes .pub-subtitle {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.assembleia-info ul li {
    font-size: 14px;
}

span.error {
    color: #cf0000 !important;
    font-size: 11px;
}

.bg-eximia {
    background: #e5b747;
}

.container-pericia {
    width: 50%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .feature-box h3 {
        font-size: 14px;
        color: #333333 !important;
    }
    .feature-box h3 span {
        color: #333333 !important;
    }
    .accordion-assembleias-processo div {
        width: 100%;
        margin-bottom: 10px;
    }
}