

body {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "ch-bold";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Chivo-Bold.ttf");
}

@font-face {
  font-family: "ch-light";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Chivo-Light.ttf");
}

@font-face {
  font-family: "ch-light-italic";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Chivo-LightItalic.ttf");
}

@font-face {
  font-family: "ch-regular";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Chivo-Regular.ttf");
}

@font-face {
  font-family: "ch-semibold";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Chivo-SemiBold.ttf");
}

@font-face {
  font-family: "ch-semibold-italic";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Chivo-SemiBoldItalic.ttf");
}

@font-face {
  font-family: "ch-thin";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Chivo-Thin.ttf");
  line-height: 0;
}

@font-face {
  font-family: "ch-thin-italic";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Chivo-ThinItalic.ttf");
}

@font-face {
  font-family: "g-bold";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/GOTHAM-BOLD.TTF");
}

@font-face {
  font-family: "h-neue";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/HelveticaNeue-Black.otf");
}

@font-face {
  font-family: "m-italic";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Montserrat-Italic.ttf");
}

@font-face {
  font-family: "m-regular";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "u-regular";
  src: url("https://www.upsidepirituba.com.br/assets/fonts/Uni\ Sans\ Heavy.otf");
}

:root {
  --cor-verde: #5a787b;
  --cor-verde-claro: #7fbdc8;
  --cor-azul: #384e75;
  --cor-amarelo: #fab001;
  --cor-berge: #e4d6b9;
  --fs-mg: 2.5rem;
  --fs-g: 2rem;
  --fs-m: 1.2rem;
  --fs-p: 1rem;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  unicode-bidi: isolate;
}

/* DEFALTS */

.line-blue {
  border: 7px solid #55637a;
  margin: 0;
}

.line-light-blue {
  border: 7px solid #23a5b2;
  margin: 0;
}

.title_section {
  font-family: "ch-thin-italic";
  font-size: var(--fs-mg);
}

.title_section p:first-child {
  color: var(--cor-berge);
}

.title_section p:nth-child(2) {
  color: var(--cor-amarelo);
}

/* FIM DEFAULTS */

/* HEADER - NAVBAR */
header navbar {
  background-color: #182a47;
  display: grid;
  grid-template-columns: 30% 50%;
  padding: 30px 0;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "ch-thin-italic";
  position: fixed;
  z-index: 999;
  width: 100%;
}

header navbar .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

header navbar .logo img {
  height: 40px;
}

header navbar .nav-links {
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 25px;
  margin: 0;
  padding: 0;
}

header navbar .nav-links a {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s;
}

header navbar .nav-links a:hover {
  color: #f7b500;
}

header navbar .highlight {
  color: #182a47;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: 600;
}

header navbar .highlight:hover {
  background-color: var(--cor-azul);
}

header .menu-toggle {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
}

header navbar .nav-links a.active {
  color: #f7b500;
  font-weight: 700;
  border-bottom: 2px solid #f7b500;
}
/* FIM HEADER - NAVBAR */

/* .banner */

.banner {
  position: relative;
  display: block;
  padding-top: 98px;
}

.banner .img_banner {
  width: 100%;
  display: block;
}

.banner .container_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 2;
}

.banner .img_banner {
  z-index: 1;
}

.banner .formulario {
  display: flex;
  justify-content: center;
}

.banner .formulario .form1 .title p:first-child {
  color: var(--cor-amarelo);
  letter-spacing: 2px;
}

.banner .formulario .form1 .title {
  text-align: center;
  font-family: "ch-semibold";
  font-size: var(--fs-m);
  margin-bottom: 10px;
}

.banner .formulario .form1 input {
  padding: 10px;
  border: 0;
  margin-bottom: 20px;
}

