@import url('../fonts/font1.css');

html {
    scroll-behavior: smooth;
  }
*{ padding: 0;margin: 0;font-family: Ubuntu,sans-serif;font-weight: 200;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img{ max-width: 100%;display: block;height: auto;}
a{ text-decoration: none;display: inline-block;}
nav{ display: block;position: static;z-index: 10;}
a,label,p{ line-height: 1.4em;font-size: 18px;color: #000;}
li{ list-style: none;}
button{border: none; outline: none;cursor: pointer;}
.page_type {
    background: #fbfafb;
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom:40px;
}

.icone-sec-solucoes  {
    width: 97px;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
.icone-sec-solucoes img{
	 margin: 0 auto;
}
.solucoes_page .icone-sec-solucoes{
	filter: none;
}
.logo_footer {
	margin-top:40px;
}
.depoimento_cliente {
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.wptl-excerpt img{
    margin: 0 auto!important;
    text-align: center!important;
}
input, select, textarea{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
	margin-bottom:10px;
}
input[type=submit]{
    background: var(--secundary);
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 150px;
    padding: 15px;
    border: 0;
    border-radius: 4px;
    margin: 0 auto;
	color:var(--primary)
}
input[type=submit]:hover{
	background:var(--primary);
	color:#fff;
}

body{background:#fbfafb;overflow-x: hidden;}
h1{
    text-align: center;
    margin:30px auto 10px auto;
    font-weight: 700;color: var(--primary);
    font-size: 32px;
}

h2{ font-size: 28px;margin-bottom:30px;font-weight: 700;color: var(--primary);}


h3{
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 900;
    
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
    padding: 10px;
}
p{
    margin-bottom:30px;
}

.first_section {
    padding-top:140px;
}
.intro-slide {
    margin-top:91px;
}
.excerpt p{
    margin: 0 auto;
    max-width: 600px;
    text-align:center;
    font-size:21px;
}


.wpex h2 + .hidden-date + .wptl-excerpt, .wpex h2 + .wptl-excerpt {
    margin-top: 0;
    border-top: 0!important;
}.page_type p{
    margin-bottom: 30px;
}
.page_type h1 {
    text-align: center;
}
.timeline {
    padding: 120px 50px;
    background: #fff;
    margin-bottom: 60px;
    border: 2px solid var(--secundary);
}
.timeline h2{
    margin-bottom: 30px;
}
.footer .main-footer h2 {
	text-align:left;
}
figcaption{
    font-size: 14px;
    text-align: center;
    margin-top:10px;

}
.page_type .grid-12{
    margin-bottom:60px;
}
.page_type .thumbnail img{
    margin-bottom:30px;
    border-radius: 5px;;
}


.wp-block-quote {
    font-size: 32px;
    text-align: center;
    margin: 20px auto;
    max-width: 900px;
}
.is-style-default{
    font-size: 18px;
}
.is-style-plain p{
font-size: 18px;
font-weight:600!important;
text-align: center!important;

margin:0 auto;
}
.is-style-large{
    font-size: 24px;
    text-align: center;
    font-weight: 100;
    margin: 20px auto;
}
.separator{
    background: rgb(91,250,125);
background: linear-gradient(90deg, rgba(91,250,125,1) 0%, rgba(91,250,125,1) 0%, rgba(38,254,255,1) 100%);
height: 2px;
margin:60px 0;
}

body{ --primary: #026734;--secundary: #50EA77; --light: #FBFAFB; }
.comentario{
    display:flex;
    padding: 20px;
    margin-bottom: 30px;
    align-items: center;
    background: var(--light);
}
.comentario p{
    margin:0;
}
.comentario_foto img{
    width:100px;
    margin-right:10px;
}
#commentform textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    margin: 15px 0;
    font-size: 16px;
    padding:10px;
}
#commentform input:not([type=checkbox]){
    padding:10px;
    width:32%;
    border: 1px solid #ccc;
    margin: 5px;
    font-size: 16px;
}

#commentform input:not([type=checkbox]):focus, #commentform textarea:focus{
    outline: none;
    border: 2px solid var(--secundary);
}

#commentform input[type=submit] {
    padding:10px;
    width: 200px;
    font-size: 16px;
    background:var(--secundary);
    border:0;
}
#commentform input[type=submit]:hover {
    background:var(--primary);
    color:#fff;
}

#commentform input[type=submit]:focus {
    outline: none;
}

