﻿/* FONTES DO CLIENTE */
@font-face {
    font-family: 'Gloria Hallelujah';
    src: url('../../../../../../../../../../fonts/Gloria_Hallelujah/GloriaHallelujah-Regular.ttf') format("truetype");
}

/* =================================== WRAPPER =====================================*/
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.67);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.67);
    }

    100% {
        transform: scale(1);
    }
}
/*End of Zoom out Keyframes */



/* =================================== GLOBALS =====================================*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}

body {
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    font-family: 'Roboto Slab', Calibri, Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, label {
    font-weight: normal;
}

a, a:hover, a:active {
    text-decoration: none;
    color: #FFF;
}

input, textarea, select {
    border-radius: 0px;
    display: inline-block;
}

    input:not([type=checkbox]), textarea, select {
        color: #909090;
        border: 1px solid lightgray;
        text-align: left;
        font-size: 11pt;
        height: 30px;
        width: 235px;
        line-height: 30px;
        padding: 0 5px !important;
    }

@media screen and (min-width:0\0) {
    select {
        background: none;
        padding: 0 0 0 5px !important;
        -webkit-appearance: initial;
        -moz-appearance: initial;
        appearance: initial;
    }
}

/**************************************************/
#cookieConsent {
    display: none !important;
    background-color: #4E5151 !important;
    border-color: none !important;
    border-bottom: 2px solid #B2DD4C !important;
    font-family: 'Open Sans', Calibri,sans-serif;
    text-align: center;
    font-size: 12px !important;
}

    #cookieConsent a, #cookieConsent a:focus, #cookieConsent a:active {
        color: #B2DD4C !important;
    }

    #cookieConsent span {
        font-size: 13px !important;
    }

    #cookieConsent button {
        color: #fff;
        background-color: #B2DD4C;
        border-color: #B2DD4C;
        width: 100px;
        display: block !important;
        float: none !important;
        text-align: center;
        margin-top: 20px;
        margin-left: calc(50% - 30px);
    }
/******************************************************/
.lang_container,
.lang_container_alternative {
    display:none !important;
    position: absolute;
    top: 0;
    right: 20px;
    height: 40px;
    width: 40px;
    background-color: #000;
    text-align: center;
    cursor: pointer;
}

    .lang_container span,
    .lang_container_alternative span {
        line-height: 34px;
        font-size: 13pt;
        font-weight: bolder;
        color: #FFF;
    }

.lang_selector {
    display: none;
    position: absolute;
    top: 41px;
    right: 20px;
    height: auto;
    width: 40px;
    text-align: center;
    display: none;
    background-color: #ededed;
    cursor: pointer;
}

    .lang_selector .lang {
        width: 100%;
        line-height: 34px;
        font-size: 13pt;
        display: block;
    }

    .lang_selector a,
    .lang_selector a:hover,
    .lang_selector a::selection {
        text-decoration: none;
        white-space: pre;
        color: #000 !important;
    }

#divnutriinfolinefront {
    padding: 5px;
}

/* Semaforos *************************************************/
#divnutritionalinfo {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    vertical-align: middle;
}

    #divnutritionalinfo div {
        display: inline-block;
        width: 50px;
        height: 71px;
        position: relative;
        background-size: 50px 71px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    #divnutritionalinfo > div > div {
        position: absolute;
        width: 50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 7px;
    }

        #divnutritionalinfo > div > div > span {
            color: black;
            display: block;
        }

    #divnutritionalinfo .img_gray {
        background-image: url("https://software.movelife.net/Images/Label/an_gray_v2.svg");
    }

    #divnutritionalinfo .img_grey {
        background-image: url("https://software.movelife.net/Images/Label/an_lightgray_v2.svg");
    }

    #divnutritionalinfo .img_green {
        background-image: url("https://software.movelife.net/Images/Label/an_green_v2.svg");
    }

    #divnutritionalinfo .img_yellow {
        background-image: url("https://software.movelife.net/Images/Label/an_yellow_v2.svg");
    }

    #divnutritionalinfo .img_red {
        background-image: url("https://software.movelife.net/Images/Label/an_red_v2.svg");
    }

    #divnutritionalinfo > div > div > span {
        text-align: center;
    }

        #divnutritionalinfo > div > div > span:first-child {
            text-transform: uppercase;
            font-size: 11px;
            margin-top: 2px;
        }

        #divnutritionalinfo > div > div > span:nth-child(2) {
            margin-top: 0px;
            font-size: 12px;
        }

        #divnutritionalinfo > div > div > span:last-child {
            font-size: 14px;
            margin-top: 3px;
            margin-left: 3px;
        }
