@charset "UTF-8";
/* ----------------------------------------------------------------------- */
/* ALL STYLES */
/* ----------------------------------------------------------------------- */
@-webkit-keyframes paceDone {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes paceDone {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@keyframes paceDone {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes FadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes FadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.fadeOut {
  animation-name: FadeOut;
  animation-duration: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes FadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes scaleToLeftInvert {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
@-moz-keyframes scaleToLeftInvert {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
@keyframes scaleToLeftInvert {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
@-webkit-keyframes scaleToLeftFifty {
  0% {
    width: 1px;
  }
  100% {
    width: 45.9%;
  }
}
@-moz-keyframes scaleToLeftFifty {
  0% {
    width: 1px;
  }
  100% {
    width: 45.9%;
  }
}
@keyframes scaleToLeftFifty {
  0% {
    width: 1px;
  }
  100% {
    width: 45.9%;
  }
}
@-webkit-keyframes scaleToLeft {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes scaleToLeft {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@keyframes scaleToLeft {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes scaleToRight {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes scaleToRight {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@keyframes scaleToRight {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes scaleJump {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  10% {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@-moz-keyframes scaleJump {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  10% {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@keyframes scaleJump {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  10% {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes scaleSize {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
}
@-moz-keyframes scaleSize {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes scaleSize {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes animationMoveToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15px);
  }
}
@-moz-keyframes animationMoveToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15px);
  }
}
@keyframes animationMoveToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15px);
  }
}
@-webkit-keyframes animationMoveToLeftInvert {
  0% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes animationMoveToLeftInvert {
  0% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animationMoveToLeftInvert {
  0% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes animationMoveToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(11px);
  }
}
@-moz-keyframes animationMoveToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(11px);
  }
}
@keyframes animationMoveToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(11px);
  }
}
@-webkit-keyframes animationMoveToBottom {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes animationMoveToBottom {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animationMoveToBottom {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes animationBounceTop {
  0% {
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes animationBounceTop {
  0% {
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animationBounceTop {
  0% {
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes animationMoveToTop {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes animationMoveToTop {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animationMoveToTop {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ball {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -100px;
  }
}
@keyframes arrow {
  0% {
    margin-top: 50px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 50px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveCircle {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes moveCircle {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveCircleX {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateZ(600px);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes moveCircleX {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes animationContainer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes animationContainer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animationContainer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------------------------------------- */
/* www.tabb.com.br */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* 0. GENERALS */
/* ----------------------------------------------------------------------- */
@font-face {
  font-family: "Euphemia UCAS";
  src: url("../fonts/EuphemiaUCAS.eot");
  src: url("../fonts/EuphemiaUCAS.eot?#iefix") format("embedded-opentype"), url("../fonts/EuphemiaUCAS.woff") format("woff"), url("../fonts/EuphemiaUCAS.ttf") format("truetype"), url("../fonts/EuphemiaUCAS.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Medium.eot");
  src: url("../fonts/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Medium.woff") format("woff"), url("../fonts/Futura-Medium.ttf") format("truetype"), url("../fonts/Futura-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Heavy.eot");
  src: url("../fonts/FuturaStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Heavy.woff") format("woff"), url("../fonts/FuturaStd-Heavy.ttf") format("truetype"), url("../fonts/FuturaStd-Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  width: 100vw;
  font-family: "Futura", sans-serif;
}
body ::-moz-selection {
  background: #3973b8;
  color: white;
}
body ::selection {
  background: #3973b8;
  color: white;
}
body.pace-running {
  overflow: hidden;
}
body.pace-running section {
  opacity: 0;
}
body.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.pace-done {
  width: 100%;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.pace-done section {
  transition: opacity 0.8s ease;
}

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

.video-container {
  position: relative;
  height: auto;
}
.video-container video, .video-container iframe, .video-container embed, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 336px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: rgba(103, 150, 208, 0.7);
}

::selection {
  background: rgba(103, 150, 208, 0.7);
}

/* ----------------------------------------------------------------------- */
/* 1. TITLES */
/* ----------------------------------------------------------------------- */
h1 {
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-weight: normal;
}

@media (min-width: 320px) and (max-width: 480px) {
  .hidden-xs {
    display: none;
  }

  .break-xs {
    display: block;
  }

  h1 {
    font-size: 32px;
    line-height: 20px;
    margin: 20px 0;
  }

  h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 25px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }

  .break-sm {
    display: block;
  }

  h1 {
    font-size: 42px;
    line-height: 40px;
    margin: 20px 0;
  }

  h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 25px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .hidden-md {
    display: none;
  }

  .break-md {
    display: block;
  }

  h1 {
    font-size: 48px;
    line-height: 40px;
    margin: 20px 0;
  }

  h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0 25px;
  }
}
@media (min-width: 993px) {
  .hidden-lg {
    display: none;
  }

  .break-lg {
    display: block;
  }

  h1 {
    font-size: 60px;
    line-height: 40px;
    margin: 20px 0;
    letter-spacing: -2px;
  }

  h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0 25px;
  }
}
/* ----------------------------------------------------------------------- */
/* 3. CONFIGURAÇÕES GERAIS DAS SEÇÕES */
/* ----------------------------------------------------------------------- */
#clientes, #contato {
  width: 100%;
  height: calc(100vh - 6em);
}
#clientes .container, #contato .container {
  display: table;
  height: 100%;
}
#clientes .container .conteudo-wrap, #contato .container .conteudo-wrap {
  display: table-cell;
  vertical-align: middle;
}

#clientes h2 {
  color: #3973b8;
  text-align: center;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 40%;
  width: 33px;
  height: 33px;
  border: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 16px;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace .pace-progress {
  background: #3973b8;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .pace-inactive {
    display: none;
  }
}
@media (min-width: 481px) {
  .pace-inactive {
    display: none;
  }
}
/* ----------------------------------------------------------------------- */
/* behaviors */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* 1. HEADER */
/* ----------------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  height: 65px;
  font-family: "Futura", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
header .botao-wrap {
  display: none;
}
header h1.logo {
  display: inline-block;
  line-height: 0;
  width: 140px;
  margin: 5px 20px;
}
header .menu-wrap {
  float: right;
}
header .mobile-wrap {
  display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
  header {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  header {
    display: none;
  }
}
@media (min-width: 768px) {
  header .menu-wrap .ico-menu {
    display: none;
  }
  header .menu-wrap nav.menu {
    margin: 25px 20px 0 0;
  }
  header .menu-wrap nav.menu ul {
    margin: 0;
    padding: 0;
    padding: inherit;
    list-style: none;
  }
  header .menu-wrap nav.menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 12px;
  }
  header .menu-wrap nav.menu ul li a {
    text-decoration: none;
    color: #3973b8;
    font-size: 12px;
    cursor: pointer;
  }
  header .menu-wrap nav.menu ul li a:after {
    content: "";
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #3973b8;
    padding-bottom: 0;
    opacity: 0;
    -o-transition: height 0.5s, opacity 0.5s, transform 0.5s, padding 0.5s;
    -moz-transition: height 0.5s, opacity 0.5s, transform 0.5s, padding 0.5s;
    -webkit-transition: height 0.5s, opacity 0.5s, transform 0.5s, padding 0.5s;
    transition: height 0.5s, opacity 0.5s, transform 0.5s, padding 0.5s;
    transform: translateY(-3px);
  }
  header .menu-wrap nav.menu ul li a:hover:after, header .menu-wrap nav.menu ul li a:focus:after {
    height: 0.65em;
    opacity: 1;
    padding-bottom: 0.5em;
  }
  header .menu-wrap nav.menu ul li.active a:after {
    height: 0.65em;
    opacity: 1;
    padding-bottom: 0.5em;
  }
}
/* ----------------------------------------------------------------------- */
/* 1. AGÊNCIA */
/* ----------------------------------------------------------------------- */
#agencia {
  width: 100%;
  height: 100vh;
  color: white;
}
#agencia .container {
  display: table;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
#agencia .container .conteudo-wrap {
  display: table-cell;
  vertical-align: middle;
}
#agencia .container .conteudo-wrap .sobre h1 {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
#agencia .container .conteudo-wrap .sobre h1::before {
  display: block;
  position: absolute;
  width: 100%;
  top: calc(50% - 5px);
  left: calc(-100% - 20px);
  height: 5px;
  content: "";
  background: white;
}
#agencia .container .conteudo-wrap .sobre p {
  margin: 0 0 25px 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#agencia .elements {
  position: absolute;
  z-index: 0;
}
#agencia .elements img {
  float: left;
}
#agencia.fp-completely h1, #agencia.fp-completely p {
  opacity: 1;
  filter: alpha(opacity=100);
  animation: FadeIn 1.2s ease, animationMoveToTop 1.2s ease;
  animation-fill-mode: forwards;
}
#agencia.fp-completely h1 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#agencia.fp-completely p {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

@media (min-width: 320px) and (max-width: 480px) {
  #agencia {
    background: url('../images/img-bkg-agencia-xs.jpg?1485091377') fixed no-repeat;
  }
  #agencia .conteudo-wrap {
    padding-bottom: 10%;
  }
  #agencia .elements {
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #agencia {
    background: url('../images/img-bkg-agencia-sm.jpg?1485091377') fixed no-repeat;
  }
  #agencia .elements {
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 40%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #agencia {
    background: url('../images/img-bkg-agencia-md.jpg?1485091377') fixed no-repeat;
  }
  #agencia .elements {
    top: 50%;
    left: 50%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 40%;
  }
}
@media (min-width: 993px) {
  #agencia {
    background: url('../images/img-bkg-agencia-lg.jpg?1485091377') right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
  #agencia .container .conteudo-wrap .sobre {
    max-width: 45%;
  }
  #agencia .container .conteudo-wrap .sobre h1 {
    margin: 0 0 25px 0;
  }
  #agencia .container .conteudo-wrap .sobre p {
    font-size: 18px;
  }
  #agencia .elements {
    top: 50%;
    left: 60%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 35%;
  }
}
/* ----------------------------------------------------------------------- */
/* 5. SERVIÇOS */
/* ----------------------------------------------------------------------- */
#servicos {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background: white;
}
#servicos .container {
  position: absolute;
  width: calc(100% / 12 * 10);
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#servicos .container .conteudo-wrap h1 {
  color: #3973b8;
  opacity: 0;
  filter: alpha(opacity=0);
}
#servicos .container .conteudo-wrap .ico-publicidade, #servicos .container .conteudo-wrap .ico-marketingpromocional, #servicos .container .conteudo-wrap .ico-marketingdigital {
  opacity: 0;
  filter: alpha(opacity=0);
}
#servicos .container .card-container {
  display: inline-block;
  box-sizing: border-box;
  perspective: 900px;
}
#servicos .container .card-container .card {
  position: relative;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
  color: white;
}
#servicos .container .card-container .card li {
  list-style: square;
  margin-bottom: 5px;
}
#servicos .container .card-container .card .front, #servicos .container .card-container .card .back {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}
#servicos .container .card-container .card .front {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 15%;
}
#servicos .container .card-container .card .back {
  align-items: center;
  justify-content: center;
}
#servicos .container .card-container.ico-publicidade .card .front, #servicos .container .card-container.ico-publicidade .card .back {
  background: #ed145b;
}
#servicos .container .card-container.ico-marketingdigital .card .front, #servicos .container .card-container.ico-marketingdigital .card .back {
  background: #57b008;
}
#servicos .container .card-container.ico-marketingpromocional .card .front, #servicos .container .card-container.ico-marketingpromocional .card .back {
  background: #fa8f05;
}

