@-webkit-keyframes fade {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes show {
  from {
    -webkit-transform: translate3d(0, -1000px, 0);
            transform: translate3d(0, -1000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes show {
  from {
    -webkit-transform: translate3d(0, -1000px, 0);
            transform: translate3d(0, -1000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes menu {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes menu {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

body {
  overflow-x: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url("../img/marmore.png");
}

body p,
body h1,
body h2 {
  letter-spacing: 0.0625rem;
  color: #707070;
}

body h1,
body h2 {
  font-weight: 300;
}

body .c-headline {
  width: 100%;
  min-height: 100vh;
}
body .c-headline div.tourvirtual{
  min-height: 50vh!important;
  background:no-repeat top/cover url(../img/1-Golf-Vista-Terraco-HR.jpg)
}
a.tourvirtualbotao{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: small;
  border-radius: .5rem;
  color: #fff;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 85px;
  right: 5px;
  margin: auto;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: rgba(255,255,255,.8);
  color: #000;
  font-weight: 600;
  text-align: center;
}
a.tourvirtualbotao:hover{
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
}
body .c-headline > div {
  width: 100%;
  height: 100vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 52%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 52%);
  background-attachment: fixed;
}

@media (max-width: 767px) {
  body .c-headline > div {
    height: 80vh;
  }
}

body .c-headline > h1 {
  max-width: 26%;
  font-size: 2.96875rem;
  line-height: 1.25;
  position: absolute;
  bottom: 10%;
  left: 10%;
}

@supports (font-size: clamp(2.375rem, 1vw, 2.96875rem)) {
  body .c-headline > h1 {
    font-size: clamp(2.375rem, 2vw, 2.96875rem);
  }
}

@media (max-width: 1500px) {
  body .c-headline > h1 {
    max-width: 30%;
    left: 5%;
    bottom: 10%;
  }
}

@media (max-width: 1200px) {
  body .c-headline > h1 {
    max-width: 30%;
    left: 5%;
    bottom: 5%;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  body .c-headline > h1 {
    font-size: 1.5rem;
    font-weight: 400;
    max-width: 200px;
    bottom: 10%;
  }
}

@media (max-width: 400px) {
  body .c-headline > h1 {
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 200px;
    bottom: 10%;
  }
}

@media (max-width: 768px) {
  body .c-headline .sustentabilidade + h1 {
    bottom: 20%;
  }
}

body .c-headline > h2 {
  max-width: 45rem;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  position: absolute;
  bottom: 3%;
  left: 10%;
  font-weight: 400;
}

@media (max-width: 1500px) {
  body .c-headline > h2 {
    left: 5%;
    bottom: 0%;
  }
}

@media (max-width: 1200px) {
  body .c-headline > h2 {
    bottom: -5%;
  }
}

@media (max-width: 768px) {
  body .c-headline > h2 {
    font-weight: 400;
    max-width: 300px;
    bottom: 5%;
  }
}

@media (max-width: 400px) {
  body .c-headline > h2 {
    font-size: 1rem;
    bottom: 1%;
  }
}

body > main {
  margin: 0 10%;
}

body > main h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 3px solid #707070;
  padding-left: 1.875rem;
  font-size: 2.07812rem;
}

@media (max-width: 767px) {
  body > main h1 {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
  }
}

body > main h2 {
  font-size: 1.78125rem;
  margin: 0.9375rem 0;
}

body > main > p {
  margin-top: 25px;
}

body .ambientes h1 {
  margin: 6.25rem 0;
}

@media (max-width: 767px) {
  body .ambientes h1 {
    margin: 6.25rem auto;
  }
}

body .ambientes h1:nth-of-type(even) {
  margin-left: 60%;
  padding-left: 0;
  padding-right: 1.875rem;
}

body .ambientes__container {
  margin-bottom: 20vh;
}

body .ambientes__container--alt {
  margin-bottom: 70vh;
}

@media (max-width: 767px) {
  body .ambientes__container--alt {
    margin-bottom: 0;
  }
}

body .ambientes .gridAmbientes {
  width: 40%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[1];
      grid-template-columns: repeat(1, minmax(200px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  gap: 1.875rem;
  margin-right: auto;
  place-items: flex-start;
}

@media (max-width: 768px) {
  body .ambientes .gridAmbientes {
    width: 100%;
  }
}

body .ambientes .gridAmbientes__img {
  width: 100%;
  height: 27.8125rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  body .ambientes .gridAmbientes__img {
    height: 18.75rem;
  }
}

body .ambientes .gridAmbientes p {
  width: 100%;
  text-align: left;
  margin-top: 0.9375rem;
}

body .ambientes .gridAmbientes--alt {
  margin-left: auto;
  margin-right: unset;
}

body .areaExterna {
  margin: 14vh 0;
}

body .areaExterna > h2 {
  text-align: center;
  margin: 4rem 0;
}

body .areaExterna__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30%;
      grid-template-columns: 1fr 30%;
}

@media (max-width: 767px) {
  body .areaExterna__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body .areaExterna__content > p {
  margin-left: 1rem;
}

body .areaExterna__imgContainer {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  body .areaExterna__imgContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .areaExterna__imgContainer img:first-of-type {
  width: 100%;
  max-width: 46.875rem;
  margin-left: 10%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body .areaExterna__imgContainer img:first-of-type {
    max-width: 100%;
    margin-left: unset;
  }
}

body .areaExterna__imgContainer img:nth-of-type(2) {
  width: 100%;
  max-width: 38.4375rem;
  position: absolute;
  right: -25%;
  bottom: -10%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body .areaExterna__imgContainer img:nth-of-type(2) {
    max-width: 100%;
    margin-left: unset;
    position: unset;
    margin: 1.875rem 0;
  }
}

body .areaExterna--alt {
  margin: 14vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  body .areaExterna--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .areaExterna--alt > img {
  width: 50%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body .areaExterna--alt > img {
    width: 100%;
    margin-top: 0.9375rem;
  }
}

body .golfClube {
  margin: unset;
}

body .golfClube > h1 {
  margin: 6.25rem 0;
  margin-left: 10%;
}

body .golfClube .subtitle {
  width: 60%;
  margin: 4rem auto;
  text-align: center;
}

@media (max-width: 1200px) {
  body .golfClube .subtitle {
    width: 80%;
    text-align: left;
    margin-left: 5%;
  }
}

body .golfClube > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  body .golfClube > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .golfClube > .flex > p {
  max-width: 25rem;
  text-align: center;
  margin-left: 15%;
  margin-right: 1rem;
}

@media (max-width: 1200px) {
  body .golfClube > .flex > p {
    max-width: unset;
    text-align: left;
    margin: 0 10%;
  }
}

body .golfClube > .flex > p:nth-child(even) {
  margin-right: 20%;
  margin-left: 1rem;
}

@media (max-width: 1200px) {
  body .golfClube > .flex > p:nth-child(even) {
    margin: 0 10%;
  }
}

body .golfClube > .flex > .img {
  width: 61%;
  height: 25rem;
  margin: 1.875rem 0;
  background-attachment: fixed;
  cursor: pointer;
}

@media (max-width: 1200px) {
  body .golfClube > .flex > .img {
    width: 100%;
  }
}

body .golfClube > .flex > .img:nth-child(1) {
  width: 53%;
}

@media (max-width: 1200px) {
  body .golfClube > .flex > .img:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  body .golfClube > .flex:nth-of-type(2) > p {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

body .golfClube .riviera__content > p {
  margin: 0 auto;
  width: 80%;
}

body .golfClube .riviera__content > p + p {
  margin-top: 1.5625rem;
}

body .golfClube > .img {
  width: 100%;
  height: 25rem;
  margin-top: 6.25rem;
}

body .c-planta {
  width: 100%;
}

body .c-planta:hover .c-planta__container::before,
body .c-planta:hover .c-planta__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.6);
  position: absolute;
}

@media (max-width: 768px) {
  body .c-planta:hover .c-planta__container::before,
  body .c-planta:hover .c-planta__img::after {
    position: unset;
  }
}

body .c-planta:hover .c-planta__img::before {
  content: "Clique para ver a planta";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 20%;
  z-index: 1;
  top: 25%;
  max-width: 18.75rem;
  line-height: 1.5em;
  text-align: center;
}

body .c-planta__container {
  height: 120vh;
  width: 40%;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15);
          box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15);
  cursor: pointer;
}

@media (max-width: 768px) {
  body .c-planta__container {
    width: 100%;
    position: relative;
    margin-bottom: 20vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 768px) {
  body .c-planta__container--alt {
    width: 100%;
    position: relative;
    margin-bottom: 20vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

body .c-planta__img {
  height: 120vh;
  width: 100%;
  position: absolute;
  left: 10%;
  top: 10%;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15);
          box-shadow: 5px 5px 15px 0px rgba(44, 44, 44, 0.15);
}

@media (max-width: 768px) {
  body .c-planta__img {
    position: relative;
    left: 0 !important;
    top: 0;
    background-size: contain;
    height: 80vh;
  }
}

body .c-planta--alt:hover .c-planta__img::before {
  content: "Clique para ver a planta";
  margin-left: 20%;
}

@media (max-width: 767px) {
  body .c-planta--alt:hover .c-planta__img::before {
    opacity: 0;
  }
}

body .c-planta--alt .c-planta__container {
  left: 0;
  right: unset;
}

body .c-planta--alt .c-planta__img {
  left: unset;
  right: 10%;
}

body .grid {
  width: 100%;
  margin: 6.25rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  place-content: center;
  gap: 1.875rem;
}

body .grid__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

body .grid__foto {
  height: 6.25rem;
  width: 6.25rem;
  margin-bottom: 10px;
}

body .grid--exclusividade {
  width: 60%;
  margin: 6.25rem auto;
}

body .grid__sustentabilidade {
  -ms-grid-columns: (200px)[4];
      grid-template-columns: repeat(4, 200px);
  gap: 6.25rem;
  place-items: flex-start;
  row-gap: 1.875rem;
}

@media (max-width: 1200px) {
  body .grid__sustentabilidade {
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

body .grid__sustentabilidade > .grid__item {
  cursor: pointer;
}

body .grid__sustentabilidade > .grid__item > span {
  display: none;
}

body .grid__sustentabilidade > p.area {
  display: none;
}

body .grid__materiais {
  -ms-grid-columns: (minmax(280px, 1fr))[5];
      grid-template-columns: repeat(5, minmax(280px, 1fr));
  gap: 0.9375rem;
}

@media (max-width: 1500px) {
  body .grid__materiais {
    -ms-grid-columns: (minmax(280px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0.9375rem;
  }
}

body .grid__materiais .grid__item {
  cursor: pointer;
}

@media (max-width: 1500px) {
  body .grid__materiais .grid__item {
    width: 100%;
  }
}

body .grid__materiais .grid__item .grid__foto {
  width: 17.5rem;
  height: 12.5rem;
}

@media (max-width: 1500px) {
  body .grid__materiais .grid__item .grid__foto {
    width: 100%;
  }
}

body .grid__materiais p {
  font-weight: 600;
}

body .grid__materiais--alt {
  -ms-grid-columns: (340px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 340px);
  gap: 1.875rem;
  place-items: flex-start;
}

@media (max-width: 1500px) {
  body .grid__materiais--alt {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}

@media (max-width: 767px) {
  body .grid__materiais--alt {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body .grid__materiais--alt p {
  font-weight: 600;
}

body .grid__materiais--alt .grid__item {
  cursor: pointer;
}

@media (max-width: 1500px) {
  body .grid__materiais--alt .grid__item {
    width: 100%;
  }
}

body .grid__materiais--alt .grid__item .grid__foto {
  width: 21.25rem;
  height: 15rem;
}

@media (max-width: 1500px) {
  body .grid__materiais--alt .grid__item .grid__foto {
    width: 100%;
  }
}

body .grid__riviera {
  gap: 0;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  body .grid__riviera {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body .grid__riviera .grid__item {
  width: 100%;
  cursor: pointer;
}

body .grid__riviera .grid__foto {
  width: 100%;
  height: 26.25rem;
}

body .mensagem {
  width: 100%;
  min-height: 40rem;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6.25rem 0;
  color: #707070;
}

body .mensagem__container {
  width: 80%;
  background-color: #fff;
}

@media (max-width: 768px) {
  body .mensagem__container {
    width: 90%;
  }
}

body .mensagem__container > p {
  padding: 1.875rem;
}

body .mensagem__container > p span {
  font-weight: 600;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 1.875rem;
}

body .mensagem__img {
  float: right;
  -webkit-transform: scale(1.15) translateY(-36px);
          transform: scale(1.15) translateY(-36px);
}

@media (max-width: 768px) {
  body .mensagem__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

body .mensagem__img--alt {
  float: right;
  -webkit-transform: translate3d(40px, 60px, 0);
          transform: translate3d(40px, 60px, 0);
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1500px) {
  body .mensagem__img--alt {
    -webkit-transform: unset;
            transform: unset;
    margin: 0.5rem;
  }
}

@media (max-width: 767px) {
  body .mensagem__img--alt {
    float: unset;
    width: 80%;
    margin: 0.5rem auto;
  }
}

body .seguranca .grid {
  margin: 1.875rem 0;
  gap: 0;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

body.modal {
  position: relative;
}

body.modal > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  max-width: 1200px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

body.modal::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
}
/*# sourceMappingURL=internas.css.map */