@font-face {font-family: "CarotSans-Regular";src: url('../fonts/CarotSans-Regular.otf');font-display: swap;}
@font-face {font-family: "CarotSans-Bold";src: url('../fonts/CarotSans-Bold.otf');font-display: swap;}
@font-face {font-family: "CarotSans-Black";src: url('../fonts/CarotSans-Black.otf');font-display: swap;}
@font-face {font-family: "CarotSans-Medium";src: url('../fonts/CarotSans-Medium.otf');font-display: swap;}
@font-face {font-family: "HVDPoster";src: url('../fonts/HVDPoster.ttf');font-display: swap;}

:root {
    /* Colors  */
    --negresco-blue:#2155AC;
    --negresco-darkblue: #2155ac;
    --negresco-lightblue: #13B8EE;
    --negresco-white-op: #FFFFFF20;
    --negresco-lightblue-op: #13B8EE40;
    --negresco-brown: #492F26;
    /* Font size  */
    --negresco-title: 60px;
    --negresco-body: 18px;
    --negresco-body-small: 16px;
    --negresco-body-smaller: 14px;
    /* Font family  */
    --carot-regular: "CarotSans-Regular";
    --carot-bold: "CarotSans-Bold";
    --carot-black: "CarotSans-Black";
    --carot-medium: "CarotSans-Medium";
    --hvd-poster: "HVDPoster";
    /* Containers  */
    --negresco-view-center: 1143px;
    --negresco-main-container: 1143px;
}
body._campanha_61 {
    background-color: var(--negresco-darkblue);
    color: var(--white);
    position: relative;
}
body._campanha_61 .content {
    position: relative;
}
body._campanha_61 .content::before {
    content: "";
    position: fixed;
    left: -75px;
    top: 70%;
    width: 220px;
    height: 220px;
    background-image: url(../images/local/cereal-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: 3;
}
body._campanha_61 .content::after {
    content: "";
    position: fixed;
    right: -120px;
    top: 28%;
    width: 280px;
    height: 240px;
    background-image: url(../images/local/cereal-white-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: 3;
}
body._campanha_61 header {
    background-color: var(--negresco-lightblue);
}
body._campanha_61 header .logo {
    width: 216px;
    height:80px;
    padding-top: 0;
}
body.scrolled header.menu.floating .logo {
    height: auto;
}
body._campanha_61 .contact_us {
    background-color: var(--white);
    color: var(--negresco-brown);
    background-image: url(../images/local/chat-brown.svg);
}
body._campanha_61 .negresgo-view {
    height: calc(100vh - 144px);
    position: relative;
    background: linear-gradient(to bottom, #13B8EE, #1688d0, #1b71c0);
    min-height: 700px;
}
@keyframes moveViewBowl {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
@keyframes moveViewCereals {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}
body._campanha_61 .negresgo-view .central-view {
    width: var(--negresco-view-center);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    transform: translateY(-60%);
    position: relative;
    z-index: 4;
}
body._campanha_61 .negresgo-view .central-view::before,
body._campanha_61 .negresgo-view .central-view::after {
    animation: moveViewCereals 0.8s infinite alternate;
}
body._campanha_61 .negresgo-view .central-view::before {
    content: "";
    position: absolute;
    right: 15%;
    top: 0;
    width: 70px;
    height: 70px;
    background-image: url(../images/local/cereal-branco.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: var(--smooth);
}
body._campanha_61 .negresgo-view .central-view::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 100px;
    height: 100px;
    background-image: url(../images/local/cereal-solo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: var(--smooth);
}

body._campanha_61 .negresgo-view .central-view .img-view {
    width: 50%;
    transition: var(--smooth);
    animation: moveViewBowl 0.8s infinite alternate
}
body._campanha_61 .negresgo-view .central-view .img-view img {
    width: 100%;
}
body._campanha_61 .negresgo-view .central-view .view-text {
    width: calc(50% - 20px);
}
body._campanha_61 .negresgo-view .central-view .view-text .title-view-wrap {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
body._campanha_61 .negresgo-view .central-view .view-text .title-view-wrap img {
    width: 100%;
}
body._campanha_61 .negresgo-view .central-view .view-text .title-view-wrap h1 {
    font-family: var(--hvd-poster);
    font-size: var(--negresco-title);
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    display: none;
}
body._campanha_61 .negresgo-view .central-view .description-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
body._campanha_61 .negresgo-view .central-view .description-img {
    width: 105px;
    height: auto;
    margin-right: 20px;
    display: block;
}
body._campanha_61 .negresgo-view .central-view .description-wrap p {
    font-family: var(--carot-regular);
    font-size: var(--negresco-body);
    line-height: 1.5em;
}
body._campanha_61 .evaluate-btn {
    transition: var(--smooth);
    color: var(--negresco-brown);
    display: inline-block;
    margin: 0px auto;
    font-size: var(--negresco-body);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: var(--btn-radius);
    background-color: var(--white);
    line-height: 1em;
    padding: var(--btn-space);
}
body._campanha_61 .evaluate-btn:hover {
    background-color: var(--negresco-lightblue);
    color: var(--white);
}
body._campanha_61 .negresgo-view .ancor-link {
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
body._campanha_61 .negresgo-view .central-view .ancor-link {
    display: none;
}
@keyframes anchor {
    0% {
        transform: translateX(-50%) translateY(-10px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}
body._campanha_61 .negresgo-view .ancor-link a {
    color: var(--white);
    font-family: var(--carot-regular);
    font-size: var(--negresco-body);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1em;
}
body._campanha_61 .negresgo-view .ancor-link a p {
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
}
body._campanha_61 .negresgo-view .ancor-link a div {
    background-image: url(../images/local/arrow-negresco.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 24px;
    display: block;
    animation: anchor 0.6s infinite alternate ease-in-out;
    position: relative;
    left: 50%;
    display: block;
}
body._campanha_61 .negresgo-view .eqn-branding {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-family: var(--carot-regular);
    font-size: var(--negresco-body-smaller);
    z-index: 5;
}
body._campanha_61 .negresgo-view .eqn-branding p {
    margin-right: 20px;
}
body._campanha_61 .negresgo-view .eqn-branding div {
    width: 174px;
    height: auto;
}
body._campanha_61 .negresgo-view .eqn-branding div img {
    width: 100%;
    display: block;
}
body._campanha_61 .main-negresco .negresco-center {
    padding-top: 140px;
}
body._campanha_61 .negresco-center {
    width: var(--negresco-main-container);
    margin: auto;
    position: relative;
    z-index: 4;
}
body._campanha_61 .main-negresco {
    background: linear-gradient(to bottom, #1b71c0, #1b71c0, #2155ac);
}
body._campanha_61 .main-negresco .steps-negresco {
    width: 100%;
    display: grid;
    grid-gap: 70px;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}
body._campanha_61 .main-negresco .steps-negresco .you-are-here {
    position: absolute;
    background-color: var(--negresco-lightblue);
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    top: -90px;
    z-index: 1;
}
body._campanha_61 .main-negresco .steps-negresco .you-are-here:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--negresco-lightblue);
    border-radius: 3px;
    position: absolute;
    left: 12px;
    /* margin-left: -10px; */
    bottom: -5px;
    transform: rotate(45deg);
    z-index: -1;
}
body._campanha_61 .main-negresco .steps-negresco .you-are-here p {
    margin: 0;
    font-size: var(--negresco-body-smaller);
    font-family: var(--carot-regular);
}
body._campanha_61 .main-negresco .steps-negresco .step {
    position: relative;
}
body._campanha_61 .main-negresco .steps-negresco .step:nth-child(2) .step-text {
    opacity: 40%;
}
body._campanha_61 .main-negresco .steps-negresco .step:nth-child(2):before {
    content: '';
    background-image: url(../images/local/check-icon-negresco.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-color: var(--negresco-lightblue-op);
    border-color: var(--negresco-lightblue-op);
}
body._campanha_61 .main-negresco .steps-negresco .step:nth-child(2):after {
    background-color: var(--negresco-lightblue-op);
}
body._campanha_61 .main-negresco .steps-negresco .step:nth-child(3):before {
    content: '2';
}
body._campanha_61 .main-negresco .steps-negresco .step:nth-child(4):before {
    content: '3';
}
body._campanha_61 .main-negresco .steps-negresco .step:nth-child(5):before {
    content: '4';
}
body._campanha_61 .main-negresco .steps-negresco .step:before {
    display: block;
    font-size: var(--body);
    color: var(--white);
    padding: 8px 0px 1px 0px;
    width: 32px;
    height: 23px;
    line-height: 1em;
    border: 1px solid var(--negresco-lightblue);
    background-color: var(--negresco-lightblue);
    border-radius: 50%;
    position: absolute;
    top: -40px;
    text-align: center;
    font-family: var(--carot-regular);
}
body._campanha_61 .main-negresco .steps-negresco .step:after {
    display: block;
    content: "";
    background-color: var(--negresco-lightblue);
    width: 116%;
    height: 2px;
    left: 33px;
    position: absolute;
    top: -23px;
}
body._campanha_61 .main-negresco .steps-negresco .step:nth-child(5):after {
    display: none;
}
body._campanha_61 .main-negresco .steps-negresco .step h3 {
    font-family: var(--carot-bold);
    font-size: var(--negresco-body);
    line-height: 1em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: normal;
}
body._campanha_61 .main-negresco .steps-negresco .step h3 strong {
    font-family: var(--carot-bold);
    font-size: var(--negresco-body);
    font-weight: normal;
}
body._campanha_61 .main-negresco .steps-negresco .step h3 div {
    background-image: url(../images/local/cupom-negresco.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 35px;
    height: 25px;
    display: block;
    margin-right: 10px;
    transform: rotateZ(-18deg);
}
body._campanha_61 .main-negresco .steps-negresco .step p {
    font-family: var(--carot-regular);
    font-size: var(--negresco-body);
    line-height: 1.5em;
}
body._campanha_61 .main-negresco .steps-negresco .evaluate-btn {
    width: 100%;
    text-align: center;
}
body._campanha_61 .about-product {
    padding-top: 100px;
}
body._campanha_61 .about-product .product-title {
    margin: auto;
    width: 60%;
    display: block;
    position: relative;
    margin-bottom: 100px;
    transition: var(--smooth);
}
@keyframes moveTitle {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes moveTitleCerealBefore {
    0% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
@keyframes moveTitleCerealAfter {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-20deg);
    }
}
body._campanha_61 .about-product .product-title img {
    animation: moveTitle 0.8s infinite alternate;
}
body._campanha_61 .about-product .product-title::before {
    animation: moveTitleCerealBefore 0.8s infinite alternate;
}
body._campanha_61 .about-product .product-title::after {
    animation: moveTitleCerealAfter 0.8s infinite alternate;
}
body._campanha_61 .about-product .product-title img {
    width: 100%;
    transition: var(--smooth);
}
body._campanha_61 .about-product .product-title::before,
body._campanha_61 .about-product .product-title::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    transition: var(--smooth);
}
body._campanha_61 .about-product .product-title::before {
    background-image: url(../images/local/cereal-solo.png);
    top: -30px;
    left: -140px;
    transform: rotate(20deg);
    width: 112px;
    height: 75px;
}
body._campanha_61 .about-product .product-title::after {
    background-image: url(../images/local/cereal-branco.png);
    bottom: -15px;
    right: -140px;
    width: 70px;
    height: 70px;
}
body._campanha_61 .about-product .product-description-wrap {
    display: flex;
    align-items: stretch;
}
body._campanha_61 .about-product .product-description-wrap .product-img-wrap {
    width: 40%;
    position: relative;
}
body._campanha_61 .about-product .product-description-wrap .product-img-wrap img {
    width: 100%;
    height: auto;
}
body._campanha_61 .about-product .product-description-wrap .product-img-wrap span {
    font-family: var(--carot-regular);
    font-size: 10px;
    position: relative;
    left: 30%;
}
body._campanha_61 .about-product .product-description-wrap .product-text-wrap {
    width: calc(60% - 70px);
    margin-left: 70px;
}
body._campanha_61 .about-product .product-description-wrap .product-text-wrap p {
    font-family: var(--carot-regular);
    font-size: var(--body);
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-top: 0;
}
body._campanha_61 .about-product .product-description-wrap .detail-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
@keyframes moveDetail {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-20deg);
    }
}
body._campanha_61 .about-product .product-description-wrap .detail-wrap .detail-img {
    margin-right: 10px;
    width: 10%;
    transition: var(--smooth);
    animation: moveDetail 0.6s infinite alternate;
}
body._campanha_61 .about-product .product-description-wrap .detail-wrap .detail-img img {
    width: 100%;
    height: auto;
}
body._campanha_61 .about-product .product-description-wrap .detail-wrap p {
    margin-bottom: 0;
}
body._campanha_61 .combination-negresco {
    padding-top: 150px;
    padding-bottom: 100px;
}
body._campanha_61 .combination-negresco .negresco-center::before {
    content: "";
    background-image: url(../images/local/cereal-list-two.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -80px;
    transform: rotate(90deg);
    left: -75px;
}
body._campanha_61 .combination-negresco .negresco-center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
body._campanha_61 .combination-negresco .negresco-center .text-img {
    width: fit-content;
}
body._campanha_61 .combination-negresco .negresco-center .text-img img {
    width: 100%;
    height: auto;
}
body._campanha_61 .combination-negresco .cereals-move-wrap {
    width: 15%;
}
body._campanha_61 .combination-negresco .cereals-move-wrap .cereal {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% - -35px)) scale(1.1);
    transition: var(--smooth);
}
body._campanha_61 .combination-negresco .cereals-move-wrap .cereal.cereal-one {
    z-index: 4;
    top: 50px;
    left: calc(50% - 20px);
    animation: moveCerealOne 1s infinite alternate;
}
body._campanha_61 .combination-negresco .cereals-move-wrap .cereal.cereal-two {
    z-index: 3;
    top: 70px;
    animation: moveCerealTwo 1s infinite alternate;
}
body._campanha_61 .combination-negresco .cereals-move-wrap .cereal.cereal-three {
    z-index: 2;
    top: 90px;
    left: calc(50% - 3px);
    animation: moveCerealThree 1s infinite alternate;
}
@keyframes moveCerealOne {
    0% {
        /* transform: translateX(calc(-50% - -35px)) scale(1.1); */
        transform: translate(calc(-50% - -35px), 0px) scale(1.1);
        top: 50px;
        left: calc(50% - 20px);
    }
    100% {
        /* transform: translateX(calc(-50% - -35px)) scale(1.1) rotate(-5deg);
        top: 30px;
        left: calc(50% - 30px); */
        transform: translate3d(calc(-50% - -25px), -25px, 0) scale(1.1) rotate(-5deg);
    }
}
@keyframes moveCerealTwo {
    0% {
        transform: translate(calc(-50% - -35px), 0px) scale(1.1);
        top: 70px;
    }
    100% {
        transform: translate3d(calc(-50% - -25px), 0px, 0) scale(1.1) rotate(20deg);
        /* top: 75px; */
    }
}
@keyframes moveCerealThree {
    0% {
        transform: translate(calc(-50% - -35px), 0px) scale(1.1);
        top: 90px;
        left: calc(50% - 3px);
    }
    100% {
        transform: translate3d(calc(-50% - -30px), 30px, 0) scale(1.1) rotate(15deg);
        /* top: 120px; */
    }
}
body._campanha_61 .evaluations-negresco {
    padding-top: 150px;
    display: none;
}
body._campanha_61 .evaluations-negresco h1 {
    font-family: var(--hvd-poster);
    font-size: var(--negresco-title);
    line-height: 1em;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}
body._campanha_61 .evaluations-negresco .average-rating {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}
body._campanha_61 .evaluations-negresco .average-rating  p {
    font-family: var(--carot-regular);
    font-size: var(--negresco-body-small);
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 15px;
    text-transform: uppercase;
}
body._campanha_61 .evaluations-negresco .rating-stars {
    position: relative;
}
body._campanha_61 .evaluations-negresco .rating-stars .empty-stars {
    display: flex;
    align-items: center;
}
body._campanha_61 .evaluations-negresco .rating-stars .empty-stars .star {
    background-image: url(../images/local/star-rating-empty.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 33px;
    height: 33px;
}
body._campanha_61 .evaluations-negresco .rating-stars .filled-stars {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
body._campanha_61 .evaluations-negresco .rating-stars .filled-stars .star {
    background-image: url(../images/local/star-rating-filled.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 33px;
    height: 33px;
    opacity: 0;
}
body._campanha_61 .evaluations-negresco .rating-stars .filled-stars .star.fill {
    opacity: 1;
}
body._campanha_61 .evaluations-negresco .rating-stars .star {
    margin-right: 5px;
}
body._campanha_61 .evaluations-negresco .rating-stars .star:last-child {
    margin-right: 0;
}
body._campanha_61 .evaluations-negresco .evaluation-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
body._campanha_61 .evaluations-negresco .evaluation-blocks .evaluation-block {
    width: calc(100% / 3 - 20px);
    padding: 20px;
    border-radius: 20px;
    background-color: var(--negresco-white-op);
    position: relative;
    min-height: 280px;
}
body._campanha_61 .evaluations-negresco .evaluation-block .user-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
body._campanha_61 .evaluations-negresco .evaluation-block .user-wrap .user-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--negresco-white-op);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body._campanha_61 .evaluations-negresco .evaluation-block .user-wrap .user-img img {
    width: 100%;
}
body._campanha_61 .evaluations-negresco .evaluation-block .user-wrap .user-img h1 {
    font-family: var(--carot-regular);
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    opacity: 40%;
}
body._campanha_61 .evaluations-negresco .evaluation-block .user-wrap p {
    font-family: var(--carot-regular);
    font-size: var(--negresco-body);
    margin-bottom: 0px;
    margin-top: 0;
}
body._campanha_61 .evaluations-negresco .evaluation-block .user-wrap span {
    font-family: var(--carot-regular);
    font-size: var(--negresco-body-smaller);
    opacity: 50%;
}
body._campanha_61 .evaluations-negresco .evaluation-block p {
    font-family: var(--carot-regular);
    font-size: var(--negresco-body);
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body._campanha_61 .evaluations-negresco .evaluation-block .rating-stars {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
body._campanha_61.scrolled.menuvisible header.menu.floating {
    background-color: var(--negresco-lightblue);
}
body._campanha_61 footer {
    margin-top: 0;
    background-color: var(--negresco-lightblue);
}
body._campanha_61 footer::before {
    background-color:var(--negresco-darkblue);
}
body._campanha_61 footer::after {
    content: "";
    background-image: url(../images/local/cereal-footer.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 111px;
    height: 111px;
    top: 20px;
    z-index: 3;
    right: 20%;
}
body._campanha_61 footer .logo_footer {
    position: relative;
    z-index: 4;
}
body._campanha_61 .evaluations-negresco .make-your-evaluation {
    padding: 40px 0;
}
body._campanha_61 .evaluations-negresco .make-your-evaluation p {
    font-family: var(--carot-regular);
    font-size: var(--negresco-body);
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
body._campanha_61 .evaluations-negresco .make-your-evaluation .evaluate-btn-wrap {
    width: fit-content;
    margin: auto;
}
body._campanha_61 header.menu .hello_logged div {
    color: var(--white);
}
body._campanha_61 header.menu .hello_logged div:after {
    background-image: url('../images/account-arrow-white.svg');
}
._campanha_61_avaliado .evaluated_container p span {
    background-color: var(--negresco-lightblue);
}
@media screen and (min-width: 1921px) {
    body._campanha_61 .negresgo-view .central-view {
        top: 50%;
        transform: translateY(-65%) scale(1.4);
        position: relative;
    }
}
/* @media screen and (max-height: 810px) and (min-height: 700px) {
    body._campanha_61 .negresgo-view .central-view {
        transform: scale(0.7);
        top: 0;
    }
    body._campanha_61 .negresgo-view {
        min-height: auto;
    }
}
@media screen and (max-height: 700px) and (min-width: 700px) and (max-width: 450px) {
    body._campanha_61#status_ .negresgo-view .central-view {
        transform: scale(0.65) translateY(-200px);
        top: 0;
    }
}
@media screen and (max-height: 800px) and (min-height: 500px) {
    body._campanha_61 .negresgo-view .central-view {
        transform: scale(0.6) translateY(-185px);
        top: 0;
    }
    body._campanha_61 .negresgo-view {
        min-height: auto;
    }
    body._campanha_61#status_ .negresgo-view {
        min-height: 370px;
    }
}
@media screen and (max-width: 700px) and (min-height: 600px) {
    body._campanha_61 .negresgo-view .central-view {
        transform: scale(0.9) translateY(-40px);
        top: 0;
    }
    body._campanha_61#status_ .negresgo-view .central-view {
        transform: scale(0.8) translateY(-100px);
        top: 0;
    }
    body._campanha_61#status_ .negresgo-view {

    }
} */
@media screen and (max-height: 800px) and (min-height: 500px) and (min-width: 1150px) {
    body._campanha_61 .negresgo-view .central-view {
        transform: scale(0.6) translateY(-185px);
        top: 0;
    }
    body._campanha_61 .negresgo-view {
        min-height: auto;
    }
    body._campanha_61#status_ .negresgo-view {
        min-height: 370px;
    }
}
@media screen and (max-width: 1150px) {
    :root {
        --negresco-main-container: 100%;
    }
    body._campanha_61 .about-product {
        padding-top: 70px;
    }
    body._campanha_61 .about-product .product-title {
        width: 100%;
    }
    body._campanha_61 .about-product .product-title img {
        width: 100%;
        margin: auto;
        display: block;
    }
    body._campanha_61 .about-product .product-title::before {
        left: 0;
        width: 89px;
        height: 75px;
        top: -45px;
    }
    body._campanha_61 .about-product .product-title::after {
        right: 0;
        width: 60px;
        height: 60px;
    }

}
@media screen and (max-width: 1070px) {
    :root {
        --negresco-view-center: 100%;
    }
    body._campanha_61 .negresgo-view .central-view,
    body._campanha_61 .negresco-center {
        padding: 0 20px;
    }
    body._campanha_61 .main-negresco .steps-negresco {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    body._campanha_61 .main-negresco .steps-negresco .step {
        padding-bottom: 20px;
        padding-left: 60px;
        padding-top: 9px;
    }
    body._campanha_61 .main-negresco .steps-negresco .step:before {
        top: 0px;
        width: 34px;
        height: 18px;
        padding: 10px 0px 5px 0px;
        z-index: 2;
        left: 0px;
    }
    body._campanha_61 .main-negresco .steps-negresco .step:after {
        left: 18px;
        width: 1px;
        height: 100%;
        top: 0px;
        z-index: 1;
    }
    body._campanha_61 .main-negresco .steps-negresco .evaluate-btn {
        width: fit-content;
    }
    body._campanha_61 .main-negresco .steps-negresco .step h3 {
        margin-top: 0;
    }
    body._campanha_61 .main-negresco .steps-negresco .step:nth-child(2):after {
        top: 35px;
        z-index: 0;
    }
    body._campanha_61 .main-negresco .negresco-center {
        padding-top: 70px;
    }
    body._campanha_61 .main-negresco .steps-negresco .you-are-here {
        top: -50px;
    }
}
@media screen and (max-width: 1050px) {
    :root {
        --negresco-title: 40px;
    }
    body._campanha_61 .negresgo-view .ancor-link {
        display: none;
    }
    body._campanha_61 .negresgo-view .central-view .ancor-link {
        display: block;
        position: static;
        transform: none;
        padding-top: 100px;
    }
    body._campanha_61 .negresgo-view .ancor-link {
        bottom: 0;
    }
    body._campanha_61 header.menu .logo img {
        margin: auto;
    }
    body._campanha_61#status_1 .negresgo-view {
        height: calc(100vh - 222px);
        min-height: 400px;
    }
    body._campanha_61#status_ .negresgo-view {
        height: calc(100vh - 143px);
        min-height: 370px;
    }
    body._campanha_61 .about-product {
        padding-top: 70px;
    }
    body._campanha_61 .combination-negresco .cereals-move-wrap .cereal {
        transform: translateX(calc(-50% - 0px));
    }
    body._campanha_61 .combination-negresco .negresco-center .text-img img {
        width: 80%;
    }
    body._campanha_61 .combination-negresco {
        padding-top: 70px;
    }
    body._campanha_61 .evaluations-negresco {
        padding-top: 100px;
    }
    body._campanha_61 .content::after,
    body._campanha_61 .content::before {
        display: none;
    }
    body._campanha_61 .negresgo-view .central-view {
        flex-direction: column;
    }
    body._campanha_61 .negresgo-view .central-view .img-view {
        width: 100%;
    }
    body._campanha_61 .negresgo-view .central-view .view-text {
        width: 100%;
        margin-top: 30px;
    }
    body._campanha_61 .negresgo-view .central-view .img-view img {
        width: 45%;
        margin: auto;
        display: block;
    }
    body._campanha_61 .negresgo-view .central-view .view-text .title-view-wrap h1 {
        display: block;
        text-align: center;
    }
    body._campanha_61 .negresgo-view .central-view .view-text .title-view-wrap img {
        display: none;
    }
    body._campanha_61 .negresgo-view .central-view .description-wrap {
        flex-direction: row;
        justify-content: center;
        text-align: center;
        margin-bottom: 0;
    }
    body._campanha_61 .negresgo-view .central-view .description-wrap p {
        margin-top: 0;
        margin-top: 0;
        text-align: left;
        margin-left: 15px;
        width: fit-content;
    }
    body._campanha_61 .negresgo-view .central-view .description-img {
        margin: 0;
        width: 150px;
    }
    body._campanha_61 .negresgo-view .central-view .description-img img {
        width: 100%;
    }
    body._campanha_61 .negresgo-view .evaluate-btn-wrap {
        width: fit-content;
        margin: auto;
    }
    body._campanha_61 .negresgo-view .central-view .view-text {
        position: relative;
    }
    body._campanha_61 .negresgo-view .central-view::before {
        right: unset;
        left: 125px;
        top: 40px;
        width: 35px;
        height: 35px;
    }
    body._campanha_61 .negresgo-view .central-view::after {
        right: 70px;
        bottom: unset;
        top: 35%;
        width: 70px;
        height: 70px;
        background-size: contain;
    }
}
@media screen and (max-width: 800px) {
    body._campanha_61 .evaluations-negresco .evaluation-blocks {
        flex-direction: column;
    }
    body._campanha_61 .evaluations-negresco .evaluation-blocks .evaluation-block {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) and (max-height: 599px) {
    body._campanha_61 .negresgo-view .central-view {
        top: 0;
        transform: none;
    }
}
@media screen and (max-width: 700px) and (max-height: 600px) {
    body._campanha_61 .negresgo-view .central-view {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 700px) {
    :root {
        --negresco-title: 35px;
    }
    body._campanha_61 .negresgo-view .central-view .ancor-link {
        padding-top: 50px;
    }
    body._campanha_61 .negresgo-view .central-view {
        padding: 20px;
        /* top: 0;
        transform: none; */
    }
    body._campanha_61 .negresgo-view .central-view .description-img {
        width: 130px;
    }
    body._campanha_61 .negresgo-view .central-view .description-wrap p {
        width: fit-content;
    }
    body._campanha_61 .negresgo-view .eqn-branding {
        display: none;
    }
    body._campanha_61 .negresgo-view .ancor-link a p {
        margin-bottom: 0;
    }
    body._campanha_61 .about-product .product-description-wrap {
        flex-direction: column;
    }
    body._campanha_61 .about-product .product-description-wrap .product-img-wrap {
        width: 100%;
    }
    body._campanha_61 .about-product .product-description-wrap .product-text-wrap {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    body._campanha_61 .about-product .product-title {
        margin-bottom: 70px;
    }
    body._campanha_61 .about-product .product-description-wrap .product-img-wrap img {
        width: 80%;
        height: auto;
        display: block;
        margin: auto;
    }
    body._campanha_61 .about-product .product-description-wrap .detail-wrap {
        margin-bottom: 0;
    }
    body._campanha_61 .combination-negresco {
        padding-top: 70px;
    }
    body._campanha_61 .combination-negresco .negresco-center {
        flex-direction: column;
    }
    body._campanha_61 .combination-negresco .cereals-move-wrap {
        width: 100%;
        margin: 30px 0;
        height: 145px;
    }
    body._campanha_61 .combination-negresco .cereals-move-wrap .cereal {
        position: relative;
        top: unset !important;
        left: unset !important;
        transform: translateX(0);

        width: fit-content;
        margin: auto;
    }
    body._campanha_61 .combination-negresco .cereals-move-wrap .cereal img {
        width: 100%;
    }
    body._campanha_61 .combination-negresco .negresco-center .text-img img {
        display: block;
        margin: auto;
        width: 80%;
    }
    body._campanha_61 .combination-negresco .cereals-move-wrap .cereal.cereal-one {
        transform: translateY(0);
        animation: moveMbCerealOne 1s infinite alternate;
    }
    body._campanha_61 .combination-negresco .cereals-move-wrap .cereal.cereal-two {
        transform: translate(25px, -100px);
        animation: moveMbCerealTwo 1s infinite alternate;
    }
    body._campanha_61 .combination-negresco .cereals-move-wrap .cereal.cereal-three {
        transform: translate(30px, -180px);
        animation: moveMbCerealThree 1s infinite alternate;
    }
    body._campanha_61 .negresgo-view .central-view .img-view img {
        width: 50%;
    }

    @keyframes moveMbCerealOne {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translate(-5px, -30px) rotate(-4deg);
        }
    }
    @keyframes moveMbCerealTwo {
        0% {
            transform: translate(25px, -100px);
        }
        100% {
            transform: translate(25px, -110px) rotate(20deg);
        }
    }
    @keyframes moveMbCerealThree {
        0% {
            transform: translate(30px, -180px);
        }
        100% {
            transform: translate(25px, -165px) rotate(20deg);
        }
    }
    body._campanha_61 footer::after {
        width: 75px;
        height: 75px;
        top: 40px;
    }
    body._campanha_61 .evaluations-negresco .make-your-evaluation {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    body._campanha_61 .negresgo-view .central-view .img-view img {
        width: 60%;
    }
    body._campanha_61 .negresgo-view .central-view .ancor-link {
        padding-top: 10px;
    }
}
@media screen and (max-width: 500px) {
    :root {
        --negresco-body: 16px;
        --negresco-body-small: 14px;
        --negresco-body-smaller: 12px;
    }
    body._campanha_61 .negresgo-view .central-view {
        top: calc(50% - 20px);
        transform: translateY(-50%);
    }
    body._campanha_61 .negresgo-view .central-view .ancor-link {
        padding-top: 10px;
    }
    body._campanha_61 header.menu {
        height: 55px;
        padding: 10px 20px;
    }
    body._campanha_61#status_1 .negresgo-view {
        height: calc(100vh - 183px);
    }
    body._campanha_61#status_ .negresgo-view {
        height: calc(100vh - 104px);
    }
    body._campanha_61 .negresgo-view .central-view .ancor-link {
        padding-top: 30px;
    }
    body._campanha_61 .evaluate-btn {
        padding: 15px;
    }
    body._campanha_61 .about-product .product-title::after {
        width: 35px;
        height: 35px;
    }
    body._campanha_61 .about-product .product-title::before {
        width: 50px;
        height: 50px;
    }
    body._campanha_61 .combination-negresco .cereals-move-wrap {
        width: 100%;
        margin: 30px 0;
        margin-top: -3px;
        height: 100px;
        transform: scale(0.7);
    }
    body._campanha_61 .about-product .product-description-wrap .detail-wrap {
        margin-bottom: 15px;
    }
    body._campanha_61 .about-product .product-description-wrap .detail-wrap .detail-img {
        width: 20%;
    }
    body._campanha_61 .evaluations-negresco .rating-stars .empty-stars .star {
        width: 24px;
        height: 24px;
    }
    body._campanha_61 .evaluations-negresco .rating-stars .filled-stars .star {
        width: 24px;
        height: 24px;
    }
    body._campanha_61 .evaluations-negresco .evaluation-blocks .evaluation-block {
        min-height: 250px;
    }
}
@media screen and (max-width: 450px) {
    :root {
        --negresco-title: 26px;
        --negresco-body: 12px;
        --negresco-body-small: 11px;
        --negresco-body-smaller: 10px;
    }
    body._campanha_61#status_1 .negresgo-view {
        height: calc(100vh - 155px);
    }
}
@media screen and (max-width: 400px) {
    :root {
        --negresco-title: 22px;
    }
    /* body._campanha_61 .negresgo-view .central-view {
        top: 0;
        transform: none;
        padding: 0;
    } */
    body._campanha_61 .negresgo-view .central-view .img-view img {
        width: 70%;
    }
    body._campanha_61#status_1 .negresgo-view .central-view .img-view img {
        width: 45%;
    }
    body._campanha_61 .negresgo-view .central-view .description-img {
        width: 25%;
    }
    body._campanha_61 .negresgo-view .central-view .description-wrap p {
        width: calc(55% - 15px);
    }
    body._campanha_61 .negresgo-view .central-view::after {
        right: 25px;
        width: 40px;
        height: 40px;
    }
    body._campanha_61 .negresgo-view .central-view::before {
        width: 20px;
        height: 20px;
        left: 45px;
    }
}
@media screen and (max-width: 350px) {
    body._campanha_61 .negresgo-view .central-view .description-img {
        width: 20%;
    }
    body._campanha_61 .negresgo-view .central-view .description-wrap p {
        width: calc(60% - 15px);
    }
    body._campanha_61 .negresgo-view .central-view .img-view img {
        width: 45%;
    }
}