@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "ZalandoSansExpanded";
  src: url("../fonts/ZalandoSansExpanded-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZalandoSansExpanded";
  src: url("../fonts/ZalandoSansExpanded-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ZalandoSansSemiExpanded";
  src: url("../fonts/ZalandoSansSemiExpanded-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZalandoSansSemiExpanded";
  src: url("../fonts/ZalandoSansSemiExpanded-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}
.sequel-black {
  font-family: "Sequel100Black", "Montserrat", sans-serif !important;
  text-transform: uppercase;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}

.container-secondary {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

.container-xl {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}

.container-wide {
  margin: 0 auto;
  max-width: 95%;
  padding: 0 2.5%;
}

.container-full {
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container-full {
    padding: 0 20px;
  }
}

.container-narrow {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  margin-bottom: 20px;
}

@media screen and (min-width: 490px) {
  .container {
    padding: 0 40px;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    flex: 0 0 auto;
  }
  .span1 {
    flex-basis: 6.2056333%;
    margin-left: 2.1277%;
    max-width: 6.2056333%;
  }
  .offset1 {
    margin-left: 10.4610333%;
  }
  .span2 {
    flex-basis: 14.5389666%;
    margin-left: 2.1277%;
    max-width: 14.5389666%;
  }
  .offset2 {
    margin-left: 18.7943666%;
  }
  .span3 {
    flex-basis: 22.8722999%;
    margin-left: 2.1277%;
    max-width: 22.8722999%;
  }
  .offset3 {
    margin-left: 27.1276999%;
  }
  .span4 {
    flex-basis: 31.2056332%;
    margin-left: 2.1277%;
    max-width: 31.2056332%;
  }
  .offset4 {
    margin-left: 35.4610332%;
  }
  .span5 {
    flex-basis: 39.5389665%;
    margin-left: 2.1277%;
    max-width: 39.5389665%;
  }
  .offset5 {
    margin-left: 43.7943665%;
  }
  .span6 {
    flex-basis: 47.8722998%;
    margin-left: 2.1277%;
    max-width: 47.8722998%;
  }
  .offset6 {
    margin-left: 52.1276998%;
  }
  .span7 {
    flex-basis: 56.2056331%;
    margin-left: 2.1277%;
    max-width: 56.2056331%;
  }
  .offset7 {
    margin-left: 60.4610331%;
  }
  .span8 {
    flex-basis: 64.5389664%;
    margin-left: 2.1277%;
    max-width: 64.5389664%;
  }
  .offset8 {
    margin-left: 68.7943664%;
  }
  .span9 {
    flex-basis: 72.8722997%;
    margin-left: 2.1277%;
    max-width: 72.8722997%;
  }
  .offset9 {
    margin-left: 77.1276997%;
  }
  .span10 {
    flex-basis: 81.205633%;
    margin-left: 2.1277%;
    max-width: 81.205633%;
  }
  .offset10 {
    margin-left: 85.461033%;
  }
  .span11 {
    flex-basis: 89.5389663%;
    margin-left: 2.1277%;
    max-width: 89.5389663%;
  }
  .offset11 {
    margin-left: 93.7943663%;
  }
  .span12 {
    flex-basis: 97.8722996%;
    margin-left: 2.1277%;
    max-width: 97.8722996%;
  }
  .offset12 {
    margin-left: 102.1276996%;
  }
}
body {
  font-family: "ZalandoSansSemiExpanded", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  background-color: #ffffff;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

blockquote {
  border-left: 2px solid #f5c115;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0;
  padding-left: 25px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "ZalandoSansExpanded", "ZalandoSansSemiExpanded", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333333;
  margin: 0 0 1rem 0;
}

h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.text-secondary {
  color: #636363;
}

.text-small {
  font-size: 14px;
  line-height: 1.4;
}

img,
video,
audio,
iframe,
object {
  max-width: 100%;
}

table {
  width: 100%;
}
table th,
table td {
  padding: 5px;
  text-align: left;
}
table th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

* {
  box-sizing: border-box !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 1000;
  background-color: #ffffff;
  transition: padding 0.3s ease;
}

.header.scrolled {
  padding: 25px 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  order: 1;
}

.nav-logo img {
  height: auto;
  width: auto;
  max-width: 220px;
  min-width: 120px;
}

.nav-toggle {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 10px 15px !important;
  gap: 0 !important;
  order: 2;
  margin-left: auto;
  font-size: 28px;
  color: #4d4d4d;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 50px;
  height: 50px;
  visibility: visible;
}

.nav-toggle:hover {
  color: #344690;
  transform: scale(1.15);
  background: none !important;
}

.nav-toggle:active {
  background: none !important;
}

.nav-toggle.active {
  color: #344690;
  transform: rotate(90deg);
  background: none !important;
}

.nav-toggle:focus {
  outline: none !important;
  background: none !important;
}

.nav-toggle:focus-visible {
  outline: 2px solid #344690 !important;
  outline-offset: 2px;
  background: none !important;
}

.nav-toggle i {
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nav-toggle.active i::before {
  content: "\f00d";
}

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  order: 3;
}

.nav-links a {
  font-size: 15px;
  font-weight: 600;
  color: #4d4d4d;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "ZalandoSansExpanded", "ZalandoSansSemiExpanded", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.nav-links a:hover {
  color: #344690;
}

@media (min-width: 901px) {
  .nav-toggle {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .nav {
    position: relative;
    justify-content: space-between;
  }
  .nav-logo img {
    max-width: 180px;
    min-width: 140px;
  }
  .nav-toggle {
    display: flex !important;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    order: unset;
    will-change: max-height, padding;
  }
  .nav-links.active {
    max-height: 600px;
    padding: 20px 0;
  }
  .nav-links li {
    padding: 0;
  }
  .nav-links a {
    display: block;
    padding: 16px 25px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    font-weight: 500;
  }
  .nav-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background-color: #344690;
    transition: height 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .nav-links a:hover {
    background-color: #f8f8f8;
    color: #344690;
    padding-left: 30px;
  }
  .nav-links a:hover::before {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .nav-logo img {
    max-width: 160px;
    min-width: 130px;
  }
}
@media (max-width: 600px) {
  .nav-logo img {
    max-width: 150px;
    min-width: 120px;
  }
}
@media (max-width: 480px) {
  .nav-logo img {
    max-width: 140px;
    min-width: 110px;
  }
}
.hero {
  position: relative;
  height: 930px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 150px;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.64);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
}

.hero-content h1 {
  color: #ffffff;
  line-height: 1.2;
}

.hero-content h1 strong {
  font-weight: 900;
}

.vetor {
  position: absolute;
  z-index: -1;
  width: auto;
  height: auto;
}

.vetor-1 {
  left: 0;
  top: 290px;
}

.vetor-2 {
  right: 0;
  top: 385px;
}

.vetor-3 {
  left: 0;
  top: 100px;
}

.vetor-4 {
  right: 0;
  top: 90px;
}

.vetor-5 {
  left: 0;
  bottom: 0;
}

.sobre {
  padding: 80px 0;
  position: relative;
}

.sobre-wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 160px 0 100px;
}

.sobre-left {
  flex: 0 0 40%;
  max-width: 300px;
}

.sobre-path {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.sobre-left h3 {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 400;
  max-width: 185px;
}

.sobre-right {
  flex: 1;
  max-width: 640px;
  margin-right: 120px;
  position: relative;
}

.sobre-card {
  padding: 100px;
  background-color: #f5f5f5;
  max-width: 640px;
  position: relative;
  z-index: 2;
}

.sobre-about {
  position: absolute;
  bottom: 0;
  right: 100%;
  height: auto;
  display: block;
}

.sobre-element {
  position: absolute;
  top: -160px;
  right: -160px;
  height: auto;
  display: block;
  z-index: 1;
}

.sobre-card p {
  margin-bottom: 20px;
}

.sobre-card p:last-child {
  margin-bottom: 0;
}

.empreendimentos {
  padding: 80px 0;
}

.empreendimentos-path {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.empreendimentos h3 {
  margin-bottom: 50px;
  font-weight: 400;
}

.empreendimentos-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  align-items: stretch;
}

.empreendimentos-img {
  flex: 1;
  width: 100%;
  min-width: 280px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.projetos {
  padding: 120px 0 80px 0;
  background: linear-gradient(180deg, #f1f1f1 59.79%, #fff 63.95%);
}

.projetos-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.projetos-header h3 {
  flex: 0 0 50%;
  margin-bottom: 0;
  font-weight: 400;
}

.projetos-header p {
  flex: 1;
  max-width: 640px;
}

.projetos-portfolio {
  margin-top: 60px;
}

.projetos-scroll {
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.projetos-scroll::-webkit-scrollbar {
  display: none;
}

.projetos-column {
  flex: 0 0 auto;
  width: 384px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.projetos-image {
  width: 100%;
  height: 384px;
  object-fit: cover;
  display: block;
}

.projetos-card {
  padding: 85px 65px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 384px;
  position: relative;
}

.projetos-card-separator {
  width: 54px;
  height: 33px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: 0;
}

.projetos-column:nth-child(even) .projetos-card-separator {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transform: rotate(180deg);
}

.projetos-card h4 {
  color: #ffffff;
  margin-bottom: 20px;
}

.projetos-card p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}

.projetos-card-red {
  background-color: #99101c;
}

.projetos-card-blue {
  background-color: #344690;
}

.projetos-scrollbar-container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.projetos-scrollbar {
  width: 80%;
  height: 12px;
  background-color: #e6e6e6;
  border-radius: 20px;
  position: relative;
}

.projetos-scrollbar-thumb {
  height: 100%;
  background-color: #666666;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.investimento {
  padding: 80px 0 140px;
  position: relative;
}

.investimento-path {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.investimento h3 {
  margin-bottom: 50px;
  font-weight: 400;
}

.investimento-card {
  display: flex;
  width: 1280px;
  height: 384px;
  background-color: #f1f1f1;
  position: relative;
}

.investimento-symbol {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  display: block;
}

.investimento-left {
  flex: 0 0 640px;
  padding: 130px 110px;
  display: flex;
  align-items: center;
}

.investimento-left p {
  font-size: 15px;
  color: #333333;
  margin: 0;
}

.investimento-right {
  flex: 1;
  width: 640px;
  height: 384px;
  overflow: hidden;
}

.investimento-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mercados {
  padding: 140px 0;
  position: relative;
}

.mercados-path {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.mercados h3 {
  margin-bottom: 85px;
  font-weight: 400;
}

.mercados-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.mercados-card {
  flex: 0 0 480px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.mercados-image {
  width: 100%;
  height: 400px;
  flex: 0 0 auto;
  object-fit: cover;
  display: block;
}

.mercados-text {
  padding: 60px 90px;
  background-color: #ffffff;
}

.mercados-text h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 400;
}

.mercados-text p {
  font-size: 15px;
  color: #333333;
  margin: 0;
}

.mercados-card:nth-child(1) .mercados-text {
  background-color: #4d4d4d;
}

.mercados-card:nth-child(2) .mercados-text {
  background-color: #999999;
}

.mercados-card:nth-child(3) .mercados-text {
  background-color: #4d4d4d;
}

.mercados-card .mercados-text h4,
.mercados-card .mercados-text p {
  color: #ffffff;
}

.vantagens {
  padding: 80px 40px 140px;
  position: relative;
}

.vantagens .container {
  padding: 0;
}

.vantagens-path {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.vantagens h3 {
  margin-bottom: 50px;
  font-weight: 400;
}

.vantagens-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 33px;
}

.vantagens-btn {
  text-align: center;
  padding: 25px 50px;
  width: 230px;
  background-color: #cccccc;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  font-family: inherit;
  transition: all 0.3s ease;
  position: relative;
}

.vantagens-btn-indicator {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: auto;
  height: auto;
  visibility: hidden;
  display: block;
}

.vantagens-btn.active .vantagens-btn-indicator {
  visibility: visible;
}

.vantagens-btn.active {
  background-color: #808080;
  color: #ffffff;
}

.vantagens-card {
  justify-content: space-between;
  display: flex;
  gap: 60px;
  width: 1280px;
  background-color: #f1f1f1;
  padding: 60px;
}

.vantagens-left {
  flex: 0 0 560px;
}

.vantagens-text {
  font-size: 15px;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  max-width: 560px;
}

.vantagens-right {
  display: flex;
  gap: 50px;
  flex: 0 0 auto;
}

.vantagens-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
}

.relacionamento {
  padding: 140px 0 80px;
}

.relacionamento-path {
  width: 100%;
  max-width: 80px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.relacionamento h3 {
  margin-bottom: 50px;
  font-weight: 400;
}

.relacionamento-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.relacionamento-card {
  flex: 0 0 320px;
}

.relacionamento-image {
  width: 320px;
  height: 320px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

.relacionamento-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 400;
}

.relacionamento-card p {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 1.6;
}

.footer {
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 0;
  height: 560px;
  display: flex;
  align-items: center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.footer h2 {
  font-size: 50px;
  max-width: 100%;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}

.footer-image {
  width: auto;
  height: auto;
  display: block;
}

.footer-contact {
  padding: 80px 0;
  position: relative;
}

.footer-contact-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-contact-col {
  flex: 0 0 auto;
  width: fit-content;
}

.footer-contact-logo {
  width: auto;
  height: auto;
  display: block;
  margin-top: 50px;
}

.footer-contact-wpp-icon {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.footer-contact-wpp {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.footer-contact-col h3 {
  margin-bottom: 20px;
  color: #999999;
  font-weight: 400;
}

.footer-contact-col h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 400;
}

.footer-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contact-input,
.footer-contact-textarea {
  padding: 12px 15px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  color: #333333;
  border-radius: 5px;
}

.footer-contact-input-full {
  width: 425px;
}

.footer-contact-row {
  display: flex;
  gap: 15px;
}

.footer-contact-input-half {
  width: 205px;
}

.footer-contact-textarea {
  resize: vertical;
  min-height: 100px;
  width: 425px;
}

.footer-contact-btn {
  padding: 12px 30px;
  background-color: #333333;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-family: inherit;
  font-weight: 400;
  transition: all 0.3s ease;
  width: fit-content;
}

.footer-contact-btn:hover {
  background-color: #555555;
}

.footer-contact-phone {
  font-size: 20px;
  color: #333333;
  margin: 0;
  font-weight: 400;
}

.footer-contact-email {
  font-size: 15px;
  color: #333333;
  margin: 0;
}

.footer-contact-address {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 30px 0;
  }
  .header.scrolled {
    padding: 15px 0;
  }
}
@media screen and (max-width: 900px) {
  .header {
    padding: 20px 0;
  }
  .header.scrolled {
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px 0;
  }
  .header.scrolled {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    height: 700px;
    margin-top: 120px;
  }
  .hero-content {
    max-width: 600px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 500px;
    margin-top: 80px;
  }
  .hero-content {
    max-width: 90%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    height: 400px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .container,
  .container-secondary,
  .container-xl {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .container,
  .container-secondary,
  .container-xl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .container,
  .container-secondary,
  .container-xl {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .vetor {
    width: 80%;
    height: auto;
  }
  .vetor-1 {
    top: 200px;
  }
  .vetor-2 {
    top: 250px;
  }
  .vetor-3 {
    top: 50px;
  }
  .vetor-4 {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .vetor {
    width: 60%;
    height: auto;
  }
  .vetor-1 {
    top: 150px;
  }
  .vetor-2 {
    top: 180px;
  }
  .vetor-3 {
    top: 30px;
  }
  .vetor-4 {
    top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .vetor {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sobre {
    padding: 60px 0;
  }
  .sobre-wrapper {
    gap: 30px;
    margin: 80px 0 60px;
  }
  .sobre-right {
    margin-right: 60px;
  }
  .sobre-card {
    padding: 60px;
  }
  .sobre-element {
    top: -100px;
    right: -100px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sobre {
    padding: 40px 0;
  }
  .sobre-wrapper {
    flex-direction: column;
    gap: 40px;
    margin: 60px 0 40px;
  }
  .sobre-left {
    flex: none;
    max-width: 100%;
  }
  .sobre-right {
    margin-right: 0;
    max-width: 100%;
  }
  .sobre-card {
    padding: 40px;
    max-width: 100%;
  }
  .sobre-about {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .sobre-element {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .empreendimentos {
    padding: 60px 0;
  }
  .empreendimentos h3 {
    margin-bottom: 40px;
  }
  .empreendimentos-grid {
    gap: 30px;
  }
  .empreendimentos-img {
    min-width: 250px;
  }
}
@media screen and (max-width: 900px) {
  .empreendimentos {
    padding: 50px 0;
  }
  .empreendimentos h3 {
    margin-bottom: 35px;
  }
  .empreendimentos-grid {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .empreendimentos-img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .empreendimentos {
    padding: 40px 0;
  }
  .empreendimentos h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .empreendimentos-grid {
    flex-direction: column;
    gap: 20px;
  }
  .empreendimentos-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .empreendimentos {
    padding: 30px 0;
  }
  .empreendimentos h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .empreendimentos-img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .projetos {
    padding: 80px 0 60px 0;
  }
  .projetos-header {
    flex-direction: column;
    gap: 30px;
  }
  .projetos-header h3,
  .projetos-header p {
    flex: none;
    max-width: 100%;
  }
  .projetos-column {
    width: 320px;
  }
  .projetos-image {
    height: 320px;
  }
  .projetos-card {
    height: 320px;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .projetos {
    padding: 60px 0 40px 0;
  }
  .projetos-header {
    gap: 20px;
  }
  .projetos-column {
    width: 280px;
  }
  .projetos-image {
    height: 280px;
  }
  .projetos-card {
    height: 280px;
    padding: 40px 30px;
  }
  .projetos-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .projetos-card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .projetos-column {
    width: 250px;
  }
  .projetos-image {
    height: 250px;
  }
  .projetos-card {
    height: 250px;
    padding: 30px 20px;
  }
  .projetos-card h4 {
    font-size: 16px;
  }
  .projetos-card p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .investimento {
    padding: 60px 0 80px;
  }
  .investimento h3 {
    margin-bottom: 40px;
  }
  .investimento-card {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .investimento-left {
    flex: none;
    padding: 60px 50px;
  }
  .investimento-right {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .investimento {
    padding: 40px 0 60px;
  }
  .investimento h3 {
    margin-bottom: 30px;
  }
  .investimento-left {
    padding: 40px 30px;
  }
  .investimento-right {
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .mercados {
    padding: 80px 0;
  }
  .mercados h3 {
    margin-bottom: 60px;
  }
  .mercados-grid {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .mercados-card {
    flex: none;
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  .mercados-image {
    height: 350px;
  }
  .mercados-text {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .mercados {
    padding: 60px 0;
  }
  .mercados h3 {
    margin-bottom: 40px;
  }
  .mercados-card {
    height: auto;
  }
  .mercados-image {
    height: 300px;
  }
  .mercados-text {
    padding: 30px 40px;
  }
  .mercados-text h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .mercados-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .mercados-card {
    height: auto;
  }
  .mercados-image {
    height: 280px;
  }
  .mercados-text {
    padding: 25px 30px;
  }
  .mercados-text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .vantagens {
    padding: 60px 20px 80px;
  }
  .vantagens h3 {
    margin-bottom: 40px;
  }
  .vantagens-buttons {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .vantagens-btn {
    width: 200px;
    padding: 20px 30px;
    font-size: 18px;
  }
  .vantagens-card {
    width: 100%;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
  }
  .vantagens-left {
    flex: none;
    max-width: 100%;
  }
  .vantagens-right {
    justify-content: center;
    gap: 30px;
  }
  .vantagens-image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .vantagens {
    padding: 40px 15px 60px;
  }
  .vantagens h3 {
    margin-bottom: 30px;
  }
  .vantagens-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .vantagens-btn {
    width: 100%;
    max-width: 300px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .vantagens-card {
    gap: 30px;
    padding: 30px;
  }
  .vantagens-right {
    gap: 20px;
  }
  .vantagens-image {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .vantagens-right {
    flex-direction: column;
    align-items: center;
  }
  .vantagens-image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .relacionamento {
    padding: 80px 0 60px;
  }
  .relacionamento h3 {
    margin-bottom: 40px;
  }
  .relacionamento-grid {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .relacionamento-card {
    flex: none;
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .relacionamento {
    padding: 60px 0 40px;
  }
  .relacionamento h3 {
    margin-bottom: 30px;
  }
  .relacionamento-grid {
    gap: 70px;
  }
  .relacionamento-image {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .relacionamento-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .relacionamento-card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    height: 400px;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .footer h2 {
    font-size: 36px;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    height: 350px;
    padding: 40px 0;
  }
  .footer-content {
    gap: 30px;
  }
  .footer h2 {
    font-size: 28px;
    max-width: 90%;
  }
  .footer-image {
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    height: 300px;
    padding: 30px 0;
  }
  .footer h2 {
    font-size: 24px;
  }
  .footer-image {
    max-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact {
    padding: 60px 0;
  }
  .footer-contact-form {
    align-items: center;
  }
  .footer-contact-grid {
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
  }
  .footer-contact-col {
    width: calc(50% - 20px);
    min-width: 300px;
  }
  .footer-contact-input-full,
  .footer-contact-textarea {
    width: 100%;
  }
  .footer-contact-row {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .footer-contact-input-half {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 40px 0;
  }
  .footer-contact-grid {
    flex-direction: column;
  }
  .footer-contact-col {
    width: 100%;
    text-align: center;
  }
  .footer-contact-logo {
    margin-top: 20px;
    max-width: 300px;
    margin: 30px auto 20px;
  }
  .footer-contact-wpp {
    justify-content: center;
  }
  .footer-contact-col h3 {
    margin-bottom: 15px;
  }
  .footer-contact-col h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .footer-contact-phone {
    font-size: 18px;
  }
  .footer-contact-email,
  .footer-contact-address {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .footer-contact-logo {
    max-width: 120px;
  }
  .footer-contact-col h3 {
    font-size: 16px;
  }
  .footer-contact-col h4 {
    font-size: 16px;
  }
  .footer-contact-phone {
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}

input,
textarea,
select,
button {
  font: inherit;
  border: none;
  outline: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 107%;
}

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

header,
section,
footer,
article,
aside,
nav {
  display: block;
}

@font-face {
  font-family: "Sequel100Black";
  src: url("../fonts/sequel-100-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=main.css.map */
