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

a:focus, input:focus, button:focus, textarea:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}


.implantacao-mob{
	position: relative;
}
.implantacao-galeria .item{
	padding: 0!important;
}

.implantacao-mob .slick-arrow{
	position: absolute;
	bottom: 35%;
	width: 8vh;
	height: 8vh;
}

.implantacao-mob .rightButton{
	left: inherit;
	right: 4%;
}

.implantacao-mob .leftButton{
	left: 4%;
}

.galeria-scroll{
  opacity: 1!important;
  margin-top: 0!important;
}

.banner .desk {
  display: block;
}
.banner .mob {
  display: none;
}
#desk{
	display: block;
}
	#mob{
		display: none;
	}
@media (max-width: 980px) {
	.sect2{
		padding-bottom: 0!important;
	}
	#mob{
		display: block;
	}
	#desk{
		display: none;
	}
  .banner .desk {
    display: none;
  }
  .banner .mob {
    display: block;
	  margin-top: -13%;
  }
}

.banner{
  margin-top: 4%;
}
.sect1-lp {
  padding: 2em 0;
}
.sect1-lp .title-lp {
  text-align: center;
  font-size: 27px;
  letter-spacing: 2px;
  margin-bottom: 1em;
  color: #080606;
}
.sect1-lp .campos {
  padding: 0.5em 0;
}
.sect1-lp .campos input {
  width: 100%;
  padding: 1em;
  height: 2.5em;
  border: none;
  background: #cec6c3;
  border-radius: 5px;
}
.sect1-lp .botao-form {
  text-align: center;
  margin-top: 1em;
}
.sect1-lp .botao-form input {
  background: #303e1d;
  color: white;
  border: 1px solid #303e1d;
  padding: 0.5em 2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  transition: 0.5s;
}
.sect1-lp .botao-form input:hover {
  background: transparent;
  color: #303e1d;
}
.sect1-lp .botao-form span {
  display: block;
}

footer {
  background: black;
  color: white;
  padding: 10vh 0;
  text-align: center;
}
footer .mcia {
  text-align: right;
  padding: 2em 0;
}
footer .mcia a {
  font-size: 13px;
  color: white;
}
footer .mcia a img {
  width: 5%;
  filter: brightness(0) invert(1);
}
@media (max-width: 980px) {
  footer .mcia {
    text-align: center;
  }
  footer .mcia a {
    font-size: 11px;
  }
  footer .mcia a img {
    width: 14%;
  }
}

.sub-title, .sect8 .container .sub, .sect7 .container .sub, .sect6 .container .sub, .sect5 .container .sub, .sect4 .container .sub, .sect3 .container .sub, .sect2 .container .sub, .sect1 .container .row .conteudo .sub, .sect9 .container .sub, .sect10 .container .sub {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px;
  color: black;
  background: #faad45;
  width: fit-content;
  padding: 1% 3%;
  border-radius: 50px;
  margin-bottom: 2%;
  letter-spacing: 2px;
}

.titulo, .sect8 .container .title, .sect7 .container .title, .sect6 .container .title, .sect5 .container .title, .sect4 .container .title, .sect3 .container .title, .sect2 .container .title, .sect1 .container .row .conteudo .title , .sect9 .container .title, .sect10 .container .title {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 8%;
  line-height: 120%;
}
.titulo b, .sect8 .container .title b, .sect7 .container .title b, .sect6 .container .title b, .sect5 .container .title b, .sect4 .container .title b, .sect3 .container .title b, .sect2 .container .title b, .sect1 .container .row .conteudo .title b {
  font-weight: 600;
}
@media (max-width: 980px) {
  .titulo, .sect8 .container .title, .sect7 .container .title, .sect6 .container .title, .sect5 .container .title, .sect4 .container .title, .sect3 .container .title, .sect2 .container .title, .sect1 .container .row .conteudo .title {
    font-size: 30px;
  }
}

