@import "./style/components/index.css";
@import "./style/sections/index.css";
html {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}
a {
  font-family: Sofia Sans, sans-serif;
  font-size: 1rem;
  color: black;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 70%;
}
a:hover {
  opacity: 100%;
}
h1 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0;
}
h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
}
h3 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}
h4 {
  font-weight: 500;
  font-size: 1.2rem;
}
button {
  font-family: Sofia Sans, sans-serif;
  padding: 1em;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 70%;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
}
button:hover {
  opacity: 100%;
}
button:focus {
  opacity: 100%;
}
body {
  padding: 0;
  margin: 0;
}
main {
  margin-top: 4em;
  padding: 1em 0;
  padding-bottom: 0;
}
main > section {
  padding: 8em 1em;
}
header {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0.5em;
  z-index: 800;
}
header .container {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: space-between;
}
.color-brand {
  background: #058cdf;
  color: white;
}
.color-white {
  background: white;
}
#logo {
  max-height: 48px;
}
.heading {
  padding: 0.5em;
  display: flex;
  flex-direction: column;
}
.description {
  margin: 0.5em 0;
  padding: 1em;
}
p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
td {
  padding: 0.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#prices td,
tr.active {
  background: #058cdf;
  color: white;
}
.container {
  padding: 1em;
  margin: auto;
  max-width: 1200px;
}
#hamburger {
  flex-direction: column;
  gap: 0.5em;
  width: fit-content;
}
.line {
  min-width: 24px;
  padding: 0.1em;
  background: black;
}
#map {
  display: flex;
  margin: 0;
  padding: 0;
}
