







































@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital@0;1&display=swap");
@media only screen {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    color: #2b2b2b;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: inherit;
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #212121;
  }
  h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  h2 {
    font-size: 1.875em;
    line-height: 1.15;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.175;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.25;
  }
  h5 {
    font-size: 14px;
    line-height: 18px;
  }
  h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .single-post .content h2,
  .page-template-default .content h2 {
    font-weight: 700;
    letter-spacing: -0.05vw;
    padding-top: 15px;
  }
  .single-post .content h3, .single-post .content h4,
  .page-template-default .content h3,
  .page-template-default .content h4 {
    font-weight: 500;
    padding-top: 10px;
  }

  p {
    line-height: 1.575;
    margin: 0 0 20px;
  }
  .single-post .content p,
  .page-template-default .content p {
    font-size: 18px;
    line-height: 1.58;
    color: #212121;
    font-family: "Source Serif Pro", serif;
  }

  ul,
  ol,
  dl {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.575;
    margin: 0 0 30px;
  }
  .single-post .content ul,
  .page-template-default .content ul, .single-post .content
  ol,
  .page-template-default .content
  ol, .single-post .content
  dl,
  .page-template-default .content
  dl {
    padding-left: 16px;
  }
  .single-post .content ul li,
  .page-template-default .content ul li, .single-post .content
  ol li,
  .page-template-default .content
  ol li, .single-post .content
  dl li,
  .page-template-default .content
  dl li {
    font-size: 18px;
    line-height: 1.58;
    color: #212121;
    font-family: "Source Serif Pro", serif;
    margin-bottom: 10px;
  }

  blockquote {
    border-left: 6px solid #CCC;
    padding: 0 0 0 22px;
    margin: 15px 20px;
  }

  a {
    color: #1a73e8;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .content .entry-content a:hover {
    color: #1151a5;
    text-decoration: underline;
  }

  figure {
    margin: 0;
  }
  .bg-dark {
    color: #f6f6f6;
  }

  .arrows-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    max-width: 960px;
    margin: 4vw auto;
  }
  .arrows-title .text {
    display: inline-block;
    max-width: 80%;
    padding: 0 0.5vw;
  }
  .arrows-title .arrow-crowd {
    font-size: 30px;
    padding-top: 5px;
    vertical-align: top;
    display: inline-block;
  }
}


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

  .arrows-title {
    font-size: 24px;
    line-height: 1.1;
  }
  .arrows-title .arrow-crowd {
    padding-top: 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .content p,
  .content ul li,
  .content ol li,
  .single-post .content p,
  .single-post .content ul li,
  .single-post .content ol li {
    font-size: 18px;
  }
  .single-post .content h2,
  .page-template-default .content h2 {
    font-size: 22px;
  }
  .single-post .content h3, .single-post .content h4,
  .page-template-default .content h3,
  .page-template-default .content h4 {
    font-size: 18px;
  }
  .arrows-title,
  .title.arrows-title {
    max-width: 100%;
    margin-bottom: 40px;
  }
}





