/* Reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@font-face {
  font-family: "nebulosa_bold";
  src: url("../fonts/nebulosa_bold.woff2") format("woff2"), url("../fonts/nebulosa_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nebulosa_regular";
  src: url("../fonts/nebulosa_regular.woff2") format("woff2"), url("../fonts/nebulosa_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "nebulosa_regular", Sans-serif;
  font-size: 18px;
  line-height: 22px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button, input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "nebulosa_regular", Sans-serif;
  font-size: 18px;
  line-height: 22px;
}

strong {
  font-family: "nebulosa_bold", Sans-serif;
}

small {
  font-size: 12px;
  line-height: 14px;
}

::-moz-selection {
  color: white;
  background: #C56A79;
}

::selection {
  color: white;
  background: #C56A79;
}

:root {
  --pink: #C56A79;
  --green: #3F5353;
  --gray: #48484A;
  --bege: #E1DED4;
}

/* Customs Mixins */
/* Classes */
.white {
  color: white;
}

.pink {
  color: var(--pink);
}

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

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

.bege {
  color: var(--bege);
}

.titles {
  font-size: 28px;
  line-height: 32px;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
  margin: auto;
}

.btn_default {
  display: flex;
  padding: 10px 18px;
  color: white;
  font-family: "nebulosa_regular", Sans-serif;
  font-size: 18px;
  line-height: 22px;
  background-color: var(--green);
  cursor: pointer;
}

.checkbox_default {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid white;
}
.checkbox_default:checked {
  background: url(../images/checkbox.svg) no-repeat center center;
  background-size: cover;
}

#persistente {
  transition: all 0.3s ease-in-out;
  position: fixed;
  right: 5%;
  bottom: -113px;
  padding: 20px 30px;
  border-radius: 20px 0 0 0;
  background: url(../images/bg_persistente.avif) no-repeat center center;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}
#persistente .itens_persistente {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#persistente .itens_persistente a, #persistente .itens_persistente p {
  display: flex;
  align-items: center;
  gap: 10px;
}
#persistente .itens_persistente hr {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1310px;
  padding: 0 30px;
  margin: auto;
}

.hero_banner {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: url("../images/hero_banner.avif") no-repeat center center;
  background-size: cover;
}
.hero_banner .wrapper {
  justify-content: space-between;
}
.hero_banner p.titles {
  text-shadow: 5px 5px 25px rgba(92, 0, 15, 0.8);
  max-width: 350px;
}
.hero_banner .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.hero_banner .menu .itens_menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero_banner .menu .itens_menu a {
  text-shadow: 5px 5px 25px rgba(92, 0, 15, 0.8);
}
.hero_banner .form_hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  max-width: 340px;
  background: rgba(225, 222, 212, 0.768627451);
  backdrop-filter: blur(2px);
}
.hero_banner .form_hero #btn_fechar_form {
  display: none;
}
.hero_banner .form_hero .input_default {
  display: flex;
  padding: 10px;
  height: 40px;
  font-family: "nebulosa_regular", Sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #62695F;
  background: white;
}
.hero_banner .form_hero .input_default::-moz-placeholder {
  font-family: "nebulosa_regular", Sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #62695F;
}
.hero_banner .form_hero .input_default::placeholder {
  font-family: "nebulosa_regular", Sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #62695F;
}
.hero_banner .form_hero label {
  display: flex;
  gap: 10px;
}

.overlay_form {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 83, 83, 0.8);
  backdrop-filter: blur(2px);
  z-index: 15;
}

#projeto {
  padding-bottom: 100px;
  background: url(../images/pattern.svg) no-repeat right -270px top -84px var(--bege);
}
#projeto .wrapper {
  justify-content: space-around;
  align-items: flex-end;
}
#projeto .thumb_fachada {
  position: relative;
}
#projeto .thumb_fachada figcaption {
  position: absolute;
  right: 15px;
  bottom: 10px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#projeto .descr_produto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  gap: 30px;
}
#projeto .descr_produto h1 {
  display: flex;
  padding: 10px;
  border-radius: 20px 0 20px 0;
  background: white;
}
#projeto .descr_produto .comando_produto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 33px 80px;
  min-width: 320px;
  min-height: 150px;
  background: url(../images/bg_comando_produto.svg) no-repeat center center;
}
#projeto .descr_produto .comando_produto strong {
  font-size: 28px;
  line-height: 32px;
}
#projeto .descr_produto .comando_produto .row_comando_produto {
  display: flex;
  align-items: center;
  gap: 10px;
}
#projeto .descr_produto .comando_vagas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 56px;
  min-width: 280px;
  min-height: 130px;
  margin: -30px 0 0 40px;
  background: url(../images/bg_comando_produto_p.svg) no-repeat center center;
}
#projeto .descr_produto .comando_vagas strong {
  font-size: 28px;
  line-height: 32px;
}

#lazer .intro_lazer {
  display: flex;
  gap: 10px;
  padding: 50px 0;
  background: var(--green);
}
#lazer .intro_lazer .wrapper {
  gap: 10px;
}

#imagens_produto {
  display: flex;
  position: relative;
}
#imagens_produto .slides {
  width: 100%;
}
#imagens_produto .slides li a {
  cursor: zoom-in;
  z-index: 1;
  display: block;
}
#imagens_produto .slides li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 650px;
}
#imagens_produto .slides li small {
  position: absolute;
  right: 15px;
  bottom: 10px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#imagens_produto .flex-nav-prev {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
#imagens_produto .flex-nav-next {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}

#plantas {
  padding: 100px 0;
}

