/*************************
*******Typography******
**************************/
body {
  padding-top: 0px;
  background: #959595;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
  overflow-x: hidden;
}
p {
  font-family: 'Rubik', sans-serif;
  line-height: 120%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Rubik', sans-serif;
  color: #363636;
  padding: 0;
  margin: 0;
}
a {
  color: #f9e3ab;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #cba480;
}
form {
    margin-bottom: 50px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #cba480;
    background-color: transparent;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
} 
:focus {
  outline: none;
}
.modal-lg {
    width: 100% !important;
}
.bg-header {    
  background: rgba(255, 255, 255, .9);
}
.bg-header.active {    
  background: rgba(255, 255, 255, .9);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*.container {
    padding-right: 115px;
    padding-left: 115px;
}*/
/*************************
*******Header******
**************************/

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 368px;
}

.box-logo-menu {
  display: none;
  margin-right: 10px;
  float: left;
  padding: 4px;
}

.box-logo-menu img {
  width: 70px;
}
#header .box-rede a {
      background: #cba480;
    color: #f9e3ab;
    font-size: 2.8rem;
    border-radius: 100%;
    margin-right: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    text-align: center;
    margin-top: 15px;
    float: left;
}
#header .box-rede a:hover {
    background: #f9e3ab;
    color: #cba480;
}
#header #box-logo {
     position: relative;
    z-index: 9;
}
#header .logo {
  position: absolute;
  margin-top: 100px;
  margin-left: 8%;
  padding-right: 16%;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 19px;
  margin-right: 0px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  display: none;
}

.link-traducao {
  position: absolute;
  right: 22px;
}

.link-traducao.brasil {
    margin-left: 30px;
    margin-right: 30px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  width: 100%;
}
.navbar-right {
  margin-right: 0px;
}
.navbar-nav {
  float: right;
}
#main-menu.navbar-default .navbar-nav > li > a span {
  color: #0c5f88;
}
.carousel-container {
  float: right;
  margin-top: 35%;
  width: 300px;
  background: rgba(255, 255, 255, 1);
}
.carousel-content {
  border-left:0px solid #363636;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}


@media (max-width: 1199px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      width: inherit;
      padding-right: 0;
      padding-left: 0;
  }
}


@media (max-width: 1054px) {
   #main-slider .owl-next {
      right: 0px !important;
  }
  #main-slider .owl-prev {
      left: 0px !important;
  }
  .carousel-container {
      width:300px;
  }
}

@media (max-width: 846px) {
  .navbar-header {
      margin-right: 20px;
  }
  .container {
      padding-right: 15px;
      padding-left: 15px;
  }
 
}

@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  }
  #main-menu.navbar-default .navbar-nav > li {


  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 6px;
    padding-left: 6px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    border-top: 0px solid #45aed6;
    color: #000;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider img {
  /*margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -960px;*/
  width: 100%;
}
#main-slider .item {
  /*height: 1014px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;*/
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding-top:0px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#main-slider .slider-inner h2 > span, #main-slider .slider-inner p > span {
  color: #0c5f88;
}
#main-slider .slider-inner p {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0px;
  padding-bottom: 0px;
  color: #545454;
  margin-bottom: 0px;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 70%;
    /* background-color: rgba(0, 0, 0, 0.2); */
    color: #fff;
    font-size: 54px;
    display: inline-block;
    margin-top: -145px;
    height: 70px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    /* border-radius: 100px; */
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    border: 1px solid #fff;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #363636;
}
#main-slider .owl-prev { 
  left: 5px;
  text-indent: 0px;
}
#main-slider .owl-next {
  right: 5px;
  text-indent: 0px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

section {  
  padding: 100px 0;
}

#section-viver {
    background: #fff;
    width: 100%;
    padding: 0;
    padding-bottom: 80px;
}

#section-viver header {
    padding: 50px 0;
    position: relative;
    z-index: 91;
}

#section-viver .row div {
    /*margin-bottom: 20px;*/
}

