/*ajuste de suport*/
/*mapa*/
.cont-mapa {
  height: 578px;
}

.icones-flutuante {
  position: fixed;
  right: 17px;
  bottom: 69px;
  margin-top: 73px;
  z-index: 1009;
}
.icones-flutuante .icones-social {
  width: 70px;
  display: table;
  font-size: 38px;
  /* vertical-align: middle; */
  text-align: center;
  padding-top: 9px;
  color: #fff;
  height: 70px;
  line-height: 50px;
  margin-bottom: 5px;
}
/* .icones-flutuante .icones-social:nth-of-type(1) {
  background-color: #002f54;
}
.icones-flutuante .icones-social:nth-of-type(2) {
  background-color: #b725a4;
} */
.icones-flutuante .icones-social:nth-of-type(1) {
  background-color: #2cb742;
}
.icones-flutuante .icones-social {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* background-image: linear-gradient(to bottom right, #002f54, #02b7d4);*/
/* fim ajustes*/
==p {
  color: #575757;
  font-family: "myriad_proregular";
  line-height: 23px;
}

.wrap {
  width: 100%;
  max-width: 1096px;
}

.lightbox {
  display: none;
}

.fancybox-close-small:after {
  background-color: #70826a !important;
  color: #fff !important;
}

.fancybox-close-small:hover:after {
  background-color: #6aa03d !important;
  color: #fff !important;
}

/* padrao banner */

.mascara-topico {
  width: 100%;
  height: 266px;
  position: absolute;
  bottom: -6px;
  z-index: 100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#banner {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
  z-index: 100;
  margin-top: 85px;
  overflow-y: hidden;
}

#banner ul {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#banner ul li {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px #002f5459;
  overflow-y: hidden;
}

.imagem-destaque {
  width: 373px;
  height: 324px;
  position: absolute;
  bottom: 21px;
  left: -5px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center;
}

#banner #pagination {
  width: auto;
  height: auto;
  display: table;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 100;
  margin-left: -35px;
  display: none;
}

#banner #pagination a {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  float: left;
  font-size: 0;
  border-radius: 100%;
  background: #fff;
  margin: 0 4px;
}

#banner #pagination a:hover,
#banner #pagination a.active {
  background: #69a037;
}

#banner #pagination span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#banner .btn {
  width: 148px;
  height: 37px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}

#banner .btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#banner .btn .desativa {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

/* fim padrao banner */

/* Custom banner */

#banner .desc-bann {
  width: 84%;
  height: 100%;
  text-align: right;
  padding-top: 69px;
  margin: 0 auto;
}

#banner .desc-bann .titulo {
  font: 61px "ralewayextrabold";
  color: rgba(233, 237, 242, 0.99);
  line-height: 49px;
  margin-bottom: 8px;
}

#banner .desc-bann .engloba-banner {
  margin-top: -210px;
  position: absolute;
  right: 0;
  bottom: 339px;
}

#banner .desc-bann .subtitulo {
  font: 61px "ralewayextrabold";
  color: rgba(233, 237, 242, 0.99);
  line-height: 49px;
}

#banner .desc-bann .btn-banner {
  background-color: #02b7d4;
  position: absolute;
  right: -227px;
  width: 118%;
  height: 40.56px;
  text-align: left;
  margin-top: 50px;
  border-radius: 21px;
}

#banner .desc-bann .btn-banner a {
  margin-left: 60px;
  line-height: 38px;
  color: #efefef;
  font-size: 23px;
  font-family: "ralewaybold";
}

#banner .png-banner {
  position: absolute;
  top: 75px;
  right: 40px;
  z-index: 100;
  max-width: 600px;
  max-height: 600px;
}

/* fim Custom banner */

/* banner interno */

#banner-inter {
  margin-top: 115px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner-inter .titulo {
  font: 24px "ralewayextrabold", sans-serif;
  letter-spacing: 4px;
  color: #1c67a8;
}

#banner-inter .cont-agendar a {
  background-color: #fff;
  padding: 8px 35px;
  font: 14px "tofino-regular";
  color: #1c67a8;
}

#banner-inter .cont-agendar a:hover {
  background-color: #1c67a8;
  color: #fff;
}

/* fim banner interno */

/* Topo */

#topo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-image: url(../images/bg-topo.png);
  background-size: cover;
  width: 101%;
  height: 106px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom right, #002f54, #02b7d4);
}

#topo.flutuante {
  height: 64px;
}

#topo.flutuante.flutuante-interno {
  margin-top: -100px;
}

#topo > .wrap {
  padding: 0;
  max-width: 85%;
  height: 100%;
}

#topo.flutuante > .wrap {
}

.topo-suporte {
  background-color: #f7f7f7;
  background-color: #ededed;
}

.topo-suporte .cont-suporte {
  display: table;
  float: right;
}

.topo-suporte > .wrap {
  padding: 10px 0;
  padding-bottom: 0;
}

.topo-suporte .nav-suporte li {
  margin-left: 25px;
}

.topo-suporte .nav-suporte .titulo-sup {
  font: 14px "ralewayregular";
  color: #421b5e;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}

.topo-suporte .nav-suporte .titulo-sup:hover {
  border-color: #f6b700;
}

.topo-suporte .nav-suporte .titulo-sup .bandeira {
  margin-left: 10px;
  vertical-align: middle;
  margin-right: 0;
}

.topo-suporte .nav-suporte .aba_accordion {
  padding: 0 10px 10px;
  width: auto;
  margin-right: -9.8px;
  position: absolute;
  right: 0;
  display: none;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-top: -6px;
}

.topo-suporte .nav-suporte .aba_accordion a {
  display: table;
  margin-top: 10px;
}

#topo.flutuante #logo img {
  width: 120px;
}

.cont-navegacaosecao {
  position: relative;
}

.cont-navegacaosecao .image {
  margin-left: 33px;
}

.nav-suporte {
  text-align: right;
  padding: 1px 0 10px;
}

#topo.flutuante .nav-suporte {
  position: absolute;
  top: 77px;
  left: -83px;
}

#topo.flutuante .nav-suporte ul li {
  font-size: 0;
  padding-right: 0;
}

#topo.flutuante .nav-suporte ul li:first-of-type {
  padding-right: 0px;
}

.nav-suporte ul li {
  font: 13.19px "penumbraRegular";
  color: #75826c;
  margin-left: 22px;
  letter-spacing: 2px;
  border-right: 1px solid #cde4ca;
  padding: 7px 19px 7px 0;
}

.nav-suporte .edit3 {
  font: 13px "tofino-medium";
  color: #000;
  padding: 0 17px;
  border-right: 1px solid;
}

#topo.flutuante .menu5 {
}

#topo.flutuante .numero1 {
}

#topo.flutuante .nav-suporte .edit3:nth-of-type(1) {
  font-size: 10px;
}

#topo.flutuante .nav-suporte ul {
  margin-left: -97px;
  display: table;
}

.nav-suporte .edit3:nth-of-type(1) {
  padding-left: 0;
}

.nav-suporte .edit3:last-of-type {
  border: none;
  padding-right: 0;
}

.menu5 {
  border-left: 1px solid #cde4ca;
}

#topo.flutuante .nav-suporte .edit3:last-of-type {
  display: none;
}

#topo.flutuante .menu5 a {
  font-size: 13px;
}

.nav-suporte ul li:last-of-type {
  border: none;
  padding-right: 24px;
}

.menu5 li a {
}

.nav-suporte ul li:hover {
  color: #000;
}

.nav-suporte ul li .icone {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
}

.numero1 {
  position: absolute;
  left: 66px;
  top: 22px;
  display: none;
}

