﻿@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: Arial, serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fefefe;
  color: #1f140f;
  font-weight: 300;
  overflow-x: hidden; }
  body.nkti-offcanvas {
    overflow: hidden; }

a {
  color: #0091d0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    text-decoration: none !important;
    color: #0091d0 !important; }

p, ul, ol {
  margin-bottom: 1.3em;
  font-size: 16px;
  color: #1f140f;
  font-family: Arial, serif; }

h1, h2, h3, h4, h5, h6 {
  color: #0092cf;
  font-family: Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0; }

figure {
  margin-bottom: 1.5em; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: Arial, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn.btn-sm {
    padding: 5px 20px !important; }
  .btn.btn-md {
    padding: 10px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #0091d0;
  color: #fefefe;
  border: 2px solid #0091d0; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #00a3ea !important;
    border-color: #00a3ea !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #0091d0;
    border: 2px solid #0091d0; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #0091d0;
      color: #fefefe; }

.btn-success {
  background: #5cb85c;
  color: #fefefe;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fefefe; }

.btn-info {
  background: #5bc0de;
  color: #fefefe;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fefefe; }

.btn-warning {
  background: #f0ad4e;
  color: #fefefe;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fefefe; }

.btn-danger {
  background: #d9534f;
  color: #fefefe;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fefefe; }

.btn-outline {
  background: none;
  border: 2px solid #bb8972;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fefefe;
      right: 18px;
      visibility: visible;
      opacity: 1; }

#nkti-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999; }

.nkti-cover,
.nkti-hero {
  position: relative;
  height: 800px; }
  @media screen and (max-width: 768px) {
    .nkti-cover,
    .nkti-hero {
      height: 700px; } }
  .nkti-cover.nkti-hero-2,
  .nkti-hero.nkti-hero-2 {
    height: 600px; }
    .nkti-cover.nkti-hero-2 .nkti-overlay,
    .nkti-hero.nkti-hero-2 .nkti-overlay {
      position: absolute !important;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      background: rgba(31, 20, 15, 0.7); }

.nkti-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(31, 20, 15, 0.3); }

.nkti-cover {
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 768px) {
    .nkti-cover {
      height: inherit;
      padding: 3em 0; } }
  .nkti-cover .btn {
    padding: 1em 2em;
    opacity: .9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
  .nkti-cover.nkti-cover_2 {
    height: 600px; }
    @media screen and (max-width: 768px) {
      .nkti-cover.nkti-cover_2 {
        heifght: inherit;
        padding: 3em 0; } }
  .nkti-cover .desc {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -100px;
    z-index: 2;
    color: #fefefe; }
    @media screen and (max-width: 768px) {
      .nkti-cover .desc {
        padding-left: 15px;
        padding-right: 15px; } }
    .nkti-cover .desc h2 {
      color: #fefefe;
      font-size: 55px;
      font-weight: 300;
      margin-bottom: 10px;
      line-height: 60px;
      letter-spacing: 1px; }
      @media screen and (max-width: 768px) {
        .nkti-cover .desc h2 {
          font-size: 40px;
          line-height: 50px; } }
    .nkti-cover .desc span {
      display: block;
      margin-bottom: 25px;
      font-size: 24px;
      letter-spacing: 1px;
      color: rgba(254, 254, 254, 0.8); }
      .nkti-cover .desc span i {
        color: #DA1212; }
      .nkti-cover .desc span a {
        color: rgba(254, 254, 254, 0.8); }
        .nkti-cover .desc span a:hover, .nkti-cover .desc span a:focus {
          color: #fff !important; }
        .nkti-cover .desc span a.nkti-site-name {
          padding-bottom: 2px;
          border-bottom: 1px solid rgba(254, 254, 254, 0.7); }

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important; }

.sf-menu {
  float: right; }

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em; }

.sf-menu a {
  color: #0f265c;
  padding: 2.4em 12px !important;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 16px;
  border-bottom: none !important;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  letter-spacing: 1px; }
  .sf-menu a:hover, .sf-menu a:focus, .sf-menu a.active {
    background: #0091d0 !important;
    color: #fff !important; }

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent; }

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px; }

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #1f140f; }

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent; }

.sf-menu ul li {
  background: transparent; }

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; }

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc; }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc; }

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc; }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc; }

#nkti-header-section {
  background: #fff;
  /*background: rgba($brand-white,.95);*/
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22); }
  @media screen and (max-width: 768px) {
    #nkti-header-section {
      padding: 2.4em 0; } }

