/* Header */
#header {
    background-image: url(../img/bg-header.png);
    background-position: initial;
    background-repeat: repeat-y;
    background-size: cover;
}

.menu-header {
    height: 100%;
}

.menu-header #primary-menu {
    height: 100%;
}

.menu-header #primary-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0 50px;
}

.menu-header #primary-menu li:after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #309135;
    transition: 0.8s;
}

.menu-header #primary-menu li:hover:after {
    width: 100%;
}

.menu-header #primary-menu li.current_page_item:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #309135;
}

.menu-header #primary-menu li:not(:last-child) {
    margin-right: 30px;
    position: relative;
}

.menu-header #primary-menu li a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4c4b4b;
}

.menu-header #primary-menu li:last-child {
    margin-left: 60px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;
}

.menu-header #primary-menu li:last-child:after {
    background: #FFF;
}

.menu-header #primary-menu li:last-child a {
    color: #fff;
}

.menu-header #primary-menu li:hover>ul {
    border-left: 0;
    display: block;
}

.menu-header #primary-menu li ul {
    width: 250px;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    z-index: 1;
    display: none;
    background-color: #309135;
}

.menu-header #primary-menu li ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.menu-header #primary-menu li ul li a {
    color: #ffff;
    text-transform: none;
    font-weight: normal;
}

.menu-header #primary-menu li li:last-child {
    margin-left: 0;
    border: 0;
    border-radius: initial;
    padding: 10px 0;
}

.menu-header #primary-menu li li:last-child:after,
.menu-header #primary-menu li li:after {
    content: normal;
}

/* Header */

/* Home */

#full-banner-home .container-fluid {
    background-image: url(../img/bg-header.png);
    background-position: initial;
    background-repeat: repeat-y;
    background-size: contain;
    margin-top: -1px;
}

#full-banner-home .container-fluid>.container {
    height: auto;
    margin-bottom: -1px;
}

#full-banner-home .container-fluid>.container img {
    width: auto;
}

#full-banner-home .conteudo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: initial;
}

#full-banner-home h1,
#full-banner-home h2 {
    display: block;
    margin: 0 0 20px 0;
    line-height: 46px;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#full-banner-home p {
    width: 85%;
    color: #8f8e8e;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 50px;
}

#full-banner-home .btn {
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#full-banner-home .btn.bt-saiba-mais {
    border: 2px solid #309135;
    color: #fff;
    background: #309135;
    transition: 0.8s;
}

#full-banner-home .btn.bt-saiba-mais:hover {
    color: #309135;
    background: #fff;
}

#full-banner-home .btn.bt-todos-servicos {
    margin-left: 15px;
    color: #4c4b4b;
    border: 2px solid #4c4b4b;
    transition: 0.8s;
}

#full-banner-home .btn.bt-todos-servicos:hover {
    background: #309135;
    border: 2px solid #309135;
    color: #fff;
}
#full-banner-home .slick-dots {
    bottom: 10%;
    text-align: left;
    padding: 0;
}
#full-banner-home .slick-dots li.slick-active button:before {
    background-color: #309135;
    border: 1px solid #309135;
}
#full-banner-home .slick-dots li button:before {
    border: 1px solid #4c4b4b;
}

#contabilidade-home {
    padding: 80px 0;
}

#empresa-home {
    padding-bottom: 80px;
}

#contabilidade-home h2,
#empresa-home h2,
#regioes-home h2 {
    color: #4c4b4b;
    font-weight: bold;
    font-size: 30px;
}

#contabilidade-home p,
#empresa-home p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px;
}

#contabilidade-home .post_contents a,
#empresa-home .post_contents a {
    color: #4c4b4b;
    text-decoration: none;
}

#contabilidade-home .post_contents h2,
#empresa-home .post_contents h2 {
    font-size: 18px;
}

#contabilidade-home .posts .slick-track .slick-slide,
#empresa-home .posts .slick-track .slick-slide {
    background: #ffffff;
    margin: 0 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 15px;
}

#contabilidade-home .posts .descricao-post,
#empresa-home .posts .descricao-post {
    padding: 0 25px;
}

#contabilidade-home .posts .thumb-post,
#empresa-home .posts .thumb-post {
    padding: 30px 25px;
}

#contabilidade-home .posts .slick-list,
#empresa-home .posts .slick-list {
    padding: 20px 0;
}

#contabilidade-home .posts .slick-arrow,
#empresa-home .posts .slick-arrow {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #309135;
    top: -50px;
    transition: 0.8s;
}

#contabilidade-home .posts .slick-arrow:hover,
#empresa-home .posts .slick-arrow:hover {
    background: #e5e5e4;
}

#contabilidade-home .posts .slick-arrow:before,
#empresa-home .posts .slick-arrow:before {
    transition: 0.8s;
}

#contabilidade-home .posts .slick-arrow:hover:before,
#empresa-home .posts .slick-arrow:hover:before {
    box-shadow: 2px -2px 0 1px #309135 inset;
}

#contabilidade-home .posts .slick-prev,
#empresa-home .posts .slick-prev {
    left: auto;
    right: 35px;
}

#contabilidade-home .posts .slick-prev:before,
#empresa-home .posts .slick-prev:before {
    content: '';
    margin-left: 3px;
    position: absolute;
    padding: 6px;
    box-shadow: 2px -2px 0 1px #fff inset;
    border: solid transparent;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
}

#contabilidade-home .posts .slick-next:before,
#empresa-home .posts .slick-next:before {
    content: '';
    margin-left: 3px;
    position: absolute;
    padding: 6px;
    box-shadow: 2px -2px 0 1px #fff inset;
    border: solid transparent;
    border-width: 0 0 2px 2px;
    transform: rotate(225deg);
}

#sobre-home .container-fluid {
    display: flex;
    align-items: end;
    background-image: url(../img/bg-sobre-aw.png);
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
}

#sobre-home .container-fluid .container {
    height: auto;
}

#sobre-home .container-fluid .container>.row {
    align-items: center;
    justify-content: center;
}

#sobre-home .container img {
    width: 100%;
}

#sobre-home span {
    font-weight: bold;
    font-size: 18px;
    color: #4c4b4b;
}

#sobre-home h2 {
    font-weight: bold;
    font-size: 30px;
    color: #4c4b4b;
    margin: 20px 0 40px 0;
}

#sobre-home .titulo {
    box-shadow: none;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    color: #4c4b4b;
    padding-left: 0;
}

#sobre-home .titulo:after {
    display: none;
}

