@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  overflow-x: hidden !important;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
}

img,
canvas {
  pointer-events: none;
  image-rendering: smooth;
  user-select: none;
}

h1 {
  font-size: 80px;
  font-weight: 700;
  color: #877960;
}

h2 {
  font-size: 40px;
  font-weight: 500;
  color: #a68850;
}

h3 {
  font-size: 40px;
  font-weight: 400;
  color: #b6c9e1;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
}

span {
  color: #988c76;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 15px;
}

p {
  font-size: 18px;
  font-weight: 300;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 600;
}

/* Universais */
.titulo {
  font-weight: 600;
}

.borda-b-b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.borda-b-b-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.seta {
  margin-bottom: -30px;
  width: 56px !important ;
}

.btninova {
  font-weight: 300;
  letter-spacing: 1px;
  padding: 13px 45px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.308);
  color: #6f6f6f;
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.btninova:hover {
  transform: scale(1.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 79px -13px rgba(0, 0, 0, 0.2);
}

.btninova-2 {
  font-weight: 300;
  letter-spacing: 1px;
  padding: 13px 45px;
  border-radius: 8px;
  background-color: #a68850;
  color: #ffefd2;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.2s;
}

.btninova-2:hover {
  color: #ffefd2;
  background-color: #81693b;
  transform: scale(1.05);
  box-shadow: 0px 0px 79px -13px rgba(0, 0, 0, 0.2);
}

.btninova-3 {
  font-weight: 300;
  letter-spacing: 1px;
  padding: 13px 45px;
  border-radius: 8px;
  background: #53667c;
  color: #fffdf9;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.2s;
}

.btninova-3:hover {
  color: #fffdf9;
  background: #344252;
  transform: scale(1.05);
  box-shadow: 0px 0px 79px -13px rgba(0, 0, 0, 0.2);
}

/* Nav */
.navbar {
  font-weight: 400;
  color: var(--preto);
  margin-bottom: -230px;
}

.navbar a:hover {
  border-bottom: 1px solid var(--dourado);
}

/* section-01 */
.section-1 {
  background: url("../assets/banners/hero.png") center / cover no-repeat;
  padding: 230px 0 0;
}

.section-1 img {
  width: 120%;
}

/* section-02 */
.section-2 {
  padding: 50px 0;
  background-color: #fffaf0;
}

.section-2 p {
  color: #a89c86;
}

/* section-03 */
.section-3 {
  padding: 50px 0 250px;
  background: #f0e9db;
}

.caixa {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 50px;
  color: #ffefd2;
  border-radius: 8px;
  box-shadow: 0px 4px 72.8px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s;
}

.caixa:hover {
  transform: scale(1.03);
}

.caixa h2 {
  color: #ffefd2;
  line-height: 30px;
}

.caixa p {
  font-weight: 200;
}

/* section-04 */
.section-4 {
  padding: 50px 0;
  background: #091a39;
}

.card-1 {
  margin-top: -250px;
}

.card-2,
.card-2 h2 {
  margin: 50px 0 0 250px;
  color: rgba(204, 228, 255, 0.58);
}

.solucoes {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #2f405b;
  box-shadow: 0px 4px 72.8px 0px rgba(0, 0, 0, 0.25);
  color: #b6c9e1;
}

/* section-05 */
.section-5 {
  color: #b6c9e1;
  margin-top: -150px;
  padding: 150px 0;
  background: url("../assets/banners/imoveis.png") center / cover no-repeat;
}

/* section-06 */
.section-6 {
  color: #8b8b8b;
  padding: 50px 0;
  background: #ffffff;
}

.box-cta {
  padding: 50px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.05);
}

/* Rodapé */
footer {
  padding-top: 50px;
  background-color: #d9d9d9;
}

.footer p {
  font-size: 18px;
  line-height: 28px;
  color: #787878;
  font-weight: 400;
}

.dev {
  margin-top: 30px;
  background-color: #1b1b1b;
}

.dev a {
  color: #5a5a5a !important;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dev img {
  width: 15px;
}
