/*
 * 
Theme Name: C-Logi - by Actmob
Author: Jean Andrade
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

li,
a {
    list-style: none;
    text-decoration: none;
}

* {
    outline: none;
}

div,
p,
strong,
article,
aside,
section,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Lato', sans-serif;
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    background-color: var(--act_theme_cor_1);
    color: var(--act_theme_cor_9);
    scroll-padding-top: 125px;
    scroll-behavior: smooth;
}

.font-family-raleway,
.font-family-raleway * {
    font-family: 'Raleway', sans-serif;
}

.bg_act_theme_cor_1 {
    background-color: var(--act_theme_cor_1);
}

.bg_act_theme_cor_2 {
    background-color: var(--act_theme_cor_2);
}

.bg_act_theme_cor_3 {
    background-color: var(--act_theme_cor_3);
}

.bg_act_theme_cor_4 {
    background-color: var(--act_theme_cor_4);
}

.bg_act_theme_cor_5 {
    background-color: var(--act_theme_cor_5);
}

.bg_act_theme_cor_6 {
    background-color: var(--act_theme_cor_6);
}

.bg_act_theme_cor_7 {
    background-color: var(--act_theme_cor_7);
}

.bg_act_theme_cor_8 {
    background-color: var(--act_theme_cor_8);
}

.bg_act_theme_cor_9 {
    background-color: var(--act_theme_cor_9);
}

.bg_act_theme_cor_10 {
    background-color: var(--act_theme_cor_10);
}

.text_act_theme_cor_1 {
    color: var(--act_theme_cor_1);
}

.text_act_theme_cor_2 {
    color: var(--act_theme_cor_2);
}

.text_act_theme_cor_3 {
    color: var(--act_theme_cor_3);
}

.text_act_theme_cor_4 {
    color: var(--act_theme_cor_4);
}

.text_act_theme_cor_5 {
    color: var(--act_theme_cor_5);
}

.text_act_theme_cor_6 {
    color: var(--act_theme_cor_6);
}

.text_act_theme_cor_7 {
    color: var(--act_theme_cor_7);
}

.text_act_theme_cor_8 {
    color: var(--act_theme_cor_8);
}

.text_act_theme_cor_9 {
    color: var(--act_theme_cor_9);
}

.text_act_theme_cor_10 {
    color: var(--act_theme_cor_10);
}

.size_act_theme_font_xs {
    font-size: var(--act_theme_font_xs);
}

.size_act_theme_font_sm {
    font-size: var(--act_theme_font_sm);
}

.size_act_theme_font_md {
    font-size: var(--act_theme_font_md);
}

.size_act_theme_font_lg {
    font-size: var(--act_theme_font_lg);
}

.size_act_theme_font_xg {
    font-size: var(--act_theme_font_xg);
}

.size_act_theme_font_cor {
    font-size: var(--act_theme_font_cor);
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.bg-top {
    background-position: top;
}

.bg-top-center {
    background-position: top center;
}

.bg-bottom {
    background-position: bottom;
}

.bg-bottom-center {
    background-position: bottom center;
}

.bg-cover {
    background-size: cover;
}

.bg-100-auto {
    background-size: 100% auto;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.thin {
    font-weight: 300;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: var(--act_theme_cor_8);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: var(--act_theme_cor_2);
    -webkit-border-radius: 0px;
    height: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--act_theme_cor_2);
    border-radius: 4px;
    width: 10px;
}


::-moz-scrollbar {
    width: 5px;
    height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
    display: none;
}

::-moz-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
    background-color: var(--act_theme_cor_2);
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
    background: var(--act_theme_cor_8);
    border-radius: 4px;
    width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
    display: none;
}

::-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
    background-color: var(--act_theme_cor_2);
    -webkit-border-radius: 0px;
    height: 6px;
}

::-scrollbar-thumb:horizontal {
    background: var(--act_theme_cor_8);
    border-radius: 4px;
    width: 10px;
}

.spaceHeader {
    height: 120px;
}

header.header-desktop {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header-desktop .fundo-header {
    width: 100%;
}

.header-mobile .fundo-header.bg_ativo,
.header-desktop .fundo-header.bg_ativo {
    background-color: var(--act_theme_cor_5);
}

header.header-mobile .img-logo-mobile,
.header-desktop .fundo-header .img-logo-desktop {
    width: 75%;
    height: auto;
    padding: 0.325rem 0;
    max-height: 95px;
    transition: all .4s;
}

header.header-mobile .img-logo-mobile {
    width: auto;
    max-height: 80px;
}

header.header-mobile .fundo-header.bg_ativo .img-logo-mobile,
.header-desktop .fundo-header.bg_ativo .img-logo-desktop {
    padding: 1rem;
}

.header-desktop .fundo-header .search-form-header {
    width: 100%;
    height: auto;
    position: relative;
}

.header-desktop .fundo-header .search-form-header .search-field {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 4px;
    font-size: 0.875rem;
    padding: 0.875rem;
    position: relative;
    z-index: 1;
}

.header-desktop .fundo-header .search-form-header .search-submit {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
    background: transparent;
    font-size: var(--act_theme_font_lg);
    padding: 0 0.625rem;
    color: var(--act_theme_cor_1);
}

.header-desktop .fundo-header .bloco-icons-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--act_theme_cor_2);
    color: var(--act_theme_cor_9);
    padding: 0.625rem 1.25rem;
    border-radius: 4px;
    position: relative;
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header .info-icon-header {
    display: inline-block;
    margin-right: 0.625rem;
    font-size: var(--act_theme_font_md);
    line-height: 110%;
    text-align: right;
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header .info-icon-header label {
    display: block;
    font-size: 90%;
    padding: 0;
    line-height: 100%;
    cursor: pointer;
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header i {
    font-size: 1.5rem;
    color: var(--act_theme_cor_3);
}

.header-desktop .fundo-menu {
    width: 100%;
    height: auto;
}

.header-desktop .fundo-menu .menu-desktop>li>a {
    color: var(--act_theme_cor_9);
    font-weight: 400;
    font-size: var(--act_theme_font_sm);
    padding: 0.625rem 0;
    display: inline-block;
    cursor: pointer;
    transition: all .4s;
}

#menu-menu-principal .menu-item a:hover,
#menu-menu-principal .menu-item a.ativo {
    color: var(--act_theme_cor_3);
    font-size: 1.375rem;
    font-weight: bold;
}

.header-desktop .fundo-menu .menu-desktop>li {
    position: relative;
}

.header-desktop .fundo-menu .menu-desktop {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-desktop .fundo-menu .menu-desktop>li>.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--act_theme_cor_1);
    width: 15rem;
    padding: 0rem;
    border-radius: 0px 0px 4px 4px;
    height: 0rem;
    overflow-y: auto;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.header-desktop .fundo-menu .menu-desktop>li>.sub-menu>li>a:hover {
    color: var(--act_theme_cor_3);
    font-weight: bold;
}

.header-desktop .fundo-menu .menu-desktop>li>.sub-menu>li>a {
    color: var(--act_theme_cor_9);
    display: block;
    font-size: var(--act_theme_font_md);
    padding: 0.335rem 0;
    margin: 0.1rem 0;
}

.header-desktop .fundo-menu .menu-desktop>li>.sub-menu::-webkit-scrollbar-thumb {
    background: var(--act_theme_cor_8);
}

.header-desktop .fundo-menu .menu-desktop>li>a:hover+.sub-menu,
.header-desktop .fundo-menu .menu-desktop>li>.sub-menu:hover {
    opacity: 1;
    height: 10rem;
    transition: 0.3s ease-in-out;
    padding: 0.875rem;
}

.header-desktop .fundo-menu .menu-desktop>li.menu-item-has-children>a::after {
    content: '\f078';
    font-family: 'FontAwesome';
    margin-left: 0.313rem;
    font-size: 80%;
    display: inline-block;
    vertical-align: middle;
}

footer.footer-mobile .copyright>div,
footer.footer-desktop .copyright>div {
    border-top: 1px solid var(--act_theme_cor_7);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: var(--act_theme_cor_9);
}

#btn_back_to_top {
    position: fixed;
    bottom: 105px;
    right: 33px;
    background-color: transparent;
    border: none;
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_lg);
    z-index: 999;
	display: none;
}

#btn_back_to_top.ativo {
	display: flex;
}

.container-404 p {
    font-size: var(--act_theme_font_xs);
    margin-bottom: 0;
}

.container-404 h1 {
    font-weight: bold;
    font-size: var(--act_theme_font_xg);
    color: var(--act_theme_cor_1);
    margin-bottom: 0.625rem;
}

.container-404 {
    padding: 3.75rem 0;
}

.container-404 .btn-voltar-home {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: var(--bs-white);
    background: var(--act_theme_cor_1);
    border-radius: 5px;
    padding: 1rem;
}

.container-404 h2 {
    font-size: var(--act_theme_font_xg);
    font-weight: bold;
    color: var(--act_theme_cor_1);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.container-404 .sitemap li a:hover {
    color: var(--act_theme_cor_3);
}

.container-404 .sitemap li a {
    color: var(--act_theme_cor_9);
    font-weight: bold;
    margin: 0.2rem 0.665rem;
    font-size: var(--act_theme_font_md);
    display: inline-block;
}

.container-404 .sitemap {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 3;
    text-align: left;
}

.bloco-categorias-rodape ul {
    column-count: 3;
}

.copyright p {
    color: var(--bs-white);
    font-size: var(--act_theme_font_md);
    margin: 0;
}

rs-module,
rs-module-wrap {
    width: 100% !important;
}

.owl-carousel .owl-nav .owl-next::before {
    content: '\f061';
}

.owl-carousel .owl-nav .owl-prev::before {
    content: '\f060';
}

.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_lg);
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev {
    top: calc(50% - 20px);
    left: -3.125rem;
}

.owl-carousel .owl-nav .owl-next {
    top: calc(50% - 20px);
    right: -2.5rem;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 5px;
    background: transparent !important;
    z-index: 2;
}

.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;

}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--act_theme_cor_3);
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

.owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    background-color: var(--act_theme_cor_9);
    border-radius: 100px;
    margin: 0 0.4rem;
}

footer.footer-mobile {
    padding: 3.75rem 0;
    padding-bottom: 7rem;
}

footer.footer-mobile .bloco-info-contato-rodape {
    width: 100%;
    border-bottom: 1px solid var(--act_theme_cor_8);
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    padding-bottom: 1.563rem;
    margin-bottom: 1.563rem;
}

footer.footer-mobile .bloco-info-contato-rodape h2 {
    font-size: var(--act_theme_font_lg);
    margin-bottom: 1rem;
    font-weight: bold;
}

footer.footer-mobile .bloco-info-contato-rodape p {
    margin-bottom: 0.625rem;
    font-size: var(--act_theme_font_md);
}

footer.footer-mobile .bloco-info-contato-rodape p:last-child {
    margin-bottom: 0;
}

footer.footer-mobile .bloco-info-contato-rodape p i {
    color: var(--act_theme_cor_3);
    margin-right: 0.625rem;
    font-size: 140%;
}


footer.footer-mobile .copyright img {
    margin-top: 2rem;
}

.redes-sociais {
    display: flex;
    align-items: center;
    list-style: none;
    gap: .3125rem;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.redes-sociais li a {
    display: block;
    font-size: var(--act_theme_font_md);
    color: var(--act_theme_cor_9);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes-sociais li a:hover {
    color: var(--act_theme_cor_3);
}

.header_redes_sociais .redes-sociais {
    justify-content: end;
}

.redes-sociais>li {
    order: 3;
}

header ul.redes-sociais li.rede-social-whatsapp-item,
#contato ul.redes-sociais li.rede-social-whatsapp-item {
    display: none;
}

.redes-sociais .rede-social-whatsapp-item {
    order: 1;
}

/* .redes-sociais .rede-social-facebook-item a {
    background-color: #1877f2;
} */
.redes-sociais .rede-social-whatsapp-item a {
    color: var(--act_theme_cor_6);
    /* background-color: var(--act_theme_cor_6); */
    border-radius: 50%;
}

