html, body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.dark {
    background-color: black!important;
    min-height: 80px;
}
.nav-link{
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: -0.45px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 4px;
    padding-bottom: 4px;
}
.titles {
    font-size: 42px;
    font-weight: 600;
    color: #000000;
}
.container {
    max-width: 1140px!important;
}
.text-content {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
}
.p-20 {
    padding: 20px;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.hero-section .hero-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000042; /* 👈 apenas sobre a imagem */
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* 👈 acima do overlay */
  color: #fff;
  padding: 20px;
  max-width: 800px;
}

.hero-content .titles {
  font-weight: bold;
  font-size: 3rem;
}

.hero-content p {
    color: #FFFFFF;
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 30px 0px;
}
.hero-content .titles {
    color: #FFFFFF;
    font-family: "Rubik", Sans-serif;
    font-size: 62px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
}
.border-bottom {
    border-bottom-width: 1px!important;
    border-bottom-style: solid!important;
    border-bottom-color: #000000!important
}
.btn-dark{
    background-color: #000000!important;
}
.footer {
    min-height: 180px;
}
.dark-footer {
    background-color: #000000!important;
}
.white-footer {
    background-color: #fff!important;
}

.grey-background {
    background-color:#F8F8F8;
}