 body {
      margin: 0;
      padding: 0;
      color: #fff;
      font-family: Roboto, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 624px;
      width: 624px;
      /* letter-spacing: 0.02rem; */
    }

    #widget {
      width: 100%;
      height: 100%;
      background: #70B3DE;
      background: linear-gradient(180deg,rgba(112, 179, 222, 1) 40%, rgba(112, 179, 222, 0.1) 99.9%);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    #content{
        display: none;
        flex-direction: column;
        justify-content: center;
        row-gap: 1rem;
        /* height: 100%; */
    }

    #predicciones-container{
      display: flex;
      width: 100%;
    }

    h1 {
      font-size: 3.25rem;
      font-size: var(--tamanoFuenteTitulo);
      text-align: center;
      margin-bottom: 0.5rem;
    }

    .info {
      font-size: 1.2rem;
      line-height: 1.8;
    }

    .footer {
      text-align: center;
      font-size: 0.9rem;
      opacity: 0.7;
    }

    .loading {
      text-align: center;
      margin-top: 40%;
      font-size: 1.2rem;
      color: #fff;
    }

    ul{
      list-style: none;
      display: flex;
      justify-content: space-around;
      /* flex-wrap: wrap; */
      margin: 1rem;
      padding: 0;
      /* row-gap: 1rem; */
      column-gap: 0.6rem;
      height: 50%;
      width: 100%;
    }

    ul li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        flex: 1 1 calc(12%);
        /* width: 13%; */
        /* height: 148px; */
        font-size: 1.2rem;
        row-gap: 0.25rem;
        background-color: #559fdc;
        background: linear-gradient(180deg, #559fdc 0%, rgba(112, 180, 222, 0.39));
        border-radius: 1rem;
        padding: 0.6rem 0;
    }

    ul li img{
      height: 104px;
      overflow: hidden;
    }


    #top-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #top-container > h1, #top-container > div{
        flex: 1 1 33%;
    }

    #estado-cielo-icono{
      height: 182px;
      padding: 0 1rem;
      position: relative;
      bottom: -8px;
    }

    #temp{
      font-size: 4.3rem;
      font-weight: 600;

    }

    .upper-row{
        padding: 0 2.5rem;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }

    dl{
        width: 52%;
        
    }

    dl div{
        display: flex;
        justify-content: space-between;
        margin: 0.15rem 0;
    }

    dl div dd{
        margin-inline-start: 20px;
        text-align: center;
        font-size: 1.5rem;
        /* font-weight: 600; */

    }

    dl div dt{
        font-size: 1.4rem;
        letter-spacing: 0.01rem;

    }

    .temperatura-maxima{
      font-size: 1.8rem;
      font-weight: 500;

    }

    .temperatura-minima{
      margin-top: 0.15rem;
      font-size: 1.5rem;
    }

    #desc{
      text-align: center;
      font-size: 1.5rem;
      /* font-weight: 600; */
    }

    #resumen{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        position: relative;
        top: 12px;
    }

    #datos{
        margin: 1rem 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #datos > div{
      font-size: 3rem
    }

    #predicciones{
      display: flex;
      justify-content: center;
      align-items: center;
    }


    .dia{
      font-size: 1.5rem;
    }