/**************************************************/
#intolerances_imgs {
    display: inline-block;
    vertical-align: middle;
    text-align: center !important;
    margin: auto;
    /*width: 100% !important;*/
}

    #intolerances_imgs img {
        cursor: help;
        display: inline-block;
        vertical-align: top;
        width: 22px;
        height: 22px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        #intolerances_imgs img:nth-child(1n+7) {
            margin-bottom: 2px;
        }

/**************************************************/
.menu_legend {
    margin: 20px auto 40px auto;
    text-align: left;
    font-size: 10pt;
    max-width: 1200px;
    padding: 10px;
}

    .menu_legend > span:first-child {
        font-weight: 600;
        color: #000000;
    }

    .menu_legend > table {
        display: block;
        /*background-color: #DCDCDC;*/
        width: 100%;
        font-size: 7pt;
    }

        .menu_legend > table td {
            white-space: nowrap;
        }

        .menu_legend > table img {
            display: inline-block;
            vertical-align: middle;
            width: 22px;
            height: 22px;
            margin-top: 2px;
            margin-left: 4px;
            margin-bottom: 2px;
        }

        .menu_legend > table span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 4px;
            white-space: normal;
            word-wrap: break-word;
            max-width: calc(100% - 28px);
            font-weight: 500;
        }

        .menu_legend > table.showonsmall td {
            width: 50%;
        }

.legendcontainer {
    font-size: 10px;
    color: #909090;
    font-style: italic;
}
/** Pop Up Resumo *****************/
.cpreview {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    right: 0px;
    top: 0px;
    color: rgb(0, 0, 0);
    background: #FCFDFD;
    padding: 32px;
    position: fixed;
    width: 504px;
    height: 100vh;
    font-size: 13px;
    z-index: 99999;
}

@media (max-width:505px) {
    .cpreview {
        width: 100%;
    }
}

.mv-panel {
    position: relative;
    margin-top: 0px !important;
}

.mv-panel-default {
    width: 100%;
    height: 100%;
}

.mv-panel-heading {
    justify-content: space-between !important;
    display: flex !important;
    box-sizing: border-box;
    height: 62px;
    border-bottom: 1px solid #e0e0e0;
}

    .mv-panel-heading span {
        font-size: 17px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: -0.032vw;
        color: #282525;
        margin-bottom: 0;
    }

    .mv-panel-heading i {
        font-size: 21px;
        color: #282525;
        transition: all 0.5s linear;
        cursor: pointer;
    }

.mv-panel-description {
    display: block;
    font-size: 15px;
    line-height: 1.508em;
    font-weight: 500;
    margin-top: 50px;
    padding: 10px 15px !important;
}

.mv-panel-body {
    height: calc(100% - 205px);
    padding: 10px 0px;
    font-family: 'Open Sans', sans-serif;
    overflow-y: auto;
    font-weight: 400;
}

.ct-checkout-item {
    font-weight: 500;
    padding: 25px 0;
}

    .ct-checkout-item span {
        display: inline-block;
    }

        .ct-checkout-item span small {
            display: inline-block;
        }

/**************************************************/
.showonbig {
    display: table !important;
}

.showonsmall {
    display: none !important;
}