.cont-navegacao {
  margin-top: 10px;
}

#menu {
  margin-top: 9px;
}

#topo.flutuante #menu {
}

.btn-plantao {
  margin-top: 10px;
  margin-left: 0px;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  margin-right: 5px;
}

.btn-plantao a {
  padding: 8px 17px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-family: "Roboto-Regular";
  /*font-family: "ralewaybold";
  */
  font-size: 14px;
  color: #ffffff;
  background-image: linear-gradient(to top, #002f54, #02b7d4);
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.btn-plantao:hover a {
  background-image: linear-gradient(to bottom, #002f54, #02b7d4);
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.btn-plantao:hover {
  z-index: 100;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-plantao a img {
  margin-right: 6px;
}

#menu .btn-plantao a img {
  width: 24px;
}

#menu ul li {
  font: 14px "penumbraRegular";
  color: #000;
  margin-right: 35px;
}

#menu ul li .icone {
  vertical-align: middle;
  margin-right: 10px;
}

#menu ul li .icone img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#menu ul li:hover .icone img,
#menu ul li.active .icone img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#menu ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Roboto-bold";
}

#menu ul li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  border-radius: 21px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu ul li:hover:after,
#menu ul li.active:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#logo {
  position: absolute;
  left: -70px;
  top: 24px;
}

#logo img {
  width: 189px;
}

#topo.flutuante #logo {
  top: 7px;
}

/* fim Topo */

/*footer*/

#sec-banner-footer {
  background: url(../images/bann-footer.jpg) no-repeat center;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#sec-banner-footer .wrap {
  padding: 220px 0;
}

#sec-banner-footer .titulo {
  font: 51px "penumbraRegular";
  letter-spacing: 10px;
  color: #fff;
  text-align: center;
}

.box-footer:first-of-type {
  width: 52%;
}

#footer {
  background: url(../images/bg-footer.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #002f54, #02b7d4);
}

#footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9px;
  background-size: cover;
  background: #fff;
}

#footer > .wrap {
  padding-top: 45px;
  padding-bottom: 41px;
}

#creditos {
  border-top: 1px solid rgba(239, 239, 239, 0.2);
}

#creditos > .wrap {
  padding: 18px 0;
  padding-bottom: 23px;
}

#creditos > .wrap a {
}

#creditos > .wrap p {
  color: rgba(239, 239, 239, 0.6);
  padding-top: 12px;
  font-size: 16px;
  font-family: "Montserrat-Regular";
}

.box-footer .image {
  width: 209px;
  margin-top: 30px;
}

.box-footer .image img {
  width: 100%;
  /* height: 114px; */
}

.borda-vendas {
  width: 359px;
  height: 60px;
  border-radius: 30px;
  /* padding-left: 23px; */
  background: #fff;
  margin-top: 47px;
}

.borda-vendas p {
  color: #002f54;
  font-size: 20px;
  font-family: "Roboto-Regular";
  text-align: center;
}

.borda-vendas p span {
  color: #002f54;
  font-size: 20px;
  font-family: "Roboto-Regular";
}

.engloba-footer-form form {
  margin-top: 47px;
  position: relative;
}

.engloba-footer-form form input {
  width: 370px;
  height: 60px;
  border-radius: 30px;
  padding-left: 23px;
}

.engloba-footer-form form button {
  width: 120px;
  height: 40px;
  position: absolute;
  right: 17px;
  top: 10px;
  border-radius: 30px;
  background: #f48523;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #f48523;
  cursor: pointer;
}

.engloba-footer-form form button:hover {
  background: transparent;
  color: #f48523;
}

.box-footer .descricao {
  border-left: 2px solid rgba(112, 131, 107, 0.45);
  display: table;
  padding: 10px 0;
  padding-left: 35px;
  display: none;
}

.box-footer:nth-of-type(2) p {
  color: #efefef;
  font-size: 15px;
  font-family: "Roboto-Regular";
  margin-left: 18px;
  margin-top: 18px;
}

.box-footer:nth-of-type(2) .content {
}

.box-footer:nth-of-type(2) .content ul {
  margin-top: 64px;
}

.box-footer:nth-of-type(2) .content ul li {
  margin-left: 18px;
}

.box-footer:nth-of-type(2) .content ul li:last-of-type {
  margin-right: 0;
}

.box-footer:nth-of-type(2) .content ul li a {
  color: #efefef;
  font-size: 15px;
  font-family: "Roboto-Regular";
}

#footer .texto-breve.wrap {
  padding-top: 0;
}

.texto-breve p {
  color: #efefef;
  font-size: 10px;
  font-family: "Roboto-Regular";
  text-align: justify;
  line-height: 17px;
}

/* fim footer */

/* loading */

#loading {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/loading.png);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  animation-name: giroLoading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes giroLoading {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}

/* Standard syntax */

@keyframes giroLoading {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}

/* fim loading */

/* topicos */

#sec-topicos {
  background-image: linear-gradient(to bottom, #002f54, #02b7d4);
  z-index: -1;
}

#sec-topicos .wrap {
  padding: 60px 0;
  text-align: center;
  max-width: 1141px;
}

.cont-box-topico .owl-nav {
  display: none;
}

