* {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

nav {
  margin: 20px 20px;
  align-items: center;
  justify-content: space-between;
}

#nav-menu ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

.nav-menu-item {
  color: #7a7a7a;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 10px;
  margin-right: 10px;
}

.nav-menu-item:hover {
  padding-bottom: 5px;
  color: #0143eb;
  border-bottom: 1px solid #007cde;
}

#logo {
  width: 250px;
}

#banner {
  background-image: url("./assets/slider.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

#banner img,
#reclame img {
  width: 100%;
}

#banner_item {
  color: #fff;
  width: 24em;
  margin-left: 4em;
  line-height: 2;
  cursor: default;
}

.button {
  font-weight: bold;
  border: 2px solid transparent;
  background-color: #0035ac;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
}

.button:hover {
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #0035ac;
  color: #0035ac;
}

span {
  color: #00f0ff;
  font-weight: bold;
}

#reclame>h2 {
  margin: 50px 0;
  text-align: center;
  color: #0535a0;
  font-weight: bold;
  font-size: 2.5rem;
  cursor: default;
}

#reclame-container {
  background-image: url("./assets/sobre.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  border-radius: 10px;
}

#cont1,
#cont2 {
  width: 50%;
  height: 100px;
}

#reclame-container-items {
  width: 36em;
  height: 800px;
  align-self: center;
  cursor: default;
}

#reclame-container-items p {
  padding: 5px 0;
  margin: 15px 0;
  cursor: default;
}

#reclame-container-items a {
  margin-top: 10px;
  width: 250px;
}

#reclame span {
  color: #006fe6;
}

#ajuda {
  margin: 50px 0;
  text-align: center;
  color: #0535a0;
}

#ajuda p {
  font-size: 1.2rem;
  cursor: default;
}

#ajuda h3 {
  font-weight: bold;
  cursor: default;
}

#duvidas {
  width: 100%;
}

#section-duvidas {
  background: rgb(6, 63, 168);
  background: linear-gradient(135deg, rgba(6, 63, 168, 1) 0%, rgba(18, 140, 223, 1) 100%);
  display: flex;
  border-radius: 10px;
}

#section-duvidas-left {
  margin-top: 1em;
}

#section-duvidas-left img {
  width: 30em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 1em;
}

.card-body {
  cursor: default;
}

footer {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer img {
  width: 100px;
  margin-right: 1em;
}

footer p {
  margin: 0;
  cursor: default;
}