#section-viver .box-content {
    position: absolute;
    top: 50%;
    padding: 10px;
    background: rgba(87, 152, 89, .8);
    height: 74%;
    width: 84%;
    display: none;
    margin-top: -52% !important;
    left: 50%;
    margin-left: -42%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section-viver .bt-fechar {
    width: 100%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    letter-spacing: -1px;
    cursor: pointer;
    margin-top: 10px;
}

#section-viver h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 6rem;
  color: #2f3532;
  padding-top: 20px;
  font-weight: 100;
  letter-spacing: -5px;
   -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

#section-viver h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  color: #2f3532;
  padding-top: 0px;
  padding-bottom: 60px;
  font-weight: 100;
  /*margin-left: 24.5rem;*/
}

#section-viver a {
  color: #000;
  cursor: pointer;
  display: block;
  margin-top: 50px;
}

.btn-viver-01 .figure {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#box-viver-01 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-viver-02 .figure {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

#box-viver-02 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.btn-viver-03 .figure {
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

#box-viver-03 {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.btn-viver-04 .figure {
  opacity: 1;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

#box-viver-04 {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

#section-viver .figure.mover-viver {
   margin-top: -50px;
}

#section-viver .box-content {
   margin-top: 50px;
}

#section-viver .box-content.mover-content {
   margin-top: 0px;
}

#section-viver a .figure {
	overflow: hidden;
}

#section-viver a:hover img {
	-webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-delay: .2s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

#section-viver a:hover p {
  text-decoration: underline;
}

#section-viver .btn-viver p {
	text-align: center;
    /* padding: 6px; */
    text-transform: uppercase;
    margin-top: 6px;
    padding-bottom: 23px;
    color: #535353;
}

#section-viver .box-content p {
  color: #fff;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}

#section-viver p span {
    font-size: 3rem;
    display: block;
    margin-top: 7px;
    line-height: 3rem;
}

#section-viver .box-content p {
    
}

#section-viver .img-viver {
  position: absolute;
  right: -50px;
  margin-top: -186px;
  z-index: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#section-viver .img-viver.mover {
  right: 0px;
}

.modal p {
  margin-top: 10px;
  color: #000;
  line-height: 2rem;
}

#section-imagens {
  padding: 0;
}

#section-imagens h2 {
  text-transform: uppercase;
  font-size: 6rem;
  color: #fff;
  padding-top: 71px;
  font-weight: 100;
  opacity: .8;
  position: absolute;
  z-index: 9;
}

#section-imagens .carousel-control {
  width: inherit;
}

#section-imagens .carousel-indicators {
    bottom: 20px;
    top: 110px;
    left: inherit;
    right: 10%;
    margin-left: inherit;
    width: inherit;
}

#section-imagens .carousel-indicators li,
#section-imagens .carousel-indicators .active {
    width: 20px;
    height: 20px;
}

#section-imagens .carousel-control .glyphicon-chevron-left, 
#section-imagens .carousel-control .glyphicon-chevron-right, 
#section-imagens .carousel-control .icon-prev, 
#section-imagens .carousel-control .icon-next {
    margin-top: -75px;
    width: 85px;
    height: 140px;
}

#section-imagens .carousel-control .glyphicon-chevron-right, 
#section-imagens .carousel-control .icon-next {
    margin-right: 15px;
}

#section-imagens .carousel-control .glyphicon-chevron-left, 
#section-imagens .carousel-control .icon-prev {
    margin-left: 15px;
}

#section-imagens .glyphicon-chevron-right {
  background: url("../images/seta-right.png");
}

#section-imagens .glyphicon-chevron-left {
  background: url("../images/seta-left.png");
}

#section-imagens .glyphicon-chevron-right:before,
#section-imagens .glyphicon-chevron-left:before {
    font-size: 7rem;
    visibility: hidden;
}

#section-imagens .item p {
    position: absolute;
    top: 60px;
    color: #fff;
    font-size: 2rem;
    left: 50%;
    margin-left: -34.1%;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, .5);
}

#section-video {
  background: #fff;
}

#section-video h2 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}

#section-video .bg {
  background: #505050;
  padding: 0 150px;
  background-size: contain;
}

#section-localizacao {
  background: #fff;
}

#section-localizacao img {
  margin-bottom: 25px;
}

#section-localizacao .coluna {
    display: inline-block;
    vertical-align: middle;
    float: inherit;
    width: 49%;
}