.box-topico {
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-topico:hover {
  z-index: 100;
  border: none;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-topico:last-of-type {
  margin-right: 0;
}

.texto-destaque {
  text-align: center;
  color: #7f7d7f;
  font-size: 16px;
  font-family: "Montserrat-rEGULAR";
}

.box-topico .content {
  width: 152px;
  height: 152px;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-topico:hover .content {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-topico .image {
  margin: 0 auto;
  margin-bottom: 20px;
  display: table;
}

.box-topico:hover .image img {
  filter: brightness(10) saturate(0.1) contrast(10);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-topico:hover .image img {
  filter: initial;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-topico .descricao {
  text-align: center;
}

.box-topico .descricao .titulo {
  font: 12px "Montserrat-Bold";
  color: #ffffff;
}

.box-topico:hover .descricao .titulo {
  color: #002f54;
}

.box-topico .descricao .titulo:after {
  content: "";
  width: 52.85px;
  height: 1px;
  background: rgba(239, 239, 239, 0.3);
  display: block;
  margin: 0 auto;
  margin-top: 14px;
}

.box-topico:hover .descricao .titulo:after {
  background: rgba(90, 19, 72, 0.3);
}

.box-topico .content:hover .image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* fim  topicos */

/* fotos e videos */

.cont-dir,
.cont-esq {
  vertical-align: top;
  height: 731px;
}

.cont-dir .box-fotos-videos {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  height: 100%;
}

.box-fotos-videos .image {
  vertical-align: middle;
  height: 227px;
}

.box-fotos-videos .image img {
  width: 100%;
}

.box-fotos-videos .descricao {
  vertical-align: middle;
  text-align: center;
  margin-right: 0;
}

.cont-dir .box-fotos-videos .descricao {
  text-align: left;
  width: 100%;
  max-width: 266px;
  margin-left: 50px;
  margin-top: 40px;
}

.cont-dir .box-fotos-videos .descricao span {
  font: 13px "ralewayregular";
  color: #fff;
  margin-top: 30px;
  display: table;
}

.cont-dir .box-fotos-videos .descricao desc4 {
  font: 13px "ralewayregular";
  color: #9c9c9c;
  margin-top: 30px;
  display: table;
}

.cont-dir .box-fotos-videos .descricao a {
  background-color: #9aac94;
  font: 14px "ralewaysemibold";
  color: rgba(255, 255, 255, 0.8);
  width: 180px;
  display: block;
  text-align: center;
  padding: 13px 30px;
  letter-spacing: 5px;
  margin-top: 35px;
  border: 1px solid #9aac94;
}

.cont-dir .box-fotos-videos .descricao a:hover {
  background-color: transparent;
  color: #9aac94;
}

.cont-dir .box-fotos-videos .descricao p {
  margin: 0;
  max-width: 100%;
}

.cont-dir .box-fotos-videos .descricao .desc5 {
  margin: 0;
  max-width: 100%;
}

.box-fotos-videos .descricao .titulo {
  font: 34px "penumbraRegular";
  color: #708469;
  margin-bottom: 15px;
  letter-spacing: 5px;
}

.box-fotos-videos .descricao .titulo1 {
  font: 34px "penumbraRegular";
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 5px;
}

.box-fotos-videos .descricao p {
  font: 15px "ralewaymedium";
  color: rgb(150, 150, 150);
  line-height: 29px;
  width: 100%;
  letter-spacing: 1px;
  max-width: 350px;
  margin: 0 auto;
}

.box-fotos-videos .descricao .desc5 {
  font: 15px "ralewaymedium";
  color: #fff;
  line-height: 29px;
  width: 100%;
  letter-spacing: 1px;
  max-width: 350px;
  margin: 0 auto;
}

p {
}

.cont-esq .box-fotos-videos:first-of-type {
  height: 227px;
}

.box-fotos-videos.box-video {
  margin-top: 4px;
}

.box-fotos-videos #videoApre {
  height: 500px;
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#videoApre .container {
  background: rgba(0, 0, 0, 0.41);
}

.box-fotos-videos #videoApre .play {
  font-size: 84px;
  color: #ffff;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 auto;
  cursor: pointer;
  background: #9aac94;
  width: 120px;
  height: 80px;
  display: block;
  text-align: center;
  border-radius: 18px;
  padding-right: 7px;
  line-height: 78px;
}

.box-fotos-videos #videoApre .play:hover {
  -moz-transform: rotate(180deg) scale(1.2);
  -webkit-transform: rotate(180deg) scale(1.2);
  -o-transform: rotate(180deg) scale(1.2);
  -ms-transform: rotate(180deg) scale(1.2);
  transform: rotate(180deg) scale(1.2);
}

/* fim fotos-videos */

/* galeria */

#sec-plantas .titulo-secao {
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat-Bold";
}

#sec-tour-cidade .cont-titulo-secao .titulo-secao {
  font-size: 33px;
  font-family: "Montserrat-Regular";
  color: #ffffffbf;
  text-align: left;
  margin-bottom: 0;
  display: none;
}

#sec-tour-cidade .cont-titulo-secao p {
  color: #02b7d4;
  font-size: 45px;
  font-family: "Montserrat-Bold";
  line-height: initial;
  line-height: 45px;
}

.cont-categoria-galeria {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.cont-categoria-galeria ul li {
  font: 21px "ralewayregular";
  padding: 0 50px;
  border-right: 1px solid #575757;
  line-height: 20px;
  letter-spacing: 5px;
  cursor: pointer;
}

.cont-categoria-galeria ul li:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cont-categoria-galeria ul li:first-of-type {
  padding-left: 0;
}

.cont-categoria-galeria ul li:last-of-type {
  border: none;
  padding-right: 0;
}

#cont-navegacao-galeria .owl-prev,
#cont-navegacao-galeria .owl-next {
  position: absolute;
  top: 50%;
  font: 40px "ralewaysemibold";
  color: #fff;
  margin-top: -23px;
  z-index: 10;
  cursor: pointer;
}

#cont-navegacao-galeria .owl-prev:hover,
#cont-navegacao-galeria .owl-next:hover {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#cont-navegacao-galeria .owl-prev {
  left: 15px;
}

#cont-navegacao-galeria .owl-next {
  right: 15px;
}

.mask-left,
.mask-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  background-color: #000;
  display: block;
  z-index: 10;
}

.mask-left {
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.mask-right {
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  /* IE6-9 */
}

.image-galeria {
  overflow: hidden;
  position: relative;
}

.image-galeria iframe {
  height: 290px;
}

.image-galeria:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cont-box-conceito {
  padding-top: 30px;
}

.box-conceito .image {
  position: relative;
  vertical-align: middle;
}

#sec-tour-cidade .image #map {
  width: 100%;
  height: 578.36px;
}

#sec-tour-cidade .lado esquerdo {
  width: 40%;
  float: left;
}

#sec-tour-cidade .cont-titulo-secao {
  padding: 47px 82px;
  height: 578.36px;
  box-shadow: inset 0 0 0 2000px #002f548f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0;
}

.box-conceito .image .linha {
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  display: block;
}

.box-conceito .image img {
  width: 100%;
}

.box-conceito .image .cont-absolute {
  padding: 20px;
}

.box-conceito .descricao {
  padding-left: 60px;
  vertical-align: middle;
}

.box-conceito .descricao .titulo {
  font: 35px "penumbraRegular";
  color: #70826a;
  letter-spacing: 5px;
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}

.box-conceito .descricao p {
  width: 95%;
  font: 15px "ralewaymedium";
  color: rgb(68, 68, 68);
  line-height: 29px;
  letter-spacing: 1px;
}

.box-conceito .descricao a {
  font: 18px "penumbraRegular";
  color: #9aac94;
  display: table;
  text-align: center;
  padding: 20px 50px;
  letter-spacing: 5px;
  margin-top: 60px;
  border: 1px solid rgba(154, 172, 148, 0.37);
}

.box-conceito .descricao a:hover {
  background-color: #9aac94;
  color: #fff;
}

.lightbox-conceito {
  padding: 50px !important;
}

.lightbox-conceito .image {
  position: relative;
  vertical-align: middle;
}

.lightbox-conceito .image .linha {
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  display: block;
}

.lightbox-conceito .image img {
  width: 100%;
}

.lightbox-conceito .image .cont-absolute {
  padding: 20px;
}

.lightbox-conceito .descricao {
  padding-left: 60px;
  vertical-align: middle;
}

.lightbox-conceito .descricao .titulo {
  font: 35px "penumbraRegular";
  color: #70826a;
  letter-spacing: 5px;
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}

.lightbox-conceito .descricao p {
  width: 95%;
  font: 15px "ralewaymedium";
  color: rgb(68, 68, 68);
  line-height: 29px;
  letter-spacing: 1px;
}

/* fim galeria */

/* plantas */

#sec-plantas .wrap {
  max-width: 907px;
  display: block;
  text-align: center;
}

#sec-galeria .cont-titulo-secao p {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-top: 7px;
  font: 15px "ralewaymedium";
  color: rgb(150, 150, 150);
  line-height: 29px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

#sec-plantas p {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 7px;
  font: 15px "ralewaymedium";
  color: rgb(150, 150, 150);
  line-height: 29px;
  letter-spacing: 1px;
  margin-bottom: 32px;
}

#sec-plantas .cont-nav-secao p {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 7px;
  color: rgb(150, 150, 150);
  line-height: 29px;
  letter-spacing: 1px;
  margin-bottom: 32px;
  font: 12px "ralewaymedium";
  padding: 0 10px;
}

.cont-box-planta {
  position: relative;
  margin-top: 25px;
  margin-bottom: 91px;
}

.carrosel-plantas .owl-nav .owl-prev,
.carrosel-plantas .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -130px;
}

.carrosel-plantas .owl-nav .owl-prev {
  font-size: 0;
  display: block !important;
  left: -130px;
}

.carrosel-plantas .owl-nav .owl-prev:before {
  content: url(../images/seta-esq.png);
  display: block;
  width: 50px;
  height: 50px;
  float: left;
}