.sect1 {
  padding: 10vh 0;
}
.sect1 .container {
  max-width: 85%;
}
.sect1 .container .row {
  align-items: center;
}
.sect1 .container .row .conteudo .diferenciais {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sect1 .container .row .conteudo .diferenciais .diferencial {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.sect1 .container .row .conteudo .diferenciais .diferencial .img {
  width: 6vh;
  height: 6vh;
  background: #441f5c;
  border-radius: 50%;
}
.sect1 .container .row .conteudo .diferenciais .diferencial .img .centro {
  filter: brightness(0) invert(1);
  background-size: 70% !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
}
.sect1 .container .row .conteudo .diferenciais .diferencial p {
  width: 70%;
  padding-left: 5%;
}
.sect1 .container .row .img-destaque {
  height: 80vh;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  overflow: hidden;
}

.sect2 {
  padding: 10vh 0;
  background: #f3f3f3;
}
.sect2 .container {
  max-width: 60%;
  padding: 0;
}
.sect2 .sub{
  max-width: 70%;
  margin-left: 13em;
}
.sect2 .title{
  max-width: 83%;
  margin: 0 auto 8%;
}
.sect2 .container .video {
  position: relative;
}
.sect2 .container .video video {
  width: 100%;
  filter: brightness(0.2);
  height: fit-content;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
}
.sect2 .container .video .play {
  width: 20vh;
  height: 20vh;
  background: linear-gradient(45deg, #faad45, #a32b54);
  border-radius: 50%;
  position: absolute;
  left: 43%;
  top: 38%;
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

.sect3 {
  padding: 10vh 0;
  background: #f3f3f3;
}
.sect3 .container {
  max-width: 85%;
}
.sect3 .container .row {
  align-items: flex-end;
}
.sect3 .container .content-itens {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.sect3 .container .content-itens .item-obra {
  margin-bottom: 0.5em;
}
.sect3 .container .content-itens .item-obra p {
  font-weight: 300;
  letter-spacing: 0px;
  font-size: 13px;
  text-transform: uppercase;
}
.sect3 .container .content-itens .item-obra .dados-progress, .sect3 .container .content-itens .item-obra .dados-valor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .3em;
}
.sect3 .container .content-itens .item-obra .dados-progress .progress {
  width: 100%;
  height: 0.2rem;
  background: silver;
  overflow: visible;
}
.sect3 .container .content-itens .item-obra .dados-progress .progress .bg {
  width: 94%;
  background: #441f5c;
  position: relative;
}
.sect3 .container .content-itens .item-obra .dados-progress .progress .bg::before {
  content: "";
  position: absolute;
  border: 5px solid #faad45;
  right: 0;
  bottom: 50%;
  border-radius: 2px;
  transform: translate(0%, 50%);
}
.sect3 .container .content-itens .item-obra .dados-progress .valor {
  background: #441f5c;
  margin-left: 3%;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.sect3 .container .content-itens .item-obra .dados-progress .valor p {
  text-align: center;
  font-size: 14px;
  height: 100%;
  color: white;
}
.sect3 .container .slick-arrow {
  bottom: 41%;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  color: white;
  background: #441f5c;
  transition: 0.5s;
}
.sect3 .container .slick-arrow:hover {
  opacity: 0.7;
}
.sect3 .container .slick-arrow#nextGaleriaObra, .sect3 .container .slick-arrow#nextGaleriaObra {
  right: 18%;
}
.sect3 .container .slick-arrow#prevGaleriaObra, .sect3 .container .slick-arrow#prevGaleriaObra {
  right: 26%;
}
.sect3 .container .obra .item {
  width: 450px;
  transform: scale(0.8);
}
.sect3 .container .obra .item .img {
  height: 70vh;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.sect3 .container .obra .item .img svg {
  position: absolute;
  left: 2%;
  top: 2%;
  color: white;
  font-size: 20px;
}
.sect3 .container .obra .item .img .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4117647059);
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 3%;
}
.sect3 .container .obra .item.slick-current.slick-active {
  transform: scale(1);
}

.sect4 {
  padding: 10vh 0;
  background: #441f5c;
}
.sect4 .container {
  max-width: 85%;
  color: white;
}
.sect4 .container .title2 {
  margin-top: 3%;
  font-size: 20px;
  margin-bottom: 0 !important;
}
.sect4 .container .title {
  color: white;
  margin-bottom: 4%;
}
.sect4 .container .text-end {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 600;
}
.sect4 .container .endereco .t-end {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect4 .container .endereco .t-end .title-end {
  background: white;
  color: black;
  width: fit-content;
  padding: 0.5% 2%;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 1%;
}
.sect4 .container .endereco .texto-end {
  text-transform: uppercase;
  font-weight: 200;
  color: white;
  font-size: 30px;
  margin-bottom: 3%;
  letter-spacing: 1px;
}
.sect4 .container .endereco .botoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect4 .container .endereco .botoes .botao {
  min-width: 30%;
}
.sect4 .container .endereco .botoes .botao button {
  width: 90%;
  background: transparent;
  border: 1px solid white;
  color: white;
  height: 10vh;
  border-radius: 8px;
  font-size: 18px;
  transition: 0.5s;
}
.sect4 .container .endereco .botoes .botao button:hover {
  background: white;
  color: #441f5c;
}
.sect4 .container.cont {
  max-width: 100%;
  margin-top: 4%;
}
.sect4 .container.cont iframe {
  height: 100%;
}

.sect5 {
  padding: 10vh 0 0;
  position: relative;
  opacity: 1;
  margin-top: 7em;
  transition: 1.5s;
}
.sect5 .implantacao{
  padding-top: 10vh;
}
.sect5 .container {
  max-width: 85%;
}
.sect5 .container .centro {
  padding: 0 7%;
  position: relative;
}
.sect5 .container .title {
  margin-bottom: 3%;
}
.sect5 .container .galeria-plantas {
}
.sect5 .container .galeria-plantas .item {
  padding: 10px 30px;
}
/* .sect5 .container .galeria-plantas .item a {
  position: relative;
} */
.sect5 .container .galeria-plantas .item a .ampliar {
  position: absolute;
  right: 2%;
  top: 3%;
  background: #a32b54;
  width: 23%;
  text-align: center;
  color: white;
  z-index: 10;
  height: 5.2vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 200;
}
.sect5 .container .galeria-plantas .img {
  height: 65vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding: 0;
}
.sect5 .container .galeria-plantas .tarja {
  background: #faad45;
  color: white;
  height: 5vh;
  display: flex;
  width: 100%;
  align-items: center;
}
.sect5 .container .galeria-plantas .tarja p {
  width: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 200;
}
.sect5 .container .slick-arrow {
  bottom: 42%;
  width: 8vh;
  height: 8vh;
  color: white;
  background: #a32b54;
  transition: 0.5s;
}
.sect5 .container .slick-arrow:hover {
  background: silver;
}
.sect5 .container .slick-arrow img {
  width: 80%;
}
.sect5 .container .slick-arrow.leftButton {
  left: 0%;
}
.sect5 .container .slick-arrow.rightButton {
  left: inherit;
  right: 0%;
}
.sect5 .container .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  background: white;
}
.sect5 .container .galeria-plantas-thumbs {
  margin-top: 2%;
}
.sect5 .container .galeria-plantas-thumbs .item {
  padding: 0.2%;
  transition: 0.5s;
  opacity: 1;
  cursor: pointer;
}
.sect5 .container .galeria-plantas-thumbs .item:hover {
  opacity: 0.8;
}
.sect5 .container .galeria-plantas-thumbs .item.slick-active.slick-current {
  opacity: 0.5;
}
.sect5 .container .galeria-plantas-thumbs .item .content {
  background: #441f5c;
  overflow: hidden;
}
.sect5 .container .galeria-plantas-thumbs .item .content .img {
  height: 20vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.sect5 .container .galeria-plantas-thumbs .item .legenda {
  font-size: 11px;
  margin-top: 3%;
  padding: 0 2%;
}

.sect6 {
  padding: 10vh 0;
  background: #f3f3f3;
  position: relative;
}
.sect6 .linha-colorida{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 1;
}
.sect6 .linhas{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.sect6 .header{
  display: flex;
  align-items: center;
  margin-bottom: 4em;
  justify-content: center;
  position: relative;
  z-index: 0;
  .title-ficha{
    color: #ccdb2e;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    width: 20%;
    line-height: 100%;
    text-align: end;
  }
  img{
    width: 6em;
    margin-left: 3em;
  }
}
.sect6 .container {
  max-width: inherit;
  padding: 0;
}
.sect6 .container .title {
  margin-bottom: 4%;
}
.sect6 .container .topicos {
  display: flex;
  flex-direction: column;
}
.sect6 .container .topicos .topico {
  width: 80%;
  margin: 0 auto 1%;
  padding: 0 5%;
  display: flex;
  align-items: center;
}
.sect6 .container .topicos .topico .title-topico {
  font-size: 18px;
  font-weight: 600;
  color: #441f5c;
}
.sect6 .container .topicos .topico .texto-topico {
  font-size: 14px;
  color: black;
  margin-left: 1em;
}
/*.sect6 .container .implantacao {
  position: relative;
  display: inline-block;
  overflow: hidden;
}*/

.sect6 .container .implantacao img {
  border-radius: 8px;
}



.sect7 {
  padding: 10vh 0;
  background: #faad45;
}
.sect7 .container {
  max-width: 70%;
}
.sect7 .container .sub {
  background: black;
  color: white;
}
.sect7 .container .title {
  margin-bottom: 4%;
}
.sect7 .container .form .campo input {
  width: 100%;
  height: 7vh;
  padding-left: 4%;
  background: white;
  border: 1px solid white;
  color: black;
  border-radius: 8px;
  margin-bottom: 3vh;
}
.sect7 .container .form .campo textarea {
  padding-left: 4%;
  width: 100%;
  background: white;
  border: 1px solid white;
  color: black;
  border-radius: 8px;
  padding-top: 4%;
  height: 27vh;
}
.sect7 .container .form input[type=submit] {
  float: right;
  background: #441f5c;
  color: white;
  border: 1px solid #441f5c;
  padding: 1.5% 6%;
  border-radius: 8px;
}

.sect8 {
  padding: 10vh 0;
  position: relative;
  overflow: hidden;
}
.sect8 .five{
  position: absolute;
  bottom: 50%;
  transform: translate(0%, 50%);
  z-index: -1;
  opacity: .5;
}
.sect8 .container {
  max-width: 85%;
}
.sect8 .container .sub {
  background: #a32b54;
  color: white;
}
.sect8 .container .title {
  margin-bottom: 4%;
}
.sect8 .container .row {
  align-items: center;
}
.sect8 .container .row .logo {
  display: flex;
  justify-content: flex-end;
}
.sect8 .container .row .logo img{
  transition: .5s;
}
.sect8 .container .row .logo:hover img{
  transform: scale(1.1);
}
.sect8 .container .box-vermelho {
  background: #a52c37;
  padding: 45px 20px;
  height: 100%;
}
.sect8 .container .box-vermelho h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #fff;
}
.sect8 .container .box-vermelho p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 137.4%;
  color: #fff;
  margin-bottom: 5px;
}
.sect8 .cont {
  max-width: 100%;
  margin-top: 4%;
}
.sect8 .cont .linha {
  display: flex;
  align-item: center;
}
.sect8 .cont .linha .coluna {
  padding: 0 0.5%;
  width: 20%;
}









.sect9 {
  padding: 10vh 0;
  position: relative;
  overflow: hidden;
}
.sect9 .capital{
  position: absolute;
  bottom: 50%;
  transform: translate(0%, 50%);
  z-index: -1;
  opacity: .5;
}
.sect9 .container {
  max-width: 85%;
}
.sect9 .container .sub {
  background: #a32b54;
  color: white;
}
.sect9 .container .title {
  margin-bottom: 4%;
}
.sect9 .container .row {
  align-items: center;
}
.sect9 .container .row .logo img{
  transition: .5s;
}
.sect9 .container .row .logo:hover img{
  transform: scale(1.1);
}
.sect9 .container .row .logo {
  display: flex;
  justify-content: flex-end;
}
.sect9 .container .box-vermelho {
  background: #005e47;
  padding: 45px 20px;
  height: 100%;
}
.sect9 .container .box-vermelho h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #fff;
}
.sect9 .container .box-vermelho p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 137.4%;
  color: #fff;
  margin-bottom: 5px;
}
.sect9 .cont {
  max-width: 100%;
  margin-top: 4%;
}
.sect9 .cont .linha {
  display: flex;
  align-item: center;
}
.sect9 .cont .linha .coluna {
  padding: 0 0.5%;
  width: 33.333%;
}

