:root {
    --color-primary: #3F51B5;
    --color-secondary: #aab0bc;
	--color-default: #263238;
    --color-box-bg-grey: #F6F7F9;
}
body {
	padding-top: 76px;
}
body.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.hide { display: none; } 

h2 {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  h2:after {
    width: 400px;
    height: 4px;
    margin-top: 16px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  color: var(--color-primary);
  font-weight: bold;
}

p {
  font-size: 18px;
}

.flex {
  display: flex;
}

.c-pointer {
  cursor: pointer;
}

.flex-center {
  align-items: center;
}

.bg-grey {
  background-color: var(--color-box-bg-grey);
}

.block-content .content {
  padding: 40px;
}

.block-content ul {
  padding: 0;
}

.block-content ul li {
  margin-bottom: 15px;
}

.block-content h4 {
  font-size: 2em;
  margin-bottom: 35px;
}

.w40{
  width: 40%;
}

.w60{
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.h-full {
  height: 100%;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-6xl {
  font-size: 3.2rem;
  line-height: 1;
}

.contact-fixed {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index:1000;
}

@media screen and (max-width: 1199px) {
  .contact-fixed {
    right: 16px;
    bottom: 16px;
  }
}

.contact-fixed a {
  min-width: 220px;
  display: block;
  align-items: center;
text-align:center;
  border-radius: 28px;
  box-shadow: 0 4px 4px rgba(66, 81, 90, 0.3);
  background-color: #90ce32;
  padding: 10px 15px;
}

@media screen and (max-width: 1199px) {
  .contact-fixed a {
    padding: 5px 12px;
  }
}

.contact-fixed a:hover {
  background-color: #f27d1d;
}

.contact-fixed img {
  max-width: 18px;
  margin-right: 6px;
}

.contact-fixed p {
  margin:0;
  display:inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .contact-fixed p {
    font-size: 12px;
  }
}

#bg-home {
	
}
.banner-tbl { 
 background: url("../images/background-tbl.jpg") center / cover no-repeat;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 50px;
}

.banner-tbl h2 {
    display: inline-block;
    font-size: 40px;
    color: #FFF;
    margin: 20px auto;
}

.banner {
  background: url("../images/banner-bg@2x.jpg") center / cover no-repeat;
  color: #fff;
  padding-top: 120px;
}

@media (min-width: 1200px) {
  .banner-tbl {
    padding-top: 200px;
    height: 600px;
    min-height: 600px;
  }
  .banner {
    padding-top: 0;
    height: 700px;
    min-height: 700px;
  }
}

.search:not(.home) .banner,
.single:not(.home) .banner,
.tag:not(.home) .banner,
.archive:not(.home) .banner,
.page:not(.home) .banner {
  background: url("../images/banner-pages-bg@2x.jpg") center / cover no-repeat;
  height: 400px;
  min-height: 400px;
}

.banner .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 16px;
}

@media (min-width: 768px) {
  .banner .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .banner .container {
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 66px;
  }
}

.search:not(.home) .banner .container,
.single:not(.home) .banner .container,
.tag:not(.home) .banner .container,
.archive:not(.home) .banner .container,
.page:not(.home) .banner .container {
  padding-top: 112px;
  padding-bottom: 0;
  align-items: center;
  justify-content: center;
}

.banner-text {
  margin-bottom: 38px;
}

.banner-text h2 {
	text-align:left;
}

@media (min-width: 768px) {
  .banner-text {
    min-width: 445px;
  }
}

@media (min-width: 1200px) {
  .banner-text {
    margin-bottom: 76px;
  }
}

.banner h2 {
  text-align:center;
  color: #fff;
  margin-bottom: 24px;
}

.banner h2:after {
  margin-top: 12px;
}

@media (min-width: 1200px) {
  .banner h2:after {
    text-aling:left;
    margin-top: 24px;
  }
}


.search:not(.home) h2:after,
.single:not(.home) h2:after,
.tag:not(.home) h2:after,
.archive:not(.home) h2:after,
.page:not(.home) h2:after {
  width: 240px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .search:not(.home) h2:after,
  .single:not(.home) h2:after,
  .tag:not(.home) h2:after,
  .archive:not(.home) h2:after,
  .page:not(.home) h2:after {
    width: 350px;
  }
}

.banner-text h1 {
  font-size: 20px;
  font-weight: 400;
  max-width: 445px;
}

.btn {
  display: inline-block;
  color: #fff;
  background-color: var(--color-primary);
  font-size: 20px;
  font-weight: 900;
  border-radius: 28px;
  transition: 0.3s ease all;
  padding: 16px 32px;
}

.btn-purple {
  background-color: var(--tertiarycolor);
}

.btn:hover {
	color: #fff;
	opacity: 0.9;
}
.btn.btn-large {
	padding: 13px 28px 13px 28px;
    font-size: 17px;
    font-weight: 700;
}

.btn-small {
  padding: 6px 14px 6px 12px;
  font-size: 18px;
}

.banner-text .btn:hover {
  background-color: #90ce32;
}

.banner-image {
  max-width: 522px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .banner-image {
    margin: 0 54px 0 auto;
  }
}

.info {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.info-about {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

@media (min-width: 992px) {
  .info-about {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .info-about {
    padding: 0;
  }
}

.info-about-image {
  max-width: 540px;
  margin: 0 auto 30px;
}

@media (min-width: 992px) {
  .info-about-image {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .info-about-image {
    margin-right: 0;
    margin-left: 0;
  }
}

.info-about-text {
}

@media (min-width: 992px) {
  .info-about-text {
    max-width: 540px;
  }
}

.info-about-text h3 {
  margin-bottom: 16px;
}

.info-about-text p + h3 {
  margin-top: 48px;
}

.clients {
  display: flex;
  padding: 0 16px;
  margin-top: 64px;
    flex-direction: row;
}

@media (min-width: 992px) {
  .clients {
    padding: 0;
    align-items: center;
    justify-content: space-between;
  }
}

.clients-logo-carousel {
  position: relative;
  width: 100%;
}

@media (min-width: 991px) {
.clients-logo-carousel {
  width: 720px;
}
}

.clients-logo-carousel-nav-prev,
.clients-logo-carousel-nav-next {
  position: absolute;
  z-index: 2;
  background: transparent;
  top: calc(50% - 12px);
  left: -15px;
}


.clients-logo-carousel-nav-next {
  left: auto;
  right: -15px;
}


.clients-logo-carousel-nav-prev svg path,
.clients-logo-carousel-nav-next svg path {
  transition: all 0.3s;
}

.clients-logo-carousel-nav-prev:hover svg path,
.clients-logo-carousel-nav-next:hover svg path {
  fill: #f27d1d;
  opacity: 1;
}


.clients-logo-carousel-brands {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 296px;
}

.clients-logo-carousel-brands img {
  width: auto;
}

/*
.clients-logo img {
  width: auto;
  display: block;
  margin: 20px auto 0;
}*/

@media (min-width: 768px) {
  .clients-logo img {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .clients-logo img {
    margin-top: 0;
  }
}

.clients-logo img + img {
}

@media (min-width: 768px) {
  .clients-logo img + img {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .clients-logo img + img {
    margin-top: 0;
    margin-left: 30px;
  }
}

.how {
  overflow: hidden;
  padding: 80px 16px 0;
}

@media (min-width: 1200px) {
  .how {
    padding: 80px 0 0;
  }
}

.how h2 {
  margin-bottom: 16px;
}

.how-demo {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .how-demo {
    flex-direction: row;
    justify-content: space-between;
  }
}

.how-demo-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .how-demo-box {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .how-demo-box {
    width: 48%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .how-demo-box {
    max-width: 540px;
  }
}

.how-demo-box + .how-demo-box {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .how-demo-box + .how-demo-box {
    margin-top: 0;
  }
}

.how-demo-box h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.how-demo-box p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
}

.how-demo-box img {
  max-width: 540px;
  margin: 0 auto;
}

.analytics {
  padding-top: 80px;
}

.analytics > .container {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

@media (min-width: 992px) {
  .analytics > .container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .analytics > .container {
    padding: 0;
  }
}

.analytics h2 {
  margin-bottom: 58px;
}

.analytics-text {
}

@media (min-width: 992px) {
  .analytics-text {
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  .analytics-text {
    max-width: 540px;
  }
}

.analytics-image {
  max-width: 540px;
  margin: 40px auto 0;
}

@media (min-width: 1200px) {
  .analytics-image {
    margin: 0;
  }
}

.analytics-list {
  margin-top: 24px;
  margin-bottom: 48px;
  padding:0;
}

.analytics-list li {
  font-size: 18px;
}

.analytics-list li + li {
  margin-top: 16px;
}

.analytics-text h3 + p {
  margin-top: 16px;
}

.analytics-obs {
  background: rgba(0, 125, 163, 0.08);
  margin-top: 48px;
  padding: 48px 16px;
}

@media (min-width: 1200px) {
  .analytics-obs {
    padding: 48px 0;
  }
}

.analytics-obs h3 {
  margin-bottom: 16px;
}

.analytics-obs p {
  line-height: 26px;
}

.management {
  position: relative;
  overflow: hidden;
  padding: 80px 16px;
}

@media (min-width: 1200px) {
  .management {
    padding: 80px 0;
  }
}

.management h2 {
  margin-bottom: 24px;
}

.management h3 {
  margin-bottom: 16px;
}

.management-about {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .management-about {
    flex-direction: row;
    justify-content: space-between;
  }
}

.management-about-image {
  max-width: 445px;
  margin: 0 auto 40px;
}

@media (min-width: 992px) {
  .management-about-image {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .management-about-image {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .management-about {
    margin-bottom: 0;
  }
}

.management-about-text {
  max-width: 635px;
  padding:20px;
}

.management-info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .management-info {
    flex-direction: row;
    justify-content: space-between;
  }
}

.management-info-box {
  margin-top: 68px;
  padding:20px;
}

@media (min-width: 992px) {
  .management-info-box {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .management-info-box {
    width: 100%;
    max-width: 540px;
  }
}

.management-info-box h3 {
  display: flex;
  align-items: center;
}

.management-info-box h3 img {
  width: auto;
  margin-right: 8px;
}

.management-info-box p {
  font-size: 16px;
  font-weight: 500;
}

.unifed-management {
  background: url("../images/unifed-management-bg@2x.jpg") center / cover no-repeat;
  padding: 80px 16px;
}

@media (min-width: 1200px) {
  .unifed-management {
    padding: 80px 0;
  }
}

.unifed-management h2 {
  color: #fff;
}

.unifed-management-box {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-top: 32px;
}

@media (min-width: 1200px) {
  .unifed-management-box {
    padding: 48px;
  }
}

.unifed-management-box h3 {
  margin-bottom: 16px;
}

.unifed-management-box h3:after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  border-radius: 10px;
  margin-top: 12px;
}

.unifed-management-carousel {
  position: relative;
  margin-top: 32px;
}

.unifed-management-carousel-nav-prev,
.unifed-management-carousel-nav-next {
  position: absolute;
  z-index: 2;
  background: transparent;
  top: calc(50% - 12px);
  left: -10px;
}

@media (min-width: 1200px) {
  .unifed-management-carousel-nav-prev,
  .unifed-management-carousel-nav-next {
    left: 0;
  }
}

.unifed-management-carousel-nav-next {
  left: auto;
  right: -10px;
}

@media (min-width: 1200px) {
  .unifed-management-carousel-nav-next {
    left: auto;
    right: 0;
  }
}

.unifed-management-carousel-nav-prev svg path,
.unifed-management-carousel-nav-next svg path {
  transition: all 0.3s;
}

.unifed-management-carousel-nav-prev:hover svg path,
.unifed-management-carousel-nav-next:hover svg path {
  fill: #f27d1d;
  opacity: 1;
}

.unifed-management-description {
  max-width: 936px;
  margin: 0 auto;
}

.unifed-management-description-box {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 296px;
}

.unifed-management-description-box img {
  width: auto;
}

.unifed-management-description-box p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}

.benefits {
  padding: 80px 16px;
}

@media (min-width: 1200px) {
  .benefits {
    padding: 80px 0;
  }
}

.benefits h2 {
  margin-bottom: 70px;
}

.benefits-info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .benefits-info {
    flex-direction: row;
    justify-content: space-between;
  }
}

.benefits-box {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .benefits-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 635px;
  }
}

.benefits-box + .benefits-box {
  margin-top: 32px;
}

.benefits-box img {
  width: auto;
  max-width: 120px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .benefits-box img {
    margin-right: 16px;
    margin-bottom: 0;
  }
}

.benefits-box-text {
  max-width: 500px;
}

.benefits-box-text h3 {
  margin-bottom: 16px;
}

.benefits-image {
  max-width: 445px;
  margin: 0 auto;
}

.earnings {
  position: relative;
  overflow: hidden;
  padding: 80px 16px;
}

@media (min-width: 1200px) {
  .earnings {
    padding: 80px 0;
  }
}

.earnings h2 span {
  display: block;
  font-weight: 500;
}

.earnings-box {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .earnings-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.earnings-box + .earnings-box {
  margin-top: 32px;
}

.earnings-box img {
  border-radius: 16px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .earnings-box img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .earnings-box img {
    margin-right: 30px;
  }
}

.earnings-box-text {
  max-width: 730px;
}

.earnings-box-text h3 {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .earnings-box.invert {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .earnings-box.invert img {
    margin-right: 0;
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .earnings-box.invert img {
    margin-left: 30px;
  }
}

.earnings-box.invert .earnings-box-text {
  text-align: right;
}

.vision {
 position: relative;
  overflow: hidden;
  text-align: center;
  padding: 80px 16px;
}

@media (min-width: 1200px) {
  .vision {
    padding: 80px 0;
  }
}

.vision-info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .vision-info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.vision-info-image {
  max-width: 445px;
  margin: 0 auto 20px;
}

@media (min-width: 1200px) {
  .vision-info-image {
    margin: 0;
  }
}

.vision-info-text {
  text-align: left;
  max-width: 635px;
  padding: 20px;
}

.vision-info-text h3 {
  margin: 16px 0 48px;
}

/*.services .btn,*/
/*.vision .btn, .solucoes .btn {*/
/*  display: inline-block;*/
/*  color: #fff;*/
/*  font-size: 18px;*/
/*  font-weight: 900;*/
/*  text-transform: lowercase;*/
/*  margin: 80px auto 0;*/
/*}*/

@media (min-width: 768px) {
  /*.services .btn,*/
  /*.vision .btn, .solucoes .btn {*/
  /*  font-size: 22px;*/
  /*  padding: 15px 40px;*/
  /*}*/
}

/*.services .btn:hover,*/
/*.vision .btn:hover, , .solucoes .btn:hover {*/
/*  background-color: #90ce32;*/
/*}*/

.footer {
  background: #42515a;
  color: #fff;
  padding: 48px 16px 0;
  text-align: center;
}

.footer h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer h1:after {
  content: "";
  display: block;
  width: 260px;
  height: 2px;
  border-radius: 2px;
  background: #90ce32;
  margin: 12px auto 0;
}

@media (min-width: 1200px) {
  .footer h1:after {
    width: 400px;
  }
}

.footer > p,
.footer p a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .footer > p,
  .footer p a {
    font-size: 16px;
  }
}

.footer p a:hover {
  color: rgba(256, 256, 256, 0.6);
}

.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media li + li {
  margin-left: 16px;
}

.social-media li a svg path {
  transition: all 0.3s;
}

.social-media li a:hover svg path {
  fill: rgba(256, 256, 256, 0.6);
}

.footer-copyright {
  border-top: 1px solid #6a7a83;
  margin-top: 48px;
  padding: 12px 0;
}

.footer-copyright p {
  font-size: 14px;
}

.category-articles h2,
.category-highlight-articles h2 {
  color: #42515a;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 32px !important;
}

.category-articles h2:after,
.category-highlight-articles h2:after {
  background-color: #007da3;
  width: 64px !important;
}

@media (min-width: 1200px) {
  .category-articles h2,
  .category-highlight-articles h2 {
    font-size: 20px;
  }
}

.article-box,
.category-highlight-article-box,
.all-category-article-box {
  display: block;
  text-decoration: none;
}

.article-box + .article-box,
.category-highlight-article-box + .category-highlight-article-box {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .article-box + .article-box {
    margin-top: 0;
    margin-left: 30px;
  }
}

.article-box .article-image,
.category-highlight-article-box .category-highlight-article-image,
.all-category-article-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 207px;
  border-radius: 16px;
}

.article-box .article-image img,
.category-highlight-article-box .category-highlight-article-image img,
.all-category-article-image img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .article-box .article-image img,
  .category-highlight-article-box .category-highlight-article-image img,
  .all-category-article-image img {
    min-height: 207px;
  }
}

.article-box:hover .article-image img,
.category-highlight-article-box:hover .category-highlight-article-image img,
.all-category-article-box:hover .all-category-article-image img {
  transform: scale(1.1);
}

.article-box h4,
.category-highlight-article-box h4,
.all-category-article-box h4 {
  color: #007da3;
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-box:hover h4,
.category-highlight-article-box:hover h4,
.all-category-article-box:hover h4 {
  color: #f27d1d;
}

.article-box p,
.category-highlight-article-box p,
.all-category-article-box p {
  color: #42515a;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#main-banner .content {
  padding-top: 64px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .content .container {
    display: flex;
    justify-content: space-between;
  }

  .articles {
    max-width: 730px;
    width: 100%;
  }

  .category-articles + .category-articles h2 {
    margin-top: 48px;
  }
}

/** Category without subcategory **/
.category-highlight-articles {
  padding-top: 80px;
}

.category-highlight-articles .container {
  position: relative;
}

.category-highlight-articles .container:after {
  content: "";
  display: block;
  background-color: rgba(106, 122, 131, 0.1);
  width: 100%;
  height: 2px;
  border-radius: 2px;
  margin-top: 64px;
}

@media (min-width: 1200px) {
  .category-highlight-articles-container {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .category-highlight-article-box {
    min-width: 350px;
  }

  .category-highlight-article-box + .category-highlight-article-box {
    margin-top: 0;
    margin-left: 30px;
  }
}

.category-highlight-articles h2 {
  margin: 0 0 32px;
}

.all-category-article-box {
  display: block;
}

@media (min-width: 1200px) {
  .all-category-article-box {
    display: flex;
    align-items: center;
  }

  .all-category-article-box h4 {
    margin-top: 0;
  }
}

.all-category-article-box + .all-category-article-box {
  border-top: 1px solid #e3e3e3;
  padding-top: 32px;
  margin-top: 32px;
}

.all-category-article-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 207px;
}

@media (min-width: 1200px) {
  .all-category-article-image {
    min-width: 350px;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .sidebar {
    max-width: 300px;
    /* margin-top: 0; */
  }
}

.sidebar h4 {
  position: relative;
  color: #42515a;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 24px;
}

.sidebar h4:after {
  content: "";
  display: block;
  background: #666;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  margin-top: 8px;
}

.sidebar h4:not(:first-child) {
  margin-top: 64px;
}

.sidebar .tag-cloud-link {
  display: inline-block;
  background: rgba(106, 122, 131, 0.1);
  border-radius: 17px;
  color: #42515a;
  padding: 6px 10px;
  margin: 4px;
}

.sidebar-article-box {
  padding: 15px;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  background: rgba(242, 125, 29, 0.08);
}

.sidebar-article-box + .sidebar-article-box {
  padding-top: 24px;
  margin-top: 24px;
}

.sidebar-article-box h4 {
  color: #f27d1d;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
}

.sidebar-article-box:hover h4 {
  color: #f27d1d;
}

.sidebar-article-box p {
  color: #42515a;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pagination ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}

.pagination li + li {
  margin-left: 8px;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  color: #fff;
  text-decoration: none;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  color: #fff;
  background-color: #6a7a83;
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination li a:hover,
.pagination li.active a {
  color: #fff;
  background-color: #f27d1d;
}

.search-box {
  display: flex;
  align-items: center;
  border-radius:8px;
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #6a7a831a;
}

.search-box input:not([type="submit"]) {
  color: #6a7a83;
  background-color: transparent;
  padding: 16px 0 16px 16px;
  outline: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.search-box input:not([type="submit"]) {
  opacity: 1;
  pointer-events: all;
}

.search-box input[type="submit"] {
  width: 56px;
  height: 37px;
  transition: all 0.1s;
  text-indent: -9999px;
  background: url("../images/icon-search.svg") center / 16px auto no-repeat;
  cursor: pointer;
}

.search-box input[type="submit"]:hover {
  transform: scale(1.1);
}

.services, .pages {
  padding: 80px 0;
}

@media (min-width: 1200px) {
  .services {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .services .container {
    display: flex;
    flex-direction: column;
  }
}

.services-box {
  border-radius: 16px;
  padding: 16px;
  background: rgba(0, 125, 163, 0.08);
}

@media (min-width: 1200px) {
  .services-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .services-box {
    width: 525px;
    padding: 64px;
    margin-bottom: 32px;
  }
}

.services-box.treinamento,
.services-box.implantacao {
  background: rgba(242, 125, 29, 0.08);
}

@media screen and (max-width: 1199px) {
  .services-box + .services-box {
    margin-top: 30px;
  }
}

.services-box h3 {
  color: #007da3;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.services-box.treinamento h3,
.services-box.implantacao h3 {
  color: #f27d1d;
}

.services-box p {
  color: #42515a;
  font-size: 18px;
  line-height: 26px;
}

.services-box img {
  width: auto;
  margin-right: 8px;
}


.services .btn {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.services ul { margin: 15px 0 0 0; padding:0; }

.analytics ul li,
.services ul li {
  position: relative;
  color: #42515a;
  font-size: 18px;
  margin-bottom: 10px;
}

.analytics ul li:before,
.services ul li:before {
  content: "";
  display: inline-flex;
  margin-right: 8px;
  width: 14px;
  height: 11px;
  background: url("../images/ico-arrow.svg") center / 14px auto no-repeat;
}

.file-list { margin: 0; padding: 0; }
.file-list li { margin: 5px 0; border-radius: 5px; padding: 15px; background: rgba(0, 125, 163, 0.08); }
.file-list li a b { color:#f27d1d; }
.file-list li a { color: #666; }
.parcerias { }

.parcerias h4 {
    color: #42515a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.parcerias h4:after {
    content: "";
    display: block;
    background: #007da3;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    margin-top: 12px;
}

.about-box { 
   display: flex;
   flex-direction: column;
justify-content: center;
   border-radius: 8px;
   font-size: 14px;
   background-color: rgba(242, 125, 29, 0.08);
   padding: 30px;
   text-align: center;
}

.about-box h3 { font-size: 20px; margin: 20px 0; color:#f27d1d; text-transform: uppercase; }
.about-box p { font-size:16px; }


/* Accordion styles */

input[type="radio"], input[type="checkbox"] { display:none; } 

.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: rgba(242, 125, 29, 0.08);
  border-bottom: 1px solid rgba(242, 125, 29, 0.1);
  color: #f27d1d;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: rgba(242, 125, 29, 1);
    color: #FFF;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

.tab-content p, .tab p {
 padding: 0;
 margin:0;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: rgba(242, 125, 29, 1);
    color: #FFF;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.depoimentos-faixa { padding: 50px 0; background: rgba(0, 125, 163, 0.08); }
.depoimentos-faixa h5 { color: #007da3; font-size:40px; font-weight: 800; }
.box-depoimento { background: rgba(0, 125, 163, 0.08); padding: 25px; border-radius:8px; }
.box-depoimento p { font-size: 16px; }
.box-depoimento img { width: 120px; border-radius: 100%;  }
.box-depoimento h2 { font-size: 22px; }
.box-depoimento h2:after { width: 100% !important; background: #f27d1d !important; }
.box-depoimento h3 { font-size: 14px; }

.solucoes h5 { color: #007da3;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}  
.solucoes h5:after {
    content: "";
    display: block;
    background: #007da3;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    margin-top: 12px;
}

.box-contato { background: rgba(0, 125, 163, 0.08);
    padding: 40px;
    border-radius: 8px;
}

.wpcf7-submit {
  background-color: var(--color-primary);
  border-radius: 28px;
  padding: 8px 20px;
  color: #FFF;
  font-weight: bold;
}

.screen-reader-response {
background-color: rgba(255,0,0,0.4);
    border-radius: 10px;
    padding:0 20px;
    margin:20px 0;
    color: #FFF; 
}

.screen-reader-response p, .screen-reader-response ul, .screen-reader-response ul li { font-size:14px; }

.shadow { position:fixed; width: 100%; height: 100%; top:0; left:0; background-color: rgba(0,0,0,0.5);  z-index: 9998; display:none; }
.modal-demo {position: fixed; display:none;
    top: 20%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: #FFF;
    padding: 25px;
    border-radius: 10px;
    z-index: 9999;
}
.modal-demo h4 {
text-transform: uppercase;
    font-weight: 600;
}
.modal-demo .wpcf7-submit { width: 100%; } 
.btn-close {
    position: absolute;
    top: -45px;
    right: 0;
    padding: 10px;
    text-decoration: none;
    background-color: #FFF;
    border-radius: 100%;
    opacity: 1;
}

.logos { border: 1px solid #efefef; border-radius: 8px; }
.logo-parcerias { border-radius:50%; border: 1px solid #CCC; max-width:150px; }


@media (max-width: 1199px) {
	.my-5 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important;
	}
	.py-5 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important;
	}
}


.pioneiros h3 img { max-width: 35px; margin: -5px 10px 0 0; }

.header-desktop .container {
	display: flex;
	align-items: center;
	
}
.header-desktop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 1.25rem rgba(30,34,40,.06);
    border-radius: 0!important;
    background: #fff;
}
.header-mobile {
	display: none;
	
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 100;
}
.site-overlay {
	background: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	cursor: pointer;
}
.header-mobile .menu-wrapper {
	width: 80%;
    position: absolute;
    background: #fff;
    height: 100%;
    right: 0;
    top: 0;
    padding: 15px;
	max-width: 250px;
}

.header-mobile .menu-wrapper .menu {
	flex-direction: column;
    grid-gap: 0;
    padding-left: 0;
	margin-top: 20px;
}

.header-mobile .menu-wrapper .menu a {
	padding: 10px 0;
	text-align: left;
}

.header-mobile .logo {
    max-width: 190px;
}
.header-mobile .menu-footer {
	position: absolute;
	bottom: 0;
	padding: 15px;
}

.header-desktop nav {
	flex: 1;
    display: flex;
    /* align-items: center; */
    justify-content: center;
	margin: 0 20px;
	
}
.header-desktop .suffix {
	display: flex;
	grid-gap: 30px;
	
	align-items: center;
	    padding: 10px 0;
		
	

}
#site-header .btn {
	---btn-padding-x: 24px;
    ---btn-padding-y: 10px;
    ---btn-font-size: 16px;
    ---btn-font-weight: 700;
    ---btn-line-height: 1.7;
    ---btn-text-color: #fff;
    ---btn-bg: #3F51B5;
    ---btn-border-width: 2px;
    ---btn-border-color: transparent;
    ---btn-border-radius: 1000px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(---btn-font-size);
    font-weight: var(---btn-font-weight);
    line-height: var(---btn-line-height);
    color: var(---btn-text-color);
    background-color: var(---btn-bg);
    padding: var(---btn-padding-y) var(---btn-padding-x);
    letter-spacing: -.2px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    outline: none;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    box-shadow: none;
    border: var(---btn-border-width) solid var(---btn-border-color);
    border-radius: var(---btn-border-radius);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.btn-green {
  background-color: #58ff01 !important;
  color: #273238 !important;
}

.lang-header {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.lang-header .lang-toggle svg {
    position: relative;
	top: -2px;
	color: var(--color-primary);
}

.lang-header .lang-menu {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%);
    min-width: 80px;
    list-style: none;
    padding: 13px 0;
    margin: 10px 0 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(30,34,40,.06);
    transition: all 0.3s
}

.lang-header .lang-menu a {
    padding: 4px 30px
}

.lang-header .lang-menu:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: -1
}

.lang-header .lang-item {
    display: block;
    color: var(--color-default);
    text-transform: uppercase
}

.lang-header .lang-item:hover {
    color: var(--color-primary)
}

.lang-header:hover .lang-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit
}


.menu {
	display: flex;
	margin: 0;
	grid-gap: 30px;
}

.menu a {
	display: block;
	padding: 26px 0 26px 0;
	text-decoration: none;
    text-align: center;
	
	
	color: var(--color-default);
	transition: all 0.2s ease-in-out;
	font-weight: 700;
	font-size: 16px;
}

.menu .current a,.menu a:hover {
	
	color: var(--color-primary);
}
.container {
    width: 100%;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	 .container {
		max-width: 1320px;
	}
}
.menu-toggle {
	display: none;
	
}
.menu-toggle button {
    line-height: 1;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 0 .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-default);
    transition: all 0.3s linear;
}

.menu-toggle button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.menu-toggle button:focus {
    outline: 0
}

.menu-toggle button:before,.menu-toggle button:after {
    content: ""
}

.menu-toggle button:before,.menu-toggle button span,.menu-toggle button:after {
    width: 1.2rem;
    height: .15rem;
    background: currentColor;
    border-radius: 2rem
}

.menu-toggle button:before,.menu-toggle button span {
    margin: 0 0 .25rem
}

@media only screen and (max-width: 991px) {
	.menu-toggle {
		display: block;
	} 
	
	.header-desktop .ot-button-wrapper {
		display: none;
	}
	
	#site-navigation {
		display: none;
	}
	
	#site-header .btn {
		---btn-padding-x: 12px;
		---btn-padding-y: 5px;
	}
	
	.header-desktop .suffix {
		grid-gap: 10px;
		justify-content: flex-end;
		flex: 1;
	}
	
	body {
		padding-top: 61px;
	}

}
body {
	background: radial-gradient(at left top, #F3F8FB, #FFFFFF00) no-repeat;
}
#main-banner {
	padding: 120px 0 0 0;
	
}
#main-banner .content {
	position: relative;
	z-index: 2;
}
#main-banner h3 {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 30px;
}

#main-banner .description {
	margin: 0 0 35px 0;
	font-size: 24px;
	line-height: 36px;
}

#main-banner .container {
	display: flex;
	align-content: center;
    align-items: center;
}
#main-banner .flex-1 {
	flex: 1;
}
#main-banner .bg-dot {
	background-image: radial-gradient(rgb(63, 120, 224) 2px, rgba(0, 0, 0, 0) 2.5px);
	background-size: 15px 15px;
	box-sizing: border-box;
	color: rgb(96, 105, 123);
	display: block;
	height: 180px;
	opacity: 0.5;
	transform: matrix(1, 0, 0, 1, 0, -24);
	width: 140px;
	word-spacing: 1px;
	left: -35px;
	top: -34px;
	z-index: 1;
	position: absolute;
}

#main-banner .bg {
	position: relative;
	z-index: 2;
}
#main-banner .spacer {
	min-width: 8.33%;
}
#main-banner .bg .attachment-full {
	border-radius: 8px 8px 8px 8px;
	vertical-align: middle;
    display: inline-block;
	
	height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
	position: relative;
	z-index: 2;
}
#main-banner .bg .bg-shadow {
	max-width: 86.4%;
    --container-widget-width: 86.4%;
    --container-widget-flex-grow: 0;
    bottom: -36px;
	position: absolute;
	z-index: 1;
	width: 100%;
	right: -52px;
}
#main-banner .bg .bg-shadow div {
	padding: 95% 0% 0% 0%;
    background-color: #F1F5FD;
    border-radius: 8px 8px 8px 8px;
	
	
}

.clients {
	display: flex;
	grid-gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto 45px;
	
}
.clients div img {
	filter: none;
	mix-blend-mode: multiply;
}
.clients div {
	flex: 1;
	transition: 0.3s ease all;
}
.clients div:hover {
	opacity: 1;
}

.solucoes-cards {
  margin: auto;
}

.solucoes-card {
  width: 33%;
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch!important;
  justify-content: flex-start;
  padding: 22px 20px;
  margin: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .07);
}

.solucoes-card .content {
  width: 65%;
  padding: 0 0 0 5% !important;
}

.solucoes-card .icon {
  width: 30%;
}

.solucoes-card .icon img {
  width: 76px;
}

.solucoes-card .title {
  font-weight: bold;
}

.plan-description {
  width: 33%
}

.plans-options {
  width: 66%;
}

.plans-options .plan {
  width: 50%;
  padding: 20px;
}

.plans-options .plan > div {
  box-shadow: 0 5px 35px 0 rgba(30,34.00000000000001,40,.07);
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
}

.plans-options .plan > div ul {
  padding: 0;
}

.plans-options .plan > div li {
  margin-bottom: 10px;
}

.plans-options .plan > div i {
  color: var(--color-primary);
  margin-right: 10px;
}

.caminhos_metas li {
  font-size: 18px;
}

.caminhos_metas-background {
  background-size: cover;
  background-position: center;
}

.plan-2 {
  margin-top: -15px;
}

@media (max-width: 991px) {
	.header-desktop {
		padding: 15px;
	}
	#main-banner {
		padding-top: 20px;
		overflow: hidden;
		margin-bottom: 40px;
	}
	
	#main-banner .container {    
		flex-direction: column;
	}
	
	
	.block-content .content {
		padding: 20px;
		margin-bottom: 0;
	}
	
	.caminhos_metas-background {
		order: 2;
		width: 100% !important;
		height: 250px;
		margin: 20px auto 0 auto;
	}
	
	.gri-bg {
		order: 2;
		width: 100% !important;
		max-width: 150px;
		margin: 20px auto 0 auto;
	}
	
	.block-content, .solucoes-cards {
		flex-direction: column;
	}
	
	.solucoes-card {
		width: auto;
	}
	
	.w70, .w60, .w80, .w40 {
		width: 100%;
	}
	
	.info, .how {
		padding-top: 40px;
	}
	
	.info {
		padding-bottom: 40px;
	}
	
	.clients div {
		max-width: calc(50% - 10px);
		min-width: calc(50% - 10px);
		text-align: center;
	}
	
	.clients div img {
		max-height: 100px;
		width: auto;
	}
	
	.plan-description {
		width: 100%;
	}
	
	.plans.flex, .centificados > .flex {
		flex-direction: column;
	}
	
	.plans-options {
		flex-direction: column;
		width: 100%;
	}
		
	.plans-options .plan {
		width: 100%;
	}
	
}

.centificados img {
  width: 98px !important;
  margin: auto;
}