.carrosel-plantas .owl-nav .owl-next {
  font-size: 0;
  display: block !important;
  right: -130px;
}

.carrosel-plantas .owl-nav .owl-next:before {
  content: url(../images/seta-dir.png);
  display: block;
  width: 50px;
  height: 50px;
}

.box-planta {
  padding: 20px 0;
  /* width: 100% !important; */
}

.box-planta:hover {
  z-index: 100;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-planta .descricao {
  width: 94%;
  margin: 0 auto;
  padding: 3px 0;
  background: #fff;
  text-align: center;
}

.box-planta .descricao .titulo {
  color: #002f54;
  font-size: 23px;
  font-family: "Montserrat-Bold";
}

.firula-planta {
  width: 100%;
  height: 409px;
  background-position: center;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -15px;
}

.box-planta:hover .descricao {
  background-color: #002f54;
}

.box-planta:hover .descricao .titulo {
  color: #fff;
}

.box-planta .content {
}

.box-planta:nth-of-type(2) .image-mapa {
  height: 330.72px;
}

.box-planta:nth-of-type(2) .image {
  height: 312.72px;
}

.box-planta:nth-of-type(1) .image-mapa {
  height: 330.72px;
}

.box-planta:nth-of-type(1) .image {
  height: 313.72px;
}

.box-planta .image {
  background-position: top center;
  width: 283.92px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 330.72px;
  margin: 0 auto;
}

.box-planta .image img {
  width: 100%;
}

.cont-nav-secao {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -145px;
  bottom: 88px;
}

.cont-nav-secao p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 80px;
  color: #61705c;
}

.cont-nav-secao p span {
  display: block;
  font-size: 11px;
  font-family: "tofino-medium";
}

#sec-plantas .cont-nav-secao p span {
  display: block;
  font: 12px "ralewaymedium";
  text-transform: unset;
}

.cont-nav-secao a {
  background: #002f54;
  border: 1px solid #002f54;
  font-size: 20px;
  color: #efefef;
  border-radius: 31px;
  padding: 9px 44px;
  font-family: "Roboto-Regular";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cont-nav-secao:hover a {
  background: transparent;
  color: #002f54;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-planta:hover {
}

/* fim plantas */

/* tour cidade */

#sec-tour-cidade {
}

#sec-tour-cidade .lado-esquerdo {
  float: left;
  width: 40%;
  margin-right: 105px;
}

#sec-tour-cidade .wrap {
  display: block;
  clear: both;
  padding-top: 42px;
  padding-bottom: 129px;
}

#sec-tour-cidade .cont-box-tour {
  margin-top: 70px;
}

#sec-tour-cidade .descricao {
  font: 15px "tofino-regular";
  color: #000;
  line-height: 33px;
  width: 100%;
  margin-top: 51px;
}

#sec-tour-cidade .descricao ul {
  display: table;
}

.btn-compare {
  margin-top: 64px;
}

.btn-compare a {
  border: 1px solid #02b7d4;
  background: #02b7d4;
  font-size: 21px;
  color: #efefef;
  border-radius: 31px;
  padding: 12px 29px;
  font-family: "Roboto-Regular";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-compare:hover a {
  background: transparent;
  color: #02b7d4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sec-tour-cidade .descricao ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  width: 33%;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat-Medium";
}

#sec-tour-cidade .descricao ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #ccc;
  margin-right: 6px;
}

.box-tour .wrap-image .image:hover img {
  opacity: 0.8;
}

/* fim tour */

/* contato */

#sec-contato .wrap {
  padding-bottom: 170px;
}

#sec-contato {
  position: relative;
  display: table;
  width: 100%;
}

.cont-box-contato {
  text-align: center;
  display: TABLE;
}

.box-contato:nth-of-type(3) {
  border-right: none;
}

.box-contato {
  margin: 0 0%;
  position: relative;
  vertical-align: top;
}

.box-contato:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.box-contato .image {
  width: 63px;
  height: 63px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.box-contato .descricao {
  text-align: center;
}

.box-contato .descricao .titulo {
  font-size: 36px;
  color: rgba(89, 93, 111, 0.5);
  margin-bottom: 4px;
  font-family: "Montserrat-Regular";
  font-weight: 100;
}

.eng-form-interesse {
  margin-top: 60px;
}

.eng-form-interesse input:nth-of-type(3),
.eng-form-interesse input:nth-of-type(5) {
  margin-right: 0;
}

.eng-form-interesse input {
  background-color: #f2f2f2;
  height: 61.32px;
  width: 49%;
  padding-left: 33px;
  margin-bottom: 12px;
  border-radius: 27px;
  margin-right: 6px;
  color: rgba(89, 93, 111, 0.5);
  font-family: "Montserrat-Bold";
  font-size: 16px;
}

.eng-form-interesse form {
}

.eng-form-interesse input::placeholder,
.eng-form-interesse textarea::placeholder {
  color: rgba(89, 93, 111, 0.5);
}

.eng-form-interesse textarea {
  background-color: #f2f2f2;
  height: 170.32px;
  width: 100%;
  border-radius: 27px;
  padding-left: 33px;
  padding-top: 25px;
  color: rgba(89, 93, 111, 0.5);
  font-family: "Montserrat-Bold";
  font-size: 16px;
}

.eng-form-interesse input[type="submit"],
.eng-form-interesse button {
  background: #002f54;
  padding: 12px 45px;
  margin-top: 22px;
  color: #efefef;
  cursor: pointer;
  font-size: 20px;
  font-family: "Roboto-Regular";
  border-radius: 27px;
  border: 1px solid #002f54;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.eng-form-interesse input[type="submit"]:hover,
.eng-form-interesse button:hover {
  background: transparent !important;
  color: #002f54 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.eng-form-interesse .titulo-secao {
  color: #002f54;
  font-size: 50px;
  font-family: "Montserrat-Bold";
  margin-bottom: 50px;
}

.box-contato .content:hover .image {
  animation-name: giroHover;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.box-contato .descricao a {
  padding: 0 17px;
  color: rgba(89, 93, 111, 0.5);
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.box-contato .descricao p,
.box-contato .descricao p > a {
  color: rgba(89, 93, 111, 0.5);
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.box-contato .descricao p > a {
  border: none;
  padding: 0;
  text-align: left;
  font-size: 20px;
}

.box-contato:nth-of-type(2) .descricao p {
}

.box-contato .descricao a:nth-of-type(2) {
  border: none;
}

.box-contato .form-leads {
  display: none;
}

#sec-contato .cont-titulo-secao {
  margin-top: 80px;
}

#form-contato {
  margin-top: 60px;
}

#form-contato input {
  font: 17px "ralewayregular";
  border-bottom: 1px solid #70836b;
  height: 50px;
  width: 49%;
  margin-bottom: 20px;
  margin-right: 1%;
}

#form-contato label {
  font: 15px "tofino-regular", sans-serif;
  color: #3a341a;
  margin-left: 30px;
}

#form-contato input#ligacao,
#form-contato input#mensagem {
  width: 15px;
  border-bottom: none;
  margin-bottom: 33px;
  margin-right: 0;
  margin-top: 16px;
  background: none;
  height: 13px;
}

#form-contato textarea {
  font: 17px "ralewayregular";
  border-bottom: 1px solid #70836b;
  height: 80px;
  width: 99%;
  margin-bottom: 20px;
  margin-right: 1%;
}

#form-contato input:nth-of-type(2n + 0) {
  margin-right: 0;
}

#sec-contato .btnCheckbox {
  width: 15px;
  height: 15px;
  border: 3px solid rgba(0, 0, 0, 0.55);
  vertical-align: middle;
  margin-right: 10px;
}