.footer_container {
    display:none;
}
/** Paperlink ************************************************/
.menuPaperlinkbutton {
    position: absolute;
    top: 90px;
    padding: 5px 10px;
    text-align: right;
    width: 100%;
    z-index: 7;
}

    .menuPaperlinkbutton a {
        cursor: pointer;
    }

        .menuPaperlinkbutton a label {
            cursor: pointer;
            color: #b2dd4c;
            font-weight: 500;
        }
/** AVALIAÇÃO **********/
.evaluationbutton {
    display: none;
}

.menu_evaluation {
    display: none;
    margin: 60px 40px 80px 40px;
    list-style-type: none;
    padding: 0;
}

.evaluationbutton {
    /*border-top: none !important;*/
    border-bottom: none !important;
    width: 100%;
    margin-bottom: 20px;
}

.evaluationbuttontext {
    position: relative;
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
    font-weight: 400 !important;
    font-style: normal !important;
    padding: 10px;
    font-size: 17px;
    color: #4E5151;
}

#evaluation_button .evaluationbuttontext:first-child {
    position: relative;
    display: block;
    width: 90%;
    font-weight: 500;
    font-size: 15px !important;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
    font-style: normal;
    padding: 10px;
}

.evaluationbuttonimage {
    display: block;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    padding: 5px;
}

    .evaluationbuttonimage .eval {
        display: inline-block;
        height: 50px;
        width: 50px;
        margin-right: 10px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        cursor: pointer;
    }

        .evaluationbuttonimage .eval.blue {
            background-image: url('https://software.movelife.net/Images/Smiles/blue-smile.png');
        }

        .evaluationbuttonimage .eval.blueoff {
            background-image: url('https://software.movelife.net/Images/Smiles/blue-gray-smile.png');
        }

        .evaluationbuttonimage .eval.green {
            background-image: url('https://software.movelife.net/Images/Smiles/green-smile.png');
        }

        .evaluationbuttonimage .eval.greenoff {
            background-image: url('https://software.movelife.net/Images/Smiles/green-gray-smile.png');
        }

        .evaluationbuttonimage .eval.yellow {
            background-image: url('https://software.movelife.net/Images/Smiles/yellow-smile.png');
        }

        .evaluationbuttonimage .eval.yellowoff {
            background-image: url('https://software.movelife.net/Images/Smiles/yellow-gray-smile.png');
        }

        .evaluationbuttonimage .eval.red {
            background-image: url('https://software.movelife.net/Images/Smiles/red-smile.png');
            margin-right: 0;
        }

        .evaluationbuttonimage .eval.redoff {
            background-image: url('https://software.movelife.net/Images/Smiles/red-gray-smile.png');
            margin-right: 0;
        }


.evaluation, .evaluation-step {
    display: none;
    position: relative;
    background: no-repeat !important;
    margin: 0px auto 40px auto !important;
    max-width: 500px;
}

.evaluation_question {
    background: none !important;
    margin: 5px;
    text-align: center;
}

.evaluation .btncontainer {
    width: 100%;
    text-align: center;
}

.evaluation .btnsavesimple {
    width: 80%;
    text-align: center;
    background-color: #B2DD4C !important;
    border: 2px solid #B2DD4C !important;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 15px !important;
    max-width: 120px;
    height: 35px;
}
/** Pop Up Resumo *****************/
.cpreview {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    right: 0px;
    top: 0px;
    color: rgb(0, 0, 0);
    background: #FCFDFD;
    padding: 32px;
    position: fixed;
    width: 504px;
    height: 100vh;
    font-size: 13px;
    z-index: 99999;
}

@media (max-width:505px) {
    .cpreview {
        width: 100%;
    }
}

/**************************************************/
.item_box_download {
    vertical-align: top;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 5px 100px;
}

.item_box_download_icon {
    vertical-align: top;
    position: absolute;
    bottom: 5px;
    right: 45px;
}