.banner .formulario .form1 button {
  background: var(--cor-amarelo);
  border: 0;
  padding: 10px 0;
  color: white;
  font-family: "m-regular";
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner form {
  display: flex;
  flex-direction: column;
  width: 280px;
  max-width: 750px;
  background: rgba(127, 189, 200, 0.8);
  padding: 20px;
}

.banner .container_banner .text_banner {
  padding: 50px;
}
.banner .container_banner .text_banner .title p:first-of-type {
  color: var(--cor-amarelo);
  font-size: 3.5rem;
  text-align: center;
}

.banner .container_banner .text_banner .title p:nth-child(2) {
  font-size: 2.5rem;
  text-align: center;
}

.banner .container_banner .text_banner .title p {
  font-family: "ch-thin-italic";
}

.banner .container_banner .text_banner .subtitle {
  padding: 10px 0;
  text-align: center;
  background-color: var(--cor-amarelo);
  width: 364px;
  color: var(--cor-azul);
}

.banner .container_banner .text_banner .box-green {
  background: rgba(127, 189, 200, 0.8);
  width: 364px;
  padding: 20px 0;
}

.banner .container_banner .text_banner .subtitle {
  font-family: "ch-regular";
}

/* FIM .banner */

/* SOBRE */
.sobre {
  display: grid;
  grid-template-columns: 38% 38%;
  column-gap: 4%;
  justify-content: center;
  background-color: var(--cor-azul);
  color: white;
  padding: 50px 0;
  padding-bottom: 0px;
  background-image: url("../images/background/colors.webp");
  background-repeat: no-repeat;
  background-position: 0% 90%;
}

.sobre .right {
  display: flex;
  justify-content: right;
}

.sobre .right img {
  width: 100%;
}

.sobre .left .list {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 6%;
  row-gap: 10px;
  list-style: none;
  font-family: "ch-light-italic";
  font-size: var(--fs-m);
}

.sobre .left .list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
}

/* FIM SOBRE */

/* PLANTAS */

.plantas {
  display: grid;
  grid-template-columns: 38% 38%;
  column-gap: 4%;
  justify-content: center;
  background: var(--cor-berge);
  padding: 50px 0;
}

.plantas .right .destaque-imovel {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

.plantas .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plantas .left .list {
  list-style: none;
}

.plantas .left .menu {
  margin: 10px 0;
}

.plantas .left img {
  width: 100%;
  max-width: 500px;
  height: 350px;
  max-height: 350px;
  object-fit: contain;
}

.plantas .left .menu span {
  background: black;
  color: white;
  padding: 10px 15px;
  width: auto;
  font-family: "ch-bold";
  font-size: var(--fs-m);
cursor:pointer;
}

.plantas .left p {
  font-family: "ch-thin";
  font-size: var(--fs-m);
  margin-top: 20px;
  margin-bottom: 10px;
}

.plantas .right .title_section p:first-of-type {
  color: var(--cor-azul);
}

.plantas .right .title_section p:nth-child(2) {
  color: var(--cor-verde-claro);
}

.plantas .right .list {
  font-size: var(--fs-p);
  font-family: "ch-light-italic";
  padding-left: 80px;
  margin: 50px 0;
}

.plantas .right .list li {
  margin-bottom: 10px;
}

/* FIM PLANTAS */

/* VIDEO */

.video {
  position: relative;
  display: grid;
  grid-template-columns: 60%;
  justify-content: center;
}

.video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: var(--cor-berge);
  clip-path: ellipse(55% 68% at 49% 25%);
  z-index: -1;
}

.video .title_section p {
  font-family: "ch-thin-italic";
  color: var(--cor-azul);
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

video {
  width: 100%;
}

.video .text_video {
  font-family: "ch-light";
  margin-top: 20px;
}

/* FIM VIDEO */

/* TOUR */

.tour {
  position: relative;
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  padding: 100px 0;
}

.tour .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: var(--cor-berge);
  clip-path: ellipse(55% 68% at 49% 25%);
  z-index: -1;
}