#section-localizacao .coluna.esq {
    width: 69%;
}

#section-localizacao .coluna.dir {
    width: 30%;
}

#section-localizacao .coluna.dir .box-content-localizacao {
    padding: 50px;
}

#section-localizacao p {
    color: #5b5b5b;
    font-size: 1.75rem;
    line-height: 2.2rem;
    font-weight: 100;
    text-align: justify;
    margin-top: 15px;
}

#section-destaques {
  background: #fff;
  padding-bottom: 0px;
}

#section-destaques .title {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  margin-top: 40px;
}

#section-destaques .row-flex {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

#section-destaques .borda {
  border-right: 3px solid #5b5b5b;
  padding-right: 4rem;
}

#section-destaques h2 {
  color: #5b5b5b;
  font-size: 3rem;
  line-height: 4.5rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}

#section-destaques .btn-area.ativo {
  color: #569659;
}

#section-destaques .btn-area {
    color: #5b5b5b;
    font-size: 2rem;
    line-height: 2rem;
    display: block;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
    margin-bottom: 1.6rem;
}

#section-destaques .btn-area:hover {
  color: #569659;
}

#section-destaques h3 {
  color: #5b5b5b;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: normal;
  font-style: italic;
  padding-top: 8px;
}

#section-destaques p {
  color: #5b5b5b;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 100;
  text-align: justify;
}

#section-destaques .coluna {
  /*float: inherit;
  display: inline-block;
  vertical-align: middle;*/
  padding-top: 70px;
}

#section-destaques .box-area {
  display: none;
  opacity: 0;
  /*margin-right: -900px;*/
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

#section-destaques .borda {
  opacity: 0;
  width: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

#section-destaques .borda.mover-destaque-left {
  width: 100%;
}

#section-destaques .box-area:first-child {
  display: block;
}

#section-destaques .box-area.mover-destaque-right {
  margin-right: 0px;
}

#section-destaques .pull-left {
  /*margin-left: -900px;*/
  opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

#section-destaques .pull-right {
  /*margin-right: -900px;*/
  opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

#section-destaques .pull-left.mover-destaque-left {
  margin-left: 0px;
}

#section-destaques .pull-right.mover-destaque-right {
  margin-right: 0px;
}

#section-contato {
  padding: 50px 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

#section-contato h2 {
  color: #fff;
  font-size: 5rem;
  text-align: center;
  font-weight: 100;
  padding: 60px 0;
  text-transform: uppercase;
}

#section-contato .box-info {
  margin: 0 auto;
  display: table;
}

#section-contato .box-info img {
  margin: 0 auto;
  display: table;
}

#section-contato .box-info p {
  text-align: center;
  font-size: 2rem;
  margin-top: 60px;
  color: #bfbfbf;
}

#section-contato form input[type="text"],
#section-contato form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #bfbfbf;
    font-size: 2rem;
    border: 1px solid #bfbfbf;
}


#section-contato form input[type="submit"] {
    color: #757575;
    background: #bfbfbf;
    border-radius: 10px;
    float: right;
    padding: 8px 17px;
    font-size: 2rem;
}

#section-contato form input[type="submit"]:hover {
  background: #fff;
}

#section-plantas {
    background: #fff;
    width: 100%;
    padding-bottom: 80px;
}

#section-plantas h2 {
  text-transform: uppercase;
    font-size: 6rem;
    font-weight: 300;
    text-align: left;
    margin-bottom: 40px;
}

#section-plantas h3 {
  text-transform: uppercase;
    font-size: 6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    float: right;
        margin-right: 20px;
}

#section-plantas .box-tabela {
    margin-bottom: -18px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

#section-plantas .box-ap {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  margin-left: .4%;
  padding: 20px;
  height: 150px;
}

#section-plantas .box-legenda {
    float: right;
    width: 265px;
    margin-right: 1.5%;
}

#section-plantas .box-legenda .legenda {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

#section-plantas .box-ap.bg-t2 {
  background: #C6C9A3;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-bottom: 5px;
}

#section-plantas .box-ap.bg-t3 {
  background: #E1E5C2;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-bottom: 5px;
}

