/*
Theme Name: Actmob Institucional
Author: Eloisa Fernandes
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 0.0.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@100;300;400;700;900&display=swap');

a{text-decoration: none;}
*{
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    ::-webkit-scrollbar {
	  width: 5px;
	  height: 8px;		
	}
    ::-webkit-scrollbar-thumb:horizontal{
        background: #D8B05B;
        border-radius: 0;
		width: 7px;
        scrollbar-color: #D8B05B;
    }
	::-webkit-scrollbar-button:start:decrement,
	::-webkit-scrollbar-button:end:increment  {
	  display: none;
	}
	::-webkit-scrollbar-track-piece  {
	  background-color: #eeeeee;
	  -webkit-border-radius: 0;
	}
	::-webkit-scrollbar-thumb:vertical {
	  background-color: #666
	  -webkit-border-radius: 0;
	}
	::-webkit-scrollbar-thumb:horizontal{
        background: #D8B05B;
        border-radius: 0;
		width: 7px;
    }
	::-moz-scrollbar {
	  width: 5px;
	  height: 8px;		
	}
	::-moz-scrollbar-button:start:decrement,
	::-moz-scrollbar-button:end:increment  {
	  display: none;
	}
	::-moz-scrollbar-track-piece  {
	  background-color: #eeeeee;
	  -webkit-border-radius: 0;
	}
	::-moz-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 0;
	}	
	::-moz-scrollbar-thumb:horizontal{
        background: #D8B05B;
        border-radius: 0;
		width: 7px;
    }
	::-scrollbar-button:start:decrement,
	::-scrollbar-button:end:increment  {
	  display: none;
	}
	::-scrollbar-track-piece  {
	  background-color: #eeeeee;
	  -webkit-border-radius: 0;
	}
	::-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 0;
	}
	::-scrollbar-thumb:horizontal{
        background: #D8B05B;
        border-radius: 0;
		width: 7px;
    }

html, body{
	z-index: 0;
	background: #fafafa;
}
main{
    overflow: hidden;
}
*{
    font-family: 'Lato', sans-serif;
}

/* BANNER */
.slick-prev:before, .slick-next:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    background: 0;
    padding: 20px 10px;
    font-size: 2rem;
    color: #151515;
}
.slick-prev:before{
	content: "\f053";
    margin-left: -20px;
}

.slick-next:before{
	content: "\f054";
    margin-left: 0px;
}
.slick-dots{
    width: 99% !important;
}
.slick-dots li {
    width: 10px !important;
    height: 10px !important;
}
.slick-dots li button:before{
    font-size: 45px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color:  #34A853 !important;
}
.slick-dots li button:before{
    opacity: 1 !important;
    color: #272727 !important;
}


/* HEADER */
header {
    width: 100%;
    max-width: 100vw;
    height: auto;
    background: #fafafa;
    z-index: 10;
    position: fixed;
    padding: 15px 0;
}
.colLogo {
    display: flex;
    justify-content: center;
}
.colLogo img {
    width: 270px;
    height: 90px;
    object-fit: contain;
}
.colMenu > div {
    width: 100%;
}
.colMenu ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.colMenu li.current-menu-item a, .colMenu a:hover {
    color: #1A5D2A;
    font-weight: 600;
    position: relative;
}
.colMenu li.current-menu-item a::after {
    width: 100%;
    height: 5px;
    background: #1A5D2A;
    display: block;
    content: '';
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}
.colMenu a {
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0;
}
.dadosEmpresa > div {
    display: flex;
    justify-content: center;
}
.dadosEmpresa p {
    margin: 0;
}
.dadosEmpresa i {
    font-size: 23px;
}
.dadosEmpresa a {
    color: #545454;
    padding: 0 10px;
    display: flex;
}
ul.sub-menu {
    display: none;
    transition: .3s;
    position: absolute;
    padding-top: 15px;
    white-space: nowrap;
}
.sub-menu li.menu-item {
    background: #fafafa;
    padding: 10px;
    z-index: 9;
}
/* li.menu-item:hover ul.sub-menu {
    display: block;
    transition: .3s;
} */
li.menu-item {
    position: relative;
}
header .menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
	margin-left: 10px;
}