.btn_download {
    backface-visibility: hidden;
    border: 2px solid #B2DD4C;
    color: #fff;
    text-align: center;
    background-color: #B2DD4C;
}

.mv_btn_rotate {
    position: absolute;
    bottom: 5px;
    right: 6px;
    cursor: pointer;
}

    .mv_btn_rotate i {
        --fa-primary-color: #B2DD4C;
        --fa-secondary-color: #B2DD4C;
        font-size: 22px;
        color: #B2DD4C;
        cursor: pointer;
    }

.mv-icon-list-green-plus {
    --fa-primary-color: #451111;
    --fa-secondary-color: #B2DD4C;
    font-size: 36px;
    color: #b2dd4c;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
/************************************************************************************************************************************************/
/**************************************************/
.submenu_header,
.submenu_header_alternative {
    position: fixed;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 10;
    background: #fff;
}

#about {
    display: none !important;
    float: right;
    position: relative;
    top: 60px;
    padding: 2px 0 2px 135px;
    width: 100%;
    background-color: #b2dd4c;
}

#aboutreturn {
    display: none !important;
    float: right;
    position: relative;
    top: 60px;
    padding: 2px 0 2px 135px;
    width: 100%;
    background-color: #b2dd4c;
}

.submenu_header h1 {
    display: none !important;
    display: inline-block;
    margin: 0px;
    padding: 4px 20px;
}

.logo_container {
    display: none !important;
    position: fixed;
    display: flex;
    height: 95px;
    width: 100px;
    background-color: rgb(255, 255, 255);
    left: 20px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

    .logo_container img {
        display: block;
        max-height: 90px;
        max-width: 90px;
    }

.menu_title {
    display: none !important;
    position: fixed;
    font-size: 19px;
    text-align: center;
    color: #b2dd4c;
    font-weight: 500;
    padding: 15px 5px;
    z-index: 10;
    width: 100%;
}


/******************/
.capit_container, .capit_container_alternative {
    position: absolute;
    top: 65px;
    right: 10px;
    max-width: 120px;
    color: #0373AA;
    text-align: center;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 14px;
    z-index: 1000;
}

    .capit_container span, .capit_container_alternative span {
    }

.capit_selector {
    position: absolute;
    display: none;
    top: 90px;
    right: 0;
    height: auto;
    min-width: 85px;
    text-align: right;
    font-family: 'Open Sans';
    cursor: pointer;
    padding-right: 10px;
    font-weight: 400;
    background-color: #ededed;
    z-index: 1000;
}

    .capit_selector .lang {
        width: 100%;
        line-height: 40px;
    }

    .capit_selector a,
    .capit_selector a:hover,
    .capit_selector a::selection {
        text-decoration: none;
        white-space: pre;
        color: #212121 !important;
    }

/******************/
/************************************************************************************************************************************************/
#dateselector {
    position: relative;
    margin-top: 0px;
}

.menu_date {
    display: block;
    margin: 15px auto 20px auto;
    font-size: 1.8em;
    text-align: center;
    color: #000;
    padding: 0px;
    padding: 10px;
}

.menu_date_alternative {
    display: none !important;
}
a.menu_date {
    font-size: 1.5em;
    text-align: center;
    color: #FFF;
    background-color: #000;
    text-transform: uppercase;
    border: 2px solid #e77817;
    padding: 0px 6px 3px 6px;
}

.menu_date_alternative {
    display: block;
    margin: 15px auto 20px auto;
    font-size: 1.8em;
    text-align: center;
    color: #000000;
    padding: 0;
    padding: 10px;
}

a.menu_date_alternative {
    display: block;
    font-size: 2em;
    text-align: center;
    color: #FFF;
    background-color: #000;
    text-transform: uppercase;
    margin: 0px 10px 0px 10px;
    border: 2px solid #e77817;
    padding: 0px 0px 4px 0px;
}