#sec-contato .btnCheckbox.check {
  background-color: rgba(0, 0, 0, 0.55);
}

#sec-contato span {
  font: 15px "tofino-regular", sans-serif;
  vertical-align: middle;
  color: #3a341a;
}

#sec-contato .checkboxCustom {
  margin-bottom: 5px;
}

#form-contato .button {
  font: 18px "penumbraRegular";
  color: #61705c;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 5px;
  border: 1px solid #cde0ca;
  width: 190px;
  background-color: #cde0ca;
  margin-top: 20px;
}

.form-leads .button:hover {
  background-color: #61705c;
  color: #fff;
  cursor: pointer;
}

.lightbox-book {
  display: none;
}

.form-leads {
  margin-top: 60px;
  /* width: 100%; */
}

.form-leads textarea {
  font: 17px "ralewayregular";
  border-bottom: 1px solid #70836b;
  height: 80px;
  width: 99%;
  margin-bottom: 20px;
  margin-right: 1%;
}

.form-leads input {
  font: 17px "ralewayregular";
  border-bottom: 1px solid #70836b;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
}

.form-leads input:nth-of-type(2n + 0) {
  margin-right: 0;
}

.form-leads .button {
  font: 18px "penumbraRegular";
  color: #61705c;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 5px;
  border: 1px solid #cde0ca;
  width: 190px;
  background-color: #cde0ca;
  margin-top: 20px;
}

.form-leads .button:hover {
  background-color: #61705c;
  color: #fff;
  cursor: pointer;
}

.form-leads p {
  width: 100%;
  display: table;
  font-size: 13px;
  color: #000000;
}

.titulo-form {
  font: 16px "penumbraRegular";
  letter-spacing: 2px;
  color: #323a2f;
  margin-bottom: 10px;
}

.fancybox-bg {
  background-color: rgba(74, 74, 74, 0.82) !important;
  opacity: 1 !important;
}

/* fim contato */

/* realizacao */

#sec-realizacao {
  background: #f2f2f2;
}

#sec-realizacao .titulo-realizacao {
  display: table;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 20px 93px;
  font: 26px "Montserrat-Regular";
  color: rgba(89, 93, 111, 0.5);
  margin-top: -138px;
  margin-bottom: 57px;
  border-radius: 27px 27px 0 0;
  display: none;
}

.cont-box-realizacao {
  text-align: center;
  display: table;
  width: 100%;
}

#sec-realizacao .wrap {
  text-align: center;
}

.cont-box-realizacao:nth-of-type(2) {
  /* float:left; */
  margin-top: 43px;
}

.cont-box-realizacao:nth-of-type(2) .titulo-realizacao {
  font-size: 11px !important;
}

.cont-box-realizacao:nth-of-type(3) .titulo-realizacao {
  font-size: 11px !important;
}

.cont-box-realizacao:nth-of-type(2) .box-realizacao {
  width: 100%;
}

.cont-box-realizacao:nth-of-type(3) {
  /* float:right; */
  margin-top: 43px;
}

.cont-box-realizacao:nth-of-type(3) .box-realizacao {
  width: 100%;
}

.box-realizacao {
  margin-right: 36px;
}

.box-realizacao:last-of-type {
  margin-right: 0;
}

.box-realizacao img {
  width: 100%;
}

.box-realizacao:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* fim realizacao */

.fancybox-button,
.fancybox-infobar__body {
  background-color: rgb(244, 133, 35) !important;
  color: #fff !important;
}

.fancybox-button {
  width: 51px !important;
  height: 51px !important;
}

.fancybox-button--play:before {
  top: calc(50% - 5px) !important;
}

.fancybox-infobar__body {
  line-height: 51px !important;
}

.fancybox-button--fullscreen:before {
  top: 21px !important;
}

.fancybox-button--thumbs:before {
  top: 24px !important;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 23px !important;
}

.flutuanteSocial {
  position: fixed;
  bottom: 11px;
  z-index: 100;
  right: 0;
  font-size: 30px;
  color: #70826a;
  border: 2px solid #70826aad;
  width: 50px;
  height: 50px;
  padding-left: 11px;
  padding-top: 6px;
  border-radius: 100%;
  margin-right: 21px;
}

.flutuanteSocial .wrap {
  padding: 10px;
  display: none;
}

.flutuanteSocial:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #70826a;
  color: #fff;
}

#apresentacao {
  position: relative;
}

#apresentacao .imagem-destaque {
  z-index: 999;
}

.ficha-descricao ul {
  margin-top: 35px;
}

.ficha-descricao ul li {
  display: inline-block;
  width: 30%;
  padding-bottom: 2px;
  color: #002f54;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat-Regular";
  line-height: 21px;
}

.ficha-descricao ul li:nth-of-type(1) > strong {
  padding: 3px 5px;
}

.ficha-descricao ul li:nth-of-type(2) > strong {
  padding: 3px 4px;
}

.ficha-descricao ul li:nth-of-type(3) > strong {
  padding: 3px 4px;
}

.ficha-descricao ul li:nth-of-type(4) > strong {
  padding: 3px 4px;
}

.ficha-descricao ul li:nth-of-type(5) > strong {
  padding: 3px 4px;
}

.ficha-descricao ul li:nth-of-type(6) > strong {
  padding: 3px 4px;
}

.ficha-descricao ul li:nth-of-type(7) > strong {
  padding: 3px 4px;
}

.ficha-descricao ul li:nth-of-type(8) > strong {
  padding: 3px 4px;
}

.ficha-descricao ul li:nth-of-type(9) > strong {
  padding: 3px 4px;
}

.ficha-descricao ul li:nth-of-type(10) > strong {
  padding: 3px 5px;
}

.ficha-descricao ul li:nth-of-type(11) > strong {
  padding: 3px 7px;
}

.ficha-descricao ul li:nth-of-type(12) > strong {
  padding: 3px 6px;
}

.ficha-descricao ul li:nth-of-type(13) > strong {
  padding: 3px 6px;
}

.ficha-descricao ul li:nth-of-type(14) > strong {
  padding: 3px 6px;
}

.ficha-descricao ul li:nth-of-type(15) > strong {
  padding: 3px 6px;
}

.ficha-descricao ul li > strong {
  background: #002f54;
  color: #fff;
  font-size: 10px;
  border-radius: 100%;
  padding: 4px;
  font-family: "Montserrat-Regular";
  font-weight: normal;
}

/* .ficha-descricao ul li:before{



	content: '';



	width: 5px;



	height: 5px;



	background-color: #F48523;



	display: inline-block;



	vertical-align: middle;



	border-radius: 100%;



	margin-right: 5px;



} */

.ficha-descricao strong {
  font-size: 25px;
  color: #002f54;
}

.ficha-descricao {
  width: 30%;
  background: #f2f2f2;
  height: 470px;
  padding: 40px 30px;
}

.sec-planta-bolotario {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 470px;
  background-color: #f2f2f2;
  width: 70%;
  float: right;
}

#sec-plantas {
  background-image: linear-gradient(to bottom right, #002f54, #02b7d4);
  position: relative;
  overflow: hidden;
  width: 100%;
}

.div-ancora {
  /*margin-top: -100px;



	margin-bottom: 100px;*/
  display: table;
  position: absolute;
  top: 0;
}

.menu-quadrado {
  display: none;
}

.sidebar {
  background-repeat: repeat;
  opacity: 1;
  visibility: visible;
}

.sidebar {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.sidebar.aberto {
  opacity: 1;
  visibility: visible;
}

.sidebar .inside {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow-y: auto;
}

.sidebar .inside .cont-navegacao-sidebar {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

#menu-flutuante {
  margin-top: -108px;
}

#menu-flutuante ul {
  text-align: center;
  margin-top: 0;
}

