html,
body {
    all: none;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    /*font-family: 'Roboto', sans-serif !important;*/
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

header {
    all: none;
}

main {
    flex: 1;
}

.mt_main_base {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgb(46, 44, 44);
    color: #FFF;
}

.mt_main_base .nav{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.mt_main_base .nav a{
    color:inherit;
}

.mt_main_base .nav a:hover{
    color: #85B200;
}

.mt_main_base .infor{
    margin: 0;
    padding: 0;
}

#contentBar {
    height: 100%;
}

#contentBar .mcom_main_iframe {
    width: 100%;
    height: 100%;
}

#contentBar .mcom_main_iframe iframe {
    width: 100%;
    height: 100%;
    border: none
}

#mcom_area .mcom_valor_area {
    padding: 20px;
}

#mcom_area .mcom_valor_area .mcom_gratuito {
    text-align: center;
    margin: 20px;
    font-size: 30px;
    font-weight: bolder;
    color: rgb(229, 245, 12)
}

#mcom_area .mcom_apartir p {
    line-height: 1.5;
    text-align: center;
}

#mcom_area .mcom_apartir p b {
    text-decoration: underline;
    font-size: 15px;
}

#mcom_area .mcom_apartir_valor_area {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
}

#mcom_area .mcom_apartir_valor_area .label span {
    font-size: 14px;
    display: block;
}

#mcom_area .mcom_apartir_valor_area .valor {
    font-size: 26px;
    font-weight: bolder;
    line-height: 1;
}

#mcom_area .mcom_apartir_valor_area .label {
    font-size: 20px;
}

#mcom_area .btnArea {
    text-align: center;
    margin: 20px 0 10px 0;
}

#mcom_lightbox_ofertas .mcom_lightbox_error {
    background-color: rgb(255, 236, 236);
    color: #900;
    text-align: center;
    padding: 10px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade {
    background-color: #EFEFEF;
    margin-bottom: 20px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade:last-child {
    margin-bottom: 0;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade h2 {
    background-color: rgb(82, 82, 82);
    color: #FFF;
    padding: 10px;
    font-size: 16px;
    margin: 0;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade h2 .material-icons {
    vertical-align: middle;
    margin-right: 10px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas {
    padding: 10px;
    display: flex;
    align-items: stretch;
    gap: 15px;
    color: rgb(85, 168, 85);
    flex-wrap: wrap;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta {
    background-color: #FFF;
    min-width: 200px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    gap: 5px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_header .mcom_oferta_periodo span {
    display: block;
    font-size: 11px;
    line-height: 1.5;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_header .mcom_oferta_periodo .mcom_tipo {
    cursor: pointer;
    color: cornflowerblue;
    text-decoration: underline;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_header .mcom_oferta_periodo .mcom_tipo:hover {
    color: #F90;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_header .mcom_oferta_turno {
    text-align: center;
    font-size: 11px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_header .mcom_oferta_turno span {
    display: block;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_header .mcom_oferta_turno .material-icons {
    vertical-align: middle;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios {
    display: flex;
    justify-content: center;
    padding: 10px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios .mcom_beneficios_btn {
    display: flex;
    gap: 10px;
    width: fit-content;
    border-radius: 5px;
    background-color: #d3066c;
    padding: 5px 10px;
    color: #FFF;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    align-items: center;
    cursor: pointer;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios .mcom_beneficios_btn_text {
    display: flex;
    gap: 5px;
    text-align: center;
    flex-direction: column;
    line-height: 1;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios .mcom_beneficios_btn_text .mcom_beneficios_entenda {
    font-size: 11px;
    font-style: italic;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios .mcom_beneficios_btn .material-icons {
    margin: 0;
    line-height: 1;
    vertical-align: middle;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios .mcom_beneficios_list {
    visibility: hidden;
    /* Inicialmente oculto */
    opacity: 0;
    position: fixed;
    width: fit-content;
    background-color: rgba(211, 6, 108, 0.9);
    color: #EFEFEF;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 999;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios .mcom_beneficios_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios .mcom_beneficios_list ul li {
    display: flex;
    gap: 5px;
    align-items: center;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios .mcom_beneficios_list ul li .material-icons {
    margin: 0;
    line-height: 1;
    vertical-align: middle;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_desconto {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_gratuito {
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_valores .mcom_oferta_valor {
    margin: 5px 0;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_valores .mcom_oferta_valores_de {
    color: #BBB;
    text-decoration: line-through;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_valores .mcom_oferta_valores_por {
    font-size: 18px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_valores .mcom_oferta_valores_cancel {
    color: #BBB;
    text-decoration: line-through;
    font-size: 16px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_valores .mcom_oferta_parcelamento {
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_valores .mcom_oferta_economia {
    border: 1px dashed rgb(85, 168, 85);
    color: rgb(85, 168, 85);
    text-align: center;
    padding: 5px;
    font-size: 12px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_valores .mcom_oferta_economia span {
    font-size: 16px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_footer .mcom_oferta_footer_btn button {
    padding: 10px;
    border: none;
    background-color: rgb(226, 147, 28);
    color: #FFF;
    font-weight: bolder;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_footer .mcom_oferta_footer_btn button:hover {
    background-color: rgb(179, 114, 16);
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_footer .mcom_oferta_footer_tipo {
    display: table;
    cursor: pointer;
    margin-bottom: 5px;
    background-color: rgb(218, 218, 218);
    color: #666;
    font-weight: normal;
    vertical-align: middle;
    font-size: 11px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_footer .mcom_oferta_footer_tipo div {
    display: table-cell;
    padding: 5px;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_footer .mcom_oferta_footer_tipo .mcom_ico {
    background-color: #777;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 10px;
    color: #FFF;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_oferta_footer .mcom_oferta_footer_tipo div span {
    margin-right: 2px;
    vertical-align: middle;
}

.mcom_light_tipo {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 5px;
    display: none;
}

.mcom_light_tipo p {
    color: #FFF;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.mcom_light_tipo .mcom_light_fechar {
    text-align: center;
    padding: 5px;
    cursor: pointer;
}


@media screen and (max-width: 650px) {


    #mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas {
        flex-direction: column;
    }

    #mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta {
        width: 100%;
        box-sizing: border-box;
    }


    #mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta .mcom_beneficios {
        justify-content:flex-start;
        margin-left: 0;
        padding-left: 0;
    }


}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas {
    padding: 10px;
    display: flex;
    align-items: stretch;
    gap: 15px;
    color: rgb(85, 168, 85);
    flex-wrap: wrap;
}

#mcom_lightbox_ofertas .mcom_bloco_unidade .mcom_bloco_ofertas .mcom_oferta {
    background-color: #FFF;
    min-width: 200px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    gap: 5px;
}