/* ----------------------------------------------------------------
	Canvas: Non-Profit
-----------------------------------------------------------------*/

/* Root Settings
-----------------------------------------------------------------*/

:root {
    --themecolor: #ffb000;
    --themecolorrgb: 198, 192, 156;
}

#footer {
    position: relative;
    background-color: #1a1a1a;
    border: none !important;
    color: #ffb000 !important;
}

#footer .social-icon {
    color: #ffffff !important;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #ffb000;
    border-bottom: 1px dotted #444;
}

/* Slider
-----------------------------------------------------------------*/

.swiper-container-horizontal>.swiper-scrollbar {
    top: auto;
    bottom: 180px;
    left: auto;
    right: 100px;
    width: 200px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

.swiper-scrollbar-drag {
    background: #000
}

.slide-number {
    opacity: 1;
    bottom: 10px;
    text-align: left;
    right: auto;
}

.slide-number-current {
    top: auto;
    bottom: 0;
    font-size: 30px;
    font-weight: 700;
}

.slide-number span {
    margin-left: 20px;
    font-size: 16px;
}

.slide-number-total {
    font-size: 13px;
    line-height: 28px;
    left: 29px;
}

.swiper-navs {
    position: absolute;
    left: auto;
    right: 300px;
    bottom: 140px;
    top: auto;
    z-index: 99;
}

.slider-arrow-left,
.slider-arrow-right {
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 36px;
    height: 36px;
}

.slider-arrow-right {
    left: 45px;
}

.slider-arrow-left i,
.slider-arrow-right i {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto;
    color: #000;
}

.slider-arrow-right i {
    margin-left: -1px;
}

.swiper-button-disabled {
    opacity: .5;
    cursor: default;
}

.dark .slider-arrow-left,
.dark .slider-arrow-right {
    border-color: rgba(255, 255, 255, 0.7);
}

.dark .swiper-container-horizontal>.swiper-scrollbar {
    background-color: rgba(255, 255, 255, 0.4);
}

.dark .swiper-scrollbar-drag {
    background: #FFF
}

.dark .slide-number,
.dark .slider-arrow-left i,
.dark .slider-arrow-right i {
    color: #FFF;
}

.slider-feature {
    position: relative;
    transform: translateY(-20%);
    z-index: 4;
}

.slider-feature a {
    color: #222;
    transition: all .2s ease;
}

.slider-feature a:hover {
    background-color: #C6C09C;
    background-color: var(--themecolor);
    transform: translateY(-2px);
    z-index: 1;
}

.slider-feature a i {
    position: relative;
    top: 4px;
    font-size: 20px;
    padding-right: 6px;
}

/* SVG Divider
-----------------------------------------------------------------*/

.svg-line {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
}

.button-svg {
    background-image: url('/theme/images/border.svg');
    background-repeat: no-repeat;
    background-position: center 120%;
    background-size: 100% 10px;
    color: #222;
    font-size: 16px;
}

/* Animated Setting
-----------------------------------------------------------------*/

.animated {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Carousel
-----------------------------------------------------------------*/

.oc-desc {
    position: absolute;
    top: 5%;
    left: 5%;
    bottom: 16px;
    background-color: #FFF;
    padding: 25px;
    border-radius: 3px;
    height: 90%;
    width: 90%;
}

.oc-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.oc-desc h3 {
    font-size: 16px;
}

.oc-desc h3 a {
    color: #111;
}

.oc-desc .skills li .progress::after {
    content: "\e9e3";
    font-family: 'font-icons';
    color: #C6C09C;
    color: var(--themecolor);
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY( -50%);
}

.oc-desc .counter.counter-inherit.counter-instant {
    display: inline-block;
}

.oc-desc .skills li .progress-percent {
    display: inherit;
    position: relative;
    background-color: transparent;
    color: #222;
    text-shadow: none;
    font-size: 14px;
    font-weight: 400;
    top: -30px;
    width: 100%;
    left: 0;
    height: auto;
    line-height: inherit;
    padding: 0;
    border-radius: 0;
}

.oc-desc .progress-percent::after,
.progress-percent::before {
    display: none;
}

.oc-desc .skills li .progress-percent .counter {
    display: block;
    position: relative;
    white-space: nowrap;
}

.owl-carousel .owl-item .oc-desc {
    opacity: 0;
    transform: scale(0.7);
    transition: all .3s cubic-bezier(0.4, 0.2, 0.2, 1);
}

/* .owl-carousel .owl-item:hover .oc-desc, */

.owl-carousel .owl-item.active.center .oc-desc {
    opacity: 1;
    transform: scale(1);
}

.world-map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.counter-section [class^=col-]:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    opacity: .4;
    background-image: url('/theme/images/divider-2.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.device-sm .counter-section [class^=col-]:nth-child(2)::after,
.device-md .counter-section [class^=col-]:nth-child(2)::after,
.device-xs .counter-section [class^=col-]::after {
    display: none;
}

/* Play Icon
-----------------------------------------------------------------*/

.play-video i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 61px;
    border-radius: 50%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 24px;
    color: #111;
    transition: all .3s ease;
    box-shadow: 0 0 1px 15px rgba(255, 255, 255, .1);
    -webkit-backface-visibility: hidden;
}

.play-video i.icon-small {
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 16px;
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, .1);
}

.play-video:hover i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #FFF;
}

