.titulo, .form .container .title {
  font-size: 40px;
  font-weight: 500;
}

#mob {
  display: none;
}

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

.form {
  padding: 10vh 0;
  background: #e94e0e;
}
.form .container {
  max-width: 70%;
}
.form .container .title {
  color: white;
  margin-bottom: 4%;
}
.form .container .form {
  padding: 0 5%;
}
.form .container .form .campo input {
  width: 100%;
  background: white;
  border: 1px solid white;
  color: black;
  padding: 2vh;
  margin-bottom: 2%;
}
.form .container .form input[type=submit] {
  background: #565656;
  color: white;
  border: 1px solid #565656;
  z-index: 10;
  padding: 0.5vh 3vh;
  border-radius: 50px;
  margin-top: -8%;
}

footer {
  padding: 10vh 0;
}
footer .container .mcia p {
  font-size: 12px;
}
footer .container .mcia img {
  width: 6%;
}
footer .container .legal {
  margin: 2% 0;
}
footer .container .incorp {
  width: 20%;
}

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

@media (max-width: 980px) {
  #desk {
    display: none;
  }
  #mob {
    display: block !important;
  }
  .titulo, .form .container .title {
    font-size: 25px;
  }
  .form .container {
    max-width: 95%;
  }
  footer .container .mcia img {
    width: 15%;
  }
}

/* Page Home */
a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

p {
  margin-bottom: 0; }

.banner .desk {
  display: block; }
.banner .mob {
  display: none; }
@media (max-width: 980px) {
  .banner .desk {
    display: none; }
  .banner .mob {
    display: block; } }

.title-form {
  color: white;
  font-size: 25px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1em; }

