@charset "UTF-8";
/* ----------------------------
Style Sheet for JNA

version: 1.0
author: Abner Simões
email: abner@jota3w.com.br
website: http://abnersimoes.com.br
-----------------------------*/
/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- - VAR SASS  -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font: 80px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  border-width: 0;
  background: #a80733;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-button--left,
.fancybox-button--right,
.fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }

  .fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- WRAPPER  -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
html {
  height: 100%;
}

body {
  min-height: 100%;
  font-size: 100%;
  position: relative;
  font-family: "ralewayRegular", Arial, sans-serif;
  background-color: #e6e6e6;
}

.navMobileOpen {
  overflow: hidden;
}

.titulo-projetos {
  font-size: 50px;
  color: #000;
  padding: 35px 35px 35px 45px;
  padding-bottom: 50px;
}

.galeriaProjetos {
  margin-left: 4%;
}

.galleryVideos .item {
  width: 420px;
  height: 360px;
  margin-top: 25px;
}
.galleryVideos .item-video:hover {
  background-image: url("../img/play-btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
.galleryVideos .item-video:hover .img-circle-videos {
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.img-circle-videos {
  width: 420px;
  height: 360px;
}

.modal {
  width: 100%;
  height: 100%;
  position: relative;
}

.modalLeft,
.modalRight {
  width: 100%;
  height: 100%;
  position: absolute;
  -moz-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg);
}

.modalLeft {
  left: 0;
  background-color: #006;
}

.modalRight {
  right: 0;
  background-color: #060;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- HEADER - -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.bgHeader {
  height: 150px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.empresa .bgHeader {
  background-image: url(../img/bgHeaders/background-2.jpg);
}

.videos .bgHeader {
  background-image: url(../img/bgHeaders/background-3.jpg);
}

.clipping .bgHeader {
  background-image: url(../img/bgHeaders/background-2.jpg);
}

.projetos .bgHeader {
  background-image: url(../img/bgHeaders/background-1.jpg);
}

.contato .bgHeader {
  background-image: url(../img/bgHeaders/contato.jpg);
}

.bgHeader .gridDefault {
  position: relative;
  height: 100%;
}

.bgHeader h2 {
  font-family: "ralewayThin", Arial, sans-serif;
  font-size: 36px;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  width: 100%;
  height: 90px;
  line-height: 88px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
}

.headerMain #logoMain {
  width: 90px;
  height: 85px;
  padding-top: 25px;
  display: block;
  background-color: #fff;
  float: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.headerMain #logoMain img {
  width: 100%;
  height: auto;
  display: block;
}

.headerMain #logoMain h1 {
  height: 0;
  display: block;
  text-indent: -9999em;
}

.navMain {
  width: 875px;
  float: right;
  padding-top: 50px;
}

.navMain span,
.navMain a {
  font-size: 12px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px;
  float: left;
  position: relative;
}

.navMain span:before,
.navMain span:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navMain span:before,
.navMain .linkPage:before {
  left: 50%;
  margin-left: -10px;
}

.navMain span:after,
.navMain .linkPage:after {
  right: 50%;
  margin-right: -10px;
}

.navMain span:hover::before,
.navMain span:hover::after,
.navMain .linkPage:hover::before,
.navMain .linkPage:hover::after {
  opacity: 1;
  bottom: -10px;
}

.navMain span:hover::before,
.navMain .linkPage:hover::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -8px;
}

.navMain span:hover::after,
.navMain .linkPage:hover::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: -8px;
}

.innerList {
  width: 160px;
  padding: 15px 20px 10px 20px;
  font-family: "ralewayThin", Arial, sans-serif;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -80px;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.64);
  transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}

.linkList:hover .innerList {
  top: 70px;
  visibility: visible;
  z-index: 100;
}

.linkList .innerList a {
  display: block;
  clear: both;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  opacity: 1;
}

.linkList .innerList a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- --  HOME -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.home {
  background: #012d52;
}

.home .headerMain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 5;
}

#homeSliderImage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.homeSlider .item {
  position: relative;
}

#homeSliderImage .slick-list {
  height: 100%;
}

#homeSliderImage .slick-list .slick-track {
  height: 100%;
}

#homeSliderImage .slick-list .slick-track img {
  margin: 0 auto;
  height: 100%;
}

