:root {
  --color01: #ffffff;
  --color02: #141414;
  --color03: #F2FFF5;
  --color04: #25B371;
  --color05: #1B4236;
  --color06: #F9F9F9;
  --color07: #15332A;
}

body {
  #semana-nutri {
    .container {
      max-width: 1160px;
      padding: 0;
    }

    .nowrap {
      white-space: nowrap;
    }

    span.semi {
      font-weight: 600;
    }

    .condensed {
      font-family: "proxima-nova-condensed", sans-serif;
    }

    h2 {
      font-size: 44px;
      line-height: 42px;
      font-weight: 900;
      margin: 0;
      font-family: "proxima-nova-condensed", sans-serif;
      text-transform: uppercase;
    }

    p {
      font-size: 17px;
      line-height: 23px;
      margin: 0;
    }

    b.medium {
      font-weight: 500;
    }

    .text-g {
      font-size: 22px;
      line-height: 24px;
      margin: 0;
    }

    a.btn-padrao {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 48px;
      border-radius: 4px;
      padding: 0;
      text-align: center;
      align-content: center;
      text-transform: inherit;
      text-decoration: none;
    }

    a.btn-padrao:hover {
      opacity: 0.9;
    }

    .row {
      margin: 0;
    }

    .col-md-5,
    .col-md-6 {
      padding: 0;
    }

    .clearfix:before,
    .clearfix:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after {
      display: none;
    }
  }
}

#semana-nutri {
  section#section-1 {
    background-color: var(--color03);
    padding-block: 60px auto;

    .container {
      display: grid;
      place-content: center;
      grid-template-columns: repeat(2, 1fr);
      justify-content: space-between;
      height: 654px;


      .banner-desktop {
        width: 100%;
        max-width: 552px;
        border-radius: 20px;
      }

      .bloco-texto {
        width: 520px;
        margin-left: 44px;
        display: grid;
        place-content: center left;

        .title-img {
          width: 100%;
          max-width: 366px;
        }

        h2 {
          color: var(--color05);
          margin: 30px 0 0;

          span.title-sera {
            font-style: italic;
            font-weight: 500;
            font-family: "proxima-sera", sans-serif;
            text-transform: none;
            color: var(--color04);
          }
        }

        p.text-g {
          color: var(--color05);
          font-weight: 500;
          margin: 12px 0 30px;
          width: 404px;
        }

        a.btn-padrao {
          background-color: var(--color02);
          color: var(--color01);
          max-width: 189px;
          margin: 0;
        }
      }

    }
  }

}

.line-green {
  width: 100%;
  height: 30px;
  background-color: var(--color04);
}

section#section-2 {
  padding-block: 60px;
  background: var(--color05);
  height: 1440px;

  .container {
    height: 1320px;
    display: grid;
    place-content: start center;
    background-color: var(--color07);
    padding: 63px 0 57px;
    border-radius: 20px;

    .img-title {
      width: 100%;
      max-width: 413px;
      margin: 0 auto;
    }

    h2 {
      font-size: 46px;
      text-align: center;
      line-height: 45px;
      margin: 30px 0 40px;
      color: var(--color01);

      span {
        color: var(--color04);
      }
    }

    .bloco-lista {
      width: 754px;

      .lista {
        display: grid;
        grid-template-columns: 189px 261px 304px;
        border-bottom: 1px solid var(--color04);
        align-items: center;
        margin: 0 0 40px;
        padding: 0 0 40px;

        .lista-icon {
          width: 100%;
          max-width: 76px;
        }

        .icon1 {
          max-width: 84px;
        }

        .lista-title {
          font-size: 27px;
          line-height: 33px;
          color: var(--color04);
          font-family: "proxima-nova", sans-serif;
          font-weight: 700;
        }

        .lista-text {
          width: 306px;
          color: var(--color01);
          font-size: 17px;
          line-height: 23px;
          font-weight: 400;

          a.underline {
            text-decoration: underline;
            font-weight: 700;
          }
        }
      }

      .lista6 {
        border: none;
        margin: 0;
      }
    }

    a.btn-padrao {
      background-color: var(--color01);
      color: var(--color02);
      width: 189px;
      margin: 0 auto;

    }
  }
}