.sect10 {
  padding: 10vh 0;
  position: relative;
  overflow: hidden;
}
.sect10 .abmais{
  position: absolute;
  bottom: 50%;
  transform: translate(0%, 50%);
  z-index: -1;
  opacity: .5;
}
.sect10 .container {
  max-width: 85%;
}
.sect10 .container .sub {
  background: #a32b54;
  color: white;
}
.sect10 .container .title {
  margin-bottom: 4%;
}
.sect10 .container .row {
  align-items: center;
}
.sect10 .container .row .logo img{
  transition: .5s;
  width: 70%;
}
.sect10 .container .row .logo:hover img{
  transform: scale(1.1);
}
.sect10 .container .row .logo {
  display: flex;
  justify-content: flex-end;
  text-align: end;
}
.sect10 .container .box-vermelho {
  background: #c0a07d;
  padding: 32px 20px;
  height: 30vh;
  display: flex;

  align-items: center;
}
/*.sect10 .content{
  text-align: center;
}*/
.sect10 .container .central .content p{
  font-size: 18px;
  text-align: center;
  margin-bottom: 2vh;
  font-weight: bold;
}
.sect10 .container .box-vermelho h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #23282a;
}
.sect10 .container .box-vermelho p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 137.4%;
  color: #23282a;
  margin-bottom: 5px;
}
.sect10 .cont .content{
  margin-bottom: 2vh;
}
.sect10 .cont {
  max-width: 100%;
  margin-top: 4%;
}
.sect10 .cont p{
  font-size: 14px;
  color: #23282a;
}
.sect10 .cont p strong{
  display: block;
  font-size: 16px;
}
.sect10 .cont .linha {
  display: flex;
  align-item: center;
}
.sect10 .cont .linha .coluna {
  padding: 0 0.5%;
  width: 25%;
}
.sect10 .cont .linha .coluna img{
  width: 100%;
  height: 28vh;
  object-fit: cover;
  object-position: bottom left;
}

