@charset "UTF-8";
/* CSS Document */
/*!
  CSS Document
  Theme Name: HUB
  Theme URI: http://www.hub.etc.br
  Author: Superteia Solu├º├Áes para Internet
  Author URI: http://www.superteia.com.br/
  Description: Estiliza├º├úo Geral para o site HUB Intelig├¬ncia Estrat├®gica
  Tags: shelley macedo, frontend, responsivo, crossbrowser, sass, css

  Developer: Shelley Macedo (shelley.macedo@hotmail.com)
  Version: 2.0 -> 13 maio 2019 - geral/efeitos
               -> 21 maio 2019 - crossbrowser
               -> 24 maio 2019 - responsivo
!*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,300,400,600,700,800&subset=latin-ext");
/* Fonte Local Desabilitada
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.woff2') format('woff2'),
       url('../fonts/Poppins.woff') format('woff'),
       url('../fonts/Poppins.ttf') format('truetype'),
       url('../fonts/Poppins.svg#Poppins') format('svg'),
       url('../fonts/Poppins.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
} */
/* Importa├º├úo de Fontes */
/* Cores */
/* Imagens */
/* Fontes */
/* Mixins */
/* Defini├º├úo de Vari├íveis */
a {
  display: inline-block; }
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  outline-offset: 0; }
a img {
  border: none; }

.btn-inverte {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #F9F9F9;
  background: #FFFFFF;
  color: #003865;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.75rem;
  /* 12px */
  line-height: 26px;
  clear: both;
  display: inline-block;
  border: 0;
  border-radius: 50px;
  position: relative;
  min-width: 260px;
  margin-top: 1rem; }
.btn-inverte b {
  margin-right: 8px; }
.btn-inverte i {
  position: absolute;
  font-size: 1rem;
  /* 14px */
  line-height: 1.571rem;
  /* 22px */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #93EB60;
  margin-left: 8px; }
.btn-inverte:hover, .btn-inverte:focus {
  color: #727272;
  text-decoration: none;
  cursor: pointer;
  outline: 0; }
