@charset "UTF-8";
@import url(slick.scss);
@import url(slick-theme.scss);
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("../fonts/Helvetica.woff") format("woff");
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("../fonts/TTNorms-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Light.woff2") format("woff2"), url("../fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

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

/* Estilos globais */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  color: #000000;
}

main {
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  max-width: 100%;
  padding: 0 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.row.center-v {
  align-items: center;
}
.row.center-w {
  justify-content: center;
}

.row > * {
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0 16px;
}

.col {
  flex: 0 0 auto;
  width: 100%;
}
.col-20 {
  width: 20%;
}
@media (max-width: 767.98px) {
  .col-20 {
    width: 100%;
  }
}
.col-30 {
  width: 30%;
}
@media (max-width: 767.98px) {
  .col-30 {
    width: 100%;
  }
}
.col-33 {
  width: 33.3333%;
}
@media (max-width: 767.98px) {
  .col-33 {
    width: 100%;
  }
}
.col-40 {
  width: 40%;
}
@media (max-width: 767.98px) {
  .col-40 {
    width: 100%;
  }
}
.col-45 {
  width: 45%;
}
@media (max-width: 767.98px) {
  .col-45 {
    width: 100%;
  }
}
.col-50 {
  width: 50%;
}
@media (max-width: 767.98px) {
  .col-50 {
    width: 100%;
  }
}
.col-55 {
  width: 55%;
}
@media (max-width: 767.98px) {
  .col-55 {
    width: 100%;
  }
}
.col-60 {
  width: 60%;
}
@media (max-width: 767.98px) {
  .col-60 {
    width: 100%;
  }
}
.col-66 {
  width: 66.6666%;
}
@media (max-width: 767.98px) {
  .col-66 {
    width: 100%;
  }
}
.col-70 {
  width: 70%;
}
@media (max-width: 767.98px) {
  .col-70 {
    width: 100%;
  }
}
.col-80 {
  width: 80%;
}
@media (max-width: 767.98px) {
  .col-80 {
    width: 100%;
  }
}
.col-content {
  width: 90%;
}
@media (max-width: 991.98px) {
  .col-content {
    width: 100%;
  }
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.btn {
  background-color: #454D3C;
  border: 1px solid #454D3C;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn:hover {
  background-color: #ffffff;
  color: #454D3C;
  border-color: #454D3C;
}
.btn:hover svg path {
  fill: #454D3C;
}

.btn-black {
  background-color: #000000;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-black:hover {
  background-color: #575757;
  color: #ffffff;
}

.btn-branco {
  background-color: #E9EBE7;
  border: 1px solid #454D3C;
  color: #454D3C;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-branco svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-branco:hover {
  background-color: #454D3C;
  color: #ffffff;
  border-color: #454D3C;
}
.btn-branco:hover svg path {
  fill: #ffffff;
}

.btn-branco-form {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-branco-form svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-branco-form:hover {
  background-color: #ffffff;
  color: #454D3C;
  border-color: #ffffff;
}
.btn-branco-form:hover svg path {
  fill: #454D3C;
}

.btn-contato {
  border: 1px solid #000000;
  border-bottom: 0;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-contato svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-contato:hover {
  background-color: #000000;
}
.btn-contato:hover svg path {
  stroke: #ffffff;
}
.btn-contato:hover svg path.fill {
  stroke: none;
  fill: #ffffff;
}

.btn-contato-preto {
  border: 1px solid #454D3C;
  background-color: #454D3C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-contato-preto svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-contato-preto:hover {
  background-color: #ffffff;
}
.btn-contato-preto:hover svg path {
  stroke: #454D3C;
}
.btn-contato-preto:hover svg path.fill {
  stroke: none;
  fill: #454D3C;
}

h2 {
  font-family: "TT Norms", sans-serif;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 8.4px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 574.98px) {
  h2 {
    font-size: 1.75rem;
  }
}

p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 4px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  p {
    font-size: 1.125rem;
    letter-spacing: 3px;
  }
}

.fancybox__caption {
  text-align: center;
}
.fancybox__caption small {
  display: block;
  font-size: 0.75rem;
}

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 20;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
header .container, header .row {
  height: 100%;
}
header .logo {
  height: 0;
  width: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
header .abre-menu {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
@media (max-width: 991.98px) {
  header .abre-menu {
    display: block;
    margin-top: 17px;
    width: 40px;
    height: 40px;
    background-color: rgba(69, 77, 60, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  header nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    max-width: 500px;
    background: url(../img/bg-verde.jpg);
    height: 100%;
    transition: all 0.4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  header nav.open {
    right: 0;
  }
}
header nav .close-menu {
  display: none;
}
@media (max-width: 991.98px) {
  header nav .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
  }
  header nav .close-menu svg {
    height: 40px;
    width: 40px;
  }
}
header nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 22px;
}
@media (max-width: 991.98px) {
  header nav ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 90px 30px;
  }
}
header nav ul li {
  padding-left: 30px;
}
@media (max-width: 1399.98px) {
  header nav ul li {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  header nav ul li {
    margin-top: 40px;
  }
}
header nav ul li .nav-link {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 991.98px) {
  header nav ul li .nav-link {
    color: #ffffff;
  }
}
header nav ul li .nav-link::after {
  content: "";
  background-color: #000000;
  height: 0;
  width: 3px;
  display: block;
  position: absolute;
  top: 1px;
  left: -7px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 991.98px) {
  header nav ul li .nav-link::after {
    background-color: #ffffff;
  }
}
header nav ul li .nav-link:hover, header nav ul li .nav-link.active {
  color: #000000;
}
@media (max-width: 991.98px) {
  header nav ul li .nav-link:hover, header nav ul li .nav-link.active {
    color: #ffffff;
  }
}
header nav ul li .nav-link:hover::after, header nav ul li .nav-link.active::after {
  height: 16px;
}
header.docked {
  background-color: rgba(69, 77, 60, 0.8);
}
@media (max-width: 991.98px) {
  header.docked {
    background: none;
  }
}
header.docked .logo {
  height: 50px;
  opacity: 1;
  width: auto;
  margin-top: 4px;
}
@media (max-width: 991.98px) {
  header.docked .logo {
    display: none;
  }
}
header.docked ul li .nav-link {
  color: #ffffff;
}
header.docked ul li .nav-link::after {
  background-color: #ffffff;
}
header.docked ul li .nav-link:hover, header.docked ul li .nav-link.active {
  color: #ffffff;
}

#banner .col-20 {
  background: url(../img/bg-verde.jpg);
  padding: 0;
}
@media (max-width: 767.98px) {
  #banner .col-20 {
    width: 140px;
  }
}
@media (max-width: 574.98px) {
  #banner .col-20 {
    width: 30px;
  }
}
#banner .col-20 .grafismo {
  position: relative;
}
@media (max-width: 574.98px) {
  #banner .col-20 .grafismo {
    width: 175px;
    max-width: 175px;
  }
}
#banner .col-80 {
  background: linear-gradient(238deg, rgba(0, 0, 0, 0) 40.85%, rgba(0, 0, 0, 0.3) 65.44%), url(../img/fachada-banner.jpg) center left/cover no-repeat;
  padding-top: 375px;
  padding-bottom: 100px;
  padding-left: 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  #banner .col-80 {
    padding-top: 250px;
  }
}
@media (max-width: 991.98px) {
  #banner .col-80 {
    padding-top: 196px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  #banner .col-80 {
    width: calc(100% - 140px);
  }
}
@media (max-width: 574.98px) {
  #banner .col-80 {
    width: calc(100% - 30px);
    padding-top: 170px;
    padding-bottom: 40px;
  }
}
#banner .logo {
  margin-left: -185px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  #banner .logo {
    margin-left: -164px;
    margin-bottom: 50px;
    width: 580px;
  }
}
@media (max-width: 991.98px) {
  #banner .logo {
    margin-left: -144px;
    width: 500px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #banner .logo {
    margin-left: -117px;
    width: 413px;
  }
}
@media (max-width: 574.98px) {
  #banner .logo {
    margin-left: -11px;
    width: 317px;
  }
}
#banner .box-verde {
  background-color: rgba(69, 77, 60, 0.8);
  padding: 40px 30px;
  max-width: 416px;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  #banner .box-verde {
    max-width: 340px;
    padding: 30px 20px;
  }
}
@media (max-width: 575.98px) {
  #banner .box-verde {
    padding: 20px;
    max-width: 290px;
  }
}
#banner .box-verde:last-of-type {
  margin-bottom: 0;
}
#banner .box-verde h1 {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #banner .box-verde h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  #banner .box-verde h1 {
    font-size: 1.5rem;
  }
}
#banner .box-verde h2 {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  #banner .box-verde h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 574.98px) {
  #banner .box-verde h2 {
    font-size: 1rem;
  }
}
#banner .box-verde h2 strong {
  font-weight: 500;
}
#banner .box-form {
  background-color: rgba(69, 77, 60, 0.8);
  padding: 20px;
  position: absolute;
  right: 10%;
  top: 375px;
  width: 400px;
}
@media (max-width: 1249.98px) {
  #banner .box-form {
    right: 20px;
  }
}
@media (max-width: 1199.98px) {
  #banner .box-form {
    top: 250px;
  }
}
@media (max-width: 1109.98px) {
  #banner .box-form {
    width: 350px;
  }
}
@media (max-width: 999.98px) {
  #banner .box-form {
    display: none;
  }
}
#banner .box-form form h4 {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 150%; /* 63px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
#banner .box-form form .col, #banner .box-form form .col-50 {
  margin-bottom: 20px;
}
#banner .box-form form .col .ipt, #banner .box-form form .col-50 .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  height: 50px;
  font-family: "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  padding: 0;
}
#banner .box-form form .col .ipt:focus, #banner .box-form form .col-50 .ipt:focus {
  outline: none;
}
#banner .box-form form .col .ipt::-moz-placeholder, #banner .box-form form .col-50 .ipt::-moz-placeholder {
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 1; /* Firefox */
}
#banner .box-form form .col .ipt::placeholder, #banner .box-form form .col-50 .ipt::placeholder {
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 1; /* Firefox */
}
#banner .box-form form .col .ipt::-ms-input-placeholder, #banner .box-form form .col-50 .ipt::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000000;
}
#banner .box-form form .col textarea, #banner .box-form form .col-50 textarea {
  height: 100px !important;
}
#banner .box-form form .checks {
  display: block;
  margin-bottom: 50px;
}
#banner .box-form form .checks input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#banner .box-form form .checks label {
  padding-left: 30px;
  display: block;
  line-height: 24px;
  position: relative;
  left: 0;
  cursor: pointer;
  pointer-events: all;
  padding-left: 35px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
}
#banner .box-form form .checks label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
}
#banner .box-form form .checks label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
#banner .box-form form .checks label a {
  padding-left: 5px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#banner .box-form form .checks label a:hover {
  text-decoration: underline;
}
#banner .box-form form .checks input:checked + label::before {
  background-color: transparent;
}
#banner .box-form form .checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
#banner .box-form form .btn {
  margin: 0;
}
#banner .box-form form .link-fone {
  color: #212120;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.6875rem;
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#banner .box-form form .link-fone small {
  font-size: 1.0625rem;
}
#banner .box-form form .link-fone:hover {
  color: #ffffff;
}

