.cardPrevisaoTempo .weather {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
}

.cardPrevisaoTempo {
    width: 100%;
    height: 320px;
    max-width: 470px;
    background: #fff;
    color: #fff;
    margin: 0 auto 0;
    border-radius: 20px;
    padding: 10px 10px;
    text-align: center;
}

.cardPrevisaoTempo .search input{
    border: 0;
    outline: 0;
    background: #ebfffc;
    color: #555;
    padding: 10px 25px;
    height: 60px;
    border-radius: 30px;
    flex: 1;
    margin-right: 16px;
    font-size: 18px;
}

.cardPrevisaoTempo .search button{
    border: 0;
    outline: 0;
    background: #ebfffc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.cardPrevisaoTempo .search button img{
    width: 16px;
}

.cardPrevisaoTempo .weather-icon {
    width: 20%;
}

.cardPrevisaoTempo .weather .temp {
    font-size: 35px;
    font-weight: 500;
    margin: auto;
}

.cardPrevisaoTempo .weather h2 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 10px;
}

.cardPrevisaoTempo .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
}

.col-1, .col-2 {
    display: flex;
    align-items: center;
    text-align: left;
}

.col-1 img, .col-2 img {
    width: 20px;
    margin-right: 10px;
}

.cardPrevisaoTempo .humidity, .wind {
    font-size: 16px;
    margin-top: -6px;
}

.cardPrevisaoTempo img.weather-hour-icon {
    width: 37px;
}

.cardPrevisaoTempo ul.weather-hora {
    display: flex;
    padding-top: 5%;
    justify-content: space-around;
}

.cardPrevisaoTempo ul, li {
    list-style-type: none;
  }

@media (max-width: 768px){
    .cardPrevisaoTempo li {
        max-width: 55px;
    }
}

.cardPrevisaoTempo .cidade {
    width: 50%;
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 20px;
    cursor: pointer;
    line-height: 1.1;
    -webkit-appearance: none;
    background: none;
    margin-top: 5%;
}

.cardPrevisaoTempo label {
    display: block;
    font-size: 25px;
    padding-bottom: 0px;
}

.cardPrevisaoTempo h1, h2, a, p, div {
    color: black;
}

.cardPrevisaoTempo .selectCidade img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cardPrevisaoTempo .selectCidade {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-left: 5%;
}

.cardPrevisaoTempo .temperatura {
    font-size: 18px;
    font-weight: bold;
}

img.weather-icon {
    margin: auto;
}

.weather {
    max-height: 100px;
}
.cardPrevisaoTempo .col-2{
    margin-top: 15px;
}
@media (min-width:768px){
    .cardPrevisaoTempo ul.weather-hora {
        display: flex;
        padding-top: 3%;
        justify-content: space-around;
    }
}