#servicos .container .card-container:hover .card {
  transform: rotateY(180deg);
}

#servicos .container .back {
  transform: rotateY(180deg);
}

#servicos.fp-completely h1, #servicos.fp-completely .ico-publicidade, #servicos.fp-completely .ico-marketingpromocional, #servicos.fp-completely .ico-marketingdigital {
  opacity: 1;
  filter: alpha(opacity=100);
  animation: FadeIn 0.5s ease, animationMoveToTop 0.5s ease;
  animation-fill-mode: forwards;
}

#servicos.fp-completely .ico-publicidade {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#servicos.fp-completely .ico-marketingdigital {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#servicos.fp-completely .ico-marketingpromocional {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

@media (min-width: 320px) and (max-width: 480px) {
  #servicos .card-container {
    width: calc(100% / 3);
    float: left;
  }
  #servicos .card-container .card {
    width: 100%;
    height: 130px;
    font-size: 9px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #servicos .card-container .card .front, #servicos .card-container .card .back {
    width: 100%;
    height: 130px;
  }
  #servicos .card-container .card .front img, #servicos .card-container .card .back img {
    width: 75%;
    margin-bottom: 10px;
  }
  #servicos .card-container .card .back {
    padding: 5%;
  }
  #servicos .card-container .card .back ul {
    margin: 0 0 0 15px;
    padding: 0 0 0 5px;
  }
  #servicos .card-container .card .back ul li {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #servicos .card-container {
    width: calc(100% / 3);
    float: left;
  }
  #servicos .card-container .card {
    width: 100%;
    height: 200px;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #servicos .card-container .card .front, #servicos .card-container .card .back {
    width: 100%;
    height: 200px;
  }
  #servicos .card-container .card .front img, #servicos .card-container .card .back img {
    width: 70%;
    margin-bottom: 15px;
  }
  #servicos .card-container .card .back {
    padding: 5%;
  }
  #servicos .card-container .card .back ul {
    margin: 0 0 0 15px;
    padding: 0 0 0 5px;
  }
  #servicos .card-container .card .back ul li {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #servicos .card-container {
    width: calc(100% / 3);
    float: left;
  }
  #servicos .card-container .card {
    width: 100%;
    height: 250px;
    font-size: 14px;
    margin: 0 0.5%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #servicos .card-container .card .front, #servicos .card-container .card .back {
    width: 100%;
    height: 250px;
  }
  #servicos .card-container .card .front img, #servicos .card-container .card .back img {
    width: 70%;
    margin-bottom: 15px;
  }
  #servicos .card-container .card .back {
    padding: 15%;
  }
}
@media (min-width: 992px) {
  #servicos {
    min-height: 100vh;
  }
  #servicos .container {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #servicos .container h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #servicos .container .card-container {
    margin-top: 35px;
    width: calc(100% / 3);
    float: left;
  }
  #servicos .container .card-container .card {
    width: 100%;
    height: 280px;
    font-size: 20px;
    margin: 0 0.5%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #servicos .container .card-container .card .front, #servicos .container .card-container .card .back {
    width: 100%;
    height: 280px;
  }
  #servicos .container .card-container .card .front img, #servicos .container .card-container .card .back img {
    width: 40%;
    margin-bottom: 15px;
  }
  #servicos .container .card-container .card .back {
    padding: 15%;
  }
}
/* ----------------------------------------------------------------------- */
/* 4. PORTFOLIO */
/* ----------------------------------------------------------------------- */
#portfolio {
  width: 100%;
  height: 100vh;
  background: #333333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  color: white;
  position: relative;
}
#portfolio .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#portfolio .container h1 {
  position: relative;
  margin-bottom: 50px;
}
#portfolio .container h1::after {
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  height: 5px;
  content: "";
  background: white;
}
#portfolio .container .main-carousel h2, #portfolio .container .main-carousel h3 {
  color: #dbdbdb;
}
#portfolio .container .main-carousel h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
#portfolio .container .main-carousel h3 {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
}
#portfolio .container .main-carousel .carousel-cell {
  height: auto;
}

