.bg-brown {
    background-color: hsl(19deg 58% 35%) !important;
}

.text-green {
    color: hsl(154deg 73% 20%) !important;
}

.bg-green {
    background-color: hsl(154deg 73% 20%) !important;
}

.bg-green2 {
    background-color: hsl(154deg 71% 17%) !important;
}

.text-yellow {
    color: #f0ce01 !important;
}

.bg-yellow {
    background-color: #f0ce01 !important;
}

/* ANCHOR Menu  */
.navbar a, .navbar a:focus  {
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.navbar .getstarted, .navbar .getstarted:focus {
    padding: 8px 12px;
    margin-left: 10px;
}

.navbar a i, .navbar a:focus i {
    margin-left: 2px;
}

/* ANCHOR Quem Somos  */
.about {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: justify;
}

.text-justify {
    text-align: justify
}


.about .content h2 {
    font-size: 33px;
}

/* ANCHOR [id=clientes]  */
.clients img {
    max-width: 82%;
    /* padding: 15px 0 40px; */
}

.facebook iframe {
    border-radius: 5px;
    overflow: hidden !important;
}

span.cotacao-atual {
    background: hsl(0deg 0% 93%);
    padding: 5px;
    margin-right: 10px;
    border-radius: 7px;
}

.steps-container p {
    margin-bottom: 10px !important;
}

@media only screen and (max-width:576px) {
    #cooperativismo li, #valores, #linha-do-tempo {
        text-align: left;
    }
}

#map {
    width: 100%;
    height: 500px;
}

.btn-xs {font-size: 10px; text-transform:uppercase;padding: 2px 5px;}
.btn-green {
    background: hsl(152deg 70% 17%);
    color: #fff;
}

.post-item {
    background: #eee;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0px #0000001f;
    overflow: hidden;
}

.fc-view-harness {
    overflow: hidden;
}

.fc-view-harness::before {
    content : '';
    width: 400px;
    height: 370px;
    background-image: url('../img/cafezito.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    opacity: 0.3;
    right: 5px;
    z-index: 1;
}

.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi span {}
.wp-pagenavi span.current {
    background: hsl(154deg 73% 20%);
    color: hsl(0deg 0% 100%);
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px !important;
    border-radius: 3px;
}
.wp-pagenavi a.page {}
.wp-pagenavi a.page.larger {}
.wp-pagenavi a.nextpostslink {}
.wp-pagenavi a.previouspostslink {}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: hsl(0deg 0% 94%);
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid hsl(0deg 0% 89%);
}
#topbar .contact-info i {
    font-style: normal;
    color: hsl(154deg 73% 20%);
    position: relative;top: 1px;margin: 0 !important;}
#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #4dc8f4;
}
#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}
#topbar .contact-info i a:hover {
    color: #0f62ac;
}
#topbar .social-links a {
    color: hsl(154deg 73% 20%);
    line-height: 0;
    transition: 0.3s;
    margin-left: 10px;
    font-size: 18px;}
#topbar .social-links a:hover {
    color: #0f62ac;
}

.btn-outline-grey {
    color: #28462b;
    border-color: #eee;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-15 {
    font-size: 15px;
}

.border-top-green {
    border-top: 1px solid hsl(154deg 73% 20%);
}

.border-bottom-green {
    border-bottom: 1px solid hsl(154deg 73% 20%);
}

.mobile-menu {
    /*top: 130px;*/
    right: 15px;
    z-index: 2;
}
.mobile-menu .navbar {
    background: hsl(0deg 0% 100%);
    padding: 5px;
    border-radius: 3px;
    border: 2px solid #eee;
}

.mobile-menu .navbar.navbar-mobile {}

.ouvidoria-topo {
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 5px;
}

.ouvidoria-topo:hover {
    border: 2px solid hsl(154deg 73% 20%);
}

/* ANCHOR Busca */
.search-toggle i {
    position: relative;
    top: 1px;
}

.search-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1060;
}

.search-overlay.is-open {
    display: block;
}

body.search-overlay-open {
    overflow: hidden;
}

.search-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: hsl(154deg 73% 10% / 75%);
}

.search-overlay-content {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

.search-overlay-label {
    color: hsl(0deg 0% 100%);
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.search-overlay-field {
    background: hsl(0deg 0% 100%);
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px hsl(0deg 0% 0% / 25%);
}

.search-overlay-field input[type="text"] {
    border: 0;
    flex: 1;
    font-size: 16px;
    outline: none;
    padding: 14px 18px;
}

.search-overlay-field button {
    background: hsl(154deg 73% 20%);
    border: 0;
    color: hsl(0deg 0% 100%);
    font-size: 18px;
    padding: 0 22px;
    transition: 0.3s;
}

.search-overlay-field button:hover {
    background: hsl(154deg 71% 17%);
}

.search-overlay-close {
    background: none;
    border: 0;
    color: hsl(0deg 0% 100%);
    font-size: 22px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: -50px;
}

/* Formulário de busca nas sidebars */
.sidebar .search-form form {
    background: hsl(0deg 0% 100%);
    border: 1px solid hsl(0deg 0% 87%);
    padding: 3px 10px;
    position: relative;
}

.sidebar .search-form form input[type="text"] {
    border: 0;
    border-radius: 4px;
    outline: none;
    padding: 4px;
    width: calc(100% - 45px);
}

.sidebar .search-form form button {
    background: hsl(154deg 73% 20%);
    border: 0;
    border-radius: 0 4px 4px 0;
    bottom: 0;
    color: hsl(0deg 0% 100%);
    font-size: 16px;
    line-height: 0;
    margin: -1px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.sidebar .search-form form button:hover {
    background: hsl(154deg 71% 17%);
}

/* Resultados da busca */
.entry.entry-search .entry-title {
    margin-bottom: 0;
}