#localizacao {
  padding: 140px 0;
}
@media (max-width: 991.98px) {
  #localizacao {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  #localizacao {
    padding: 80px 0 150px;
  }
}
#localizacao address {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 40.8px */
  letter-spacing: 4.8px;
  text-align: right;
  margin-top: 100px;
  margin-bottom: 24px;
}
#localizacao address br {
  display: none;
}
@media (max-width: 1199.98px) {
  #localizacao address {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  #localizacao address {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  #localizacao address {
    font-size: 1.125rem;
  }
}
@media (max-width: 574.98px) {
  #localizacao address br {
    display: block;
  }
}
#localizacao .btn {
  margin: 0 auto 40px;
}
@media (max-width: 767.98px) {
  #localizacao .btn {
    margin: 60px auto;
  }
}
#localizacao .btn.mobile {
  display: none;
}
@media (max-width: 991.98px) {
  #localizacao .btn.mobile {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  #localizacao .btn.desk {
    display: none;
  }
}
#localizacao .container-fluid .col-80 {
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  #localizacao .container-fluid .col-80 {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  #localizacao .container-fluid .col-80 {
    width: 100%;
  }
}
#localizacao .slider-local {
  margin-top: 80px;
}
#localizacao .slider-local .slick-list {
  padding-right: 40%;
}
@media (max-width: 1199.98px) {
  #localizacao .slider-local .slick-list {
    padding-right: 35%;
  }
}
@media (max-width: 991.98px) {
  #localizacao .slider-local .slick-list {
    padding-right: 20%;
  }
}
@media (max-width: 574.98px) {
  #localizacao .slider-local .slick-list {
    padding-right: 0;
  }
}
#localizacao .slider-local .item {
  padding-right: 20px;
}
#localizacao .slider-local .item img {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#localizacao .slider-local .item .texto {
  margin-top: 40px;
  border-top: 1px solid #454D3C;
  padding-top: 32px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#localizacao .slider-local .item .texto h3 {
  font-family: "TT Norms", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#localizacao .slider-local .item .texto span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 3.2px;
}
@media (max-width: 574.98px) {
  #localizacao .slider-local .item .texto span {
    font-size: 0.75rem;
  }
}
#localizacao .slider-local .item .texto span img {
  width: 29px;
}
#localizacao .slider-local .item:not(.slick-current) {
  opacity: 0.5;
}
#localizacao .slider-local .item:not(.slick-current) img {
  transform: scale(0.7);
  transform-origin: left bottom;
}
#localizacao .slider-local .item:not(.slick-current) .texto {
  opacity: 0;
  overflow: hidden;
  height: 0;
}
#localizacao .slider-local .slick-prev,
#localizacao .slider-local .slick-next {
  z-index: 3;
  height: 52px;
  width: 52px;
  border: 1px solid #6D7A5F;
  border-radius: 100%;
  transform: none;
  top: auto;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 767.98px) {
  #localizacao .slider-local .slick-prev,
  #localizacao .slider-local .slick-next {
    bottom: -75px;
  }
}
#localizacao .slider-local .slick-prev svg path,
#localizacao .slider-local .slick-next svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#localizacao .slider-local .slick-prev::before,
#localizacao .slider-local .slick-next::before {
  display: none;
}
#localizacao .slider-local .slick-prev[aria-disabled=true],
#localizacao .slider-local .slick-next[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
#localizacao .slider-local .slick-prev {
  left: auto;
  right: calc(40% + 100px);
}
@media (max-width: 1199.98px) {
  #localizacao .slider-local .slick-prev {
    right: calc(35% + 100px);
  }
}
@media (max-width: 991.98px) {
  #localizacao .slider-local .slick-prev {
    right: calc(20% + 100px);
  }
}
@media (max-width: 574.98px) {
  #localizacao .slider-local .slick-prev {
    right: auto;
    left: calc(50% - 70px);
  }
}
#localizacao .slider-local .slick-next {
  right: calc(40% + 20px);
}
@media (max-width: 1199.98px) {
  #localizacao .slider-local .slick-next {
    right: calc(35% + 20px);
  }
}
@media (max-width: 991.98px) {
  #localizacao .slider-local .slick-next {
    right: calc(20% + 20px);
  }
}
@media (max-width: 574.98px) {
  #localizacao .slider-local .slick-next {
    right: calc(50% - 70px);
  }
}