.nav-header {
  position: relative;
  float: left;
  width: 100%; }

#nkti-logo {
  z-index: 2;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  margin-bottom: 0;
  margin-top: 0.6em; }
  #nkti-logo a {
    color: rgba(31, 20, 15, 0.9); }
    #nkti-logo a i {
      color: #0091d0;
      font-size: 30px;
      padding-right: 12px; }
    #nkti-logo a:hover, #nkti-logo a:focus {
      color: rgba(31, 20, 15, 0.9) !important; }
  #nkti-logo span {
    padding: 0;
    margin: 0;
    font-weight: 100; }
  @media screen and (max-width: 1200px) {
    #nkti-logo {
      width: 100%;
      float: none;
      margin-top: 0; } }

#nkti-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right; }

#nkti-primary-menu > li > ul li.active > a {
  color: #0091d0 !important; }

#nkti-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 0px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(31, 20, 15, 0.4); }

#nkti-primary-menu > li > ul li {
  position: relative; }
  #nkti-primary-menu > li > ul li > .sf-with-ul:after {
    border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: 10px;
    top: 20px;
    font-size: 16px;
    content: "\e924";
    color: rgba(0, 0, 0, 0.5); }

#nkti-primary-menu .nkti-sub-menu {
  padding: 10px 7px 10px;
  background: #fefefe;
  width: 210px;
  left: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
  #nkti-primary-menu .nkti-sub-menu > li > .nkti-sub-menu {
    left: 100%; }

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09); }
  .site-header.has-image #primary-menu .sub-menu:before {
    display: none; }

#nkti-primary-menu .nkti-sub-menu a {
  letter-spacing: 0;
  padding: 0 10px;
  font-size: 16px;
  line-height: 34px;
  color: #0091d0 !important;
  text-transform: none;
  background: none; }
  #nkti-primary-menu .nkti-sub-menu a:hover {
    color: #0091d0 !important;
    background: none !important; }

#nkti-hero {
  min-height: 700px;
  background: #fefefe url(../images/loader.gif) no-repeat center center; }
  #nkti-hero .btn {
    color: #fefefe;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    border: 2px solid rgba(254, 254, 254, 0.8); }
    #nkti-hero .btn.btn-primary {
      padding: 15px 30px !important; }
    #nkti-hero .btn:hover, #nkti-hero .btn:focus {
      color: #fefefe !important;
      border: 2px solid rgba(254, 254, 254, 0.8) !important;
      background: transparent !important; }
  #nkti-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #nkti-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #nkti-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 700px !important; }
      #nkti-hero .flexslider .slides .overlay-gradient {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(31, 20, 15, 0.3); }
    #nkti-hero .flexslider .flex-control-nav {
      bottom: 40px;
      z-index: 1000;
      display: none; }
      #nkti-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #nkti-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #nkti-hero .flexslider .flex-direction-nav {
      display: block; }
    #nkti-hero .flexslider .flex-direction-nav a {
      top: 50%;
      margin-top: 40px; }
    #nkti-hero .flexslider .flex-direction-nav a:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e923';
      color: #fefefe;
      text-shadow: none; }
    #nkti-hero .flexslider .flex-direction-nav a.flex-next:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e924';
      color: #fefefe;
      text-shadow: none; }
    #nkti-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 700px;
      bottom: 0; }
      #nkti-hero .flexslider .slider-text > .slider-text-inner {
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        min-height: 700px; }
        #nkti-hero .flexslider .slider-text > .slider-text-inner.desc {
          position: relative;
          top: 10%; }
        #nkti-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 40px;
          font-weight: 400; }
        #nkti-hero .flexslider .slider-text > .slider-text-inner .desc {
          padding: 2em;
          position: absolute;
          bottom: 0;
          left: 0;
          background: rgba(0, 145, 208, 0.7); }
        #nkti-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 30px;
          font-weight: 300;
          color: #fefefe;
          line-height: 40px; }
          @media screen and (max-width: 768px) {
            #nkti-hero .flexslider .slider-text > .slider-text-inner h2 {
              font-size: 40px; } }
        #nkti-hero .flexslider .slider-text > .slider-text-inner .nkti-lead {
          font-size: 20px;
          color: #fefefe; }
          #nkti-hero .flexslider .slider-text > .slider-text-inner .nkti-lead .icon-heart {
            color: #d9534f; }