#sobre-home .titulo:hover:before {
    background-color: #309135;
}

#sobre-home .titulo:before {
    content: "\f00c";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 21px;
    height: 21px;
    color: #e2e4e2;
    background-color: #309135;
    border-radius: 25px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
}

#sobre-home .collapsed:before {
    background-color: #807f7f;
}

#sobre-home .accordion {
    --bs-accordion-bg: transparent;

}

#sobre-home .accordion .accordion-item {
    border: none;

}

#sobre-home .descricao {
    padding: 0;
    line-height: 25px;
    font-size: 15px;
    color: #807f7f;
    margin: 0;
}

#ultimas-noticias-home {
    padding: 80px 0;
}

#ultimas-noticias-home h2 {
    color: #4c4b4b;
    font-weight: bold;
    font-size: 30px;
}

#ultimas-noticias-home p,
#regioes-home p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px;
}

#ultimas-noticias-home .post_contents a {
    color: #4c4b4b;
    text-decoration: none;
}

#ultimas-noticias-home .post_contents .thumb-post {
    width: auto;
    height: auto;
}

#ultimas-noticias-home .post_contents .thumb-post img {
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0px 0px;
}

#ultimas-noticias-home .post_contents h2 {
    font-size: 18px;
    line-height: 28px;
}

#ultimas-noticias-home .post_contents {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 15px;
}

#ultimas-noticias-home .post_contents .descricao-post {
    min-height: 220px;
    max-height: 220px;
    padding: 25px;
}

#ultimas-noticias-home .post_contents .descricao-post .date {
    color: #309135;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
}

#ultimas-noticias-home .post_contents .descricao-post h2 {
    color: #4c4b4b;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#ultimas-noticias-home .post_contents .descricao-post p {
    color: #807f7f;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

#perguntas-frequentes-home {
    padding-bottom: 80px;
}

#perguntas-frequentes-home h2,
#perguntas-frequentes-home h3 {
    text-align: center;
    color: #4c4b4b;
    font-weight: bold;
    font-size: 30px;
}

#perguntas-frequentes-home .accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#perguntas-frequentes-home .accordion-item {
    width: 70%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0;
}

#perguntas-frequentes-home .accordion-item button {
    font-size: 16px;
    line-height: 57px;
    box-shadow: none;
    font-weight: 500;
    background: transparent;
    color: #807f7f;
    padding: 0 var(--bs-accordion-body-padding-x);
}

#perguntas-frequentes-home .accordion-item button::after {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-image: var(--bs-accordion-btn-icon);
}

#perguntas-frequentes-home .accordion-item .accordion-body {
    line-height: 25px;
    font-size: 14px;
    color: #807f7f;
    padding: 0 var(--bs-accordion-body-padding-x);
}

#regioes-home {
    background-color: #efefef;
    padding-top: 80px;
    padding-bottom: 80px;
}
#regioes-home .nav-tabs .nav-link:focus,
#regioes-home .nav-tabs .nav-link:hover {
    border-color: transparent;
}
#regioes-home .nav-tabs {
    border-bottom: none;
}
#regioes-home .nav-link {
    color: #807f7f;
    font-weight: bold;
}
#regioes-home .nav-link.active {
    color: #4c4b4b;
    border-color: transparent;
}
#regioes-home .tab-content {
    background-color: #fff;
    padding: 40px 30px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}
#regioes-home .tab-content:after {
    content: '';
    width: 202px;
    height: 36px;
    background-image: url(../img/det-regioes.png);
    position: absolute;
    right: -60px;
    bottom: 30px;
}
#regioes-home .tab-content a,
.list-regioes .box a,
.posts .box a.bot {
    font-size: 14px;
    color: #4c4b4b;
    font-weight: bold;
    text-decoration: none;
}
#regioes-home .tab-content a i,
.list-regioes .box a i,
.posts .box a.bot i {
    margin-left: 5px;
}

/* Home */

/* Blog */
#conteudo-blog .titulo-page h1 {
    display: block;
    margin: 50px 0;
    line-height: 46px;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#conteudo-blog .titulo-page h1:after {
    content: "";
    display: block;
    min-height: 40px;
    background-image: url(../img/after-title-sobre.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -13px;
}

#conteudo-blog .posts {
    display: flex;
    flex-wrap: wrap;
}

#conteudo-blog .posts>div {
    padding: 0 35px 35px 0;
}

#conteudo-blog .post_contents {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    height: 100%;
}


#conteudo-blog .post_contents a {
    color: #4c4b4b;
    text-decoration: none;
}

#conteudo-blog .post_contents .thumb-post {
    width: auto;
    height: auto;
}

#conteudo-blog .post_contents .thumb-post img {
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0px 0px;
}

#conteudo-blog .post_contents .descricao-post {
    height: 100%;
    padding: 25px;
}

#conteudo-blog .post_contents .descricao-post .date {
    color: #309135;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
}

#conteudo-blog .post_contents .descricao-post h2 {
    color: #4c4b4b;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#conteudo-blog .post_contents .descricao-post p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

/* Blog */

/* Blog Post */
#blog-post {
    padding-bottom: 50px;
}

#blog-post .titulo-page span,
#regioes-interna .titulo-page span {
    display: block;
    margin: 50px 0;
    line-height: 46px;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#blog-post .titulo-page span:after,
#regioes-interna .titulo-page span:after {
    content: "";
    display: block;
    min-height: 40px;
    background-image: url(../img/after-title-sobre.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -13px;
}

#blog-post .conteudo img.img-responsive {
    width: 100%;
    border-radius: 15px;
}

#blog-post .conteudo {
    padding-bottom: 100px;
}

#blog-post .conteudo .data-post {
    color: #309135;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#blog-post .conteudo>a {
    display: block;
    margin-bottom: 30px;
}

#blog-post .conteudo h1 a {
    display: block;
    color: #4c4b4b;
    text-decoration: none;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

#blog-post .conteudo h2 {
    font-size: 18px;
    color: #4c4b4b;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

#blog-post .conteudo p {
    font-size: 15px;
    line-height: 25px;
    color: #807f7f;
    margin-bottom: 0;
}

#blog-post .ultimos-posts h2 {
    color: #4c4b4b;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 35px;
}

#blog-post .ultimos-posts .posts>.col-12:not(:last-child) {
    padding-bottom: 35px;
}

#blog-post .ultimos-posts .posts .post_contents {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

#blog-post .ultimos-posts .posts .post_contents a {
    color: #4c4b4b;
    text-decoration: none;
}

