@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

:root {
  --green: #143835;
  --brown: #8f6042;
  --gray: #c4c5c5;
}

* {
  font-family: "Montserrat", sans-serif;
  outline: none !important;
}

html {
  overflow-x: hidden !important;
}

body {
  margin: 0 auto;
  min-width: 380px;
  overflow-x: hidden !important;
  /*   max-width: 1920px;*/
}

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

.hover-brown {
  transition: 200ms;
}

.hover-brown:hover {
  background-color: var(--brown) !important;
  color: white;
}

.hover-green {
  transition: 200ms;
}

.hover-green:hover {
  color: var(--green);
}

#to-top {
  cursor: pointer;
  background-image: url(../img/up.svg);
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: -75px;
  width: 52px;
  height: 52px;
  border: none;
}

.cpy {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.bg-green {
  background-color: var(--green);
}

.bg-brown {
  background-color: var(--brown);
}

.bg-gray {
  background-color: var(--gray);
}

.banner {
  height: 550px;
  background-position: center;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.txt-color {
  color: var(--brown);
}

.txt-green {
  color: var(--green);
}

.bg-banner-green {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, transparent 40%, var(--green) 40%);
}

.bg-banner {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(196, 197, 197, 1) 40%
  );
}

.banner-foto {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(196, 197, 197, 1) 40%
  );
}

.banner-foto2 {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(196, 197, 197, 1) 60%,
    rgba(255, 255, 255, 1) 60%
  );
}

.bg-simbol {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, var(--green) 45%, #fff 45%);
}

.diferenciais {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    var(--green) 60%,
    rgba(255, 255, 255, 1) 60%
  );
}

.diferenciais p {
  font-size: 13pt;
}

.photo-bg {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: 200ms;
}

.projetos-recentes div {
  width: 25%;
}

.moveis-unicos {
  max-width: 1500px !important;
}

.banner {
  padding-left: 150px;
}

.bg-contato {
  background: linear-gradient(
    90deg,
    transparent 60%,
    rgba(196, 197, 197, 1) 0%
  );
}

input,
textarea {
  background-color: #e0e0e0;
}

.w-lg-50 {
  width: 50%;
}

.simbol_outline {
  height: 400px;
}

@media screen and (max-width: 991px) {
  .indicator {
    display: none;
  }

  .w-lg-50 {
    width: 100%;
  }

  .rodape-social {
    position: absolute;
    right: 50px;
  }

  .rodape-social img {
    width: 30px;
  }

  .rodape-social a {
    margin-bottom: 40px;
  }

  .bg-contato {
    background: linear-gradient(
      180deg,
      transparent 71%,
      rgba(196, 197, 197, 1) 0%
    );
  }

  .moveis-unicos {
    max-width: none !important;
  }

  .banner-foto {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 35%,
      rgba(196, 197, 197, 1) 35%
    );
  }

  .bg-banner {
    background: rgb(255, 255, 255);
  }

  .bg-simbol {
    background: transparent;
    background: linear-gradient(180deg, var(--green) 45%, #fff 45%);
  }

  .diferenciais {
    padding-top: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      var(--green) 88%,
      rgba(255, 255, 255, 1) 60%
    );
  }

  .photo-bg {
    filter: brightness(100%);
    height: 700px;
  }

  .banner-foto2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgba(196, 197, 197, 1) 70%,
      rgba(255, 255, 255, 1) 60%
    );
  }

  .cpy {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .projetos-recentes div {
    width: 100%;
  }

  .banner {
    padding-left: 3rem;
  }

  .simbol_outline {
    height: 200px;
  }

  .current:after {
    content: "";
    display: inline-block;
    height: 0px;
    vertical-align: bottom;
    width: 100%;
    margin-right: 0%;
    margin-left: 10px;
    border-top: 2px solid var(--brown);
  }
}