.qrcode_row>div>.vc_column-inner>.wpb_wrapper figure {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 15px;
}

.qrcode_row .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 1rem;
}


.header-desktop .fundo-header>.container-fluid {
    padding: 0 4.375rem;
}

header.header-desktop .cabecalho_desktop {
    width: 100%;
}

header.header-desktop .bloco-header-desktop .bloco-contato-header-desktop {
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_md);
}

header.header-desktop .bloco-header-desktop .bloco-contato-header-desktop i {
    font-size: 130%;
    margin-right: 0.625rem;
    display: inline-block;
    vertical-align: bottom;
}

header.header-desktop .bloco-header-desktop .bloco-contato-header-desktop {
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_md);
}


footer.footer-desktop h2 {
    font-size: var(--act_theme_font_lg);
    font-family: "Raleway", sans-serif;
    margin-bottom: 1.25rem;
}

footer.footer-desktop .bloco-newsletter-rodape h2 {
    margin-bottom: 0;
}

.newsletter .input-newsletter::placeholder {
    color: var(--act_theme_cor_9);
}

.newsletter .input-newsletter {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.625rem 1rem;
    border-radius: 5px;
    border: 0;
    background: var(--act_theme_cor_7);
    color: var(--act_theme_cor_9);
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_md);
    height: 3.688rem;
}