#blog-post .ultimos-posts .posts .post_contents .thumb-post {
    width: auto;
    height: auto;
}

#blog-post .ultimos-posts .posts .post_contents .thumb-post img {
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0px 0px;
}

#blog-post .ultimos-posts .posts .post_contents .descricao-post {
    padding: 25px;
}

#blog-post .ultimos-posts .posts .post_contents .descricao-post .date {
    color: #309135;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
}

#blog-post .ultimos-posts .posts .post_contents .descricao-post h2 {
    color: #4c4b4b;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#blog-post .ultimos-posts .posts .post_contents .descricao-post p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

/* Blog Post */

/* Contabilidade e ServiÃ§os */
#contabilidade,
.ajuste {
    padding: 50px 0;
}

#contabilidade .titulo-page h1,
.ajuste h1 {
    display: block;
    margin: 0 0 50px;
    line-height: 46px;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#contabilidade .titulo-page h1:after,
.ajuste h1:after {
    content: "";
    display: block;
    min-height: 40px;
    background-image: url(../img/after-title-sobre.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -13px;
}

#contabilidade .posts {
    display: flex;
    flex-wrap: wrap;
}

#contabilidade .post_contents {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 15px;
    margin: 20px 0;
}


#contabilidade .post_contents a {
    color: #4c4b4b;
    text-decoration: none;
}

#contabilidade .post_contents .thumb-post {
    width: auto;
    height: auto;
    padding: 30px 25px;
}

#contabilidade .post_contents .thumb-post img {
    width: auto;
    height: auto;
    border-radius: 15px 15px 0px 0px;
}

#contabilidade .post_contents .descricao-post {
    padding: 0px 25px 25px 25px;
}

#contabilidade .post_contents .descricao-post .date {
    color: #309135;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
}

#contabilidade .post_contents .descricao-post h2 {
    color: #4c4b4b;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#contabilidade .post_contents .descricao-post p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

/* Contabilidade e ServiÃ§os */

/* Contabilidade e ServiÃ§os Post */

body.single-contabilidade {
    background: #fafafa;
}

#contabilidade-servicos .container-fluid {
    position: relative;
    padding: 50px 0;
}

#contabilidade-servicos .container-fluid .banner {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 32.2%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#contabilidade-servicos .titulo-page h1 {
    display: block;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#contabilidade-servicos .titulo-page h1:after {
    content: "";
    display: block;
    min-height: 40px;
    background-image: url(../img/after-title-sobre.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -13px;
}

#contabilidade-servicos .descricao {
    margin-top: 35px;
}

#contabilidade-servicos .descricao p {
    color: #908f8f;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

#contabilidade-servicos .descricao h2 {
    color: #4c4b4b;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 40px 0 20px;
}

#contabilidade-servicos .descricao h2 span {
    color: #309135;
}

#podemos-ajudar {
    background: #efefef;
    text-align: center;
    padding: 50px 0;
}

#podemos-ajudar .descricao {
    margin-bottom: 30px;
}

#podemos-ajudar .descricao h2 {
    color: #4c4b4b;
    font-weight: bold;
    font-size: 30px;
}

#podemos-ajudar .descricao p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    width: 60%;
    margin: auto;
}

#podemos-ajudar .opcoes {
    display: flex;
    justify-content: center;
}

#podemos-ajudar .opcoes>div {
    background: #fff;
    width: 32%;
    border-radius: 15px;
    padding: 35px;
    text-align: initial;
}

#podemos-ajudar .opcoes>div:not(:last-child) {
    margin-right: 25px;
}

#podemos-ajudar .opcoes>div i {
    display: block;
    font-size: 21px;
    float: left;
    margin-right: 10px;
    color: #309135;
}

#podemos-ajudar .opcoes>div h3 {
    color: #4c4b4b;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

#podemos-ajudar .opcoes>div p {
    margin: 0;
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
}

#podemos-ajudar .bt-ajuda {
    background: #309135;
    width: max-content;
    padding: 11px 25px;
    margin: 30px auto 0;
    border-radius: 10px;
    transition: 0.8s;
}

#podemos-ajudar .bt-ajuda:hover {
    background: #fff;
}

#podemos-ajudar .bt-ajuda a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    transition: 0.8s;
}

#podemos-ajudar .bt-ajuda:hover a {
    color: #309135;
}

#consultores {
    padding: 80px 0;
}

#consultores .imagem {
    position: relative;
}

#consultores .imagem::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    z-index: -1;
    background-image: url(../img/before-consultores.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#consultores .imagem::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    width: 200px;
    height: 70px;
    background-image: url(../img/detail-consultores.png);
    background-repeat: no-repeat;
    background-size: contain;
}


#consultores .imagem img {
    border-radius: 10px;
    width: auto;
}

#consultores .decricao {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#consultores h2 {
    font-weight: bold;
    font-size: 30px;
    color: #4c4b4b;
    margin-bottom: 15px;
}

#consultores h2 span {
    color: #309135;
}

#consultores p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

#consultores .bt-consultores,
#float .bt-consultores,
#abertura-empresa a,
#float-exit .bt-consultores {
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 10px;
    padding: 15px 30px;
    background: #309135;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    transition: 0.8s;
}

#consultores .bt-consultores:hover,
#float .bt-consultores:hover,
#abertura-empresa a:hover,
#float-exit .bt-consultores:hover {
    background: #d6d5d2;
    color: #309135;
}

#consultores .bt-consultores i,
#float .bt-consultores i,
#float-exit .bt-consultores i {
    font-size: 17px;
    margin-right: 8px;
}

#consultores .bt-consultores a,
#float .bt-consultores a,
#float-exit .bt-consultores a {
    color: #fff;
    text-decoration: none;
    transition: 0.8s;
}

#consultores .bt-consultores:hover a,
#float .bt-consultores:hover a,
#float-exit .bt-consultores:hover a {
    color: #309135;
}

#orcamento .container-fluid {
    padding: 50px 0;
    background: linear-gradient(to right, #309135 50%, #efefef 50%);
}

#orcamento .container-fluid .decricao {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

#orcamento .container-fluid .decricao h2 {
    font-weight: bold;
    font-size: 30px;
}

#orcamento .container-fluid .decricao p {
    font-size: 15px;
    line-height: 25px;
}

#orcamento .container-fluid .decricao .contatos {
    margin: 25px 0 0;
    padding: 0;
}

