html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

.title {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #ecf0f1;
  color: #2c3e50;
  width: 100%;
}

.title h1 {
  font-weight: bold;
}

.title p {
  color: #95a5a6;
  padding: 4px;
}

.dicas {
  margin-top: 16px;
  font-size: 0.8rem;
}

.dicas ul li {
  box-shadow: none;
  border: none;
  margin-bottom: 2px;
}

.dicas li {
  display: flex !important;
  flex-direction: row !important;
  gap: 2px;
  align-items: center;
}

.rotas {
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #34495e;
}

.rotas h1 {
  max-width: 300px;
  font-size: 20px;
  border: 2px solid #ecf0f1;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 4px;
}

li div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.get {
  text-transform: uppercase;
  font-size: 14px;
  background-color: #27ae60;
  padding: 6px;
  border-radius: 6px;
  color: #ecf0f1;
}

li a {
  text-decoration: none;
  padding: 4px;
  color: #2980b9;
}
