.myLightbox {
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    display: none;
    color: #666;
    box-sizing: border-box;
    padding: 15px;
}

.myLightbox .lightBody {
    max-height: 100%;
    position: relative;
    height: 100%;
}

.myLightbox .lightBody .contentArea {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1000px;
    height: fit-content;
    max-height: 100%;
    margin: 0 auto;
    background-color: #FFF;
    border: 2px solid #CCC;
    padding: 10px;
    overflow-y: auto;
    box-sizing: border-box;
    line-height: 2;
    z-index: 901;
}

.myLightbox .lightNavArea {
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 902;
}

.myLightbox .lightNavArea .btnClose {
    background-color: #900;
    padding: 10px 20px;
    color: #FFF;
    margin: 0;
    display: inline-block;
    font-size: 12px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.myLightbox .lightNavArea .btnClose:hover {
    background-color: #DC2F2F;
}

.myLightbox .lightNavArea .btnClose .material-icons {
    vertical-align: middle;
    font-size: 16px;
}


.center {
    text-align: center;
}

.loadError {
    background-color: rgb(250, 233, 233);
    color: #900;
    text-align: center;
    padding: 10px;
}

.LB_codigoCupom {
    font-weight: normal;
    background-color: #edf8ee;
    padding: 10px;
}

.LB_codigoCupom .obs {
    font-size: 12px;
    font-style: italic;
    line-height: 2;
}

.LB_codigoCupom input {
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 16px;
}

/*=-=-=-=-=-=-=-=-=-=-=- CAMPOS FORM =-=-=-=-=-=-=-=-=-=-=-=-=*/
.none {
    display: none;
}

.linha {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: row;
}

.wrap {
    flex-wrap: wrap;
}

.linha .campo {
    padding: 10px 0;
    padding-right: 10px;
    box-sizing: border-box;
    min-width: 350px;
}

.linha .campo label {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: bolder;
    margin: 10px 0;
    margin-bottom: 0;
    margin-left: 5px;
}

.linha .campo .exemplo {
    font-style: italic;
    font-size: 10px
}


.linha .grow {
    flex: 30%;
}

.linha .textNome {
    min-width: 550px;
}

.linha .textEmail {
    min-width: 450px;
}


.linha .campo .text,
.linha .campo input,
.linha .campo select {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 18px;
}

.linha .campo select {
    font-size: 17px;
}

.linha .campo textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 18px;
    line-height: 28px;
    resize: vertical;
    height: 200px;
}

/*=-=-=-=-=-=-=-=-=-=-=- FINAL CAMPOS FORM  =-=-=-=-=-=-=-=-=-=-=-=-=*/


/*=-=-=-=-=-=-=--=-=-=-=-= MESSAGE SEND -=-=-=-=-=-=-=-=-=-=-=-=-=-==*/


.contentMessage {
    padding: 15px;
    font: bolder 16px verdana;
    line-height: 2;
    text-align: center;
    background-color: #FFF;
    color: #666;
}

.messageError {
    background-color: rgba(255, 234, 234, 0.9) !important;
    color: #900 !important;
}

.messageDone {
    background-color: rgba(236, 255, 230, 0.9) !important;
    color: #008C00 !important;
}

#targetJson {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 950;
    top: 0;
    /*background: rgba(255,255,255,0.8);*/
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    font-weight: bolder;
    color: #666;
    box-sizing: border-box;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

#targetJson .contentMessage {
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 800px;
    width: 100%;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);

}

#targetJson .messageError {
    border-color: none;
}

#targetJson .messageDone {
    border-color: none;
}

#targetJson .material-icons {
    vertical-align: middle;
    margin-right: 10px;
}

/*=-=-=-=-=-=-=--=-=- FINAL MESSAGE SEND -=-=-=-=-=-=-=-=-=-=-=-=-=-==*/







/*=-=-=-=-=-=-=-=-=-=- NOTIFICARION AREA =-=-=-=-=-=-===-=-=-=-=-=-=*/

#notification_area{
    position: fixed;
    bottom: 80px;
    left: 15px;
}

#notification_area_relative{
    position: relative;
}

#notification_area_content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#notification_area_content .item{
}

#mcom_notification_area {
    display: none;
}