.bg-color::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 75%;
    height: 75%;
    z-index: -1;
    border-radius: 6px;
    opacity: .3;
    background-color: #C6C09C;
    background-color: var(--themecolor);
}

.bg-color.left::before {
    top: -10px;
    left: -10px;
}

/* Heading Block
-----------------------------------------------------------------*/

.heading-block h2 {
    font-size: 36px;
    letter-spacing: -1px;
}

/* Missions Gloals
-----------------------------------------------------------------*/

.mission-goals .feature-box {
    box-shadow: 0 0 10px rgba(99, 114, 130, 0.15);
    padding: 25px 20px;
    border-radius: 10px;
}

/* Team/Volunteers
-----------------------------------------------------------------*/

.team-title {
    font-size: 17px;
}

.team-title small {
    display: block;
    font-size: 13px;
    color: #AAA;
}

.team-image img {
    border-radius: 6px;
    transition: .3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE */
}

.team-image img:hover {
    /*cursor: pointer;*/
    /*-webkit-filter: none;*/
    /*filter: none;*/
    /*filter: none; !* IE *!*/
}

.team.full-border {
    border: 5px solid #C6C09C;
    border-color: var(--themecolor);
    border-radius: 4px;
}

/* Subscribe Section
-----------------------------------------------------------------*/

.subscribe-section .subscribe-section-target {
    cursor: pointer;
    padding: 35px 0;
}

.subscribe-icon {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 120px;
    height: 120px;
    line-height: 110px;
    background-color: #C6C09C;
    background-color: var(--themecolor);
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -45%);
}

.subscribe-icon i {
    font-size: 38px;
    text-align: center;
    color: #444;
    font-weight: 600;
}

.subscribe-button {
    opacity: 0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) scale(0.5);
    transition: opacity .3s linear;
    z-index: 1001;
}

body:not(.nonprofit-success):not(.nonprofit-processing) .show .subscribe-button {
    opacity: 1;
    transform: translate(-50%, 50%) scale(1);
}

.nonprofit-loader.css3-spinner {
    background-color: rgba(198, 192, 156, 0.5);
    background-color: rgba(var(--themecolorrgb), 0.5);
}

.css3-spinner>div {
    background-color: #111;
}

#nonprofit-submitted,
.nonprofit-success #nonprofit,
body:not(.nonprofit-processing) .nonprofit-loader {
    display: none;
}

.subscribe-section-target .icon-arrow-down {
    transform: rotate(0deg);
    transition: transform .2s linear;
}

.subscribe-section-target:not(.collapsed) .icon-arrow-down {
    transform: rotate(180deg);
}

.subscribe-section .subscribe-icon i {
    transform: scale(1);
    transition: transform .25s ease;
}

.subscribe-section:hover .subscribe-icon i {
    transform: scale(1.2);
}