#orcamento .container-fluid .decricao .contatos li {
    display: flex;
    align-items: center;
}

#orcamento .container-fluid .decricao .contatos li p {
    margin: 0;
}

#orcamento .container-fluid .decricao .contatos li i {
    font-size: 17px;
    color: #73d905;
    margin-right: 10px;
}

#orcamento .container-fluid .decricao .contatos li:not(:last-child) {
    margin-bottom: 10px;
}

#orcamento .formulario {
    margin-top: 30px;
}

#orcamento .formulario p {
    width: 80%;
    color: #807f7f;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}

#orcamento .formulario form .row>div {
    padding-top: 10px;
}

#orcamento .formulario form span {
    display: flex;
    min-height: 50px;
    border-bottom: 2px solid #acacac;
}

#orcamento .formulario form span[data-name="your-message"] {
    padding-top: 15px;
}

#orcamento .formulario form span input,
#orcamento .formulario form span textarea {
    background: transparent;
}

#orcamento .formulario textarea {
    width: 100%;
}

#orcamento .formulario form input[type="submit"] {
    margin-top: 25px;
    padding: 14px 35px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #309135;
    transition: 0.8s;
}

#orcamento .formulario form input[type="submit"]:hover {
    color: #309135;
    background: #fff;
}

#orcamento .formulario form span input::placeholder,
#orcamento .formulario form span textarea::placeholder {
    font-weight: 600;
    color: #807f7f;
    font-size: 15px;
}

#orcamento .formulario form span input:-ms-input-placeholder,
#orcamento .formulario form span textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 600;
    color: #807f7f;
    font-size: 15px;
}

#orcamento .formulario form span input::-ms-input-placeholder,
#orcamento .formulario form span textarea:-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: 600;
    color: #807f7f;
    font-size: 15px;
}

#orcamento .formulario form span input:focus-visible,
#orcamento .formulario form span textarea:focus-visible {
    outline: none;
}

#saiba-mais .posts .post_contents a {
    text-decoration: none;
}

#saiba-mais h2 {
    color: #4c4b4b;
    font-weight: bold;
    font-size: 18px;
}

#saiba-mais .col-12>p{
    width: 90%;
}

#saiba-mais p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px;
}

#saiba-mais .posts .descricao-post {
    padding: 0 25px;
}

#saiba-mais .posts .thumb-post {
    padding: 30px 25px;
}

#saiba-mais .posts .slick-list {
    padding: 20px 0;
}

#saiba-mais .posts .slick-arrow {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #309135;
    top: -65px;
    transition: 0.8s;
}

#saiba-mais .posts .slick-arrow:hover {
    background: #e5e5e4;
}

#saiba-mais .posts .slick-arrow:before {
    transition: 0.8s
}

#saiba-mais .posts .slick-arrow:hover:before {
    box-shadow: 2px -2px 0 1px #309135 inset;
}

#saiba-mais .posts .slick-prev {
    left: auto;
    right: 35px;
}

#saiba-mais .posts .slick-prev:before {
    content: '';
    margin-left: 3px;
    position: absolute;
    padding: 6px;
    box-shadow: 2px -2px 0 1px #fff inset;
    border: solid transparent;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
}

#saiba-mais .posts .slick-next:before {
    content: '';
    margin-left: 3px;
    position: absolute;
    padding: 6px;
    box-shadow: 2px -2px 0 1px #fff inset;
    border: solid transparent;
    border-width: 0 0 2px 2px;
    transform: rotate(225deg);
}

#saiba-mais .posts .slick-track .slick-slide {
    background: #ffffff;
    margin: 0 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 15px;
}

/* Contabilidade e ServiÃ§os Post */

/* Sua Empresa */
body.single-empresa {
    background: #fafafa;
}

#empresa {
    padding: 50px 0;
}

#empresa .titulo-page h1 {
    display: block;
    margin: 0 0 50px;
    line-height: 46px;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#empresa .titulo-page h1:after {
    content: "";
    display: block;
    min-height: 40px;
    background-image: url(../img/after-title-sobre.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -13px;
}

#empresa .posts {
    display: flex;
    flex-wrap: wrap;
}

#empresa .post_contents {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 15px;
    margin: 20px 0;
}


#empresa .post_contents a {
    color: #4c4b4b;
    text-decoration: none;
}

#empresa .post_contents .thumb-post {
    width: auto;
    height: auto;
    padding: 30px 25px;
}

#empresa .post_contents .thumb-post img {
    width: auto;
    height: auto;
    border-radius: 15px 15px 0px 0px;
}

#empresa .post_contents .descricao-post {
    padding: 0px 25px 25px 25px;
}

#empresa .post_contents .descricao-post .date {
    color: #309135;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
}

#empresa .post_contents .descricao-post h2 {
    color: #4c4b4b;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#empresa .post_contents .descricao-post p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

/* Sua Empresa */

/* Sua Empresa Post */

#empresa-servicos .container-fluid {
    position: relative;
    padding: 50px 0;
}

#empresa-servicos .container-fluid .banner {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 32.2%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

#empresa-servicos .titulo-page h1 {
    display: block;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#empresa-servicos .titulo-page h1:after {
    content: "";
    display: block;
    min-height: 40px;
    background-image: url(../img/after-title-sobre.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -13px;
}

#empresa-servicos .descricao {
    margin-top: 35px;
}

#empresa-servicos .descricao p {
    color: #908f8f;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

#empresa-servicos .descricao h2 {
    color: #4c4b4b;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 40px 0 20px;
}

#empresa-servicos .descricao h2 span {
    color: #309135;
}

/* Sua Empresa Post */

/* Sobre */

#sobre .titulo-page h1 {
    display: block;
    margin-top: 50px;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#sobre .titulo-page h1:after {
    content: "";
    display: block;
    min-height: 40px;
    background-image: url(../img/after-title-sobre.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -13px;
}

#sobre .container-fluid {
    padding: 50px calc(var(--bs-gutter-x) * .5);
    background-image: url(../img/bg-page-sobre.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#sobre .descricao p {
    margin: 0;
    color: #4c4b4b;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

#sobre .conteudo:not(:last-child) {
    margin-bottom: 30px;
}

#sobre .conteudo .titulo-conteudo {
    color: #4c4b4b;
    font-weight: bold;
    font-size: 18px;
}

#sobre .conteudo p {
    font-size: 15px;
    line-height: 25px;
    color: #878686;
}

#nosso-time {
    padding: 25px 0 50px 0;
}

#nosso-time .infos-time {
    text-align: center;
    padding: 0;
}

