@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,100&display=swap");

:root {
  --yellow: #f5c014;
  --gray: #818181;
  --light-gray: #b4b4b4;
  --dark-gray: #757575;
  --strong-yellow: #fbff00;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  /* display: flex;
    flex-direction: column; */
}

body .index-body {
  background-image: url("../images/hortolandia.jpg");
}

.logo {
  position: relative;
  top: 30px;
  left: 50px;
}

main {
  position: relative;
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
  font-family: "Poppins", sans-serif;
}

.sidebar.open ~ main {
  left: 300px;
  width: calc(100% - 300px);
}

.sidebar.open ~ footer {
  left: 300px;
  width: calc(100% - 300%);
}

main .title {
  position: relative;
  left: 30px;
  top: 30px;
  color: var(--yellow);
  font-size: 20px;
  font-weight: 500;
  margin: 18px;
}

main .title-map {
  position: relative;
  left: 10px;
  top: 30px;
  color: var(--yellow);
  font-size: 20px;
  font-weight: 500;
  margin: 18px;
}

main .info1 {
  position: relative;
  left: 30px;
  top: 30px;
  color: black;
  font-size: 15px;
  font-weight: 500;
  margin: 18px;
}

main .info2 {
  position: relative;
  left: 30px;
  top: 30px;
  color: black;
  font-size: 15px;
  font-weight: 500;
  margin: 18px;
}

main .info3 {
  position: relative;
  left: 30px;
  top: 30px;
  color: black;
  font-size: 15px;
  font-weight: 500;
  margin: 18px;
}

.footer-home {
  position: absolute;
  bottom: 0;
  margin-left: 40px;
  font-size: 12px;
}

.footer-pages {
  position: relative;
  font-size: 12px;
  margin-left: 40px;
}

.linhaDoTempo {
  margin-top: 50px;
}
