@import url("../fonts/proxima-nova-web-fonts-master/fonts/fonts.min.css");
@media (min-width: 980px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 980px; } }
body {
  font: 100% "Lato", sans-serif; }

.offset-0 {
  padding-left: 0;
  padding-right: 0; }

.pf {
  margin-bottom: 0; }

.container-fluid {
  padding: 0; }

.clear {
  clear: both; }

.btn {
  width: 350px;
  padding: 19px 26px 19px;
  text-transform: uppercase;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #c4c4f5;
  font-family: "proxima_nova_altbold";
  color: #323641;
  font-size: 20px;
  text-align: left;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  .btn:hover {
    color: #fff;
    background: #6e778e; }
  .btn:after {
    content: "t";
    text-indent: -9999px;
    right: 0;
    position: absolute;
    top: 0;
    display: block;
    background: url("../img/seta.png") #a3a3ff;
    width: 48px;
    height: 68px; }

h1 {
  font-weight: 300; }

.titulo {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  line-height: 150%;
  margin-bottom: 70px; }

p {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #fff; }
  p strong {
    font-weight: 700; }

.sucesso {
  display: none;
  position: absolute;
  z-index: 1; }

.container {
  max-width: 950px; }

.corpo {
  background: url("../img/bg-planta.jpg") no-repeat top center; }

.corpo-texto {
  z-index: 1;
  position: relative;
  margin-top: -100px;
  border-top: 4px solid #a3a3ff;
  min-height: 50px;
  background: rgba(50, 54, 65, 0.9);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
  padding-top: 100px;
  padding-bottom: 80px; }
  .corpo-texto .category {
    color: #a3a3ff;
    font-family: "proxima_nova_altbold";
    text-transform: uppercase; }
  .corpo-texto .fx {
    width: 30px;
    height: 5px;
    margin-bottom: 15px;
    background: #a3a3ff; }

.corpo-texto-2 {
  margin-top: 80px; }
  .corpo-texto-2 p {
    color: #333; }

.padding-lateral {
  padding-left: 67px;
  padding-right: 67px; }

header {
  position: absolute;
  width: 100%;
  height: 124px;
  top: 0;
  z-index: 10;
  border-top: 12px solid #000; }
  header .container {
    z-index: 2;
    position: relative; }
  header #logo {
    margin-top: 26px;
    width: 130px;
    height: auto;
    float: left; }
  header .botao {
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 20px;
    float: right;
    margin-top: 0px; }
    header .botao span {
      margin-top: 23px;
      font-size: 26px;
      font-weight: 600;
      color: #323641;
      float: left; }
    header .botao div {
      float: right;
      width: 45px;
      height: 6px;
      margin-bottom: 5px;
      background-color: #fff; }
    header .botao .b1 {
      margin-top: 3px; }
  header nav {
    width: 100%; }
    header nav ul {
      margin-top: 60px;
      float: right; }
      header nav ul li {
        font-family: "proxima_nova_altbold";
        float: left;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        font-size: 15px;
        margin-left: 20px;
        border-collapse: collapse;
        position: relative; }
        header nav ul li.active a {
          font-weight: 800; }
        header nav ul li a {
          display: block;
          position: relative;
          text-align: center;
          z-index: 2;
          height: 50px;
          padding-top: 15px;
          padding-bottom: 15px;
          overflow: hidden;
          color: #fff;
          text-decoration: none !important;
          -webkit-transition: color 0.3s ease-out;
          -moz-transition: color 0.3s ease-out;
          -o-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
          header nav ul li a .txt {
            padding-left: 20px;
            padding-right: 20px;
            position: relative;
            z-index: 2;
            text-align: center; }
          header nav ul li a .over {
            z-index: 1;
            display: block;
            width: 100%;
            position: absolute;
            bottom: -100%;
            height: 100%;
            background: rgba(196, 196, 245, 0.7);
            -webkit-transition: bottom 0.3s ease-in-out;
            -moz-transition: bottom 0.3s ease-in-out;
            -o-transition: bottom 0.3s ease-in-out;
            transition: bottom 0.3s ease-in-out; }
          header nav ul li a:hover {
            color: #323641; }
            header nav ul li a:hover .over {
              bottom: 0; }
      header nav ul .active a {
        color: #fff; }
        header nav ul .active a .over {
          z-index: 1;
          display: block;
          width: 100%;
          position: absolute;
          bottom: 0;
          height: 2px;
          background: #c4c4f5; }
        header nav ul .active a:hover {
          color: #fff; }
          header nav ul .active a:hover .over {
            height: 2px;
            background: #c4c4f5; }
  header .form-area {
    position: relative;
    padding-top: 25px;
    height: 130px; }
    header .form-area span {
      color: #000;
      font-size: 1.0rem;
      margin-right: 20px; }
    header .form-area label {
      left: 0;
      top: 0;
      font-size: 10px;
      position: absolute;
      color: #323641; }
    header .form-area a {
      color: #323641; }
    header .form-area #nome-error {
      left: 140px; }
    header .form-area #senha-error {
      left: auto;
      right: 105px; }
    header .form-area input {
      position: relative;
      width: 110px;
      padding: 3px;
      margin: 0 8px;
      border: 1px solid rgba(0, 0, 0, 0.5); }
    header .form-area button {
      background: #323641;
      color: white;
      bottom: 0;
      padding: 3px 5px;
      border: 0;
      font-weight: 700; }
  header .tit {
    position: absolute;
    bottom: 6px;
    font-size: 2rem;
    color: #323641; }

.menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 50%;
  height: 100%;
  background: #c4c4f5; }
  .menu .form-area {
    display: none; }
  .menu .botao-fechar {
    position: absolute;
    right: 0px;
    top: 50px;
    color: #fff;
    z-index: 2;
    font-size: 40px;
    cursor: pointer; }
  .menu nav {
    float: right;
    width: 100%; }
    .menu nav ul {
      position: relative;
      z-index: 1;
      width: 100%;
      float: left;
      padding-top: 50px;
      padding-left: 0px;
      padding-right: 0; }
    .menu nav li {
      text-align: left;
      font-size: 16px !important;
      padding: 0;
      margin-bottom: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .menu nav li.active a {
        color: #323641 !important; }
      .menu nav li ul {
        padding-top: 0;
        padding-bottom: 20px; }
        .menu nav li ul li {
          padding-left: 10px; }
    .menu nav a {
      text-decoration: none !important;
      font-weight: 800;
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out;
      padding-bottom: 15px;
      padding-top: 15px;
      display: block;
      color: white; }
      .menu nav a:hover {
        color: #323641 !important; }
      .menu nav a:active {
        color: #323641 !important; }
  .menu .acesso {
    position: absolute;
    bottom: 40px;
    margin-top: 280px;
    float: right;
    right: 0;
    color: white;
    margin-right: 60px; }
    .menu .acesso h3, .menu .acesso .tel, .menu .acesso .mail {
      text-align: right; }
    .menu .acesso h3 {
      font-size: 2vw; }
    .menu .acesso .tel {
      font-size: 1.4vw; }
      .menu .acesso .tel b {
        font-size: 1.8vw; }
    .menu .acesso a {
      color: #fff; }
    .menu .acesso .mail {
      font-size: 1.4vw; }

.fotorama .fotorama__html div {
  background-color: rgba(0, 0, 0, 0.45); }
.fotorama .fotorama__arr {
  width: 30px;
  height: 50px; }
.fotorama .fotorama__arr--prev {
  background: url("../img/seta-left.png"); }
.fotorama .fotorama__arr--next {
  background: url("../img/seta-right.png"); }

.banner {
  position: relative;
  overflow: hidden; }
  .banner .titulo {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    margin-top: -48px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: normal;
    font-size: 69px; }
  .banner img {
    position: relative;
    z-index: 1;
    width: 100%; }

footer .bg {
  background: #f0f0f0;
  padding-bottom: 16px; }
  footer .bg .fx {
    padding-top: 16px;
    border-top: 8px solid #323641; }
  footer .bg .img {
    height: 85px;
    float: right; }
  footer .bg .borda {
    padding-right: 40px;
    border-right: 1px solid #323641; }
  footer .bg .col-md-6 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase; }
  footer .bg ul {
    margin-left: 30px;
    margin-bottom: 0; }
    footer .bg ul li a {
      font-size: 14px;
      color: #323641; }
    footer .bg ul li:before {
      content: ">>";
      font-size: 10px;
      font-weight: 800; }
footer .bg-1 {
  background: #201a16;
  padding-top: 23px;
  padding-bottom: 23px; }
  footer .bg-1 .img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  footer .bg-1 p {
    color: #fff; }
footer .bg-2 {
  padding-top: 23px;
  padding-bottom: 23px;
  background: #000; }
  footer .bg-2 p {
    color: #d6d6d6;
    margin-bottom: 0;
    font-size: 12px; }

.home {
  position: relative;
  width: 100%;
  min-height: 558px;
  z-index: 2;
  padding-bottom: 80px; }
  .home .btn {
    margin-top: 130px; }

.home-2 {
  position: relative;
  width: 100%;
  height: 466px;
  overflow: hidden; }
  .home-2 .container {
    position: relative;
    z-index: 3;
    padding-top: 100px;
    padding-bottom: 75px; }
    .home-2 .container .titulo {
      font-size: 40px;
      margin-bottom: 60px; }
  .home-2 img {
    position: absolute;
    z-index: 1; }
  .home-2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6); }

.home-3 {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px; }
  .home-3 .col-md-4 img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75); }
  .home-3 .btn {
    left: 50%;
    margin-left: -175px;
    margin-top: 50px;
    background: #6e778e;
    color: #fff; }
    .home-3 .btn:hover {
      color: #323641;
      background: #a3a3ff; }
    .home-3 .btn:after {
      background: url("../img/seta.png") #323641; }

.about .container .titulo {
  margin-bottom: 5px; }
.about .container .btn {
  left: 50%;
  margin-left: -175px; }

.ports {
  position: relative; }
  .ports .titulo-h {
    overflow: hidden;
    height: 76px;
    display: table-cell;
    vertical-align: bottom; }
  .ports .ft {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 345px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75); }
    .ports .ft img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: relative;
      display: block;
      margin-left: auto;
      margin-right: auto;
      z-index: 1; }
    .ports .ft .over {
      width: 100%;
      height: 100%;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      z-index: 2;
      padding: 25px; }
      .ports .ft .over .fa-plus {
        color: #323641;
        background: #a3a3ff;
        padding: 10px 10px 8px;
        position: absolute;
        font-size: 20px;
        top: 10px;
        right: 10px; }
      .ports .ft .over .category {
        color: #a3a3ff;
        font-family: "proxima_nova_altbold";
        text-transform: uppercase; }
      .ports .ft .over .fx {
        width: 30px;
        height: 5px;
        margin-bottom: 15px;
        background: #a3a3ff; }
      .ports .ft .over h2 {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase; }
      .ports .ft .over p {
        height: 67px;
        line-height: normal;
        overflow: hidden; }

.img-about {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
  margin-top: 80px; }

.portfolio {
  padding-left: 60px;
  padding-right: 60px; }

.interno {
  background: none; }
  .interno .fotorama {
    border-top: 4px solid #a3a3ff; }
    .interno .fotorama .fotorama__stage {
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55); }
  .interno .fotorama__thumb-border {
    border-color: #a3a3ff !important; }

.services .corpo-texto {
  margin-bottom: 40px; }
.services h1 {
  margin-bottom: 20px; }
.services h2 {
  font-family: "Proxima Nova";
  font-weight: 300;
  text-transform: uppercase; }
.services .ports {
  margin-bottom: 40px; }
  .services .ports .btn {
    width: 100%;
    margin-top: 10px; }

.contato {
  width: 100%; }
  .contato .uf {
    padding-left: 0; }
  .contato input, .contato textarea {
    width: 100%;
    padding: 20px 10px;
    border: 0px solid #d1d2d2;
    margin-bottom: 4px;
    font-size: 15px;
    color: #666666; }
  .contato .input-box {
    padding-right: 2px; }
  .contato .mensagem-box {
    padding-left: 2px; }
  .contato textarea {
    height: 179px;
    margin-bottom: 0px; }
  .contato .bg-send {
    width: 100%;
    float: left;
    background: #e5e5e5;
    position: relative;
    margin-top: 2px; }
    .contato .bg-send .btn {
      font-weight: bold;
      float: right;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      border-size: 1px;
      border-color: #323641;
      padding-top: 21px;
      padding-bottom: 21px;
      color: #c4c4f5;
      background: #323641;
      font-size: 17px;
      margin-top: 0px; }
      .contato .bg-send .btn:hover {
        color: #fff;
        background: #c4c4f5;
        color: #323641;
        border-color: #c4c4f5; }
  .contato ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
    font-weight: bold;
    text-transform: uppercase; }
  .contato ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    font-weight: bold;
    text-transform: uppercase; }
  .contato :-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
    font-weight: bold;
    text-transform: uppercase; }
  .contato :-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
    font-weight: bold;
    text-transform: uppercase; }
  .contato .sucesso {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1; }
    .contato .sucesso i {
      font-size: 70px;
      float: left;
      margin-right: 20px; }

@media screen and (max-width: 1100px) {
  header .botao {
    display: inline; }
  header nav {
    display: none; } }

/*# sourceMappingURL=estilo.css.map */