.tour .title_section p {
  font-family: "ch-thin-italic";
  color: var(--cor-azul);
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.tour iframe{
  height: 600px;
}

.tour .text_tour {
  font-family: "ch-light";
  margin-top: 20px;
}

/* FIM TOUR */

/* LAZER */
/* ==============================
   SEÇÃO LAZER COMPLETO
   ============================== */

.lazer {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  padding: 100px 0 50px 0;
  background-image: url("../images/background/azul.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* --- COLUNA ESQUERDA --- */
.lazer .left {
  font-family: "ch-light";
  font-size: var(--fs-p);
}

.lazer .left .container {
  display: grid;
  grid-template-columns: 38% 38%;
  column-gap: 4%;
  padding: 50px 0;
  padding-left: 10%;
}

.lazer .title_section p:first-of-type {
  color: var(--cor-azul);
}

.lazer .title_section p:nth-child(2) {
  color: var(--cor-verde-claro);
}

.lazer .left .list {
  display: grid;
  grid-template-columns: 46% 46%;
  column-gap: 23%;
  row-gap: 20px;
  list-style: none;
}

.lazer .left .list li {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

/* --- CONTEINER DO CARROSSEL --- */
.lazer .carousel-container {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
}

.lazer .images-arrows .nav-arrow {
  background: transparent;
  border: 0;
  color: white;
  font-size: 41px;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}

.lazer .main-display {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.lazer #main-image {
  width: 100%;
  height: auto;
  max-height: 547px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

.lazer .images-arrows {
  display: grid;
  grid-template-columns: max-content 100% max-content;
  justify-content: center;
  align-items: center;
}

.lazer .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}

.lazer .thumb-arrow {
  background: var(--cor-verde-claro);
  color: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 60px;
  border-radius: 6px;
  transition: background 0.3s;
}

.lazer .thumb-arrow:hover {
  background: var(--cor-verde);
}

.lazer .thumbnail-gallery {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  max-width: 431px;
  background-color: #333d52;
  border-radius: 8px;
  scrollbar-width: none;
}

.lazer .thumbnail-gallery::-webkit-scrollbar {
  display: none;
}

.lazer #main-link .img_ampliar{
  position: absolute;
  bottom: 0px;
  right: 0;
}

.lazer .thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color 0.3s, transform 0.2s;
}

.lazer .thumbnail.selected-thumb {
  border-color: var(--cor-amarelo);
  transform: scale(1.05);
}

#circle-right {
  float: left;
  width: 150px;
  height: 150px;
  shape-outside: circle(50% at 30%);
  clip-path: circle(50% at 0%);
  background: var(--cor-verde-claro);
  display: flex;
  align-items: center;
}

#circle-left {
  float: right;
  width: 150px;
  height: 150px;
  shape-outside: circle(50% at 70%);
  clip-path: circle(50% at 100%);
  background: var(--cor-verde-claro);
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* FIM LAZER */

/* FICHA TECNICA */
.ficha_tecnica {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  font-family: "ch-light";
  background-color: var(--cor-azul);
  color: white;
}

.ficha_tecnica .container {
  display: grid;
  grid-template-columns: 45% 45%;
  column-gap: 5%;
  justify-content: end;
  margin-top: 50px;
}

.ficha_tecnica .left {
  font-family: var(--fs-p);
}

.ficha_tecnica .left p {
  margin-bottom: 10px;
}

.ficha_tecnica .right {
  border-left: 1px solid var(--cor-amarelo);
  padding-left: 70px;
  font-family: var(--fs-p);
}

.ficha_tecnica .right .list {
}

.ficha_tecnica .right .list li {
  margin-bottom: 10px;
}
/* FIM FICHA TECNICA */

/* LOCALIZAÇÃO TECNICA */

.localizacao {
  background-color: var(--cor-amarelo);
  display: grid;
  grid-template-columns: 80%;
  padding-top: 150px;
  padding-bottom: 50px;
  justify-content: center;
  background-image: url("../images/background/amarelo.webp");
  background-repeat: no-repeat;
  background-position: center top;
}

.localizacao .title_section p:first-of-type {
  color: var(--cor-azul);
}

.localizacao .title_section p:nth-child(2) {
  color: var(--cor-verde-claro);
}

.localizacao .title_section {
  margin-bottom: 30px;
}

.localizacao .title_section p:first-child {
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.localizacao .title_section p:last-child {
  text-transform: uppercase;
}

.localizacao .list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 45% 45%;
  column-gap: 5%;
  justify-content: end;
}

.localizacao .list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "ch-thin-italic";
}

.localizacao .list .place {
  flex-shrink: 0;
}

.localizacao .list .dots {
  flex-grow: 1;
  border-bottom: 1px dotted currentColor;
  height: 1em;
  margin: 0 6px;
  margin-bottom: 12px;
}

.localizacao .list .time {
  flex-shrink: 0;
}

.localizacao .list li{
  display: flex;
  align-items: center;
  column-gap: 4px;
}

/* FIM LOCALIZAÇÃO */

/* MC3*/
.mc3 {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  margin-top: 100px;
}

.mc3 .container {
  display: grid;
  grid-template-columns: 50% 50%;
}

.mc3 .title_section {
  margin-bottom: 30px;
}

.mc3 .title_section p:first-of-type {
  color: var(--cor-azul);
}

.mc3 .title_section p:nth-child(2) {
  color: var(--cor-verde-claro);
}