/* MENU MOBILE */
header .btnOpenMenuMobile {
    border: 0;
    margin: 0;
    color: #1a5e29;
    background: transparent;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    padding: 15px;
}
.menuMobile {
    position: fixed;
    z-index: 999999;
    background: #1a5e29;
    width: 100vw;
    height: 100vh;
    left: -100vw;
    opacity: 0;
	transition: 0.5s;
}
.menu-mobile-body .topo-cabecalho-sidebar > div {
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
}
.menu-mobile-body .topo-cabecalho-sidebar div p:first-child {
    display: none;
}
.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1vh;
    border-bottom: 3px solid #035a26;
    background: #000;	
    height: 7vh;
}
.menuMobile .menu-mobile-header .titleSpace h2 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}
.menuMobile .menu-mobile-header .closeMenu button {
    border: 0;
    background: #fff;
    font-size: 1.4rem;
    color: #888;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.menuMobile .menu-mobile-body {
    /* height: 50vh; */
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 1vh;
    position: relative;
}
.menuMobile .menu-mobile-body .list-menu-mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a {
    font-size: 1rem;
    display: block;
    height: auto;
    padding: 5px 0;
    color: #fff;
    font-weight: 400;
    width: 100%;
	position: relative;
    text-transform: uppercase;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a.submenuMobileIsOpen {
    border-bottom: 1px solid #eee;
}
.menuMobile .menu-mobile-body .list-menu-mobile > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 0.8rem;
	position: absolute;
	right: 15px;
    top: 10px;
}
.menuMobile .menu-mobile-body .list-menu-mobile > .menu-item-has-children > a.submenuMobileIsOpen::after{
	content: "\f077";
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    display: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a {
    display: block;
    padding: 5px 0;
    color: #2d2d2d !important;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
}
.menuMobile .menu-mobile-footer {
    padding: 1vh;
    background: #fff;
    width: 100%;
    height: 7vh;
	border-top: 2px solid #000;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader a {
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    line-height: 30px;
}
.container-menu-mobile ul li.current-menu-item {
    background: #fff;
}
.container-menu-mobile ul li.current-menu-item a {
    color: #1a5e29 !important;
}
.container-menu-mobile ul li {
    padding: 7px 0;
}
.container-menu-mobile ul li a {
    text-align: center;
}
.menuIsOpen .iconeOpen {
    display: none;
}
.menuIsOpen .iconeClose {
    display: block !important;
}

/* GERAL */
.btnTxt, .btnPadrao {
    margin: 0;
}
.btnTxt a {
    background: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.btnTxt.btnTxtBranco a{
    color: #ffffff !important;
}
.btnTxt.btnTxtVerde a{
    color: #1A5D2A !important;
}
.btnTxt a:hover {
    text-decoration: underline !important;
}
.btnPadrao a {
    color: #fff !important;
    border: 0 !important;
    padding: 15px 50px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
}
.btnAzulEscuro a {
    background: #102851 !important;
}
.btnAzulEscuro a:hover {
    background: #043281 !important;
}
.btnVerdeEscuro a {
    background: #1A5D2A !important;
    height: auto !important;
}
.btnVerdeEscuro a:hover {
    background: #228d3b !important;
}
.btnCinzaEscuro a {
    background: #272727 !important;
}
.btnCinzaEscuro a:hover {
    background: #3b3a3a !important;
}
.textBranco{
    color: #fff !important;
}
p{
    font-size: 18px;
    font-weight: 300;;
}
a {
    color: #1a5d2a;
}
.espacamentoInterno {
    padding: 80px 0;
}
.espacamentoInferior {
    padding-bottom: 70px !important;
}
.espacamentoSuperior {
    padding-top: 70px !important;
}
.textPreto{
    color: #272727 !important;
}
.textVerde, .textVerde strong{
    color: #1A5D2A !important;
    font-weight: 700;
}
.textPreto strong {
    font-weight: 900;
}
.textPreto p {
    font-weight: 500;
}
.rowBannerTexto::after {
    content: '';
    background: #000000c7;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.rowBannerTexto > div > div > div {
    position: relative;
}
.rowBannerTexto .wpb_single_image {
    margin: 0;
}
.rowBannerTexto .vc_row {
    position: absolute;
    top: 0;
    z-index: 9;
    display: flex;
    height: 100%;
    align-items: center;
}
.rowBannerTexto .vc_row > div {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.rowBannerTexto strong {
    color: #34A853;
}
.titleBarrinha h4::after {
    content: '';
    display: block;
    width: 20%;
    height: 6px;
    background: #1A5D2A;
    border-radius: 6px;
    margin-top: 10px;
}
.titleBarrinha h4 {
    color: #1A5D2A;
    width: fit-content;
}
.h2PretoVerde h2{
    color: #272727;
}
.h2PretoVerde h2 strong{
    color: #1A5D2A;
    font-weight: 900;
}
.rowBanner .vc_single_image-wrapper::after, .rowBKGimage::after{
    content: '';
    display: block;
    background: #1616166e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.rowBKGimage > div{
    z-index: 9;
}
.rowBanner .vc_single_image-wrapper {
    position: relative;
}
.contentZero .wpb_content_element{
    margin: 0 !important;
}
.blocoLoop > div:first-child {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.marginNegativa {
    margin-top: -5%;
}
.fullImage > div:first-child > div {
    padding: 0 !important;
}
.fullImage .wpb_single_image {
    margin: 0;
}
.fullImage > div * {
    height: 100%;
    object-fit: cover;
}

/* HOME */
/* BANNER */
.sectionShortcodeBanner{
    position: relative;
}
.rowShortcodeBanner * {
    margin: 0;
}
.rowServicoBanner {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.rowServicoBanner > div:last-child {
    background: #102851;
}
.rowServicoBanner > div:first-child {
    background: #225E33;
}
.rowServicoBanner > div > div {
    padding: 0 !important;
}
.rowServicoBanner > div {
    padding: 25px 50px;
}

/* ATUAMOS */
.rowAtuamos > div:last-child .vc_row:first-child, .rowOferecemos.rowAtuamos > div:last-child .vc_row:nth-child(2) {
    border-bottom: 1px solid #E6E6E6;
}
.rowAtuamos > div:last-child {
    border-left: 1px solid #E6E6E6;
}
.rowAtuamos > div:last-child .vc_row {
    padding: 30px 50px;
}
.rowAtuamos > div:last-child .vc_row .wpb_content_element {
    margin: 0;
}
.rowAtuamos > div:first-child {
    padding-right: 50px;
}
.rowAtuamos > div:last-child .vc_row h3 strong {
    color: #1A5D2A;
    font-weight: 900;
    font-size: 35px;
    line-height: 30px;
}
.rowAtuamos > div:last-child .vc_row h3 {
    color: #545454;
    font-weight: 700;
}

/* OFERECEMOS */
.rowOferecemos > div:first-child .wpb_content_element {
    margin: 0;
}
.rowOferecemos > div:first-child > div > div > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rowOferecemos > div:first-child {
    padding-right: 75px;
}
.textPreto h2 {
    font-size: calc(1.375rem + 1.5vw);
}

/* SERVICOS */
.blocoServico a, .blocoServico a > div:first-child {
    position: relative;
}
.blocoServico a > div:first-child::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #16161696;
    position: absolute;
    top: 0;
}
.blocoServico a > div:last-child {
    position: absolute;
    bottom: 0;
    color: #fff;
    opacity: 1;
    padding: 20px 40px;
    min-height: 140px;
    width: 100%;
    background-color: rgb(22 22 22 / 63%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
}
.blocoServico h4 {
    font-size: 1.2rem;
    text-align: center;
}

/* INTERNA SERVIÇOS */
.rowDiretor.textVerde .wpb_text_column h2 {
    border-left-color: #4385F6;
}
.rowBKGazul > div:last-child > div {
    padding: 40px !important;
}
.rowBKGazul > div:last-child > div > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* DIRETOR OPERACIONAL */
.rowDiretor > div > div > div {
    position: relative;
}
.rowDiretorBKG {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.rowDiretorBKG h4 {
    line-height: 30px;
    margin-bottom: 35px;
}
.rowDiretorBKG {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #1A5D2A;
    color: #fff;
    padding: 60px 30px;
}
.rowDiretor .wpb_text_column h2 {
    border-left: 12px solid #102851;
    padding-left: 20px;
}

/* PARCEIROS */
.sliderParceiros .blocoParceiro {
    margin: 0 10px;
}
.blocoParceiro img {
    height: 100px;
    object-fit: contain;
    padding: 20px 10px;
}
.blocoParceiro {
    padding: 10px !important;
}
.sliderParceiros > div {
    padding: 10px 0;
}
.rowNossosClientes > div > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* PÁGINA QUEM SOM0S */
.rowBanner > div > div > div {
    position: relative;
}
.rowBanner .wpb_text_column {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    right: 5%;
}
.rowBanner .wpb_text_column > div {
    width: 50%;
}

/* PÁGINA SERVIÇOS */
.rowClientesServicos > div > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* EQUIPAMENTOS */
.rowBannerIcone.rowBannerTexto::after {
    background: rgb(22 22 22 / 43%) !important;
}
.rowBannerIcone.rowBannerTexto .vc_row, .rowBannerIcone.rowBannerTexto .vc_row > div {
    width: 100%;
}
.rowBannerIcone.rowBannerTexto h2, .rowBannerIcone.rowBannerTexto strong {
    color: #fff;
}
.blocoEquipamentos > div {
    height: 100%;
}
.blocoEquipamentos > div > div:last-child {
    padding: 20px 30px 30px;
}
.blocoEquipamentos img {
    height: 186px;
    object-fit: contain;
}
.blocoEquipamentos {
    padding: 10px !important;
}   

/* SINGLE EQUIPAMENTOS */
.singleEquipamentos {
    background-image: url(/wp-content/uploads/2023/10/Central-de-Atendimento.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rowSingleEquipamento {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.rowSingleEquipamento img {
    height: 100%;
    max-height: 500px;
    object-fit: contain;
}
.rowSingleEquipamento > div:last-child {
    padding: 45px 40px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* CONTATO */
.rowFormulario {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.rowFormulario > div {
    background: #0D1216;
    padding: 50px 50px 0;
}
.rowFormulario i {
    margin-right: 10px;
}
.colContato form input, .colContato form select, .colContato form textarea {
    border: 0;
    border-radius: 3px;
    min-width: 100%;
    max-width: 100%;
    padding: 14px 10px;
    background: #ffffff;
    border: 1px solid gainsboro;
}
.colContato input[type="checkbox"] {
    min-width: fit-content !important;
    margin-right: 10px;
}
.colContato p{
    text-align: initial;
}
span.wpcf7-form-control.wpcf7-acceptance.optional span.wpcf7-list-item {
    margin: 0;
}
span.wpcf7-form-control.wpcf7-acceptance.optional label {
    display: flex;
    align-items: baseline;
}
.colContato form .col-12 {
    padding: 10px;
}
.colContato form .col-12:last-child {
    margin-bottom: 0;
}
.colContato form input::placeholder, .colContato form select, .colContato form textarea::placeholder {
    color: #7B7B7B;
    font-size: 18px;
}
.btnForm {
    background: #7B7B7B !important;
    color: #fff !important;
    padding: 16px !important;
    transition: .3s;
    border-bottom: 0 !important;
    border: 0;
    width: 100%;
    border-radius: 3px;
}
.btnForm:hover{
    background: #5f5f5f !important;
}

/* FOOTER */
footer {
    padding: 40px 0 0 0;
    background: #F2F2F2;
}
.blocoFooter, .blocoFooter a {
    color: #545454;
    line-height: 30px;
}
.blocoFooter a:hover {
    text-decoration: underline;
}
.blocoFooter ul {
    padding: 0;
    list-style: none;
}
.blocoFooter > div > div {
    display: flex;
    flex-direction: column;
}
.blocoFooter h2 {
    font-size: 24px;
    font-weight: 700;
}
ul#menu-servicos li {
    padding: 0 10px 0 0;
}
ul#menu-servicos {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.blocoCopyrigth {
    border-top: 1px solid #D8D7D7;
}
.blocoFooter > div > div:first-child > div:last-child a {
    color: #272727;
}
.blocoFooter > div > div:first-child > div:last-child {
    display: flex;
    justify-content: space-between;
}

/* RESPONSIVO */
@media(max-width: 1440px){
    .colMenu a {
        font-size: 14px;
    }
    .rowFormulario > div {
        width: 70%;
    }
}
@media(max-width: 1199px){
    .rowOferecemos > div:first-child {
        padding-right: 40px;
    }
    .rowDiretorBKG {
        width: 60%;
    }
    .blocoFooter, .blocoFooter a {
        font-size: 14px;
        overflow-wrap: anywhere;
        text-align: center;
    }
    p {
        font-size: 16px;
    }
}
@media(max-width: 1024px){
    .rowBannerTexto img {
        height: 500px;
        object-fit: cover;
    }
    .rowBannerTexto .vc_row > div {
        width: 80%;
    }
}
@media(max-width: 991px){
    .rowBKGazul > div {
        width: 100%;
    }
    .rowBKGazul > div:first-child {
        display: none !important;
    }
    .blocoFooter i {
        margin: 10px;    
        font-size: 20px;
    }
    .blocoFooter > div > div:first-child > div:last-child {
        display: flex;
        justify-content: center;
    }
    .rowServicoBanner > div {
        padding: 25px;
    }
    .rowAtuamos > div:last-child .vc_row {
        padding: 30px 10px;
    }
    .rowAtuamos > div:first-child {
        padding-right: 10px;
    }
    .btnPadrao a {
        font-size: 16px !important;
    }
    .espacamentoInterno > div {
        width: 100%;
        padding-bottom: 10px;
    }
    .rowAtuamos > div:last-child {
        border-left: 0;
    }
    .rowDiretorBKG {
        width: 100%;
        position: inherit;
        margin: 0 auto;
    }
    .rowDiretor .wpb_single_image {
        display: none;
    }
    .rowBanner .wpb_text_column {
        right: auto;
        text-align: center;
    }
    .rowBanner .wpb_text_column > div {
        width: 100%;
    }
    .rowBanner img {
        height: 240px;
        object-fit: cover;
    }   
    .rowBannerIcone.rowBannerTexto img {
        height: 200px;
    }
    .iconeBanner img {
        height: auto !important;
    }
    .rowBannerImagem img {
        height: 200px;
        object-fit: cover;
        object-position: 20%;
    }
    .rowFormulario > div {
        background: #0D1216;
        padding: 25px 20px;
    }
    .rowFormulario h3{
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .rowServicoBanner {
        display: flex;
    }
    .rowServicoBanner > div {
        width: 50%;
    }
    .espacamentoInterno {
        text-align: center;
    }
    .rowOferecemos > div:first-child {
        padding-right: 0;
    }
    .titleBarrinha h4 {
        margin: 0 auto;
    }
    .titleBarrinha h4::after {
        width: 100%;
        margin: 10px auto;
    }
    .rowDiretor .wpb_text_column h2 {
        text-align: initial;
    }
    .rowFormulario > div {
        width: 90%;
    }
    .espacamentoInterno {
        padding: 50px 0;
    }
}
@media(max-width: 576px){
    .rowServicoBanner p {
        font-size: 14px !important;
    }
    .rowServicoBanner > div {
        padding: 10px;
    }
    .espacamentoInterno {
        padding: 50px 0;
    }
}

.blocoServico {
    padding: 1rem;
}