@media (min-width: 991px) {
  .navbar > ul > li > a:before {
    background-color: #004862 !important;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #004862 !important;
  }
  .fist-titulo {
    line-height: 50px !important;
    font-size: 42px !important;
  }
  .p-titulo {
    font-size: 45px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    color: #00a768 !important;
    line-height: 50px !important;
  }
  .p-titulo-white {
    font-size: 45px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 50px !important;
  }
  #texto-principal {
    font-size: 45px !important;
  }
  #hero {
    width: 100% !important;
    height: 100vh !important;
  }
  .paragrafos {
    font-size: 19px;
    padding-bottom: 30px !important;
  }
}

.btn-book-a-table {
  background-color: #00a768 !important;
}
.hero .btn-watch-video i {
  color: #00a768 !important;
}
.p-titulo {
  font-size: 27px;
  font-family: Poppins, sans-serif !important;
  font-weight: 600 !important;
  color: #00a768 !important;
}
.p-titulo-white {
  font-size: 27px;
  font-family: Poppins, sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}
.fist-titulo {
  line-height: 30px;
}
#texto-principal {
  font-family: Inter;
  font-size: 36px;
  color: #fff118;
  text-align: start;
}

#session-darks {
  background: #013449;
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; /* Coloca o vídeo atrás do conteúdo */
}

.content {
  position: relative;
  z-index: 1; /* Coloca o conteúdo na frente do vídeo */
  text-align: center;
  color: #ffffff; /* Cor do texto */
  padding: 20px;
  background: rgba(
    0,
    0,
    0,
    0.5
  ); /* Fundo semitransparente para melhor legibilidade */
}
.video-img-overlay {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 75%;
  background-image: url("../img/playvideo.png"); /* Substitua 'sua_imagem.jpg' pelo URL da sua imagem */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: 6px;
}

@media (min-width: 991px) {
  .desktop {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}

.form-box {
  max-width: 100%;
  background: #f1f7fe;
  overflow: hidden;
  border-radius: 16px;
  color: #010101;
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 24px 24px;
  gap: 16px;
  text-align: center;
}

/*Form text*/
.title {
  font-weight: bold;
  font-size: 1.6rem;
}

.subtitle {
  font-size: 1rem;
  color: #666;
}

/*Inputs box*/
.form-container {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  margin: 1rem 0 0.5rem;
  width: 100%;
}

.input {
  background: none;
  border: 0;
  outline: 0;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  padding: 8px 15px;
}

.form-section {
  padding: 16px;
  font-size: 0.85rem;
  background-color: #e0ecfb;
  box-shadow: rgb(0 0 0 / 8%) 0 -1px;
}

.form-section a {
  font-weight: bold;
  color: #0066ff;
  transition: color 0.3s ease;
}

.form-section a:hover {
  color: #005ce6;
  text-decoration: underline;
}

/*Button*/
.form button {
  background-color: #0066ff;
  color: #fff;
  border: 0;
  border-radius: 24px;
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form button:hover {
  background-color: #005ce6;
}
.spanVerTodos {
  font-size: 17px;
  padding-bottom: 15px;
  cursor: pointer;
}
.spanVerTodos:hover {
  text-decoration: underline;
}

.footer-links ul li {
  cursor: pointer;
}
