@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;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Thin.woff2") format("woff2"), url("../fonts/TTNorms-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
form input.error:focus {
  outline: auto !important;
  outline-color: #ff0000 !important;
}

/* 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: "TT Norms", sans-serif;
  letter-spacing: 0.2px;
  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%;
  }
}
.col-95 {
  width: 95%;
}
@media (max-width: 991.98px) {
  .col-95 {
    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: #3e5b52;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-family: "TT Norms", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  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: #000000;
  color: #ffffff;
}
.btn:hover svg path {
  fill: #ffffff;
}

.btn-branco {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  color: #3e5b52;
  cursor: pointer;
  font-family: "TT Norms", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  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: #3e5b52;
  color: #ffffff;
}
.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: #3e5b52;
  border-color: #ffffff;
}
.btn-branco-form:hover svg path {
  fill: #3e5b52;
}

.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 #3e5b52;
  background-color: #3e5b52;
  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: #3e5b52;
}
.btn-contato-preto:hover svg path.fill {
  stroke: none;
  fill: #3e5b52;
}

h2 {
  font-family: "TT Norms", sans-serif;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 2rem;
  }
}
@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%;
  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;
}

#banner {
  background: #3e5b52 url(../img/apartamento-somattos-brisea-moema-sao-paulo-sp-banner.jpg) no-repeat center top/cover;
  height: 1080px;
}
@media (max-width: 574.98px) {
  #banner {
    background-size: auto 510px;
  }
}
#banner .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
@media (max-width: 574.98px) {
  #banner .overlay {
    height: 510px;
  }
}
#banner header {
  padding: 50px 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: 574.98px) {
  #banner header {
    padding: 40px 0 50px;
  }
}
#banner header .container,
#banner header .row {
  height: 100%;
}
@media (max-width: 574.98px) {
  #banner header .col-40 {
    width: 50%;
  }
  #banner header .col-40:first-of-type {
    padding-right: 0;
  }
  #banner header .col-40:last-of-type {
    padding-left: 0;
  }
}
#banner header .logo {
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 574.98px) {
  #banner header .logo.brisea {
    height: 50px;
    margin-left: 0;
  }
  #banner header .logo.somattos {
    height: 50px;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  #banner .col-40 {
    width: 50%;
  }
}
@media (max-width: 574.98px) {
  #banner .col-40 {
    width: 100%;
  }
}
#banner .badge {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  background-blend-mode: hard-light;
  box-shadow: 0px 0px 22px 0px rgba(242, 242, 242, 0.5) inset, 0px 0px 0px 1px #999 inset, 2px 2px 1px -2px #b3b3b3 inset, -2px -2px 1px -2px #b3b3b3 inset, 3px 3px 0px -3px rgba(0, 0, 0, 0.5) inset;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  height: 40px;
  display: flex;
  align-items: center;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  font-family: "TT Norms", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 80px;
}
@media (max-width: 574.98px) {
  #banner .badge {
    font-size: 0.75rem;
    height: auto;
    padding: 5px 12px;
    margin: 0 auto;
  }
}
#banner h1 {
  color: #ffffff;
  color: #fff;
  font-family: "TT Norms", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 140%; /* 58.8px */
  letter-spacing: 0.84px;
  margin: 10px 0 30px;
}
@media (max-width: 991.98px) {
  #banner h1 {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 574.98px) {
  #banner h1 {
    text-align: center;
  }
  #banner h1 br {
    display: none;
  }
}
#banner .box {
  max-width: 380px;
}
@media (max-width: 575.98px) {
  #banner .box {
    margin: 0 auto;
  }
}
#banner .box p {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  #banner .box p {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #banner .box p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  #banner .box p {
    padding: 10px 0;
  }
}
#banner .box p::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  position: absolute;
}
#banner .box p::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: -2px;
}
#banner .box p:last-of-type {
  border-bottom: none;
}
#banner .box p:last-of-type::before, #banner .box p:last-of-type::after {
  display: none;
}
#banner .box-form {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 30px 22px;
  margin-top: 80px;
}
@media (max-width: 574.98px) {
  #banner .box-form {
    margin-top: 100px;
    padding: 20px 14px;
  }
}
@media (max-width: 429.98px) {
  #banner .box-form {
    margin-top: 45px;
  }
}
#banner .box-form:last-of-type {
  margin-bottom: 0;
}
#banner .box-form h2 {
  color: #3e5b52;
  font-family: "TT Norms", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  #banner .box-form h2 {
    font-size: 1.5rem;
  }
}
#banner .box-form p {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
}
#banner .box-form form .col {
  margin-bottom: 2px;
}
#banner .box-form form .col .ipt {
  background-color: rgba(255, 255, 255, 0.68);
  border: none;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #3e5b52;
  height: 47px;
  font-family: "TT Norms", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2px;
  font-weight: 400;
  width: 100%;
  padding: 10px;
}
@media (max-width: 574.98px) {
  #banner .box-form form .col .ipt {
    font-size: 0.875rem;
    height: 30px;
  }
}
#banner .box-form form .col .ipt:focus {
  outline: none;
}
#banner .box-form form .col .ipt::-moz-placeholder {
  font-size: 1rem;
  color: #3e5b52;
  opacity: 1; /* Firefox */
}
#banner .box-form form .col .ipt::placeholder {
  font-size: 1rem;
  color: #3e5b52;
  opacity: 1; /* Firefox */
}
@media (max-width: 574.98px) {
  #banner .box-form form .col .ipt::-moz-placeholder {
    font-size: 0.875rem;
  }
  #banner .box-form form .col .ipt::placeholder {
    font-size: 0.875rem;
  }
}
#banner .box-form form .col textarea {
  height: 100px !important;
  margin-bottom: 10px;
}
#banner .box-form form .checks {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 574.98px) {
  #banner .box-form form .checks {
    margin-bottom: 20px;
  }
}
#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.75rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 120%;
}
@media (max-width: 574.98px) {
  #banner .box-form form .checks label {
    font-size: 0.625rem;
  }
}
#banner .box-form form .checks label:before {
  content: "";
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.68);
  box-shadow: none;
  display: flex;
  position: absolute;
  top: 4px;
  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: 8px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #3e5b52;
  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;
  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;
}
#banner .box-form form .checks label a:hover {
  text-decoration: none;
}
#banner .box-form form .checks input:checked + label::before {
  background-color: rgba(255, 255, 255, 0.68);
}
#banner .box-form form .checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
#banner .box-form form .btn {
  margin: 0;
  width: 100%;
}
@media (max-width: 574.98px) {
  #banner .box-form form .btn {
    height: 37px;
    font-size: 1.125rem;
  }
}