.nonprofit-success #nonprofit-submitted {
    display: block;
}

/* Border Form Design
---------------------------------------------------------------------------- */

.form-control.border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 19px;
    background-color: transparent !important;
    background-image: url('/theme/images/divider-3.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    border: 0;
}

.form-control.border-form-control::-moz-placeholder {
    opacity: .4;
}

.form-control.border-form-control:-ms-input-placeholder {
    opacity: .4;
}

.form-control.border-form-control::-webkit-input-placeholder {
    opacity: .4;
}

/* Event Calendar
-----------------------------------------------------------------*/

.fc-calendar {
    background: #FFF;
    box-shadow: 0 0 10px rgba(99, 114, 130, 0.15);
}

.fc-calendar .fc-row>div.fc-today,
.fc-calendar .fc-row>div>div a,
.fc-calendar .fc-row>div>div span {
    background-color: #C6C09C;
    background-color: var(--themecolor);
    box-shadow: none;
}

.fc-calendar .fc-row>div.fc-today>span.fc-date,
.fc-calendar .fc-row>div>div a:not(:hover),
.fc-calendar .fc-row>div>div span:not(:hover) {
    color: #222;
    text-shadow: none;
}

.fc-content {
    overflow-y: scroll !important;
}

.fc-calendar-event+.fc-calendar-event {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 12px;
    margin-top: 8px;
}

.fc-allday[datetime="true"]+.fc-starttime,
.fc-allday[datetime="true"]+.fc-starttime+.fc-endtime {
    display: none;
}

.fc-emptydate,
.fc-weekday {
    opacity: .07 !important;
}

.fc-past.fc-content .fc-calendar-event {
    opacity: .4;
    pointer-events: none;
}

.fc-past .fc-date,
.fc-past .fc-weekdays {
    opacity: .3;
}

/* Section Details
-----------------------------------------------------------------*/

.section-details p {
    color: #999;
}

.testi-content p {
    font-style: normal;
    padding-left: 30px;
    border-left: 3px solid rgba(198, 192, 156, 0.2);
    ;
    border-left: 3px solid rgba(var(--themecolorrgb), 0.2);
}

.testimonials-carousel .owl-stage {
    padding: 5px 0;
}

.testimonials-carousel::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 22px;
    font-size: 60px;
    color: rgba(198, 192, 156, 0.4);
    ;
    color: rgba(var(--themecolorrgb), 0.4);
    z-index: -1;
    font-family: "Segoe Print", "Times New Roman", Verdana;
}

.testi-meta {
    margin: 10px 0 0 30px;
}

/* Floating Contact
-----------------------------------------------------------------*/

.floating-contact-wrap {
    position: fixed;
    right: 50px;
    bottom: 120px;
    z-index: 299;
}

.floating-contact-wrap .floating-contact-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: #C6C09C;
    background-color: var(--themecolor);
    color: #FFF;
    cursor: pointer;
    z-index: 3;
    color: #222;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.floating-contact-wrap .floating-contact-btn:hover,
.floating-contact-wrap.active .floating-contact-btn {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #222;
    color: #FFF;
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    -webkit-transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon.btn-active,
.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon.btn-active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.floating-contact-wrap .floating-contact-box {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 380px;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.07);
    -webkit-transform: scale(.01);
    transform: scale(.01);
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-backface-visibility: hidden;
}

.floating-contact-wrap.active .floating-contact-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.floating-contact-wrap .css3-spinner {
    background-color: rgba(255, 255, 255, 0.8)
}

.floating-contact-wrap form {
    padding: 35px 30px;
}

#floating-contact-submitted,
.floating-contact-success #floating-contact,
.floating-contact-success .floating-contact-heading,
body:not(.floating-contact-processing) .floating-contact-loader {
    display: none;
}

.floating-contact-success #floating-contact-submitted {
    display: block;
}