#mcom_notification_area .mcom_display {
    width: 350px;
    background-color: rgba(164, 53, 240, 0.95);
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    line-height: 2;
    font-size: 13px;
    display: flex;
    align-items: stretch;
    gap: 20px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

#mcom_notification_area .mcom_display .mcom_display_ico {
    display: flex;
    align-items: center;
}

#mcom_notification_area .mcom_display .mcom_display_ico img {
    width: 60px;
}

#mcom_notification_area .mcom_display b {
    white-space: nowrap;
    font-size: 13px;
}

#mcom_notification_area .mcom_display .mcom_display_btnClose span {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    line-height: 1;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

#mcom_notification_area .mcom_display .mcom_display_btnClose span:hover {
    background-color: rgba(0, 0, 0, 0.5);
}




.mcom_header {
    background-color: rgb(46, 44, 44);
    border-bottom: 1px solid #666;
    display: flex;
    gap: 5px;
    align-items: stretch;
    font-size: 14px;
}

.mcom_header .mcom_header_col {
    flex: 1;
}

.mcom_header .mcom_minwidth {
    max-width: fit-content;
}

.mcom_header .mcom_header_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.mcom_header .mcom_header_logo img {
    height: 35px;
}

.mcom_header_search {
    padding: 10px;
}

.mcom_header_search form {
    flex: 1;
    display: flex;
    justify-content: right;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
    padding: auto !important;
}

.mcom_header_search .mcom_header_search_area {
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: stretch;
    max-width: 400px;
    gap: 5px;
    flex: 1;
    border-radius: 5px;
    position: relative;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_col {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_tipo {
    max-width: fit-content;
    cursor: default;
    border-right: 1px solid #CCC;
    position: relative;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_tipo:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_display_tipo {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_input input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    outline: none;
    color: #333;
    font-size: 14px;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_dropbox {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 2px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    display: none;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    z-index: 3;

}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_dropbox .mcom_dropbox_filter_area {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 10px;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_dropbox .mcom_dropbox_line h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_dropbox .mcom_dropbox_line .mcom_dropbox_cols {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_dropbox .mcom_dropbox_line .mcom_dropbox_cols label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_dropbox .mcom_dropbox_line .mcom_dropbox_cols label input {
    margin: 0;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_btn {
    max-width: fit-content;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_btn button {
    background-color: #6c9400;
    padding: 5px 10px;
    color: #EFEFEF;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.mcom_header_search .mcom_header_search_area .mcom_header_search_area_btn button:hover {
    background-color: #618501;
}

.mcom_header_nav {
    display: flex;
    align-items: stretch;
}

.mcom_header_nav a {
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.mcom_header_nav a:hover {
    background-color: #F7A508;
}

.mcom_footer {
    all: none;
    text-align: center;
    padding: 10px;
}

/*=-=-=-=-=-=-=-=-=-=- FINAL NOTIFICARION AREA =-=-=-=-=-=-===-=-=-=-=-=-=*/

/*-=-=-=-=-=-=-=-=-=-=- WHATSAPP AREA =-=-=-==-=-=-=-=-=-=-=-=-=-=-=-*/
.whatsapp_area {
}

.whatsapp_area a{
    display: flex;
    max-width: fit-content;
    align-items: center;
    gap: 10px;
    background-color: rgba(41,167,26,0.95);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #edf8ee;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.whatsapp_area a:hover{
    background-color: rgba(35, 128, 25, 1);
}

.whatsapp_area a .calltoaction{
    text-align: center;
    font-weight: bolder;
    font-size: 15px;
    line-height: 1.5;
}
/*-=-=-=-=-=-=-=-=-= FINAL WHATSAPP AREA =-=-=-==-=-=-=-=-=-=-=-=-=-=-=-*/

.habitual_content{
    padding:20px 30px;
}

.habitual_content .content{
    max-width: 1000px;
    margin: 0 auto;
    line-height: 2;
}

.habitual_content .content p{
    text-align: justify;
}

@media screen and (max-width: 500px) {

    .linha {
        display: block;
    }


    .linha .campo {
        padding-right: 0;
    }

}

@media screen and (max-width: 750px) {



    .mcom_header {
        flex-direction: column;
        align-items: center;
    }

    .mcom_header_search {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .mcom_header_search form {
        justify-content: left;
    }

    .mcom_header_search .mcom_header_search_area {
        max-width: 100%;
    }
}