#intro {
  background-color: #f5f5f5;
  padding-top: 150px;
}
@media (max-width: 767.98px) {
  #intro {
    padding-top: 100px;
  }
}
#intro h2 {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  #intro h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  #intro h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
#intro .logo {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  #intro .logo {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}
#intro .infos {
  max-width: 390px;
  padding: 0 5%;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  #intro .infos {
    margin: 0 auto 10px;
  }
}
#intro .infos p {
  color: #3e5b52;
  font-family: "TT Norms", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  border-bottom: 1px solid #3e5b52;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  #intro .infos p {
    font-size: 1.875rem;
  }
}
#intro .infos p::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #3e5b52;
  right: 0;
  bottom: 0;
  position: absolute;
}
#intro .infos p::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #3e5b52;
  position: absolute;
  right: 0;
  bottom: -2px;
}
#intro .infos p:last-of-type {
  border-bottom: none;
}
#intro .infos p:last-of-type::before, #intro .infos p:last-of-type::after {
  display: none;
}
#intro p {
  color: #3e5b52;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
  margin-bottom: 10%;
}
@media (max-width: 767.98px) {
  #intro p {
    margin: 0 auto 10%;
    text-align: center;
  }
}
#intro .btn {
  margin: 0;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 767.98px) {
  #intro .btn {
    margin: 0 auto 80px;
  }
}
#intro h3 {
  display: none;
}
@media (max-width: 767.98px) {
  #intro h3 {
    display: block;
    color: #000000;
    font-family: "TT Norms", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom: 24px;
  }
}
#intro address {
  display: none;
}
@media (max-width: 767.98px) {
  #intro address {
    display: block;
    text-align: center;
    color: #000000;
    font-family: "TT Norms", sans-serif;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 26.6px */
    letter-spacing: 0.19px;
    margin-bottom: 40px;
  }
  #intro address img {
    vertical-align: text-top;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  #intro .col-img {
    padding: 0;
  }
}