#menu-flutuante ul li {
  color: #fff;
  padding: 30px 0;
  font-family: "Montserrat-Regular";
  font-size: 18px;
}

#menu-flutuante ul li span {
  margin-right: 5px;
}

.sidebar.aberto #menu-flutuante ul li {
  padding: 10px 0;
}

.box-flut .logo-men {
  margin: 0 auto;
  display: table;
  margin-top: 4px;
  width: 226px;
}

.box-flut {
  margin-right: 28px;
}

.box-flut a {
  font: 16px "penumbraRegular";
  letter-spacing: 2px;
  color: #323a2f;
  margin-top: 25px;
}

.box-flut .icone {
  margin-right: 7px;
}

.box-flut .logo-men img {
  width: 100%;
}

.logo-men {
  margin: 0 auto;
  display: table;
  margin-top: 38px;
  width: 226px;
}

.logo-men img {
  width: 100%;
}

.btn_close_sidebar {
  padding: 18px !important;
  font-size: 22px;
  background: none;
  color: #fff !important;
  /* position: absolute; */
}

.menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #002f54;
  padding: 13px 0;
  display: none;
  border-radius: 20px 20px 0 0;
}

.menu-mobile li {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
}

.menu-mobile li img {
  height: 30px;
  margin: 0 auto;
}

.menu-mobile li.home a {
  width: 60px;
  height: 60px;
  padding-top: 15px;
  display: block;
  text-align: center;
  color: #002f54;
  margin: 0 auto;
  font-size: 30px;
  line-height: 63px;
  border-radius: 100%;
  /* border: 5px solid #fff; */
  margin-top: -39px;
  margin-bottom: 0;
  background: rgb(242, 242, 242);
}

.alvoAncora {
  position: absolute;
  margin-top: -100px;
}

.col-x5 {
  width: 20%;
}

#playPause {
  display: none;
}

#banner ul li #videoBann {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}

.btn-mobile {
  /* display: none; */
  background-color: #9aac94;
  font: 14px "ralewaysemibold";
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 13px 30px;
  margin-top: 35px;
  border: 1px solid #9aac94;
}

.form-agendamento {
  margin-top: 60px;
  /* width: 100%; */
  display: none;
}

.form-agendamento textarea {
  font: 17px "ralewayregular";
  border-bottom: 1px solid #70836b;
  height: 80px;
  width: 99%;
  margin-bottom: 20px;
  margin-right: 1%;
}

.form-agendamento input {
  font: 17px "ralewayregular";
  border-bottom: 1px solid #70836b;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
}

.form-agendamento input:nth-of-type(2n + 0) {
  margin-right: 0;
}

.form-agendamento .button {
  font: 18px "penumbraRegular";
  color: #61705c;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 5px;
  border: 1px solid #cde0ca;
  width: 190px;
  background-color: #cde0ca;
  margin-top: 20px;
}

.form-agendamento .button:hover {
  background-color: #61705c;
  color: #fff;
  cursor: pointer;
}

.btn-book {
  display: table;
  margin: 0 auto;
  clear: both;
  margin-top: 40px;
}

.btn-book a {
  font: 12px "penumbraRegular";
  color: #fff;
  text-align: center;
  padding: 16px 39px;
  letter-spacing: 5px;
  background-color: #9aac94;
  text-transform: capitalize;
}

.box-apresentacao1 {
  height: 308px;
  background: #ccc;
}

.box-apresentacao1 .engloba-texto1 .titulo {
  font-size: 30px;
  color: rgba(58, 21, 72, 0.5);
  font-family: "Montserrat-Regular";
  font-weight: 100;
}

.box-apresentacao1 .engloba-texto1 .subtitulo {
  color: #3a1548;
  font-size: 30px;
  font-family: "Montserrat-Bold";
}

.box-apresentacao1 .engloba-texto1 span {
  color: #f48523;
  font-size: 30px;
  font-family: "Montserrat-Bold";
}

.box-apresentacao1 .engloba-texto1 {
  float: left;
  background: #f2f2f2;
  height: 308px;
  background-repeat: no-repeat;
  width: 36.29%;
  text-align: center;
  background-size: cover;
  background-position: top center;
}

.image-apresentacao {
  width: 394px;
  height: 305px;
  position: absolute;
  bottom: 0;
  right: -44px;
  background-size: contain;
  background-repeat: no-repeat;
}

.eng2v {
  width: 30%;
  height: 100%;
  width: 38.38%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #002f54, #02b7d4);
  display: block;
  float: left;
  position: relative;
}

.engloba-eng2 {
  height: 100%;
  width: 61.6%;
  padding: 0 60px;
  padding-right: 14px;
}

.engloba-eng2 .titulo {
  font-size: 34px;
  color: #ffffff;
  font-family: "Montserrat-Bold";
  padding-right: 35px;
  margin-bottom: 24px;
}

.engloba-eng2 .titulo-distancia {
  font-size: 12px;
  color: #ffffff;
  font-family: "Montserrat-Bold";
  padding-right: 35px;
  margin-bottom: 7px;
}

.engloba-eng2 p {
  color: #ffffff;
  font-size: 10px;
  font-family: "Montserrat-Regular";
  line-height: 25px;
}

.engloba-eng2 p strong {
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}

.box-apresentacao1 .engloba-texto2 {
  float: right;
  background-image: linear-gradient(to bottom right, #002f54, #02b7d4);
  height: 100%;
  width: 63.69%;
  position: relative;
}

.box-apresentacao2 {
  height: 710px;
  background-color: #ccc;
}

.box-apresentacao2 .engloba-texto3 {
  float: left;
  background: #251f1f;
  height: 100%;
  width: 36.29%;
}

.box-apresentacao2 .engloba-texto3 .image {
  width: 100%;
  height: 100%;
  /* background-size: cover;
  background-position: center; */
  background-repeat: no-repeat;
}

.box-apresentacao2 .engloba-texto4 {
  background: #f2f2f2;
  height: 100%;
  width: 63.69%;
  float: right;
  text-align: center;
}

.engloba-en4 {
  margin-top: -180px;
}

.engloba-en4 .titulo {
  font-size: 25px;
  font-family: "Montserrat-Regular";
  color: #9a9a9a;
  margin-bottom: 0;
  font-weight: 100;
  line-height: 21px;
}

.engloba-en4 span {
  color: #002f54;
  font-size: 30px !important;
  font-family: "Montserrat-Bold";
  margin-bottom: 13px;
  display: block;
}

.eng-ficha-tecnica h3 {
  color: #44485a;
  font-size: 18px;
  font-family: "Montserrat-Regular";
  margin-bottom: 15px;
  display: none;
}

.eng-ficha-tecnica {
  display: table;
  margin: 0 auto;
}

.ficha-tecnica ul li {
  color: #44485a;
  font-size: 15px;
  font-family: "Montserrat-Regular";
  line-height: 20px;
}

.ficha-tecnica ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #02b7d4;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 5px;
}

.ficha-tecnica {
  /* width: 50%; */
  /* float: right; */
  /* text-align: left; */
  /* padding: 0 40px; */
}

.ficha-tecnica:nth-of-type(1) {
  width: 100%;
  /* float: left; */
  text-align: left;
  padding-right: 0;
  padding-left: 80px !important;
  margin: 0 auto;
}

.engloba-en4 p {
  color: #44485a;
  font-size: 15px;
  font-family: "Montserrat-Regular";
}

.btn-precos {
  display: table;
  margin: 0 auto;
  margin-top: 0;
}