.newsletter .btn-newsletter {
    margin: 0;
    padding: 0 3rem;
    border-radius: 5px;
    border: 0;
    background: var(--act_theme_cor_2);
    color: var(--act_theme_cor_9);
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_md);
    height: 3.688rem;
    font-weight: 500;
}

.copyright a {
    color: var(--act_theme_cor_9);
}

.redes-sociais-rodape {
    border-top: 1px solid var(--act_theme_cor_8);
    border-bottom: 1px solid var(--act_theme_cor_8);
    margin-bottom: 2rem;
}

.redes-sociais-rodape .redes-sociais {
    margin: 0;
    padding: 1rem 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.redes-sociais-rodape .redes-sociais a {
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_lg);
}

.page-template-default .breadcrumb>a:last-child {
    flex: unset;
}

/* WhatsApp Flutuante */
.btn-flutuante-whatsapp {
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999999999;
    background: var(--act_theme_cor_6);
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 2.5rem;
    color: var(--act_theme_cor_9);
}

/* Sobre */
#sobre {
    padding-top: 5rem;
}

#sobre h2.vc_custom_heading {
    max-width: 620px;
}

#sobre p {
    font-size: var(--act_theme_font_md);
}

#sobre .numeros_animados {
    border-top: 1px solid var(--act_theme_cor_7);
    border-bottom: 1px solid var(--act_theme_cor_7);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-top: 3.75rem;
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
}

#sobre .numeros_animados .wpb_raw_code.wpb_content_element.wpb_raw_html h2,
#sobre .numeros_animados .wpb_raw_code.wpb_content_element.wpb_raw_html p,
#sobre .numeros_animados .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0;
}

#sobre .numeros_animados .numero_animado_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

#sobre .numeros_animados .numero_animado_item h2 {
    font-size: 3.75rem;
    font-weight: bold;
    color: var(--act_theme_cor_3);
}

#sobre .numeros_animados .numero_animado_item p {
    font-size: var(--act_theme_font_md);
    line-height: 100%;
}

/* Consultoria Continua */
.row_consultoria_continua {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.row_consultoria_continua .vc_custom_heading {
    font-size: 5rem;
    line-height: 100%;
    margin-bottom: 2.5rem;
}

.row_consultoria_continua .vc_custom_heading strong {
    color: var(--act_theme_cor_3);
}

.row_consultoria_continua p {
    font-size: var(--act_theme_font_md);
}

.btn_conheca_servicos {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 1rem;
    color: var(--act_theme_cor_9);
}

.btn_conheca_servicos>div {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.btn_conheca_servicos>div .icon-engrenagem-small {
    width: 100px;
    height: 100px;
    top: 18px;
    right: -50px;
    position: relative;
}

.btn_conheca_servicos span {
    display: flex;
    flex-direction: column;
    font-size: var(--act_theme_font_cor);
    line-height: 100%;
}

.btn_conheca_servicos span strong {
    color: var(--act_theme_cor_3);
}

.btn_conheca_servicos span i {
    font-size: 1.5rem;
    display: block;
    margin-top: .75rem;
}

.btn_conheca_servicos img {
    transition: all .6s;
}

.btn_conheca_servicos:hover img.icon-engrenagem-small {
    transform: rotate(45deg);
}

.btn_conheca_servicos:hover img.icon-engrenagem-large {
    transform: rotate(-45deg);
}

#plano-de-trabalho {
    background-repeat: no-repeat;
    background-position: 10% 67%;
    padding-top: 3.125rem;
/*     margin-top: -200px; */	
    margin-top: 0;
    z-index: 0;
}

#plano-de-trabalho-titulo {
    background-repeat: no-repeat;
}
#plano-de-trabalho a.btn_conheca_servicos {
    justify-content: start;
	display: inline-flex;
}
#plano-de-trabalho-titulo .titulo_sublinhado {
    font-size: var(--act_theme_font_lg);
    color: var(--act_theme_cor_1);
    line-height: 2.2rem;
    padding-bottom: 1.875rem;
    text-align: center !important;
}

