body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-thumb {
  border-right: solid 5px #1d1f20;
  background: #5f5f5f; }

::-webkit-scrollbar-track {
  border: none;
  background: #1d1f20; }

footer{
	background: #f7f7f7;
}

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

.contato {
  background: linear-gradient(91deg, #0d1e0b, #005261, #0b2505, #005261, #031b01);
  padding: 4% 0% 3% 0; }
  .contato .container .campo input {
    width: 100%;
    padding: 3% 5%;
    background: white;
    border: 1px solid white;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0px; }
  .contato .container .wpcf7-spinner {
    position: absolute;
    margin-top: 1%; }
  .contato .container .title {
    font-size: 33px;
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 3%; }
    .contato .container .title b {
      font-weight: 600; }
  .contato .container input[type=submit] {
    width: 13%;
    background: black;
    color: white;
    border: black;
    margin-top: 4%;
    padding: 1.5% 0%;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    transition: .5s;
    border: 1px solid black; }
    .contato .container input[type=submit]:hover {
      background: white;
      color: black;
      border-color: white; }

p {
  margin-bottom: 0; }

.alinhar {
  display: flex;
  align-items: center;
  justify-content: center; }

.sect1-lp {
  padding: 3% 0; }
  .sect1-lp .container {
    max-width: 90%; }
  .sect1-lp .container .fachada{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 71% 0;
    position: relative;  }
    .sect1-lp .container .fachada .legenda{
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 8% 3% 1%;
      width: 100%;
      background: linear-gradient(0deg, #00000085, transparent);
      text-align: right;    }
    .sect1-lp .container .fachada .legenda p{
      color: white;
      font-size: 14px;    }
    .sect1-lp .container .conteudo .title {
      font-size: 35px;
	  text-align: center;	}
    .sect1-lp .container .conteudo .botao button {
      border: 1px solid #5a9b02;
      background: #5a9b02;
      color: white;
      padding: 2% 5%;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-radius: 3px;
      font-size: 20px;
      margin-top: 5%;
      transition: .5s; }
      .sect1-lp .container .conteudo .botao button:hover {
        background: transparent;
		color: #5a9b02; }

.tour{
  padding: 3% 0; }
  .tour .title{
    text-align: center;
    font-size: 21px;
    color: #74706d;
    margin-bottom: 1%; }
    .tour .title span{
      color: #7da239; }
  .tour iframe{
    width: 100%;
    height: 35em;
    border: none; }

.plantas{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: 2% 0;	}
	.plantas p.title{
		font-size: 21px;
		color: #74706d;
		margin-bottom: 1%;	}
	.plantas p.title span{
		color: #7da239;	}
	.plantas .carousel-planta .slick-arrow{
		width: 75px;
		outline: none;
		background: black;
		height: 65px;
		border-radius: 10px;
		bottom: 40%;
		border: 1px solid black;
		transition: .5s;	}
	.plantas .carousel-planta .slick-arrow:hover{
		filter: inver(1);	}
	.plantas .carousel-planta .slick-prev{
		left: 1%;	}
	.plantas .carousel-planta .slick-next{
		left: inherit;
		right: 1%;	}
.plantas .carousel-planta .img-planta{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30% 0;	}


.lazer{
	padding: 2% 0;	}
	.lazer .title{
		text-align: center;
		font-size: 21px;
		color: #74706d;
		margin-bottom: 1%;	}
	.lazer .title strong{
		color: #7da239;	}
	.lazer .carousel-lazer .slick-arrow{
		width: 75px;
		outline: none;
		background: black;
		height: 65px;
		border-radius: 10px;
		filter: invert(1);
		bottom: 40%;
		border: 1px solid black;
		transition: .5s;	}
	.lazer .carousel-lazer .slick-arrow:hover{
		filter: none;	}
	.lazer .carousel-lazer .slick-prev{
		left: 6%;	}
	.lazer .carousel-lazer .slick-next{
		left: inherit;
		right: 6%;	}
	.lazer .carousel-lazer .item{
		padding: 30px;	}
	.lazer .carousel-lazer .item.slick-current{
		transform: scale(1.1);
		transition: .5s;	}
	.lazer .carousel-lazer .item .img-lazer{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 45% 0;
		position: relative;	}
	.lazer .carousel-lazer .item .img-lazer .legenda{
		position: absolute;
		bottom: 0;
		padding: 7% 2% 2%;
		width: 100%;
		background: linear-gradient(0deg, #0000009e, transparent);	}
	.lazer .carousel-lazer .item .img-lazer .legenda p{
		color: white;
    font-size: 11px;
    text-align: right;	}

.obras{
  padding: 2% 0;  }
  .obras .container{
    max-width: 65%;  }
  .obras .container .title{
    text-align: center;
    font-size: 21px;
    color: #74706d;
    margin-bottom: 1%;  }
    .obras .container .title strong{
      color: #7da239;    }
  .obras .container .carousel-obras .slick-arrow{
    width: 75px;
    background: black;
    height: 65px;
    border-radius: 10px;
    filter: invert(1);
    bottom: 40%;
    border: 1px solid black;  }
  .obras .container .carousel-obras .slick-arrow:hover{
    filter: none;  }
  .obras .container .carousel-obras .slick-prev{
    left: 2%;  }
  .obras .container .carousel-obras .slick-next{
    left: inherit;
    right: 2%;  }
  .obras .container .carousel-obras .img-obras{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 28% 0;  }
    .obras .carousel-obras .img-obras .legenda{
      position: absolute;
      bottom: 0;
      width: 20%;
      background: #005261;
      padding: 2%;
      text-align: center;    }
      .obras .legenda p{
        color: white;
        letter-spacing: 1px;      }

.sect2-lp {
  background: black;
  color: white;
  padding: 2% 0%; }
  .sect2-lp .container .title-local {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800; }
  .sect2-lp .container .endereco {
    font-size: 35px;
    letter-spacing: 2px; }
.telefone{
	padding: 2% 0;	}
	.telefone p.title{
		text-align: center;
		font-size: 21px;
		color: #74706d;
		margin-bottom: 1%;	}
  .waze{
    margin-top: 2%;  }
    .waze button{
      background: black;
      border: 2px solid white;
      color: white;
      transition: .5s;
      padding: 1%;    }
    .waze button:hover{
      filter: invert(1);
      color: white;    }
    .waze button img{
      width: 15%;    }

footer {
  padding: 2% 0; }
  footer .texto-legal {
    margin-top: 2%; }
  footer .logo-mcia {
    width: 6%; }
  footer .whats{
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 2020;
    width: 7%;  }

@media (max-width: 980px) {
  .contato .row {
    display: block; }
    .contato .row .campo {
      margin-bottom: 2%; }
  .contato input[type=submit] {
    width: 40% !important; }

	.sect1-lp .fachada{
		width: 100%!important;	}
  .sect1-lp .container .conteudo {
    padding: 4% 0; }

  .sect1-lp .container .conteudo .title {
    font-size: 27px;
	text-align: center; }
	
	.plantas .carousel-planta .slick-arrow{
		filter: none;
    width: 60px;
    height: 50px;	}

  .lazer .carousel-lazer .slick-arrow{
    filter: none;
    width: 60px;
    height: 50px; }

  .obras .container{
    max-width: 85%;  }
    .obras .container .carousel-obras .img-obras{
      padding: 60% 0;    }
    .obras .container .carousel-obras .img-obras .legenda{
      width: 65%;    }
    .obras .container .carousel-obras .img-obras .legenda p{
      font-size: 13px;    }

  .sect2-lp {
    padding: 5% 0; }
	.sect2-lp .container .endereco{
		font-size: 23px;	}
  .waze button{
    padding: 2%;  }
    
  footer .whats{
    width: 20%;   }	}

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