section#section-3 {
  background-color: var(--color03);
  padding: 60px 0;
  height: 536px;

  .container {
    position: relative;

    .bloco-text {
      display: grid;
      justify-content: center;
      margin-bottom: 36px;
      text-align: center;
      position: static;

      h2 {
        font-size: 46px;
        color: var(--color05);
      }

      p {
        font-weight: 500;
        margin-top: 4px;
        color: var(--color05);
      }
    }

    /* setas decorativas do topo */
    .bloco-text::before,
    .bloco-text::after {
      content: "";
      display: block;
      position: absolute;
      top: -80px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      pointer-events: none;
      z-index: 0;
    }

    .bloco-text::before {
      left: 30px;
      width: 125px;
      height: 120px;
      background-image: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/semana-do-nutricionista-2026/agradecimento/seta-esquerda.png);
    }

    .bloco-text::after {
      right: 30px;
      width: 95px;
      height: 104px;
      background-image: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/semana-do-nutricionista-2026/agradecimento/seta-direita.png);
    }

    .bloco-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 304px;
      gap: 16px;

      .bloco-item {
        width: 376px;
        display: flex;
        flex-direction: column;

        img {
          width: 100%;
          height: 246px;
        }

        .text-g {
          font-size: 22px;
          color: var(--color05);
          text-decoration: underline;
          letter-spacing: -0.22px;
          font-weight: 700;
          padding-top: 8px;
          line-height: 22px;
        }
      }
    }
  }
}

section#section-4 {
  padding-block: 60px;
  background-color: var(--color04);

  .d-flex {
    align-items: center;

    .col-md-5.offset-md-1 {
      h2 {
        font-weight: 900;
        color: var(--color01);
        text-transform: uppercase;
        margin-bottom: 12px;
        font-size: 46px;
        line-height: 38px;
      }

      p {
        max-width: 382px;
        color: var(--color01);
      }

      a.btn-padrao {
        background: var(--color02);
        color: var(--color01);
        max-width: 168px;
        line-height: 40px;
        margin-top: 32px;
      }
    }

    .col-md-6 {
      img {
        display: block;
        width: 100%;
        max-width: 572px;
        border-radius: 20px;
        margin-left: auto;
      }
    }
  }
}

section#section-5 {
  padding-block: 60px;
  background-color: var(--color05);

  .d-flex {
    align-items: center;

    .col-md-6 {
      img {
        display: block;
        width: 100%;
        max-width: 572px;
        border-radius: 20px;
      }
    }

    .col-md-5.offset-md-1 {
      padding-left: 8px;

      h2 {
        font-weight: 900;
        color: var(--color01);
        text-transform: uppercase;
        margin-bottom: 12px;
        font-size: 46px;
        line-height: 38px;
      }

      p {
        max-width: 294px;
        color: var(--color01);
      }

      a.btn-padrao {
        background: var(--color01);
        color: var(--color02);
        max-width: 168px;
        line-height: 40px;
        margin-top: 30px;
      }
    }
  }
}