#localizacao {
  padding: 20px 0 100px;
  background: #f5f5f5 url(../img/rectangle.png) no-repeat right top;
}
@media (max-width: 767.98px) {
  #localizacao {
    padding: 80px 0;
    background-position: calc(100% + 110px) -75px;
  }
}
@media (max-width: 574.98px) {
  #localizacao {
    background-position: -10px -145px;
  }
}
#localizacao h2 {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  #localizacao h2 {
    display: none;
  }
}
#localizacao address {
  display: block;
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 26.6px */
  letter-spacing: 0.19px;
  margin-bottom: 60px;
}
#localizacao address img {
  vertical-align: sub;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  #localizacao address {
    display: none;
  }
}
#localizacao .novos-ares {
  background: url(../img/apartamento-somattos-brisea-moema-sao-paulo-sp-banner-localizacao.jpg) no-repeat center top/cover;
  border-radius: 30px;
  height: 353px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px 30px 52px;
  margin-bottom: 200px;
}
@media (max-width: 767.98px) {
  #localizacao .novos-ares {
    background-image: url(../img/apartamento-somattos-brisea-moema-sao-paulo-sp-banner-localizacao-mobile.jpg);
    padding: 75px 0 0;
    height: 450px;
    margin-bottom: 160px;
  }
}
@media (max-width: 574.98px) {
  #localizacao .novos-ares {
    padding: 165px 0 0;
    height: 370px;
  }
}
#localizacao .novos-ares h3 {
  color: #fff;
  font-family: "TT Norms", sans-serif;
  font-size: 4.25rem;
  font-weight: 100;
  line-height: 150%; /* 102px */
}
@media (max-width: 574.98px) {
  #localizacao .novos-ares h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
#localizacao .novos-ares .btn-branco {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 767.98px) {
  #localizacao .novos-ares .btn-branco {
    max-width: 100%;
    border-radius: 0 0 30px 30px;
  }
}
#localizacao h4 {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%; /* 51.2px */
  letter-spacing: 0.64px;
}
@media (max-width: 991.98px) {
  #localizacao h4 {
    font-size: 1.75rem;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 767.98px) {
  #localizacao h4 {
    margin-bottom: 40px;
  }
}
#localizacao ul li {
  display: block;
  position: relative;
  background: url(../img/check-list.svg) no-repeat 0 0;
  padding-left: 30px;
  color: black;
  font-family: "TT Norms", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 15px;
}
#localizacao ul li strong {
  color: #3e5b52;
  font-weight: 900;
}
#localizacao .col-slider {
  padding-right: 0;
  padding-top: 100px;
}
#localizacao .col-slider .slider-local {
  padding-bottom: 120px;
}
#localizacao .col-slider .slider-local .slick-list {
  padding-right: 13%;
}
#localizacao .col-slider .slider-local .item {
  padding-right: 16px;
}
#localizacao .col-slider .slider-local .item legend {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  padding-top: 5px;
}
#localizacao .col-slider .slider-local .slick-prev,
#localizacao .col-slider .slider-local .slick-next {
  z-index: 3;
  height: 52px;
  width: 52px;
  border: 1px solid #3e5b52;
  border-radius: 100%;
  background-color: transparent;
  transform: none;
  top: auto;
  bottom: 15px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#localizacao .col-slider .slider-local .slick-prev svg path,