#plano-de-trabalho-titulo .titulo_sublinhado strong {
    padding: .125rem .625rem;
    background-color: var(--act_theme_cor_3);
    display: block;
    max-width: 415px;
    margin-bottom: -30px;
}

#plano-de-trabalho-titulo h2.vc_custom_heading {
    font-size: var(--act_theme_font_xg);
    font-weight: bold;
}

.row-plano-de-trabalho {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.row-plano-de-trabalho>div>div {
    height: 100%;
}


/* Serviços */
section#servicos {
    padding-top: 1.875rem;
    margin-top: -10.375rem;
/*     padding-bottom: 11.375rem; */
	padding-bottom: 0;
    background-repeat: no-repeat;
}

section#servicos:before {
    background: linear-gradient(180deg, rgba(5, 26, 48, 0) 0%, #00015C 100%);
    content: '';
    display: block;
    width: 100%;
    height: 236px;
    position: absolute;
    left: 0;
    top: 0;
}

#nossos-servicos {
    background-repeat: no-repeat;
    padding-bottom: 13.875rem;
    padding-top: 5rem !important;
    background-size: cover;
    background-position: bottom;
}

.loop_servico {
    justify-content: center;
}

.loop_servico .loop_servico_item .loop_servico_bg {
    background-color: rgba(2, 3, 53, 0.8);
    padding: 2.8125rem;
    min-height: 340px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 1s;
    overflow: hidden;
}

.loop_servico .loop_servico_item .loop_servico_bg.ativo .loop_servico_saiba_mais {
    opacity: 0;
    position: relative;
    bottom: -100%;
    transition: all .4s;
}

.loop_servico .loop_servico_item .loop_servico_bg .loop_servico_saiba_mais {
    color: var(--act_theme_cor_3);
    font-size: var(--act_theme_font_sm);
    position: relative;
    left: 0;
}

.loop_servico .loop_servico_item .loop_servico_bg .loop_servico_titulo {
    font-size: var(--act_theme_font_xg);
    color: var(--act_theme_cor_3);
    font-weight: bold;
}

.loop_servico .loop_servico_item .loop_servico_bg .loop_servico_conteudo p {
    font-size: var(--act_theme_font_sm);
}

.loop_servico .loop_servico_item .loop_servico_bg .loop_servico_conteudo_1 {
    margin-top: 0.625rem;
    margin-bottom: 1rem;
}

.loop_servico .loop_servico_item .loop_servico_bg .loop_servico_conteudo_2 {
    display: none;
}

.loop_servico .loop_servico_item .loop_servico_img {
    display: block;
    opacity: 0;
    height: 0;
    width: 0;

}

.loop_servico .loop_servico_item .loop_servico_img.ativo {
    opacity: 1;
}

.loop_servico_item::after {
    content: '';
    display: block;
    position: absolute;
    right: -45px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 30px;
    border-left-width: 30px;
    border-bottom: 30px solid var(--act_theme_cor_3);
    transform: rotate(90deg);
}

.loop_servico .loop_servico_item {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 470px;
}

.loop_servico_item.loop_servico_item-2 {
    margin-top: 3.125rem;
    align-items: start;
    justify-content: center;
}

.loop_servico_item.loop_servico_item-2:after {
    right: unset;
    transform: rotate(0deg);
    top: -30px;
}

.loop_servico_item.loop_servico_item-3 {
    margin-top: 5rem;
    justify-content: center;
    align-items: end;
}

.loop_servico_item.loop_servico_item-3:after {
    bottom: -30px;
    right: unset;
    transform: rotate(180deg);
}

.loop_servico_item.loop_servico_item-4 {
    margin-top: 2.5rem;
}

.loop_servico_item.loop_servico_item-4:after {
    right: unset;
    left: -45px;
    transform: rotate(270deg);
}

.loop_servico .loop_servico_item article {
    max-width: 470px;
    display: flex;
    position: relative;
    align-items: stretch;
}

.loop_servico .loop_servico_item article .loop_servico_img.ativo>div>img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.loop_servico .loop_servico_item article .loop_servico_img>div {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 440px;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all .4s;
}

.loop_servico .loop_servico_item article .loop_servico_img.ativo>div {
    left: 99%;
    opacity: 1;
    z-index: 2;
}

.loop_servico>div:last-child .loop_servico_item article .loop_servico_img>div,
.loop_servico>div:last-child .loop_servico_item article .loop_servico_img {
    right: 0;
    left: unset;
}

.loop_servico>div:last-child .loop_servico_item article .loop_servico_img.ativo>div,
.loop_servico>div:last-child .loop_servico_item article .loop_servico_img.ativo {
    right: 100%;
    left: unset;
}