#projeto {
  background-color: #E9EBE7;
  padding: 150px 0 0;
}
@media (max-width: 767.98px) {
  #projeto {
    padding: 0;
  }
}
#projeto .bloco1 {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  #projeto .bloco1 .mobile-reverse {
    flex-direction: column-reverse;
  }
}
#projeto .bloco1 .col-40 {
  padding-left: 5%;
}
@media (max-width: 1399.98px) {
  #projeto .bloco1 .col-40 {
    padding-left: 16px;
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  #projeto .bloco1 .col-40 {
    width: 100%;
  }
}
#projeto .bloco1 .col-40 h2 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  #projeto .bloco1 .col-40 h2 {
    margin-top: 40px;
  }
}
#projeto .bloco1 .col-40 p {
  margin-bottom: 40px;
  padding-left: 10%;
}
@media (max-width: 1399.98px) {
  #projeto .bloco1 .col-40 p {
    padding-left: 0;
  }
}
#projeto .bloco1 .col-40 address {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
  letter-spacing: 3px;
  padding-left: 10%;
  margin-bottom: 40px;
}
#projeto .bloco1 .col-40 address br {
  display: none;
}
@media (max-width: 1399.98px) {
  #projeto .bloco1 .col-40 address {
    padding-left: 0;
  }
}
@media (max-width: 574.98px) {
  #projeto .bloco1 .col-40 address br {
    display: block;
  }
}
#projeto .bloco1 .col-40 .grafismo {
  width: auto;
  margin-left: calc(-10% - 26px);
}
@media (max-width: 1399.98px) {
  #projeto .bloco1 .col-40 .grafismo {
    margin-left: 16px;
  }
}
@media (max-width: 1399.98px) {
  #projeto .bloco1 .col-60 {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  #projeto .bloco1 .col-60 {
    width: 100%;
    padding-left: 0;
  }
}
#projeto .bloco1 .col-60 .img-content {
  position: relative;
}
#projeto .bloco1 .col-60 .img-content legend {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
#projeto .bloco2 {
  padding: 0;
}
#projeto .bloco2 .video {
  background: url(../img/img-video.jpg) no-repeat center/cover;
  display: block;
  position: relative;
  height: 800px;
}
@media (max-width: 991.98px) {
  #projeto .bloco2 .video {
    height: 600px;
  }
}
@media (max-width: 574.98px) {
  #projeto .bloco2 .video {
    height: 450px;
  }
}
#projeto .bloco2 .video .texto {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  #projeto .bloco2 .video .texto {
    width: 80%;
  }
}
#projeto .bloco2 .video .texto .logo {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #projeto .bloco2 .video .texto .logo {
    width: 100%;
  }
}
#projeto .bloco2 .video .texto .icone {
  display: block;
  margin: 40px auto 0;
}
#projeto .bloco3 {
  padding: 150px 16px;
}
@media (max-width: 991.98px) {
  #projeto .bloco3 {
    padding: 80px 16px;
  }
}
@media (max-width: 767.98px) {
  #projeto .bloco3 .mobile-reverse {
    flex-direction: column-reverse;
  }
}
#projeto .bloco3 .col-40 {
  padding-left: 5%;
}
@media (max-width: 1399.98px) {
  #projeto .bloco3 .col-40 {
    padding-left: 16px;
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  #projeto .bloco3 .col-40 {
    width: 100%;
  }
}
#projeto .bloco3 .col-40 h2 {
  margin-bottom: 40px;
}
#projeto .bloco3 .col-40 p {
  margin-bottom: 40px;
}
#projeto .bloco3 .col-60 {
  padding-left: 0;
}
@media (max-width: 1399.98px) {
  #projeto .bloco3 .col-60 {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  #projeto .bloco3 .col-60 {
    width: 100%;
    padding-right: 0;
  }
}
#projeto .bloco3 .col-60 .img-content {
  position: relative;
}
#projeto .bloco3 .col-60 .img-content legend {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
#projeto .bloco4 {
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  #projeto .bloco4 {
    padding-bottom: 80px;
  }
}
#projeto .bloco4 .col-50 {
  padding: 0 3%;
}
@media (max-width: 991.98px) {
  #projeto .bloco4 .col-50 {
    padding: 0 16px;
  }
}
#projeto .bloco4 h3 {
  font-family: "TT Norms", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  letter-spacing: 6.4px;
}
@media (max-width: 991.98px) {
  #projeto .bloco4 h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  #projeto .bloco4 h3 {
    margin-bottom: 32px;
  }
}
@media (max-width: 574.98px) {
  #projeto .bloco4 h3 {
    font-size: 1.5rem;
  }
}
#projeto .bloco4 p {
  margin: 0;
}

