body {
  font-family: "Roboto", sans-serif;
}
.banner .slick-prev{
left: inherit;
    right: 7%;	
}
#form1 .wpcf7-response-output, .sect6-prod .wpcf7-response-output{
	color: white;
}
.banner .slick-next {
    left: inherit;
    right: 2%;
}
.banner .slick-arrow{
	bottom: 4%;
	padding:0 0;
	width: 8vh;
	height: 8vh;
	background: black;
	filter: invert(1)
}
.ass{
margin-top:5%;}
.ass p{
color: white;font-size: 10px;}
.ass p img{
width: 5%; filter: brightness(0) invert(1);}
p {
  margin: 0;
}

#mob {
  display: none;
}

.sect-form {
  padding: 2.5vh;
  background: black;
}
.sect-form .container {
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.431372549);
  padding: 3%;
}
.sect-form .container .title {
  font-size: 27px;
  color: white;
  font-weight: 300;
  margin-bottom: 3%;
}
.sect-form .container form .campo input {
  background: white;
  height: 7vh;
  border: 1px solid white;
  width: 100%;
  padding-left: 4%;
  border-radius: 2px;
}
.sect-form .container form .wpcf7-spinner {
  position: absolute;
}
.sect-form .container form .botao {
  margin-top: 3%;
}
.sect-form .container form .botao input {
  background: #5d6e55;
  border: 1px solid #5d6e55;
  color: white;
  padding: 2vh 4vh;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  transition: 0.5s;
}
.sect-form .container form .botao input:hover {
  background: white;
  border-color: white;
  color: black;
}

.sect1 {
  padding: 10vh 0;
  background: #eaeaea;
}
.sect1 .container {
  max-width: 70%;
}
.sect1 .container ul li {
  margin-bottom: 2%;
}
.sect1 .container .title {
  font-size: 40px;
  font-weight: 200;
  color: black;
}
.sect1 .container .title b {
  font-weight: 700;
}
.sect1 .container .row {
  align-items: center;
  margin-top: 5%;
}
.sect1 .container .row .content {
  font-size: 18px;
}
.sect1 .container .row .content .sub {
  margin-bottom: 2%;
  color: red;
  font-size: 30px;
}
.sect1 .container .conteudo {
  overflow: hidden;
}
.sect1 .container .conteudo .content {
  background: white;
  padding: 5% 3%;
}

.sect2 {
  padding: 10vh 0;
}
.sect2 .container {
  max-width: 65%;
}
.sect2 .container .title {
  font-size: 40px;
  font-weight: 200;
  color: black;
  text-align: center;
  margin-bottom: 6%;
}
.sect2 .container .title b {
  font-weight: 700;
}
.sect2 .container .card-emp .img {
  height: 70vh;
  position: relative;
  border-radius: 5px;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.sect2 .container .card-emp .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, rgb(0, 0, 0) 0%, transparent 65% 65%);
}
.sect2 .container .card-emp .img .status {
  position: absolute;
  left: 5%;
  top: 5%;
  background: #5d6e55;
  padding: 1.5vh 2vh;
  color: white;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
}
.sect2 .container .card-emp .img .infos {
  position: relative;
  color: white;
  padding: 6%;
}
.sect2 .container .card-emp .img .infos .title-prod {
  font-size: 30px;
}
.sect2 .container .card-emp .img .infos .comando {
  font-weight: 200;
}
.sect2 .container .card-emp .img .infos button {
  background: white;
  padding: 1vh 2vh;
  border-radius: 50px;
  color: black;
  border: 1px solid white;
  margin-top: 5%;
}

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

footer {
  background: black;
  padding: 5vh 0;
}
footer img {
  width: 20%;
}

.sect3 {
  padding: 10vh 0;
}
.sect3 .container .title {
  font-size: 40px;
  font-weight: 200;
  color: black;
  text-align: center;
  margin-bottom: 6%;
}
.sect3 .container .title b {
  font-weight: 700;
}
.sect3 .container form .campo {
  margin-bottom: 3%;
}
.sect3 .container form .campo input {
  width: 100%;
  padding-left: 2%;
  height: 7vh;
  background: transparent;
  border: 2px solid black;
}
.sect3 .container form input[type=submit] {
  float: right;
  background: #7c8d75;
  color: white;
  border: 1px solid #7c8d75;
  padding: 1.5vh 2vh;
  border-radius: 50px;
}

