@font-face {
  font-family: "URWBaskerTExtNar";
  src: url("fonts/URWBasker/URWBaskerTNar.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Black.woff2") format("woff2"), url("fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BoldItalic.woff2") format("woff2"), url("fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-MediumItalic.woff2") format("woff2"), url("fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.woff2") format("woff2"), url("fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-ThinItalic.woff2") format("woff2"), url("fonts/Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-UltraItalic.woff2") format("woff2"), url("fonts/Gotham-UltraItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-LightItalic.woff2") format("woff2"), url("fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-XLightItalic.woff2") format("woff2"), url("fonts/Gotham-XLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-XLight.woff2") format("woff2"), url("fonts/Gotham-XLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a.button {
  background-color: #413c2f;
  display: inline-table;
  padding: 20px 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
a.button:hover {
  background-color: #4A4E42;
}

p {
  font-size: 16px;
  line-height: 1.7;
  padding-top: 2rem;
  color: #434343;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

svg, img {
  max-width: 100%;
  height: auto;
}

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Gotham";
  background-color: #958363;
}

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Gotham";
  font-weight: normal;
}

.grid {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .grid {
    width: 86%;
  }
}

@font-face {
  font-family: "URWBaskerTExtNar";
  src: url("fonts/URWBasker/URWBaskerTNar.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Black.woff2") format("woff2"), url("fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BoldItalic.woff2") format("woff2"), url("fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-MediumItalic.woff2") format("woff2"), url("fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.woff2") format("woff2"), url("fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-ThinItalic.woff2") format("woff2"), url("fonts/Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-UltraItalic.woff2") format("woff2"), url("fonts/Gotham-UltraItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-LightItalic.woff2") format("woff2"), url("fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-XLightItalic.woff2") format("woff2"), url("fonts/Gotham-XLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-XLight.woff2") format("woff2"), url("fonts/Gotham-XLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a.button {
  background-color: #413c2f;
  display: inline-table;
  padding: 20px 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
a.button:hover {
  background-color: #4A4E42;
}

p {
  font-size: 16px;
  line-height: 1.7;
  padding-top: 2rem;
  color: #434343;
}

@font-face {
  font-family: "URWBaskerTExtNar";
  src: url("fonts/URWBasker/URWBaskerTNar.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Black.woff2") format("woff2"), url("fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BoldItalic.woff2") format("woff2"), url("fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-MediumItalic.woff2") format("woff2"), url("fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.woff2") format("woff2"), url("fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-ThinItalic.woff2") format("woff2"), url("fonts/Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-UltraItalic.woff2") format("woff2"), url("fonts/Gotham-UltraItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-LightItalic.woff2") format("woff2"), url("fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-XLightItalic.woff2") format("woff2"), url("fonts/Gotham-XLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-XLight.woff2") format("woff2"), url("fonts/Gotham-XLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a.button {
  background-color: #413c2f;
  display: inline-table;
  padding: 20px 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
a.button:hover {
  background-color: #4A4E42;
}

p {
  font-size: 16px;
  line-height: 1.7;
  padding-top: 2rem;
  color: #434343;
}

.sec-banner {
  background-color: #f3f3f3;
}
.sec-banner .grid {
  min-height: 100vh;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  .sec-banner .grid {
    height: auto;
    padding: 0 0 80px 0;
    min-height: auto;
    width: 100%;
  }
}
.sec-banner .grid .desc {
  width: 45%;
}
.sec-banner .grid .desc .logo svg, .sec-banner .grid .desc .logo path {
  fill: #958363 !important;
}
@media screen and (max-width: 500px) {
  .sec-banner .grid .desc {
    width: 100%;
    order: 2;
    padding: 50px;
  }
}
.sec-banner .grid .desc h3 {
  text-transform: uppercase;
  color: #413c2f;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 30px 0 10px 0;
  font-family: "URWBaskerTExtNar";
}
.sec-banner .grid .desc h1 {
  font-size: 32px;
  font-weight: 800;
  font-family: "URWBaskerTExtNar";
  color: #958363;
}
@media screen and (max-width: 500px) {
  .sec-banner .grid .desc h1 {
    font-size: 26px;
  }
}
.sec-banner .grid .desc h1 span {
  font-weight: 300;
  display: block;
}
.sec-banner .grid .desc a.button {
  background-color: #958363;
}
.sec-banner .grid .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48vw;
  overflow: hidden;
}
.sec-banner .grid .img .faixa {
  display: block;
  background-color: #bd0b0b;
  position: absolute;
  transform: rotate(45deg);
  padding: 30px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  top: 10%;
  width: 450px;
  text-align: center;
  right: -10%;
  font-family: "URWBaskerTExtNar";
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .sec-banner .grid .img .faixa {
    top: 5%;
    right: -14%;
    font-size: 13px;
    width: 250px;
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .sec-banner .grid .img {
    width: 100%;
    position: unset;
    width: 100%;
    order: 1;
    padding: 0 0 0 30px;
  }
}
.sec-banner .grid .img img {
  width: 100%;
}

.sec-elegancia {
  background-color: #F5EDE7;
  padding: 80px 0;
  position: relative;
}
.sec-elegancia .grid {
  min-height: 100vh;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  .sec-elegancia .grid {
    min-height: auto;
    width: 100%;
  }
}
.sec-elegancia .desc {
  width: 48%;
}
@media screen and (max-width: 500px) {
  .sec-elegancia .desc {
    width: 100%;
    order: 2;
    padding: 50px 30px;
  }
}
.sec-elegancia .desc h2 {
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 42px;
  text-transform: uppercase;
  color: #958363;
  font-family: "URWBaskerTExtNar";
}
@media screen and (max-width: 500px) {
  .sec-elegancia .desc h2 {
    font-size: 38px;
  }
}
.sec-elegancia .desc h2 span {
  color: #413c2f;
  display: block;
}
.sec-elegancia .desc p {
  width: 70%;
}
@media screen and (max-width: 500px) {
  .sec-elegancia .desc p {
    width: 100%;
  }
}
.sec-elegancia .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48vw;
}
@media screen and (max-width: 500px) {
  .sec-elegancia .img {
    width: 100%;
    order: 1;
    position: unset;
    padding: 0 0 0 30px;
  }
}
.sec-elegancia .img img {
  width: 100%;
}

.sec-condominio {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.sec-condominio .tt {
  margin: 0 auto;
  text-align: center;
  max-width: 601px;
  width: 95%;
}
.sec-condominio .tt p {
  color: #434343;
}
.sec-condominio .tt h2 {
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 38px;
  text-transform: uppercase;
  color: #434343;
  font-family: "URWBaskerTExtNar";
}
@media screen and (max-width: 500px) {
  .sec-condominio .tt h2 {
    font-size: 24px;
  }
}
.sec-condominio .tt h2 span {
  color: #434343;
  display: block;
}
.sec-condominio .tt h3 {
  text-transform: uppercase;
  color: #958363;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 20px 0;
  font-family: "URWBaskerTExtNar";
}
.sec-condominio .tt p {
  color: #434343;
}
.sec-condominio .desc {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-top: 30px;
  padding: 30px 40px;
}
@media screen and (max-width: 500px) {
  .sec-condominio .desc {
    padding: 30px 0 0 0;
  }
}
.sec-condominio .desc .item {
  padding: 20px;
  width: 14%;
}
@media screen and (max-width: 500px) {
  .sec-condominio .desc .item {
    width: 30%;
  }
}
.sec-condominio .desc .item .ico {
  width: 109px;
  height: 109px;
  background-color: #f3f3f3;
  border: 1px solid #958363;
  border-radius: 15px;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .sec-condominio .desc .item .ico {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
.sec-condominio .desc .item h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: #958363;
  font-family: "URWBaskerTExtNar";
}
.sec-condominio .desc .btn {
  width: 100%;
  text-align: center;
}
.sec-condominio .desc .btn a.button {
  background-color: #958363;
}

.sec-localizacao {
  background-color: #fff;
  position: relative;
  padding: 130px 0;
}
.sec-localizacao .grid {
  min-height: 100vh;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  .sec-localizacao .grid {
    min-height: auto;
    width: 100%;
  }
}
.sec-localizacao .desc {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .sec-localizacao .desc {
    width: 100%;
    padding: 30px;
  }
}
.sec-localizacao .desc h2 {
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 38px;
  text-transform: uppercase;
  color: #958363;
  font-family: "URWBaskerTExtNar";
  margin-bottom: 40px;
}
.sec-localizacao .desc h2 span {
  color: #413c2f;
  display: block;
}
.sec-localizacao .desc .item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
}
.sec-localizacao .desc .item .txt {
  color: #434343;
}
.sec-localizacao .desc .item .dist {
  color: #434343;
}
.sec-localizacao .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
}
@media screen and (max-width: 500px) {
  .sec-localizacao .img {
    width: 100%;
    position: unset;
    padding: 0 30px 0 0;
  }
}
.sec-localizacao .img img {
  width: 100%;
}

.sec-jundiai {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.sec-jundiai .grid {
  align-items: center;
  align-content: center;
}
.sec-jundiai .desc {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .sec-jundiai .desc {
    width: 100%;
    padding: 30px;
  }
}
.sec-jundiai .desc h2 {
  font-weight: 300 !important;
  text-transform: uppercase;
  color: #958363;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "URWBaskerTExtNar";
  margin: 20px 0;
}
.sec-jundiai .desc a.item {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 2rem;
  color: #434343;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
  padding: 20px 0;
}
.sec-jundiai .desc a.button {
  background-color: #958363;
}
.sec-jundiai .mapa {
  width: 40%;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  align-self: center;
}
.sec-jundiai .mapa a {
  padding: 10px 40px;
  display: block;
}
@media screen and (max-width: 500px) {
  .sec-jundiai .mapa {
    width: 100%;
  }
}
.sec-jundiai .mapa iframe {
  border-radius: 15px;
}

.sec-form {
  padding: 80px 0;
  background-color: #958363;
}
.sec-form .desc {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .sec-form .desc {
    width: 100%;
  }
}
.sec-form .desc h2 {
  font-weight: 300 !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-family: "URWBaskerTExtNar";
  font-weight: 800;
}
.sec-form .desc h2 span {
  display: block;
  font-weight: 300;
}
.sec-form .desc p {
  color: #fff;
}
.sec-form .form {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .sec-form .form {
    width: 100%;
    margin-top: 50px;
  }
}
.sec-form .form .container {
  padding: 30px;
  border-radius: 25px;
  background-color: #fff;
  position: relative;
}
.sec-form .form .container h3 {
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  background-color: #413c2f;
  color: #F5EDE7;
  padding: 15px 30px;
  top: 0;
  transform: translate(0, -50%);
  font-family: "URWBaskerTExtNar";
  text-transform: uppercase;
}
.sec-form .form i {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
}

.sec-galeria {
  min-height: 600px;
  background-color: #f3f3f3;
  position: relative;
  padding: 80px 0;
}
.sec-galeria:after {
  content: "";
  width: 100%;
  left: 0;
  top: 260px;
  bottom: 0;
  background-color: #F5EDE7;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .sec-galeria {
    min-height: 300px;
  }
}
.sec-galeria .grid {
  position: relative;
  z-index: 3;
}
.sec-galeria .list-opcs {
  width: 100%;
}
.sec-galeria .list-opcs ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  justify-content: center;
}
.sec-galeria .list-opcs ul li {
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 15px 50px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  color: #958363;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .sec-galeria .list-opcs ul li {
    font-size: 1.667rem;
    padding: 1rem;
  }
}
.sec-galeria .list-opcs ul li:hover {
  color: #958363;
}
.sec-galeria .list-opcs ul li.active {
  color: #958363;
  font-weight: 800;
}
.sec-galeria .gallery {
  display: none;
  width: 100%;
}
.sec-galeria .gallery .galeria-fotos {
  position: relative;
  width: 100%;
}
.sec-galeria .gallery .galeria-fotos h3 {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0;
  z-index: 3;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 0 0 35px 35px;
  display: none;
  font-family: "URWBaskerTExtNar";
}
.sec-galeria .gallery .galeria-fotos img {
  width: 100%;
  margin-top: 30px;
  border-radius: 35px;
  object-fit: cover;
  max-height: 650px;
  min-height: 650px;
}
@media screen and (max-width: 500px) {
  .sec-galeria .gallery .galeria-fotos img {
    max-height: 300px;
    min-height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .sec-galeria .gallery .galeria-fotos .slick-slide img {
    display: block;
    height: 370px;
    object-fit: cover;
  }
}
.sec-galeria .gallery .plantas {
  text-align: center;
}
.sec-galeria .gallery .plantas img {
  width: 100%;
  margin-top: 30px;
  border-radius: 35px;
}
.sec-galeria .gallery .plantas h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 30px;
  font-family: "URWBaskerTExtNar";
  color: #413c2f;
}
.sec-galeria .gallery .slick-prev {
  left: 0;
  z-index: 9;
}
.sec-galeria .gallery .slick-next {
  right: -35px;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .sec-galeria .gallery .slick-next {
    right: 25px;
  }
}
.sec-galeria .gallery .slick-prev:before,
.sec-galeria .gallery .slick-next:before {
  content: "";
  width: 30px;
  height: 93px;
  display: block;
  filter: invert(0.5);
}
@media screen and (max-width: 500px) {
  .sec-galeria .gallery .slick-prev:before,
.sec-galeria .gallery .slick-next:before {
    width: 20px;
  }
}
.sec-galeria .gallery .slick-prev:before {
  background: url("../imagens/left3.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.sec-galeria .gallery .slick-next:before {
  background: url("../imagens/right3.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.sec-galeria .gallery.active {
  display: block;
}

.sec-rodape {
  padding: 80px 0;
  background-color: #fff;
}
.sec-rodape .grid {
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .sec-rodape .grid {
    text-align: center;
  }
}
.sec-rodape .grid .desc {
  align-self: center;
  padding: 0 80px;
  max-width: 50%;
}
@media screen and (max-width: 500px) {
  .sec-rodape .grid .desc {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.sec-rodape .grid .desc p {
  padding-top: 10px;
}

@font-face {
  font-family: "URWBaskerTExtNar";
  src: url("fonts/URWBasker/URWBaskerTNar.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Black.woff2") format("woff2"), url("fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BoldItalic.woff2") format("woff2"), url("fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-MediumItalic.woff2") format("woff2"), url("fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.woff2") format("woff2"), url("fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-ThinItalic.woff2") format("woff2"), url("fonts/Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-UltraItalic.woff2") format("woff2"), url("fonts/Gotham-UltraItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-LightItalic.woff2") format("woff2"), url("fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-XLightItalic.woff2") format("woff2"), url("fonts/Gotham-XLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-XLight.woff2") format("woff2"), url("fonts/Gotham-XLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a.button {
  background-color: #413c2f;
  display: inline-table;
  padding: 20px 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
a.button:hover {
  background-color: #4A4E42;
}

p {
  font-size: 16px;
  line-height: 1.7;
  padding-top: 2rem;
  color: #434343;
}

@media screen and (max-width: 1025px) {
  body, html {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: 10px;
  }
}

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