.lamolina2{
    width: 100%;
    height: 100%;
}

.PronostMolina {
    background: linear-gradient(rgba(13, 13, 44, 0.97), rgba(21, 7, 70, 0.85));
    height: 33px;
    color: white;
    font-size: 20px;
    font-weight: 400;
    border-radius: 7px;
    margin: 10px 0 0 0;
    padding: 10px 0 3px 12px;
}

.dias-list {
    display: flex;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    gap: 20px;
    flex-wrap: wrap;
}

.dia-item {
    background: linear-gradient(rgba(13, 13, 44, 0.97), rgba(21, 7, 70, 0.85));
    width: 180px;
    height: 90px;
    cursor: pointer;
    color: white;
    list-style: none;
    border-radius: 13px;
    padding: 10px 0 0 30px;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.dia-item.selected {
    width: 230px; /* Ancho aumentado cuando el día está seleccionado */
    background-color: rgba(0, 0, 0, 0.7);
}

.dia-item.selected .dia-nombre{
    font-weight: bold;
}
.dia-item.selected .infodia{
    margin-left: 20px;
}

.dia-item.selected .temperaturas{
    padding-left: 22px;
    padding-bottom: 0px;
    font-size: 20px ;
    line-height: 0.9;
}
.dia-item.selected .temp-max{
    padding-bottom: 9px;
    font-size: 20px ;
}
.dia-item.selected .temp-min{
    font-size: 18.5px ;
}
.dia-item.selected .dianube{
    align-self: flex-start;
    width: 53px;
    height: auto;
}

.dia-item:not(.selected):hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.6); /* Sombra al pasar el mouse */
}

.dia-item.no-click {
    pointer-events: none;
    cursor: default;
    opacity: 0.6; /* opcional: muestra visualmente que está desactivado */
}

.infodia {
    display: flex;
    align-items: center;
}

.dianube{
    width: 40px;
    height: auto;
    margin-left: 55px;
}


.temperaturas {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    line-height: 1.5;
    padding-top: 0px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.temp-min{
    font-size:16px;
}

.dia{
    background: linear-gradient(rgba(13, 13, 44, 0.97), rgba(21, 7, 70, 0.85));
    height: 410px;
    width: 1080px;
    margin:10px 0 16px 0;
    border-radius: 10px;
    color:white;
}

.horas{
    list-style: none; /* Quita los puntos de la lista */
    margin-left: 10px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0px;
    height: 60px;
    font-size: 13.5px;
}

.descripcionh{
    text-align: center;
    width: 16%;
}
.hora2, .hora3, .hora4{
    border-top: 3px solid rgba(255, 255, 255, 0.2); /* Grosor y color de la línea */
}

.horas li{
    display: inline-block;
    /*margin-right: 42px;  Espaciado entre los elementos */
    vertical-align: middle; /* Alinear verticalmente */
    padding-left: 7px;
}

.horas{
    border-bottom: 3px solid rgba(255, 255, 255, 0.2); /* Grosor y color de la línea */
    height: 30px;
    font-weight: 600;
}
.hora1{
    margin-top: 0;
}

.horah{
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    width: 17%;
    font-weight: 500;
    font-size: 24px;
    padding-top: 14px;
}

.temph{
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    width: 17%;
    font-size: 20px;
    font-weight: 400;
    padding-top: 17px;
    /*margin-left: 78px;  Espaciado entre los elementos */
}

.nubeh{
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    width: 17%;
    text-align: center ;
    /*margin-left: 69px;  Espaciado entre los elementos */
}

.nubeh2{
    width: 58px;
    height: auto;
}

.STh{
    font-size: 14px;
    font-weight: 400;
}

.HRh{
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    width: 17%;
    font-weight: 400;
    font-size: 18px;
    padding-top: 18px;
    /*margin-left: 72px;  Espaciado entre los elementos */
}

.vientoh{
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    width: 16%;
    font-weight: 400;
    font-size: 18px;
    padding-top: 18px;
    /*margin-left: 38px;  Espaciado entre los elementos */
}

.uvh{
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    width: 16%;
    font-weight: 400;
    font-size: 18px;
    padding-top: 18px;
    /*margin-left: 72px; /* Espaciado entre los elementos */
}

.dias-list {
    overflow: hidden;
}

.dia {
    overflow: hidden;
}

/* Si quieres permitir el desbordamiento sin mostrar las barras de desplazamiento */
.dias-list, .dia {
    overflow: hidden;
}



.hora1, .hora2, .hora3, .hora4{
    list-style: none; /* Quita los puntos de la lista */
    margin-left: 10px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0px;
    height: 60px;
    font-size: 13.5px;
    display: flex;
    /* gap: 90px; */
}