#localizacao .col-slider .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 .col-slider .slider-local .slick-prev::before,
#localizacao .col-slider .slider-local .slick-next::before {
  display: none;
}
#localizacao .col-slider .slider-local .slick-prev[aria-disabled=true],
#localizacao .col-slider .slider-local .slick-next[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
#localizacao .col-slider .slider-local .slick-prev {
  left: calc(50% - 4dvw - 65px);
}
@media (max-width: 991.98px) {
  #localizacao .col-slider .slider-local .slick-prev {
    left: calc(50% - 65px);
  }
}
#localizacao .col-slider .slider-local .slick-next {
  right: calc(50% + 4dvw - 65px);
}
@media (max-width: 991.98px) {
  #localizacao .col-slider .slider-local .slick-next {
    right: calc(50% - 65px);
  }
}
#localizacao .btn {
  margin-top: 40px;
  transform: translateX(-4dvw);
  width: 100%;
  max-width: 420px;
}
@media (max-width: 991.98px) {
  #localizacao .btn {
    transform: none;
  }
}

#contato2 {
  padding: 130px 0 100px;
}
@media (max-width: 767.98px) {
  #contato2 {
    padding: 100px 0;
  }
}
@media (max-width: 574.98px) {
  #contato2 {
    display: none;
  }
}
#contato2 .col-60 {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  #contato2 .col-60 {
    padding-right: 16px;
  }
}
#contato2 .logo {
  max-width: 90%;
}
@media (max-width: 991.98px) {
  #contato2 .logo {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #contato2 .logo {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
}
#contato2 form {
  max-width: 90%;
}
@media (max-width: 991.98px) {
  #contato2 form {
    max-width: 100%;
  }
}
#contato2 form h2 {
  color: #3e5b52;
  font-family: "TT Norms", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 5px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  #contato2 form h2 {
    font-size: 1.5rem;
  }
}
#contato2 form p {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  #contato2 form p {
    font-size: 0.875rem;
  }
}
#contato2 form .col {
  margin-bottom: 15px;
}
#contato2 form .col .ipt {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #3e5b52;
  color: #3e5b52;
  height: 55px;
  font-family: "TT Norms", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2px;
  font-weight: 400;
  width: 100%;
  padding: 10px;
}
#contato2 form .col .ipt:focus {
  outline: none;
}
#contato2 form .col .ipt::-moz-placeholder {
  font-size: 1rem;
  color: #3e5b52;
  opacity: 1; /* Firefox */
}
#contato2 form .col .ipt::placeholder {
  font-size: 1rem;
  color: #3e5b52;
  opacity: 1; /* Firefox */
}
#contato2 form .col textarea {
  height: 100px !important;
  margin-bottom: 10px;
}
#contato2 form .checks {
  display: block;
  margin-top: 15px;
  margin-bottom: 50px;
}
@media (max-width: 574.98px) {
  #contato2 form .checks {
    margin-bottom: 40px;
  }
}
#contato2 form .checks input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#contato2 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.75rem;
  font-weight: 400;
  color: #000000;
  line-height: 120%;
}
@media (max-width: 574.98px) {
  #contato2 form .checks label {
    font-size: 0.625rem;
  }
}
#contato2 form .checks label:before {
  content: "";
  -webkit-appearance: none;
  border: 1px solid #3e5b52;
  background-color: #ffffff;
  box-shadow: none;
  display: flex;
  position: absolute;
  top: -5px;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease-in-out;
}
#contato2 form .checks label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #3e5b52;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
#contato2 form .checks label a {
  padding-left: 5px;
  color: #3e5b52;
  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;
}
#contato2 form .checks label a:hover {
  text-decoration: none;
}
#contato2 form .checks input:checked + label::before {
  background-color: rgba(255, 255, 255, 0.68);
}
#contato2 form .checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
#contato2 form .btn {
  margin: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  #contato2 form .btn {
    margin-bottom: 40px;
  }
}

