body {
    scroll-behavior: smooth;
    background-color: #002D62;
}
.hero {
    background-color: #f8f9fa;
    text-align: center;
    padding: 100px 20px;
}
.section {
    padding: 50px 20px;
}
footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.navbar {
    background-color: #001631;
}
.logo-navbar {
  height: 50px; /* ajusta conforme a tua navbar */
  width: auto;
  filter: invert(1);
}
.nav-link {
    color: #fff !important;
}
.navbar-toggler {
  border: none; /* remove a borda do botão */
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); /* brilho branco suave no foco */
}
.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.hero {
  position: relative;
  height: 100vh;
  background-image: url('/images/farol_hero2.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 50px;
  overflow: hidden;
}

.hero .container {
  position: absolute;
    top: auto;
    left: 15vw;
    margin: 0 auto;
    text-align: center;
  max-width: 600px;
}

/* Responsivo: centra em ecrãs pequenos */
@media (max-width: 860px) {
  .hero .container {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
  }
}

.btn-custom {
    background-color: #FEC13A;
    color: #000;
}
.btn-custom:hover {
    background-color: #333;
    color: #fff;
}
.text-justify {
    text-align: justify;
}
.wave-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}

.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.wave-bottom svg {
  display: block;
  width: 100%;
  height: 80px;
}

#sobre {
  background-color: #399FDC; /* substitui pela cor que quiseres */
  /* background-color: #237EB4; substitui pela cor que quiseres */
  position: relative;
  color: #000;
  padding-bottom: 120px; /* espaço para a onda */
}

#marcacoes {
  background-color: #1C77B4; /* substitui pela cor que quiseres */
  position: relative;
  color: #000;
  padding-bottom: 120px; /* espaço para a onda */
}

#contactos {
  background-color: #00518F; /* substitui pela cor que quiseres */
  position: relative;
  color: #fff;
  padding-bottom: 120px; /* espaço para a onda */
}
.info-bloco {
  background-color: rgba(255, 255, 255, 0.458);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
}
.iti {
  width: 100%;
}
#contactos h2 {
  margin-bottom: 3rem; /* ou o valor que quiseres */
}
a {
  color: white;
}