@media(max-width: 980px){
  .sect8 .cont .linha, .sect9 .cont .linha, .sect10 .cont .linha{
    flex-wrap: wrap;
  }
  .sect8 .cont .linha .coluna, .sect9 .cont .linha .coluna, .sect10 .cont .linha .coluna{
    width: 50%;
  }
  .sect10 .cont .linha .coluna img{
    height: 11vh;
  }
}



.menu-principal {
  background: white;
}
.menu-principal .container {
  max-width: 90%;
}
.menu-principal .container .navbar-brand {
  width: 10%;
  background: white;
  padding: 0%;
  margin-bottom: 0%;
}
.menu-principal .container .collapse {
  justify-content: flex-end;
}
.menu-principal .container .collapse ul li a {
  color: #441f5c;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: 0.5s;
}
.menu-principal .container .collapse ul li a:hover {
  color: #faad45;
}

@media (max-width: 980px) {
  .banner{
    margin-top: 32%;
  }
  .sect1 .container .row .conteudo .diferenciais .diferencial p {
    font-size: 13px;
  }
  .sect1 .container .row .conteudo .diferenciais {
    margin-bottom: 5%;
  }
  .sect1 .container .row .img-destaque {
    height: 45vh;
  }
  .sect2 .container .video .play {
    width: 8vh;
    height: 8vh;
    font-size: 24px;
    left: 38%;
    top: 30%;
  }
  .sect3 .container .obra .item .img {
    height: 60vh;
  }
  .sect3 .container .slick-arrow#nextGaleriaObra, .sect3 .container .slick-arrow#nextGaleriaObra {
    right: 0%;
  }
  .sect3 .container .slick-arrow#prevGaleriaObra, .sect3 .container .slick-arrow#prevGaleriaObra {
    left: 0;
  }
  .sect4 .container .endereco .texto-end {
    font-size: 16px;
  }
  .sect4 .container .endereco .botoes .botao button {
    font-size: 13px;
  }
  .sect4 .container .endereco .botoes {
    margin-bottom: 20%;
  }
  .sect4 .container .title {
    margin-top: 10%;
  }
  .sect5{
    opacity: 1;
    margin-top: 0;
  }
  .sect5 .container{
    max-width: inherit;
  }
  .sect5 .container .centro {
    padding: 0 0;
  }
  .sect5 .container .galeria-plantas .img {
    height: 45vh;
  }
	.sect5 .container .galeria-plantas .item{
		position: relative;
	}
	
	.sect5 .container .galeria-plantas-thumbs .item{
		position: relative;
	}
  .sect5 .container .galeria-plantas-thumbs .item .content .img {
    height: 10vh;
	position: relative;
	}
	
  .sect5 .container .galeria-plantas .item a .ampliar{
    font-size: 13px;
    padding: 1vh 2vh;
    width: fit-content;
	  right: 3%;
  }
	.sect5 .container .galeria-plantas .item{
		padding: 0 0!important;
	}
  .sect5 .container .galeria-plantas .tarja{
    height: 6vh;
    padding: 1em;
  }
  .sect5 .container .galeria-plantas .tarja p{
    font-size: 12px;
  }
  .sect5 .container .galeria-plantas-thumbs .item .legenda {
    display: none;
  }
  .sect6 .header{
      justify-content: inherit;
  }
  .sect6 .linhas{
    width: 15em;
  }
  .sect6 .header .title-ficha{
    width: 50%;
    font-size: 36px;
  }
	.sect9 .container .row .logo img{
		margin: 10% 0;
	}
  .sect6 .header img{
    width: 5em;
    margin-left: 2em;
  }
  .sect6 .container .topicos .topico {
    width: 100%;
    flex-direction: column;
  }
  .sect6 .container .title {
    margin-bottom: 8%;
  }
  .sect6 .container .topicos .topico .title-topico {
    font-size: 15px;
    text-align: center;
  }
  .sect6 .container .topicos .topico .texto-topico {
    font-size: 12px;
    text-align: center;
  }
  .sect7 .container .title {
    margin-bottom: 12%;
  }
  .sect7 .container .form .campo textarea {
    height: 20vh;
  }
  .sect8 .container .row .logo img {
    width: 75%;
    margin-bottom: 5%;
  }
  .sect9 .container .title{
    font-size: 32px;
  }
  .sect10 .container .row .logo img{
    margin: 10% 0;
  }
  .sect10 .container .title{
    font-size: 32px;
  }
  .sect10 .container .box-vermelho{
    margin: 1vh 0;
    height: 100%;
  }
  .menu-principal .container .navbar-brand {
    width: 32%;
    background: white;
    padding: 2%;
    margin-bottom: 0%;
  }
  .menu-principal .navbar-toggler {
    color: black;
  }
  .menu-principal .navbar-nav {
    text-align: right;
  }
  .header-fixo {
    width: 50% !important;
  }
  .header-fixo .topico .conteudo {
    display: none;
  }
  .header-fixo .topico .icon {
    width: 100%;
    font-size: 30px !important;
  }
  .header-fixo .topico {
    height: 9vh;
  }
}
.header-fixo.change{
	bottom: 0;
}
.header-fixo {
	transition: .5s;
  position: fixed;
  bottom: -20%;
  right: 0;
  width: 30%;
  color: white;
  border-radius: 10px 0 0 0;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  z-index: 1000;
}
.header-fixo .topico {
  width: 60%;
  display: flex;
  align-items: center;
  height: 10vh;
  justify-content: center;
  background: #a32b54;
  transition: 0.5s;
}
.header-fixo .topico:nth-child(1) a{
	width: 100%;
	display: flex;
}	
.header-fixo .topico:hover {
  height: 11vh;
}
.header-fixo .topico .icon {
  width: 30%;
  font-size: 25px;
  text-align: right;
  padding-right: 5%;
  color: white;
}
.header-fixo .topico .conteudo {
  width: 70%;
}
.header-fixo .topico .conteudo .menor {
  text-transform: uppercase;
  font-weight: 200;
  color: white;
  letter-spacing: 1px;
  font-size: 9px;
}
.header-fixo .topico .conteudo .maior {
  font-size: 15px;
  font-weight: 600;
}
.header-fixo .topico.whats {
  background: #42eb61;
}