.loop_servico>div:last-child .loop_servico_item .loop_servico_bg {
    min-height: 395px;
}

.btn_fale_com_especialista {
    display: flex;
    gap: .625rem;
    color: var(--act_theme_cor_9);
}

.loop_servico .btn_fale_com_especialista {
    bottom: 20px;
    position: absolute;
}

.btn_fale_com_especialista span {
    display: flex;
    flex-direction: column;
    font-size: var(--act_theme_font_lg);
    line-height: 2.25rem;
    padding-top: 1rem;
}

.btn_fale_com_especialista span strong {
    color: var(--act_theme_cor_3);
    font-weight: bold;
}

.btn_fale_com_especialista>div {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.btn_fale_com_especialista span i {
    font-size: 1.5rem;
    margin-top: .75rem;
}

.btn_fale_com_especialista img {
    transition: all .6s;
}

.btn_fale_com_especialista:hover img.icon-engrenagem-small {
    transform: rotate(45deg);
}

.btn_fale_com_especialista:hover img.icon-engrenagem-large {
    transform: rotate(-45deg);
}

.icon-engrenagem-small {
    width: 35px;
    height: 35px;
}


/* Plano de Trabalho */
#plano-de-trabalho .card-plano-de-trabalho {
    margin-bottom: 2.5rem;
}

#plano-de-trabalho .card-plano-de-trabalho>div>div {
    max-width: 406px;
    background-color: var(--act_theme_cor_5);
    position: relative;
    height: 100%;
/*     min-height: 865px; */
}

#plano-de-trabalho .card-plano-de-trabalho>div>div:before {
    display: none;
}

#plano-de-trabalho .card-plano-de-trabalho>div>div:after {
    content: '';
    display: block;
    position: absolute;
    /* top: 105px; */
    top: calc(100% - 430px);
    right: -45px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 30px;
    border-left-width: 30px;
    border-bottom: 30px solid var(--act_theme_cor_3);
    transform: rotate(90deg);
}

#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-3>div>div:after {
    top: unset;
    bottom: -30px;
    left: calc(50% - 30px);
    transform: rotate(180deg);
}

#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-5>div>div:after,
#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-6>div>div:after {
    left: -45px;
    top: 73%;
    right: unset;
    transform: rotate(270deg);
}

#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-4>div>div:after {
    display: none;
}

#plano-de-trabalho .card-plano-de-trabalho h2.vc_custom_heading,
#plano-de-trabalho .card-plano-de-trabalho .wpb_text_column.wpb_content_element {
    padding: 0.625rem 1.5rem;
}

#plano-de-trabalho .card-plano-de-trabalho h2.vc_custom_heading {
    font-size: var(--act_theme_font_xg);
    font-weight: bold;
    color: var(--act_theme_cor_3);
}

#plano-de-trabalho .card-plano-de-trabalho .wpb_text_column.wpb_content_element {
    margin: 0;
    padding-bottom: 2.5rem;
}

#plano-de-trabalho .card-plano-de-trabalho .wpb_text_column.wpb_content_element p {
    font-size: var(--act_theme_font_sm);
}

#plano-de-trabalho .card-plano-de-trabalho .wpb_text_column.wpb_content_element p strong {
    color: var(--act_theme_cor_3);
}

#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-4>div>div {
    background-color: transparent;
}

#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-4 h3.vc_custom_heading {
    font-size: var(--act_theme_font_lg);
    padding-top: 75%;
    font-weight: bold;
}

#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-5>div>div {
    min-height: 561px;
}

#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-5 p {
    font-weight: bold;
}

#plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-4 h3.vc_custom_heading strong {
    color: var(--act_theme_cor_3);
}

#plano-de-trabalho .card-plano-de-trabalho .btn_fale_com_especialista {
    margin-top: 3.5rem;
}

#plano-de-trabalho-titulo a.btn_conheca_servicos {
    justify-content: start;
	display: inline-flex;
}


/* Parceiros e Clientes */
#clientes {
    padding-top: 40px;
}

.clientes-parceiros {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
}

.parceiros_clientes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.125rem;
}

.parceiros_clientes .parceiro_item {
    width: 202px;
    height: 90px;	
    padding: 10px;
    background-color: var(--act_theme_cor_9);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all .4s;
}


.parceiros_clientes .parceiro_item .parceiro_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.parceiros_clientes .parceiro_item .parceiro_img img {
	/* 
	 * max-width: 90%;
	 * opacity: .5; 
	 * filter: grayscale(1); 
	*/	
    width: auto;
    max-height: 70px;
    transition: all .4s;
}

.parceiros_clientes.parceiro .parceiro_item {
    background-color: rgba(247, 247, 247, 1);
}

.parceiros_clientes .parceiro_item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.titulo_parceiros_clientes {
    text-align: center !important;
    margin-bottom: 2.5rem;
    font-size: var(--act_theme_font_lg);
    font-weight: bold;
	color: var(--act_theme_cor_3);
}

/* 

act_theme_font_xs = 1rem / 16px
act_theme_font_sm = 1.125m / 18px
act_theme_font_md = 1.25rem / 20px
act_theme_font_lg = 2rem / 32px
act_theme_font_xg = 2.625rem / 42px
act_theme_font_cor = 3.125rem /50px

*/
#contato {
/*     border-top: 1px solid var(--act_theme_cor_7); */
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 2rem;
    z-index: 1;
    position: relative;
}

#contato .vc_custom_heading {
    max-width: 500px;
    font-size: var(--act_theme_font_cor);
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 3.125rem;

}