.slider-caption h2 {
    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

.primary-menu .menu-container .menu-item a div {
    font-family: 'Exo', sans-serif !important;
}

span.bold {
    font-weight: 600 !important;
    text-transform: none;
    color: #ffffff;
    font-size: 1.8rem;
}

#copyrights {
    padding: 10px 0;
    background-color: #DDD;
    font-size: 0.875rem;
    line-height: 1.8;
    font-family: 'Exo', sans-serif !important;
}

.button-yellow-outline {
    background: transparent;
    border: solid 2px #ffb000;
    color: #ffb000;
}

.darkbg {
    background-color: #2a2a2a !important;
}

.home-block {
    border: solid 2px #848484;
    padding: 20px;
    text-align: center;
}

.home-block:hover {
    border: solid 2px #ffb000;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.home-block h3 {
    font-size: 1.5rem;
    color: #ffffff;
}

.home-block span {
    font-size: 0.9rem;
    color: #ffb000;
}

.homeSectionTitle {
    font-size: 2.5rem;
    font-weight: 500;
}

#sectionHomeInstitucional {
    background-image: url('/defaults/bg-home-institucional.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.home-equipe-foto {
    width: 75%;
}

.my-auto {
    margin: 0 auto;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

#homeInstitucionalTexto {
    border-left: solid 3px #f0ad4e;
    padding-left: 25px;
}

#homeInstitucionalTexto p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

#homeInstitucionalTexto p span.bold {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ffb000;
}

#home-estrutura-list {
    position: relative;
    padding-top: 5px;
}

#home-estrutura-list li {
    list-style: none !important;
    position: relative;
}

#home-estrutura-list li.home-estrutura-item {
    padding: 10px 10px 10px 20px;
    border: solid 1px #848484;
    border-left: solid 4px #ffb000;
    min-height: 90px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home-estrutura-list li.home-estrutura-item:after {
    content: "";
    display: block;
    border: 8px solid #1a1a1a;
    border-left-color: #ffb000;
    position: absolute;
    top: 40%;
    left: 0;
}

#home-estrutura-list li.home-estrutura-item h5 {
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
}

#home-estrutura-list li.home-estrutura-item span {
    font-weight: 400;
    font-size: 0.85rem;
    color: #ffffff;
}

#homeEquipe {
    min-height: 600px;
    background: url("/defaults/x-fundo.png") no-repeat;
    background-position: top center;
}

#home-equipe-list {
    position: relative;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}

#home-equipe-list li.home-equipe-item {
    list-style: none !important;
    position: relative;
    width: 19%;
    display: flex;
    flex-direction: column;
}

#home-equipe-list li.home-equipe-item img {}

#home-equipe-list li.home-equipe-item .home-equipe-info {
    background: #d2984a;
    padding: 10px;
    text-align: center;
}

#home-equipe-list li.home-equipe-item .home-equipe-info h5 {
    font-size: 0.9rem;
    line-height: 0.8rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
}

#home-equipe-list li.home-equipe-item .home-equipe-info span {
    font-size: 0.75rem;
    font-weight: 500;
}

#home-equipe-list li.home-equipe-item .home-equipe-link {
    border-left: solid 1px #d2984a;
    border-right: solid 1px #d2984a;
    border-bottom: solid 1px #d2984a;
    text-align: center;
    padding: 10px;
}

.home-pilar-item {
    display: flex;
    padding: 40px;
    background: #2a2a2a;
    min-height: 200px;
}

.home-pilar-item .pilar-item-img {
    width: 40%;
}

.home-pilar-item .pilar-item-img img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

.greyscale {
    filter: grayscale(100%);
}

.home-pilar-item .pilar-item-info {
    width: 60%;
    padding-left: 25px;
}

.home-pilar-item .pilar-item-info h3 {
    font-size: 5rem;
    font-weight: bold;
    color: #545454;
    margin-bottom: 0;
    line-height: 5.5rem;
}

.home-pilar-item .pilar-item-info h3.resp {
    font-size: 3rem;
    font-weight: bold;
    color: #545454;
    margin-bottom: 0;
    line-height: 3rem;
}

.home-pilar-item .pilar-item-info p.valores {
    font-size: 0.8rem;
    margin-top: 10px;
}

