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;
}

body * {
  max-width: 100% !important;
}

form input {
  color: white;
}

form textarea {
  color: white;
}
[animation_subtitle] .char {
  display: inline-block;
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
}

@font-face {
  font-family: "gom-regular";
  src: url("https://livresidencial.com.br/assets/fonts/Gotham-Medium.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gom-light";
  src: url("https://livresidencial.com.br/assets/fonts/Gotham-Light.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "l-regular";
  src: url("https://livresidencial.com.br/assets/fonts/Lucida-Console.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "m-bold";
  src: url("https://livresidencial.com.br/assets/fonts/Montserrat-Bold.ttf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gom-italic";
  src: url("https://livresidencial.com.br/assets/fonts/Gotham-Italic.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --cor-roxo: #2c1b52;
  --cor-roxo-claro: #38276b;
  --cor-verde: #d1dd71;
  --cor-verde-claro: #e0e7a3;
  --cor-preta: #2d1a52;
  --cor-branca: white;
  --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;
}

.title_section {
  font-family: "gom-regular";
  font-size: var(--fs-mg);
}

.title_section span {
  color: var(--cor-verde);
}

/* DEFALTS */

/* FIM DEFAULTS */

/* HEADER - NAVBAR */
header navbar {
  background-color: var(--cor-roxo);
  display: grid;
  grid-template-columns: 30% 50%;
  padding: 42px 0;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "gom-regular";
  position: fixed;
  z-index: 999;
  width: 100%;
}

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

header navbar .logo img {
  height: 100%;
  top: -1px;
  position: absolute;
}

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;
  text-transform: uppercase;
}

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

header navbar .highlight {
  color: #182a47;
  border-radius: 4px;
}

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;
}

header navbar .active {
  display: block !important;
}
/* 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 {
  font-family: "gom-regular";
  letter-spacing: 2px;
  font-size: 1.5rem;
}

.banner .formulario .form1 .title {
  text-align: center;
  font-family: "gom-regular";
  font-size: var(--fs-m);
  margin-bottom: 10px;
  color: var(--cor-preta);
}

.banner .formulario .form1 input {
  padding: 10px;
  border: 0;
  margin-bottom: 20px;
  background-color: var(--cor-verde);
}

.banner .formulario .form1 input::placeholder {
  color: var(--cor-roxo);
  font-family: "l-regular";
}

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

.banner form {
  display: flex;
  flex-direction: column;
  width: 262px;
  max-width: 750px;
  background: rgba(209, 221, 113, 0.7);
  padding: 21px 16px;
}
.banner .container_banner .text_banner {
  padding: 0px;
}
.banner .container_banner .text_banner .title p:first-of-type {
  color: var(--cor-amarelo);
  font-size: 3.5rem;
}

.banner .container_banner .text_banner .title p:nth-child(2) {
  font-size: 3.5rem;
}

.banner .container_banner .text_banner .title p {
  font-family: "gom-regular";
}

.banner .container_banner .text_banner .title b {
  color: var(--cor-verde);
}

.banner .container_banner .text_banner .subtitle {
  padding: 10px 0;
  width: 364px;
  color: var(--cor-branca);
  position: absolute;
  bottom: 30px;
  font-family: "gom-regular";
  letter-spacing: 3px;
}

.banner .container_banner .text_banner .box-green {
  width: 364px;
  padding: 20px 0;
}

.line-purple {
  padding: 0;
  margin: 0;
  border: 10px solid #38276b;
}

/* FIM .banner */

/* SOBRE */
.sobre {
  display: grid;
  grid-template-columns: 38% 38%;
  column-gap: 4%;
  justify-content: center;
  color: white;
  padding-bottom: 0px;
  background: linear-gradient(to top, #e8eebe 70px, var(--cor-roxo) 70px);
  font-family: "gom-regular";
  padding-top: 100px;
}

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

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

.sobre .left {
  order: 2;
}

.sobre .left .text {
  font-family: "gom-light";
  padding: 20px 0;
}

.sobre .left .diferenciais {
  display: flex;
  align-items: center;
  column-gap: 10%;
}

.sobre .left .diferenciais img {
  width: 180px;
  min-width: 100px;
margin-bottom: 20%;
}

.sobre .right img {
}
/* FIM SOBRE */

/* PLANTAS */

.plantas {
  display: grid;
  grid-template-columns: 35% 40%;
  column-gap: 5%;
  grid-template-rows: max-content;
  justify-content: center;
  padding-bottom: 80px;
  margin-top: 80px;
  color: black;
  padding-top: 0px;
  padding-bottom: 50px;
  background: linear-gradient(to top, var(--cor-roxo) 60%, white 60%);
}

.plantas .title_section {
  grid-column: 1 / span 2;
}

.plantas .texto-sobre-plantas {
  color: var(--cor-verde-claro);
  font-family: "m-b";
  margin-bottom: 10px;
}

.plantas .text-plantas {
  margin-top: 30px;
}

.plantas .subtitle {
  font-family: "gom-light";
  font-size: var(--fs-m);
}

.plantas .descricao-plantas,
.plantas .imagem-plantas {
  margin: 50px 0;
}
.plantas .imagem-plantas .container_slider {
  display: grid;
  grid-template-columns: max-content 90% max-content;
  align-items: center;
}

#tab-buttons {
  row-gap: 5px;
  display: grid;
  grid-template-columns: 29% 29% 29%;
  padding-left: 9%;
  column-gap: 3%;
}

#tab-buttons button {
  color: var(--cor-verde);
  border: 1px solid var(--cor-verde);
  background: transparent;
  font-size: var(--fs-m);
  cursor: pointer;
}

.tab-button.nav-arrow {
  background: none;
  border: none;
  padding: 0;
}

.circular-arrow-container,
.circular-arrow-container-left {
  width: 40px;
  height: 40px;
  background-color: #3f316f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.circular-arrow-container:hover,
.circular-arrow-container-left:hover {
  background-color: #5a4b8e;
}

.arrow-right,
.arrow-left {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-color: transparent;
  border-width: 8px 12px;
  position: relative;
}

.arrow-right {
  border-left-color: #a3e047;
  transform: translateX(1px);
}

.arrow-left {
  border-right-color: #a3e047;
  transform: translateX(-1px);
}

.plantas .nav-arrow {
  background-color: var(--cor-verde);
  color: white;
  border: none;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 10px;
}

.plantas .nav-arrow:hover {
  background-color: #45a049;
}

.plantas .square {
  background-color: #38276b;

  color: white;
  padding: 30px;
  margin-top: 30px;
}

.plantas .background_verde {
  background-image: url(../images/background/verde.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0px) calc(100% - -3px);
  background-size: 205px auto;
  padding: 11px;
}

.plantas .info_planta {
  color: white;
  font-family: "gom-regular";
  font-size: var(--fs-m);
  padding-bottom: 10px;
  padding-top: 20px;
  letter-spacing: 2px;
  padding-left: 9%;
  margin-bottom: 10px;
}

.plantas .square .title {
  color: var(--cor-verde);
  font-family: "gom-regular";
  font-size: var(--fs-g);
  margin-bottom: 20px;
}

.plantas .square .subtitle {
  font-family: "gom-regular";
  font-size: var(--fs-m);
  margin-bottom: 5px;
}

.plantas .square .value {
  font-family: "gom-regular";
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.plantas .square .value p {
  background-color: var(--cor-roxo);
  padding: 5px 30px;
  margin-top: 10px;
}

.plantas .tab-container img {
  width: 100%;
  object-fit: contain;
  min-height: 344px;
  max-height: 344px;
}

.tab-green {
  background-color: var(--cor-verde) !important;
  color: var(--cor-roxo) !important;
  font-family: "gom-italic" !important;
}
/* FIM PLANTAS */

/* VIDEO */

.video {
  position: relative;
  display: grid;
  grid-template-columns: 60%;
  justify-content: center;
  background: linear-gradient(to top, var(--cor-verde) 50%, #e8eebe 50%);
  padding: 100px 0;
}

.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: "gom-regular";
  color: var(--cor-azul);
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

video {
  width: 100%;
}

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

/* FIM VIDEO */

/* LAZER */

.lazer {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  padding: 100px 0 50px 0;
  background: linear-gradient(to top, white 50%, var(--cor-verde) 50%);
  color: var(--cor-roxo);
}

/* --- COLUNA ESQUERDA --- */
.lazer .left {
  font-family: "ch-light";
  font-size: var(--fs-p);
  display: grid;
  grid-template-columns: 30% 50%;
  column-gap: 10%;
  align-items: center;
}

.lazer .left .container {
}

.container_lazer {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
}

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

.lazer .title_section p:nth-child(2) {
  font-family: "gom-light";
}

.lazer .left .list {
  list-style: none;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 3%;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  background: #bccf03;
  padding: 20px;
  padding-bottom: 100px;
}

.lazer .left .list li {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-family: "gom-regular";
  font-size: var(--fs-m);
}

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

.lazer .images-arrows .nav-arrow {
  background: var(--cor-roxo);
  border: 0;
  color: white;
  font-size: 41px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

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

.lazer #main-image {
  width: 100%;
  height: auto;
  min-height: 487px;
  max-height: 487px;
  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;
  background-color: var(--cor-roxo);
}

.lazer .thumb-arrow {
  color: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 60px;
  border-radius: 6px;
  background: transparent;
  transition: background 0.3s;
}

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

.lazer .thumbnail-gallery {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  max-width: 75%;
  background-color: var(--cor-roxo);
  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: 90px;
  height: 65px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 4px;
  transition: border-color 0.3s, transform 0.2s;
  flex-shrink: 0;
}

.lazer .thumbnail.selected-thumb {
  border-color: var(--cor-verde);
  transform: scale(1.05);
  width: 144px;
  height: 80px;
}

.lazer .progress-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.lazer .progress-track {
  position: relative;
  width: 100%;
  height: 6px;
  margin-left: 18px;
  background: #2c1b52;
  background: linear-gradient(
    90deg,
    rgba(44, 27, 82, 0.73) 0%,
    rgba(44, 27, 82, 1) 50%,
    rgba(44, 27, 82, 0.73) 100%
  );
  border-radius: 3px;
  overflow: visible;
}

.lazer .progress-dot {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);

  width: 15px;
  height: 15px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;

  background: var(--cor-roxo);
  border: 4px solid var(--cor-amarelo, var(--cor-verde));

  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  transition: left 0.25s ease;

  z-index: 2;
}

.lazer .background-thumbnail {
  background-color: var(--cor-roxo);
}

.lazer .container_gallery {
  display: grid;
  grid-template-columns: 60%;
  justify-content: center;
  margin-top: -70px;
}

#square-right {
  float: left;
  width: 150px;
  height: 150px;
  shape-outside: circle(50% at 30%);
  display: flex;
  width: 100%;
}

#square-left {
  float: right;
  width: 100%;
  height: 150px;
  margin-left: 0px;
  display: flex;
  /* align-items: center; */
  justify-content: flex-end;
}

/* FIM LAZER */

/* LOCALIZAÇÃO TECNICA */

.localizacao {
  background-color: var(--cor-amarelo);
  display: grid;
  grid-template-columns: repeat(2, 38%);
  padding-top: 100px;
  padding-bottom: 50px;
  justify-content: center;
  background-image: url("../images/background/amarelo.webp");
  background-repeat: no-repeat;
  background-position: center top;
  font-family: "gom-light";
  font-size: var(--fs-m);
}

.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;
  grid-column: 1 / span 2;
}

.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-size: 0.8rem;
}