#galeria {
  padding: 100px 0;
  background-color: #f5f5f5;
}
@media (max-width: 574.98px) {
  #galeria {
    background-color: #ffffff;
  }
}
#galeria h2 {
  color: #000000;
  text-align: center;
  font-family: "TT Norms", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media (max-width: 991.98px) {
  #galeria h2 {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}
#galeria .col-slider {
  padding: 0;
}
@media (max-width: 574.98px) {
  #galeria .col-slider {
    padding: 0 16px;
  }
}
#galeria .slider-galeria {
  padding-bottom: 80px;
}
#galeria .slider-galeria .slick-list {
  padding-left: 15%;
  padding-right: 20%;
}
@media (max-width: 991.98px) {
  #galeria .slider-galeria .slick-list {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 574.98px) {
  #galeria .slider-galeria .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
}
#galeria .slider-galeria .slick-list .slick-track div {
  padding: 50px 0;
}
#galeria .slider-galeria .slick-list .slick-track div .foto {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/0.6;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
@media (max-width: 574.98px) {
  #galeria .slider-galeria .slick-list .slick-track div .foto {
    transform: none;
    aspect-ratio: 1/0.7;
  }
}
#galeria .slider-galeria .slick-list .slick-track div .foto img.imagem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#galeria .slider-galeria .slick-list .slick-track div .foto legend {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 574.98px) {
  #galeria .slider-galeria .slick-list .slick-track div .foto legend {
    transform: none;
    opacity: 1;
  }
}
#galeria .slider-galeria .slick-list .slick-track div .foto span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  background-blend-mode: hard-light;
  box-shadow: 0px 0px 22px 0px rgba(242, 242, 242, 0.5) inset, 0px 0px 0px 1px #999 inset, 2px 2px 1px -2px #b3b3b3 inset, -2px -2px 1px -2px #b3b3b3 inset, 3px 3px 0px -3px rgba(0, 0, 0, 0.5) inset;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 2;
  position: relative;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#galeria .slider-galeria .slick-list .slick-track div .foto:hover span {
  transform: scale(1);
}
#galeria .slider-galeria .slick-list .slick-track div.slick-current .foto {
  transform: scale(1.05);
}
@media (max-width: 574.98px) {
  #galeria .slider-galeria .slick-list .slick-track div.slick-current .foto {
    transform: none;
  }
}
#galeria .slider-galeria .slick-list .slick-track div.slick-current .foto legend {
  opacity: 1;
}
#galeria .slider-galeria .slick-prev,
#galeria .slider-galeria .slick-next {
  z-index: 3;
  height: 52px;
  width: 52px;
  border: 1px solid #3e5b52;
  border-radius: 100%;
  background-color: transparent;
  transform: none;
  top: auto;
  bottom: 40px;
  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) {
  #galeria .slider-galeria .slick-prev,
  #galeria .slider-galeria .slick-next {
    bottom: 20px;
  }
}
#galeria .slider-galeria .slick-prev svg path,
#galeria .slider-galeria .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;
}
#galeria .slider-galeria .slick-prev::before,
#galeria .slider-galeria .slick-next::before {
  display: none;
}
#galeria .slider-galeria .slick-prev[aria-disabled=true],
#galeria .slider-galeria .slick-next[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
#galeria .slider-galeria .slick-prev {
  left: auto;
  right: calc(18% + 90px);
}
@media (max-width: 991.98px) {
  #galeria .slider-galeria .slick-prev {
    left: calc(50% - 65px);
  }
}
#galeria .slider-galeria .slick-next {
  right: 18%;
}
@media (max-width: 991.98px) {
  #galeria .slider-galeria .slick-next {
    right: calc(50% - 65px);
  }
}
#galeria .btn {
  margin-top: 40px;
  width: 100%;
  max-width: 420px;
}

#plantas {
  padding: 100px 0;
}
@media (max-width: 574.98px) {
  #plantas {
    background-color: #f5f5f5;
  }
}
#plantas h2 {
  font-family: "TT Norms", sans-serif;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