.tags a{
    font-size: 14px;
    padding: 10px;
    background: var(--light);
    margin: 5px 5px 5px 0;
    /* color: #026734; */
}
.tags a:hover{
    background:var(--secundary)
}


#breadcrumbs {
    text-align: center;

}
#breadcrumbs {
    margin-bottom:0;
}
.blog-content #breadcrumbs {
    text-align: left;

}

.blog-content h2{
	text-align:left;
}
.blog-content  #breadcrumbs span, #breadcrumbs a{
    margin-top: 5px;
    font-size: 15px;
}
#breadcrumbs span, #breadcrumbs a{
    margin-top: 15px;
    font-size: 15px;
}

#breadcrumbs a{
    color:var(--primary);
    font-weight: bold;
}
.mobile{display:none}

.banner-lp img{
    width: 100%;
    margin-top: 120px;
  height: auto;
  object-fit: cover;
  margin-bottom:40px;
}
.landing-page form{
    background:#EFEFEF;
    padding:30px 30px 0 30px;
}
.landing-page input{
padding:10px;
font-size:16px;
margin-bottom:10px;
width: 100%;
border:0;
}
.landing-page .wp-block-image {
    margin: 0;
}
.landing-page input[type=submit]{
    margin:0;
    border:0;
}

.slick-list,  .slick-track{ display: flex!important;}
.slick-nav{position: absolute; top: calc(50% - 17px); z-index: 2; cursor: pointer;}
.slick-nav.next-arrow{right: 2%;}
.slick-nav.prev-arrow{left: 2%; }
.slick-nav.prev-arrow img{transform: rotate(180deg);}
.slick-dots li button{ font-size: 0;line-height: 0;display: block;width: 15px;height: 15px;padding: 5px;cursor: pointer;border-radius: 100px;color: transparent;border: 0;outline: 0;background-color: #ccc;}
.slick-dots{ position: absolute;bottom: 0;left: 0;display: flex;width: 100%;padding: 0;margin: 0;list-style: none;justify-content: center;gap: 10px;}
.slick-dots li.slick-active button{ background-color: var(--secundary);}
h1 em,h2 em{ font-weight: 200;font-style: normal;}
.hide-h1{ color: transparent;margin-bottom: 0;font-size: 0;line-height: 0;}
.subtitulo{ font-weight: 300;margin-top: 15px;text-align: center;}
.title-line{ display: flex;justify-content: center;align-items: center;}
.title-line::after,.title-line::before{ content: '';width: 80px;height: 1px;background-color: var(--primary);margin: 0 20px;}
.bt{ transition: all .2s ease-in-out; color: #000;background-color: #fff;border-radius: 9999px;font-weight: 200;cursor: pointer;display: inline-block;font-size: 16px;padding: 10px 20px;text-align: center;text-decoration: none;overflow-wrap: break-word;box-sizing: border-box;}
.bt:hover{background-color: var(--secundary); color: var(--primary);}
.bt-black{ color: #fff;background-color: #000;}
.bt-green{color: var(--primary); background-color: var(--secundary);}
.bt-green:hover{color: #fff; background-color: var(--primary);}
main{ transition: .3s ease-in-out;}
main.fixed{ margin-top: 72px;}
strong{font-weight: 700;}

/* Header */
header{padding: 30px 0 15px; position: fixed; top: 0; width: 100%; transition: .3s ease-in-out; z-index: 100; background-color: #fff;}
header.fixed{padding: 5px 0 ; box-shadow: 0 2px 14px 4px rgba(0,0,0,.05); }
header.fixed .logo img{max-height: 60px; width: auto;}
header .container, header nav ul ,header .redes-sociais{display: flex; }
header .container{justify-content: space-between;align-items: center; position: relative;}
header  li:not(:first-of-type){margin-left: 45px; position: relative;list-style-type:none;}
header nav a.active, header nav a:hover{color: var(--primary);}
header li:not(:first-of-type)::before{content: "|"; position: absolute; left: -22px;color: #707070; opacity: 0.27; top: 5px;}
header .redes-sociais{gap: 1px;}
header .bars-menu{display: none;}
.redes-sociais svg{
    width: 32px;
}

.menu ul ul {
    display: none;
}
.menu ul li ul li {
    padding:5px 10px;
}
.menu  ul li:hover > ul {
    display: block;
}
.menu ul li ul li:not(:first-of-type){margin-left: 0px; position: relative;list-style-type:none;}

.menu ul li ul li::before{
    border:0;
    content: ""; position: absolute; left: 0px;color: #707070; opacity: 0.27; top: 5px;

    margin-left: 0; position: relative;list-style-type:none;

}
.menu ul ul {
    display: none;
    position: absolute;
    top: 1.6em;
    left: 0;
    padding:10px 5px;
    z-index: 99999;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}


/* Home  */
.slider-intro .item-slide img{width: 100%; height: 100%; object-fit: cover;}

.intro-home{text-align: center; padding-top: 40px;}
.intro-home .bt-scroll img{margin: 40px auto 0;}
.solucoes_page {
    display:flex;
    flex-wrap: wrap;
    
}

.sec-solucoes{ padding-top: 0px;text-align: center;}
.sec-solucoes .slide-solucoes{ padding: 50px 0 60px;margin-bottom: 30px;}
.sec-solucoes .box{ 
    background-color: rgb(5, 131, 53);
    z-index: -1;
    border-radius: 5px;
    padding: 50px 50px;text-align: center;height: 480px;display: inline-grid;grid-template-rows: auto 1fr auto; position: relative; overflow: hidden; }
.sec-solucoes .box .thumb{width: 100%; height: 100%;position: absolute; z-index: -1; display: grid;opacity:0.9;mix-blend-mode:multiply;}
.sec-solucoes .box .thumb {width: 100%; height: 100%; object-fit: cover; transition: .3s ease-in-out;  }
.sec-solucoes .box:hover .thumb{transform: scale(1.2)}
.sec-solucoes .box :not(.bt){ color: #fff;}
.sec-solucoes .box h3::after{ content: '';width: 77px;height: 1px;background-color: #fff;display: block;margin: 28px auto;}
.sec-solucoes .box p{ font-size: 18px;box-shadow: rgba(0,0,0,.05);}
.sec-solucoes .box .bt{ display: flex;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.solucoes_item_archive {
    height:400px;
    min-width: 50%;
    background-blend-mode: multiply;
    background-color: rgb(5, 131, 53);
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center;
    }
    .solucoes_desc_archive{
        display:flex;
        background-color: #fff;
        height:400px;
        width: 50%;
        align-items: center;
        justify-content:center;
        text-align: center;
        padding:50px;
    }
    .solucoes_page:nth-child(even) {
    flex-direction: row-reverse;
}
   

.list-topics{ padding: 60px 0 100px;}
.list-topics .item{ text-align: center;display: grid;justify-content: center;}
.list-topics .item img{ height: 100px;margin: 0 auto;}
.list-topics span{ font-size: 52px;color: var(--primary);font-weight: 700;margin: 20px 0;}
.list-topics .item p{ text-transform: uppercase;line-height: 18px;font-weight: 700;font-size: 16px;letter-spacing: -1px;}
.diferenciais{
    padding:100px 0 0 30px;
}
.sec-aplicativos{text-align: center; background-color: var(--light);padding-top: 100px;}
.sec-aplicativos .box{background-color: var(--primary); border-radius: 5px; min-height: 330px; padding: 40px 20px; display: flex; align-items: center;justify-content: center;}
.sec-aplicativos .slide-aplicativos{ padding: 50px 0 40px;display:flex;}
.sec-aplicativos .list-topics .item p{margin-top: 30px;}
.sec-aplicativos .destaque{max-width: 600px; margin: 15px auto 30px; font-size: 32px;line-height: initial;}

.sec-depoimentos{margin: 80px 0;}
.sec-depoimentos .slide-depoimentos{padding: 60px 67px 24px; margin-bottom: 24px ;}
.sec-depoimentos .item{background-color: var(--primary);border-radius: 5px; padding:100px 120px 40px ; position: relative; }
.sec-depoimentos .item .content{max-width: 700px;margin: 0 auto; }
.sec-depoimentos .item p{font-size: 18px; text-align: center; color: #fff;}
.sec-depoimentos .item p.nome{ margin-top:60px ;}
.sec-depoimentos .item img{border-radius: 50%;background:#fff; border: 7px solid #fff; position: absolute;width: 142px; height: 142px;; left: calc(50% - 71px); top: -71px;}
.sec-depoimentos .slide-depoimentos .slick-track{padding-top: 72px;}
.sec-depoimentos .slick-nav{ top: calc(50% + 25px); z-index: 2; width: 45px; height: 45px; background-color: #fff; border-radius: 50%;display: flex;align-items: center; justify-content: center;}
.sec-depoimentos .slick-nav.next-arrow{right: 0;}
.sec-depoimentos .slick-nav.prev-arrow{left: 0; }
.sec-depoimentos .slick-dots{ bottom: -24px;}
.sec-depoimentos .slick-slide{
    display:flex;
    align-items: center;
}

.sec-parceiros {padding: 40px 0 100px;}
.sec-parceiros .item{background-color: #fff; padding: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px;}
.sec-parceiros .slide-parceiros{margin-top: 40px;}
.slide-parceiros img{
    max-height: 50px;
}

.sec-parceiros .slick-dots{bottom: -50px;}

.blog-feed{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.blog-feed::after{
    content: '';
    width: 50%
  }

.blog-feed-item:first-child { width: 100%; margin-bottom:10px;}
hr{
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 30px 0;
}
.blog-feed-item{
    width:50%;
    padding:5px
}
.blog-sidebar{
}

.paginacao {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.paginacao a {
    background:#fff;
    border-radius: 5px;
    padding:10px;
    font-size:15px;
}

.paginacao a:hover {
    background:var(--secundary);
    border-radius: 5px;
    padding:10px;
    font-size:15px;
}

.widget_title {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 10px;
    
}

.widget{
    padding: 30px;
    background:#fff;
    margin: 20px 0;
    border-radius: 5px;
}
.widget  li a{
    font-size: 16px!important;
}
.redes-sociais {
    display: flex;
    justify-content: center;
}
.icone{
    margin: 0 2px;
}

.wp-block-search__inside-wrapper {
    display:block;
}

.wp-block-search__input {
    width: 100%;
    border: 1px solid #ccc;
}
.wp-block-search__button  {

    background:var(--secundary);
    color: #026734;
    font-weight: 700;
    border:0;
    margin-top:10px;
    width: 100%;
    margin-left: 0;
    padding:10px 0;
}
.related_post {
    padding:30px 0;
    background:#f7f7f7;
}
.search-results-feed img{
    margin-bottom:18px;
}
.comentarios{
    padding:60px 0;
    background:#fff;
    margin-top:60px;
}
.recentcomments {
    margin-bottom: 20px;
    /* border-bottom: 1px solid; */
    color: var(--secundary);
    padding-bottom: 20px;
}
.widget li a {
    margin:10px 0;
    /* border-bottom: 1px solid; */
    color: #7c7c7c;
}
.blog .grid-3{
   margin-left:0;
}

.blog h1{
    font-size:32px;
    margin-bottom:5x;
    text-align: left;
    margin-top:20px;
}

.blog h2{
    font-size:26px;
    margin-top:20px;
}
#search  {
    text-align:center;
}
.blog_subtitle {
    text-align:Center;
}

.blog h3{
    font-size:24px;
    margin-bottom:20px;
}

.blog-content{
    padding: 40px;
    background:#fff;
}
.content ul, ol{
    margin:30px 0;
}
.content li{
    margin-bottom:10px;
    margin-left: 15px;;
    font-size: 18px;
}
.content ul li:before{
    content: "\2022";
    color: var(--secundary);
    display: inline-block; 
    width: 15px;
    margin-left: -0.5em;
    font-size: 28px;
    top:3px;
    position:relative;
}

.content ol li{
    list-style: decimal;
    margin-left: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}

ol li{
    list-style: decimal;
    margin-left: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}

footer img{
    filter: brightness(0) invert(1);
}
footer .main-footer{background-image: url('../img/bg-footer.png');  background-size: cover; background-repeat: no-repeat;}
footer .main-footer h2{font-size: 24px; color: #fff; margin-bottom: 34px;}
footer .main-footer h2::after{content: ''; width: 100%; height: 1px; background-color: #fff; margin-top: 20px;}
footer .main-footer .infos{background-color: var(--primary); padding: 70px 40px;width:100%;}
footer .main-footer .infos p{color: #fff;line-height: initial;}
footer .main-footer .infos .container-2{display: grid;}
footer .main-footer .contact a{color: #fff; display: flex; align-items:center; font-size: 18px;font-weight:600}
footer .main-footer .contact svg {margin-right:10px;}
footer .main-footer .contact a:not(:first-of-type){margin-top: 10px;}
footer .info-footer{display: flex;
    justify-content: center;padding-bottom:30px;}
footer ::placeholder{color: #717171;font-size: 14px;}
footer .main-footer .forms *{outline: none;}
.form-contato-page{
    background: #fff;
    padding: 40px;
}
.info-footer .grid-12, .info-footer .grid-6{
    margin:0;
}
footer .main-footer .forms{
    padding: 70px 40px 40px 40px;
    width: 100%;
}
.info-footer .grid-12, .info-footer .grid-6 {
    margin: 0 10px;
}
.form-contato-page input, .form-contato-page textarea, .form-contato-page select{
    width: 100%;
    padding:10px;
    margin-bottom: 10px;
    font-size:16px;
    border: 1px solid #ccc;
    color:#707070;
}
.wpcf7-list-item{
    margin:0;
}
.form-contato-page input[type=checkbox] {
width:25px;
margin:0;
}
.wpcf7-list-item-label{
    font-size:14px;
    line-height: 14px;;
}
.form-contato-page input[type=Submit] {
    width: 200px;
    border:0;
    padding:15px 0;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}

footer .form-contato input:not([type=submit]), footer .form-contato textarea{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 15px;
    text-indent: 15px;;
    border: none;
    font-size:16px;
}


footer .form-contato .aceite{display: flex; align-items: flex-start; gap: 10px;}
footer .form-contato .aceite input[type=checkbox]{
    min-width: 25px;
    height: 25px;
    border-radius: 5px;
}
footer .form-contato .aceite label{color: #fff; font-size: 14px;}

.wpcf7-submit {
    background: var(--secundary);
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-radius: 4px;
    float: right;
    margin-right: 10px;
}
footer .form-contato .aceite input[type=checkbox] {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}
footer .form-contato textarea{height: 150px;}
footer .form-contato button{float: right;}

footer .newsletter{
    background-color: var(--primary);
    padding: 34px 28px;
    border-radius: 5px;
    color:#fff;
}

.newsletter_wrapper{
    padding:0 40px;
}
.wpcf7-not-valid-tip {
    color: #e63939;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

footer .newsletter form{
    display: grid;
    grid-template-columns: 80% auto;
    margin-top: 15px;
}

footer .newsletter form button{
    background-color: var(--secundary);
    color: var(--primary);  
    border-radius: 0 5px 5px 0;
    height: 42px;
	font-size:16px;
	font-weight:bold;
}
footer .newsletter form button:hover{
    background-color: var(--secundary);
    color: #fff;
}

footer .newsletter form input {
    border-radius: 5px 0 0 5px;
    height: 42px;
    border: none;
    text-indent: 10px;
}

footer .copy p{text-align: center; font-size: 14px; padding: 10px 0;}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 330px;
    perspective: 4000px;
    padding:0 10px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;

  }
  
  .flip-card-front {
    color: black;
  }
  .flip-card-front img{
      max-width: 120px;
      height: auto;
  }
  
  .flip-card-back {
    background-color: var(--secundary);
    padding: 20px;
    transform: rotateY(
180deg
);
    display: flex;
    align-items: center;

    transform: rotateY(180deg);
  }
  .flip-card-back  h3{
      margin-bottom:30px;
      font-weight: 400;
  }

  .flip-card-back  a{
    text-decoration:underline;
    font-weight: 500;
}

@media (min-width: 1400px) {    

    footer .main-footer .container{grid-template-columns: 45% calc(55% - 70px);}
}
@media (max-width: 1200px) {
	header nav li:not(:first-of-type) {margin-left: 30px;}
    header nav li:not(:first-of-type)::before{left: -15px;}

    footer .main-footer .contact a{font-size: 20px;}
    footer .newsletter{margin-top: 40px;}
    .sec-aplicativos .box{min-height: 360px;}

}

@media (min-width: 768px) and (max-width: 991px){
	
			.form-contato .grid-9, .form-contato .grid-3{width:100%;}
	input[type=submit] {
  
    width: 100%;
    margin-top: 20px;
}
	
	footer .newsletter {
    margin-top: 0px;
}
footer .newsletter form button {
    padding: 0 20px;
    width: 100%;
}
	footer .main-footer .container{grid-template-columns: 50% calc(50% - 20px); gap: 20px;}
    footer .form-contato .aceite{ width: 100%;}
    footer .form-contato button{float: none;margin-top: 15px;}
    

    .sec-depoimentos .item{padding:100px 60px 40px}
    .sec-depoimentos .item p{font-size: 22px;}

    footer .main-footer .infos{padding: 50px 30px;}
    
    
}

/* Whatsapp */
    #nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
	text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../../../../../wp-content/themes/kersys_2022/') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #F5A623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: '';
    background: url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png') center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../img/whatsapp-logo-white-png-ikcl5mgtqjt0bb3dll8li2etqt-63cd347609703362cd3d99a9ab507a61.png') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../img/close-icon-biaqrjulb7s60l2qrb7ll4b8sj.png') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    /*top: 15px;*/
    top: 7px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
/* ^^^--popup button--^^^ */


@media (max-width: 991px){
	.mobile{display:block;}
	.desktop{display:none!important;}
/* 	.sec-solucoes .slick-arrow img{
		filter:brightness(0) invert(1);
	} */
	.sec-solucoes .slick-list{
		width:90%;
		margin:0 auto;
	}
    header nav li:not(:first-of-type) {
        text-align: center;
    }
    header nav li a  {
        font-weight: 600;
    }
 
    .menu ul ul {
        display:block;
        background:None;
        position:relative;
        margin-bottom:30px;
        
    }
    .menu ul li ul li {
        padding:0;
        
    }

    .menu ul li ul li a {
        font-weight: 100;
    }
    header nav ul.ativo{
        display:block;
    }
    .menu ul ul {
        top:0;
        padding:0;
        box-shadow: none;
    }
    header nav ul, header .redes-sociais, header nav li:not(:first-of-type)::before{display: none;}
    header nav ul{ transition: .3s linear;list-style-type:none;}
    header nav ul li:before{list-style-type: none;}
    header .bars-menu{display: block;}
    header nav li:not(:first-of-type){margin-left: 0; margin-top: 10px;}
    header nav li a{color: #fff;}
    header nav ul.ativo{display: flex; flex-direction: column; z-index: 999; transform: translate(0, 0);  width: 100%; min-height: 100vh; background-color: rgba(2, 103, 52, 0.9); position: fixed;left: 0; top: 0; justify-content: flex-start; padding: 90px 20px 20px; align-items: center;}
    
    .menu .bars-menu{ display: inline-block;cursor: pointer;}
    .menu .bars-menu span{ background-color: var(--primary);width: 49px;height: 7px;margin: .26em 0;display: block;transition: all .4s ease;transform-origin: 0 0;}
    .menu .bars-menu.ativo{position: absolute; right:20px;z-index: 1000;}
    .menu .bars-menu.ativo span{background-color: #fff;}
    .menu .bars-menu.ativo span:nth-child(1){ transform: rotate(45deg) translate(-7px,-20px);}
    .menu .bars-menu.ativo span:nth-child(2){ transform: rotate(-45deg) translate(0,5px);}

    .sec-aplicativos .slide-aplicativos{margin-bottom: 30px;}

    .sec-aplicativos .box{min-height: 320px;}

    footer .newsletter form{display: block; text-align: center;}
    footer .newsletter form input, footer .newsletter form button{border-radius: 5px;}
    footer .newsletter form button{padding: 0 20px;}
    footer .newsletter form input{width: 100%; margin-bottom: 15px;}

}

@media (max-width: 768px){
	p.destaque{
    font-size: 18px!important;
}
	.sec-solucoes .box p {font-size:16px;}

	.mobile{display:block;}
	.desktop{display:none!important;}
    main{margin-top: -30px}
    header{padding: 10px 0 5px;}
    header.fixed .logo img{max-height: 50px;}
	.slider-intro .item-slide{min-height: 40vh; height: 100%;}
    .intro-home .bt-scroll img {
        margin: 0px auto 0;
    }
    .solucoes_page {display:block;}
    .blog-feed{
    display:flex;
    flex-wrap: wrap;
    }
    #breadcrumbs span, #breadcrumbs a{
        margin-top: 12px;
        font-size: 12px;
    }
    .post-meta {
        font-size:14px;
    }

    .blog h1 {
        font-size: 24px;
    }
    .blog h2 {
    font-size: 21px;
    text-align: left;
    margin-top: 20px;
}
.content h2 {
    text-align: center;;
}
    .blog-feed-item:first-child {
        min-width: 100%;
    }
    .blog-feed-item{
        width: 100%;
    }
    .solucoes_desc_archive{width: 100%;margin-bottom: 15px;}
    h1,h2{ font-size: 24px;}
    h3{ font-size: 22px;}
    .title-line::after,.title-line::before{ width: 36px}

    .sec-solucoes .box h3{font-size: 26px;}
    .list-topics .item:not(:first-of-type) {
        margin-top: 10px;
    } 
    .sec-depoimentos .slick-slide {
        display: flex;
        align-items: flex-start;
    }

    footer .info-footer {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        
    }
    footer .main-footer .forms{
        padding: 70px 10px;
    }


    footer .form-contato .aceite input[type=checkbox] {
        width: 25px;
        border:0;
    }
    .sec-depoimentos .item {
        padding: 80px 20px 10px;
    }
	.footer  h2 {text-align:center;}
    .sec-depoimentos .item p{font-size: 16px;}
    .sec-depoimentos .slide-depoimentos{padding: 60px 0 24px;}
    .sec-depoimentos .item img{width: 136px; height: 136px;}

    footer .main-footer .container{grid-template-columns: 1fr;gap: 0; min-width: 100%; padding: 0;} 
footer .main-footer h2 {
 
    text-align: center;
}
    .newsletter_wrapper{
        padding:0px;
    }
	footer .newsletter {
		background:var(--secundary);
	}
    footer .newsletter{border-radius: 0; margin-top: 60px;}
    footer .newsletter  h3{color: var(--primary);text-align: center;}
   footer .newsletter form button {
    background-color: var(--primary);
    color: var(--secunday);
    border-radius: 0 5px 5px 0;
    padding:15px;
	   height:50px;
	   width:100%;
	   font-size:16px;
	   text-transform: uppercase;
}
	input[type=submit] {
   
    width: 100%;
    margin: 30px auto -60px auto;
}
}
@media (max-width: 576px){
    .bt{
        font-size: 15px;
        padding: 10px 20px;
    }
    

    .sec-aplicativos .destaque{max-width: 100%;}
}