.btn_fale_com_especialista_row a.btn_conheca_servicos {
    justify-content: start;
    display: inline-flex;
}

/* 
 * QR CODE AO LADO DO TELEFONE
 * 
 * #contato .dados_endereco {
    max-width: 500px;
}
#contato .qrcode_row:before,
#contato .qrcode_row:after{
	display: none;
}
#contato .qrcode_row {
    display: grid;
    grid-template-columns: 1fr 210px;
} */
#contato .vc_custom_heading strong {
    background-color: var(--act_theme_cor_3);
    line-height: 4.25rem;
    color: var(--act_theme_cor_2);
}

.dados_de_contato>div {
    margin-bottom: 1.375rem;
}

.dados_de_contato a {
    display: flex;
    gap: 2px;
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_sm);
    transition: all .4s;
}

.dados_de_contato a:hover {
    color: var(--act_theme_cor_3);
}

.dados_de_contato a>div {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dados_telefone .dados_item>div i {
    color: var(--act_theme_cor_3);
    font-size: 1.5rem;
}

.dados_endereco .dados_item>div {
    min-width: 50px;
    align-items: unset;
    padding-top: .3125rem;
}

.formulario_contato>div {
    margin-bottom: 2.5rem;
}

.formulario_contato p {
    margin-bottom: 0;
}

.formulario_contato p span {
    display: block;
}

.formulario_contato textarea,
.formulario_contato input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--act_theme_cor_3);
    padding: 1.375rem .0625rem;
    width: 100%;
    color: var(--act_theme_cor_9);
}

textarea[aria-invalid="true"] {
    border-color: #ff2c00 !important;
}

.formulario_contato textarea::placeholder,
.formulario_contato input::placeholder {
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_sm);
}

.formulario_contato input.btn-form {
    background-color: var(--act_theme_cor_3);
    color: var(--act_theme_cor_2);
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    transition: all .4s;
}

.formulario_contato input.btn-form:hover {
    opacity: .8;
}

.formulario_contato>div:last-child {
    margin-top: 1rem;
}

/* #rev_slider_2_1_wrapper .hesperiden.tparrows {
    display: none !important;
} */
/* #rev_slider_2_1_wrapper .hesperiden.tparrows.ativo {
    display: block !important;
    } */
#rev_slider_2_1[data-slideactive="rs-2"] .hesperiden.tparrows.tp-leftarrow,
#rev_slider_2_1[data-slideactive="rs-3"] .hesperiden.tparrows.tp-rightarrow {
    display: none !important;
}

#rev_slider_2_1[data-slideactive="rs-2"] .hesperiden.tparrows.tp-rightarrow,
#rev_slider_2_1[data-slideactive="rs-3"] .hesperiden.tparrows.tp-leftarrow {
    display: block !important;
}


/* Banner */
/* #rev_slider_2_1_wrapper .hesperiden.tparrows.desativado,
#rev_slider_2_1_wrapper .hesperiden.tparrows.tp-leftarrow,
#rev_slider_2_1_wrapper .hesperiden.tparrows {
    display: none;
}

#rev_slider_2_1_wrapper .hesperiden.tparrows,
#rev_slider_2_1_wrapper .hesperiden.tparrows.ativado {
    display: block;
} */

.engrenagem-banner svg,
.engrenagem-banner svg *,
.engrenagem-banner img {
    transition: all .4s;
}

.engrenagem-banner:hover img {
    transform: rotate(45deg);
}

.engrenagem-banner h2 {}

.engrenagem-banner h2:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
}

.engrenagem-banner .img-circle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.engrenagem-banner .img-circle img {
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    transition: all 1s;
}

.engrenagem-banner:hover .img-circle img {
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
}

.engrenagem-banner:hover svg,
.engrenagem-banner:hover svg * {
    fill: var(--act_theme_cor_3) !important;
}

.engrenagem-banner:hover svg {
    transform: rotate(45deg);
}





@media screen and (max-width: 1399px) {
    #plano-de-trabalho .card-plano-de-trabalho h2.vc_custom_heading {
        font-size: var(--act_theme_font_lg);
    }

    #plano-de-trabalho-titulo h2.vc_custom_heading {
        margin-bottom: 2rem;
    }

    #plano-de-trabalho .card-plano-de-trabalho>div>div:after {
        right: -30px;
        border-right-width: 20px;
        border-left-width: 20px;
        border-bottom: 20px solid var(--act_theme_cor_3);
    }

    #plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-3>div>div:after {
        bottom: -20px;
    }

    #plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-5>div>div:after,
    #plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-6>div>div:after {
        left: -30px;
    }

    #contato .vc_custom_heading {
        font-size: var(--act_theme_font_xg);
    }

    #contato .vc_custom_heading strong {
        line-height: 130%;
    }
}

