* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.divImg-show,
.divImg-hidden {
  height: 100vh;
  width: 100%;
  background-color: #181920;
}

.divImg-show {
  display: flex;
  background-color: #000;
}

.divImg-hidden {
  display: none;
}

.divImg-show > img,
.divImg-hidden > img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

#estacaoMet {
  font-family: Nunito Sans, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #181920;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 -1rem;
}

header > img {
  width: 30%;
  height: auto;
  object-fit: cover;
  object-position: center;
  padding-bottom: 1rem;
}

#logo-mackleaps {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3rem;
  text-transform: uppercase;
  color: #d3d3d3;
  font-size: 1.2rem;
  font-family: Outfit, sans-serif;
}

main {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  padding: 0.75rem;
  gap: 2rem;
}

main > section {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  width: 30vw;
  border-radius: 1.25rem;
  background-color: #23242a;
}

main > section > div {
  padding: 20px 10px;
  height: 50%;
  width: 100%;
}

main > section > div > h2 {
  text-transform: uppercase;
}

#weather-status {
  display: flex;
  flex-direction: column;
}

.location-title {
  display: flex;
  align-items: center;
  height: 17%;
  flex: 0 0 auto;
}

.location-title > img {
  height: 60%;
  object-fit: cover;
  object-position: left;
}

#green-bar {
  margin-right: 3%;
}

.location-title > h2 {
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 500;
}

.temp-main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 4 0 auto;
  font-size: 5rem;
  font-weight: 700;
}

.temp-main-content > img {
  width: 50%;
}

.temp-footer {
  display: flex;
  align-items: flex-end;
  height: 20%;
  padding: 2px 15px;
  color: #ffffff75;
  font-size: 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.card > h2 {
  font-weight: 500;
}

.card-information-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
}

.card-information-container > p {
  font-size: 5rem;
  font-weight: 700;
}

.unit {
  font-size: 2.8rem;
}

.card-footer {
  display: flex;
  align-items: center;
  height: 20%;
  font-size: 1.5rem;
  font-weight: 700;
}

.card-footer > img {
  object-fit: cover;
  object-position: center;
}

#arrowImg {
  height: 5rem;
}

.dropping {
  height: 100%;
  width: 4rem;
  height: 2.8rem;
  margin-right: 0.2rem;
}

.rising {
  height: 100%;
  width: 4rem;
  margin-right: 0.2rem;
  height: 2.8rem;
  transform: rotate(180deg);
}

.stable1 {
  height: 100%;
  margin-right: 1.3rem;
  margin-left: 1.1rem;
  height: 3rem;
  width: auto;
  padding: 0 2.8% 0 3%;
}

.stable2 {
  object-fit: cover;
  margin-right: 1rem;
  margin-left: 0.2rem;
  padding: 2.8% 1.4%;
}

section > hr {
  width: 90%;
}

footer {
  min-height: 5vh;
}

@media (min-height: 720px) {
  main > section {
    border-radius: 2.5rem;
    margin-left: 1.8rem;
  }

  .location-title > h2 {
    font-size: 1.8rem;
  }

  .temp-main-content {
    font-size: 5.5rem;
  }

  .temp-footer {
    padding-left: 2rem;
    font-size: 1.3rem;
  }

  .card {
    padding: 1.75rem;
  }

  .card > h2 {
    font-size: 1.75rem;
    font-weight: 600;
  }

  .card-information-container > p {
    font-size: 4.5rem;
  }

  .card-footer {
    font-size: 1.75rem;
    font-weight: 500;
/*    border: 1px solid red;*/
  }

  #estability-bar {
    height: auto;
    width: 15%;
  }

  .unit {
    font-size: 3rem;
  }

  hr {
    height: 0.2rem;
    background-color: #7a7c7f;
    border: none;
    border-radius: 999px;
  }
}

@media (min-height: 920px) {
  .location-title > h2 {
    font-size: 2rem;
  }

  .temp-main-content {
    font-size: 6rem;
  }

  .temp-footer {
    font-size: 1.8rem;
  }

  .card > h2 {
    font-size: 2.5rem;
    font-weight: 600;
  }

  .card-information-container > p {
    font-size: 7rem;
  }

  .card-footer {
    font-size: 2.5rem;
  }

  .unit {
    font-size: 5rem;
  }

  hr {
    height: 0.3rem;
  }
}

@media (min-height: 1600px) {
  .location-title > h2 {
    font-size: 3rem;
  }

  .temp-main-content {
    font-size: 11rem;
  }

  .temp-footer {
    font-size: 2.5rem;
  }

  .card {
    margin: 1rem;
    padding: 3rem;
  }

  .card > h2 {
    font-size: 3.5rem;
    font-weight: 600;
  }

  .card-information-container > p {
    font-size: 11rem;
  }

  .card-footer {
    font-size: 3.5rem;
    font-weight: 300;
  }

  .unit {
    font-size: 7rem;
  }
}