@media only screen {

  .form {
    margin-bottom: 20px;
  }
  .form fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  .page-fale-conosco .form,
  .page-contato .form,
  .solution-form .form {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-group {
    position: relative;
  }
  .form-group.form-helper {
    margin-bottom: 8px;
  }
  .form-legend {
    margin-bottom: 20px;
  }
  .form-label {
    display: inline-block;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
    font-weight: bold;
  }
  .help-block {
    font-size: 13px;
    margin-top: -14px;
    line-height: 1;
    padding-left: 1px;
    display: block;
  }

  span[class*="alert-"] {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
  }
  span[class*="alert-"] + [class*="alert-"] {
    margin-top: 10px;
  }
  .wpcf7-response-output {
    padding: 10px;
    margin-top: 20px;
  }
  .alert-danger {
    background-color: #f4ceca;
    color: #e74c3c;
  }
  .alert-warning {
    background-color: #fff4c6;
    color: #f79303;
  }
  .alert-success {
    background-color: #c6eed7;
    color: #24a78c;
  }
  .alert-info {
    background-color: #cfe6f7;
    color: #457eaf;
  }

  .fields-required {
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .required {
    font-weight: bold;
    color: #2b2b2b;
  }
  .form-field {
    color: #2b2b2b;
    font-size: 14px;
  }

  .wpcf7-response-output {
    padding: 10px 12px;
    margin-top: 20px;
    color: #cc0000;
    display: none;
  }
  .invalid .wpcf7-response-output,
  .failed .wpcf7-response-output {
    display: block;
    background-color: #ffe6e6;
  }
  .wpcf7-validation-errors {
    background-color: #f4ceca;
    color: #e74c3c;
  }
  .wpcf7-mail-sent-ng {
    background-color: #fff4c6;
    color: #f79303;
  }
  .wpcf7-mail-sent-ok {
    background-color: #c6eed7;
    color: #24a78c;
  }
  .wpcf7-spam-blocked {
    background-color: #cfe6f7;
    color: #457eaf;
  }
  .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  .wpcf7-form-control-wrap {
    position: relative;
    display: block;
  }
  .wpcf7-not-valid-tip {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 12px;
    color: #e74c3c;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 150px;
  }
  .wpcf7 br,
  .wpcf7 p:empty {
    display: none;
  }
  .wpcf7-display-none {
    display: none;
  }
  div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: none;
    background: transparent url("../../img/loading.gif") no-repeat center center;
    width: 44px;
    height: 44px;
    border: none;
    padding: 0;
    margin: 10px auto;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
    display: block;
  }
  .bg-hbspt-form {
    padding: 20px 20px 0 20px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}



@media only screen and (min-width: 769px) {

  .form-search {
    font-size: 0;
  }
  .form-search input {
    width: 75%;
    vertical-align: middle;
    margin: 0;
  }
  .form-search input + input {
    width: 24%;
    margin-left: 1%;
  }
  .form-search .form-label {
    display: block;
  }
  .form-search .btn {
    padding: 12px 4px;
  }
}



@media only screen {

  .header {
    height: 7.926vw;
    position: relative;
    background-color: #3e3e3e;
    display: flex;
    align-items: stretch;
  }
  .header .site-title {
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
  }
  .header .logo {
    width: 16.86458333219vw;
  }
  .header .md-show {
    visibility: hidden;
  }
  .header:after {
    display: block;
    content: " ";
    width: 30.985%;
    height: 130%;
    background-color: #2b2b2b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .header.light-header {
    background: transparent;
    background: -moz-linear-gradient(90deg, #dfdfdf 52%, white 48%);
    background: -webkit-gradient(90deg, #dfdfdf 52%, white 48%);
    background: -webkit-linear-gradient(90deg, #dfdfdf 52%, white 48%);
    background: -o-linear-gradient(90deg, #dfdfdf 52%, white 48%);
    background: -ms-linear-gradient(90deg, #dfdfdf 52%, white 48%);
    background: linear-gradient(90deg, #dfdfdf 52%, white 48%);
  }
  .header.light-header .hamburger-mobile,
  .header.light-header .navbar {
    background-color: white;
  }
  .header.light-header:after {
    display: none;
  }
  .header.header-blog {
    height: 5.9257vw;
  }
  .header.header-blog:after {
    display: none;
  }
  .header.header-blog .navbar {
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
  }
  .header-disabled .header {
    background-color: transparent;
  }
  .header-disabled .navbar {
    display: none;
  }

  .navbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 3vw;
  }
  .navbar .nav-menu {
    list-style: none;
  }
  .navbar .nav-menu .menu-item {
    display: inline-block;
    padding: 0 10px;
  }
  .navbar .nav-menu .menu-item.current-menu-item, .navbar .nav-menu .menu-item.current-menu-parent, .navbar .nav-menu .menu-item.current-page-ancestor {
    border-color: #CCC;
  }
  .navbar .nav-menu .menu-item.current-menu-item > a, .navbar .nav-menu .menu-item.current-menu-parent > a, .navbar .nav-menu .menu-item.current-page-ancestor > a {
    text-decoration: line-through;
  }
  .home .navbar .nav-menu .menu-item.current-menu-item > a, .home .navbar .nav-menu .menu-item.current-menu-parent > a, .home .navbar .nav-menu .menu-item.current-page-ancestor > a {
    text-decoration: none;
  }
  .home .navbar .nav-menu .menu-item.current-menu-item > a:hover, .home .navbar .nav-menu .menu-item.current-menu-parent > a:hover, .home .navbar .nav-menu .menu-item.current-page-ancestor > a:hover {
    text-decoration: underline;
  }
  .hamburger-mobile {
    display: none;
    position: relative;
    z-index: 10;
    position: fixed;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    margin: 1vw 1.5vw 0 0;
    width: 54px;
    height: 54px;
    background-color: #3e3e3e;
    text-align: center;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .hamburger-mobile .ico-menu-close {
    display: none;
  }

  .footer {
    min-height: auto;
    padding-top: 3.90624999975vw;
    background-color: #fff;
    color: #212121;
  }
  .footer .btn-mobile {
    display: none;
    text-align: center;
    margin: 0 15px;
    font-size: 12px;
    padding: 20px;
  }
  .footer .wrap-cntf {
    padding: 20px 45px 20px 0;
  }
  .footer .logo-footer {
    padding: 10px 0;
  }
  .footer .logo-footer .ico {
    display: none;
  }
  .footer .logo-footer .link {
    display: block;
  }
  .footer .logo-f {
    width: 78%;
  }
  .footer .logo-text {
    margin-bottom: 2vw;
  }
  .footer .logo-text p:first-child {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .footer .logo-text p:last-child {
    font-size: 14px;
    line-height: 1.38;
  }
  .footer .menu-item a, .footer .wrap-list a {
    color: #212121;
  }
  .footer .nsei {
    margin-top: 3.12433vw;
  }
  .footer .footer-menu {
    padding-left: 12px;
    padding-right: 1.9834vw;
  }
  .footer .secondary-menu {
    list-style: none;
    margin: 0 0 0 1.635543vw;
    padding: 0;
  }
  .footer .secondary-menu li {
    line-height: 1.2;
    padding-bottom: 0.3499999988vw;
    padding-top: 0.3499999988vw;
  }
  .footer .secondary-menu a {
    font-size: 1.0416666666vw;
    font-weight: 500;
  }
  .footer .secondary-menu a:hover {
    text-decoration: underline;
  }
  .footer .lists-links {
    margin-left: 0.835543vw;
  }
  .footer .lists-links .col-links {
    padding-left: 15px;
  }
  .footer .lists-links .col-links p {
    margin: 0;
  }
  .footer .lists-links .wrap-icon .list-icon {
    height: 2.7604166664900003vw;
    margin-bottom: 1.6145833332300001vw;
  }
  .footer .lists-links .wrap-icon .list-label {
    margin-bottom: .61666666664vw;
    font-weight: 500;
  }
  .footer .lists-links .wrap-list a {
    display: inline-block;
    margin-top: .41666666664vw;
    padding-bottom: .15624999999vw;
    font-size: 1vw;
    line-height: 1.4583333332400001vw;
  }
  .footer .lists-links .wrap-list a:hover {
    font-weight: 500;
  }
  .footer .lists-links .wrap-list p {
    font-size: 1vw;
    line-height: 1.4583333332400001vw;
    margin-bottom: 15px;
  }
  .footer .lists-links .col-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1vw;
    padding-top: 0.8vw;
  }
  .footer .bottom-bar {
    padding: 1.2vw;
    background-color: #212121;
    color: #999;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", "Arial", sans-serif;
    margin-top: 4.427083333050001vw;
  }
  .footer .bottom-bar .link {
    color: #999;
    padding-left: 12px;
  }
  .footer .bottom-bar .link:hover {
    color: #f6f6f6;
  }
  .footer.style2 {
    padding: 0;
  }
  .footer.style2 .bottom-bar {
    margin-top: 0;
    border-top: 1px solid #333333;
  }

  .col-social-bg {
    height: 100%;
    position: absolute;
    width: 10.5973473vw;
    top: 0;
    left: 0;
    background-color: #2b2b2b;
  }
  .col-social-bg .wrap-social {
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 50px;
    margin-left: -20px;
  }
  .col-social-bg .wrap-social .lb {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: inline-block;
    width: 200%;
    padding-left: 0;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 8px;
    color: #f6f6f6;
    position: absolute;
    bottom: 32px;
  }
  .col-social-bg .wrap-social .lb:before {
    content: " ";
    display: none;
    height: 1px;
    width: 40px;
    background-color: #f6f6f6;
    margin-left: -56px;
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: -14px;
  }
  .col-social-bg .wrap-social .social-networks {
    display: block;
    max-width: 2vw;
    margin-left: 1.2vw;
  }
  .col-social-bg.light-style {
    background-color: #dfdfdf;
  }
  .col-social-bg.light-style .wrap-social .lb {
    color: #212121;
  }
  .col-social-bg.light-style .wrap-social .lb:before {
    background-color: #212121;
  }
  .social-networks .sn-btn {
    background: transparent url("../../img/sprite.png") no-repeat;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 200ms ease 0s;
    -moz-transition: transform 200ms ease 0s;
    -o-transition: transform 200ms ease 0s;
    -ms-transition: transform 200ms ease 0s;
    transition: transform 200ms ease 0s;
  }
  .footer .social-networks .sn-btn {
    background-color: transparent;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 1vw;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .footer .social-networks .sn-btn.btn-instagram {
    background-position: 4px -16px;
  }
  .footer .social-networks .sn-btn.btn-facebook {
    background-position: -62px -16px;
  }
  .footer .social-networks .sn-btn.btn-linkedin {
    background-position: -17px -16px;
  }
  .footer .social-networks .sn-btn.btn-youtube {
    background-position: -40px -16px;
  }
  .footer .social-networks .sn-btn.btn-twitter {
    background-position: -82px -16px;
  }
  .footer .social-networks .sn-btn:hover {
    background-color: #eee;
  }
  .wrap-social .social-networks .sn-btn {
    width: 46px;
    height: 46px;
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -o-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  .wrap-social .social-networks .sn-btn.btn-instagram {
    background-position: -264px -260px;
  }
  .wrap-social .social-networks .sn-btn.btn-facebook {
    background-position: -175px -260px;
  }
  .wrap-social .social-networks .sn-btn.btn-linkedin {
    background-position: -216px -260px;
  }
  .wrap-social .social-networks .sn-btn.btn-youtube {
    background-position: -316px -260px;
  }
  .light-style .wrap-social .social-networks .sn-btn.btn-instagram {
    background-position: -82px -260px;
  }
  .light-style .wrap-social .social-networks .sn-btn.btn-facebook {
    background-position: 5px -260px;
  }
  .light-style .wrap-social .social-networks .sn-btn.btn-linkedin {
    background-position: -34px -260px;
  }
  .light-style .wrap-social .social-networks .sn-btn.btn-youtube {
    background-position: -132px -260px;
  }
  .wrap-social .social-networks .sn-btn:hover {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .social-share .sh-label {
    margin-bottom: .15vw;
    font-size: .65vw;
    line-height: .65vw;
    font-weight: 500;
    letter-spacing: .02vw;
    text-transform: uppercase;
  }
  .single .entry-header .social-share {
    text-align: right;
  }
}


@media only screen and (max-width: 480px) {
  .footer .bottom-bar .link:last-child {
    display: block;
  }
}

@media only screen and (max-width: 580px) {
  .top-banner .col-social-bg {
    width: 55px;
  }
}

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

  .header .logo {
    width: 40vw;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .bottom-bar {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer .btn-mobile {
    display: block;
  }
  .footer .btn-desk {
    display: none;
  }
  .footer .wrap-cntf .btn {
    padding: 20px;
    font-size: 12px;
    display: block;
    margin-top: 2vw;
  }
  .footer .logo-footer {
    text-align: center;
    border: none;
  }
  .footer .logo-footer .link {
    display: inline-block;
    background-color: #212121;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .footer .logo-footer .logo-f {
    display: none;
  }
  .footer .logo-footer .ico {
    display: inline-block;
    margin: 10px;
  }
  .footer .secondary-menu {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    padding: 3vw 0 1.8vw 0;
    text-align: center;
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .footer .secondary-menu li {
    margin-bottom: 1.3vw;
  }
  .footer .secondary-menu li a {
    font-size: 16px;
  }
  .footer .lists-links .wrap-list a,
  .footer .lists-links .wrap-list p {
    font-size: 4vw;
    line-height: 6vw;
  }
  .footer .lists-links .list-icon {
    height: 13vw;
    margin-top: 10vw;
  }
  .footer .lists-links .col-label,
  .footer .lists-links .list-label {
    font-size: 6vw;
    line-height: 6vw;
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
  .footer .lists-links .col-links:nth-child(odd) {
    padding-left: 0;
  }
  .footer .lists-links .col-links:nth-child(2) {
    padding-left: 0;
  }
  .footer .social-networks {
    padding: 4vw;
  }
  .footer .social-networks .sn-btn {
    margin: 2vw;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .footer .wrap-cntf {
    padding-right: 0;
  }
  .wrap-social .social-networks .sn-btn {
    -webkit-transform: scale(0.62);
    -moz-transform: scale(0.62);
    -o-transform: scale(0.62);
    -ms-transform: scale(0.62);
    transform: scale(0.62);
    margin-top: 3.076666658vw;
    margin-bottom: 3.076666658vw;
  }

}

@media only screen and (max-width: 992px) {
  .header {
    height: 96px;
    position: relative;
  }
  .header .wrap-abs.md-hide {
    visibility: hidden;
  }
  .header .md-show {
    visibility: visible;
  }
  .header .wrap-abs {
    position: relative;
    width: 100%;
  }
  .header.light-header .site-title {
    background-color: #dfdfdf;
  }
  .header.light-header .site-title:after {
    background-color: #dfdfdf;
  }
  .header.light-header .navbar > .nav-menu > .menu-item > a {
    color: #212121;
  }
  .header.header-blog {
    height: 18.838028166vw;
    max-height: 78px;
  }
  .header.header-blog .site-title:after {
    display: none;
  }
  .header .col-logo {
    position: static;
  }
  .header .site-title {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    margin: 0;
    width: 52%;
    padding-left: 6%;
    z-index: 9;
    align-items: center;
    height: 100%;
  }
  .header .site-title:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 10vw;
    background-color: #3e3e3e;
    bottom: -10vw;
    left: 0;
    z-index: 1;
  }
  .header .site-title .navbar-brand {
    line-height: 0;
  }
  .header .navbar {
    position: fixed;
    overflow-x: auto;
    width: 90vw;
    height: 100vh;
    top: 0;
    right: -100%;
    z-index: 4;
    background: #3e3e3e;
    justify-content: flex-start;
    align-items: start;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .header .navbar > .nav-menu {
    list-style-type: none;
    padding: 90px 11vw 8vw 20px;
    margin-top: 80px;
  }
  .header .navbar > .nav-menu > .menu-item {
    padding: 2.5vw 0;
  }
  .header .navbar > .nav-menu > .menu-item > a {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #f6f6f6;
    font-weight: 500;
  }
  .header .navbar .menu-item {
    display: block;
    padding: 5px 0 0 0;
  }
  .hamburger-mobile {
    display: block;
    cursor: pointer;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open .navbar {
    right: 0;
  }
  .footer .secondary-menu li {
    display: inline-block;
  }
  .footer .secondary-menu li a {
    padding: 1vw 2vw;
    border: 5px solid #fff;
    background-color: #e6e6e6;
    border: 0;
  }
  .footer .social-networks {
    text-align: center;
  }
  .footer .social-networks .sn-btn {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer .bottom-bar {
    padding: 20px;
    line-height: 1.6;
  }
  .col-social-bg .wrap-social .lb {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-title .logo {
    min-width: 250px;
  }
  .header .navbar .wrap-abs {
    padding-top: 20px;
  }
  .footer {
    padding-top: 0;
  }
  .footer .social-networks {
    max-width: 80px;
  }
  .footer .lists-links {
    margin-top: 5vw;
  }
  .wrap-social .social-networks .sn-btn {
    margin-top: 1.076666658vw;
    margin-bottom: 1.076666658vw;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .header:after {
    width: 27.985%;
  }
}

@media only screen and (max-width: 1200px) {
  .footer .lists-links {
    margin-left: 0.835543vw;
  }
}


@media only screen and (min-width: 768px) {
  .header .nav-menu > .menu-item > a {
    color: #f6f6f6;
  }
  .header.light-header .nav-menu > .menu-item > a {
    color: #212121;
  }
  .footer .wrap-cntf {
    border-right: 1px solid #212121;
  }
  .logo-footer {
    margin-bottom: 1.3923425vw;
  }
  .col-social-bg .wrap-social .social-networks {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 993px) {

  .navbar {
    height: 100%;
  }

  .nav-menu {
    margin-top: 20px;
    text-align: center;
    padding: 0;
  }
  .nav-menu > .menu-item {
    height: 100%;
    position: relative;
  }
  .nav-menu > .menu-item > a {
    color: #f6f6f6;
    font-family: "Euclid Flex", sans-serif;
    font-weight: 500;
    font-size: .83333333328vw;
    line-height: .83333333328vw;
    display: inline-block;
    height: 100%;
    letter-spacing: .26041666665vw;
    text-transform: uppercase;
  }
  .nav-menu > .menu-item > a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1200px) {
  .lists-links .col-links:first-child {
    padding-left: 35px;
  }
  .lists-links .col-links:nth-child(2) {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1470px) {
  .header:after {
    width: 32.985%;
  }
  .header .navbar {
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .header.header-blog .navbar {
    justify-content: flex-start;
    padding-left: 2vw;
    position: absolute;
    width: 150%;
  }
}

@media only screen and (min-width: 1800px) {
  .header:after {
    width: 35.985%;
  }
  .header .col-logo {
    max-width: 295px;
  }
  .header .nav-menu > .menu-item > a {
    font-size: 15px;
  }
  .footer .lists-links .wrap-list a {
    font-size: 16px;
  }
}







































@media only screen {
  .wrap-search {
    position: relative;
  }
  .form-search {
    margin-bottom: 0;
  }
  .form-search .btn-fnc {
    padding: 15px;
  }
  .form-search .btn-fnc:hover {
    cursor: pointer;
  }
  .form-search .btn-fnc .close {
    display: none;
    line-height: 150%;
    font-weight: 500;
    font-size: 20px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #3e3e3e;
    color: #f6f6f6;
  }
  .form-search .btn-search {
    background-color: #666;
    padding: 8px 10px;
    display: block;
    font-size: 20px;
    margin-left: -42px;
    width: 50px;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 5px;
    right: 5px;
    height: calc(100% - 10px);
  }
  .form-search .btn-search:hover {
    cursor: pointer;
  }
  .form-search .input {
    box-sizing: border-box;
    border-color: #89a4ce;
    width: 100%;
    padding-right: 45px;
    vertical-align: middle;
    margin: 0;
    border-color: #999;
  }
  .form-search .wrap-fields {
    display: none;
    width: 100%;
    max-width: 350px;
    min-width: 260px;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    background-color: #3e3e3e;
    padding: 5px;
    top: calc(100% + 5px + 1px);
  }
  .form-search.active .wrap-fields {
    display: block;
    z-index: 2;
  }
  .form-search.active .btn-fnc .ico {
    display: none;
  }
  .form-search.active .btn-fnc .close {
    display: inline-block;
  }
}









@media only screen {
  .entry-content .alignright {
    float: right;
    margin: 6px 0 20px 20px;
    text-align: right;
  }
  .entry-content .alignleft {
    float: left;
    margin: 6px 20px 20px 0;
    text-align: left;
  }
  .entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px;
    text-align: center;
  }
  .entry-content .wp-caption {
    max-width: 100%;
    margin-bottom: 28px;
  }
  .entry-content .wp-caption-text {
    color: #777;
    font-size: 13px;
    line-height: 1.4;
    padding-top: 6px;
  }
  .hentry .alignright {
    float: right;
    text-align: right;
  }
  .hentry .alignleft {
    float: left;
    text-align: left;
  }
  .hentry .aligncenter {
    text-align: center;
  }
}






@media only screen {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: #333;
  }
  body.header-disabled {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .md-only {
    display: none;
  }
  .h100 {
    height: 100%;
  }
  .t-center {
    text-align: center;
  }
  .t-right {
    text-align: right;
  }
  .centered {
    margin-right: auto;
    margin-left: auto;
  }
  .max-800w {
    max-width: 800px;
  }
  .max-1024w {
    max-width: 1024px;
  }
  .p-rel {
    position: relative;
  }
  .p-abs {
    position: absolute;
  }
  .bg-opac {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin-top: 7.0833333328800006vw;
    background-image: url("../../img/bg-hero-2.svg");
    background-position: 0 0;
    background-size: 98.65%;
    opacity: 0.25;
    filter: alpha(opacity=25);
  }
  #cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #2b2b2b;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cover .ico {
    animation: spin 3s infinite;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-ms-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .cover-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .top-banner {
    padding-left: 9.5973473vw;
  }
  .cookies-msg-box {
    position: fixed;
    left: 16px;
    top: auto;
    bottom: 16px;
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border: 1px solid #212121;
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
    color: #212121;
    z-index: 10;
  }
  .btn.bt-cookie {
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    border: 0.13vw solid #212121;
    background-color: #212121;
    color: #fff;
    text-align: center;
    letter-spacing: .120833333316vw;
    font-size: .7291666666200001vw;
    justify-content: center;
  }
  .bt-cookie.invert {
    background-color: #212121;
    color: #fff;
    font-style: normal;
  }
  .sidebar {
	position: sticky;
	top: 0;
  }
  .sidebar > * {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .sidebar > * > * {
    max-width: 320px;
  }
  .sidebar > * > h3,
  .sidebar > * .lb {
    width: 100%;
    text-transform: uppercase;
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 1vw 0 1.5vw 0;
  }
  .arrow-crowd {
    font-family: 'Arrow crafter', sans-serif;
  }
  .error404 .main,
  .privacy-policy .main,
  .page-termos-de-uso {
    background-color: #f6f6f6;
    padding: 6vw 0 8vw 0;
  }
  .error404 .main .pg-title,
  .privacy-policy .main .pg-title,
  .page-termos-de-uso .pg-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.05vw;
    margin-bottom: calc(1vw + 15px);
  }
  .error404 .wrap-cnt {
    padding-bottom: 2vw;
  }
  .error404 .wrap-cnt p {
    font-size: 20px;
    line-height: 1.4;
  }
  .error404 .opt-item {
    background-color: #e6e6e6;
    padding: 30px 25px;
  }
  .error404 .opt-item p {
    line-height: 1.3;
  }
  .privacy-policy .wrap-cnt,
  .page-termos-de-uso .wrap-cnt {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .tks-page {
    background-color: white;
  }
  .tks-page .page-strip {
    background-color: #212121;
    padding: 1.5vw 0;
    color: #f6f6f6;
  }
  .tks-page .hentry > h2,
  .tks-page .hentry > h3,
  .tks-page .sec-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: calc(1vw + 15px);
  }
  .tks-page .hentry p {
    font-size: 20px;
    line-height: 1.4;
  }
  .tks-page .section-typeform {
    padding: 0.1vw 0;
    background: #f3f3f3 url("../../img/cd-bg-service.png") repeat-x top left;
  }
  .tks-page .section-typeform .intro {
    font-size: 25px;
    font-weight: 500;
  }
  .tks-page .section-cases {
    background-color: #f6f6f6;
    padding: 5vw 0;
  }
  .tks-page .section-cases .case-item {
    padding: 0 1vw;
  }
  .tks-page .section-cases .case-item .case-link {
    display: inline-block;
    background-color: transparent;
    color: #212121;
  }
  .tks-page .section-cases .case-item .case-link:hover {
    background-color: white;
    -webkit-box-shadow: 7px 6px 51px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 7px 6px 51px 0px rgba(0, 0, 0, 0.28);
  }
  .tks-page .section-cases .case-item .c-text {
    padding: 0.5vw;
  }
  .tks-page .section-cases .case-item .c-title {
    font-weight: 500;
    padding: 0.4vw 0;
    text-transform: uppercase;
  }
  .tks-page .section-cases .case-item .c-p {
    font-size: 16px;
  }
  .tks-page .hentry,
  .tks-page .section-typeform .wrap {
    max-width: 900px;
    margin: 5vw auto 7vw auto;
  }
  .overflow {
    overflow: hidden;
  }
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow-y: auto;
    will-change: transform, opacity, transition;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .overlay.overlay-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
}


@media only screen and (max-width: 767px) {
  .md-only {
    display: block;
  }
  .lg-only {
    display: none;
  }
  .sidebar {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .sidebar > * {
    align-items: center;
  }
  .sidebar > * > h3, .sidebar > * .lb {
    margin-bottom: 5vw;
  }
  .tks-page .page-strip {
    padding: 16px 0;
  }
  .tks-page .hentry > h2,
  .tks-page .hentry > h3,
  .tks-page .sec-title {
    font-size: 32px;
    line-height: 1;
  }
  .tks-page .hentry,
  .tks-page .section-typeform .wrap {
    margin: 40px 20px;
  }
  .tks-page .case-item {
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
  }
  .error404 .opt-item p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .sidebar .banner > * {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .cookies-msg-box .bt-cookie {
    padding: 18px;
    font-size: 13px;
    width: auto;
  }
  .page-template-default .header .site-title::after,
  .error404 .header .site-title::after {
    display: none;
  }
  .home .header .site-title::after {
    display: block;
  }
  .error404 .main,
  .privacy-policy .main,
  .page-termos-de-uso {
    padding: 12vw 20px;
  }
  .error404 .main .pg-title,
  .privacy-policy .main .pg-title,
  .page-termos-de-uso .pg-title {
    font-size: 28px;
    font-weight: 700;
  }
  .error404 .options .opt-item {
    margin-bottom: 10px;
  }
  .col-social-bg .wrap-social .social-networks {
    margin-left: -.8vw;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 92.47916666190001vw;
  }
  .blog-top .wrap-row1 .container {
    width: 74.47916666190001vw;
  }
}

@media only screen and (min-width: 993px) {
  .error404 .opt-item {
    height: 186px;
  }
  .error404 .opt-item p {
    height: 62px;
    overflow: hidden;
  }
  .cookies-msg-box {
    max-width: 457px;
    top: auto;
    bottom: 16px;
    left: 16px;
    padding: 24px;
  }
}

@media only screen and (min-width: 1921px) {
  .main,
  .header,
  .footer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .lists-links .col-label {
    font-size: 22px;
    line-height: 1.2;
  }
  .footer .lists-links .wrap-list p {
    font-size: 16px;
    line-height: 1.4;
  }
  .footer .lists-links .wrap-list a {
    margin-top: 0;
    padding-bottom: 0;
  }
}


@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;

  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
  }
}




@font-face {
  font-family: "Euclid Flex";
  src: url("../../fonts/EuclidFlex-Regular.eot");

  src: url("../../fonts/EuclidFlex-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/EuclidFlex-Regular.woff2") format("woff2"), url("../../fonts/EuclidFlex-Regular.woff") format("woff"), url("../../fonts/EuclidFlex-Regular.ttf") format("truetype"), url("../../fonts/EuclidFlex-Regular.otf") format("opentype"), url("../../fonts/EuclidFlex-Regular.svg#Euclid Flex") format("svg");

  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("../../fonts/EuclidFlex-Medium.eot");
  src: url("../../fonts/EuclidFlex-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/EuclidFlex-Medium.woff2") format("woff2"), url("../../fonts/EuclidFlex-Medium.woff") format("woff"), url("../../fonts/EuclidFlex-Medium.ttf") format("truetype"), url("../../fonts/EuclidFlex-Medium.otf") format("opentype"), url("../../fonts/EuclidFlex-Medium.svg#Euclid Flex Medium") format("svg");
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("../../fonts/EuclidFlex-Light.otf") format("opentype");
  font-weight: 300;
  font-display: auto;
}


@font-face {
  font-family: "Arrow Crafter";
  src: url("../../fonts/Arrow_Crafter.eot");

  src: url("../../fonts/Arrow_Crafter.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arrow_Crafter.woff") format("woff"), url("../../fonts/Arrow_Crafter.ttf") format("truetype"), url("../../fonts/Arrow_Crafter.otf") format("opentype"), url("../../fonts/Arrow_Crafter.svg#ArrowCrafter-Regular") format("svg");

  font-display: auto;
  font-style: normal;
  font-weight: normal;
}


/*
** Bandeiras de idiomas
** ================================================== */
.dropdown-menu.sub-menu {
	line-height: normal;
	margin: 0;
	padding: 0;
}
.gt-current-wrapper.glink.nturl.notranslate {
	display: none;
}
.menu-item.menu-item-gtranslate.menu-item-has-children.notranslate {
	vertical-align: middle;
}