#diferenciais {
  background-color: #919D87;
  padding: 150px 0 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #diferenciais {
    padding: 80px 0 0;
  }
}
@media (max-width: 991.98px) {
  #diferenciais .col-45, #diferenciais .col-55 {
    width: 100%;
  }
}
#diferenciais h2 {
  color: #ffffff;
  margin-left: 10%;
  font-size: 4.2dvw;
  font-weight: 300;
  line-height: 150%; /* 105px */
  letter-spacing: 0.6dvw;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  #diferenciais h2 {
    font-size: 2rem;
    letter-spacing: 6px;
    margin-left: 0;
  }
}
@media (max-width: 574.98px) {
  #diferenciais h2 {
    font-size: 1.75rem;
  }
}
#diferenciais .btn {
  margin: 0 0 0 10%;
}
@media (max-width: 991.98px) {
  #diferenciais .btn {
    margin: 0 0 32px;
  }
}
#diferenciais ul li {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  padding: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
#diferenciais ul li:last-of-type {
  padding: 0;
}
#diferenciais .logo {
  max-width: 100%;
  margin-bottom: -6px;
  margin-top: 80px;
}
@media (max-width: 574.98px) {
  #diferenciais .logo {
    margin-bottom: -4px;
  }
}

#galeria {
  background-color: #E9EBE7;
  padding: 200px 0 0;
}
@media (max-width: 991.98px) {
  #galeria {
    padding: 150px 0 0;
  }
}
#galeria h2 {
  font-family: "TT Norms", sans-serif;
  font-size: 2rem;
  letter-spacing: 6.4px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}