@media screen and (max-width: 1199px) {
    .header-desktop .fundo-menu .menu-desktop>li>a {
        font-size: .875rem;
    }

    header.header-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 99999;
        background: transparent;
    }

    html.overflow_hidden,
    body.overflow_hidden {
        overflow: hidden;
    }

    .header-mobile .fundo-header {
        transition: all 1s;
    }

    .header-mobile .fundo-header.is_active {
        background-color: rgba(2, 4, 93, 0.98)
    }

    header.header-mobile .bloco-menu-mobile .menu-mobile {
        padding-top: 3.75rem;
    }

    header.header-mobile>.container.bloco-menu-mobile,
    header.header-mobile>.container.carrinho-mobile {
        padding-top: 0;
    }

    header.header-desktop .btn-open-menu-desktop,
    header.header-mobile .btn-open-menu-mobile {
        font-size: var(--act_theme_font_lg);
        color: var(--act_theme_cor_9);
        border: none;
        background-color: transparent;
    }

    header.header-mobile .redes-sociais {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: end;
        gap: 15px;
    }

    header.header-mobile .redes-sociais a {
        color: var(--act_theme_cor_9);
        font-size: var(--act_theme_font_lg);
    }

    header.header-mobile .bloco-menu-mobile .menu-mobile {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    header.header-mobile .bloco-menu-mobile .menu-mobile>li {
        padding: 0.625rem 0;
        position: relative;
    }

    header.header-mobile .bloco-menu-mobile .menu-mobile>li>a {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        max-width: 80%;
        font-size: var(--act_theme_font_md);
        text-transform: uppercase;
        font-weight: bold;
        color: var(--act_theme_cor_9);
    }

    header.header-mobile .bloco-menu-mobile {
        height: auto;
        max-height: 0vh;
        overflow-y: auto;
        z-index: -1;
        position: relative;
        opacity: 0;
        top: -110dvh;
        transition: 0.5s;
    }

    header.header-mobile .bloco-menu-mobile.is_active {
        min-height: calc(100dvh - 80px);
        max-height: 100dvh;
        top: 0;
        opacity: 1;
        z-index: 1;
        transition: 0.5s;
    }

    header.header-mobile .bloco-menu-mobile .menu-mobile>li>.sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 1rem;
        display: none;
    }

    header.header-mobile .bloco-menu-mobile .menu-mobile>li>.sub-menu>li>a {
        display: block;
        color: var(--act_theme_cor_5);
        font-size: var(--act_theme_font_sm);
        text-transform: uppercase;
        margin: .3125rem 0;
    }

    header.header-mobile .bloco-menu-mobile .menu-mobile>li>i {
        position: absolute;
        right: 0;
        top: 5px;
        font-size: 130%;
        color: var(--act_theme_cor_9);
    }

    header.header-mobile .menu_mobile_redes_sociais .redes-sociais {
        justify-content: center;
    }

    header.header-mobile .bloco-menu-mobile>div.d-block {
        max-height: calc(100dvh - 140px);
        overflow-y: auto;
        margin-bottom: 5dvh;
    }

    #plano-de-trabalho .vc_row.wpb_row.vc_row-fluid.row-plano-de-trabalho {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #plano-de-trabalho .vc_row.wpb_row.vc_row-fluid.row-plano-de-trabalho>div {
        order: 1;
    }

	#plano-de-trabalho .vc_row.wpb_row.vc_row-fluid.row-plano-de-trabalho>div:nth-child(5) {
		 order: 4;
	}
    #plano-de-trabalho .vc_row.wpb_row.vc_row-fluid.row-plano-de-trabalho>div:nth-child(4) {
        order: 5;
    }

    #plano-de-trabalho .card-plano-de-trabalho>div>div:after {
        display: none;
    }

    #plano-de-trabalho .card-plano-de-trabalho>div>div {
        max-width: 100%;
    }

    #plano-de-trabalho .card-plano-de-trabalho .wpb_text_column.wpb_content_element p {
        font-size: var(--act_theme_font_sm);
    }

    #plano-de-trabalho .card-plano-de-trabalho figure,
    #plano-de-trabalho .card-plano-de-trabalho figure * {
        width: 100%;
    }

    #plano-de-trabalho .vc_row.wpb_row.vc_row-fluid.row-plano-de-trabalho>div>.vc_column-inner,
    #plano-de-trabalho .vc_row.wpb_row.vc_row-fluid.row-plano-de-trabalho>div>.vc_column-inner>div {
        height: 100%;
    }

    header.header-desktop .fundo-header.ativo {
        background-color: var(--act_theme_cor_5);
    }

    header.header-desktop .fundo-header.ativo .menu_desktop_in_mobile.ativo {
        display: block !important;
        /* position: absolute; */
        overflow-y: auto;
        height: calc(100dvh - 95px);
        top: 95px;
        left: 0;
        z-index: 0;
        padding: 2rem 4.375rem;
        background-color: var(--act_theme_cor_5);
    }

    header,
    footer,
    main.main-content-site {
        overflow: hidden;
    }
    #plano-de-trabalho .vc_row.wpb_row.vc_row-fluid.row-plano-de-trabalho > div#plano-de-trabalho-4 {
        order: 3;
    }
    .btn_conheca_servicos span {
        font-size: 2.5rem;
    }
    section#servicos {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    html {
        margin-top: 0 !important;
    }

    html #wpadminbar {
        display: none;
    }

    .scroll-horizontal {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .loop_servico .loop_servico_item {
        padding-top: 0;
        margin: 0 auto;
        margin-bottom: 4rem;
    }

    .loop_servico .loop_servico_item h2,
    .loop_servico .loop_servico_item p {
        text-align: center;
    }

    .loop_servico_item::after {
        top: unset !important;
        left: calc(50% - 30px) !important;
        bottom: -30px !important;
        right: unset !important;
        transform: rotate(180deg) !important;
        transition: all .3s;
    }

    .loop_servico .loop_servico_item.ativo::after {
        opacity: 0;
    }

    .loop_servico .loop_servico_item article {
        max-width: 600px;
        flex-direction: column;
        overflow: hidden;
    }

    .loop_servico .loop_servico_item .loop_servico_bg {
        padding-bottom: .625rem;
    }

    .loop_servico .loop_servico_item .loop_servico_img.ativo {
        height: auto;
        width: auto;
        background-color: rgba(2, 3, 53, 0.8);
        padding: .625rem;
    }

    .loop_servico .loop_servico_item article .loop_servico_img.ativo>div {
        max-width: 600px;
        position: unset;
    }

    .loop_servico .loop_servico_item article .loop_servico_img.ativo>div>img {
        width: 100%;
        height: 210px;
    }

    #plano-de-trabalho .card-plano-de-trabalho figure img {
        max-height: 236px;
        object-fit: cover;
    }

    #plano-de-trabalho-titulo h2.vc_custom_heading,
    #plano-de-trabalho-titulo h3.vc_custom_heading {
        text-align: center !important;
    }

    #plano-de-trabalho-titulo .titulo_sublinhado strong {
        margin: 0 auto;
        margin-bottom: -30px;
        text-align: center;
    }

    #plano-de-trabalho .card-plano-de-trabalho>div>div {
        min-height: 100%;
    }

    #plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-4 h3.vc_custom_heading {
        padding-top: 2rem;
        text-align: center !important;
    }

    #plano-de-trabalho .card-plano-de-trabalho .btn_fale_com_especialista {
        justify-content: center;
    }

    #plano-de-trabalho .card-plano-de-trabalho .btn_fale_com_especialista i {
        display: none;
    }

    .formulario_contato>div {
        margin-bottom: 1rem;
    }
    .loop_servico #estudos-de-melhorias {
        order: 2;
        margin-bottom: 2.5rem;
    }
    .loop_servico .loop_servico_item {
        order: 1;
    }
    #nossos-servicos {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .container-404 .sitemap {
        column-count: 2;
    }
}

