html {
    width: 100vw;
    overflow-x: hidden;
}
.modal-popup .success-msg .fontTitle {
    color: var(--main-color-01);
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    display: block;
    max-width: 175px;
    margin: 0 auto 14px;
}
.modal-popup .success-msg p {
    font-size: 17px;
    line-height: 22px;
    color: #141414;
    max-width: 252px;
}
#page-part {
    background: #1b4236;
    padding-bottom: 60px;
    border-bottom: 20px solid #25b371;
}
.titulo-news {
    font-family: var(--main-font-family-condensed);
    font-size: 40px;
    font-weight: 900;
    color: #f9f9f9;
    line-height: 34px;
    text-align: center;
    margin-top: 87px;
    position: relative;
    span {
        color: #25b371;
    }
}
.logo-semana-nutri-2026 {
    margin-top: 90px;
}
.countdown-container {
    height: 205px;
    background: #25b371 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 40px 0;
    margin-top: 40px;
    .title-count {
        line-height: 26px;
        margin: 0;
    }
}
.countdown-styled {
    display: flex;
    justify-content: center;

    & > div {
        display: flex;
        flex-direction: column;
        text-transform: uppercase;
    }
    .days,
    .hour,
    .minutes {
        font-size: 60px;
        line-height: 72px;
        font-weight: 700;
        color: #f2fff5;
    }
    .separ {
        font-size: 60px;
        line-height: 72px;
        font-weight: 700;
        color: #1b4236;
        margin: 0 8px;
    }
}
#message-pro-member {
    width: 100%;
    transition: all 0.3s ease-in;
    padding: 0;
}

#message-pro-member p {
    font-size: 13px;
    line-height: 14px;
    margin: 3px auto 0;
    text-align: left;
}

#message-pro-member p.verdadeiro {
    display: none;
    color: #3fbe4e;
}

#message-pro-member p.verdadeiro span {
    color: #3fbe4e;
    font-weight: initial;
}

#message-pro-member p.pendente {
    color: #ff7600;
    display: none;
    max-width: 242px;
}
#message-pro-member p.nao-nutri {
    color: #ff7600;
    display: none;
    max-width: 242px;
}

#message-pro-member p.falso {
    display: none;
    color: #ef4343;
    max-width: 237px;
    margin: 3px auto 0;
}

#message-pro-member p.falso span {
    color: #ef4343;
    max-width: 330px;
    font-weight: initial;
}
#message-pro-member p.medico {
    display: none;
    color: #ef4343;
    max-width: 330px;
}

.box-form {
    background: #10261f 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin: 36px auto 0;
    max-width: 408px;
    width: 100%;
    color: #f9f9f9;
    text-align: center;
    padding: 40px;
    font-size: 17px;
    line-height: 23px;
}
#cpf-pro-member,
#cellphone {
    max-width: 237px;
    height: 48px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ebebf5cc;
    font-size: 14px;
    text-align: center;
}
#cellphone {
    margin-top: 16px;
}
.text01 {
    max-width: 300px;
    margin: 0 auto 24px;
}
.semWhats {
    max-width: 302px;
}
#search-pro-member,
#confirmar-participacao {
    appearance: none;
    max-width: 237px;
    height: 48px;
    padding: 0;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
    color: #141414;
    margin-top: 12px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}
.field.choice.newsletter {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #b5b5b5;
    max-width: 237px;
    width: 100%;
    margin: 24px auto 0;
    a {
        color: #f9f9f9;
        text-decoration: underline;
    }
    input[type="checkbox"] + label {
        padding: 0 0 0 22px;
    }
    input[type="checkbox"] + label:before {
        border-color: #fff;
        height: 16px;
        width: 16px;
        margin: 3px 0 0 -22px;
    }
    input[type="checkbox"]:checked + label:before {
        background: transparent;
        font-family: var(--main-font-family-linearicons);
        font-size: 8px;
        line-height: 12px;
        font-weight: 700;
        content: "\e934";
        text-align: center;
        color: #ffffff;
        border-color: #fff;
        height: 16px;
        width: 16px;
        margin: 3px 0 0 -22px;
    }
}
.lnr-checkmark-circle:before {
    color: #3fbe4e;
}
.eventsNone {
    pointer-events: none;
}
@media (min-width: 768px) {
    .titulo-news:before {
        content: "";
        background: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/participacao-semana-do-nutri/icon-01.svg)
            center no-repeat;
        display: block;
        width: 140px;
        height: 68px;
        position: absolute;
        bottom: -31px;
        margin-left: -29px;
    }
    .titulo-news:after {
        content: "";
        background: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/participacao-semana-do-nutri/icon-02.svg)
            center no-repeat;
        display: block;
        width: 97px;
        height: 106px;
        position: absolute;
        top: -45px;
        right: 0;
    }
}
@media (max-width: 767px) {
    #page-part {
        background: #1b4236
            url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/participacao-semana-do-nutri/back-icon-mobile.svg)
            center top no-repeat;
        background-size: 100%;
        padding-bottom: 36px;
        border-bottom: 0;
    }
    .logo-semana-nutri-2026 {
        margin: 30px auto 0;
        max-width: 260px;
        display: block;
    }
    .countdown-container {
        font-size: 17px;
        padding: 28px 0;
        margin: 24px auto 0;
        max-width: 311px;
        height: 160px;
        .title-count {
            line-height: 23px;
        }
    }
    .titulo-news {
        font-size: 24px;
        line-height: 26px;
        margin: 24px auto 0;
        max-width: 310px;
    }
    .countdown-styled {
        .days,
        .hour,
        .minutes {
            font-size: 48px;
            line-height: 58px;
            font-weight: 700;
            color: #f2fff5;
        }
        .separ {
            font-size: 48px;
            line-height: 58px;
        }
    }

    .semWhats {
        letter-spacing: -0.1px;
    }
    .box-form {
        margin: 24px auto 0;
        max-width: 311px;
        padding: 30px 24px;
        font-size: 17px;
    }
    #cpf-pro-member,
    #cellphone {
        max-width: 263px;
        font-size: 16px;
    }
    #cellphone {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    #search-pro-member,
    #confirmar-participacao {
        max-width: 263px;
        font-size: 16px;
        margin-top: 10px;
    }
    #message-pro-member p.falso,
    .field.choice.newsletter {
        max-width: 263px;
    }
    .text01.whatsOk {
        max-width: 248px;
    }
}