@media (min-width: 320px) and (max-width: 480px) {
  #portfolio .container {
    width: calc(100% / 12 * 8);
  }
  #portfolio .container h1::after {
    width: calc(100% - 200px);
  }
  #portfolio .container .carousel-cell {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #portfolio .container {
    width: calc(100% / 12 * 8);
  }
  #portfolio .container h1::after {
    width: calc(100% - 250px);
  }
  #portfolio .container .carousel-cell {
    width: 100%;
    padding: 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #portfolio .container {
    width: calc(100% / 12 * 8);
  }
  #portfolio .container h1::after {
    width: calc(100% - 260px);
  }
  #portfolio .container .carousel-cell {
    width: 100%;
    padding: 0 5%;
  }
}
@media (min-width: 992px) {
  #portfolio .container {
    width: calc(100% / 12 * 8);
  }
  #portfolio .container h1 {
    margin-left: 5%;
    margin-right: 5%;
  }
  #portfolio .container h1::after {
    width: calc(100% - 340px);
  }
  #portfolio .container .carousel-cell {
    width: 100%;
    padding: 0 5%;
  }
}
/* ----------------------------------------------------------------------- */
/* 4. CLIENTES */
/* ----------------------------------------------------------------------- */
#clientes {
  width: 100%;
  min-height: 100vh;
  color: #3973b8;
}
#clientes .container {
  display: table;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
