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

.container-main {
  background-image: url(./assets/banner_tempo.png);
  background-repeat: no-repeat;
  width: 1860px;
  height: 600px;
  border-radius: 12px;
  padding: 5px 5px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.container-previsao {
  height: 400px;
  width: 300px;
  background: linear-gradient(317.63deg, #353589 -7.42%, #9a9aff 120.45%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}

.container-previsao > .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #353589;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.container-previsao,
.tempo {
  font-style: italic;
  font-weight: 800;
  font-size: 70px;
  text-transform: capitalize;
  color: white;
}

.container-previsao > .icon-desc {
  display: flex;
  justify-content: flex-start;
}

.container-previsao > .descricao {
  font-size: 15px;
  margin-bottom: 25px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.container-max-min {
  display: flex;
  gap: 50px;
  margin-top: 25px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.container-max-min > .min {
  font-size: 15px;
}

.container-max-min > .max {
  font-size: 15px;
}

.container-cidade {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
}

.container-descricao {
  background: linear-gradient(317.63deg, #353589 -7.42%, #9a9aff 120.45%);
  width: 550px;
  height: 180px;
  border-radius: 20px;
  padding: 13px;
  display: grid;
  grid-template-columns: 50px 1fr 50px 1fr;
  margin: auto;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.container-descricao > img {
  padding: 10px 15px;
  margin: auto;
  border-radius: 6px;
  background: linear-gradient(317.63deg, #1f1f50 -7.42%, #4848c7 120.45%);
}

.container-descricao > p {
  font-size: 15px;
  margin: auto;
}

.container-descricao > p {
  color: white;
  padding: 10px 3px;
}

.container-descricao > .descricao,
.umidade {
  font-size: 40px;
  color: rgb(34, 34, 34);
  text-transform: capitalize;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.previsao {
  font-style: italic;
  font-weight: 800;
  font-size: 60px;
  line-height: 99px;
  text-transform: capitalize;
  color: white;
  align-self: center;
  margin-top: auto;
  margin-bottom: 15px;
  margin-left: 8px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.container-input {
  display: flex;
  gap: 5px;
  padding: 0 15px;
  height: 200px;
  justify-content: center;
  align-items: center;
}

.buscar-cidade p {
  display: flex;
}

.container-input > input {
  outline: none;
  height: 35px;
  padding: 0px 5px;
  width: 180px;
  border-radius: 4px;
  border: none;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.container-input > button {
  outline: none;
  max-width: 150px;
  height: 35px;
  padding: 0px 10px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-size: 15px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.container-input > p {
  height: 30px;
  padding: 0px 10px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-size: 15px;
  color: white;
}

.button > img {
  width: 22px;
  height: 20px;
}

.button:hover {
  opacity: 0.8;
  transition-duration: 1s;
}