#plantas .slider-nav .item {
  padding: 0 8px;
}
#plantas .slider-nav .item .btn-nav {
  background: transparent;
  border: 1px solid #3e5b52;
  cursor: pointer;
  display: block;
  padding: 16px 24px;
  color: #3e5b52;
  font-family: "TT Norms", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
  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-nav .item .btn-nav:hover {
  color: #ffffff;
  border-color: #3e5b52;
  background-color: #3e5b52;
}
#plantas .slider-nav .item.slick-current .btn-nav {
  color: #ffffff;
  border-color: #3e5b52;
  background-color: #3e5b52;
}
#plantas .slider-plantas {
  margin-top: 40px;
  padding-bottom: 100px;
}
#plantas .slider-plantas .slick-track {
  display: flex;
  align-items: stretch;
}
#plantas .slider-plantas .item {
  height: auto;
}
#plantas .slider-plantas .item .planta {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#plantas .slider-plantas .item .planta .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  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;
}
#plantas .slider-plantas .item .planta .overlay span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  background-blend-mode: hard-light;
  box-shadow: 0px 0px 22px 0px rgba(242, 242, 242, 0.5) inset, 0px 0px 0px 1px #999 inset, 2px 2px 1px -2px #b3b3b3 inset, -2px -2px 1px -2px #b3b3b3 inset, 3px 3px 0px -3px rgba(0, 0, 0, 0.5) inset;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  transform: scale(0);
  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 .item .planta:hover .overlay {
  opacity: 1;
}
#plantas .slider-plantas .item .planta:hover .overlay span {
  transform: scale(1);
}
#plantas .slider-plantas .item legend {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.4px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  #plantas .slider-plantas .item legend {
    font-size: 1rem;
  }
}
#plantas .slider-plantas .slick-prev,
#plantas .slider-plantas .slick-next {
  z-index: 3;
  height: 52px;
  width: 52px;
  border: 1px solid #3e5b52;
  border-radius: 100%;
  background-color: transparent;
  transform: none;
  top: auto;
  bottom: 77px;
  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) {
  #plantas .slider-plantas .slick-prev,
  #plantas .slider-plantas .slick-next {
    bottom: 20px;
  }
}
#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: auto;
  right: 80px;
}
@media (max-width: 991.98px) {
  #plantas .slider-plantas .slick-prev {
    left: calc(50% - 65px);
  }
}
#plantas .slider-plantas .slick-next {
  right: 0;
}
@media (max-width: 991.98px) {
  #plantas .slider-plantas .slick-next {
    right: calc(50% - 65px);
  }
}
#plantas .btn {
  margin-top: 40px;
  width: 100%;
  max-width: 420px;
}

#tour {
  padding: 100px 0;
  background-color: #f5f5f5;
}
@media (max-width: 574.98px) {
  #tour {
    background-color: #ffffff;
  }
}
#tour h2 {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #tour h2 {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
#tour .cta-tour {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
#tour .cta-tour span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  background-blend-mode: hard-light;
  box-shadow: 0px 0px 22px 0px rgba(242, 242, 242, 0.5) inset, 0px 0px 0px 1px #999 inset, 2px 2px 1px -2px #b3b3b3 inset, -2px -2px 1px -2px #b3b3b3 inset, 3px 3px 0px -3px rgba(0, 0, 0, 0.5) inset;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 2;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#tour .cta-tour:hover span {
  transform: scale(1.1);
}
@media (max-width: 574.98px) {
  #tour .cta-tour {
    aspect-ratio: 1/1;
  }
  #tour .cta-tour .img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#tour .btn {
  margin-top: 40px;
  width: 100%;
  max-width: 420px;
}