#clientes .container .conteudo-wrap {
  display: table-cell;
  vertical-align: middle;
}
#clientes .container .conteudo-wrap ul.clients-list {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#clientes .container .conteudo-wrap ul.clients-list li {
  display: block;
  float: left;
  padding: 0.5%;
  box-sizing: border-box;
  text-align: center;
}
#clientes .container .conteudo-wrap ul.clients-list li img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 10%;
  filter: alpha(opacity=1000%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#clientes .container .conteudo-wrap ul.clients-list li img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  opacity: 100%;
  filter: alpha(opacity=10000%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media (min-width: 320px) and (max-width: 480px) {
  #clientes .container .conteudo-wrap ul.clients-list li {
    width: 33%;
  }
  #clientes .container .conteudo-wrap ul.clients-list li img {
    width: 50%;
  }
}
@media (min-width: 481px) {
  #clientes .container .conteudo-wrap ul.clients-list li {
    width: 20%;
  }
  #clientes .container .conteudo-wrap ul.clients-list li img {
    width: 50%;
  }
}
/* ----------------------------------------------------------------------- */
/* 5. CONTATO */
/* ----------------------------------------------------------------------- */
#contato {
  width: 100%;
  height: 100vh;
  color: white;
  position: relative;
}
#contato .container {
  width: calc(100% / 12 * 8);
  position: absolute;
  left: 50%;
  top: 45%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#contato .container a {
  color: white;
}
#contato .container .info {
  border: 5px solid white;
  padding: 20px;
  margin: 40px auto;
}
#contato .container .info span.address {
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
#contato .container .info span.mail a, #contato .container .info span.phone a {
  text-decoration: none;
  font-weight: bold;
}
#contato .container .info span.mail a:hover, #contato .container .info span.phone a:hover {
  text-decoration: underline;
}
#contato .elements {
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
}
#contato .elements img {
  float: left;
}

@media (min-width: 320px) and (max-width: 480px) {
  #contato {
    background: url('../images/img-bkg-contato-xs.jpg?1485091377');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
  #contato .info, #contato span.mail, #contato span.phone {
    font-size: 16px;
  }
  #contato .elements {
    width: 80%;
  }
  #contato h1.logo img {
    width: 60%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #contato {
    background: url('../images/img-bkg-contato-sm.jpg?1485091377');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #contato {
    background: url('../images/img-bkg-contato-md.jpg?1485091377');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
}
@media (min-width: 993px) {
  #contato {
    background: url('../images/img-bkg-contato-lg.jpg?1485091377');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
  #contato .info {
    width: 60%;
  }
  #contato .elements {
    width: 40%;
  }
}