#section-plantas .box-ap p {
  text-align: center;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

#section-plantas .box-ap p a {
  color: #000;
  cursor: pointer;
}

#section-plantas .box-ap:hover {
  background: #ccc;
}

#section-plantas .box-ap.bg-piso {
  background: #C9CACC;
  float: left;
  margin-bottom: 5px;
  display: flex;
    justify-content: center;
    align-items: center;
}

#section-plantas .box-ap.bg-piso p {
    color: #000;
    font-size: 2.6rem;
    line-height: 2.8rem;
    text-align: center;
}

#section-obra .row {
    margin-top: 20px;
}

#section-obra .box-area {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #ddbc9e;
} 

#section-obra figure {
    width: 25%;
    height: 205px;
    border: 1px solid #ddbc9e;
    display: flex;
    align-items: center;
    margin: 0;
    overflow: hidden;
    background: #ddbc9e;
}

#section-obra figure:hover img {
  opacity: .7;
}

#section-obra figure img {
    vertical-align: middle;
    width: 100%;
}

#section-obra .btn-area {
    background: #DDBC9E;
    padding: 8px 18px;
    margin-top: 10px;
    display: inline-block;
}

#section-obra .btn-area.ativo {
    color: #2f3532;
}

.triangulo {
  width: 0;
  height: 0;
  margin-top: 55px;
  border: 20px solid #fff;
  position: absolute;
  margin-left: -108px;
}

.direita{
   border-top:5px solid transparent;
   border-bottom:5px solid transparent;
   border-right:5px solid transparent;
}
.esquerda{
   border-top:5px solid transparent;
   border-bottom:5px solid transparent;
   border-left:5px solid transparent;
}
.pracima{
   border-top:20px solid transparent;
   border-left:20px solid transparent;
   border-right:20px solid transparent;
}
.prabaixo{
   border-bottom:5px solid transparent;
   border-left:5px solid transparent;
   border-right:5px solid transparent;
}

#section-projeto {
    background: #fff;
}

#section-projeto h2 {
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

#section-projeto h3 {
    color: #5b5b5b;
    font-weight: 300;
}

#section-projeto .row {
    margin-right: 20px;
    margin-left: 20px;
}

#section-projeto .coluna {
    display: inline-block;
    vertical-align: middle;
    float: inherit;
    width: 49%;
}

#section-projeto .coluna.esq {
    width: 54%;
}

#section-projeto .coluna.dir {
    width: 45%;
}

#section-projeto .coluna.esq .box-content-projeto {
    padding: 50px;
}

#section-projeto .coluna.esq.corredores .box-content-projeto {
    padding: 50px;
}

#section-projeto .coluna.esq.corredores {
    width: 34%;
}

#section-projeto .coluna.dir.corredores {
    width: 65%;
}

#section-projeto p {
    color: #5b5b5b;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 100;
    text-align: justify;
    margin-top: 15px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section-projeto .ico {
    width: 62px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

#section-projeto .ico-agua {
  background: url("../images/ico-agua.png") no-repeat;
}

#section-projeto .ico-natureza {
  background: url("../images/ico-natureza.png") no-repeat;
}

#section-projeto .ico-pessoas {
  background: url("../images/ico-pessoas.png") no-repeat;
}

/*--------BT-Top-------*/
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 10px rgb(86, 152, 89);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgb(87, 152, 89) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999999999999999999999999999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #d437b4;
    opacity: 1;
}

/**Página Interna***/

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #363636;
  background: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}

@media (max-width: 1199px) {  

    #header .logo {
        margin-left: 1%;
    }

    .logo img {
        width: 65%;
    }

    .triangulo {
          margin-top: 55px;
    margin-left: -90px;
    }

    #section-plantas .box-ap {
      padding: 10px;
    }

    #section-plantas .box-ap p {
      font-size: 1.1rem;
    }

    /*#main-slider {
      position: relative;
      left: 50%;
      margin-left: -100%;
    }*/

    #section-obra figure {
      height: 160px;
    }

}