#galeria .foto {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  cursor: url(../img/lupa.svg) 22 22, move;
}
#galeria .foto.foto1 {
  aspect-ratio: 1/0.43;
}
@media (max-width: 767.98px) {
  #galeria .foto.foto1 {
    aspect-ratio: 1/0.6;
  }
}
#galeria .foto.foto2 {
  aspect-ratio: 1/0.56;
}
@media (max-width: 767.98px) {
  #galeria .foto.foto2 {
    aspect-ratio: 1/0.6;
  }
}
#galeria .foto.foto3 {
  aspect-ratio: 1/1.054;
}
@media (max-width: 1399.98px) {
  #galeria .foto.foto3 {
    aspect-ratio: 1/1.065;
  }
}
@media (max-width: 1199.98px) {
  #galeria .foto.foto3 {
    aspect-ratio: 1/1.073;
  }
}
@media (max-width: 991.98px) {
  #galeria .foto.foto3 {
    aspect-ratio: 1/1.093;
  }
}
@media (max-width: 767.98px) {
  #galeria .foto.foto3 {
    aspect-ratio: 1/0.6;
  }
}
#galeria .foto.foto4 {
  aspect-ratio: 1/1.311;
}
@media (max-width: 1399.98px) {
  #galeria .foto.foto4 {
    aspect-ratio: 1/1.332;
  }
}
@media (max-width: 1199.98px) {
  #galeria .foto.foto4 {
    aspect-ratio: 1/1.347;
  }
}
@media (max-width: 991.98px) {
  #galeria .foto.foto4 {
    aspect-ratio: 1/1.386;
  }
}
@media (max-width: 767.98px) {
  #galeria .foto.foto4 {
    aspect-ratio: 1/0.6;
  }
}
#galeria .foto.foto5 {
  aspect-ratio: 1/0.78;
}
@media (max-width: 767.98px) {
  #galeria .foto.foto5 {
    aspect-ratio: 1/0.6;
  }
}
#galeria .foto.foto6 {
  aspect-ratio: 1/0.369;
}
@media (max-width: 1399.98px) {
  #galeria .foto.foto6 {
    aspect-ratio: 1/0.364;
  }
}
@media (max-width: 1199.98px) {
  #galeria .foto.foto6 {
    aspect-ratio: 1/0.359;
  }
}
@media (max-width: 991.98px) {
  #galeria .foto.foto6 {
    aspect-ratio: 1/0.35;
  }
}
@media (max-width: 767.98px) {
  #galeria .foto.foto6 {
    aspect-ratio: 1/0.6;
  }
}
#galeria .foto .imagem {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#galeria .foto legend {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
}
@media (max-width: 574.98px) {
  #galeria .foto legend {
    font-size: 1rem;
    bottom: 16px;
    left: 16px;
  }
}
#galeria .foto:hover .lupa {
  opacity: 1;
}
#galeria .btn-black {
  margin-top: 32px;
}
#galeria .mais-fotos {
  display: none;
}

#plantas {
  background-color: #E9EBE7;
  padding: 150px 0;
}
@media (max-width: 991.98px) {
  #plantas {
    padding: 80px 0;
  }
}
#plantas .container-fluid {
  padding: 0 5%;
}
#plantas h2 {
  font-family: "TT Norms", sans-serif;
  font-size: 2rem;
  letter-spacing: 6.4px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 80px;
  text-align: center;
}
#plantas .slider-nav .item {
  padding: 0 8px;
}
#plantas .slider-nav .item .btn-branco {
  font-weight: 500;
  padding: 16px;
  width: 100%;
}
#plantas .slider-nav .item.slick-current .btn-branco {
  color: #ffffff;
  border-color: #454D3C;
  background-color: #454D3C;
}
#plantas .slider-plantas {
  margin-top: 32px;
}
#plantas .slider-plantas .slick-track {
  display: flex;
  align-items: stretch;
}
#plantas .slider-plantas .item {
  height: auto;
}
#plantas .slider-plantas .item .planta {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: url(../img/lupa-black.svg) 22 22, move;
}
@media (max-width: 991.98px) {
  #plantas .slider-plantas .item .planta {
    justify-content: center;
  }
}
#plantas .slider-plantas .item .planta .img-fluid {
  margin: 0 auto 40px;
}
#plantas .slider-plantas .item .planta legend {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #plantas .slider-plantas .item .planta legend {
    font-size: 1rem;
  }
}
#plantas .slider-plantas .slick-prev,
#plantas .slider-plantas .slick-next {
  z-index: 3;
  height: 52px;
  width: 52px;
  border: 1px solid #454D3C;
  border-radius: 100%;
  background-color: transparent;
  transform: none;
  top: auto;
  bottom: -60px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#plantas .slider-plantas .slick-prev svg path,