#banner-page {
  min-height: 145px;
  background-position: center center; }
  #banner-page .overlay-gradient-banner-page {
    position: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(31, 20, 15, 0.3); }

.nkti-margem-padrao {
  padding: 3em 1em; }

.grid-project {
  margin-bottom: 40px;
  float: left; }
  .grid-project .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background-size: cover; }
    .grid-project .image:after {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(31, 20, 15, 0.2);
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .grid-project .image img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .grid-project .desc h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .grid-project .desc h3 a {
      color: rgba(31, 20, 15, 0.8); }
  .grid-project .desc span {
    color: rgba(31, 20, 15, 0.6); }
  .grid-project:hover .image img, .grid-project:focus .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .grid-project:hover .image:after, .grid-project:focus .image:after {
    opacity: 1; }
  .grid-project:hover h3, .grid-project:focus h3 {
    color: #0091d0; }

#nkti-section {
  float: left;
  width: 100%;
  display: block; }
  #nkti-section .grid-project-section {
    width: 33.333333333%;
    float: left;
    position: relative;
    overflow: hidden; }
    #nkti-section .grid-project-section > a > img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    #nkti-section .grid-project-section .desc {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding-top: 30%;
      z-index: 99; }
      #nkti-section .grid-project-section .desc h2 {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #fefefe;
        font-weight: 400;
        font-size: 24px; }
    #nkti-section .grid-project-section:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(31, 20, 15, 0.4);
      content: '';
      z-index: 9;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #nkti-section .grid-project-section:hover:after, #nkti-section .grid-project-section:focus:after {
      background: rgba(31, 20, 15, 0.2); }
    #nkti-section .grid-project-section:hover > a > img, #nkti-section .grid-project-section:focus > a > img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    @media screen and (max-width: 768px) {
      #nkti-section .grid-project-section {
        width: 100%; } }

.services-inner {
  margin-bottom: 4em; }
  .services-inner img {
    width: 100px;
    margin-bottom: 40px; }

.nkti-staff img {
  margin-bottom: 1.5em; }

.nkti-staff h3 {
  margin: 0 0 20px 0;
  /*font-weight: 700;*/
  font-size: 24px; }

.nkti-staff h4 {
  margin: 0 0 20px 0;
  /*font-weight: 300;*/
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: Arial, serif; }

.nkti-staff p {
  font-size: 14px;
  text-align: justify; }