.home-pilar-item .pilar-item-info p {
    font-size: 1rem;
    margin-top: 10px;
}

.home-destaque-item {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.home-destaque-item img {
    width: 90%;
}

#footer-info {
    color: #ffffff;
}

#footer-info ul#footer-links {
    border-left: solid 2px #d2984a;
}

#footer-info ul#footer-links li {
    list-style: none;
    padding-left: 25px;
    line-height: 1.2rem;
}

#footer-info ul#footer-links li a {
    color: #ffffff;
}

#footer-info ul#footer-links li a:hover {
    color: #ffb000;
}

#footer-copy {
    background: #f0ad4e;
    padding: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

#footer-copy a {
    color: #ffffff
}

#footer-copy a:hover {
    color: #000000;
}

#footer-localizacao {
    line-height: 1.2rem;
}

#footer-call {
    width: 100%;
    padding: 0 0 0 10px;
}

#footer-action {
    display: flex;
    color: #ffffff;
    width: 100%;
}

#footer-action #footer-action-info {
    width: 65%;
    background: #f0ad4e;
    padding: 20px;
}

#footer-action #footer-action-info h5 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
    color: #ffffff;
}

#footer-action #footer-action-info span.footer-action-phone {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom: 10px;
    color: #ffffff;
}

#footer-action #footer-action-info span.footer-action-email {
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #ffffff;
}

#footer-action #footer-action-link {
    width: 35%;
    background: #2a2a2a;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

#footer-action #footer-action-link .btn-footer-contato {
    border: solid 1px #f0ad4e;
    padding: 7px 20px;
    width: 70%;
}

#footer-action #footer-action-link .btn-footer-contato a {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 0;
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/

@media (min-width: 992px) {
    .menu-container>.menu-item>.menu-link {
        font-weight: normal !important;
        text-transform: none;
        letter-spacing: 0;
        font-size: 15px;
        transition: color .3s ease;
        color: #ffffff !important;
        border-bottom: solid 3px #1a1a1a;
    }
    .menu-container>.menu-item>.menu-link:hover {
        border-bottom: solid 3px #ffb000;
    }
    .menu-container>.menu-item>.menu-link div {
        border-bottom: solid 2px #1a1a1a;
    }
    .menu-container>.menu-item>.menu-link div:hover {
        color: #ffb000 !important;
    }
    .menu-container>.menu-item.active>.menu-link {
        color: #ffb000 !important;
        border-bottom: solid 3px #ffb000;
    }
    .menu-container>.menu-item.active>.menu-link:after {
        content: "";
        display: block;
        border: 8px solid #1a1a1a;
        border-bottom-color: #ffb000;
        position: absolute;
        left: 40%;
        bottom: 2px;
    }
    .menu-container>.menu-item.active>.menu-link div {}
    .menu-container>.menu-item.active>.menu-link div::after,
    .menu-container>.menu-item:hover>.menu-link div::after {
        opacity: 1;
        width: 90%;
    }
    #header .menu-bg {
        width: 87px;
        height: auto;
        background: #1a1a1a;
    }
    #header-wrap,
    #header.sticky-header #header-wrap {
        background-color: #1a1a1a;
    }
    .slider-feature {
        transform: translateY(-50%);
    }
    .heading-block h2 {
        font-size: 36px;
    }
    .feature-box h3 {
        font-size: 20px;
    }
    .oc-desc h3 {
        font-size: 22px;
    }
    .counter {
        font-size: 48px;
        letter-spacing: 1px;
    }
    .counter-section h3 {
        font-size: 2.6rem;
    }
    .slider-caption h2 {
        font-size: 3rem !important;
    }
    .slider-caption,
    .flex-caption {
        max-width: 50% !important;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fca700;
}

.btn-ver-proceso:hover {
    background: #222222 !important;
    color: #fff !important;
    border: solid 1px #222222;
}

.controladasBlock ul {
    margin-left: 10px;
    font-size: 11px;
    list-style: none;
    margin-bottom: 0;
}

.controladasBlock ul li {
    padding-bottom: 8px;
}