.sect1-prod {
  height: 80vh;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.sect1-prod:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000, transparent 70%);
}
.sect1-prod .container {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 85%;
  color: white;
  position: relative;
}
.sect1-prod .container .botao {
  margin-top: 4%;
}
.sect1-prod .container .botao button {
  border-radius: 50px;
  padding: 1.5vh 3vh;
  background: white;
  color: black;
  border: 1px solid white;
}
.sect1-prod .container .content {
  width: 50%;
}
.sect1-prod .container .content .title {
  font-size: 50px;
  margin: 4% 0;
}
.sect1-prod .container .content .titulo {
  background: #5d6e55;
  color: white;
  padding: 1.5vh 3vh;
  border-radius: 50px;
  font-size: 14px;
  width: fit-content;
}
.sect1-prod .container .content .subtitle {
  width: 60%;
  font-weight: 300;
}

@media (max-width: 980px) {
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
}
.sect2-prod {
  padding: 15vh 0;
}
.sect2-prod .container .title {
  font-size: 40px;
  font-weight: 600;
}
.sect2-prod .container .frase {
  margin-bottom: 8%;
}
.sect2-prod .container .row .card-sec {
  border: 1px solid rgba(0, 0, 0, 0.3294117647);
  padding: 10%;
  text-align: center;
  min-height: 40vh;
  background: #f5f5f5;
  border-radius: 8px;
}
.sect2-prod .container .row .card-sec .img {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.sect2-prod .container .row .card-sec .img .borda {
  background: #5d6e55;
  border-radius: 50%;
}
.sect2-prod .container .row .card-sec .img .borda .centro {
  width: 10vh;
  height: 10vh;
  background-repeat: no-repeat !important;
  background-size: 50% !important;
  background-position: center !important;
  filter: brightness(0) invert(1);
}
.sect2-prod .container .row .card-sec .title-card {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1%;
}
.sect2-prod .container .row .card-sec2 {
  border: 1px solid rgba(0, 0, 0, 0.3294117647);
  padding: 10%;
  text-align: center;
  min-height: 30vh;
  margin-bottom: 10%;
  background: #f5f5f5;
  border-radius: 8px;
}
.sect2-prod .container .row .card-sec2 .img {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.sect2-prod .container .row .card-sec2 .img .borda {
  background: #5d6e55;
  border-radius: 50%;
}
.sect2-prod .container .row .card-sec2 .img .borda .centro {
  width: 10vh;
  height: 10vh;
  background-repeat: no-repeat !important;
  background-size: 50% !important;
  background-position: center !important;
  filter: brightness(0) invert(1);
}
.sect2-prod .container .row .card-sec2 .title-card {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1%;
}

.sectextra-prod {
  padding: 10vh 0;
  background: black;
  margin-bottom: 10vh;
}
.sectextra-prod .container .title {
  font-size: 40px;
  font-weight: 600;
  color: white;
}
.sectextra-prod .container .frase {
  margin-bottom: 8%;
  color: white;
}
.sectextra-prod .container .row .card-sec {
  border: 1px solid rgba(0, 0, 0, 0.3294117647);
  padding: 10%;
  text-align: center;
  min-height: 40vh;
  background: #f5f5f5;
  border-radius: 8px;
}
.sectextra-prod .container .row .card-sec .img {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.sectextra-prod .container .row .card-sec .img .borda {
  background: #5d6e55;
  border-radius: 50%;
}
.sectextra-prod .container .row .card-sec .img .borda .centro {
  width: 10vh;
  height: 10vh;
  background-repeat: no-repeat !important;
  background-size: 50% !important;
  background-position: center !important;
  filter: brightness(0) invert(1);
}
.sectextra-prod .container .row .card-sec .title-card {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1%;
}
.sectextra-prod .container .row .card-sec2 {
  border: 1px solid rgba(0, 0, 0, 0.3294117647);
  padding: 10%;
  text-align: center;
  min-height: 30vh;
  margin-bottom: 10%;
  background: #f5f5f5;
  border-radius: 8px;
}
.sectextra-prod .container .row .card-sec2 .img {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.sectextra-prod .container .row .card-sec2 .img .borda {
  background: #5d6e55;
  border-radius: 50%;
}
.sectextra-prod .container .row .card-sec2 .img .borda .centro {
  width: 10vh;
  height: 10vh;
  background-repeat: no-repeat !important;
  background-size: 50% !important;
  background-position: center !important;
  filter: brightness(0) invert(1);
}
.sectextra-prod .container .row .card-sec2 .title-card {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1%;
}

.sect3-prod {
  padding: 0vh 0 15vh 0;
}
.sect3-prod .container .title {
  font-size: 40px;
  font-weight: 600;
}
.sect3-prod .container .subtitle {
  margin-bottom: 4%;
}
.sect3-prod .container .card-dest {
  background: #5d6e55;
  padding: 5%;
  border-radius: 5px;
}
.sect3-prod .container .card-dest.invest {
  background: #d10000;
}
.sect3-prod .container .card-dest .linha {
  display: flex;
  align-items: center;
}
.sect3-prod .container .card-dest .linha .column {
  width: 30%;
}
.sect3-prod .container .card-dest .linha .column:nth-child(2) {
  width: 70%;
}
.sect3-prod .container .card-dest .linha .column .centro {
  text-align: center;
}
.sect3-prod .container .card-dest .linha .column .centro .nome {
  font-size: 20px;
  margin-bottom: 2%;
  color: white;
}
.sect3-prod .container .card-dest .linha .column .centro img {
  width: 60%;
  filter: brightness(0) invert(1);
}
.sect3-prod .container .card-dest .linha ul {
  color: white;
}
.sect3-prod .container .card-dest .linha ul li {
  font-size: 14px;
  margin-bottom: 4%;
}

.sect4-prod {
  background: #eaeaea;
  padding: 15vh 0;
}
.sect4-prod .container .title {
  font-size: 40px;
  font-weight: 600;
}
.sect4-prod .container .subtitle {
  margin-bottom: 2%;
}
.sect4-prod .container .endereco {
  background: #5d6e55;
  padding: 1.5vh 5vh;
  border-radius: 50px;
  color: white;
  font-size: 25px;
  font-weight: 700;
  width: fit-content;
}
.sect4-prod .container .botao {
  margin-top: 2%;
}
.sect4-prod .container .botao button {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  padding: 1.5vh 3vh;
}
.sect4-prod .container .title-2 {
  margin-top: 4%;
  margin-bottom: 2%;
}
.sect4-prod .container .mapa {
  margin-top: 4%;
}
.sect4-prod .container .mapa iframe {
  width: 100%;
  height: 70vh;
  border-radius: 15px;
}
.sect4-prod .container .proximidades .img {
  height: 30vh;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  padding: 1vh 2vh;
}
.sect4-prod .container .proximidades .nome {
  margin-top: 4%;
  font-size: 18px;
}

.ampliar {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 12vh;
  height: 12vh;
  z-index: 1000;
  background: #d5d2d2;
  color: white;
  display: flex;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.ampliar .centro {
  width: 80%;
}
.ampliar .centro .conteudo-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ampliar .centro .conteudo-icon .icon {
  width: 5vh;
  height: 5vh;
  font-size: 20px;
  background: #5d6e55;
  transition: 0.5s;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ampliar .centro .texto {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  margin-top: 10%;
  color: black;
}
.ampliar:hover {
  background: #eed39c;
  color: #01383d;
}
.ampliar:hover .centro .conteudo-icon .icon {
  background: #01383d;
  color: #eed39c;
}

.sect5-prod {
  padding: 10vh 0;
  background: linear-gradient(90deg, #001618, #5d6e55, #001618);
}
.sect5-prod .container {
  max-width: 100%;
}
.sect5-prod .container nav {
  border: none;
  margin-bottom: 5%;
}
.sect5-prod .container nav .nav {
  border: none;
  justify-content: center;
}
.sect5-prod .container nav .nav button {
  padding: 3vh 7vh;
  background: transparent;
  border: none;
  color: white;
}
.sect5-prod .container nav .nav button.active {
  border-bottom: 1px solid white;
  color: white;
}
.sect5-prod .container .title {
  font-size: 40px;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  margin-bottom: 4%;
}
.sect5-prod .container .centro {
  padding: 0 0%;
  position: relative;
}
.sect5-prod .container .centro .slick-arrow {
  bottom: 43%;
  width: 8vh;
  height: 8vh;
  background: white;
  transition: 0.5s;
}
.sect5-prod .container .centro .slick-arrow:hover {
  background: black;
  color: white;
}
.sect5-prod .container .centro .slick-arrow img {
  width: 80%;
}
.sect5-prod .container .centro .slick-arrow.leftButton {
  left: 8%;
}
.sect5-prod .container .centro .slick-arrow.rightButton {
  left: inherit;
  right: 8%;
}
.sect5-prod .container .centro .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  background: white;
}
.sect5-prod .container .centro .galeria-plantas .item, .sect5-prod .container .centro .galeria-imgs .item, .sect5-prod .container .centro .galeria-imgs-apto .item {
  padding: 0 20px;
}
.sect5-prod .container .centro .galeria-plantas .item a, .sect5-prod .container .centro .galeria-imgs .item a, .sect5-prod .container .centro .galeria-imgs-apto .item a {
  position: relative;
}
.sect5-prod .container .centro .galeria-plantas .img, .sect5-prod .container .centro .galeria-imgs .img, .sect5-prod .container .centro .galeria-imgs-apto .img {
  height: 70vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding: 0;
  border-radius: 8px;
}
.sect5-prod .container .centro .galeria-plantas .img .selo, .sect5-prod .container .centro .galeria-imgs .img .selo, .sect5-prod .container .centro .galeria-imgs-apto .img .selo {
  position: absolute;
  left: 2%;
  top: 3%;
}
.sect5-prod .container .centro .galeria-plantas .tarja, .sect5-prod .container .centro .galeria-imgs .tarja, .sect5-prod .container .centro .galeria-imgs-apto .tarja {
  position: absolute;
  bottom: 5%;
  left: 2%;
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.7490196078);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.57);
  width: fit-content;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 200;
  color: white;
  letter-spacing: 1px;
  padding: 1vh 2vh;
}
.sect5-prod .container .galeria-plantas-thumbs, .sect5-prod .container .galeria-imgs-thumbs {
  margin-top: 2%;
}
.sect5-prod .container .galeria-plantas-thumbs .item, .sect5-prod .container .galeria-imgs-thumbs .item {
  padding: 0.2%;
  transition: 0.5s;
  opacity: 1;
  cursor: pointer;
}
.sect5-prod .container .galeria-plantas-thumbs .item:hover, .sect5-prod .container .galeria-imgs-thumbs .item:hover {
  opacity: 0.8;
}
.sect5-prod .container .galeria-plantas-thumbs .item .content, .sect5-prod .container .galeria-imgs-thumbs .item .content {
  background: #eed39c;
}
.sect5-prod .container .galeria-plantas-thumbs .item .content .img, .sect5-prod .container .galeria-imgs-thumbs .item .content .img {
  height: 20vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  mix-blend-mode: darken;
}
.sect5-prod .container .galeria-plantas-thumbs .item .legenda, .sect5-prod .container .galeria-imgs-thumbs .item .legenda {
  font-size: 13px;
  margin-top: 3%;
  padding: 0 5%;
  color: white;
}
.sect5-prod .container .img-imp a {
  display: flex;
  justify-content: center;
}
.sect5-prod .container .img-imp a img {
  width: 40%;
}

.sect6-prod {
  padding: 10vh 0;
  background: black;
}
.sect6-prod .container .title {
  font-size: 40px;
  font-weight: 200;
  color: white;
  text-align: center;
  margin-bottom: 6%;
}
.sect6-prod .container .title b {
  font-weight: 700;
}
.sect6-prod .container form {
  padding: 0 10%;
}
.sect6-prod .container form ::placeholder {
  color: black;
}
.sect6-prod .container form .campo {
  margin-bottom: 2%;
}
.sect6-prod .container form .campo input {
  padding-left: 2%;
  width: 100%;
  height: 7vh;
  background: white;
  color: black;
  border: 1px solid white;
  border-radius: 3px;
}
.sect6-prod .container form input[type=submit] {
  float: right;
  background: #54cf61;
  color: white;
  border-radius: 50px;
  border: 1px solid #54cf61;
  padding: 1.5vh 4vh;
}

.whatsapp {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 5%;
  cursor: pointer;
  z-index: 1000;
}

.modal-whats .modal-header {
  background: #54cf61;
  color: white;
  font-size: 22px;
}
.modal-whats .modal-header button {
  background: black;
  border: 1px solid black;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  color: white;
  font-size: 15px;
}
.modal-whats .modal-body {
  padding: 5%;
}
.modal-whats .modal-body .campo {
  margin-bottom: 3%;
}
.modal-whats .modal-body .campo input {
  width: 100%;
  height: 6vh;
  padding-left: 3%;
  background: rgba(0, 0, 0, 0.1215686275);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.3882352941);
  border-radius: 4px;
}
.modal-whats .modal-body ::placeholder {
  color: black;
}
.modal-whats .modal-body input[type=submit] {
  float: right;
  background: black;
  padding: 1.5vh 3vh;
  border: 1px solid black;
  color: white;
  border-radius: 50px;
}

.menu {
  background: black;
  transition: 1.5s;
  margin-top: -100%;
}
.menu.change {
  margin-top: 0%;
}
.menu .container .navbar-brand {
  width: 20%;
}
.menu .container .collapse {
  justify-content: flex-end;
  color: white;
}
.menu .container .collapse ul li a {
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 980px) {
  .navbar-toggler {
    color: white;
  }
  .menu .container ul {
    padding: 5%;
  }
  .sect-form .container form .campo {
    margin-bottom: 4%;
  }
  .sect1 .container, .sect2 .container, .sect3 .container {
    max-width: 90%;
  }
  .sect1 .container .title, .sect2 .container .title, .sect3 .container .title {
    font-size: 30px;
  }
  .sect1 .container ul li {
    font-size: 16px;
  }
  .sect2 .container .card-emp {
    margin-bottom: 8%;
  }
  .sect2 .container .card-emp .img .status {
    font-size: 15px;
  }
  .whatsapp {
    width: 17%;
  }
  .sect1-prod .container .content {
    width: 100%;
  }
  .sect1-prod .container .content .title {
    font-size: 35px;
  }
  .sect1-prod .container .content .subtitle {
    width: 100%;
  }
  .sect2-prod .container .row .card-sec2, .sectextra-prod .container .row .card-sec2 {
    min-height: 25vh;
  }
  .sect2-prod .container .row .card-sec2 .title-card2, .sectextra-prod .container .row .card-sec2 .title-card2 {
    font-size: 13px;
  }
  .sectextra-prod {
    margin-bottom: 0;
  }
  .sect2-prod, .sectextra-prod, .sect3-prod, .sect4-prod {
    padding: 7vh 5%;
  }
  .sect3-prod .container .card-dest {
    margin-bottom: 5%;
  }
  .sect4-prod .container .endereco {
    font-size: 14px;
  }
  .sect2-prod .container .row .card-sec .title-card {
    font-size: 20px;
  }
  .sect2-prod .container .row .card-sec .desc {
    font-size: 14px;
  }
  .sect2-prod .container .row .card-sec {
    min-height: 38vh;
    margin-bottom: 20%;
  }
  .sect6-prod .container form input[type=submit] {
    font-size: 14px;
  }
}

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