#plantas_produto {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
#plantas_produto .slides {
  width: 85%;
  margin: auto;
}
#plantas_produto .slides li a {
  cursor: zoom-in;
  z-index: 1;
  display: block;
  text-align: center;
}
#plantas_produto .slides li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
#plantas_produto .slides li small {
  padding: 10px;
  border-radius: 20px 0 20px 0;
  background: var(--green);
}
#plantas_produto .flex-nav-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
#plantas_produto .flex-nav-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}

#diferenciais {
  background: url(../images/bg_diferenciais.avif) no-repeat center center;
  background-size: cover;
}
#diferenciais .wrapper {
  justify-content: space-between;
  align-items: center;
}
#diferenciais .titles {
  text-shadow: 5px 5px 25px rgba(92, 0, 15, 0.8);
  max-width: 350px;
}
#diferenciais .grid_diferenciais {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 50px;
  margin: 100px 0;
  border-radius: 50px;
  background: rgba(225, 222, 212, 0.768627451);
  backdrop-filter: blur(2px);
}
#diferenciais .grid_diferenciais .itens_diferenciais {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}
#diferenciais .grid_diferenciais .itens_diferenciais .ico_diferenciais {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
#diferenciais .grid_diferenciais .itens_diferenciais p {
  font-size: 16px;
  line-height: 20px;
}

#localizacao .intro_localizacao {
  display: flex;
  padding-top: 100px;
  background: var(--bege);
}
#localizacao .intro_localizacao .wrapper {
  gap: 10px;
}
#localizacao .google_maps {
  position: relative;
  width: 100%;
  padding-top: 50px;
  background: var(--bege);
}
#localizacao .google_maps .inner_maps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  z-index: 1;
  background: linear-gradient(180deg, rgb(225, 222, 212) 0%, rgba(225, 222, 212, 0.9) 50%, rgba(225, 222, 212, 0) 80%);
}
#localizacao .google_maps iframe {
  display: flex;
  width: 100%;
  height: 590px;
  mix-blend-mode: multiply;
}

#vista_aerea {
  padding: 100px 0;
  background-color: var(--bege);
}
#vista_aerea .wrapper {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 30px;
}
#vista_aerea .wrapper iframe {
  width: 100%;
  height: 700px;
  border-radius: 30px;
}

#defesa_localizacao {
  padding: 100px 0;
  background: url(../images/bg_localizacao.avif) no-repeat top center;
  background-size: cover;
}
#defesa_localizacao .descr_defesa_localizacao {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px;
  max-width: 625px;
  border-radius: 50px;
  background: rgba(225, 222, 212, 0.768627451);
  backdrop-filter: blur(2px);
}

#realizacao {
  position: relative;
  background: url(../images/pattern.svg) no-repeat left 70% top -167px var(--bege);
}
#realizacao .descr_realizacao {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 100px 0;
  max-width: 1000px;
}
#realizacao .img_realizacao {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 20%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer {
  padding: 100px 0;
  background: var(--green);
}
#footer .descr_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  gap: 20px;
  max-width: 1000px;
}

@media screen and (max-width: 820px) {
  .titles {
    font-size: 22px;
    line-height: 28px;
  }
  #persistente {
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    border-radius: 20px 20px 0 0;
  }
  #persistente .itens_persistente {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  #persistente .itens_persistente p, #persistente .itens_persistente hr {
    display: none;
  }
  #persistente .itens_persistente a {
    padding: 20px 0;
    width: 50%;
  }
  .hero_banner {
    height: auto;
    gap: 50px;
    padding: 20px 0;
  }
  .hero_banner .wrapper {
    height: auto !important;
  }
  .hero_banner .menu {
    margin-top: 0;
  }
  .hero_banner .menu .itens_menu {
    display: none;
  }
  .hero_banner .menu img {
    max-width: 100px;
  }
  .hero_banner .form_hero {
    display: none;
    max-width: 100%;
    width: calc(100% - 60px);
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    z-index: 15;
  }
  .hero_banner .form_hero #btn_fechar_form {
    position: absolute;
    right: -5px;
    top: -5px;
    background: var(--bege);
    border-radius: 100%;
  }
  #projeto {
    padding: 50px 0;
  }
  #projeto .descr_produto {
    margin-top: 50px;
  }
  #projeto .descr_produto .comando_produto {
    margin: auto;
  }
  #projeto .descr_produto .comando_vagas {
    margin: -30px auto 0;
  }
  #imagens_produto .slides li a img {
    height: 320px;
  }
  #plantas_produto .slides {
    width: 100%;
  }
  #plantas_produto .slides li {
    height: auto;
  }
  #plantas_produto .slides li small {
    color: var(--green);
    padding: 0;
    border: 0;
    background-color: white;
  }
  #plantas_produto .slides li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #plantas_produto .slides li a img {
    max-height: 320px;
  }
  #plantas_produto .flex-nav-next img, #plantas_produto .flex-nav-prev img {
    width: 30px;
    height: 30px;
  }
  #diferenciais {
    background-position: left top;
  }
  #diferenciais .titles {
    text-shadow: 5px 5px 25px rgba(92, 0, 15, 0.8);
    max-width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  #diferenciais .grid_diferenciais {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 50px 0;
    padding: 30px;
    gap: 30px;
    align-items: center;
  }
  #localizacao .google_maps .inner_maps {
    height: 150px;
  }
  #localizacao .google_maps iframe {
    height: 320px;
  }
  #vista_aerea {
    padding: 50px 0;
  }
  #vista_aerea .wrapper iframe {
    height: 400px;
  }
  #defesa_localizacao .descr_defesa_localizacao {
    max-width: 100%;
    text-align: center;
  }
  #realizacao {
    background: url(../images/pattern.svg) no-repeat top -210px left var(--bege);
  }
  #realizacao .descr_realizacao {
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 100px 0 50px 0;
  }
  #realizacao .img_realizacao {
    display: none;
  }
}/*# sourceMappingURL=master.css.map */