#plantas .slider-plantas .slick-next svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#plantas .slider-plantas .slick-prev::before,
#plantas .slider-plantas .slick-next::before {
  display: none;
}
#plantas .slider-plantas .slick-prev[aria-disabled=true],
#plantas .slider-plantas .slick-next[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
#plantas .slider-plantas .slick-prev {
  left: calc(50% - 65px);
}
#plantas .slider-plantas .slick-next {
  right: calc(50% - 65px);
}

#projetistas {
  background-color: #E9EBE7;
  padding: 150px 0 0;
}
@media (max-width: 991.98px) {
  #projetistas {
    padding: 80px 0 0;
  }
}
#projetistas .container-fluid {
  padding: 0 5%;
}
#projetistas .box-white {
  background-color: #ffffff;
  padding: 66px 10%;
  position: relative;
}
@media (max-width: 991.98px) {
  #projetistas .box-white {
    padding: 66px 5%;
  }
}
#projetistas .box-white .grafismo {
  position: absolute;
  top: 20px;
  right: 0;
  width: auto;
  max-width: 40%;
}
@media (max-width: 767.98px) {
  #projetistas .box-white .grafismo {
    max-width: 30%;
    top: 0;
  }
}
#projetistas .box-white h2 {
  font-family: "TT Norms", sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 150%; /* 63px */
  letter-spacing: 8.4px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #projetistas .box-white h2 {
    font-size: 2rem;
    letter-spacing: 6.4px;
  }
}
@media (max-width: 574.98px) {
  #projetistas .box-white h2 {
    font-size: 2rem;
    letter-spacing: 4px;
  }
  #projetistas .box-white h2 br {
    display: none;
  }
}
#projetistas .box-white .item {
  margin-bottom: 50px;
}
#projetistas .box-white .item .img-content {
  position: relative;
}
#projetistas .box-white .item .img-content .logo {
  position: absolute;
  left: 0;
  bottom: 0;
}
#projetistas .box-white .item .img-content .logo.logo1 {
  max-width: 50%;
}
#projetistas .box-white .item .img-content .logo.logo2 {
  max-width: 40%;
}
#projetistas .box-white .item h3 {
  background-color: #454D3C;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 30px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%; /* 34px */
  letter-spacing: 4px;
  margin: 40px 0;
}
@media (max-width: 991.98px) {
  #projetistas .box-white .item h3 {
    font-size: 1.125rem;
    letter-spacing: 3px;
  }
}
#projetistas .box-white .item .logo3 {
  max-height: 97px;
  max-width: 100%;
  margin-bottom: 40px;
}
#projetistas .box-white .item p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 3px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  #projetistas .box-white .item p {
    font-size: 1rem;
    letter-spacing: 2px;
  }
}

#contato {
  background: #E9EBE7;
  padding: 150px 0 110px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #contato {
    padding: 80px 0 40px;
  }
}
#contato .container {
  position: relative;
  z-index: 2;
}
#contato .row.center {
  justify-content: center;
}
#contato .grafismo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 20%;
}
@media (max-width: 767.98px) {
  #contato .grafismo {
    max-width: 35%;
    left: auto;
    right: 0;
  }
}
#contato form h2 {
  font-family: "TT Norms", sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 150%; /* 63px */
  letter-spacing: 8.4px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #contato form h2 {
    font-size: 2rem;
    letter-spacing: 6.4px;
  }
}
@media (max-width: 574.98px) {
  #contato form h2 {
    font-size: 2rem;
    letter-spacing: 4px;
  }
  #contato form h2 br {
    display: none;
  }
}
#contato form p {
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #contato form p {
    font-size: 1rem;
  }
}
#contato form .col, #contato form .col-50 {
  margin-bottom: 40px;
}
#contato form .col .ipt, #contato form .col-50 .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #000000;
  height: 50px;
  font-family: "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  padding: 0;
}
#contato form .col .ipt:focus, #contato form .col-50 .ipt:focus {
  outline: none;
}
#contato form .col .ipt::-moz-placeholder, #contato form .col-50 .ipt::-moz-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1; /* Firefox */
}
#contato form .col .ipt::placeholder, #contato form .col-50 .ipt::placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1; /* Firefox */
}
#contato form .col .ipt::-ms-input-placeholder, #contato form .col-50 .ipt::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000000;
}
#contato form .col textarea, #contato form .col-50 textarea {
  height: 100px !important;
}
#contato form .checks {
  display: block;
  margin-bottom: 50px;
}
#contato form .checks input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#contato form .checks label {
  padding-left: 30px;
  display: block;
  line-height: 24px;
  position: relative;
  left: 0;
  cursor: pointer;
  pointer-events: all;
  padding-left: 35px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}
#contato form .checks label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
}
#contato form .checks label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
#contato form .checks label a {
  padding-left: 5px;
  color: #707070;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#contato form .checks label a:hover {
  color: #000000;
}
#contato form .checks input:checked + label::before {
  background-color: transparent;
}
#contato form .checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
#contato form .btn {
  margin: 0;
}
#contato form .link-fone {
  color: #212120;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.6875rem;
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#contato form .link-fone small {
  font-size: 1.0625rem;
}
#contato form .link-fone:hover {
  color: #ffffff;
}