@media (max-width: 991px) {  

    .logo img {
      width: 40%;
    }

    #main-menu.navbar-default .navbar-nav > li > a {
      font-size: 1.1rem;
    }

    #header .box-rede a {
    	font-size: 1.8rem;
    	margin-top: 19px;
    	padding: 4px;
	    width: 32px;
	    height: 32px;
	  }

    .triangulo {
          margin-top: 55px;
    margin-left: -68px;
    }

    #section-plantas .box-ap {
      padding: 4px;
    }

    #section-localizacao .coluna.dir,
    #section-localizacao .coluna.esq {
        width: 100%;
    }

    /*#main-slider {
      margin-left: -134%;
    }*/

    #section-obra figure {
      height: 120px;
    }

}

@media (max-width: 767px) {

  .navbar-nav {
      float: left;
  }

  #main-slider {
      margin-top: 54px;
  }

  .link-traducao {
  	color: #cba480;
    position: relative;
  }

  .link-traducao.brasil {
    margin-left: 37px;
    margin-right: 0px;
  }

  .box-logo-menu {
    display: block;
    position: relative;
    z-index: 999;
  }

  #header #box-logo {
    display: none;
  }

  /*#main-slider {
      margin-left: -160%;
      margin-top: 50px;
  }*/

  #header .logo {
      margin-top: 64px;
      width: 50%;
  }

  .box-rede {
      /*position: absolute;
      z-index: 999;*/
      position: relative;
      z-index: 999;
  }

  #main-menu {
    /*background: rgba(206, 159, 117, 1) !important;*/
    background: rgba(256, 256, 256, .8) !important
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background:transparent;
    color: #cba480;
  }

  #main-menu.navbar-default .navbar-nav > li > a {
      font-size: 1.4rem;
  }

  .navbar-default .navbar-nav>li>a {
    /*color: #f9e3ab;*/
    color: #80b181;
  }

  .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
  }

  .navbar.navbar-default .navbar-toggle {
      margin-top: 11px;
      background: #cba480;
  }

  #header .box-rede a {
      margin-top: 12px;
  }

  #section-imagens h2 {
      font-size: 5rem;
      padding-top: 20px;
  }

  #section-plantas h2 {
      text-align: center;
  }

  #section-imagens .carousel-indicators {
      top: 35px;
  }

  #section-video .bg {
      padding: 0 50px;
  }

  #section-plantas h3 {
      float: inherit;
      margin-right: 0;
  }

  #section-plantas .box-ap {
      width: 100%;
      height: auto;
      margin-bottom: 5px;
  }

  .triangulo {
          margin-top: -2px;
    margin-left: -311px;
  }

    #section-obra figure {
      width: 33.33%;
  }

}

@media (max-width: 656px) {  

    /*#main-slider img {
        margin: 0 auto;
        position: relative;
        left: 50%;
        margin-left: -50%;
        width: 100%;
    }*/

    #section-viver .img-viver {
        position: absolute;
        right: 0;
        margin-top: -184px;
        z-index: 9;
        width: 30%;
    }

    #section-viver h2 {
        font-size: 6rem;
        padding-top: 40px;
    }

    #section-viver h3 {
        font-size: 2rem;
        margin-left: 0;
    }

    #section-imagens h2 {
      font-size: 3rem;
    }

    #section-imagens .carousel-control .glyphicon-chevron-left, 
    #section-imagens .carousel-control .glyphicon-chevron-right, 
    #section-imagens .carousel-control .icon-prev, 
    #section-imagens .carousel-control .icon-next {
      margin-top: -40px;
      width: 34px;
      height: 54px;
    }

    #section-imagens .glyphicon-chevron-right {
      background: url("../images/seta-right-mobile.png");
    }

    #section-imagens .glyphicon-chevron-left {
      background: url("../images/seta-left-mobile.png");
    }

    #section-localizacao .coluna,
    #section-projeto .coluna {
        width: 100% !important;
    }

    #section-projeto .coluna.esq.corredores .box-content-projeto {
        padding: 50px 0;
    }

    #section-projeto .coluna.esq .box-content-projeto {
        padding: 20px;
    }

    #section-contato h2 {
        font-size: 3rem;
    }

}


@media (max-width: 530px) {  

    #section-obra figure {
      width: 100%;
      height: auto;
    }

    #section-viver h2 {
      font-size: 4rem;
  }

}