#nosso-time .infos-time .time {
    text-align: left;
}

#nosso-time .titulo {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #4c4b4b;
    margin: 0 0 25px 0;
}

#nosso-time img {
    width: 95%;
    margin-bottom: 20px;
}

#nosso-time .imagem {
    position: relative;
    text-align: center;
}

#nosso-time .imagem:after {
    position: absolute;
    left: -30px;
    bottom: 25px;
    content: "";
    display: block;
    width: 100%;
    min-height: 20%;
    background-image: url(../img/time-detail-img.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

#nosso-time .nome {
    font-size: 18px;
    font-weight: bold;
    color: #4c4b4b;
    margin: 0;
    padding-left: 10px;
}

#nosso-time .cargo {
    display: block;
    color: #309135;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 10px;
}

#nosso-time .descricao {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding-left: 10px;
}

/* Sobre */

/* Solicite DemostraÃ§Ã£o */
#solicite-demonstracao .container-fluid {
    display: flex;
    align-items: baseline;
    background-image: url(../img/bg-page-demonstracao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 70px 0 100px;
}

#solicite-demonstracao .container-fluid .container>.row {
    align-items: end;
}

#solicite-demonstracao h1 {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    line-height: 46px;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#solicite-demonstracao h1:before {
    content: "";
    display: block;
    min-height: 110px;
    width: 60%;
    background-image: url(../img/detail-page-demonstracao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

#solicite-demonstracao p {
    width: 85%;
    color: #8f8e8e;
    font-size: 15px;
    line-height: 25px;
}

#solicite-demonstracao .formulario {
    float: right;
    width: 80%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    padding: 30px;
}

#solicite-demonstracao .formulario:before {
    position: absolute;
    bottom: 62%;
    left: 67%;
    content: "";
    display: block;
    min-height: 180px;
    width: 45%;
    background-image: url(../img/detai_forml-page-demonstracao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
}

#solicite-demonstracao .formulario fieldset ul.dots {
    display: flex;
    padding: 0;
}

#solicite-demonstracao .formulario fieldset ul.dots li {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    color: #807f7f;
    border-radius: 25px;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}

#solicite-demonstracao .formulario fieldset ul.dots li.active {
    background: #73d905;
    color: #ffffff;
}

#solicite-demonstracao .formulario fieldset .cf7mls-btns {
    min-height: auto;
}

#solicite-demonstracao .formulario fieldset .cf7mls-btns button#cf7mls-next-btn-cf7mls_step-2 {
    float: right;
}

#solicite-demonstracao .formulario fieldset .options-periodo {
    opacity: 0;
    height: 0;
    transition: 1s;
}

#solicite-demonstracao .formulario fieldset .options-periodo.active {
    opacity: 1;
    height: 50px;
}


#solicite-demonstracao .formulario fieldset .options-contato {
    opacity: 0;
    height: 0;
    transition: 1s;
}

#solicite-demonstracao .formulario fieldset .options-contato br {
    display: none;
}

#solicite-demonstracao .formulario fieldset .options-contato.active {
    opacity: 1;
    height: 50px;
}

#solicite-demonstracao .formulario fieldset .options-contato span {
    display: none;
}

#solicite-demonstracao .formulario fieldset .wpcf7-list-item label {
    display: flex;
    color: #8f8e8e;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    margin-right: 12px;
}

#solicite-demonstracao .formulario fieldset textarea {
    width: 100%;
    border-radius: 10px;
    background: #efefef;
    box-shadow: none;
    outline: none;
    padding: 15px;
    font-size: 15px;
}

#solicite-demonstracao .formulario fieldset input::placeholder {
    font-size: 15px;
    line-height: 25px;
}


#solicite-demonstracao .formulario fieldset input.wpcf7-submit {
    margin-bottom: 0px;
}

#solicite-demonstracao .formulario fieldset .wpcf7-spinner {
    display: none;
}

#solicite-demonstracao .formulario fieldset .wpcf7-list-item label>input {
    padding: 0;
    width: auto;
    margin-right: 10px;
}

#solicite-demonstracao .formulario fieldset .wpcf7-list-item {
    margin: 0;
}

#solicite-demonstracao .formulario fieldset h2 {
    display: block;
    line-height: 40px;
    font-weight: bold;
    font-size: 24px;
    color: #4c4b4b;
}

#solicite-demonstracao .formulario fieldset p {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: initial;
    color: #4c4b4b;
}

#solicite-demonstracao .formulario fieldset input {
    background: #efefef;
    border-radius: 10px;
    padding: 10px 15px;
    outline: none;
    width: 100%;
}

#solicite-demonstracao .cf7mls-btns button {
    border-radius: 10px;
    color: #fff;
    background: #309135;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

/* Solicite DemostraÃ§Ã£o */

/* Contato */
#info-contato {
    padding: 50px 0 20px 0;
}

#info-contato .titulo-page h1 {
    display: block;
    font-weight: bold;
    font-size: 38px;
    color: #4c4b4b;
}

#info-contato .titulo-page h1:after {
    content: "";
    display: block;
    min-height: 40px;
    background-image: url(../img/after-title-sobre.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -13px;
}

#info-contato .formulario {
    margin-top: 30px;
}

#info-contato .formulario p {
    width: 80%;
    color: #807f7f;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}

#info-contato .formulario form .row>div {
    padding-top: 10px;
}

#info-contato .formulario form span {
    display: flex;
    min-height: 50px;
    border-bottom: 1px solid #b1b0b0;
}

#info-contato .formulario form span[data-name="your-message"] {
    padding-top: 15px;
}

#info-contato .formulario textarea {
    width: 100%;
}

#info-contato .formulario form input[type="submit"] {
    margin-top: 25px;
    padding: 14px 35px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #309135;
    border: 2px solid transparent;
    transition: 0.8s;
}

#info-contato .formulario form input[type="submit"]:hover {
    background: #fff;
    color: #309135;
    border: 2px solid #b1b0b0;
}

#info-contato .formulario form span input::placeholder,
#info-contato .formulario form span textarea::placeholder {
    color: #908f8f;
    font-size: 14px;
}

#info-contato .formulario form span input:-ms-input-placeholder,
#info-contato .formulario form span textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #908f8f;
    font-size: 14px;
}

#info-contato .formulario form span input::-ms-input-placeholder,
#info-contato .formulario form span textarea:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #908f8f;
    font-size: 14px;
}