footer {
  background: url(../img/bg-verde.jpg);
  padding: 150px 0 0;
}
@media (max-width: 991.98px) {
  footer {
    padding: 80px 0 0;
  }
}
footer .center {
  align-items: center;
}
@media (max-width: 991.98px) {
  footer .col-40, footer .col-60 {
    width: 100%;
  }
}
footer address {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
@media (max-width: 991.98px) {
  footer address {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 574.98px) {
  footer address {
    font-size: 1.75rem;
  }
}
footer .logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
}
@media (max-width: 767.98px) {
  footer .logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .logos .logo h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
footer .logos .logo img {
  width: auto;
  display: block;
  margin: 0 auto;
}
footer .legal {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
  text-align: justify;
  margin-top: 100px;
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  footer .legal {
    margin-bottom: 80px;
  }
}
footer .assinatura {
  background-color: #6D7A5F;
  padding: 34px 0 100px;
}
@media (max-width: 574.98px) {
  footer .assinatura {
    padding-bottom: 80px;
  }
}
footer .assinatura p {
  color: #ffffff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
footer .assinatura p a {
  color: #ffffff;
}
footer .assinatura p a:hover {
  text-decoration: underline;
}

.faixa-contato {
  background: #454D3C;
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 24px;
  z-index: 10;
  overflow: hidden;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 574.98px) {
  .faixa-contato {
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #454D3C;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
    transform: none;
  }
}
.faixa-contato .btn-contato-preto {
  height: 60px;
  width: 60px;
  border: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .faixa-contato .btn-contato-preto {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 574.98px) {
  .faixa-contato .btn-contato-preto {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    padding: 0;
    transition: all 0.4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .faixa-contato .btn-contato-preto svg path {
    transition: all 0.4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    stroke: #ffffff;
  }
  .faixa-contato .btn-contato-preto svg path.fill {
    stroke: none;
    fill: #ffffff;
  }
  .faixa-contato .btn-contato-preto:hover {
    background-color: #ffffff;
  }
  .faixa-contato .btn-contato-preto:hover svg path {
    stroke: #000000;
  }
  .faixa-contato .btn-contato-preto:hover svg path.fill {
    stroke: none;
    fill: #000000;
  }
}
@media (max-width: 574.98px) {
  .faixa-contato .btn-contato-preto.btn-desk {
    display: none;
  }
}
.faixa-contato .links {
  opacity: 0;
  pointer-events: none;
  max-height: 0; /* Impede que o hover detecte os botões */
  overflow: hidden; /* Garante que não ocupem espaço */
  transition: opacity 0.4s ease, max-height 0.3s ease;
}
@media (max-width: 574.98px) {
  .faixa-contato .links {
    opacity: 1;
    pointer-events: all;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.faixa-contato:hover .links {
  opacity: 1;
  pointer-events: all;
  max-height: 500px;
}

#politica .faixa-titulo {
  background: linear-gradient(to right, #cbd7c5 5%, #94a8ad 53%, #9ca399 94%);
  padding: 50px 0;
}
#politica .faixa-titulo h1 {
  color: #000000;
  font-size: 2.3125rem;
  letter-spacing: 2px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767.98px) {
  #politica .faixa-titulo h1 {
    font-size: 2rem;
  }
}
#politica h2 {
  color: #ffffff;
  font-size: 2.3125rem;
  letter-spacing: 2px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  #politica h2 {
    font-size: 2rem;
  }
}
#politica h3 {
  color: #000000;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 50px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #politica h3 {
    font-size: 1.25rem;
  }
}
#politica p {
  color: #000000;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #politica p {
    font-size: 1rem;
  }
}
#politica li {
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 140%;
  font-weight: 300;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #politica li {
    font-size: 1rem;
  }
}
#politica a {
  color: #958672;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 140%;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  #politica a {
    font-size: 1rem;
  }
}
#politica a:hover {
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal .modal-content {
  background: #E9EBE7;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: modalopen 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-content span.close {
  cursor: pointer;
}
.modal .modal-content span.close svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

#modalSucesso .modal-content,
#modalErro .modal-content {
  padding: 100px 50px 50px 90px;
  max-width: 800px;
  width: 90%;
}
@media (max-width: 574.98px) {
  #modalSucesso .modal-content,
  #modalErro .modal-content {
    padding: 50px 30px;
  }
}
#modalSucesso .modal-content span.close,
#modalErro .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalSucesso .modal-content h2,
#modalErro .modal-content h2 {
  color: #373737;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 574.98px) {
  #modalSucesso .modal-content h2,
  #modalErro .modal-content h2 {
    font-size: 1.5rem;
  }
}
#modalSucesso .modal-content p,
#modalErro .modal-content p {
  color: #373737;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 574.98px) {
  #modalSucesso .modal-content p,
  #modalErro .modal-content p {
    font-size: 1.125rem;
  }
}
#modalSucesso .modal-content .img-fluid,
#modalErro .modal-content .img-fluid {
  width: 90%;
  max-width: 90%;
  margin: 30px 0 0 auto;
}
#modalSucesso .modal-content .btn,
#modalErro .modal-content .btn {
  margin: 0;
}

