@charset "UTF-8";
/* Fonts */
/* Cores */
/* -=-=-=-=-=-= Mixins =-=-=-=-=-=- */
/* -=-=-=-=-= Globais =-=-=-=-=-*/
body, html {
  font-size: 62.5%;
  font-family: "EB Garamond", sans-serif;
  color: #FFFFFF; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

a.anchor {
  display: block;
  position: relative;
  top: -45px;
  z-index: -999;
  visibility: hidden; }

.campo-select {
  position: relative; }
  .campo-select i {
    pointer-events: none;
    position: absolute;
    top: 4px;
    right: 18px;
    padding-top: 2px;
    font-size: 2rem;
    background-color: white;
    height: 31px;
    width: 26px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.mfp-title {
  font-size: 1.9rem; }

.mfp-counter {
  font-size: 1.9rem !important; }

/*=-=-=-=-=-=- Botão voltar ao topo -=-=-=-=-=-=*/
#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 200; }
  #back-top a {
    width: 50px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    #back-top a span {
      width: 44px;
      height: 44px;
      display: block;
      background: url(../..//imagens/volta_topo.png) no-repeat left 0px; }

/* -=-=-=-=-= Nav Bar =-=-=-=-=-*/
header {
  text-align: center;
  height: 80px; }
  header .affix {
    top: 0;
    width: 100%;
    z-index: 9990 !important;
    max-height: 60px; }
    header .affix .header-fluid #header-container {
      position: relative;
      top: 0px;
      max-height: 60px;
      height: 60px; }
      header .affix .header-fluid #header-container .navbar-brand {
        display: inline-block;
        float: left;
        margin-top: -5px; }
        header .affix .header-fluid #header-container .navbar-brand img {
          max-width: 100%; }
      header .affix .header-fluid #header-container #navbar-menu {
        background: #003040;
        max-height: 60px;
        height: 60px; }
        header .affix .header-fluid #header-container #navbar-menu .nav {
          position: relative;
          top: 0px;
          float: right;
          max-height: 60px;
          height: 60px;
          -webkit-transition: top 1.6s;
          transition: top 1.6s; }
          header .affix .header-fluid #header-container #navbar-menu .nav > li > a {
            padding: 20px 40px;
            -webkit-transition: padding 1.6s;
            transition: padding 1.6s; }
        header .affix .header-fluid #header-container #navbar-menu .logo-nav {
          opacity: 1;
          height: auto;
          width: auto;
          visibility: visible;
          float: left;
          transform: scale(1);
          padding: 20px 0px;
          -webkit-transition: width 1.6s, visibility 1.6s, -webkit-transform 1.6s;
          transition: width 1.6s, visibility 1.6s, transform 1.6s; }
          header .affix .header-fluid #header-container #navbar-menu .logo-nav img {
            opacity: 1;
            height: auto;
            transform: scale(1);
            visibility: visible;
            width: 175px;
            -webkit-transition: width 1.6s, visibility 1.6s, -webkit-transform 1.6s;
            transition: width 1.6s, visibility 1.6s, transform 1.6s; }
  header .affix-top {
    position: relative;
    top: 0px;
    z-index: 120; }
    header .affix-top .header-fluid #header-container {
      background-color: transparent;
      max-height: 80px;
      height: 80px; }
      header .affix-top .header-fluid #header-container .navbar-brand {
        display: inline-block;
        float: left;
        margin-top: 5px; }
        header .affix-top .header-fluid #header-container .navbar-brand img {
          display: none; }
      header .affix-top .header-fluid #header-container #navbar-menu {
        background: transparent; }
        header .affix-top .header-fluid #header-container #navbar-menu .nav {
          position: relative;
          top: -40px;
          float: none;
          max-height: 80px;
          height: 80px;
          -webkit-transition: top 1.6s;
          transition: top 1.6s; }
        header .affix-top .header-fluid #header-container #navbar-menu .logo-nav {
          visibility: hidden;
          opacity: 0;
          height: 0px;
          width: 0px;
          transform: scale(0);
          -webkit-transition: width 1.6s, height 1.6s, visibility 1.6s, -webkit-transform 1.6s;
          transition: width 1.6s, height 1.6s, visibility 1.6s, transform 1.6s; }
          header .affix-top .header-fluid #header-container #navbar-menu .logo-nav img {
            visibility: hidden;
            opacity: 0;
            height: 0px;
            width: 0px;
            transform: scale(0);
            -webkit-transition: width 1.6s, height 1.6s, visibility 1.6s, -webkit-transform 1.6s;
            transition: width 1.6s, height 1.6s, visibility 1.6s, transform 1.6s; }
  header #nav-large {
    border-bottom: none;
    background-color: transparent; }
    header #nav-large .nav {
      display: inline-block;
      background: #003040; }
      header #nav-large .nav > li > a {
        color: white;
        font-family: "EB Garamond", sans-serif;
        font-size: 1.7rem;
        font-weight: 700;
        text-transform: uppercase;
        padding: 30px 40px;
        -webkit-transition: padding 1.6s;
        transition: padding 1.6s; }