.btn-inverte:hover i, .btn-inverte:focus i {
  margin-left: 16px;
  color: #003865; }
.btn-inverte:active {
  box-shadow: none; }

.link-mais {
  color: #003865;
  font-size: 1.143rem;
  /* 16px */
  line-height: 1.5rem;
  /* 21px */
  font-weight: 700; }
.link-mais i {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  margin-left: 3px; }
.link-mais:hover, .link-mais:focus, .link-mais:active {
  color: #727272;
  text-decoration: none; }
.link-mais:hover i, .link-mais:focus i, .link-mais:active i {
  margin-left: 0.75rem;
  /* 12px */ }

.link-icone {
  line-height: 1.2;
  font-style: italic;
  font-weight: 600;
  color: #727272;
  border-bottom: 1px dashed #60E0EB;
  display: inline-flex; }
.link-icone i {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  filter: opacity(0);
  -webkit-filter: opacity(0);
  -moz-filter: opacity(0);
  -ms-filter: opacity(0);
  -o-filter: opacity(0);
  width: 0;
  margin-left: 0; }
.link-icone:hover, .link-icone:focus, .link-icone:active {
  border-bottom-color: #003865; }
.link-icone:hover i, .link-icone:focus i, .link-icone:active i {
  filter: opacity(1);
  -webkit-filter: opacity(1);
  -moz-filter: opacity(1);
  -ms-filter: opacity(1);
  -o-filter: opacity(1);
  width: auto;
  margin-left: 5px; }

.carousel-indicators {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.6px;
  line-height: 1.2;
  font-size: 1rem; }
.carousel-indicators li {
  vertical-align: text-bottom; }
.carousel-indicators li:before {
  display: none; }
.carousel-indicators li.active {
  font-size: 3.813rem;
  /* 61px */ }

.btn-enviar {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background: #003865;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.75rem;
  /* 12px */
  line-height: 28px;
  padding: 0.8125rem 2.75rem;
  /* 13px 44px */
  margin: 0;
  box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.25);
  clear: both;
  display: inline-block;
  border: 0;
  border-radius: 4px;
  position: relative;
  min-width: 260px;
  text-align: center; }
.btn-enviar i {
  position: absolute;
  font-size: 1.063rem;
  /* 17px */
  line-height: 1.688rem;
  /* 27px */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: 8px; }
.btn-enviar:hover, .btn-enviar:focus {
  color: #60E0EB;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.28);
  background: #003865; }
.btn-enviar:hover i, .btn-enviar:focus i {
  margin-left: 16px;
  color: #60E0EB; }
.btn-enviar:active {
  box-shadow: none; }

.btn-vermelho {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background: #FF3E00;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.75rem;
  /* 12px */
  line-height: 28px;
  padding: 0.8125rem 2.75rem;
  /* 13px 44px */
  margin: 0;
  box-shadow: 0 12px 10px -5px rgba(0, 0, 0, 0.25);
  clear: both;
  display: inline-block;
  border: 0;
  border-radius: 4px;
  position: relative;
  min-width: 260px;
  text-align: center;
  margin-top: 3.75rem;
  /* 60px */ }
.btn-vermelho i {
  position: absolute;
  font-size: 1.063rem;
  /* 17px */
  line-height: 1.688rem;
  /* 27px */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: 8px;
  color: #93EB60; }
.btn-vermelho:hover, .btn-vermelho:focus {
  color: #F9F9F9;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  box-shadow: 0 12px 10px -5px rgba(0, 0, 0, 0.38);
  background: #F44336; }
.btn-vermelho:hover i, .btn-vermelho:focus i {
  margin-left: 16px;
  color: #FFFFFF; }
.btn-vermelho:active {
  box-shadow: none; }

.btn-mensagem {
  margin: 48px auto;
  text-transform: initial;
  display: table; }

.btns-filter {
  width: 100%;
  text-align: center;
  margin-bottom: 6.25rem;
  /* 100px */ }

.filter {
  filter: opacity(0.23);
  -webkit-filter: opacity(0.23);
  -moz-filter: opacity(0.23);
  -ms-filter: opacity(0.23);
  -o-filter: opacity(0.23);
  background: #D8D8D8;
  border-radius: 4px;
  font-size: 0.625rem;
  /* 10px */
  line-height: 0.75rem;
  /* 12px */
  display: inline-block;
  color: #727272;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 5px auto; }
.filter.active {
  filter: opacity(0.46);
  -webkit-filter: opacity(0.46);
  -moz-filter: opacity(0.46);
  -ms-filter: opacity(0.46);
  -o-filter: opacity(0.46); }

.btn-depoimentos {
  float: right;
  font-size: 1.625rem;
  /* 26px */ }
.btn-depoimentos i {
  color: #D8D8D8;
  margin-left: 5px;
  display: inline-block; }
.btn-depoimentos.disable {
  opacity: 0.6; }

.btn-navegacao {
  position: absolute;
  right: 0;
  bottom: calc(-100% - 30px); }

.toTop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  background: #003865;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 12px; }
.toTop:hover, .toTop:focus, .toTop:active {
  background: #002949;
  color: #93EB60; }

/* Estiliza├º├úo de Itens Clic├íveis */
*, *:after, *:before {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow: hidden;
  overflow-y: auto;
  position: static;
  display: block; }

html, body {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  font-family: "aktiv-grotesk", sans-serif;
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden; }

body {
  position: inherit;
  height: auto;
  display: block; }

section {
  padding: 6.875rem 0;
  /* 110px */ }

.container {
  position: relative; }

img {
  max-width: 100%;
  max-height: 100%; }

object {
  display: none; }

/* =========================== Conte├║do */
h1 {
  font-family: "Poppins", sans-serif;
  color: #003865;
  font-weight: bold; }
h1 b {
  font-weight: bold;
  color: #60E0EB; }
h1 i {
  color: #60E0EB;
  margin-right: 5px; }

h2 {
  font-family: "Poppins", sans-serif;
  color: #003865;
  font-weight: bold; }
h2 b {
  font-weight: bold;
  color: #60E0EB; }
h2 i {
  color: #60E0EB;
  margin-right: 5px; }

h3 {
  font-family: "Poppins", sans-serif;
  color: #003865;
  font-weight: bold; }
h3 b {
  font-weight: bold;
  color: #60E0EB; }
h3 i {
  color: #60E0EB;
  margin-right: 5px; }

h4 {
  font-family: "Poppins", sans-serif;
  color: #003865;
  font-weight: bold; }
h4 b {
  font-weight: bold;
  color: #60E0EB; }
h4 i {
  color: #60E0EB;
  margin-right: 5px; }

h5 {
  font-family: "Poppins", sans-serif;
  color: #003865;
  font-weight: bold; }
h5 b {
  font-weight: bold;
  color: #60E0EB; }
h5 i {
  color: #60E0EB;
  margin-right: 5px; }

h6 {
  font-family: "Poppins", sans-serif;
  color: #003865;
  font-weight: bold; }
h6 b {
  font-weight: bold;
  color: #60E0EB; }
h6 i {
  color: #60E0EB;
  margin-right: 5px; }

h1 {
  font-size: 2.25rem;
  /* 36px */
  line-height: 2.75rem;
  /* 44px */
  letter-spacing: -0.28px;
  margin-bottom: 3.125rem;
  /* 50px */ }

h2 {
  font-size: 2.25rem;
  /* 36px */
  line-height: 2.75rem;
  /* 44px */ }

h3 {
  font-size: 1.438rem;
  /* 23px */
  line-height: 1.813rem;
  /* 29px */
  color: #FFFFFF;
  letter-spacing: -0.5px; }

h4 {
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.438rem;
  /* 23px */
  color: #60E0EB;
  letter-spacing: 0.5px;
  font-weight: 400; }

h5 {
  font-size: 1.875rem;
  /* 30px */
  line-height: 2.5rem;
  /* 40px */
  margin-bottom: 3.438rem;
  /* 55px */ }

h6 {
  font-size: 1rem;
  /* 16px */
  line-height: 1.5rem;
  /* 24px */
  color: #003865; }

p {
  font-size: 1rem;
  /* 16px */
  line-height: 28px;
  /* 25px */
  color: #727272;
  font-family: "aktiv-grotesk", sans-serif;
  padding-right: 1rem; }

/* =========================== Topo */
header {
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -ms-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  position: fixed;
  background: transparent;
  display: inline-block;
  width: 100%;
  height: 150px;
  min-height: 98px;
  top: 0;
  z-index: 10; }
header .container {
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition-delay: 0.8s; }

.overflow header .container, .contato header .container {
  max-width: 95.75%; }

.logo {
  background-color: transparent;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.48s ease-in-out;
  -webkit-transition: all 0.48s ease-in-out;
  -moz-transition: all 0.48s ease-in-out;
  -ms-transition: all 0.48s ease-in-out;
  -o-transition: all 0.48s ease-in-out;
  width: 96px;
  height: 136px;
  margin-top: 45px;
  margin-left: 35px;
  float: left;
  font-size: 0;
  color: transparent; }

/* =========================== Componentes */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  border: none;
  background-color: #F9F9F9;
  display: inline-block;
  clear: both;
  margin: 3rem auto;
  width: 100%; }

.alert {
  width: 100%; }
.alert strong {
  display: block; }

iframe {
  border: 0;
  width: 100%;
  height: 600px; }

/* Placeholder */
::-webkit-input-placeholder {
  color: #ADADAD;
  font-size: 1rem; }

:-moz-placeholder {
  color: #ADADAD;
  font-size: 1rem; }

::-moz-placeholder {
  color: #ADADAD;
  font-size: 1rem; }

:-ms-input-placeholder {
  color: #ADADAD;
  font-size: 1rem; }

/* Selection */
::-moz-selection {
  color: #FFFFFF;
  background: #003865; }

::selection {
  color: #FFFFFF;
  background: #003865; }

/* =========================== Menu */
/* MENU */
.navigation-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 8; }
.navigation-menu * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
.navigation-menu .nav-bg-overlay {
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #121212;
  transition-delay: 0.4s; }
.navigation-menu .nav-bg-azul {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #003865;
  transition-delay: 0.8s;
  min-height: 100vh; }
.navigation-menu .nav-bg-azul::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: block; }
.navigation-menu .inner {
  position: relative;
  z-index: 2;
  padding: 0 40px; }
.navigation-menu .inner address {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  float: left;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.875rem;
  /* 30px */
  letter-spacing: -0.39px;
  transform: translateX(-200%);
  margin: 0;
  height: auto;
  min-height: 170px;
  position: relative;
  width: auto; }
.navigation-menu .inner address span {
  font-family: "aktiv-grotesk", sans-serif;
  display: block;
  font-size: 4.268943436499466vh;
  /* 40px */
  line-height: 12.16648879402348vh;
  /* 114px */
  letter-spacing: -0.39px;
  font-weight: 800; }
.navigation-menu .inner ul {
  width: 50%;
  float: right;
  margin: 0;
  padding: 0; }
.navigation-menu .inner ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
.navigation-menu .inner ul li:hover ul {
  max-height: 500px;
  transition: max-height 0.45s ease-in; }
.navigation-menu .inner ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  float: right;
  font-size: 8.537886872998932vh;
  /* 80px */
  line-height: 12.16648879402348vh;
  /* 114px */
  letter-spacing: -0.39px;
  color: #FFFFFF;
  font-weight: 800;
  transform: translateY(200%);
  position: relative; }
.navigation-menu .inner ul li a:hover {
  text-decoration: none; }
.navigation-menu .inner ul li a:hover:before {
  width: 100%; }
.navigation-menu .inner ul li a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  width: 0;
  height: 10px;
  background: #60E0EB;
  position: absolute;
  left: 0;
  bottom: 17px;
  z-index: -1; }
.navigation-menu .inner ul li ul {
  max-height: 0;
  width: 100%;
  transition: max-height 0.25s ease-out; }
.navigation-menu .inner ul li ul li {
  display: block; }
.navigation-menu .inner ul li ul li a {
  font-size: 26px;
  line-height: 44px; }
.navigation-menu .inner ul li ul li a:before {
  height: 4px;
  bottom: 8px; }
.navigation-menu .inner .telefone {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  float: left;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.875rem;
  /* 20px */
  line-height: 1.875rem;
  /* 30px */
  letter-spacing: -0.59px;
  transform: translateX(-300%);
  margin: 0;
  height: auto;
  min-height: 70px;
  position: fixed;
  top: 92%;
  margin-bottom: 0;
  width: auto; }
.navigation-menu.open {
  top: 0; }
.navigation-menu.open .nav-bg-overlay {
  width: 100%; }
.navigation-menu.open .nav-bg-azul {
  width: 100%; }
.navigation-menu.open address {
  transition-delay: 1s;
  transform: translateY(0); }
.navigation-menu.open ul li {
  margin: 0; }
.navigation-menu.open ul li:nth-child(1) a {
  transition-delay: 0.80s; }
.navigation-menu.open ul li:nth-child(2) a {
  transition-delay: 0.85s; }
.navigation-menu.open ul li:nth-child(3) a {
  transition-delay: 0.90s; }
.navigation-menu.open ul li:nth-child(4) a {
  transition-delay: 0.95s; }
.navigation-menu.open ul li:nth-child(5) a {
  transition-delay: 1s; }
.navigation-menu.open ul li a {
  transform: translateY(0); }
.navigation-menu.open .telefone {
  transition-delay: 1.2s;
  transform: translateX(4%); }

/* TRANSITION OVERLAY */
.transition-overlay {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 10; }
.transition-overlay * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
.transition-overlay .layer {
  width: 10px;
  height: 100%;
  float: left;
  background: #000000;
  transition-delay: 0.4s; }
.transition-overlay.active {
  top: 0; }
.transition-overlay.active .layer {
  width: 100%; }

/* SANDWICH BUTTON */
.sandwich-btn {
  width: 22px;
  height: 22px;
  float: left;
  position: relative;
  cursor: pointer; }
.sandwich-btn span {
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  display: block;
  height: 2px;
  width: 24px;
  background: #FFFFFF;
  opacity: 1;
  position: absolute;
  right: 0; }
.sandwich-btn span:nth-child(1) {
  top: 0; }
.sandwich-btn span:nth-child(2) {
  top: 8px; }
.sandwich-btn span:nth-child(3) {
  top: 16px; }

/* NAVBAR */
.nav-principal {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transform: translateY(0);
  transition-delay: 0.8s; }
.nav-principal .sandwich-nav {
  margin-right: 0;
  cursor: pointer;
  padding-top: 1rem; }
.nav-principal .sandwich-nav .sandwich-text {
  text-align: right;
  float: left;
  height: 46px;
  overflow: hidden;
  display: none;
  width: 0; }
.nav-principal .sandwich-nav .sandwich-text.move-up b {
  transform: translateY(-50%);
  line-height: 43px; }
.nav-principal .sandwich-nav .sandwich-text b {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  float: left;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 46px; }
.nav-principal .sandwich-nav .sandwich-text li {
  display: inline-block;
  float: left;
  margin-left: 2.143rem;
  /* 30px */ }
.nav-principal .sandwich-nav .sandwich-text a {
  color: #FFFFFF;
  letter-spacing: -0.16px;
  font-weight: 800; }
.nav-principal .sandwich-nav .sandwich-text a:hover, .nav-principal .sandwich-nav .sandwich-text a:focus, .nav-principal .sandwich-nav .sandwich-text a:active {
  color: #60E0EB;
  text-decoration: none; }
.nav-principal .sandwich-nav .sandwich-btn {
  float: left;
  margin-left: 2.143rem;
  /* 30px */
  margin-top: -8px; }
.nav-principal.open .sandwich-nav .sandwich-text {
  display: inline-block;
  width: auto; }
.nav-principal.open .sandwich-nav .sandwich-btn {
  margin-top: 8px; }
.nav-principal.open .sandwich-nav .sandwich-btn span {
  background: #60E0EB; }
.nav-principal.open .sandwich-nav .sandwich-btn span:nth-child(1) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  top: 4px; }
.nav-principal.open .sandwich-nav .sandwich-btn span:nth-child(2) {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  top: 4px; }
.nav-principal.open .sandwich-nav .sandwich-btn span:nth-child(3) {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  top: 4px; }
.nav-principal .redes-sociais {
  display: none;
  float: left;
  position: absolute;
  left: 70px; }
.nav-principal .redes-sociais li {
  font-size: 1.188rem;
  line-height: 1.188rem; }
.nav-principal .redes-sociais li a i {
  color: #FFFFFF; }

.encolhe {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  min-height: 60px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0 1px 0 #F9F9F9; }
.encolhe .logo {
  background-color: transparent;
  background-image: url(../images/icones/selo_negativo.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin: 0; }
.encolhe .nav-principal {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  min-height: 60px; }
.encolhe .sandwich-nav .sandwich-text a {
  color: #003865; }
.encolhe .sandwich-btn span {
  background: #003865; }

/* =========================== Rodap├® */
footer {
  position: relative;
  padding: 0;
  background: transparent;
  text-align: left;
  color: #1F2632;
  background: #F9F9F9; }
footer h6 {
  color: #1F2632;
  font-family: "Poppins", sans-serif;
  font-size: 1.063rem;
  /* 17px */
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.625rem;
  /* 26px */ }
footer p {
  color: #003865;
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.25rem;
  /* 20px */
  font-weight: 600;
  font-family: "aktiv-grotesk", sans-serif;
  width: 90%; }
footer a {
  color: #727272;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  /* 12px */
  line-height: 28px; }
footer a:hover, footer a:focus {
  text-decoration: none;
  color: #003865; }
footer .logo {
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 100px;
  background-color: transparent;
  background-image: url(../images/logo_negativo.png);
  background-size: initial;
  background-position: 50% 0;
  background-repeat: no-repeat; }

.faixa {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.125rem;
  /* 18px */
  color: #727272;
  padding: 1rem 0 0;
  margin: 0; }
.faixa a {
  color: #1F2632; }
.faixa a:hover, .faixa a:focus {
  color: #003865;
  text-decoration: underline; }
.faixa .redes-sociais {
  float: right;
  margin-left: 3.375rem;
  /* 34px */ }
.faixa .redes-sociais li {
  width: 20px;
  height: 20px;
  background: #1F2632;
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px; }
.faixa .redes-sociais li a {
  width: 20px;
  text-align: center; }
.faixa .redes-sociais li a i {
  color: #F9F9F9;
  font-size: 0.625rem;
  /* 10px */ }
.faixa .redes-sociais li:hover, .faixa .redes-sociais li:focus {
  background: #003865; }
.faixa .redes-sociais li:hover a i, .faixa .redes-sociais li:focus a i {
  color: #FFFFFF; }

.copy {
  margin-top: 5px;
  display: inline-block; }

.links-faixa {
  float: right;
  display: inline; }
.links-faixa li {
  display: inline-block; }
.links-faixa li::after {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  margin: 0 5px 0 10px;
  background: #1F2632;
  vertical-align: sub; }
.links-faixa li:last-child::after {
  display: none; }

/* =========================== Media Query Fixo */
@media (min-width: 1201px) {
  .container {
    max-width: 1410px; } }
/* Estiliza├º├úo de Itens B├ísicos do Site */
/* Carrossel */
.owl-carousel {
  width: 100%;
  display: inline-block; }
.owl-carousel .item {
  text-align: center; }
.owl-carousel .item img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: auto;
  height: 590px;
  max-width: 100%; }
.owl-carousel .item:hover img, .owl-carousel .item:focus img {
  filter: grayscale(40%) opacity(0.85);
  -webkit-filter: grayscale(40%) opacity(0.85);
  -moz-filter: grayscale(40%) opacity(0.85);
  -ms-filter: grayscale(40%) opacity(0.85);
  -o-filter: grayscale(40%) opacity(0.85); }

/* Form */
.form {
  width: 100%; }
.form .form-group label {
  font-family: "aktiv-grotesk", sans-serif;
  color: #727272;
  font-size: 0.750rem;
  /* 12px */
  line-height: 1rem;
  /* 16px */ }
.form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #727272;
  padding: 1rem;
  margin: 2rem 0;
  box-shadow: none;
  color: #003865; }
.form .form-control:focus {
  outline: 0;
  border-color: #003865; }
.form textarea {
  border: 2px solid #727272;
  overflow: hidden;
  overflow-y: auto; }
.form textarea::-webkit-scrollbar-track {
  background-color: #FFFFFF; }
.form textarea::-webkit-scrollbar {
  width: 6px;
  background-color: #003865; }
.form textarea::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #003865; }

.form-control {
  border-radius: 0; }
.form-control:focus {
  outline: none;
  box-shadow: none;
  color: #003865; }

.select {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0;
  background-color: #FFFFFF;
  background-clip: padding-box; }
.select select {
  -webkit-appearance: none;
  background: transparent;
  border-radius: 0;
  z-index: 2; }
.select select:focus {
  background: transparent; }
.select:focus {
  background: #FFFFFF;
  color: #727272;
  background-color: #FFFFFF;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.select i {
  position: absolute;
  right: 5px; }

.form-news .campo {
  position: relative; }
.form-news .campo:after, .form-news .campo:before {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ADADAD;
  bottom: 0;
  left: 0; }
.form-news .campo::after {
  background-color: #60E0EB;
  transform: scaleX(0); }
.form-news .form-control {
  font-family: "Poppins", sans-serif;
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.125rem;
  /* 18px */
  letter-spacing: 1.49px;
  color: #003865;
  clear: both;
  display: block; }
.form-news .is-active::after {
  transform: scaleX(1); }
.form-news .is-active label {
  color: #ADADAD; }
.form-news .is-completed label {
  font-size: 0.75rem;
  /* 12px */
  transform: translateY(0); }
.form-news label {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.125rem;
  /* 18px */
  margin: 0;
  color: #ADADAD;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 300;
  letter-spacing: 1.49px; }

.form-group .help-block {
  display: none; }

/* Imagens */
.img-round {
  background-color: transparent;
  background-image: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  display: table;
  border-radius: 100%;
  margin: auto; }

.figura-destaque {
  height: 78%;
  width: 90%;
  min-height: 590px;
  background-color: #F9F9F9;
  background-image: "";
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  float: right;
  margin: 5.5rem 0; }
.figura-destaque figcaption {
  position: absolute;
  bottom: 0;
  background: url(#000000, 0.8);
  color: #FFFFFF;
  font-style: normal;
  font-size: 1.714rem;
  /* 24px*/
  line-height: 2.286rem;
  /* 32px */
  font-weight: 700;
  padding: 10px 20px;
  width: 100%;
  text-align: left; }

/* Banners */
.banner-principal, .banner-secundaria {
  height: 100vh;
  position: relative; }
.banner-principal .carousel-inner, .banner-secundaria .carousel-inner {
  height: 100%; }
.banner-principal .titulo, .banner-secundaria .titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 3.125rem;
  /* 50px */
  line-height: 3.375rem;
  /* 54px */
  letter-spacing: -0.49px; }
.banner-principal p, .banner-secundaria p {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 1rem; }
.banner-principal .carousel-indicators, .banner-secundaria .carousel-indicators {
  z-index: 3;
  display: table;
  margin: 0;
  width: 5.875rem;
  /* 94px */
  height: 3.75rem;
  /* 60px */
  float: left;
  background: transparent;
  position: absolute;
  left: 0;
  top: 50px; }
.banner-principal .carousel-indicators li, .banner-secundaria .carousel-indicators li {
  width: 0;
  height: 0; }
.banner-principal .carousel-indicators li.active, .banner-secundaria .carousel-indicators li.active {
  text-indent: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  background: transparent; }
.banner-principal .carousel-controles, .banner-secundaria .carousel-controles {
  position: relative;
  width: 20%;
  height: 130px;
  overflow: hidden;
  float: right;
  bottom: 80px;
  position: absolute;
  right: 12.5%;
  z-index: 2; }
.banner-principal .carousel-controles .carousel-control-prev, .banner-principal .carousel-controles .carousel-control-next, .banner-secundaria .carousel-controles .carousel-control-prev, .banner-secundaria .carousel-controles .carousel-control-next {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent no-repeat center center;
  opacity: 1; }
.banner-principal .carousel-controles .carousel-control-prev span, .banner-principal .carousel-controles .carousel-control-next span, .banner-secundaria .carousel-controles .carousel-control-prev span, .banner-secundaria .carousel-controles .carousel-control-next span {
  width: 25px;
  height: 25px;
  border: 1px solid #FFFFFF;
  background-size: 12px; }
.banner-principal .carousel-controles .carousel-control-next, .banner-secundaria .carousel-controles .carousel-control-next {
  left: 24px; }
.banner-principal .redes-sociais, .banner-secundaria .redes-sociais {
  float: right;
  margin: 3.75rem 0 0;
  /* 60px 0 0 */ }
.banner-principal .redes-sociais li a i, .banner-secundaria .redes-sociais li a i {
  color: #FFFFFF; }
.banner-principal .redes-sociais li:hover a i, .banner-principal .redes-sociais li:focus a i, .banner-secundaria .redes-sociais li:hover a i, .banner-secundaria .redes-sociais li:focus a i {
  color: #60E0EB; }
.banner-principal .num-banner, .banner-secundaria .num-banner {
  position: absolute;
  bottom: 0;
  right: 0; }
.banner-principal .active, .banner-secundaria .active {
  min-height: 100%;
  opacity: 1; }
.banner-principal .mascara, .banner-secundaria .mascara {
  z-index: 1; }
.banner-principal .carousel-item:not(.active), .banner-secundaria .carousel-item:not(.active) {
  transition-property: opacity;
  opacity: 0; }

.banner-meio {
  height: 480px;
  margin: 20rem 0 0;
  /* 320px */ }

.banner-principal .carousel-caption {
  right: calc(35% + 30px);
  text-align: left;
  bottom: calc(50% - 177.5px); }

.banner-secundaria .carousel-caption {
  bottom: 35%;
  width: 55%;
  margin: auto; }

.descricao-parallax {
  text-align: center;
  top: 0;
  position: absolute; }
.descricao-parallax h2 {
  color: #FFFFFF;
  margin-bottom: 0; }

.banner-destaque {
  position: relative; }
.banner-destaque .mascara {
  position: absolute;
  background: rgba(255, 255, 255, 0.22);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.22) 0%, rgba(0, 0, 0, 0.22) 100%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.22) 0%, rgba(0, 0, 0, 0.22) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.22) 0%, rgba(0, 0, 0, 0.22) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=''$cor1'', endColorstr='$cor2',GradientType=1 );
  z-index: 0; }

/* Breadcumbs */
.breadcumbs {
  margin-top: 150px;
  background: #003865;
  padding: 15px 0; }
.breadcumbs ul {
  display: inline; }
.breadcumbs ul li {
  display: inline-block;
  font-size: 1.143rem;
  /* 16px */
  line-height: 1.786rem;
  /* 25px */ }
.breadcumbs ul li a {
  color: #727272; }
.breadcumbs ul li:after {
  content: "/";
  display: inline-block;
  color: #727272;
  margin: 0 5px;
  vertical-align: middle; }
.breadcumbs ul li:last-child a {
  color: #003865; }
.breadcumbs ul li:last-child:after {
  content: ""; }
.breadcumbs.transparente {
  background: transparent; }

/* Redes Sociais */
.redes-sociais {
  margin-bottom: 0;
  display: table; }
.redes-sociais li {
  font-size: 1.429rem;
  /* 20px */
  line-height: 1.429rem;
  /* 20px */
  text-align: center;
  display: inline-block;
  margin-left: 1.286rem;
  /* 18px */ }
.redes-sociais li a {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  color: #1F2632; }
.redes-sociais li a:hover, .redes-sociais li a:focus {
  color: #003865; }
.redes-sociais li:first-child {
  margin-left: 0; }

.servicos .item {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  background-color: #F9F9F9;
  background-image: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  height: 100%;
  width: 100%;
  min-height: 410px;
  position: relative; }
.servicos .item a {
  position: absolute;
  bottom: 42px;
  width: 70%;
  text-align: left;
  left: 54px;
  z-index: 2; }
.servicos .item:hover, .servicos .item:focus, .servicos .item:active {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%); }

.depoimentos {
  border-radius: 0;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  height: 93.7%; }
.depoimentos::before {
  content: "";
  background-color: #003865;
  color: #FFFFFF;
  width: 200%;
  height: calc(100% + 100px);
  position: absolute;
  z-index: 0; }
.depoimentos span {
  margin-bottom: 0;
  padding: 8.875rem;
  /* 140px */
  position: relative;
  z-index: 1;
  text-align: center; }
.depoimentos p {
  top: 40%;
  color: #FFFFFF;
  padding: 0;
  padding-left: 2.5rem;
  /* 40px */
  position: relative;
  z-index: 1;
  font-size: 2.375rem;
  /* 22px */
  line-height: 2.75rem;
  /* 28px */
  font-style: italic;
  font-weight: bold; }
.depoimentos p b {
  font-weight: 600;
  color: #60E0EB; }

.depoimento {
  background-color: transparent;
  background-image: "";
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 790px;
  padding: 0; }
.depoimento .dados-depoimentos {
  height: auto;
  width: 100%;
  min-height: 800px;
  background: url(../images/internas/bg_azul.png);
  color: #FFFFFF;
  padding: 70px 170px 70px 70px;
  display: flex;
  align-items: center; }
.depoimento .dados-depoimentos cite {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.875rem;
  /* 30px */
  font-style: normal;
  font-weight: 600; }
.depoimento .dados-depoimentos cite b {
  color: #60E0EB;
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  clear: both;
  margin-top: 2.625rem;
  /* 40px */ }
.depoimento .dados-depoimentos cite:before {
  content: "\0022";
  display: block;
  font-size: 12rem;
  /* 192px */
  line-height: 1;
  max-height: 5rem;
  margin-left: -8px; }
.depoimento .dados-depoimentos cite i {
  color: #D8D8D8;
  margin-right: 5px;
  width: 100%; }
.depoimento .descricao-depoimentos {
  padding-right: 1.25rem;
  /* 20px */ }
.depoimento .descricao-depoimentos h2 {
  margin-bottom: 20px; }
.depoimento .descricao-depoimentos p {
  font-family: "Poppins", sans-serif;
  width: calc(100% + 20px); }
.depoimento.inverte {
  background-position: center right; }

.oq-falam {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-height: 890px;
  height: 100%; }
.oq-falam h2 {
  font-size: 1.875rem;
  /* 30px */
  line-height: 2.188rem;
  /* 35px */ }
.oq-falam .titulo-centralizado {
  margin-bottom: 5.625rem;
  /* 90px */ }
.oq-falam .owl-depoimentos {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 74%;
  margin: auto;
  color: #003865; }
.oq-falam .owl-depoimentos .owl-nav {
  clear: both;
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
  color: #93EB60; }
.oq-falam .owl-depoimentos .owl-nav button {
  min-width: 50px;
  min-height: 50px;
  text-align: center; }

.bloco-depoimento {
  width: 450px;
  display: table;
  margin: auto;
  position: relative;
  padding: 10px; }
.bloco-depoimento .conteudo {
  border: 1px solid #E2F0F1;
  background: #FFFFFF;
  box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.07);
  display: table;
  padding: 2rem;
  padding: 3.75rem 1.875rem 2.5rem;
  /* 60px 30px 40px */ }
.bloco-depoimento .conteudo p {
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1.438rem;
  /* 23px */
  text-align: left; }
.bloco-depoimento .conteudo p::before {
  background-color: transparent;
  background-image: url(../images/icones/quote-left-solid.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  color: #003865;
  width: 14px;
  height: 14px;
  margin-bottom: 10px; }
.bloco-depoimento:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 21px;
  width: 311px;
  background-color: #E2F0F1;
  top: 0;
  left: -12px; }
.bloco-depoimento:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 14px;
  width: 157px;
  background-color: #E2F0F1;
  bottom: 84px;
  right: 2px; }
.bloco-depoimento h6 {
  font-family: "aktiv-grotesk", sans-serif;
  color: #727272;
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1rem;
  float: left;
  text-align: left;
  margin-left: 1rem;
  padding: 20px 10px;
  position: relative;
  letter-spacing: -0.1px; }
.bloco-depoimento h6 small {
  clear: both;
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1rem; }
.bloco-depoimento h6:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #FFFFFF; }

.quem-faz {
  background-color: transparent;
  background-image: "";
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 1070px;
  padding: 0;
  margin: 0; }
.quem-faz .bloco-diretor {
  height: auto;
  width: 100%;
  min-height: 1070px;
  background: #F9F9F9;
  color: #727272;
  padding: 170px 130px 170px 30px; }
.quem-faz .bloco-diretor h2 {
  float: left;
  color: #003865;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  /* 30px */
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.23px;
  padding-top: 1rem; }
.quem-faz .bloco-diretor h2 b {
  color: #003865;
  font-family: "Poppins", sans-serif; }
.quem-faz .bloco-diretor h2:before {
  content: "";
  display: block;
  width: 180px;
  height: 6px;
  background-color: #93EB60;
  position: absolute;
  left: -90px;
  top: 0; }
.quem-faz.inverte {
  background-position: right center; }
.quem-faz.inverte .bloco-diretor {
  flex-direction: row-reverse;
  text-align: right;
  padding: 170px 30px 170px 90px; }
.quem-faz.inverte .bloco-diretor h2 {
  width: 50%;
  float: right; }
.quem-faz.inverte .bloco-diretor h2:before {
  left: initial;
  right: -90px; }

.inverte .figura-destaque {
  float: left; }

.lista-servicos {
  margin-bottom: 2rem;
  /* 32px */
  display: block;
  clear: both;
  break-inside: avoid-page; }
.lista-servicos h6 {
  font-family: "aktiv-grotesk", sans-serif;
  margin-top: 0;
  margin-bottom: 1.25rem; }
.lista-servicos p {
  padding-left: 1.5rem;
  /* 24px */
  width: 92%; }

.lista-estilizada {
  font-family: "aktiv-grotesk", sans-serif;
  color: #727272;
  margin-top: 2.75rem;
  /* 44px */ }
.lista-estilizada li {
  margin-bottom: 18px; }
.lista-estilizada li:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: initial;
  background-color: transparent;
  border: 2px solid #60E0EB;
  border-radius: 50px; }
.lista-estilizada b {
  margin-bottom: 1.875rem;
  /* 30px */
  display: block; }
.lista-estilizada span {
  width: 100%;
  display: block; }

.parceiros {
  display: block;
  width: 80%;
  margin: auto; }
.parceiros li {
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }
.parceiros li:nth-of-type(3), .parceiros li:nth-of-type(6), .parceiros li:nth-of-type(9), .parceiros li:nth-of-type(12) {
  border-right: 0; }
.parceiros li:nth-of-type(10), .parceiros li:nth-of-type(11), .parceiros li:nth-of-type(12) {
  border-bottom: 0; }
.parceiros li a {
  background-color: transparent;
  background-image: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  filter: grayscale(0%) opacity(1);
  -webkit-filter: grayscale(0%) opacity(1);
  -moz-filter: grayscale(0%) opacity(1);
  -ms-filter: grayscale(0%) opacity(1);
  -o-filter: grayscale(0%) opacity(1);
  width: 100%;
  max-width: 120px;
  height: 50px;
  font-size: 0; }
.parceiros li a:hover, .parceiros li a:focus, .parceiros li a:active {
  filter: grayscale(100%) opacity(0.6);
  -webkit-filter: grayscale(100%) opacity(0.6);
  -moz-filter: grayscale(100%) opacity(0.6);
  -ms-filter: grayscale(100%) opacity(0.6);
  -o-filter: grayscale(100%) opacity(0.6); }

.newsletter h2 {
  line-height: 1;
  letter-spacing: -0.59px;
  margin: 0;
  font-weight: 800; }
.newsletter h4 {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.125rem;
  /* 18px */
  letter-spacing: 1.49px;
  margin: 5px 0 0; }

.subpagina section h3 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 2.625rem;
  /* 42px */
  line-height: 2.875rem;
  /* 48px */
  color: #727272;
  font-weight: normal; }
.subpagina section h3 b {
  color: #727272;
  font-weight: bold; }
.subpagina section p {
  font-size: 1.375rem;
  /* 22px */
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 2.5rem;
  width: calc(100% + 30px); }
.subpagina .banner-meio {
  margin: 0; }

.miolo h1 {
  font-size: 3rem;
  /* 48px */
  line-height: 3.625rem;
  /* 58px */ }
.miolo h3 {
  margin-bottom: 6.75rem;
  /* 100px */ }

.banner-destaque {
  height: 970px; }
.banner-destaque .dados-destaque h4 {
  font-size: 3rem;
  /* 48px */
  line-height: 3.625rem;
  /* 58px */
  color: #FFFFFF;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  border-left: 5px solid #93EB60;
  padding: 40px 0 40px 40px; }

.dados-destaque p {
  width: calc(100% + 30px); }

.imagem-trio {
  text-align: right;
  position: relative;
  width: calc(100% - 160px);
  height: 100%;
  float: right; }
.imagem-trio .img:nth-of-type(1) {
  background-color: #F9F9F9;
  background-image: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 312px;
  height: 328px; }
.imagem-trio .img:nth-of-type(2) {
  background-color: #F9F9F9;
  background-image: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 2;
  width: 243px;
  height: 256px; }
.imagem-trio .img:nth-of-type(3) {
  background-color: #F9F9F9;
  background-image: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 65%;
  z-index: 3;
  width: 182px;
  height: 191px; }

.contato {
  background: #002949; }

.conteudo-contato {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  max-width: 1410px;
  padding: 0;
  margin: auto; }
.conteudo-contato .ajusta {
  border-right: 2px solid #93EB60;
  padding: 2.5rem 5rem;
  margin: 2rem; }
.conteudo-contato .campo {
  margin: 0; }
.conteudo-contato h2 {
  font-size: 2.25rem;
  /* 36px */
  line-height: 2.75rem;
  /* 44px */
  letter-spacing: -0.28px;
  color: #FFFFFF;
  width: 70%;
  margin: auto; }
.conteudo-contato h4 {
  font-weight: 800; }
.conteudo-contato label {
  font-size: 0.9375rem;
  line-height: 1.438rem;
  color: #60E0EB;
  letter-spacing: -0.12px;
  font-weight: 800; }
.conteudo-contato .form-control {
  background-color: #003865;
  height: calc(2.25rem + 24px);
  border-radius: 40px;
  padding: .375rem 1.188rem;
  margin: 10px 0;
  border: 1.5px solid #003865;
  color: #F9F9F9;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 1.3px;
  position: relative; }
.conteudo-contato .form-control.valid {
  border-color: #93EB60;
  color: #60E0EB; }
.conteudo-contato .form-control.error {
  background-color: #003865;
  background-image: url(../images/icones/error.svg);
  background-size: 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  border-color: #FF3E00;
  color: #FF3E00;
  position: relative; }
.conteudo-contato .form-control.textarea {
  overflow-y: auto;
  height: 130px;
  padding: 14px 34px;
  color: #60E0EB;
  border-radius: 29px; }
.conteudo-contato .form-control.textarea::-webkit-scrollbar-track {
  background-color: #003865; }
.conteudo-contato .form-control.textarea::-webkit-scrollbar {
  width: 4px;
  background-color: #93EB60; }
.conteudo-contato .form-control.textarea::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #93EB60; }
.conteudo-contato p {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 28px; }
.conteudo-contato .btn-inverte {
  text-transform: inherit;
  border-radius: 5px;
  padding: 1rem;
  margin: auto;
  display: block;
  margin-top: 3.125rem;
  /* 50px */ }
.conteudo-contato .separador {
  margin: 4.375rem 0;
  /* 70px */ }

.help-block {
  color: #FF3E00;
  letter-spacing: 1px;
  padding-left: 1rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: small; }

.item {
  position: relative; }
.item .mascara {
  position: absolute;
  background: rgba(0, 0, 0, 0.76);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=''$cor1'', endColorstr='$cor2',GradientType=1 );
  z-index: 0; }

.m-titulo {
  margin-bottom: 3.125rem;
  /* 50px */ }

/* Conte├║do Interno */
/* Parallax */
.parallax {
  background-color: #F9F9F9;
  background-image: url(../images/banners/banner_principal.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: repeat-y;
  min-height: auto;
  background-attachment: fixed;
  position: relative; }

.parallax-meio {
  background-color: #F9F9F9;
  background-image: url(../images/banners/banner_secundaria.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: repeat-y;
  min-height: auto;
  background-attachment: fixed;
  position: relative; }

.parallax-individual {
  background-attachment: fixed;
  position: relative; }

/* Tools */
.v-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.texto-col2 {
  column-count: 2;
  column-gap: 20px;
  break-inside: avoid; }

.hidden {
  display: none !important; }

.overflow {
  overflow: hidden; }

.no-padding {
  padding: 0; }

.indexcity {
  z-index: 99; }

.relative {
  position: relative; }

.titulo {
  max-width: 60%; }

.upper {
  text-transform: uppercase; }

.vcenter-full {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row; }

.vcenter-row {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.grayscale {
  background: url(http://www.polyrootstattoo.com/images/Artists/Buda/40.jpg);
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }

.verde {
  background: #60E0EB !important; }

.cinza-bg {
  background: #F9F9F9 !important; }

.separador {
  color: #D8D8D8;
  clear: both;
  display: block;
  margin-bottom: 1rem;
  line-height: 1; }
.separador i {
  color: #D8D8D8;
  font-size: .375rem;
  /* 6px */
  margin-right: 2px;
  line-height: 1; }

.titulo-centralizado {
  margin-bottom: 1rem; }
.titulo-centralizado * {
  text-align: center; }
.titulo-centralizado p {
  max-width: 55%;
  margin: 0 auto 7.75rem; }

/* Checkbox Estilizado */
.form-check {
  position: relative;
  display: flex;
  padding: 1rem;
  align-items: center;
  white-space: nowrap; }

input[type=radio], input[type=checkbox] {
  display: none; }

input[type=radio] + label, input[type=checkbox] + label {
  background-color: transparent;
  background-image: url(../images/icones/inputs.png);
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  padding: 6px 0 0 40px;
  margin: 0 10px 0 0;
  color: #727272;
  text-transform: none; }

input[type=checkbox] + label {
  background-position: 0 -60px; }

input[type=radio]:checked + label {
  background-position: 0 -30px; }

input[type=checkbox]:checked + label {
  background-position: 0 -90px; }

/* M├íscara */
.mascara {
  background: rgba(0, 0, 0, 0.91);
  background: -moz-linear-gradient(127.37deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.71) 100%);
  background: -webkit-linear-gradient(127.37deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.71) 100%);
  background: linear-gradient(127.37deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.71) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=''$cor1'', endColorstr='$cor2',GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

/* Barra Loader Slider */
.barra-fundo {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #4A4A4A;
  position: absolute;
  z-index: 1;
  top: 40px;
  border-radius: 20px; }

.barra {
  height: 4px;
  background-color: #60E0EB;
  width: 0;
  margin: 0;
  border: none;
  z-index: 2;
  position: absolute;
  left: 0;
  border-radius: 20px; }
.barra.anima {
  transition: width 8s linear;
  -webkit-transition: width 8s linear;
  -moz-transition: width 8s linear;
  -ms-transition: width 8s linear;
  -o-transition: width 8s linear;
  transition-delay: .35s; }

  /* Media */
  @media only screen and (max-width : 700px){
    .depoimentos {
      border-radius: 0;
      color: #FFFFFF;
      position: relative;
      right: 7px; } }
  /* Fim Media */

/* Anima├º├úo e Itens com Efeitos */

/*# sourceMappingURL=style.min.css.map */

.parceiros li:nth-of-type(10), .parceiros li:nth-of-type(11), .parceiros li:nth-of-type(12) {
  border-bottom: 1px solid #ccc;
  border-right: 0;
}

.parceiros li {
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}