
#pueblo-temperatura-cielo{
    width: 20px;
    text-align: center;
    margin: 0 5px;
}

.weather__content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#el__tiempo {
    display: flex;
    align-items: center;
}

#clima__button_sede {
    display: none;
}

@media screen and (max-width: 768px) {
    .weather__content {
        justify-content: center;
    }

    #block-bloquemeteo {
        margin-top: 1em;
    }

    #block-bloquefecha {
        display: flex;
        justify-content: center;
    }
}