#info-contato .formulario form span input:focus-visible,
#info-contato .formulario form span textarea:focus-visible {
    outline: none;
}

#info-contato .fale-conosco .fale-title {
    margin-bottom: 20px;
    color: #4c4b4b;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

#info-contato .fale-conosco .contato {
    display: flex;
    align-items: center;
}

#info-contato .fale-conosco .contato i {
    margin-right: 10px;
    color: #73d905;
}

#info-contato .fale-conosco .contato .descricao {
    color: #807f7f;
    font-size: 15px;
    line-height: 35px;
    margin: 0;
}

#localizacao .container-fluid .col-12 {
    padding: 0;
}

#localizacao .mapa iframe {
    display: block;
    width: 100%;
    height: 555px;
}

/* Contato */

/* Footer */

#footer {
    padding-top: 15px;
    background: #4c4b4b;
    color: #fff;
}

#footer .logo {
    text-align: center;
}

#footer .title {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#footer ul {
    padding: 0;
}

#footer ul li i {
    margin-right: 10px;
}

#footer ul li a {
    line-height: 33px;
    font-size: 13px;
    text-decoration: none;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer .navbar-nav li {
    position: relative;
    width: max-content;
}

#footer .navbar-nav li:after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #FFFFFF;
    transition: 0.8s;
}

#footer .navbar-nav li:hover:after {
    width: 100%;
}

#footer .redes-sociais {
    display: flex;
}

#footer .redes-sociais li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #807f7f;
}

#footer .redes-sociais li i {
    margin: 0;
    font-size: 18px;
}

#footer .redes-sociais li:not(:last-child) {
    margin-right: 10px;
}

#footer .redes-sociais li a {
    display: flex;
}

#footer .copyright {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #636262;
}

#footer .copyright>div {
    padding: 0;
}

#footer .copyright>div:last-child {
    text-align: end;
}

#footer .copyright p {
    font-size: 14px;
    margin: 0;
}

.contatos-bot {
    position: fixed;
    bottom: 10px;
    bottom: 20px;
    right: 20px;
    text-align: center;
}
.contatos-bot span {
    display: block;
    background-color: #4c4b4b;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    font-size: 12px;
}
.contatos-bot span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #4c4b4b transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.bot-wpp {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #8cd742;
    color: #fff;
    border-radius: 120px;
    font-size: 25px;
    animation: pulse 2s infinite;
    z-index: 2;
    display: block;
    margin: 0 auto;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(140, 215, 66, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(140, 215, 66, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(140, 215, 66, 0);
    }
}

.bot-wpp:hover {
    background: #236203;
    color: #fff;
}

.bot-tel {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #807f7f;
    color: #fff;
    border-radius: 120px;
    font-size: 20px;
    animation: pulse2 2s infinite;
    z-index: 2;
    display: block;
    margin: 0 auto 10px;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(128, 127, 127, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(128, 127, 127, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(128, 127, 127, 0);
    }
}

.bot-tel:hover {
    background: #4c4b4b;
    color: #fff;
}

/* Footer */

/* FLOAT */
#float,
#float-exit {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
}
#float .overlay,
#float-exit .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}
#float .box,
#float-exit .box {
    width: 820px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -410px;
    padding-left: 50px;
    background-color: #fff;
    background-image: url(../img/bg-float.jpg);
    background-repeat: no-repeat;
    background-position: right;
    border-left: 5px solid #309135;
    z-index: 2;

    -webkit-animation-name: example;
    -webkit-animation-duration: 1.5s;
    animation-name: opa;
    animation-duration: 1.5s;
}
@-webkit-keyframes opa {
  from {opacity:0}
  to {opacity:1}
}
@keyframes opa {
  from {opacity:0}
  to {opacity:1}
}
#float h2,
#float-exit h2 {
    font-weight: bold;
    font-size: 35px;
    color: #4c4b4b;
    margin-bottom: 15px;
}
#float-exit h2 {
    font-size: 26px;
}
#float h2 strong,
#float-exit h2 strong {
    font-weight: bold;
    color: #309135;
}
#float p {
    color: #807f7f;
}
#float #fechar,
#float-exit #fechar {
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 10px;
}
.exit {
    display: none;
}
.exit.visible {
    display: block;
}
/* FIM FLOAT */
#abertura-empresa {
    background-color: #4c4b4b;
    padding-top: 30px;
    padding-bottom: 30px;
}
#abertura-empresa h2 {
    line-height: normal;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}
#abertura-empresa a {
    margin-top: 0;
    margin-left: 40px;
    text-decoration: none;
}
#abertura-empresa a i {
    margin-right: 8px;
    font-size: 17px;
}
#abertura-empresa .col-12 {
    display: flex;
    justify-content: center;
}

/*AJUSTES*/
.ajuste p,
.ajuste-interna p,
.list-regioes p {
    color: #807f7f;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px;
}
.ajuste-interna h2 {
    font-size: 18px;
    color: #4c4b4b;
    font-weight: bold;
}
.tit30 {
    font-size: 30px;
    color: #4c4b4b;
    font-weight: bold;
}
.tit30 strong {
    color: #309135;
    font-weight: bold;
}
.tit18 {
    font-size: 18px;
    color: #4c4b4b;
    font-weight: bold;
}
.list-regioes h2 i,
.list-regioes h3 i,
.posts h3 i {
    color: #309135;
    margin-right: 5px;
}
.list-regioes .box,
.posts .box {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 15px;
    padding: 40px 30px;
}
/*FIM AJUSTES*/

/*** NOTEBOOK ***/
@media (min-width: 1400px) and (max-width: 1680px) {
    #header {
        background-size: contain;
    }

    .menu-header #primary-menu {
        margin: 0;
        justify-content: flex-start;
    }

    .menu-header #primary-menu li:not(:last-child) {
        margin-right: 25px;
    }
}

@media (min-width: 1220px) and (max-width: 1400px) {
    #header {
        background-size: contain;
    }
    
    .menu-header #primary-menu{
        margin: 0;    
    }

    .menu-header #primary-menu li:last-child {
        margin-left: 25px;
    }
    
    .menu-header #primary-menu {
        justify-content: flex-start;
    }
    
    .menu-header #primary-menu li:not(:last-child) {
        margin-right: 15px;
    }
}

/*** NOTEBOOK ***/