.title-home {
  font-size: 27px;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 130%;
  color: #565656; }

.sect1-home {
  padding: 0 20px 20px 20px;
  background: #e94e0e; }
  .sect1-home .content {
    background: #565656;
    padding: 3em 0; }
    .sect1-home .content .container {
      max-width: 85%; }
    .sect1-home .content .campos {
      padding: .5em 0; }
      .sect1-home .content .campos input {
        width: 100%;
        padding: 1em;
        height: 3em;
        border: none; }
    .sect1-home .content .botao-form {
      text-align: center;
      margin-top: 1em; }
      .sect1-home .content .botao-form input {
        background: #c0c0c0;
        color: #565656;
        border: 1px solid #c0c0c0;
        padding: 1em 3em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        transition: .5s; }
        .sect1-home .content .botao-form input:hover {
          background: transparent;
          color: #c0c0c0; }
      .sect1-home .content .botao-form span {
        display: block; }

.sect2-home {
  padding: 5em 0; }
  .sect2-home .container {
    max-width: 85%; }
  .sect2-home .carousel-galeria .img-galeria {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 28em;
    position: relative; }
    .sect2-home .carousel-galeria .img-galeria .legenda {
      position: absolute;
      bottom: 0;
      padding: 7em 1em 1em;
      background: linear-gradient(0deg, #00000061, transparent);
      width: 100%; }
      .sect2-home .carousel-galeria .img-galeria .legenda p {
        color: white;
        font-size: 12px; }
  .sect2-home .carousel-nav .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0; }
    .sect2-home .carousel-nav .slick-dots li {
      margin: 0 0.2em; }
      .sect2-home .carousel-nav .slick-dots li.slick-active button {
        background: #e94e0e; }
      .sect2-home .carousel-nav .slick-dots li button {
        font-size: 0;
        width: 8px;
        height: 8px;
        padding: 0;
        background: #C6C5BC;
        border-radius: 100px;
        border: none; }
  .sect2-home .carousel-nav .slide {
    margin: 3px 1.5px; }
    .sect2-home .carousel-nav .slide img {
      width: 100%;
      height: 7em;
      object-fit: cover; }

.slick-arrow {
  width: 75px;
  height: 75px;
  filter: drop-shadow(3px 3px 6px black);
  bottom: 40%;
  background: #e94e0e;
  border-radius: 5px; }

.sect3-home {
  padding: 5em 0;
  background: linear-gradient(0deg, #cdcdcd, #aaaaaa); }
  .sect3-home .title-home {
    padding-left: 4em; }
  .sect3-home .carousel-plantas .slick-prev {
    left: 3%; }
  .sect3-home .carousel-plantas .slick-next {
    left: inherit;
    right: 3%; }
  .sect3-home .carousel-plantas .content-img {
    position: relative; }
    .sect3-home .carousel-plantas .content-img img.img-living {
      object-fit: cover;
      height: 32em;
      border-radius: 20px; }
    .sect3-home .carousel-plantas .content-img img.img-planta {
      width: 70%;
      margin-right: 0;
      height: 32em;
      object-fit: contain; }
    .sect3-home .carousel-plantas .content-img .legenda-living {
      background: #e94e0e;
      width: fit-content;
      margin: auto;
      padding: 0.5em 2em;
      border-radius: 100px; }
      .sect3-home .carousel-plantas .content-img .legenda-living p {
        font-size: 11px;
        color: white;
        letter-spacing: 1px; }
    .sect3-home .carousel-plantas .content-img .legenda-plantas {
      position: absolute;
      background: #565656;
      width: 70%;
      z-index: -1;
      padding: 2em;
      height: 75%;
      transform: translate(0%, 50%);
      bottom: 50%;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .sect3-home .carousel-plantas .content-img .legenda-plantas .tipo {
        background: #e94e0e;
        width: fit-content;
        font-size: 8px;
        padding: 0.2em .5em;
        color: white;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .sect3-home .carousel-plantas .content-img .legenda-plantas .nome {
        color: white;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 25px; }
      .sect3-home .carousel-plantas .content-img .legenda-plantas .metragem {
        color: white;
        font-size: 20px; }

.sect4-home {
  padding: 5em 0 0; }
  .sect4-home .title-home {
    max-width: 80%;
    margin: 0 auto 1em;
    text-align: center; }
  .sect4-home .endereco {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 1em;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sect4-home .endereco .waze {
      width: 1.5em;
      margin-left: 1em; }
  .sect4-home .mapa iframe {
    width: 100%; }

.sect5-home {
  padding: 5em 0;
  background: #c0c0c0; }
  .sect5-home .container {
    max-width: 55%; }
  .sect5-home .title-form {
    color: #565656; }
  .sect5-home .campo {
    padding: .5em 0; }
    .sect5-home .campo input {
      width: 100%;
      padding: 1em;
      height: 3em;
      background: transparent;
      border: 1px solid #565656; }
  .sect5-home input[type=submit] {
    float: right;
    background: transparent;
    border: 1px solid #565656;
    padding: 1em 3em;
    font-size: 14px;
    color: #565656;
    text-transform: uppercase;
    margin-top: .5em;
    transition: .5s; }
    .sect5-home input[type=submit]:hover {
      background: #565656;
      color: white; }

.sect6-home {
  padding: 5em 0; }
  .sect6-home .container {
    max-width: 85%; }
  .sect6-home .carousel-implantacao .slick-prev {
    left: 0; }
  .sect6-home .carousel-implantacao .slick-next {
    left: inherit;
    right: 0; }
  .sect6-home .carousel-implantacao img {
    width: 100%;
    height: 24em;
    object-fit: contain;
    object-position: center; }

@media (max-width: 980px) {
  .sect1-home {
    padding: 0 10px 10px 10px; }
    .sect1-home .content {
      padding: 3em 0; }
      .sect1-home .content .container {
        max-width: inherit; }

  .title-form {
    font-size: 20px; }

  .title-home {
    font-size: 20px; }

  .sect2-home {
    padding: 3em 0; }
    .sect2-home .container {
      max-width: inherit; }
    .sect2-home .title-home br {
      display: none; }
    .sect2-home .carousel-galeria .img-galeria {
      height: 17em; }
    .sect2-home .carousel-nav .slide img {
      height: 4em; }

  .slick-arrow {
    width: 55px;
    height: 55px; }

  .sect3-home {
    padding: 3em 0; }
    .sect3-home .title-home {
      padding: 0; }
    .sect3-home .carousel-plantas .content-img {
      height: 22em; }
      .sect3-home .carousel-plantas .content-img .legenda-plantas {
        top: inherit;
        bottom: 0;
        transform: none;
        width: 100%;
        height: auto; }
      .sect3-home .carousel-plantas .content-img .legenda-living {
        position: absolute;
        bottom: 0;
        transform: translate(50%, 0%);
        right: 50%;
        width: 90%;
        padding: .5em 1em; }
        .sect3-home .carousel-plantas .content-img .legenda-living p {
          font-size: 10px;
          text-align: center; }
      .sect3-home .carousel-plantas .content-img img.img-living {
        height: 22em; }
      .sect3-home .carousel-plantas .content-img img.img-planta {
        height: 14em;
        width: 100%;
        margin-right: auto; }

  .sect6-home {
    padding: 3em 0; }
    .sect6-home .container {
      max-width: inherit; }
    .sect6-home .carousel-implantacao img {
      height: 11em; }

  .sect4-home {
    padding: 3em 0; }
    .sect4-home .title-home {
      max-width: inherit; }
    .sect4-home .endereco {
      flex-direction: column;
      font-size: 18px; }
      .sect4-home .endereco .waze {
        width: 2em;
        margin-top: 1em;
        margin-left: 0; }

  .sect5-home {
    padding: 3em 0; }
    .sect5-home .container {
      max-width: inherit; } }

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