#mapa {
  background: url(../img/mapa.jpg) no-repeat center/cover;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  #mapa {
    padding: 280px 0 20px;
    background-size: auto 146%;
    background-position: center -185px;
  }
}
@media (max-width: 991.98px) {
  #mapa .col-95 {
    width: 100%;
  }
}
#mapa .box {
  background: rgba(255, 255, 255, 0.15);
  background-blend-mode: hard-light;
  box-shadow: 0px 0px 22px 0px rgba(242, 242, 242, 0.5) inset, 0px 0px 0px 1px #999 inset, 2px 2px 1px -2px #b3b3b3 inset, -2px -2px 1px -2px #b3b3b3 inset, 3px 3px 0px -3px rgba(0, 0, 0, 0.5) inset;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 120px 20px;
  max-width: 490px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #mapa .box {
    margin: 0 auto;
    padding: 20px;
  }
}
#mapa .box .logo {
  max-width: 250px;
  display: block;
  margin: 0 auto 70px;
}
@media (max-width: 991.98px) {
  #mapa .box .logo {
    max-width: 165px;
    margin: 0 auto 14px;
  }
}
#mapa .box .pin {
  display: block;
  margin: 0 auto 18px;
}
@media (max-width: 991.98px) {
  #mapa .box .pin {
    display: none;
  }
}
#mapa .box address {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  #mapa .box address {
    font-size: 1.125rem;
    letter-spacing: 0.32px;
    background: url(../img/map-pin.svg) no-repeat 0 0;
    padding-left: 28px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 18px;
  }
}
#mapa .box .btn {
  width: 80%;
}

#newsletter {
  padding: 100px 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #newsletter {
    padding: 80px 0 40px;
  }
}
#newsletter .row.center {
  justify-content: center;
}
#newsletter form h2 {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 100%; /* 63px */
  letter-spacing: 0.2px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #newsletter form h2 {
    font-size: 1.875rem;
  }
}
#newsletter 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) {
  #newsletter form p {
    font-size: 1.125rem;
  }
}
#newsletter form .col {
  margin-bottom: 40px;
}
#newsletter form .col .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #000000;
  height: 50px;
  font-family: "TT Norms", sans-serif;
  letter-spacing: 0.2px;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  padding: 0;
}
#newsletter form .col .ipt:focus {
  outline: none;
}
#newsletter form .col .ipt::-moz-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1; /* Firefox */
}
#newsletter form .col .ipt::placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1; /* Firefox */
}
#newsletter form .col .ipt::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000000;
}
#newsletter form .checks {
  display: block;
  margin-bottom: 50px;
}
#newsletter form .checks input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#newsletter 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;
}
#newsletter 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;
}
#newsletter 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;
}
#newsletter 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;
}
#newsletter form .checks label a:hover {
  color: #000000;
}
#newsletter form .checks input:checked + label::before {
  background-color: transparent;
}
#newsletter form .checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
#newsletter form .btn {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}