.modal-form {
  z-index: 999;
}
.modal-form .modal-content {
  background: #E9EBE7;
  max-width: 1200px !important;
  width: 90%;
  padding: 80px;
}
@media (max-width: 574.98px) {
  .modal-form .modal-content {
    padding: 20px;
  }
}
.modal-form .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-form .modal-content .row {
  align-items: center;
}
@media (max-width: 991.98px) {
  .modal-form .modal-content .col-60, .modal-form .modal-content .col-40 {
    width: 100%;
  }
}
.modal-form .modal-content h3 {
  color: #2F302A;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .modal-form .modal-content h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.modal-form .modal-content img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .modal-form .modal-content img {
    margin-bottom: 32px;
  }
}
.modal-form .modal-content .campo {
  position: relative;
  margin-bottom: 12px;
}
.modal-form .modal-content .campo label {
  color: #2F302A;
  font-family: "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
}
@media (max-width: 991.98px) {
  .modal-form .modal-content .campo label {
    font-size: 1rem;
  }
}
.modal-form .modal-content .campo .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  color: #2F302A;
  width: 100%;
  height: 40px;
  font-family: "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  outline: none;
}
@media (max-width: 991.98px) {
  .modal-form .modal-content .campo .ipt {
    font-size: 1.25rem;
  }
}
.modal-form .modal-content .campo textarea {
  height: 80px !important;
  padding-top: 10px;
}
.modal-form .modal-content .campo.checks {
  display: block;
  margin-bottom: 50px;
}
.modal-form .modal-content .campo.checks input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.modal-form .modal-content .campo.checks label {
  padding-left: 30px;
  display: block;
  line-height: 24px;
  position: relative;
  left: 0;
  cursor: pointer;
  pointer-events: all;
  padding-left: 35px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}
.modal-form .modal-content .campo.checks label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
}
.modal-form .modal-content .campo.checks label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
.modal-form .modal-content .campo.checks label a {
  padding-left: 5px;
  color: #707070;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.modal-form .modal-content .campo.checks label a:hover {
  color: #000000;
}
.modal-form .modal-content .campo.checks input:checked + label::before {
  background-color: transparent;
}
.modal-form .modal-content .campo.checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
.modal-form .modal-content .campo .btn-enviar {
  margin: 0;
}
@media (max-width: 574.98px) {
  .modal-form .modal-content .campo .btn-enviar {
    max-width: 100%;
  }
}

#modalFone .modal-content {
  background: #E9EBE7;
  padding: 80px;
  width: 90%;
}
@media (max-width: 574.98px) {
  #modalFone .modal-content {
    padding: 50px 20px;
  }
}
#modalFone .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalFone .modal-content h3 {
  color: #2F302A;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 52px */
}
@media (max-width: 574.98px) {
  #modalFone .modal-content h3 {
    font-size: 1.5rem;
  }
}
#modalFone .modal-content h3 a {
  color: #2F302A;
  font-size: 3.125rem;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 574.98px) {
  #modalFone .modal-content h3 a {
    font-size: 2rem;
  }
}
#modalFone .modal-content h3 a:hover {
  text-decoration: underline;
}
#modalFone .modal-content .img-fluid {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #modalFone .modal-content .img-fluid {
    margin-top: 30px;
  }
}

.modal-ficha .modal-content {
  background-color: #E9EBE7;
  max-width: 1200px !important;
  width: 90%;
  padding: 80px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767.98px) {
  .modal-ficha .modal-content {
    padding: 20px;
  }
}
.modal-ficha .modal-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 3;
}
.modal-ficha .modal-content::-webkit-scrollbar-track {
  background: rgba(87, 87, 87, 0.2);
}
.modal-ficha .modal-content::-webkit-scrollbar-thumb {
  background: #575757;
  border-radius: 3px;
}
.modal-ficha .modal-content::-webkit-scrollbar-thumb:hover {
  background: #575757;
}
.modal-ficha .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-ficha .modal-content h2 {
  color: #373737;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 48px */
  margin-bottom: 32px;
  margin-top: 32px;
}
.modal-ficha .modal-content .item {
  border-bottom: 1px solid #BEBEBE;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 574.98px) {
  .modal-ficha .modal-content .item {
    flex-direction: column;
  }
}
.modal-ficha .modal-content .item h3 {
  width: 40%;
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  text-transform: uppercase;
}
@media (max-width: 574.98px) {
  .modal-ficha .modal-content .item h3 {
    width: 100%;
  }
}
.modal-ficha .modal-content .item p {
  width: 60%;
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin: 0;
}
@media (max-width: 574.98px) {
  .modal-ficha .modal-content .item p {
    width: 100%;
  }
}

#modalPolitica {
  z-index: 1001;
}
#modalPolitica .modal-content {
  background-color: #E9EBE7;
  padding: 70px;
  max-width: 1000px;
}
@media (max-width: 574.98px) {
  #modalPolitica .modal-content {
    padding: 50px 30px;
  }
}
#modalPolitica .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalPolitica .modal-content h2 {
  color: #373737;
  font-size: 1.75rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  #modalPolitica .modal-content h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
#modalPolitica .modal-content h3 {
  color: #373737;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 50px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #modalPolitica .modal-content h3 {
    font-size: 1.25rem;
  }
}
#modalPolitica .modal-content p {
  color: #373737;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #modalPolitica .modal-content p {
    font-size: 1rem;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=styles.css.map */