#homeSliderTxt {
  top: 200px;
  z-index: 1;
}

.homeSlider .txt {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.homeSlider .txt.slick-active {
  opacity: 1;
  visibility: visible;
}

.homeSlider .txt h3,
.homeSlider .txt p {
  color: #fff;
  display: block;
}

.homeSlider .txt .title {
  padding: 100px 20px 20px 20px;
  text-align: center;
}

.homeSlider .txt h3 {
  font-family: "ralewayThin", Arial, sans-serif;
  font-size: 36px;
  width: 100%;
  text-align: center;
}

.homeSlider .txt p {
  font-family: "ralewayLight", Arial, sans-serif;
  font-size: 14px;
  padding: 20px;
  line-height: 22px;
  width: 60%;
}

.homeSlider .slick-dots {
  top: 85%;
}

.homeSlider .slick-dots li {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.homeSlider .slick-dots li.slick-active {
  background-color: #ffffff;
}

.homeSlider .slick-dots li button {
  background-color: transparent;
  border: 0;
  outline: 0;
  text-indent: -9999em;
}

.maskSliderHome {
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  top: -10%;
  left: -100%;
  background-color: rgba(41, 47, 73, 0.7);
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.maskSliderHome:before {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background: rgba(41, 47, 73, 0.7);
  position: absolute;
  top: -20px;
  right: 0;
}

.maskSliderHome button {
  width: 95px;
  height: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -9999em;
  border: 0;
  outline: 0;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.maskSliderHome button.slick-prev {
  bottom: 100%;
  left: 72%;
  margin-left: -50px;
  margin-bottom: -40px;
  z-index: 2;
  background-image: url(../img/prevSliderHome.png);
}

.maskSliderHome button.slick-next {
  bottom: 100%;
  left: 72%;
  margin-left: 20px;
  margin-bottom: -20px;
  z-index: 1;
  background-image: url(../img/nextSliderHome.png);
}

.maskSliderHome button.slick-prev.slick-disabled {
  background-image: url(../img/prevSliderHomeDisabled.png);
}

.maskSliderHome button.slick-next.slick-disabled {
  background-image: url(../img/nextSliderHomeDisabled.png);
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- --  FOOTER  -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.footerHome {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.footerHome .gridDefault {
  text-align: center;
}

.footerHome span {
  font-family: "ralewayLight", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  text-align: center;
}

.footerMain {
  width: 100%;
  min-height: 165px;
  background-color: #012d52;
  position: relative;
}

.footerMain:before,
.footerMain:after {
  content: "";
  display: block;
  position: absolute;
}

.footerMain:before {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 0;
}

.footerMain:after {
  width: 270px;
  height: 220px;
  background-image: url(../img/bgFooter.png);
  top: -55px;
  left: 50%;
  margin-left: -135px;
}

.footerMain #logoFooter {
  width: 90px;
  height: 85px;
  padding-top: 25px;
  display: block;
  background-color: #fff;
  float: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footerMain #logoFooter img {
  width: 100%;
  height: auto;
  display: block;
}

.footerMain #logoFooter h1 {
  height: 0;
  display: block;
  text-indent: -9999em;
}

.footerMain span {
  text-transform: uppercase;
  color: #fff;
  display: block;
  letter-spacing: 2px;
}

.footerMain .address {
  float: left;
  margin: 65px 0 0 20px;
}

.footerMain .address span {
  font-family: "ralewayBold", Arial, sans-serif;
  font-size: 9px;
  line-height: 18px;
}

.footerMain .copyright {
  float: right;
  margin: 85px 20px 0 0;
}

.footerMain .copyright span {
  font-family: "ralewayLight", Arial, sans-serif;
  font-size: 10px;
}

.footerMain .copyright span strong {
  font-family: "ralewayBold", Arial, sans-serif;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- - CONTENT - -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.contentPage {
  padding: 40px 0;
}

.contentPage p {
  font-family: "ralewayLight", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626164;
  display: block;
  padding: 20px 0;
}

.contentPage h3 {
  font-family: "ralewayBold", Arial, sans-serif;
  font-size: 20px;
  color: #012d52;
  text-transform: uppercase;
  padding-top: 20px;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- A JNA -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.contentPage .galleryMidia a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
  position: relative;
}

.contentPage .galleryMidia a .mask {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #fff;
  background-image: url(../img/iconSeeMore.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.contentPage .galleryMidia a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
}

.filterSearch {
  width: 100%;
  min-height: 90px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
}

.filterSearch div.slick-slide {
  height: 90px;
  margin: 0 20px;
  display: inline-block;
}

.filterSearch .slick-dots {
  left: 0;
  right: 0;
  bottom: 20px;
  height: 10px;
}

.filterSearch .slick-dots li {
  width: 20px;
  height: 10px;
}

.filterSearch .slick-dots li button {
  text-indent: -9999em;
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 20px;
  height: 10px;
  border-bottom: 1px solid #626164;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.filterSearch .slick-dots li.slick-active button {
  height: 10px;
  border-bottom: 5px solid #292f49;
}

.filterSearch .slick-prev,
.filterSearch .slick-next {
  width: 25px;
  height: 50px;
  background-image: url(../img/arrowsFilter.png);
  background-color: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  text-indent: -9999em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.filterSearch .slick-prev {
  background-position: 0px 0px;
  left: 20px;
}

.filterSearch .slick-next {
  background-position: -25px 0px;
  right: 20px;
}

.filterSearch .slick-prev:hover {
  left: 15px;
}

.filterSearch .slick-next:hover {
  right: 15px;
}

.filterSearch .slick-disabled {
  opacity: 0.3;
}

.filterSearch a {
  font-family: "ralewayLight", Arial, sans-serif;
  font-size: 18px;
  color: #012d52;
  line-height: 90px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  position: relative;
}

.filterSearch a:before,
.filterSearch a:after {
  content: "";
  display: block;
}

.filterSearch a:before {
  width: 100%;
  height: 1px;
  background-color: #012d52;
  position: absolute;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.filterSearch a:after {
  width: 1px;
  height: 30px;
  background-color: #e0e0e0;
  position: absolute;
  top: 30px;
  right: -20px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.filterSearch a:last-child::after {
  display: none;
}

.filterSearch a.filterSelect:before,
.filterSearch a:hover::before {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- EQUIPE - -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.thumbBoss {
  max-width: 940px;
  width: 100%;
  position: relative;
  margin: 40px auto 20px auto;
  max-height: 335px;
  overflow: hidden;
}

.thumbBoss:after,
.galleryTeam .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #fff;
}

.thumbBoss img,
.galleryTeam .item img {
  display: block;
  width: 100%;
}

.thumbBoss .title,
.galleryTeam .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  width: 100%;
  background-color: rgba(41, 47, 73, 0.7);
  text-align: center;
  padding: 0 20px;
}

.thumbBoss .title h3,
.galleryTeam .title h3 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.thumbBoss .title span,
.galleryTeam .title span {
  font-family: "ralewayLight", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  display: block;
}

.galleryTeam {
  clear: both;
  padding-bottom: 40px;
}

.galleryTeam .item {
  position: relative;
  margin-bottom: 20px;
}

.hoverShow {
  padding: 20px 0;
  position: absolute;
  bottom: -250px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.thumbHover .title {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.thumbHover:hover .title {
  height: 100%;
}

.thumbHover .title h3 {
  padding-top: 30px;
}

.thumbHover:hover .title h3 {
  padding-top: 40px;
}

.thumbHover:hover .hoverShow {
  bottom: 20px;
}

.touchShow p {
  font-family: "ralewayBold", Arial, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 16px;
  color: #fff;
  padding: 20px 10px;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- --  CLIENTES - -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.galleryClients {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px 0;
  position: relative;
}

.galleryClients .item {
  min-height: 220px;
  border: 1px solid #e3e3e3;
  margin: 0 10px 20px 10px;
}

.galleryClients .item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.galleryClients .slick-dots {
  height: 15px;
  bottom: 20px;
}

.galleryClients .slick-dots li,
.galleryClients .slick-dots li button {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.galleryClients .slick-dots li:hover button {
  background-color: rgba(41, 47, 73, 0.7);
}

.galleryClients .slick-dots li button {
  background-color: transparent;
  border: 1px solid #292f49;
  text-indent: -9999em;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.galleryClients .slick-dots li.slick-active {
  background-color: #292f49;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- --  PROJETOS - -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.galleryScalable {
  position: relative;
}

.galleryProjects {
  display: block;
}

.galleryProjects .item {
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  padding: 0;
  position: relative;
}

.galleryProjects .item img {
  margin: 0 auto;
  display: block;
  width: 100% !important;
}

.modalSlider .item iframe {
  width: 100%;
  max-height: 70vh;
  margin-bottom: 105px;
}

.galleryProjects .item.column1 {
  width: 270px;
}

.galleryProjects .item.column2 {
  width: 270px;
}

.galleryProjects .item.column3 {
  width: 270px;
}

.galleryProjects .item.line1 {
  height: 360px;
}

.galleryProjects .item.line2 {
  height: 360px;
}

.galleryProjects .item.line3 {
  height: 360px;
}

.galleryProjects.galleryClipping .item.column1.line2 img {
  height: 100%;
}

.galleryProjects .item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -200%;
  background-color: black;
  padding: 10px;
  display: table;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.galleryProjects .item .mask:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 340px solid rgba(0, 0, 0, 0.64);
  border-right: 150px rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 0;
  left: 100%;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.galleryProjects .item:hover .mask:after {
  border-bottom: 340px solid rgba(0, 0, 0, 0.64);
  border-right: 0px solid rgba(0, 0, 0, 0.64);
  background-color: rgba(0, 0, 0, 0.64);
}

.galleryProjects .item .mask * {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.galleryProjects .item:hover .mask * {
  opacity: 1;
  visibility: visible;
}

.galleryProjects .item .txt {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.galleryProjects .item .mask h3,
.galleryProjects .item .mask p {
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #fff;
}

.galleryProjects .item .mask h3 {
  font-family: "ralewayBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 5px;
}

.galleryProjects .item .mask p {
  font-family: "ralewayLight", Arial, sans-serif;
  font-size: 10px;
  line-height: 18px;
  padding: 20px 5px 0 5px;
}

.galleryProjects .item .mask button {
  font-family: "ralewayBold", Arial, sans-serif;
  color: black;
  font-size: 12px;
  margin-left: 28%;
  margin-top: 25%;
  width: 120px;
  background-color: #ffffff;
  cursor: pointer;
}

.galleryProjects .item .mask button a {
  font-family: "ralewayBold", Arial, sans-serif;
  color: black;
}

.clipping .galleryProjects .item .mask a {
  width: 75px;
}

.galleryProjects .item:hover .mask {
  left: 0;
  background-color: rgba(0, 0, 0, 0.74);
}

#trashGallery {
  display: none;
}

.modalOverlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  display: none;
  z-index: 50;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.closeModal {
  width: 40px;
  height: 40px;
  display: block;
  margin: 20px 0 0 0;
  text-indent: -9999em;
  float: right;
  background-image: url(../img/btnCloseModal.png);
  background-repeat: no-repeat;
}

.modalContent {
  width: 100%;
  max-width: 960px;
  top: 5%;
  left: 50%;
  margin-left: -480px;
  position: absolute;
  z-index: -10;
  margin-top: 90px;
  clear: both;
}

.modalSlider {
  display: none;
}

.modalShow .modalOverlay {
  opacity: 0.9;
  display: block;
}

.modalShow .modalContent {
  z-index: 55;
}

.modalSlider.modalShow {
  display: block;
}

.modalSlider .item {
  position: relative;
  height: 618px;
  background-color: #fff;
}

.modalSlider footer {
  width: 100%;
  min-height: 105px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.modalSlider:hover footer {
  opacity: 1;
  visibility: visible;
}

.modalSlider .caption {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-left: 35px;
}

.modalSlider .caption {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "ralewayRegular", Arial, sans-serif;
}

.modalSlider .caption .title {
  font-size: 20px;
  font-family: "ralewayRegular", Arial, sans-serif;
  color: #012d52;
  display: block;
  clear: both;
}

.modalSlider .caption .description {
  font-size: 14px;
  color: #626164;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 50%;
  clear: both;
}

.modalSlider .caption .type,
.modalSlider .caption .status {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 20px;
  font-size: 14px;
}

.modalSlider .caption .details {
  clear: both;
}

.modalSlider .caption strong {
  color: #012d52;
}

.modalSlider .caption span {
  color: #626164;
}

.modalSlider .custom_paging {
  width: 70px;
  height: 70px;
  border: 1px solid #c1c1c1;
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: 40px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.modalSlider:hover .custom_paging {
  opacity: 1;
}

.modalSlider .custom_paging li {
  font-family: "ralewayLight", Arial, sans-serif;
  font-size: 28px;
  color: #c1c1c1;
  color: #c1c1c1;
  line-height: 65px;
  display: none;
}

.modalSlider .custom_paging li.slick-active {
  display: block;
}

.modalSlider .item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.modalSlider.modalRevista .item img {
  max-height: 490px;
  margin-bottom: 120px;
}

.modalSlider button {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -9999em;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.modalSlider button.slick-prev {
  background-position: 0px 0px;
  left: -60px;
}

.modalSlider button.slick-next {
  background-position: -50px 0px;
  right: -60px;
}

.modalSlider button.slick-disabled {
  opacity: 0.2;
}

.modalSlider button.slick-prev {
  cursor: url(../img/arrowModalLeft.ico), auto;
}

.modalSlider button.slick-next {
  cursor: url(../img/arrowModal.ico), auto;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- - CONTATO - -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
.form {
  padding: 40px 0;
}

.form .fieldText {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  display: block;
  margin-bottom: 20px;
  font-family: "ralewayBold", Arial, sans-serif;
  font-size: 12px;
  color: #626164;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.form .fieldText.fieldTextarea {
  min-height: 200px;
  line-height: 30px;
}

.form .fieldText,
.form .fieldText.fieldTextarea {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.form .fieldText:hover,
.form .fieldText.fieldTextarea:hover {
  background-color: #f6f6f6;
}

.form .fieldText:focus,
.form .fieldText.fieldTextarea:focus {
  border-color: #ccc;
  background-color: #f6f6f6;
}

.form .btn {
  height: 50px;
  background-color: #fff;
  padding: 0 40px;
  float: right;
  border: 1px solid #e0e0e0;
  font-family: "ralewayBold", Arial, sans-serif;
  font-size: 12px;
  color: #626164;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.form .btn:hover {
  background-color: #012d52;
  color: #fff;
}

.gMap {
  padding: 40px 0;
}

.gMap #mapOffice {
  width: 100%;
  height: 410px;
}

.infobox-wrapper {
  display: none;
}

.infoBox {
  width: 80%;
  left: 10%;
  right: 10%;
}

.infoBox img {
  display: none;
}

#infobox {
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  border-top: 5px solid #292f49;
  font-family: "ralewayBold", Arial, sans-serif;
  font-size: 12px;
  color: #626164;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 15px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 15px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 15px 0px;
}

#infobox:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  z-index: 10;
}

#infobox span i {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  background-image: url(../img/iconsInfobox.png);
  margin-right: 10px;
}

#infobox span i.iconMap {
  background-position: 0px 0px;
  margin-bottom: 20px;
}

#infobox span i.iconPhone {
  background-position: 0px -20px;
}

#infobox span {
  display: block;
  margin-bottom: 10px;
}

.column1.line2.marginTopNeg {
  margin-top: -360px;
}

.column1.line1.marginTopNeg {
  margin-top: -180px;
}

/* -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -  - -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 993px) {
  /* == HEADER == */
  /* == FOOTER == */
  /* == CONTENT == */
  .filterSearch div {
    width: auto !important;
  }

  #homeSliderTxt .slick-dots {
    display: none !important;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* == HEADER == */
  .headerMain #logoMain {
    margin-left: 20px;
  }

  .navMain {
    margin-right: 20px;
  }

  .bgHeader h2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  /* == FOOTER == */
  .footerMain #logoFooter {
    margin: 40px 0 0 20px;
    padding: 0;
  }

  .footerMain .txtFooter {
    width: 50%;
    float: right;
  }

  .footerMain .address {
    float: right;
    margin: 60px 20px 0 0;
  }

  .footerMain .copyright {
    clear: both;
    margin: 40px 20px 0 0;
  }

  .footerMain:after {
    margin: 0;
    left: 130px;
  }

  /* == CONTENT == */
  .maskSliderHome {
    width: 200%;
    height: 200%;
    top: 10%;
    left: -100%;
  }

  #homeSliderTxt {
    left: 0;
    margin-left: 0;
  }

  .homeSlider .txt h3 {
    width: 100%;
  }

  #homeSliderTxt p {
    display: none;
  }

  #homeSliderTxt .slick-dots {
    display: none !important;
  }

  .contentPage {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* == EQUIPE == */
  .galleryTeam .item {
    padding-bottom: 100px;
  }

  .galleryTeam .title {
    padding: 0 15px;
  }

  .galleryTeam .item:after {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .galleryTeam .title {
    background-color: #012d52;
  }

  .thumbHover:hover .title {
    height: 100px;
  }

  /* == CLIENTES == */
  .galleryClients {
    max-width: 720px;
  }

  /* == PROJETOS == */
  .galleryProjects {
    margin: 0 auto;
  }

  .filterSearch {
    padding-bottom: 20px;
  }

  .filterSearch a.filterSelect {
    font-family: "ralewayBold", Arial, sans-serif;
  }

  .filterSearch a.filterSelect::before,
.filterSearch a.filterSelect:hover::before,
.filterSearch a:hover::before {
    display: none;
  }

  .galleryProjects .item .mask h3,
.galleryProjects .item .mask p,
.galleryProjects .item .mask:after {
    display: none;
  }

  .galleryProjects .item .mask,
.galleryProjects .item:hover .mask {
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0;
    background-color: transparent;
  }

  .galleryProjects .item .mask * {
    opacity: 1;
    visibility: visible;
  }

  .galleryProjects .item .mask .txt {
    border: 0;
  }

  .galleryProjects .item .mask a {
width: 100%;
        height: 100%;
        background-image: url(../img/iconSeeMoreWhite.png);
        background-position: right top;
        background-repeat: no-repeat;
        text-indent: 0;
        border: 0;
        position: relative;
        top: 0;
        display: block;
  }
.modalSlider .item{ 
position: relative;
    height: 524px;
    background-color: #fff;
    object-fit: fill;
}
.modalSlider .item img { 
    display: block;
    max-width: 100%;
    margin: 0 auto;
    object-fit: fill;
}
.modalSlider .custom_paging {
    left: 0;
    bottom: 50px;
    right: 40px;
    display: none;
}
.modalSlider.modalShow {

    overflow: hidden;
}
  .modalContent {
    max-width: inherit;
    left: 0;
    margin-left: 0;
  }

  .closeModal {
    margin-right: 20px;
  }

  /* == CONTATO == */
}
/* MEDIA QUERY SPECIAL - Masonry jQuery */
@media only screen and (max-width: 840px) {
  .galleryProjects .item.column1,
.galleryProjects .item.column1 img {
    width: 180px;
  }

  .galleryProjects .item.column2,
.galleryProjects .item.column2 img {
    width: 380px;
  }

  .galleryProjects .item.line1 {
    height: 131px;
  }

  .galleryProjects .item.line2 {
    height: 220px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .titulo-projetos {
    font-size: 50px;
    color: #000;
  padding: 0;
        padding-bottom: 50px;
        text-align: center;
  }

  .galeriaProjetos {
    margin-left: 4%;
  }

  .galleryVideos .item {
    height: auto;
  }
  .galleryVideos .item-video:hover {
    background-image: url("../img/play-btn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
  }
  .galleryVideos .item-video:hover .img-circle-videos {
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
  }

  .img-circle-videos {
    width: 100%;
    height: auto;
  }

  .galleryVideos .item {
    width: 100%;
  }

  .img-circle-videos {
    width: 100%;
    height: auto;
  }

  /* == HEADER == */
  .headerMain #logoMain {
    width: 60px;
    height: 58px;
    padding-top: 0;
    position: absolute;
    top: 20px;
    left: 10px;
    opacity: 1;
  }

  .navMobileOpen .headerMain #logoMain {
    top: -60px;
    opacity: 0;
  }

  .sectionPage {
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
            max-width: 100%;
        overflow-x: hidden;
  }
img, iframe {
    max-width: 100% !important;
}
  .navMobileOpen .sectionPage {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -ms-filter: blur(6px);
    -o-filter: blur(6px);
    filter: blur(6px);
  }

  #btnNavMobile {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
  }

  #btnNavMobile .hamb-top,
#btnNavMobile .hamb-middle,
#btnNavMobile .hamb-bottom {
    background-color: #fff;
    position: absolute;
    left: 10%;
    height: 2px;
    width: 80%;
  }

  #btnNavMobile .hamb-top {
    top: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #btnNavMobile .hamb-middle {
    top: 50%;
    margin-top: -1px;
    display: block;
  }

  #btnNavMobile .hamb-bottom {
    bottom: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .navMobileOpen #btnNavMobile .hamb-top {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navMobileOpen #btnNavMobile .hamb-middle {
    display: none;
  }

  .navMobileOpen #btnNavMobile .hamb-bottom {
    bottom: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .bgHeader {
    height: 340px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navMobileOpen .bgHeader {
    height: 524px;
  }

  .bgHeader h2 {
    text-align: center;
  }

  .navMain {
    width: auto;
    position: absolute;
    padding: 20px 40px;
    margin: 0;
    top: -300px;
    left: 100px;
    right: 100px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navMobileOpen .navMain {
    top: 20px;
    opacity: 1;
    visibility: visible;
  }

  .navMain .linkPage,
.navMain .linkList {
    float: none;
    clear: both;
    font-family: "ralewayLight", Arial, sans-serif;
    font-size: 24px;
  }

  .navMain .linkPage:before,
.navMain .linkPage:after,
.navMain .linkList:after,
.navMain .linkList:before {
    opacity: 1;
    bottom: inherit;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navMain .linkPage:before,
.navMain .linkList:before {
    left: inherit;
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navMain .linkPage:after,
.navMain .linkList:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navMain .linkPage:hover::before,
.navMain .linkList:hover::before {
    margin: 0;
    left: inherit;
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navMain .linkPage:hover::after,
.navMain .linkList:hover::after {
    margin: 0;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .linkList.dropList:before,
.linkList.dropList:after,
.linkList.dropList:hover::before,
.linkList.dropList:hover::after {
    top: 23px;
  }

  .linkList .innerList {
    width: 100%;
    height: 0;
    position: relative;
    top: inherit;
    left: inherit;
    padding: 0 0 0 20px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }

  .linkList.dropList .innerList {
    height: auto;
    margin: 20px 0 0 0px;
    opacity: 1;
    visibility: visible;
  }

  .linkList .innerList li a {
    float: none;
    font-family: "ralewayLight", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }

  .linkList .innerList li a:hover {
    border-color: rgba(255, 255, 255, 0);
  }

  .linkList:hover .innerList {
    opacity: 0;
    visibility: hidden;
    top: inherit;
    left: inherit;
  }

  .linkList.dropList:hover .innerList {
    opacity: 1;
    visibility: visible;
  }

  /* == FOOTER == */
  .footerHome span {
    float: none;
    display: block;
    text-align: center;
  }

  .footerMain #logoFooter {
    margin: 40px auto 0 auto;
    padding: 25px 0 0 0;
    float: none;
  }

  .footerMain .txtFooter {
    width: 90%;
    margin: 0 5%;
    float: none;
  }

  .footerMain span {
    text-align: center;
  }

  .footerMain .address {
    width: 100%;
    float: none;
    clear: both;
    margin: 60px 20px 0 0;
  }

  .footerMain .copyright {
    width: 100%;
    float: none;
    margin: 40px 20px 0px 0;
    padding-bottom: 20px;
  }

  .footerMain:after {
    display: none;
  }

  /* == CONTENT == */
  .homeSlider .maskSliderHome {
    display: none;
  }

  .homeSlider#homeSliderTxt {
    width: 80%;
    left: 10%;
    top: 150px;
  }

  .homeSlider#homeSliderTxt .title {
    padding-bottom: 100px;
  }

  .homeSlider#homeSliderTxt h3 {
    width: 100%;
    text-align: center;
    font-size: 28px;
  }

  #homeSliderTxt .slick-dots {
    display: block !important;
  }

  /* == EQUIPE == */
  .thumbBoss {
    padding-bottom: 100px;
  }

  .thumbBoss .title {
    padding: 0 15px;
  }

  .thumbBoss:after {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .thumbBoss .title {
    background-color: #012d52;
  }

  /* == CLIENTES == */
  .galleryClients {
    max-width: 480px;
  }

  /* == PROJETOS == */
  .galleryScalable {
    min-width: 400px;
  }

  .galleryScalable .item.column2 {
    max-width: 400px;
  }

  .galleryProjects .item.column1,
.galleryProjects .item.column1 img {
    width: 180px;
  }

  .galleryProjects .item.column2,
.galleryProjects .item.column2 img {
    width: 380px;
  }

  .modalOverlay,
.modalContent {
    top: 280px;
  }

  .navMobileOpen .modalOverlay,
.navMobileOpen .modalContent {
    top: 420px;
  }

  .modalSlider footer {
    opacity: 1;
    visibility: visible;
    position: initial;
  }

  .modalSlider .caption {
    width: 100%;
  }

  .modalSlider .caption:after {
    display: none;
  }

  .modalSlider .pagination {
    border-color: #626164;
  }

  .modalSlider .pagination span {
    color: #626164;
  }

  .form .btn {
    width: 100%;
    background-color: #012d52;
    color: #fff;
  }

  .footer-new {
    height: auto !important;
  }
  .footer-new .direitos p {
    margin-right: 0 !important;
    padding-top: 0 !important;
  }
  .footer-new .footer-text-line {
    border: none !important;
    text-align: center !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* == HEADER == */
  .navMain {
    width: auto;
    position: absolute;
    padding: 60px 40px 40px 40px;
    margin: 0;
    left: 20px;
    right: 20px;
  }

  .navMobileOpen .navMain {
    top: 20px;
    background: rgb(0 0 0 / 50%);
  }

  .navMobileOpen .bgHeader {
    height: 524px;
  }

  .bgHeader h2 {
    font-size: 14px;
  }

  /* == FOOTER == */
  /* == CONTENT == */
  /* == PROJETOS == */
  /* == EQUIPE == */
  .galleryTeam {
    max-width: 300px;
    width: 80%;
    padding-top: 20px;
    margin: 0 auto;
  }

  .galleryScalable {
    max-width: 300px;
    min-width: 300px;
            margin: 0 auto;
  }

  .galleryScalable .item.column2 {
    max-width: 300px;
  }

  .galleryProjects .item.column1,
.galleryProjects .item.column2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0s linear 0s !important;
    -moz-transition: all 0s linear 0s !important;
    -ms-transition: all 0s linear 0s !important;
    -o-transition: all 0s linear 0s !important;
    transition: all 0s linear 0s !important;
  }

  .galleryProjects .item.column1 img {
    width: 300px;
  }

  .galleryProjects .item.column1.line1 {
    height: 218px;
  }

  .galleryProjects .item.column1.line2 {
    height: 463px;
  }

  .modalOverlay,
.modalContent {
    top: 280px;
  }

  .navMobileOpen .modalOverlay,
.navMobileOpen .modalContent {
    top: 480px;
  }

  .modalSlider .caption {
    text-align: center;
  }

  .modalSlider .caption .details div {
    display: block;
    width: 100%;
    padding-top: 5px;
    float: none;
  }

  .modalSlider .pagination {
    bottom: inherit;
    top: -70px;
    left: 20px;
    height: 50px;
  }

  .modalSlider .pagination span {
    line-height: 45px;
  }

  /* == CLIENTES == */
  .galleryClients {
    max-width: 240px;
  }
  .modalSlider button.slick-prev {
    z-index: 100000;
    background: url(../img/arrowModalLeft.ico);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    left: 0;
}
.modalSlider button.slick-next {
    background: url(../img/arrowModal.ico);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    right: 0;
}


}
/* == IE == */
.ie .maskSliderHome button {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie .maskSliderHome button.slick-prev {
  bottom: 50%;
  margin-bottom: -30px;
  left: 0%;
  margin-left: 0px;
}

.ie .maskSliderHome button.slick-next {
  bottom: 50%;
  margin-bottom: -30px;
  left: auto;
  margin-left: 0px;
  right: 0%;
  margin-right: 0px;
}

.footer-new {
  background-color: #303030;
  height: 170px;
}
.footer-new .footer-text {
  margin-top: 65px;
}
.footer-new .footer-text p {
  line-height: 28px;
}
.footer-new .footer-text-line {
  border-right: 1px solid #ffffff;
}
.footer-new p {
  color: white;
  font-size: 13.5px;
  font-family: "ralewayBold", Arial, sans-serif;
}
.footer-new .direitos {
  text-align: center;
}
.footer-new .direitos p {
  font-family: "ralewayThin", Arial, sans-serif;
  padding-top: 15px;
  margin-right: -100px;
}
.footer-new .direitos strong {
  font-family: "ralewayBold", Arial, sans-serif;
}

/* == REMOVE ALGUMAS THUMBS DA ABA TODOS  == */

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