@charset "UTF-8";

/* Cores */
:root {
  --clarinho: #BBD5F0;
  --escuro: #515376;
  --azul: #507EE4;
  --cinza: #83848D;
}

header h1 {
  font-weight: 700;
}

body {
  background-color: var(--clarinho);
  font-family: 'Open+Sans', sans-serif;
}

nav {
  height: 70px;
  border-radius: 30px;
  background-color: var(--azul);
  margin: 10px 0px 10px 0px;
}

.navbar li {
  list-style-type: none;
}

ul li {
  padding: 5px 10px;
}

ul li a:hover {
  background-color: var(--cinza);
  border-radius: 30px;
}

.offcanvas-body,.offcanvas-header{
  color: white;
  background-color: var(--azul);
}

p {
  color: black;
  text-align: justify;
  text-align: left;
}

h1 {
  font-family: 'Open+Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  padding-top: 15px;
}

h2 {
  font-family: 'Open+Sans', sans-serif;
  font-size: 18px;
  text-align: left;
}

.resultados {
  margin-top: 15px;
  text-align: center;
  border: solid 2px var(--azul);
  border-radius: 30px;
}

img {
  border-radius: 30px;
}

button {
  width: 400px;
  border: solid 2px var(--escuro);
  border-radius: 30px;
  padding: 15px;
  background-color: white;
  margin: 15px;
}

.card {
  border: solid 2px var(--escuro);
  border-radius: 30px;
  padding: 15px;
  margin-top: 15px;
}

footer {
  background-color: var(--azul);
  color: white;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
}