.btn-precos a {
  font-size: 17px;
  color: #ffffff;
  background: #02b7d4;
  padding: 8px 26px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  font-family: "Roboto-bold";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: table;
}

.btn-precos:hover a {
  background: transparent;
  color: #02b7d4;
  border: 1px solid #02b7d4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Galeria*/

#galeria_fotos {
  position: relative;
  margin-top: -37px;
  z-index: 100;
  display: block;
  width: 100%;
}

.mascara-fotos {
  width: 100%;
  height: 241px;
  position: absolute;
  top: -161px;
  left: 0;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#galeria_fotos .engloba-titulo {
  margin: 0 auto;
  display: table;
  z-index: 100;
  position: relative;
  text-align: center;
  margin-top: 0px;
}

#galeria_fotos .engloba-titulo .titulo {
  color: #ffffff;
  font-size: 40px;
  font-family: "Montserrat-Bold";
  margin-top: -76px;
}

.carrosel-galeria .owl-nav {
  display: none !important;
  width: 100%;
  z-index: 100;
  position: relative;
}

.carrosel-galeria .owl-nav .owl-next {
  float: right;
  background-color: #301a4a;
  font: 20px "ralewaysemibold";
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 47px;
}

.carrosel-galeria .owl-nav .owl-prev,
.carrosel-galeria .owl-nav .owl-next {
  margin-top: -142px;
  font-size: 0 !important;
  position: relative;
}

.carrosel-galeria .owl-nav .owl-prev {
  float: left;
  background-color: #301a4a;
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
}

.carrosel-galeria .owl-nav .owl-next:before {
  content: ">";
  display: table;
  background: transparent;
  color: #fff;
  z-index: 100;
  font-size: 34px;
  margin: 0 auto;
  margin-top: 0;
  font-family: "Montserrat-ExtraLight";
}

.carrosel-galeria .owl-nav .owl-prev:before {
  content: "<";
  display: table;
  background: transparent;
  color: #fff;
  z-index: 100;
  font-size: 34px;
  margin: 0 auto;
  margin-top: 3px;
  font-family: "Montserrat-ExtraLight";
}

.engloba-galeria-fotos {
  margin-top: 49px;
  overflow: hidden;
}

.box-galeria-fotos {
  padding-left: 4px;
  padding-right: 8px;
  /* width: 100%; */
  margin-bottom: 13px;
}

.box-galeria-fotos .image {
  width: 100%;
  height: 311.4px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-galeria-fotos .image:before {
  content: "";
  top: 0;
  left: 3px;
  position: absolute;
  width: 97%;
  height: 100%;
  background-color: #02b7d480;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-galeria-fotos:hover .image:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#video {
  height: 452px;
  margin-top: 11px;
  position: relative;
}

.box-video {
  height: 100%;
  position: relative;
  padding-right: 5px;
}

.box-video iframe {
  height: 100%;
  width: 99.5%;
}

.box-video-descricao {
  background-image: linear-gradient(to bottom right, #002f54, #02b7d4);
  height: 100%;
  margin-right: 0;
  padding-left: 145px;
}

.box-video-descricao .titulo {
  color: #ffffff;
  font-size: 30px;
  font-family: "Montserrat-Bold";
  margin-bottom: 50px;
  padding-right: 40px;
  line-height: 30px;
}

.box-video-descricao p {
  margin-bottom: 47px;
  font-size: 15px;
  color: #ffffff;
  font-family: "Montserrat-Regular";
}

.btn-vd-pre a {
  background: #efefef;
  font-size: 21px;
  color: #002f54;
  border-radius: 31px;
  font-family: "Roboto-bold";
  padding: 11px 40px;
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-vd-pre:hover a {
  color: #efefef;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-video .content {
  height: 100%;
}

.box-video #videoApre {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-video #videoApre img {
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-video #videoApre img:hover {
  z-index: 100;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.firula-menina {
  width: 27.85%;
  height: 124%;
  position: absolute;
  left: 50%;
  margin-left: -198px;
  z-index: 10;
  top: -37px;
  background-repeat: no-repeat;
}

/*diferenciais*/

#diferenciais {
  background: url(../images/bg-diferencial.png) no-repeat center;
  background-size: cover;
  background-position: center;
}

#diferenciais .wrap {
  height: 100%;
  max-width: 1164px;
}

.engloba-diferenciais {
  height: 100%;
}

.engloba-diferenciais .dife1 {
  float: left;
  width: 50%;
  height: 100%;
  margin-top: 124px;
  display: block;
  padding-left: 57px;
}

.engloba-diferenciais .dife2 {
  width: 50%;
}

.box-diferenciais {
  margin-bottom: 33px;
}

.box-diferenciais:hover {
  z-index: 100;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-diferenciais:nth-of-type(3) .image img {
  margin-top: 20px;
}

.box-diferenciais .image {
  margin: 0 auto;
  display: table;
  margin-bottom: 26px;
  height: 65px;
}

.box-diferenciais:nth-of-type(3) .image img {
  width: 63px;
}

.box-diferenciais:nth-of-type(5) .image img {
  width: 63px;
}

.box-diferenciais .descricao {
  text-align: center;
}

.box-diferenciais .descricao .titulo {
  color: #efefef;
  font-size: 15px;
  font-family: "Montserrat-Regular";
  font-weight: 100;
  line-height: 28px;
}

.engloba-diferenciais .dife1 .titulo {
  font-family: "Montserrat-Light";
  font-weight: 100;
  color: rgba(239, 239, 239, 0.5);
  font-size: 36px;
  margin-bottom: 4px;
}

.engloba-diferenciais .dife1 .titulo span {
  color: #efefef;
  font-size: 60px;
  font-family: "Montserrat-Bold";
  position: relative;
  margin-bottom: 32px;
  display: block;
  line-height: 50px;
}

.engloba-diferenciais .dife1 span:after {
  content: "";
  width: 75%;
  height: 11.56px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: -407px;
  top: 47px;
  border-radius: 0 6px 6px 0;
}

.engloba-diferenciais .dife1 p {
  color: #efefef;
  font-size: 15px;
  font-family: "Montserrat-Light";
  font-weight: 100;
  width: 78%;
}

.engloba-eng2 p span {
  margin: 0 4px;
}

.engloba-eng2 p img {
  width: 18px;
  margin-right: 5px;
}

.engloba-eng2 p img:nth-of-type(3) {
  width: 24px;
}

.box-apresentacao {
  margin-bottom: 7px;
}

.box-apresentacao:nth-of-type(even) {
  float: right;
  width: 47%;
}

.box-apresentacao:nth-of-type(odd) {
  float: left;
  width: 48%;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.box-apresentacao:last-of-type {
  margin-bottom: 0;
}

.rede-footer {
  float: right;
}

.rede-footer a i {
  margin: 0px 5px;
  font-size: 20px;
  font-style: normal;
  color: #efefefde;
}

.rede-footer a i:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

#menu-flutuante .abre-lightbox {
  display: block;
}

#lightbox-acompanhe-obra {
  height: 80%;
  width: 80%;
  max-width: 900px;
  max-height: 700px;
}

#lightbox-acompanhe-obra .imagem {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.fancybox-close-small:after {
  border-radius: 0 !important;
  top: 0 !important;
  right: 0 !important;
  height: 50px !important;
  width: 50px !important;
}

.fancybox-close-small:after {
  font-size: 40px !important;
  padding-top: 9px;
}

.fancybox-close-small:hover:after {
  background: #f48500 !important;
}

/*secao Andamento Projeto*/
#video-andamento .wrap {
  padding: 0;
  max-width: none;
}
#video-andamento {
}