@media screen and (max-width: 767px) {
    /* .engrenagem-banner-2 {
        background-color: rgba(1, 1, 1, 0.6);
        border-radius: 5px;
        transition: all .3s;
    }

    .engrenagem-banner-2:hover {
        background-color: rgba(0, 1, 92, 1);
    } */

    header.header-mobile .redes-sociais {
        display: none;
    }

    header.header-mobile .menu_mobile_redes_sociais .redes-sociais {
        display: flex;
    }

    #nossos-servicos h2.vc_custom_heading,
    .row_consultoria_continua p,
    section#sobre h2,
    section#sobre p {
        text-align: center !important;
    }

    #sobre .numeros_animados .numero_animado_item {
        margin-bottom: 1rem;
    }

    .btn_conheca_servicos span {
        font-size: 2.5rem;
    }

    .btn_conheca_servicos>div .icon-engrenagem-small {
        height: 75px;
        width: 75px;
        right: -20px;
        top: 30px;
    }

    .btn_conheca_servicos img {
        max-width: 120px;
    }

    #nossos-servicos {
        background-image: url('/wp-content/uploads/2024/07/bg-nossos-servicos-mobile-v1.webp') !important;
        background-position: 50% 0%;
    }

    .row_consultoria_continua .vc_custom_heading {
        font-size: 2.5rem;
    }

    .parceiros_clientes .parceiro_item {
        margin: 0 auto;
    }

    .header-desktop .menu_desktop_in_mobile .fundo-menu .menu-desktop {
        flex-direction: column;
        text-align: center;
    }

    .header-desktop .menu_desktop_in_mobile .fundo-menu .menu-desktop li a {
        font-size: 1.5rem;
    }

    .header-desktop .fundo-header .img-logo-desktop {
        width: auto;
    }

    .row_consultoria_continua {
        padding-bottom: 0.5rem;
    }
}

@media screen and (max-width: 575px) {
    #sobre .numeros_animados .numero_animado_item {
        flex-direction: column;
    }

    #plano-de-trabalho-titulo h3.vc_custom_heading,
    .btn_conheca_servicos span {
        font-size: 1.5rem;
    }

    .btn_conheca_servicos>div .icon-engrenagem-small {
        height: 50px;
        width: 50px;
        right: -25px;
        top: 10px;
    }

    .btn_conheca_servicos img {
        max-width: 80px;
        max-height: 110px;
    }

    #plano-de-trabalho-titulo h2.vc_custom_heading {
        font-size: var(--act_theme_font_lg);
    }

    .parceiros_clientes .parceiro_item {
        margin-bottom: 1.25rem;
        width: 100%;
    }

    .parceiros_clientes.parceiro {
/*         display: grid; */
        grid-template-columns: 1fr 1fr;
    }

    .parceiros_clientes.parceiro .parceiro_item {
        margin: 0;
    }

    #contato .vc_custom_heading {
        font-size: var(--act_theme_font_lg);
    }

    .dados_de_contato .dados_endereco a p {
        font-size: .875rem;
    }

    .header-desktop .fundo-header>.container-fluid {
        padding: 0 1rem;
    }
    .loop_servico .loop_servico_item .loop_servico_bg {
        padding: 1.5rem;
    }
    .btn_fale_com_especialista .icon-engrenagem-large {
        width: 70px;
        height: 70px;
    }
    .btn_conheca_servicos>div .icon-engrenagem-small {
        right: -15px;
        top: 10px;
    }
}

@media screen and (max-width: 425px) {

    #plano-de-trabalho .card-plano-de-trabalho.card-plano-de-trabalho-4 h3.vc_custom_heading,
    #plano-de-trabalho .card-plano-de-trabalho h2.vc_custom_heading,
    #plano-de-trabalho-titulo h2.vc_custom_heading {
        font-size: 1.5rem;
    }

    .loop_servico .loop_servico_item .loop_servico_bg .loop_servico_titulo {
        font-size: var(--act_theme_font_lg);
    }
}