.mv-calendar-day-selector {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.mv-calendar-day-img {
    --fa-primary-color: #000000;
    --fa-secondary-color: #e77817;
    color: #0373AA;
    cursor: pointer;
    font-size: 70px;
}

/*timepicker*/
#ui-datepicker-div {
    border: none;
    background: #e77817;
    border-radius: 3px !important;
    font-family: 'Open Sans', sans-serif;
    width: 215px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none;
    border-radius: 0;
    padding-top: 5px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 500;
    border: none;
}

a.ui-datepicker-prev.ui-corner-all {
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(https://software.movelife.net/documents/menus/default/ui-icons.png) !important;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-datepicker table {
    color: #4E5151;
    font-size: 10px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    height: 25px;
    font-size: 12px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none !important;
    background: #4E5151 !important;
    color: #fff !important;
}

/** menu_list ************************************************/

.menu_list {
    position: relative;
    margin: 0px auto 40px auto;
    padding: 10px;
}

.menu_separators_list {
    display: block;
    margin: 20px 0px 20px 0px;
    list-style-type: none;
    padding: 0;
}

    .menu_separators_list li {
        border-margin-bottom: 40px;
        cursor: pointer;
        padding: 0px 25px;
    }
    .menu_separators_list li::marker {
       display:none;
    }

        .menu_separators_list li h1 {
            font-size: 36px;
            font-family: 'Gloria Hallelujah';
            text-align: center;
            color: #000;
            padding-top: 12px;
        }

.menu_separators_list_border {
    border-color: #e77817;
    border-top-width: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 30%;
    border-bottom-style: solid;
    border-top-style: solid;
}


.text1, .text2, .text3, .text4 {
}

/* *************************************/
.menu_submenu {
    position: relative;
    margin: 15px auto 40px auto;
    width: 100%;
}

.menu_submenu_header {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 5px;
}

.mv-icon-back {
    font-size: 30px;
    --fa-primary-color: #000000;
    --fa-primary-opacity: 0.8;
    --fa-secondary-color: #ffffff;
    --fa-secondary-opacity: 1;
    vertical-align: middle;
    cursor: pointer;
}

.menu_submenu_header h1 {
    font-size: 34px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Gloria Hallelujah';
    padding-left: 5px;
}

/** Recipes ***************************/
.flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    max-width: 1200px;
}

.item_box {
    display: inline-block;
}

.box {
    position: relative;
    width: 380px;
    height: 200px;
}

.box_big {
    position: relative;
    width: 310px;
    height: 420px;
}

.card {
    margin: 10px;
}

.front {
    background-color: rgb(255, 255, 255) !important;
    border: 2px solid #e77817;
}

.back {
    background-color: rgb(255, 255, 255) !important;
    border: 2px solid #e77817;
}