#video-andamento .titulo {
  text-align: center;
  margin-bottom: 38px;
  color: #002f54;
  font-size: 28px;
  font-family: "Montserrat-Bold";
  line-height: 45px;
}

.carrossel-video-andamento {
  width: 378px;
  margin: 0 auto;
}

.carrossel-video-andamento .owl-nav {
  display: table !important;
  width: 100%;
}

.carrossel-video-andamento .owl-nav .owl-prev:before {
  content: "<";
  font-family: "ralewaymedium";
  font-size: 35px;
  color: #ffffff;
}

.carrossel-video-andamento .owl-nav .owl-next:before {
  content: ">";
  font-family: "ralewaymedium";
  font-size: 35px;
  color: #ffffff;
}

.carrossel-video-andamento .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 43%;
}

.carrossel-video-andamento .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 43%;
}

.carrossel-video-andamento .owl-nav .owl-prev,
.carrossel-video-andamento .owl-nav .owl-next {
  font-size: 0 !important;
  color: #002f54;
  width: 41px;
  border: 1px solid #002f54 !important;
  background: #002f54 !important;
  height: 68px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carrossel-video-andamento .owl-nav .owl-prev:hover,
.carrossel-video-andamento .owl-nav .owl-next:hover {
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carrossel-video-andamento .owl-nav .owl-prev:hover:before,
.carrossel-video-andamento .owl-nav .owl-next:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#video-andamento .titulo-porcentagem {
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-top: 6px;
}

.video-andamento-ld1 {
  width: 50%;
  display: block;
  background: #e0e0e0;
  height: 586px;
}

.video-andamento-ld2 {
  width: 50%;
  background: #02b7d4 !important;
  padding: 73px;
  height: 586px;
  display: table;
}

.box-video-andamento {
  width: 100%;
  height: 586px;
}
.englobamento-geral-porcentagem:last-of-type {
  margin-top: 40px;
  margin-bottom: 0;
}
.englobamento-geral-porcentagem {
  display: table;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 11px;
}
.boxPercent {
  width: 207px;
  height: 30px;
  overflow: hidden;
  background: #fff;
  margin-right: 20px;
  float: left;
}

.boxPercent .barrPercent {
  width: 0;
  height: 100%;
  display: inline-block;
  background-color: #002f54;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.eng-porc {
  width: 280px;
}

.englobamento-geral-porcentagem:last-of-type .boxPercent .barrPercent {
  /* background: #13d62a; */
}

.englobamento-geral-porcentagem .titulo {
  margin-right: 43px;
}

.porcentagem_conclusao .barra_porcentagem {
  background: #3a1548;
  height: 100%;
  width: 80%;
  display: block;
  position: relative;
}

.porcentagem_conclusao {
  background: #fff;
  height: 22px;
  position: relative;
  width: 276px;
  margin-right: 33px;
}

.total-conclusao {
  width: auto;
  color: #efefef;
  font-size: 15px;
  font-family: "Montserrat-Regular";
  font-weight: 100;
  float: right;
  margin-top: 3px;
  text-align: left;
}
.box-galeria {
  width: 100%;
}
.box-galeria .img-galeria {
  height: 219px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*fim Andamento Projeto*/
/* background-image: linear-gradient(to bottom right, #002f54, #02b7d4);*/

/*secao Andamento Projeto*/

#video-andamento .wrap{

	padding: 0;

	max-width: none;

}

#video-andamento {

}



#video-andamento .titulo {

	text-align: center;

	margin-bottom: 38px;

	/* color: #3A1548; */
  color: #FFFFFF;

	font-size: 28px;

	font-family: 'Montserrat-Bold';

	line-height: 45px;

}



.carrossel-video-andamento {

	width: 378px;

	margin: 0 auto;

}



.carrossel-video-andamento .owl-nav {

	display: table !important;

	width: 100%;

}



.carrossel-video-andamento .owl-nav .owl-prev:before {

	content: '<';

	font-family: 'ralewaymedium';

	font-size: 35px;

	color: #ffffff;

}



.carrossel-video-andamento .owl-nav .owl-next:before {

	content: '>';

	font-family: 'ralewaymedium';

	font-size: 35px;

	color: #ffffff;

}



.carrossel-video-andamento .owl-nav .owl-prev {

	position: absolute;

	left: 0;

	margin-left: 0;

	top: 43%;

}



.carrossel-video-andamento .owl-nav .owl-next {

	position: absolute;

	right: 0;

	top: 43%;

}



.carrossel-video-andamento .owl-nav .owl-prev,

.carrossel-video-andamento .owl-nav .owl-next {

	font-size: 0 !important;

	color: #f48500;

	width: 41px;

	border: 1px solid #002f54 !important;

	background: #002f54 !important;

	height: 68px;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

}



.carrossel-video-andamento .owl-nav .owl-prev:hover,

.carrossel-video-andamento .owl-nav .owl-next:hover {

	background: transparent;

	border: 1px solid #fff;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

}



.carrossel-video-andamento .owl-nav .owl-prev:hover:before,

.carrossel-video-andamento .owl-nav .owl-next:hover:before {

	color: #fff;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

}



#video-andamento .titulo-porcentagem {

	color: #FFFFFF;

	font-size: 16px;

	font-family: 'Montserrat-Bold';

	text-align: center;

	margin-top: 6px;

}



.video-andamento-ld1 {

	width: 50%;

	display: block;

	background: #e0e0e0;

	height: 586px;

}



.video-andamento-ld2 {

	width: 50%;

	/* background: #f48500 !important; */
  background-image: linear-gradient(to bottom right, #002f54, #02b7d4) !important;

	padding: 73px;

	height: 586px;

	display: table;

}



.box-video-andamento {

	width: 100%;

	height: 586px;

}

.box-video-andamento img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.englobamento-geral-porcentagem:last-of-type{

	margin-top:40px;

	margin-bottom:0

}

.englobamento-geral-porcentagem {

	display: table;

	width: 100%;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

	margin-bottom: 11px;

}

 .boxPercent {

            width: 207px;

            height: 30px;

            overflow: hidden;

            background: #fff;

            margin-right: 20px;

            float: left;

        }

        

        .boxPercent .barrPercent {

            width: 0;

            height: 100%;

            display: inline-block;

            /* background-color: #3a1548; */
            background-color: #00385d;

            -webkit-transition: all 2.0s ease-in-out;

            -moz-transition: all 2.0s ease-in-out;

            -ms-transition: all 2.0s ease-in-out;

            -o-transition: all 2.0s ease-in-out;

            transition: all 2.0s ease-in-out;

            -webkit-transform-origin: left top;

            -ms-transform-origin: left top;

            -o-transform-origin: left top;

            transform-origin: left top;

        }

        .eng-porc{

        width: 280px;

        }



.englobamento-geral-porcentagem:last-of-type .boxPercent .barrPercent{

	/* background: #13d62a; */

}



.englobamento-geral-porcentagem .titulo {

	margin-right: 43px;

}







.porcentagem_conclusao .barra_porcentagem {

	background: #3a1548;

	height: 100%;

	width: 80%;

	display: block;

	position: relative;

}



.porcentagem_conclusao {

	background: #fff;

	height: 22px;

	position: relative;

	width: 276px;

	margin-right: 33px;

}



.total-conclusao {

	width: auto;

	color: #EFEFEF;

	font-size: 15px;

	font-family: 'Montserrat-Regular';

	font-weight: 100;

	float: right;

	margin-top: 3px;

	text-align: left;

}

.box-galeria{

	width: 100%;

}

.box-galeria .img-galeria{

	height: 219px;

	width: 100%;

	background-position:center;

	background-size:cover;

	background-repeat:no-repeat;

}

/*fim Andamento Projeto*/