@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url(../vendor/owl-carousel/assets/owl.carousel.min.css);
@import url(../vendor/owl-carousel/assets/owl.theme.default.min.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-family: 'Roboto', sans-serif; }

header {
  padding: 10px 0; }
  header .center {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      header .center {
        display: block; } }
  header .btn-home {
    display: block;
    width: 106px; }
    @media (max-width: 767px) {
      header .btn-home {
        width: 80px;
        left: 10px; } }
    header .btn-home img {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 767px) {
    header nav {
      display: block;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      overflow: hidden;
      background-color: white;
      z-index: 99999;
      opacity: 0;
      will-change: transform, opacity;
      -webkit-transform: translate(-110vw, 0);
      -ms-transform: translate(-110vw, 0);
      -o-transform: translate(-110vw, 0);
      transform: translate(-110vw, 0);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      header nav.open {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }
  header ul {
    display: flex; }
    @media (max-width: 767px) {
      header ul {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    header ul li {
      list-style: none;
      color: #4c68b1;
      display: block;
      padding: 10px 20px;
      border-bottom: 1px solid #4c68b1;
      text-decoration: none; }
      @media (max-width: 767px) {
        header ul li:last-child {
          border: none; } }
      header ul li.active {
        color: #2db45f;
        font-weight: 700; }
        header ul li.active:after {
          font-size: 18px;
          font-family: 'FontAwesome';
          display: block;
          width: 14px;
          height: 14px;
          position: absolute;
          top: calc(100% + 1px);
          left: calc(50% - 7px);
          content: '\f0de'; }
        @media (max-width: 767px) {
          header ul li.active:after {
            display: none; } }
    header ul a {
      color: inherit;
      display: block;
      text-decoration: none; }
      @media (max-width: 767px) {
        header ul a {
          text-align: center; } }
  header button {
    display: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #4c68b1;
    background-color: white;
    position: absolute;
    border: none;
    font-size: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 767px) {
      header button {
        display: block; } }
  header #btn-menu {
    top: 10px;
    right: 10px; }
  header #btn-menu-close {
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

footer {
  background-color: #2db45f;
  color: white;
  padding: 20px; }
  footer p {
    text-align: center;
    font-size: 14px;
    line-height: 2; }
    footer p a {
      color: inherit;
      text-decoration: none; }

.center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.page-header .background {
  padding: 100px 0;
  background-size: cover; }
  @media (max-width: 767px) {
    .page-header .background {
      display: none; } }
  .page-header .background span {
    color: #2db45f;
    font-size: 50px; }
    @media (max-width: 767px) {
      .page-header .background span {
        font-size: 20px;
        display: none; } }
.page-header .bottom {
  background-color: #4c68b1;
  color: white;
  padding: 10px;
  width: 100%;
  max-width: none; }
  .page-header .bottom h1 {
    text-transform: uppercase;
    font-size: 30px;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

.text-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .text-content {
      display: block; } }
  .text-content h2 {
    color: #2db45f;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 10px; }
    .text-content h2:before {
      font-size: 18px;
      font-family: 'FontAwesome';
      display: block;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 0;
      left: 0;
      content: '\f0da';
      color: #4c68b1; }
  .text-content p {
    color: #4c3225;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify; }
  .text-content img {
    display: block;
    width: 100%;
    height: auto; }
  .text-content .left {
    width: 70%;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .text-content .left {
        width: 100%;
        padding: 10px; } }
  .text-content .right {
    width: calc(30% - 30px); }
    @media (max-width: 767px) {
      .text-content .right {
        width: 100%;
        padding: 0 10px; } }
  .text-content.text-content-contact-top {
    align-items: flex-end; }
    .text-content.text-content-contact-top p {
      text-align: left; }
    .text-content.text-content-contact-top .left {
      width: calc(50% - 10px);
      padding-top: 30px; }
      @media (max-width: 767px) {
        .text-content.text-content-contact-top .left {
          width: 100%;
          padding: 10px; } }
    .text-content.text-content-contact-top .right {
      width: calc(50% - 10px);
      padding-top: 30px; }
      @media (max-width: 767px) {
        .text-content.text-content-contact-top .right {
          width: 100%;
          padding: 0 10px; } }
  .text-content.text-content-contact-bottom .left {
    padding: 0; }
  .text-content.text-content-contact-bottom .right {
    padding: 0; }

.box-links {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .box-links {
      display: block; } }
  .box-links .box {
    width: calc(33.33% - 10px);
    display: block;
    text-decoration: none;
    opacity: 0.9; }
    .box-links .box:hover {
      opacity: 1; }
    @media (max-width: 767px) {
      .box-links .box {
        width: 100%;
        max-width: 270px;
        margin: 0 auto 30px; } }
    .box-links .box .box-top {
      width: 100%; }
      .box-links .box .box-top img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 260px; }
      .box-links .box .box-top .arrow {
        background-image: url("../images/box-top.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .box-links .box .box-bottom {
      width: 100%;
      height: 103px;
      background-image: url("../images/box-bottom.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top right; }
      .box-links .box .box-bottom h4 {
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        padding: 6px 10px; }
      .box-links .box .box-bottom p {
        color: white;
        padding: 10px;
        font-size: 14px; }

.iframe {
  width: 100%;
  padding-top: 60%; }
  .iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/*home*/
.banners {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  height: calc(100vh - 84px); }
  @media (max-width: 767px) {
    .banners {
      height: 30vh; } }
  .banners .banner {
    width: 100%;
    height: calc(100vh - 84px);
    overflow: hidden; }
    @media (max-width: 767px) {
      .banners .banner {
        height: 30vh; } }
    .banners .banner .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; }
    .banners .banner .el {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0; }
      .banners .banner .el.el-1 {
        background-image: url("../images/banner-elemento-1.png");
        background-position: left; }
        @media (max-width: 767px) {
          .banners .banner .el.el-1 {
            background-size: cover; } }
      .banners .banner .el.el-2 {
        background-image: url("../images/banner-elemento-2.png");
        background-position: left; }
        @media (max-width: 767px) {
          .banners .banner .el.el-2 {
            display: none; } }
      .banners .banner .el.el-3 {
        background-image: url("../images/banner-elemento-3.png");
        background-position: right;
        left: auto;
        right: -1000px; }
        @media (max-width: 767px) {
          .banners .banner .el.el-3 {
            display: none; } }
    .banners .banner p {
      color: white;
      font-size: 40px;
      opacity: 0;
      padding-left: 30px;
      display: block;
      position: relative;
      top: 50%;
      left: 20px;
      width: auto !important;
      height: auto !important;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .banners .banner p {
          font-size: 25px; } }
  .banners .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .banners .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid white; }
  .banners .owl-theme .owl-dots .owl-dot.active span, .banners .owl-theme .owl-dots .owl-dot:hover span {
    background-color: white; }

.animate-banner .el.el-1 {
  /*
  -webkit-animation: left-right 0.5s;
  -moz-animation: left-right 0.5s;
  -o-animation: left-right 0.5s;
  */
  animation-name: left-right;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
.animate-banner .el.el-2 {
  animation-name: left-right;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
.animate-banner .el.el-3 {
  animation-name: right-left;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
.animate-banner p {
  animation-name: left-right;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@-webkit-keyframes left-right {
  0% {
    left: -500px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@-moz-keyframes left-right {
  0% {
    left: -500px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@-o-keyframes left-right {
  0% {
    left: -500px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@keyframes left-right {
  0% {
    left: -500px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@-webkit-keyframes right-left {
  0% {
    right: 600px;
    opacity: 0; }
  100% {
    right: -500px;
    opacity: 1; } }
@-moz-keyframes right-left {
  0% {
    right: 600px;
    opacity: 0; }
  100% {
    right: -500px;
    opacity: 1; } }
@-o-keyframes right-left {
  0% {
    right: 600px;
    opacity: 0; }
  100% {
    right: -500px;
    opacity: 1; } }
@keyframes right-left {
  0% {
    right: 600px;
    opacity: 0; }
  100% {
    right: -500px;
    opacity: 1; } }
.servicos {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .servicos {
      display: block; } }
  .servicos .servico {
    width: calc(16.66% - 5px);
    display: block;
    text-decoration: none; }
    @media (max-width: 767px) {
      .servicos .servico {
        width: 100%;
        max-width: 194px;
        margin: 10px auto; } }
    .servicos .servico .topo img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 186px; }
    .servicos .servico .topo .seta {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .servicos .servico .base {
      width: 100%;
      height: 90px;
      background-image: url("../images/servicos-base.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top right;
      display: flex;
      align-items: center; }
      .servicos .servico .base p {
        color: white;
        padding: 0 10px;
        font-size: 12px; }

.clientes-titulo {
  color: #4c68b1;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center; }
  .clientes-titulo span {
    font-weight: 700; }

.clientes {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .clientes .cliente {
    max-width: 300px;
    width: 100%; }
    @media (max-width: 767px) {
      .clientes .cliente {
        max-width: none; } }
    .clientes .cliente img {
      display: block;
      width: 100%;
      height: auto; }
  .clientes .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    pointer-events: none; }
  .clientes .owl-prev {
    float: left;
    display: block !important;
    font-size: 40px !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    padding: 0px;
    margin: 0 !important;
    color: #4c68b1 !important;
    pointer-events: auto;
    background-color: transparent !important;
    overflow: hidden !important; }
    .clientes .owl-prev span {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px !important;
      padding: 0px;
      margin: 0 !important;
      top: -4px; }
    .clientes .owl-prev:hover {
      background-color: transparent !important;
      color: #2db45f !important; }
  .clientes .owl-next {
    float: right;
    display: block !important;
    font-size: 40px !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    padding: 0px;
    margin: 0 !important;
    color: #4c68b1 !important;
    pointer-events: auto;
    background-color: transparent !important;
    overflow: hidden !important; }
    .clientes .owl-next span {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px !important;
      padding: 0px;
      margin: 0 !important;
      top: -4px; }
    .clientes .owl-next:hover {
      background-color: transparent !important;
      color: #2db45f !important; }

/*# sourceMappingURL=site.css.map */
