 :root{
  --primary: #9698c3;
  --muted: #c4c4c4;
  --background: #979899;
  --muted-fade: #8a8a8a52;
  --card-muted-fade: #8a8a8a61;
  /* --temperature: #3b3b3b; */

  --nectar-accent-color: #1a322f;
    --nectar-extra-color-1: #f0e9e2;
    --nectar-extra-color-2: #979899;
    --nectar-extra-color-3: #333333;
  
 }
 
 
 body {
      margin: 0;
      padding: 0;
      color: #3f3f3f;
      font-family: Roboto, Arial, Helvetica, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;

      height: 576px;
      width: 768px;
      /* letter-spacing: 0.02rem; */
    }

    #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;
    }

    #content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        height: 100%;
    }

    #predicciones-container{
      margin: .5rem 0;
      display: flex;
      width: 100%;
    }



    .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%;
      position: relative;
      bottom: 10%;
    }

    ul li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        flex: 1 1 calc(12%);
        width: 13%;
        /* height: 148px; */
        font-size: 1.2rem;
        background-color: #559fdc;
        background: linear-gradient(180deg, var(--background) 0%, var(--card-muted-fade));
        border-radius: 1rem;
        padding: 0.6rem 0;
        height: 100%;
    }

    ul li img{
      height: 94px;
      width: 94px;
      object-fit: contain;
    }


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

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

    #estado-cielo{
        display: flex;
        justify-content: center;
    }

    #estado-cielo-icono{
      height: 164px;
      padding: 0 1rem;
      position: relative;
      max-width: 256px;
      object-fit: contain;
    }

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

    }

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


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

    }

    .temperatura-minima{
      font-size: 1.5rem;
      /* color: var(--temperature); */
    }

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

    #desc{
      text-align: center;
      font-size: 2rem;
      margin: 0 1rem;
      /* font-weight: 600; */
    }

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

    #datos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        margin-top: 10px;
    }

    dl{
        width: 50%;
        margin: 0;
        height: 100%;
        display: block;
    }

    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.4rem;
        /* font-weight: 600; */

    }

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

    }

    #hora-logo{
      display: flex;
      justify-content: center;
      column-gap: 2rem;
    }

    #hora{
        margin: 5px 0;
        position: relative;
        font-size: 3.8rem;
        font-weight: 700;
        color: var(--nectar-accent-color);
        bottom: 2px;
        letter-spacing: -.1rem;

    }

    #predicciones{
        list-style: none;
        display: flex;
        margin: .6rem;
        padding: 0;
        /* row-gap: 1rem; */
        column-gap: 0.6rem;
        /* height: 100%; */
        width: 100%;

        display: flex;
        justify-content: center;
        align-items: center;
    }


    .dia{
      font-size: 1.5rem;
    }


    #container-logo{
      margin: 5px 0;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #container-logo > img{
      max-height: 100%;
      object-fit: cover;
      height: 88px;
      width: 100%;
      /* transform: scale(1); */
      transform-origin: center center;
      position: relative;
    }
