body {
  font-family: "Poppins", sans-serif;
  background: #f5f6f8;
  color: #0b2447;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}

/* NAVBAR */
.navbar {
  background: #0b2447;
}

.navbar a {
  color: #fff !important;
}

.btn-gold {
  background: #c9a227;
  color: #fff;
  font-weight: 600;
}

.btn-gold:hover {
  background: #b8961d;
}

/* Inicio HERO */
.hero {
  background:
    linear-gradient(rgba(11, 36, 71, 0.88), rgba(11, 36, 71, 0.96)),
    url("https://images.unsplash.com/photo-1497366216548-37526070297c");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* PARALLAX */
}
.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.hero h1 {
  font-size: 2.8rem;
  color: whitesmoke;
}

.hero p {
  max-width: 700px;
  margin: auto;
  color: whitesmoke;
}

@media (max-width: 768px) {
  .hero {
    background-attachment: scroll;
  }
}

/* Hero FIM */

.badge-custom {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 14px;
  margin: 5px;
}

/* SECTIONS */
section {
  padding: 80px 0;
}

/* ACCORDION */
.accordion-button {
  background: #0b2447;
  color: #fff;
}

.accordion-body {
  background: #fff;
}

/* CARDS */
.card-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.card-box:hover {
  transform: translateY(-6px);
}

/* DIFERENCIAIS */
.lista-check li {
  margin-bottom: 10px;
}

/* FOOTER */
footer {
  background: #0b2447;
  color: #fff;
  padding: 40px 0;
}

.img-logo {
  max-width: 100px;
  max-height: 100px;
  width: 70px;
  height: 70px;
}

.logo-link .img-logo-head {
  width: 50px !important;
  height: 50px !important;
  max-width: 60px !important;
  max-height: 60px !important;
}