.nkti-staff .nkti-social {
  text-align: center; }
  .nkti-staff .nkti-social a {
    color: #1f140f; }

.about {
  margin-bottom: 4em; }

.nkti-heading {
  margin-bottom: 2.5em; }

.nkti-social {
  padding: 0;
  margin: 0; }
  .nkti-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .nkti-social li a {
      font-size: 22px;
      color: #fefefe;
      padding: 0;
      margin: 0;
      padding: 2px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      .nkti-social li a i {
        color: #0091d0; }
      .nkti-social li a:hover {
        color: #0091d0; }
      .nkti-social li a:hover, .nkti-social li a:active, .nkti-social li a:focus {
        outline: none;
        text-decoration: none; }

.nkti-table,
.nkti-table-cell,
.nkti-parallax {
  height: 500px; }

.nkti-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .nkti-parallax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f140f;
    opacity: .2; }

@media screen and (max-width: 768px) {
  .nkti-parallax {
    height: inherit;
    padding: 4em 0; } }

.nkti-parallax .nkti-intro h1 {
  color: #fefefe;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .nkti-parallax .nkti-intro h1 {
      font-size: 30px; } }

.nkti-parallax .nkti-intro p {
  color: #fefefe; }
  .nkti-parallax .nkti-intro p a {
    color: #fefefe;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    .nkti-parallax .nkti-intro p a:hover {
      color: #fefefe; }

.nkti-parallax .nkti-intro.box-area {
  padding: 40px;
  background: #002664; }

.nkti-table {
  display: table; }

.nkti-table-cell {
  display: table-cell;
  vertical-align: middle; }

.contato-informacao {
  margin: 0;
  padding: 0; }
  .contato-informacao li {
    list-style: none;
    margin: 0 0 16px 0;
    position: relative;
    padding-left: 40px; }
    .contato-informacao li i {
      position: absolute;
      top: .3em;
      left: 0;
      font-size: 22px;
      color: rgba(31, 20, 15, 0.5); }
    .contato-informacao li a {
      font-weight: 400 !important; }

.section-title {
  font-weight: 700; }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

.nkti-social-icons > a {
  padding: 4px 10px;
  color: #0091d0; }
  .nkti-social-icons > a i {
    font-size: 26px; }
  .nkti-social-icons > a:hover, .nkti-social-icons > a:focus, .nkti-social-icons > a:active {
    text-decoration: none;
    color: #0092cf; }

#footer {
  width: 100%;
  float: left;
  background: #002664;
  padding: 3em 0 40px; }
  #footer .container {
    background: url(../images/fundorodape2.png) no-repeat right top; }
  #footer p {
    color: rgba(254, 254, 254, 0.7); }
  #footer .section-title {
    color: rgba(254, 254, 254, 0.9);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px; }
  #footer .float {
    float: left;
    margin-right: 10%; }
  #footer ul {
    font-size: 16px;
    padding: 0;
    margin: 0; }
    #footer ul li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      color: rgba(254, 254, 254, 0.7); }
      #footer ul li a {
        color: rgba(254, 254, 254, 0.7);
        text-decoration: none !important; }
        #footer ul li a:hover {
          color: #fefefe; }
  #footer .copy-right {
    border-top: 1px solid rgba(254, 254, 254, 0.1);
    padding-top: 2em;
    margin-top: 1em; }
    #footer .copy-right div {
      color: rgba(255, 255, 255, 0.8) !important;
      font-size: 16px; }
      #footer .copy-right div a {
        color: #0091d0 !important; }

.js .animate-box {
  opacity: 0; }

#nkti-wrapper {
  /*overflow-x: hidden;*/
  position: relative; }

.nkti-offcanvas {
  overflow: hidden; }
  .nkti-offcanvas #nkti-wrapper {
    overflow: hidden !important; }

#nkti-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .nkti-offcanvas #nkti-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px); }

@media screen and (max-width: 1200px) {
  #nkti-menu-wrap {
    display: none; } }

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #278bd1;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important; }
  #offcanvas-menu ul {
    padding: 0;
    margin: 0; }
    #offcanvas-menu ul li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none; }
      #offcanvas-menu ul li a {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.9); }
        #offcanvas-menu ul li a:hover {
          color: rgba(255, 255, 255, 0.5) !important; }
      #offcanvas-menu ul li > .nkti-sub-menu {
        margin-top: 9px;
        padding-left: 20px; }
      #offcanvas-menu ul li.active > a {
        color: rgba(255, 255, 255, 0.5) !important; }
    #offcanvas-menu ul .nkti-sub-menu {
      display: block !important; }

