.containerWeather {
    width: auto;
    padding: 0px 10px 1px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #333;
    /* background: #ffffff2b; */
    z-index: 1000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 5px 1px #333;
    -moz-box-shadow: 0px 0px 5px 1px #333;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    left: 30px;
}

.containerImgTemperatura {
    display: flex;
    align-items: center;
}

.containerImgWeather {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.imgWeather {
    width: 30px;
}

.temperatura {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /* color: #000; */
}

.weather {
    font-size: 15px;
    /* font-weight: bold; */
    color: #fff;
    /* color: #000; */
}