footer {
  background: url(../img/bg-verde.jpg) no-repeat center/cover;
  padding: 100px 0 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  footer {
    padding: 80px 0 0;
  }
}
footer .brisea {
  margin: 0 auto 18px;
  display: block;
}
footer address {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 80px;
}
@media (max-width: 574.98px) {
  footer address {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
footer h3 {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
footer .somattos {
  display: block;
  margin: 0 auto 80px;
}
@media (max-width: 574.98px) {
  footer .somattos {
    margin: 0 auto 60px;
  }
}
footer .legal {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.2px;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  footer .legal {
    margin-bottom: 80px;
  }
}
footer .assinatura {
  background-color: #3e5b52;
  padding: 34px 0 130px;
}
@media (max-width: 574.98px) {
  footer .assinatura {
    padding-bottom: 80px;
  }
}
footer .assinatura p {
  color: #ffffff;
  font-family: "TT Norms", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  footer .assinatura p {
    font-size: 0.75rem;
  }
}
footer .assinatura p a {
  color: #ffffff;
}
footer .assinatura p a:hover {
  text-decoration: underline;
}

.faixa-contato {
  background: rgba(255, 255, 255, 0.15);
  background-blend-mode: hard-light;
  box-shadow: 0px 0px 22px 0px rgba(242, 242, 242, 0.5) inset, 0px 0px 0px 1px #999 inset, 2px 2px 1px -2px #b3b3b3 inset, -2px -2px 1px -2px #b3b3b3 inset, 3px 3px 0px -3px rgba(0, 0, 0, 0.5) inset;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  border-radius: 50px;
  padding: 6px;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 24px;
  overflow: hidden;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .faixa-contato {
    padding: 3px;
  }
}
.faixa-contato .btn-fone {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 6px;
  height: 55px;
  width: 155px;
  color: #444;
  font-family: "TT Norms", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
  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-fone img {
  width: 43px;
}
@media (max-width: 767.98px) {
  .faixa-contato .btn-fone {
    height: 44px;
    width: 138px;
    border-radius: 22px;
    font-size: 1rem;
    gap: 10px;
    padding: 0 5px;
  }
  .faixa-contato .btn-fone img {
    width: 34px;
  }
}
.faixa-contato .btn-fone:hover {
  background-color: rgba(62, 91, 82, 0.8);
  color: #ffffff;
}
.faixa-contato .btn-email {
  background-color: #3e5b52;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  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) {
  .faixa-contato .btn-email {
    height: 44px;
    width: 44px;
  }
}
@media (max-width: 767.98px) {
  .faixa-contato .btn-email svg {
    width: 24px;
  }
}
.faixa-contato .btn-email 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;
}
.faixa-contato .btn-email:hover {
  background-color: #ffffff;
  color: #3e5b52;
}
.faixa-contato .btn-email:hover svg path {
  fill: #3e5b52;
}

.whatsapp {
  display: block;
  position: fixed;
  bottom: 0;
  right: 10px;
  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) {
  .whatsapp {
    bottom: 7px;
    right: 5px;
  }
  .whatsapp img {
    width: 64px;
  }
}
.whatsapp:hover {
  transform: scale(0.9);
}
@media (max-width: 767.98px) {
  .whatsapp:hover {
    transform: scale(1.1);
  }
}

#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 {
  background: #ffffff url(../img/Rectangle-modal.png) no-repeat right top/auto 100%;
  padding: 100px 50px 50px 90px;
  max-width: 1000px;
  width: 90%;
}
@media (max-width: 991.98px) {
  #modalSucesso .modal-content,
  #modalErro .modal-content {
    background-image: url(../img/Rectangle-modal-mobile.png);
    padding: 50px 30px;
  }
  #modalSucesso .modal-content .col-50,
  #modalErro .modal-content .col-50 {
    width: 100%;
  }
}
#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: #3e5b52;
  font-family: "TT Norms", sans-serif;
  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: #3e5b52;
  font-family: "TT Norms", sans-serif;
  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: 340px;
  margin: 30px 0 0 auto;
}
@media (max-width: 991.98px) {
  #modalSucesso .modal-content .img-fluid,
  #modalErro .modal-content .img-fluid {
    display: none;
  }
}
#modalSucesso .modal-content .btn,
#modalErro .modal-content .btn {
  margin: 0;
  min-width: 180px;
}

.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-30 {
    width: 100%;
  }
}
.modal-form .modal-content h3 {
  color: #2f302a;
  font-family: "TT Norms", sans-serif;
  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;
    text-align: center;
  }
}
.modal-form .modal-content img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .modal-form .modal-content img {
    margin: 0 auto 32px;
    width: 200px;
  }
}
.modal-form .modal-content .campo {
  position: relative;
  margin-bottom: 15px;
}
.modal-form .modal-content .campo label {
  color: #3e5b52;
  font-family: "TT Norms", 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: #3e5b52;
  width: 100%;
  height: 40px;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  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-family: "TT Norms", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #3e5b52;
}
.modal-form .modal-content .campo.checks label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #3e5b52;
  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 #3e5b52;
  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: #3e5b52;
  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;
  width: 100%;
}
@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: #3e5b52;
  font-family: "TT Norms", sans-serif;
  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: #3e5b52;
  font-family: "TT Norms", sans-serif;
  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;
  }
}

#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 h1 {
  color: #3e5b52;
  font-family: "TT Norms", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #modalPolitica .modal-content h1 {
    font-size: 1.5rem;
  }
}
#modalPolitica .modal-content h2 {
  color: #3e5b52;
  font-family: "TT Norms", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #modalPolitica .modal-content h2 {
    font-size: 1.25rem;
  }
}
#modalPolitica .modal-content p {
  color: #000000;
  font-family: "TT Norms", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.2px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #modalPolitica .modal-content p {
    font-size: 1rem;
  }
}
#modalPolitica .modal-content p a {
  color: #3e5b52;
}

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