.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;
}

.localizacao .left p:nth-child(2) {
  margin-top: 20px;
}

/* FIM LOCALIZAÇÃO */

/* IMPLANTAÇÃO */
.implantacao {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  background: linear-gradient(
    to top,
    var(--cor-roxo-claro) 50%,
    var(--cor-roxo) 50%
  );
  padding: 50px 0;
}

.implantacao .top {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
}

.implantacao .bottom img {
  width: 100%;
}

.implantacao .subtitle {
  color: white;
  font-family: "gom-light";
  padding: 20px 0;
  font-size: var(--fs-m);
}

/* FIM IMPLANTAÇÃO */

/* FIM FINANCIAMENTO */
.financiamento {
  display: grid;
  grid-template-columns: repeat(2, 38%);
  justify-content: center;
  column-gap: 4%;
  padding: 100px 0;
  background: linear-gradient(
    to top,
    white 0%,
    white 50%,
    var(--cor-roxo) 50%,
    var(--cor-roxo) 100%
  );
  color: white;
}

@media (max-width: 1512px) {
  .financiamento {
    background: linear-gradient(to top, white 47%, var(--cor-roxo) 47%);
  }
}

@media (max-width: 1398px) {
  .financiamento {
    background: linear-gradient(to top, white 47%, var(--cor-roxo) 38%);
  }
}