.box-docs {
    overflow-y: scroll;
    height: auto;
    max-height: 410px;
}

.box-docs::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

.box-docs::-webkit-scrollbar {
    width: 4px;
    background: #F4F4F4;
}

.box-docs::-webkit-scrollbar-thumb {
    background: #ffd500;
}

.btn-pastel,
.btn-pastel.dropdown-toggle {
    color: #212529;
    background-color: #e3d6ae;
    border-color: #e3e3ae;
}

.btn-pastel2,
.btn-pastel2.dropdown-toggle {
    color: #212529;
    background-color: #f8e4a4;
    border-color: #f8e4a4;
}

.btn-suspenso,
.btn-suspenso.dropdown-toggle {
    color: #212529;
    background-color: #e5e3d6;
    border-color: #e5e3d6;
}

.accordion-publicacoes .accordion-bg .pub-subtitle a {
    color: #0b0b0b;
}

.accordion-publicacoes .accordion-bg .pub-subtitle a:hover {
    color: #c88300;
}

@media (max-width: 767.98px) {
    .home-destaque-item {
        display: flex;
        align-content: space-around;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    .home-pilar-item {
        display: flex;
        flex-direction: column;
        padding: 40px;
        background: #2a2a2a;
        min-height: 200px;
    }
    .home-pilar-item .pilar-item-img {
        width: 100%;
    }
    .home-pilar-item .pilar-item-img img {
        width: 100%;
        object-fit: cover;
        min-height: auto;
    }
    .home-pilar-item .pilar-item-info {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .home-pilar-item .pilar-item-info h3 {
        font-size: 4rem;
        line-height: 4rem;
        margin-top: 10px;
    }
    .home-pilar-item .pilar-item-info p.valores {
        font-size: 1rem;
    }
    .home-pilar-item .pilar-item-info h3.resp {
        font-size: 2rem;
        line-height: 2rem;
    }
    #sectionHomeInstitucional {
        background-image: url('/defaults/bg-home-institucional.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    #homeEquipe {
        min-height: 600px;
        background: url("/defaults/x-fundo.png") no-repeat;
        background-position: top center;
        background-size: contain;
    }
    #home-equipe-list {
        position: relative;
        padding-top: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #home-equipe-list li.home-equipe-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }
    #footer-action {
        display: flex;
        color: #ffffff;
        width: 100%;
        flex-direction: column;
    }
    #footer-action #footer-action-info {
        width: 100%;
        margin-top: 20px;
    }
    #footer-action #footer-action-info span.footer-action-email {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    #footer-action #footer-action-link {
        width: 100%;
        padding: 20px 0;
    }
    .home-equipe-foto {
        width: 100%;
    }
    .w-65 {
        width: 100%;
    }
    .w-70 {
        width: 100%;
    }
    .w-75 {
        width: 100%;
    }
    .w-80 {
        width: 100%;
    }
    .w-85 {
        width: 100%;
    }
    .w-90 {
        width: 100%;
    }
    .swiper-container-horizontal>.swiper-scrollbar {
        bottom: 140px;
        right: 30px;
        width: 140px;
    }
    .swiper-navs {
        bottom: 100px;
        right: 168px;
    }
    .floating-contact-wrap .floating-contact-box {
        width: 330px;
    }
    #valoresText {
        font-size: 11px;
    }
    #divEquipe .col {
        width: 100% !important;
        display: block;
        min-width: 100%;
        padding: 40px;
    }
    .accordion-assembleias-processo .col-xs-6 {
        width: auto !important;
        text-align: left !important;
        padding-left: 0;
        padding-right: 0;
    }
    .accordion-assembleias-processo .col-xs-12 {
        width: 100% !important;
        padding-top: 7px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 1em;
    }
    .accordion-assembleias-processo .col-btns {
        margin-right: 30px;
        padding-top: 10px;
        text-align: left !important;
        margin-top: 10px;
        padding-left: 0;
        border-top: solid 0.5pt #d9d9d9;
    }
    .col-edital-pdf {
        text-align: left !important;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .container-pericia {
        width: 100% !important;
        margin: 0 auto;
    }
}