.mc3 .container .left {
  font-family: "ch-thin-italic";
  font-size: var(--fs-m);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mc3 .container .left p {
  margin-bottom: 10px;
}

/* FIM MC3 */

/* VISIT */
.visit {
  background: transparent;
  display: grid;
  grid-template-columns: 50%;
  justify-content: center;
  padding: 100px 0;
  font-family: "ch-thin-italic";
  background-image: url("../images/background/verde.webp");
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -71px;
  position: relative;
  z-index: 1;
}

.visit p:nth-child(1) {
  font-size: var(--fs-mg);
  color: var(--cor-amarelo);
}

.visit p:nth-child(2) {
  font-size: var(--fs-m);
  color: white;
}

.visit .text {
  text-align: center;
}

.visit button {
  background: var(--cor-amarelo);
  color: black;
  border: 0px;
  font-size: var(--fs-m);
  border-radius: 5px;
  padding: 20px 0;
  margin-top: 100px;
}

.visit button:hover {
  background-color: var(--cor-verde);
  color: white;
  cursor: pointer;
}

.visit a {
  text-decoration: none;
  color: white;
}

.visit {
}

/* FIM VISIT */

/* FOOTER */
footer {
  display: grid;
  grid-template-columns: 38% 38%;
  column-gap: 4%;
  justify-content: center;
  background-color: #20828d;
  padding: 50px 0;
}

footer .logo-pirituba {
  width: 150px;
}

footer .contacts {
  color: white;
  font-family: "ch-thin-italic";
  margin: 30px 0;
  font-size: var(--fs-m);
  display: grid;
  grid-template-columns: 50% 50%;
}

footer .contacts p {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

footer .copyright {
  color: white;
  font-family: "ch-thin-italic";
  margin-top: 30px;
}

footer .contacts img {
  width: 30px;
}

footer .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .links .networks {
  display: flex;
  column-gap: 5px;
}

footer .links .networks img {
  width: 30px;
}

footer .links .logo_mc3 {
  display: flex;
  justify-content: end;
}

footer .right .form2 {
  display: grid;
  grid-template-columns: 60%;
  justify-content: center;
  flex-direction: column;
  width: 600px;
  min-width: 400px;
  margin-top: 20px;
}

footer .right .form2 .title {
  font-family: "ch-thin-italic";
  font-size: var(--fs-m);
  color: var(--cor-verde-claro);
}

footer .right .form2 .subtitle {
  color: #d0e4e9;
  font-family: "ch-thin-italic";
  margin-bottom: 20px;
  margin-top: 10px;
}

footer .right .form2 input {
  background: var(--cor-verde-claro);
  padding: 10px;
  margin-bottom: 10px;
  border: 0;
}

footer .right .form2 textarea {
  background: var(--cor-verde-claro);
  padding: 10px;
  margin-bottom: 20px;
  border: 0;
  height: 100px;
}

footer .right .form2 input::placeholder {
  color: white;
  font-family: "ch-thin-italic";
}

footer .right .form2 .bnt_form {
  display: flex;
  justify-content: flex-end;
}

footer .right .form2 .bnt_form button {
  background-color: var(--cor-amarelo);
  color: white;
  padding: 8px 15px;
  font-family: "ch-thin";
  border: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer .right .form2 .bnt_form button:hover {
  cursor: pointer;
  background-color: var(--cor-verde);
}

/* FIM FOOTER */

@media (max-width: 1258px) {
  footer .right .form2 {
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;
    flex-direction: column;
    width: auto;
    min-width: auto;
    margin-top: 20px;
  }
}

@media (max-width: 1072px) {
  footer {
    display: grid;
    grid-template-columns: 80%;
    column-gap: 4%;
    justify-content: center;
    background-color: #20828d;
    padding: 50px 0;
  }

  .plantas {
    display: grid;
    grid-template-columns: 80%;
    column-gap: 4%;
    justify-content: center;
    background: var(--cor-berge);
    padding: 50px 0;
  }
}
@media (max-width: 994px) {
  .banner .container_banner {
    position: relative;
    grid-template-columns: 90%;
  }

  .banner .container_banner .text_banner {
    padding: 0px;
  }

  .banner .container_banner .text_banner .title p:first-of-type {
    font-size: 1.5rem;
  }

  .banner .container_banner .text_banner .title p:nth-child(2) {
    font-size: 1.5rem;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  :root {
    --cor-verde: #5a787b;
    --cor-verde-claro: #7fbdc8;
    --cor-azul: #384e75;
    --cor-amarelo: #fab001;
    --cor-berge: #e4d6b9;
    --fs-mg: 2.5rem;
    --fs-g: 2rem;
    --fs-m: 1.2rem;
    --fs-p: 1rem;
  }

  .title_section {
    font-family: "ch-thin-italic";
    font-size: var(--fs-m);
  }

  /* HEADER */
  header navbar .menu-toggle {
    display: block;
  }

  header navbar .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #182a47;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    gap: 15px;
  }

  .banner form {
    width: 100%;
  }

  .banner .container_banner .text_banner .box-green {
    width: 100%;
    padding: 5px 0;
  }

  .banner .container_banner .text_banner .subtitle {
    width: 100%;
  }

  .banner .container_banner {
    background: var(--cor-azul);
  }

  header navbar .nav-links.active {
    display: flex;
    background: var(--cor-azul);
    z-index: 999;
  }

  .banner .container_banner .text_banner .title p:first-of-type {
    font-size: var(--fs-m);
  }

  .banner .container_banner .text_banner .title p:nth-child(2) {
    font-size: var(--fs-m);
  }

  header navbar .highlight {
    width: fit-content;
    margin: 0 auto;
  }

  header navbar {
    align-items: end;
  }

  header navbar .menu-toggle {
    display: flex;
    margin-right: 20px;
    justify-content: flex-end;
  }

  header navbar {
    justify-content: end;
  }

  /* FIM HEADER */

  /* SOBRE */
  .sobre {
    grid-template-columns: 90%;
    column-gap: 0%;
    justify-content: center;
    background-color: var(--cor-azul);
    color: white;
    padding: 50px 0;
    padding-bottom: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 90%;
  }

  .sobre .left .list {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 6%;
    row-gap: 10px;
    list-style: none;
    font-family: "ch-light-italic";
    font-size: var(--fs-m);
  }

  /* FIM SOBRE */

  .plantas .left img {
    width: 100%;
  }

  .plantas .right .destaque-imovel img {
    width: 100%;
  }

  .plantas .right .destaque-imovel {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
  }

  .plantas .left {
    order: 2;
    padding-left: 0%;
  }

  .plantas .right {
    order: 1;
  }

  .plantas .right .list {
    font-size: var(--fs-p);
    font-family: "ch-light-italic";
    padding-left: 0px;
    margin: 30px 0;
  }

  .plantas .right .destaque-imovel {
    flex-direction: column;
    row-gap: 20px;
    grid-template-columns: 80%;
  }

  .lazer .left .container {
    grid-template-columns: 100%;
    column-gap: 0%;
    padding: 20px 0;
    padding-left: 10%;
  }

  .lazer {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    padding: 50px 0;
  }

  .lazer .left .list {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 23%;
    row-gap: 20px;
    list-style: none;
    margin-top: 20px;
  }

  .plantas .right .destaque-imovel img {
    width: 150px;
    margin-bottom: 20px;
  }

  .video {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
  }

  .lazer {
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    padding: 50px 0;
  }

  .lazer .images-arrows .nav-arrow {
    margin-left: -3px;
    margin-right: -1px;
  }

  #circle-right {
    float: left;
    width: auto;
    height: auto;
    shape-outside: none;
    clip-path: none;
    background: var(--cor-verde-claro);
    display: flex;
    align-items: center;
  }

  #circle-left {
    float: right;
    width: auto;
    height: auto;
    shape-outside: none;
    clip-path: none;
    background: var(--cor-verde-claro);
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .ficha_tecnica .container {
    display: grid;
    grid-template-columns: 80%;
    column-gap: 5%;
    justify-content: end;
    margin-top: 10px;
    padding-bottom: 80px;
  }

  .ficha_tecnica .right {
    border-left: 0px;
    padding-left: 0px;
    font-family: var(--fs-p);
  }

  .ficha_tecnica .container {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 5%;
    justify-content: end;
    margin-top: 10px;
  }

  .localizacao .list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    column-gap: 5%;
    justify-content: end;
  }

  .localizacao {
    background-color: var(--cor-amarelo);
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    padding: 50px 0;
  }

  .mc3 .container {
    display: grid;
    grid-template-columns: 100%;
  }

  .mc3 .container img {
    width: 100%;
  }
  .mc3 .container .right img {
    width: 100%;
  }

  .mc3 .right {
    order: 2;
  }

  .mc3 .left {
    order: 1;
  }

  .mc3 .left img {
    width: 150px;
  }

  .visit {
    background: var(--cor-verde-claro);
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    padding: 50px 0;
    font-family: "ch-thin-italic";
  }

  footer .contacts {
    color: white;
    font-family: "ch-thin-italic";
    margin: 30px 0;
    font-size: var(--fs-m);
    display: grid;
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  footer .links {
    display: flex;
    row-gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  footer .right .form2 {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    flex-direction: column;
    width: auto;
    min-width: auto;
    margin-top: 20px;
  }

  .lazer .thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.3s;
  }

  .lazer .images-arrows .nav-arrow {
    background: transparent;
    border: 0;
    color: white;
    font-size: 17px;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
  }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}