.modal .modal-title {
  font-size: 24px;
  font-weight: 600;
}
.modal .texto {
  font-size: 13px;
}
.modal .btn-close {
  width: 6vh;
  height: 6vh;
  background: green;
  border: 1px solid green;
  color: white;
  border-radius: 50%;
}
.modal .campo input {
  width: 100%;
  height: 7vh;
  padding-left: 4%;
  background: white;
  border: 1px solid black;
  color: black;
  border-radius: 8px;
  margin-bottom: 3vh;
}
.modal .campo textarea {
  padding-left: 4%;
  width: 100%;
  background: white;
  border: 1px solid black;
  color: black;
  border-radius: 8px;
  padding-top: 4%;
  height: 15vh;
}
.modal input[type=submit] {
  float: right;
  background: #441f5c;
  color: white;
  border: 1px solid #441f5c;
  padding: 1.5% 6%;
  border-radius: 8px;
}

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


  /*.sect3 .content-galeria-obras{
    margin-bottom: 4em; }*/
    .sect3 .content-galeria-obras .nav{
      padding: 0 0em;
      margin-bottom: 1em;
      border: none; }
      .sect3 .content-galeria-obras .nav .slick-arrow{
        width: 60px;
        padding: 0px 15px; }
      .sect3 .content-galeria-obras .nav .slick-prev{
        left: 0; }
      .sect3 .content-galeria-obras .nav .slick-next{
        left: inherit;
        right: 0; }
      .sect3 .content-galeria-obras .nav .nav-link{
        margin: 0 1vh;
        border-radius: 5px;
        padding: 0.3em 1em;
        font-size: 15px;
        background: #c5c5bc;
        border: none;
        color: #414141;
        transition: .5s; }
        .sect3 .content-galeria-obras .nav .nav-link.active{
          background: #441f5c;
          color: white; }
    .sect3 .content-galeria-obras .carousel-obras .slide .img-obra{
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 23em;
      border-radius: 5px; }
    .sect3 .content-galeria-obras .carousel-obras-nav .slide{
      margin: 5px 2.5px; }
      .sect3 .content-galeria-obras .carousel-obras-nav .slide img{
        margin: 0;
        height: 6em;
        width: 100%;
        border-radius: 5px; }


@media(max-width: 980px){
	.sect2 .container .video video{
		height: 30vh;
	}
	.header-fixo .topico:nth-child(1) a{
		justify-content: center;
	}
	.sect4 .container.cont iframe {
    height: 45vh;
	}

}


a{
	color: inherit;
}
a:hover{
	color: inherit;
}