@media (max-width: 1358px) {
  .financiamento {
    background: linear-gradient(to top, white 43%, var(--cor-roxo) 38%);
  }
}

@media (max-width: 1336px) {
  .financiamento {
    background: linear-gradient(to top, white 35%, var(--cor-roxo) 34%);
  }
}

@media (max-width: 1212px) {
  .financiamento {
    background: linear-gradient(to top, white 35%, var(--cor-roxo) 34%);
  }
}

@media (max-width: 1212px) {
  .financiamento {
    background: linear-gradient(to top, white 29%, var(--cor-roxo) 27%);
    column-gap: 10%;
  }
}

@media (max-width: 838px) {
  .financiamento {
    background: linear-gradient(to top, white 24%, var(--cor-roxo) 24%);
    column-gap: 10%;
  }
}

.financiamento .right img {
  width: 100%;
}
.financiamento .left .subtitle {
  font-family: "gom-light";
  margin-top: 20px;
}

.financiamento .left .logos {
  display: flex;
  align-items: center;
  column-gap: 5%;
  margin-top: 15%;
}

/* FINANCIAMENTO */

/* VISIT */
.visit {
  text-align: center;
}

.visit p:nth-child(1) {
  font-size: var(--fs-mg);
  color: var(--cor-amarelo);
  font-family: "gom-regular";
  background-color: var(--cor-verde);
  padding: 10px 0;
}