/*=-=-=-=-=- Títulos -=-=-=-=-=-=*/
/* -=-=-=-=-=- Botões -=-=-=-=-=*/
.btn {
  border-radius: 0px;
  margin-bottom: 45px;
  padding: 10px 12px; }

#btn-envia {
  color: #fff;
  background-color: #F5C200;
  border-color: #F5C200;
  border-radius: 0px; }
  #btn-envia:hover, #btn-envia:focus, #btn-envia:active, #btn-envia.active, .open > #btn-envia.dropdown-toggle {
    color: #fff;
    background-color: #c29a00;
    border-color: #b89200; }
  #btn-envia:active, #btn-envia.active, .open > #btn-envia.dropdown-toggle {
    background-image: none; }
  #btn-envia.disabled, #btn-envia.disabled:hover, #btn-envia.disabled:focus, #btn-envia.disabled:active, #btn-envia.disabled.active, #btn-envia[disabled], #btn-envia[disabled]:hover, #btn-envia[disabled]:focus, #btn-envia[disabled]:active, #btn-envia[disabled].active, fieldset[disabled] #btn-envia, fieldset[disabled] #btn-envia:hover, fieldset[disabled] #btn-envia:focus, fieldset[disabled] #btn-envia:active, fieldset[disabled] #btn-envia.active {
    background-color: #F5C200;
    border-color: #F5C200; }
  #btn-envia .badge {
    color: #F5C200;
    background-color: #fff; }

.btn-amarelo {
  color: #fff;
  background-color: #F5C200;
  border-color: #F5C200;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "EB Garamond", sans-serif;
  text-transform: uppercase; }
  .btn-amarelo:hover, .btn-amarelo:focus, .btn-amarelo:active, .btn-amarelo.active, .open > .btn-amarelo.dropdown-toggle {
    color: #fff;
    background-color: #c29a00;
    border-color: #b89200; }
  .btn-amarelo:active, .btn-amarelo.active, .open > .btn-amarelo.dropdown-toggle {
    background-image: none; }
  .btn-amarelo.disabled, .btn-amarelo.disabled:hover, .btn-amarelo.disabled:focus, .btn-amarelo.disabled:active, .btn-amarelo.disabled.active, .btn-amarelo[disabled], .btn-amarelo[disabled]:hover, .btn-amarelo[disabled]:focus, .btn-amarelo[disabled]:active, .btn-amarelo[disabled].active, fieldset[disabled] .btn-amarelo, fieldset[disabled] .btn-amarelo:hover, fieldset[disabled] .btn-amarelo:focus, fieldset[disabled] .btn-amarelo:active, fieldset[disabled] .btn-amarelo.active {
    background-color: #F5C200;
    border-color: #F5C200; }
  .btn-amarelo .badge {
    color: #F5C200;
    background-color: #fff; }

#banner {
  position: relative;
  border-bottom: 3px solid #F5C200;
  height: 403px; }
  #banner .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99; }
  #banner .item {
    height: 400px; }

/* -=-=-=-=-= Section1 =-=-=-=-=-*/
#section1 {
  position: relative;
  padding: 35px 0;
  padding-top: 110px;
  margin-top: -80px;
  background: url(../..//imagens/fundo-historia.jpg) no-repeat center top;
  background-size: 100%; }
  #section1 .titulo {
    text-align: center;
    position: relative;
    padding-bottom: 40px; }
    #section1 .titulo div {
      display: block; }
      #section1 .titulo div p {
        font-size: 4rem;
        padding-bottom: 15px;
        color: #003040;
        display: inline-block;
        text-transform: uppercase;
        font-family: "EB Garamond", sans-serif;
        font-weight: 500;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
        border-bottom: 3px solid #F5C200; }
    #section1 .titulo span {
      width: 50%;
      height: 3px;
      background: #F5C200;
      display: inline-block;
      float: left;
      position: relative;
      margin-top: -3px; }
  #section1 .text-add {
    text-align: justify;
    font-size: 1.6rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #434343;
    text-transform: initial;
    margin-bottom: 40px;
    line-height: 130%; }
  #section1 .fim-div {
    text-align: center;
    position: relative;
    padding-bottom: 5px; }
    #section1 .fim-div div {
      display: block; }
      #section1 .fim-div div p {
        font-size: 1rem;
        padding-bottom: 0px;
        color: #434343;
        display: inline-block;
        text-transform: uppercase;
        font-family: "EB Garamond", sans-serif;
        font-weight: 500;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
        border-bottom: 3px solid #F5C200; }
    #section1 .fim-div span {
      width: 50%;
      height: 3px;
      background: #F5C200;
      display: inline-block;
      float: right;
      position: relative;
      margin-top: -3px; }