@media(max-width: 767px) {

  #semana-nutri {

    section#section-1 {
      padding-block: 30px auto;

      .container {
        display: grid;
        grid-template-columns: none;
        height: 648px;
        width: 326px;
        place-items: center;

        img.title-img {
          width: 100%;
          max-width: 264px;
        }

        img.banner-mobile {
          width: 100%;
          max-width: 250px;
          margin-top: 24px;
        }

        .bloco-texto {
          display: grid;
          text-align: center;
          margin: 0;
          place-content: center;
          width: 326px;
          align-items: center;
          place-items: center;

          h2 {
            font-size: 30px;
            line-height: 30px;
          }

          p.text-g {
            margin: 8px 0 30px;
            font-size: 17px;
            line-height: 22px;
            width: 326px;
          }

          a.btn-padrao {
            padding: 0 32px;
          }
        }

      }
    }

    section#section-2 {
      padding-block: 30px;
      height: auto;
      display: grid;
      place-content: center;

      .container {
        height: auto;
        padding: 30px 0;
        margin: 0 16px;
        width: 343px;

        .img-title {
          max-width: 280px;
        }

        h2 {
          font-size: 30px;
          line-height: 30px;
          margin: 30px 0;
        }

        .bloco-lista {
          width: 312px;

          .lista {
            grid-template-columns: 1fr;
            justify-items: center;
            text-align: center;
            margin: 0 0 24px;
            padding: 0 0 24px;
            position: relative;
            border-bottom: none;

            /* linha menor que o bloco, só no mobile */
            &::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              width: 90%;
              height: 1px;
              background-color: var(--color04);
            }

            .lista-title {
              font-size: 24px;
              line-height: 24px;
              margin: 24px 0 12px;
            }


            .lista-text {
              width: 100%;
            }
          }

          .lista6::after {
            display: none;
          }
        }

        a.btn-padrao {
          max-width: 278px;
        }
      }
    }

    section#section-3 {
      padding: 30px 0;
      height: 1058px;
      background-color: var(--color03);
      background-image: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/semana-do-nutricionista-2026/agradecimento/setas-backgroud-mobile.png);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100% auto;

      .container {
        place-items: center;

        .bloco-text {
          margin-bottom: 30px;
          width: 312px;
          align-items: center;

          h2 {
            font-size: 30px;
            line-height: 30px;
          }

          p {
            line-height: 19px;
          }
        }

        .bloco-text::after,
        .bloco-text::before,
        .bloco-text::before,
        .bloco-text::after {
          display: none;
        }

        .bloco-grid {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          grid-template-rows: repeat(3, 276px);
          row-gap: 30px;
          text-align: center;

          .bloco-item {
            width: 312px;

            img {
              height: 224px;
            }

            .text-g {
              font-size: 20px;
              letter-spacing: 0px;
              line-height: 20px;
            }
          }
        }
      }
    }

    section#section-4 {
      padding-block: 30px;

      .container {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 327px;

        .d-flex {
          flex-direction: column-reverse;
          width: 100%;
          align-items: center;
          text-align: center;
          margin: 0 auto;
          max-width: 312px;

          .col-md-5.offset-md-1 {
            h2 {
              font-size: 36px;
              line-height: 30px;
              align-items: center;
              margin: 0 auto 6px;
            }

            p {
              max-width: 285px;
              margin: 0 auto;
            }

            a.btn-padrao {
              max-width: 311px;
              line-height: 48px;
              margin: 32px auto 0;
            }
          }

          .col-md-6 {
            img {
              width: 100%;
              max-width: 311px;
              height: 278px;
              margin: 0 auto 22px;
            }
          }
        }
      }
    }

    section#section-5 {
      padding-block: 30px;

      .d-flex {
        flex-direction: column;
        width: 100%;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        max-width: 312px;

        .col-md-6 {
          img {
            width: 100%;
            max-width: 312px;
            height: 278px;
            margin: 0 0 22px;
          }
        }

        .col-md-5.offset-md-1 {
          padding: 0;

          h2 {
            font-size: 36px;
            line-height: 30px;
            align-items: center;
            margin: 0 auto 6px;
          }

          p {
            max-width: 285px;
            margin: 0 auto;
          }

          a.btn-padrao {
            max-width: 311px;
            line-height: 48px;
            margin: 32px auto 0;
          }
        }
      }
    }
  }
}

@media(max-width:350px) {

  #semana-nutri {

    section#section-1 {

      .container {

        .bloco-texto {

          h2 {
            font-size: 28px;
            line-height: 28px;
          }

          p.text-g {
            font-size: 16px;
            line-height: 20px;
            width: 320px;
          }
        }
      }
    }

    section#section-2 {

      .container {
        width: 300px;

        .img-title {
          max-width: 240px;
        }

        h2 {
          font-size: 28px;
          line-height: 28px;
        }

        .bloco-lista {
          width: 260px;

          .lista {

            .lista-text {
              width: 250px;
            }
          }
        }
      }
    }

    section#section-3 {
      padding: 24px 0;

      .container {

        .bloco-text {
          width: 300px;

          h2 {
            font-size: 26px;
            line-height: 28px;
          }
        }

        .bloco-grid {

          .bloco-item {
            width: 300px;

            img {
              height: 224px;
            }

            .text-g {
              font-size: 20px;
              letter-spacing: 0px;
              line-height: 20px;
            }
          }
        }
      }
    }

    section#section-4 {

      .container {

        .d-flex {
          max-width: 300px;
          margin: 0 auto;
        }
      }
    }

    section#section-5 {

      .container {

        .d-flex {
          max-width: 300px;
          margin: 0 auto;
        }
      }
    }
  }
}