.item_box_body {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.item_box_header {
    position: relative;
    padding: 2px;
    text-align: center;
}

.box_header {
    height: 90px;
}

.box_header_big {
    height: 325px;
}

.clientmeal {
    display: block;
    position: absolute;
    color: #0373AA;
    font-size: 12px;
    font-weight: 600;
    padding-top: 2px;
    text-decoration: underline;
    right: 10px;
    z-index: 1;
}

.clientmeal_big {
    display: block;
    width: 100%;
    position: absolute;
    color: #0373AA;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-top: 2px;
    text-decoration: underline;
    z-index: 1;
}

.item_box_header .item_box_title {
}

.title_small {
    margin-top: 26px;
}

.item_box_header .item_box_title h3 {
    margin: 5px auto 5px auto;
    font-size: 24px;
    font-family: 'Gloria Hallelujah';
    text-align: center;
    color: #e77817;
    font-weight: 500;
    padding: 0px 5px;
}

.item_box_header .item_box_title h5 {
    margin: 0px auto 10px auto;
    font-size: 16px;
    color: #444444;
    font-weight: 300;
    padding: 0px 5px;
}

.item_box_header .item_box_image_wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.item_food_types {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    padding-right: 5px;
    padding-top: 2px;
}

.item_food_types_big {
    display: block;
    width: 100%;
    position: absolute;
    margin-top: -25px;
    text-align: right;
    padding-right: 5px;
}

.item_box_header .item_box_image {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0 auto;
    height: 180px;
    position: relative;
    overflow: hidden;
}

    .item_box_header .item_box_image img {
        position: relative;
        width: 100%;
        max-height: 180px;
    }

    .item_box_header .item_box_image:hover {
        -webkit-animation: zoomin 5s ease-in infinite;
        animation: zoomin 5s ease-in infinite;
        cursor: pointer;
    }



.item_box_nutri {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 0px;
}

.nutri_back {
    bottom: 5px;
    text-align: left;
    padding-left: 10px;
}

.nutri_back_big {
    bottom: 45px;
}

.item_box_alergens {
}

.item_box_nutri_cal {
}

.divitemboxprice {
    position: absolute;
    bottom: 5px;
    width: 155px;
}

    .divitemboxprice .item_box_price {
        display: inline-flex;
        width: 100%;
        align-items: flex-start;
        text-align: right;
        flex-direction: row-reverse;
        justify-content: center;
    }

        .divitemboxprice .item_box_price .pricelabel {
            font-family: 'Open Sans', sans-serif;
            font-weight: 500;
            color: #202020;
        }

        .divitemboxprice .item_box_price .halfdose div.pricevalue {
            font-size: 17px;
        }

        .divitemboxprice .item_box_price .halfdose div.pricetext {
            font-size: 12px;
            font-weight: 300;
            color: #909090;
            margin-top: -6px;
        }

        .divitemboxprice .item_box_price .dose div.pricevalue {
            font-size: 17px;
        }

        .divitemboxprice .item_box_price .dose div.pricetext {
            font-size: 12px;
            font-weight: 300;
            color: #909090;
            margin-top: -6px;
        }

        .divitemboxprice .item_box_price .unit div.pricevalue {
            font-size: 17px;
        }

        .divitemboxprice .item_box_price .unit div.pricetext {
            font-size: 12px;
            font-weight: 300;
            color: #909090;
            margin-top: -6px;
        }

.flip_nutri {
    cursor: pointer;
    text-align: right;
    bottom: 2px;
    position: absolute;
    width: 100%;
    padding-right: 5px;
    color: #e77817;
    font-weight: 500;
}

.item_box_title_back {
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

    .item_box_title_back .h3_small {
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 2px;
    }

    .item_box_title_back .h3_big {
        color: #e77817;
        font-size: 15px;
        font-weight: 500;
    }

.item_box_ingredients {
    width: 100%;
    padding: 0 5px;
    text-align: center;
    line-height: normal;
    color: #202020;
}

.nutri_notes {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    padding: 0px 5px;
}

.nutri_notes_big {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 18;
    -webkit-box-orient: vertical;
    padding: 0px 5px;
}

.ingredients_list {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    padding: 0px 5px;
}

.ingredients_list_big {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 18;
    -webkit-box-orient: vertical;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    padding: 0px 5px;
}

.nutrititle .h3_small {
    display: none;
}

.nutrititle .h3_big {
    font-size: 15px;
    font-family: 'Raleway', Calibri, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    line-height: 8px;
}

.nutrititle_line {
    display: block;
    height: 3px;
    background-color: #B2DD4C;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    margin-bottom: 15px;
}

/****** Separador Menu Fixo *******************************/
.mv-separator {
    min-height: 60px;
}

    .mv-separator .container_wrapper {
    }

        .mv-separator .container_wrapper .mv-scrollcontainer {
        }

            .mv-separator .container_wrapper .mv-scrollcontainer .mv-lines {
            }

                .mv-separator .container_wrapper .mv-scrollcontainer .mv-lines .mv-options {
                    height: 150px;
                    min-width: 250px;
                    border: 2px solid #e77817;
                    position: relative;
                    border-radius: 2px;
                    background: #ffffff;
                    cursor: pointer;
                    margin: 0.5%;
                }

                    .mv-separator .container_wrapper .mv-scrollcontainer .mv-lines .mv-options a {
                        height: 150px;
                        width: 2500px;
                    }

                    .mv-separator .container_wrapper .mv-scrollcontainer .mv-lines .mv-options span {
                        position: absolute;
                        bottom: 0;
                        right: 4px;
                        font-size: 19px;
                        font-weight: 600;
                        color: #202020;
                        text-align: right;
                        width: 94%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: initial;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        font-family: 'Gloria Hallelujah';
                        text-shadow: 0px 0px 4px #FFFFFF;
                    }

#ct-separator_98 {
    display: block;
    background-image: url(https://doccentermovelife.azurewebsites.net//Find.ashx?link=04038cdc-b54d-4b1c-88fa-d26fc7cd400b);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#ct-separator_99 {
    display: block;
    background-image: url(https://doccentermovelife.azurewebsites.net//Find.ashx?link=311bd882-83e9-4f64-aeb1-5aa4fc3b6d80);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#ct-separator_106 {
    display: block;
    background-image: url(https://doccentermovelife.azurewebsites.net//Find.ashx?link=a3c08519-64d9-4eab-bee8-d4c2005fc8b9);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#ct-separator_105 {
    display: block;
    background-image: url(https://doccentermovelife.azurewebsites.net//Find.ashx?link=fd5c0137-398c-46f3-9dc0-0f5682a1d507);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

/*********responsive_media _queries********/
@media only screen and (max-width: 414px) {
    .showonbig {
        display: none !important;
    }

    .showonsmall {
        display: table !important;
    }

    .legendcontainer {
        display: block;
    }

    .menuPaperlinkbutton {
        top: 65px;
        right: 10px;
    }

        .menuPaperlinkbutton a {
            font-size: 12px;
        }

    .logo_container {
        height: 90px;
        width: 90px;
        left: 10px;
    }

        .logo_container img {
            max-height: 85px;
            max-width: 85px;
        }

    .menu_title {
        font-size: 16px;
        padding-left: 110px;
        text-align: left;
        padding-top: 30px;
    }

    .lang_container {
        height: 30px;
        width: 30px;
    }

        .lang_container span {
            line-height: 32px;
        }

    .lang_selector {
        top: 30px;
        width: 30px;
    }

        .lang_selector .lang {
            line-height: 32px;
        }

    .menu_submenu {
    }

    #about, #aboutreturn {
    }
}

/** aboutmain ************************************************/
.aboutmain {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: none;
    margin: 170px auto 10px auto;
}

.aboutcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 0px;
}

.aboutcontent {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    margin: auto;
}

    .aboutcontent .headerimage {
        width: 100%;
        display: none;
    }

    .aboutcontent .header_title {
        display: block;
        font-size: 17px;
        color: #4E5151;
        margin: 10px auto 10px auto;
        text-decoration: underline;
    }

    .aboutcontent .name {
        font-size: 27px;
        color: #000000;
        display: block;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .aboutcontent .address {
        font-size: 15px;
        color: #909090;
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .aboutcontent .phones {
        font-size: 15px;
        color: #909090;
        display: block;
        margin-bottom: 10px;
    }

    .aboutcontent .email {
        font-size: 15px;
        color: #909090;
        display: block;
        margin-bottom: 10px;
    }

    .aboutcontent .www {
        width: 100%;
        font-size: 19px;
        color: #909090;
        display: block;
        margin-bottom: 10px;
    }

    .aboutcontent .socialmediacontainer {
        font-size: 15px;
        color: #909090;
        display: block;
        margin-bottom: 10px;
    }

        .aboutcontent .socialmediacontainer img {
            display: inline-block;
        }