#video {
  position: relative;
  overflow: hidden; }
  #video #overcam {
    position: absolute;
    width: 100%;
    height: 897px;
    background: url(../..//imagens/fnd-banner.png);
    z-index: 99; }
  #video #hero-vid {
    width: 100%;
    height: 900px; }

#historia {
  position: relative;
  padding-top: 45px; }
  #historia .titulo {
    text-align: center;
    position: relative;
    padding-bottom: 40px; }
    #historia .titulo div {
      display: block; }
      #historia .titulo div p {
        font-size: 4rem;
        padding-bottom: 15px;
        color: #434343;
        display: inline-block;
        text-transform: uppercase;
        font-family: "EB Garamond", sans-serif;
        font-weight: 500;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
        border-bottom: 3px solid #F5C200; }
    #historia .titulo span {
      width: 50%;
      height: 3px;
      background: #F5C200;
      display: inline-block;
      float: left;
      position: relative;
      margin-top: -3px; }
  #historia .text-hist {
    text-align: justify;
    font-size: 1.6rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #434343;
    text-transform: initial;
    margin-bottom: 40px;
    line-height: 130%; }
  #historia .fim-div {
    text-align: center;
    position: relative;
    padding-bottom: 5px; }
    #historia .fim-div div {
      display: block; }
      #historia .fim-div div p {
        font-size: 1rem;
        padding-bottom: 0px;
        color: #434343;
        display: inline-block;
        text-transform: uppercase;
        font-family: "EB Garamond", sans-serif;
        font-weight: 500;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
        border-bottom: 3px solid #F5C200; }
    #historia .fim-div span {
      width: 50%;
      height: 3px;
      background: #F5C200;
      display: inline-block;
      float: right;
      position: relative;
      margin-top: -3px; }

#index-sobre {
  position: relative;
  background: #F5C200;
  height: 450px;
  margin-top: 200px;
  margin-bottom: 200px; }
  #index-sobre #container-sobre {
    background: #EEEEEE;
    box-shadow: 0px 0px 53px -8px #6f6f6f;
    position: relative;
    top: -145px;
    padding: 50px 55px; }
    #index-sobre #container-sobre .titulo {
      text-align: center;
      font-size: 4rem;
      font-family: "EB Garamond", sans-serif;
      font-weight: 500;
      color: #434343;
      text-transform: uppercase;
      margin-bottom: 40px; }
      #index-sobre #container-sobre .titulo .barra {
        display: block;
        background: #F5C200;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 15px;
        width: 122px;
        height: 3px; }
    #index-sobre #container-sobre .text-caf {
      text-align: justify;
      font-size: 1.6rem;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      color: #434343;
      text-transform: initial;
      margin-bottom: 40px;
      line-height: 130%; }

#section-sust {
  position: relative;
  padding-top: 45px; }
  #section-sust .titulo {
    text-align: center;
    position: relative;
    padding-bottom: 40px; }
    #section-sust .titulo div {
      display: block; }
      #section-sust .titulo div p {
        font-size: 4rem;
        padding-bottom: 15px;
        color: #434343;
        display: inline-block;
        text-transform: uppercase;
        font-family: "EB Garamond", sans-serif;
        font-weight: 500;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
        border-bottom: 3px solid #F5C200; }
    #section-sust .titulo span {
      width: 50%;
      height: 3px;
      background: #F5C200;
      display: inline-block;
      float: left;
      position: relative;
      margin-top: -3px; }
  #section-sust .text-sust {
    text-align: justify;
    font-size: 1.6rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #434343;
    text-transform: initial;
    margin-bottom: 40px;
    line-height: 130%; }