.visit p:nth-child(2) {
  font-size: var(--fs-m);
  font-family: "gom-light";
  background: var(--cor-verde-claro);
  padding: 10px 0;
}

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

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

.visit {
}

/* FIM VISIT */

/* GER */

.ger {
  display: grid;
  grid-template-columns: 38% 38%;
  justify-content: center;
  column-gap: 4%;
  background-color: var(--cor-roxo);
  padding: 100px 0;
  background-image: url(../images/background/background-roxo.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 59px) top;
  background-size: 127px auto;
  padding: 50px;
}

.ger .logo_ger img {
  width: 150px;
}

.ger .title_section {
  color: white;
  grid-column: 1 / span 2;
  padding-bottom: 50px;
}

.ger .left {
  color: var(--cor-branca);
  font-family: "gom-light";
}

.ger .left p {
  margin-bottom: 20px;
}

.ger .right {
  color: var(--cor-branca);
  font-family: "gom-light";
}

.ger .network {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
}

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

.ger .right span p {
  color: var(--cor-verde);
  font-family: "gom-light";
  margin-bottom: 20px;
}

.ger .right .list {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  column-gap: 4%;
  list-style: none;
  row-gap: 20px;
}

.ger .right .list li {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.ger .right .list li img {
  width: 10px;
  color: #2c1b52;
}

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

.ger .logo_ger {
  max-width: 200px;
  text-align: center;
  padding: 20px 0;
}

.ger .site,
.ger .instagram {
  width: 20px;
}

.ger .img_numbers_unids {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.ger .img_numbers_unids img {
  width: 100%;
  max-width: 400px;
}

/* FIM GER */

/* FOOTER */
footer {
  display: grid;
  grid-template-columns: 38% 38%;
  column-gap: 4%;
  justify-content: center;
  background-color: var(--cor-roxo-claro);
  padding: 50px 0;
}

footer .title {
  color: var(--cor-verde);
  font-family: "gom-regular";
}

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

footer .contacts {
  color: white;
  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;
  margin-top: 30px;
}

footer .contacts img {
  width: 17px;
}

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;
}

footer .right .form2 .title {
  font-size: var(--fs-m);
  color: var(--cor-verde-claro);
  margin-bottom: 20px;
}

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

  .mcmv_wb {
    display: inline;
  }

  .mcmv_mb {
    display: none;
  }

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

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

footer .right .form2 input::placeholder {
  color: white;
}

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: "gom-light";
  border: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--cor-verde);
  color: var(--cor-roxo);
  border-radius: 5px;
}

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

footer .left .logos img {
  width: 100%;
}

footer .left .logos {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  column-gap: 5%;
  align-items: center;
}

footer .copyright {
  font-family: "gom-light";
  font-size: 0.6rem;
}

footer .contacts {
  font-family: "gom-light";
  display: flex;
  flex-direction: column;
}

footer .logo_facebook {
  height: 20px;
}

footer .logo_instagram {
  height: 20px;
}

/* FIM FOOTER */