/*** MOBILE ***/
@media screen and (max-width: 920px) {

    #header .navbar-mobile .navbar-collapse {
        padding: 30px;
        position: fixed;
        z-index: 999;
        background: #cecece;
        top: 0;
    }

    #header .navbar-mobile .navbar-collapse .navbar-nav li a {
        color: #309135;
        font-weight: 700;
    }

    #header .navbar-nav .dropdown-menu li a {
        font-size: 14px;
        white-space: pre-wrap;
    }

    #header .navbar-mobile .bt-close-menu {
        display: block;
        content: 'X';
        position: fixed;
        width: 40px;
        height: 40px;
        font-size: 18px;
        right: 0px;
        z-index: 999999999999999999;
        color: #fff;
    }

    #header .content-topMobileMenu .navbar-toggler {
        color: #309135;
        border: 1px solid #309135;
        box-shadow: none;
    }

    #header .navbar-mobile .navbar-collapse.show {
        width: 82%;
        padding: 30px;
        height: 100% !important;
        transition: .5s ease;
    }

    #header .navbar-mobile .navbar-collapse.collapsing {
        padding: 0;
        width: 0;
        height: 100% !important;
        transition: .5s ease;
    }

    #full-banner-home .container-fluid>.container img {
        width: 100%;
    }

    #full-banner-home h1,
    #full-banner-home h2 {
        font-size: 28px;
        line-height: 36px;
    }

    #full-banner-home p {
        width: 100%;
        color: #303030;
        margin-bottom: 30px;
        font-size: 14px;
    }

    #contabilidade-home>.container>.row,
    #empresa-home>.container>.row {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }


    #contabilidade-home .posts .slick-arrow,
    #empresa-home .posts .slick-arrow {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        background: #309135;
        top: 0;
        transition: 0.8s;
    }

    #contabilidade-home .posts .slick-prev,
    #empresa-home .posts .slick-prev {
        left: auto;
        right: 55px;
    }

    #contabilidade-home .posts .slick-next,
    #empresa-home .posts .slick-next {
        right: 8px;
    }

    #contabilidade-home h2,
    #empresa-home h2 {
        font-size: 20px;
    }

    #contabilidade-home p,
    #empresa-home p {
        font-size: 14px;
        margin: 0 0 20px;
    }

    #sobre-home .container-fluid {
        background-color: #efefef;
        background-image: none;
    }

    #sobre-home span {
        display: block;
        font-size: 16px;
        margin-top: 25px;
    }

    #sobre-home h2 {
        margin: 10px 0 20px 0;
        font-size: 20px;
    }

    #sobre-home h2>br {
        display: none;
    }

    #sobre-home .titulo {
        font-size: 16px;
    }

    #sobre-home .descricao {
        font-size: 14px;
    }

    #ultimas-noticias-home {
        padding: 40px 0;
    }

    #ultimas-noticias-home>.container>.row {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #ultimas-noticias-home h2 {
        font-size: 20px;
    }

    #ultimas-noticias-home p {
        font-size: 13px;
        margin: 0 0 25px;
    }

    #perguntas-frequentes-home>.container>.row {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #perguntas-frequentes-home .accordion-item {
        width: 100%;
    }

    #perguntas-frequentes-home h2,
    #perguntas-frequentes-home h3 {
        font-size: 20px;
        text-align: left;
    }

    #perguntas-frequentes-home .accordion-item button {
        padding-left: 0;
        font-size: 16px;
        line-height: normal;
        padding: 10px 0;
    }

    #footer .copyright>div {
        text-align: center;
    }

    #footer .copyright>div:last-child {
        margin-top: 15px;
        text-align: center;
    }

    #footer .copyright {
        padding: 30px 0 25px;
    }

    #contabilidade {
        padding: 30px 0;
    }

    #contabilidade .titulo-page h1 {
        line-height: 36px;
        font-size: 28px;
    }

    #contabilidade-servicos .container-fluid {
        padding: 0 0 30px;
    }

    #contabilidade-servicos .titulo-page h1 {
        font-size: 28px;
        margin-top: 15px;
    }

    #contabilidade-servicos .descricao {
        margin-top: 15px;
    }

    #contabilidade-servicos .container-fluid .banner {
        order: 1;
        display: block;
        position: initial;
        width: 100%;
        min-height: 450px;
    }

    #contabilidade-servicos .container-fluid {
        display: flex;
        flex-direction: column;
    }

    #contabilidade-servicos .container-fluid>.container {
        order: 2;
    }

    #contabilidade-servicos .descricao h2 {
        font-size: 20px;
        margin: 20px 0 10px;
        line-height: 30px;
    }

    #contabilidade-servicos .descricao p {
        font-size: 14px;
    }

    #podemos-ajudar .descricao h2 {
        font-size: 20px;
    }

    #podemos-ajudar {
        padding: 40px 0;
    }

    #podemos-ajudar .descricao p {
        width: 100%;
        font-size: 14px;
    }

    #podemos-ajudar .opcoes {
        flex-direction: column;
    }

    #podemos-ajudar .opcoes>div {
        width: 100%;
    }

    #podemos-ajudar .opcoes>div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }

    #podemos-ajudar .opcoes>div h3 {
        font-size: 16px;
    }

    #podemos-ajudar .opcoes>div p {
        font-size: 14px;
    }

    #podemos-ajudar .bt-ajuda {
        font-size: 12px;
        padding: 12px 24px;
    }

    #podemos-ajudar .bt-ajuda a {
        font-size: 12px;
    }

    #consultores {
        padding: 40px 0;
    }

    #consultores .imagem img {
        width: 100%;
    }

    #consultores .imagem::before {
        bottom: -30px;
        left: -30px;
    }

    #consultores .imagem::after {
        display: none;
    }

    #consultores h2 {
        font-size: 20px;
        margin: 15px 0;
    }

    #consultores p {
        font-size: 14px;
    }

    #consultores .bt-consultores {
        font-size: 12px;
        padding: 12px 24px;
    }

    #orcamento .container-fluid {
        padding: 30px 0;
        background: linear-gradient(to bottom, #309135 40%, #efefef 0%);
    }

    #orcamento .container-fluid .decricao h2 {
        font-size: 20px;
    }

    #orcamento .container-fluid .decricao p {
        font-size: 14px;
        margin: 0;
    }

    #orcamento .container-fluid .decricao p>br {
        display: none;
    }

    #orcamento .formulario form .row>div span.wpcf7-spinner {
        display: none;
    }

    #saiba-mais {
        padding: 40px 0;
    }

    #saiba-mais h2 {
        font-size: 16px;
    }

    #saiba-mais p {
        font-size: 14px;
        margin: 0 0 20px;
    }

    #saiba-mais .posts .slick-prev {
        left: auto;
        right: 57px;
    }

    #saiba-mais .posts .slick-arrow {
        top: -15px;
        width: 35px;
        height: 35px;
    }

    #saiba-mais .posts .slick-next {
        right: 12px;
    }

    #empresa {
        padding: 30px 0;
    }

    #empresa .titulo-page h1 {
        line-height: 36px;
        font-size: 28px;
    }

    #empresa-servicos .container-fluid {
        padding: 0 0 30px;
    }

    #empresa-servicos .titulo-page h1 {
        font-size: 28px;
        margin-top: 15px;
    }

    #empresa-servicos .descricao {
        margin-top: 15px;
    }

    #empresa-servicos .container-fluid .banner {
        order: 1;
        display: block;
        position: initial;
        width: 100%;
        min-height: 487px;
    }

    #empresa-servicos .container-fluid {
        display: flex;
        flex-direction: column;
    }

    #empresa-servicos .container-fluid>.container {
        order: 2;
    }

    #empresa-servicos .descricao h2 {
        font-size: 20px;
        margin: 20px 0 10px;
        line-height: 30px;
    }

    #empresa-servicos .descricao p {
        font-size: 14px;
    }

    #sobre .container {
        background-color: #efefef;
    }

    #sobre .titulo-page h1 {
        margin-top: 30px;
        font-size: 28px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #sobre .container-fluid {
        padding: 30px calc(var(--bs-gutter-x) * .5);
        background-color: #efefef;
        background-image: none;
    }

    #sobre .descricao p {
        font-size: 18px;
        line-height: 25px;
    }

    #sobre .conteudo {
        font-size: 14px;
    }

    #sobre .conteudo p {
        font-size: 14px;
    }

    #sobre .conteudo .titulo-conteudo {
        font-size: 16px;
    }

    #sobre .conteudo:not(:last-child) {
        margin-bottom: 20px;
    }

    #sobre .conteudo:first-child {
        margin-top: 20px;
    }

    #nosso-time .titulo {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    #nosso-time .nome {
        font-size: 16px;
    }

    #nosso-time .cargo {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #nosso-time .descricao {
        font-size: 14px;
    }

    #conteudo-blog .posts>div {
        padding: 10px 0;
    }

    #conteudo-blog .post_contents .descricao-post {
        max-height: initial;
    }

    #conteudo-blog .titulo-page h1 {
        margin: 30px 0;
        line-height: 36px;
        font-size: 28px;
    }

    #blog-post .conteudo h1 a {
        font-size: 20px;
        line-height: 30px;
    }

    #blog-post .conteudo p {
        font-size: 14px;
    }

    #blog-post .conteudo h2 {
        font-size: 16px;
        margin: 30px 0 10px 0;
    }

    #blog-post .conteudo {
        padding-bottom: 40px;
    }

    #blog-post .ultimos-posts h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    #blog-post .ultimos-posts .posts .post_contents .descricao-post h2 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    #blog-post .ultimos-posts .posts .post_contents .descricao-post p {
        font-size: 14px;
    }

    #info-contato .titulo-page h1 {
        font-size: 28px;
    }

    #info-contato .formulario p {
        width: 100%;
        font-size: 14px;
    }

    #info-contato .formulario {
        margin: 10px 0 25px;
    }

    #info-contato .formulario form input[type="submit"] {
        padding: 10px 25px;
        font-size: 12px;
    }

    #info-contato .fale-conosco .fale-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #info-contato .formulario form span.wpcf7-spinner {
        display: none;
    }

    #info-contato .fale-conosco .contato .descricao {
        font-size: 14px;
    }

    #info-contato {
        padding: 30px 0 20px 0;
    }

    #solicite-demonstracao h1 {
        margin: 0 0 15px 0;
        line-height: 36px;
        font-size: 28px;
    }

    #solicite-demonstracao p {
        width: 100%;
        font-size: 14px;
    }

    #solicite-demonstracao .formulario {
        float: left;
        width: 100%;
    }

    #solicite-demonstracao .container-fluid {
        min-height: auto;
        padding: 35px 0;
        background-image: none;
    }

    #solicite-demonstracao .formulario:before {
        display: none;
    }

    #solicite-demonstracao h1:before {
        display: none;
    }

    #ultimas-noticias-home .posts .slick-list {
        padding: 20px 0;
    }

    #ultimas-noticias-home .posts .slick-arrow {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        background: #309135;
        top: -20px;
        transition: 0.8s;
    }

    #ultimas-noticias-home .posts .slick-prev {
        left: auto;
        right: 55px;
    }

    #ultimas-noticias-home .posts .slick-next {
        right: 8px;
    }

    #ultimas-noticias-home .posts .slick-prev:before {
        content: '';
        margin-left: 3px;
        position: absolute;
        padding: 6px;
        box-shadow: 2px -2px 0 1px #fff inset;
        border: solid transparent;
        border-width: 0 0 2px 2px;
        transform: rotate(45deg);
    }

    #ultimas-noticias-home .posts .slick-next:before {
        content: '';
        margin-left: 3px;
        position: absolute;
        padding: 6px;
        box-shadow: 2px -2px 0 1px #fff inset;
        border: solid transparent;
        border-width: 0 0 2px 2px;
        transform: rotate(225deg);
    }

    #footer .title {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    #footer .contabilidade .title {
        margin-top: 0;
    }
    #float .box,
    #float-exit .box {
        width: 90%;
        height: 500px;
        position: absolute;
        left: 5%;
        margin-left: auto;
        padding-left: 40px;
    }
    #abertura-empresa .col-12 {
        flex-direction: column;
    }
    #abertura-empresa a {
        margin: 20px auto 0;
    }
    #abertura-empresa h2 {
        font-size: 28px;
    }
    #regioes-home .tab-content:after {
        content: none;
    }
}
@media screen and (max-width: 768px) {
    #float .box,
    #float-exit .box {
        height: auto;
        top: 10%;
        margin-top: auto;
        background-image: none;
        padding: 60px 20px;
    }
    #float h2 {
        font-size: 30px;
    }
    #float #fechar,
    #float-exit #fechar {
        color: #4c4b4b;
    }
    #float .bt-consultores,
    #float-exit .bt-consultores {
        font-size: 12px;
        padding: 15px;
    }
    .contatos-bot span {
        display: none;
    }
    #full-banner-home .slick-dots {
        bottom: -5%;
    }
}

/*** MOBILE ***/