#sec-projetos .titulo {
  text-align: center;
  font-size: 3rem;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  color: #434343;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-top: 20px; }
  #sec-projetos .titulo .barra {
    display: block;
    background: #F5C200;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 82px;
    height: 2px; }
#sec-projetos #owl-projetos .item {
  border: 5px solid #F5C200; }
#sec-projetos #owl-projetos .owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 16px 5px;
  border-radius: 0px; }
#sec-projetos #owl-projetos .owl-controls .owl-dots .owl-dot.active span, #sec-projetos #owl-projetos .owl-controls .owl-dots .owl-dot:hover span, #sec-projetos #owl-projetos .owl-controls .owl-dots .owl-dot:active span, #sec-projetos #owl-projetos .owl-controls .owl-dots .owl-dot:focus span {
  background: #434343; }
#sec-projetos #nav-projetos {
  position: relative;
  top: -135px; }
  #sec-projetos #nav-projetos .comum {
    display: inline-block;
    cursor: pointer; }
    #sec-projetos #nav-projetos .comum div {
      display: inline-block;
      width: 35px;
      height: 27px;
      margin-top: -27px; }
  #sec-projetos #nav-projetos .prev {
    float: left;
    margin-left: -50px; }
    #sec-projetos #nav-projetos .prev div {
      /*@include triangle(left, 14px, #ccc);*/
      background: url(../..//imagens/seta-anterior-proj.jpg) no-repeat center center; }
  #sec-projetos #nav-projetos .next {
    float: right;
    margin-right: -50px; }
    #sec-projetos #nav-projetos .next div {
      /*@include triangle(right, 14px, #ccc);*/
      background: url(../..//imagens/seta-proximo-proj.jpg) no-repeat center center; }

#sec-contato {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 45px; }
  #sec-contato .titulo {
    text-align: center;
    position: relative;
    padding-bottom: 40px; }
    #sec-contato .titulo div {
      display: block; }
      #sec-contato .titulo div p {
        font-size: 4rem;
        padding-bottom: 15px;
        color: #434343;
        display: inline-block;
        text-transform: uppercase;
        font-family: "EB Garamond", sans-serif;
        font-weight: 500;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
        border-bottom: 3px solid #F5C200; }
    #sec-contato .titulo span {
      width: 50%;
      height: 3px;
      background: #F5C200;
      display: inline-block;
      float: left;
      position: relative;
      margin-top: -3px; }
  #sec-contato .form-contato {
    font-family: "Raleway", sans-serif; }
    #sec-contato .form-contato .form-group label {
      font-size: 1.2rem;
      color: #434343; }
    #sec-contato .form-contato .form-group .form-control {
      border-radius: 0px;
      background: white;
      color: #434343; }
      #sec-contato .form-contato .form-group .form-control:focus, #sec-contato .form-contato .form-group .form-control:active {
        border: 1px solid #ccc;
        border-bottom: 2px solid #ccc; }
  #sec-contato .info {
    color: black;
    font-size: 1.4rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 120%;
    padding-top: 16px; }
    #sec-contato .info .endereco {
      background: url(../..//imagens/pin-i.jpg) no-repeat left center;
      height: 35px;
      padding-left: 50px;
      padding-top: 9px;
      margin-top: 5px;
      margin-bottom: 5px; }
    #sec-contato .info .telefone {
      background: url(../..//imagens/fon-i.jpg) no-repeat left center;
      height: 35px;
      padding-left: 50px;
      padding-top: 9px;
      margin-top: 5px;
      margin-bottom: 5px; }
    #sec-contato .info .email {
      background: url(../..//imagens/mail-i.jpg) no-repeat left center;
      height: 35px;
      padding-left: 50px;
      padding-top: 9px;
      margin-top: 5px;
      margin-bottom: 5px; }
  #sec-contato #gmaps {
    margin-top: 20px;
    height: 190px; }

/* -=-=-=-=-= Footer =-=-=-=-=-*/
footer {
  position: relative;
  padding: 20px 0px;
  border-top: 3px solid #F5C200; }
  footer .logo-empresa {
    margin: 0 auto; }
  footer .direitos {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    color: black;
    padding-top: 15px; }
  footer .img-agencia {
    display: inline-block;
    position: relative;
    top: -50px;
    float: right;
    margin-bottom: -36px; }

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