 :root{
  --primary: #9698c3;
  --muted: #c4c4c4;
  --background: #0f0f0f;
  --muted-fade: #c4c4c4de;
  --card-muted-fade: #8a8a8ade;
  --titleFontSize: 2.5rem;
  /* --temperature: #3b3b3b; */
    --col-gap: 8px;
 }
 
 
 body {
      margin: 0;
      padding: 0;
      color: #fff;
      font-family: Roboto, Arial, Helvetica, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 624px;
      width: 312px;
    }

    #widget {
      width: 100%;
      height: 100%;
      background: #70B3DE;
      background: linear-gradient(180deg,var(--background) 40%, var(--muted-fade) 99.9%);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0 var(--col-gap);
    }

    #content{
        flex-direction: column;
        justify-content: space-evenly;
        /* row-gap: 1.5rem; */
        height: 100%;
    }

    #predicciones-container{
      margin: 12px 0;
      display: flex;
      width: 100%;
    }

    #ciudad {
      font-size: var(--titleFontSize);
      text-align: center;
      margin: 0;
    }

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

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

    #loading {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 1.2rem;
      color: #fff;
      height: 100%;
      bottom: 10%;
      position: relative;
    }

    ul{
        margin: 0;
    }

    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, var(--background) 0%, var(--card-muted-fade));
        border-radius: 1rem;
        padding: 0.6rem 0;
    }

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


    #top-container{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
        row-gap: .2rem;
    }

    #estado-cielo{
        overflow: hidden;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 164px;

    }

    #estado-cielo-icono{
      position: relative;
      object-fit: contain;
      max-width: 245px;
    }

    #temp{

      font-size: 2.25rem;
      font-weight: 600;

    }

    .upper-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }

    dl{
        margin: 0;
    }

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

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

    }

    dl div dt{
        letter-spacing: 0.01rem;
    }

    .temperatura-maxima{
      font-size: 1.5rem;
      font-weight: 500;
      /* color: var(--temperature); */

    }

    .temperatura-minima{
      margin-top: 0.15rem;
      font-size: 1.2rem;
      /* color: var(--temperature); */
    }

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

    #resumen{
        display: flex;
        flex-direction: column;
        justify-content: start;
        text-align: center;
        position: relative;
        min-height: 76px;
    }

    #datos{
        /* margin: 0 0.5rem 1rem; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        display: hidden;
        font-size: 1.0rem;
    }

    #hora-logo{
      display: flex;
      justify-content: space-between;
      align-items: start;
      /* column-gap: 1rem; */
      font-size: 2.96rem;
      position: relative;

    }

    #hora{
        position: relative;
        top: -5px;
      font-weight: 300;
    }

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

        list-style: none;
      display: flex;
      justify-content: space-around;
      padding: 0;
      column-gap: var(--col-gap);
      /* height: 50%; */
      width: 100%;
    }


    .dia{
      font-size: 1.5rem;
    }


    #container-logo{
      overflow: hidden;
      display: flex;
      justify-content: start;
      align-items: center;
    }

    #container-logo > img{
      /* object-fit: cover; */
      /* height: 104px; */
      width: 100%;
      max-height: 80px;
      max-width: 245px;

      transform-origin: center center;
      position: relative;
    }


    