@media (max-width: 768px) {
  :root {
    --cor-verde: #5a787b;
    --cor-verde-claro: #7fbdc8;
    --cor-azul: #384e75;
    --cor-amarelo: #fab001;
    --cor-berge: #e4d6b9;
    --fs-mg: 1.3rem;
    --fs-g: 1.3rem;
    --fs-m: 1.2rem;
    --fs-p: 1rem;
  }

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

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

  .mcmv_wb {
    display: none;
  }

  .mcmv_mb {
    display: inline;
  }

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

  header navbar {
    align-items: end;
    padding: 24px 0;
  }

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

  header navbar .logo img {
    height: 87px;
    top: -1px;
    position: absolute;
  }
  /* FIM HEADER */

  /* BANNER */

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

  .banner .container_banner {
    position: relative;
    background-color: var(--cor-roxo);
  }
  .banner .container_banner .text_banner .title p:first-of-type {
    color: var(--cor-amarelo);
    font-size: 1.5rem;
  }
  .banner .container_banner .text_banner .title p:nth-child(2) {
    font-size: 1.2rem;
  }

  .banner .container_banner .text_banner .title p:first-of-type {
    color: var(--cor-amarelo);
    font-size: 1rem;
  }

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

  .banner .container_banner .text_banner .subtitle {
    position: relative;
  }

  .banner .container_banner .text_banner .box-green {
    width: 364px;
    padding: 20px 0;
    display: flex;
    column-gap: 8px;
  }

  .banner .container_banner .text_banner .title b {
    color: white;
  }

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

  .banner .container_banner .text_banner .box-green {
    width: 364px;
    padding: 20px 0;
    display: flex;
    column-gap: 8px;
    justify-content: center;
  }

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

  .ger .right .list {
    display: grid;
    grid-template-columns: 80%;
    column-gap: 4%;
    list-style: none;
    row-gap: 20px;
  }

  /* FIM BANNER */

  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;
  }

  .financiamento .left .logos img {
    width: 100%;
  }

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

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

  .localizacao .title_section {
    margin-bottom: 30px;
    grid-column: 1 / span 1;
  }

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

  .banner form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 750px;
    background: rgba(209, 221, 113, 0.7);
    padding: 21px 16px;
  }

  .sobre {
    display: grid;
    grid-template-columns: 90%;
    column-gap: 4%;
    justify-content: center;
    color: white;
    padding-bottom: 0px;
    background: var(--cor-roxo);
    font-family: "gom-regular";
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sobre .left {
    order: 1;
  }
  .sobre .right {
    padding-top: 50px;
    order: 2;
  }
  .banner .container_banner {
    padding-top: 30px;
  }

  .video {
    position: relative;
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    background: var(--cor-verde);
    padding: 50px 0;
  }

  .sobre .left .diferenciais img {
    width: 100%;
    min-width: 100px;
margin-bottom: 20%;
  }

  .lazer {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    padding: 100px 0 50px 0;
    padding-top: 0;
    background: #e8eebe;
    color: var(--cor-roxo);
  }
  .banner .container_banner {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .lazer .left {
    font-family: "ch-light";
    font-size: var(--fs-p);
    display: grid;
    grid-template-columns: 90%;
    column-gap: 10%;
    align-items: center;
  }
  .lazer .title_section p:first-of-type {
    color: var(--cor-azul);
    text-align: center;
  }

  .lazer .title_section p:nth-child(2) {
    color: var(--cor-verde-claro);
    text-align: center;
  }
  .container_lazer {
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    padding-top: 50px;
  }

  .lazer .left .list {
    list-style: none;
    display: grid;
    grid-template-columns: 90%;
    column-gap: 3%;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 20px;
    padding-bottom: 20px;
  }

  .lazer .left .list li {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-family: "gom-regular";
    font-size: var(--fs-m);
  }

  .lazer .container_gallery {
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;
    margin-top: 0px;
  }

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

  .lazer .container_gallery {
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;
    margin-top: 0px;
    margin-left: -23px;
  }

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

  .plantas {
    display: grid;
    grid-template-columns: 90%;
    grid-template-rows: max-content;
    justify-content: center;
    padding-bottom: 80px;
    margin-top: 50px;
    color: black;
    padding-top: 0px;
    padding-bottom: 50px;
    background: var(--cor-roxo);
  }
  .plantas .title_section {
    grid-column: 1 / span 1;
  }

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

  .plantas .descricao-plantas,
  .plantas .imagem-plantas {
    margin: 20px 0;
  }

  .plantas .square .title {
    color: white;
    font-family: "gom-regular";
    font-size: var(--fs-g);
    margin-bottom: 20px;
  }

  .plantas .tab-container img {
    width: 100%;
    object-fit: contain;
    min-height: 233px;
    max-height: 152px;
  }

  .implantacao .top {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
  }

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

  .title_section span {
    color: white;
  }

  .plantas {
    display: grid;
    grid-template-columns: 90%;
    grid-template-rows: max-content;
    justify-content: center;
    padding-bottom: 0px;
    margin-top: 50px;
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    background: white;
  }

  .financiamento {
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    column-gap: 4%;
    padding: 50px 0;
    background: var(--cor-roxo);
    color: white;
  }

  .financiamento .left .logos {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .financiamento .left .logos {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .financiamento .left .logos img {
    width: 200px;
  }
  .financiamento .left .logos {
    display: flex;
    align-items: center;
    row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .localizacao {
    background-color: var(--cor-amarelo);
    display: grid;
    grid-template-columns: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
    background-image: url(../images/background/amarelo.webp);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: "gom-light";
    font-size: var(--fs-m);
  }
  .localizacao .list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    column-gap: 5%;
    justify-content: center;
  }

  .localizacao .list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    column-gap: 5%;
    justify-content: center;
    margin-top: 20px;
  }

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

  .ger .title_section {
    color: white;
    grid-column: 1 / span 1;
    padding-bottom: 50px;
  }

  .ger .title_section {
    color: white;
    grid-column: 1 / span 1;
    padding-bottom: 20px;
  }

  .ger .network {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
  }

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

  .ger .right span p {
    color: white;
    font-family: "gom-light";
    margin-bottom: 20px;
  }

  .ger .img_numbers_unids {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .ger .img_numbers_unids {
    display: flex;
    justify-content: center;
    margin: 0px 0;
  }

  .ger .right .list {
    display: grid;
    grid-template-columns: 80%;
    column-gap: 4%;
    list-style: none;
    row-gap: 20px;
    margin-bottom: 20px;
  }

  footer {
    display: grid;
    grid-template-columns: 80%;
    column-gap: 4%;
    justify-content: center;
    background-color: var(--cor-roxo-claro);
    padding: 50px 0;
  }

  footer .left .logos {
    display: grid;
    grid-template-columns: 90%;
    column-gap: 5%;
    align-items: center;
  }

  footer .left .logos {
    display: grid;
    grid-template-columns: 90%;
    column-gap: 5%;
    row-gap: 20px;
    align-items: center;
  }

  .ger .img_numbers_unids {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .ger .right .list {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 4%;
    list-style: none;
    row-gap: 20px;
  }

  .ger .right span p {
    color: white;
    font-family: "gom-light";
    margin-bottom: 20px;
  }

  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;
    margin-top: 22px;
  }

  footer .left .logos {
    display: flex;
    grid-template-columns: repeat(3, 30%);
    column-gap: 5%;
    align-items: center;
  }

  footer .left .logos {
    display: flex;
    grid-template-columns: repeat(3, 30%);
    column-gap: 5%;
    align-items: center;
    flex-direction: column;
  }

  footer .left .logos img {
    width: 250px;
    max-height: 350px;
  }

  footer .left {
    order: 2;
  }

  footer .right {
    order: 1;
  }

  footer {
    display: grid;
    grid-template-columns: 80%;
    column-gap: 4%;
    justify-content: center;
    background-color: var(--cor-roxo-claro);
    padding: 20px 0;
  }

  footer .left .logos img {
    width: 135px;
    max-height: 350px;
  }

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

  #square-left {
    float: right;
    width: 100%;
    height: 150px;
    margin-left: 20px;
    display: flex;
    align-items: initial;
    justify-content: flex-end;
  }

  .lazer .images-arrows .nav-arrow {
    border: 0;
    color: white;
    font-size: 17px;
    margin-left: 0px;
    margin-right: 20px;
    cursor: pointer;
    background: var(--cor-roxo);
  }

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

  .title_section span {
    color: var(--cor-roxo);
  }

  #tab-buttons button {
    color: var(--cor-verde);
  }

  .tab-green {
    background-color: var(--cor-verde) !important;
    color: white !important;
    font-family: "gom-italic" !important;
  }

  .title_section span {
    color: white;
  }

  .implantacao {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    background: var(--cor-roxo);
    padding: 30px 0;
  }

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

  .title_section span {
    color: white;
  }
}