.nkti-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .nkti-nav-toggle.active i::before, .nkti-nav-toggle.active i::after {
    background: #1f140f; }
  .nkti-nav-toggle.dark.active i::before, .nkti-nav-toggle.dark.active i::after {
    background: #1f140f; }
  .nkti-nav-toggle:hover, .nkti-nav-toggle:focus, .nkti-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .nkti-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #1f140f;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    /*background: $brand-black;*/
    background: #1b265c;
    transition: all .2s ease-out; }
    .nkti-nav-toggle i::before, .nkti-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      /*background: $brand-black;*/
      background: #1b265c;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .nkti-nav-toggle.dark i {
    position: relative;
    color: #1f140f;
    background: #1f140f;
    transition: all .2s ease-out; }
    .nkti-nav-toggle.dark i::before, .nkti-nav-toggle.dark i::after {
      background: #1f140f;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.nkti-nav-toggle i::before {
  top: -7px; }

.nkti-nav-toggle i::after {
  bottom: -7px; }

.nkti-nav-toggle:hover i::before {
  top: -10px; }

.nkti-nav-toggle:hover i::after {
  bottom: -10px; }

.nkti-nav-toggle.active i {
  background: transparent; }

.nkti-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.nkti-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.nkti-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 1200px) {
    .nkti-nav-toggle {
      display: block;
      top: 0px;
      margin-top: 1.5em; } }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 2em; } }

.row-top-padded-lg {
  padding-top: 7em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-lg {
      padding-top: 2em; } }

.row-bottom-padded-md {
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 2em; } }

.row-top-padded-md {
  padding-top: 4em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-md {
      padding-top: 2em; } }

.row-bottom-padded-sm {
  padding-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 2em; } }

.row-top-padded-sm {
  padding-top: 2em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-sm {
      padding-top: 2em; } }

.border-bottom {
  border-bottom: 1px solid rgba(31, 20, 15, 0.06); }

.lead {
  line-height: 1.8; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.nkti-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222; }

@media (min-width: 1px) and (max-width: 519px) {
  .nkti_Padding_Top {
    padding: 220px 0 0 0;
    margin: 0; }
  /*.nkti_Padding_Top p {
            color: #ffffff !important;
            font-size: 20px !important;
        }*/
  .nkti_Padding_Top h2 {
    color: #ffffff !important;
    font-size: 30px !important;
    text-shadow: 2px 2px 2px black; } }

@media (min-width: 520px) and (max-width: 769px) {
  .nkti_Padding_Top {
    padding: 220px 0 10px 0;
    margin: 0; }
  /*.nkti_Padding_Top p {
            color: #ffffff !important;
            font-size: 30px !important;
        }*/
  .nkti_Padding_Top h2 {
    color: #ffffff !important;
    font-size: 40px !important;
    text-shadow: 2px 2px 2px black; } }

@media (min-width: 770px) and (max-width: 1199px) {
  .nkti_Padding_Top {
    padding: 190px 0 15px 0;
    margin: 0; }
  /*.nkti_Padding_Top p {
            color: #ffffff !important;
            font-size: 40px !important;
        }*/
  .nkti_Padding_Top h2 {
    color: #ffffff !important;
    font-size: 50px !important;
    text-shadow: 2px 2px 2px black; }
  #nkti-logo {
    padding: 12px 0 !important; } }

@media (min-width: 1200px) {
  .nkti_Padding_Top {
    padding: 190px 0 25px 0;
    margin: 0;
    /*min-width: 1200px !important;
            border: 1px solid red;
            text-align: left !important;*/ }
  /*.nkti_Padding_Top p {
            color: #ffffff !important;
            font-size: 50px !important;
        }*/
  .nkti_Padding_Top h2 {
    color: #ffffff !important;
    font-size: 60px !important;
    text-shadow: 2px 2px 2px black;
    /*width: 400px;
            border: 1px solid blue;
            background: rgba(0,200,255,0.8);*/ } }
