body {
        color: #ffffff;
        /* Imagen de fondo */
        background-image: url(../img/valladolid.jpg);
        /* Para que no se repita la imagen de fondo */
        background-repeat: no-repeat;
        /* Hace que la imagen de fondo ocupe todo el ancho */
        background-size: cover;
        /* Para recolocar la imagen de fondo */
        background-position: center center;
}



.fondo-tiempo {

        /* Imagen de fondo */
        background-image: linear-gradient(180deg, #1CB5E030 0%, #000851b2 100%), url(../img/01d.jfif);

        /* Para que no se repita la imagen de fondo */
        background-repeat: no-repeat;
        /* Hace que la imagen de fondo ocupe todo el ancho */
        background-size: cover;
        /* Para recolocar la imagen de fondo */
        background-position: center center;

        padding: 35px 25px;
        border-radius: 25px;

}

#temperatura-actual {
        font-size: 4rem;
        font-weight: 600;
}

#tiempo-descripcion {
        font-size: 2rem;
        padding-bottom: 20px;
}

#ta-icono img {
        width: 100px;
}


/* PREVISIÓN A 5 DÍAS */

.fondo-oscuro {
        background-color: #252525e3;
        border-radius: 25px;
}

.fondo-5-dias {
        padding: 35px 25px;
}

.icono-5d {
        width: 70px;
}

#t-prevision h4 {
        font-size: 1rem;
}