.popupBoxNews {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%!important;
    overflow-y: scroll;
    overscroll-behavior: contain;
}
.contPromo {
    margin-top: 60px;
}
.popUp {
    background-color: #fff;
    max-width: 930px;
    width: 100%;
    height: 100%;
    color: #143763;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
}
.lightbox1{ 
    max-height: 687px;
}
.lightbox2{
    max-height: 596px;
}
.popUp .conteudo{width: 100%;}
.popUp .btn_close{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -25px;
    margin-right: -25px;
}
.popUp .bkg_left{
    max-width: 367px;
}
.popUp .bkg_left img{
    display: block;
}
.lightbox1 .conteudo{padding: 90px 20px;}
.lightbox2 .conteudo{padding: 70px 20px;}
.lightbox3 .conteudo{padding: 80px 20px;}
.popUp .conteudo h1{text-align: left;font-size: 20px;font-weight: 600;padding-bottom: 12px;}
.lightbox3 .conteudo h1{font-size: 18px;display: flex;}
.lightbox3 .conteudo .stars-nota{margin-left: 30px;}
.popUp .conteudo p{text-align: left;line-height: 25px;padding-bottom: 20px;}
.popUp .conteudo h5{text-align: left;font-size: 12px;}
.popUp .conteudo .nomecurso {
    margin-top: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    text-align: left;
}
.popUp .conteudo .nomecurso h4 {
    border-bottom: 1px solid #2e4150;    
}
.popUp .conteudo .formulario{
    width: 100%;
    text-align: left;
}
.popUp .formulario .row + .row{
    margin-left: 55px;
    margin-top: 0;
}
.size1{
    flex: 1;
}
.popUp .alginitems{
    padding-bottom: 10px;
}
.popUp .input_msg{
    border: 1px solid;
    border-color: #2e4150;
    width: 100%;
    height: auto;
    min-height: 137px;
}
.popUp .input_msg::placeholder{
    color: #2e4150;
    padding: 18px 20px;
}
.popUp .btn_form{
    color: #fff;
    background-color: #2E86DE;
    padding: 6px 63px;
    text-decoration: none;
    font-weight: 100;
    font-size: 20px;
}
.popUp .btn_form:hover{
    background-color: #45AAF2;
}
select.default{
    background: url(../icones/select_icon.png) center right!important;
    background-repeat: no-repeat!important;
}
.popUp .conteudo .anexar_arquivo{
    min-height: 70px;
    width: 100%;
    display: block;
    padding-top: 30px;
    text-align: left;
}
.popUp .conteudo .anexar_arquivo .anexar{
    padding: 6px 26px;
}
.popUp .conteudo .anexar_arquivo span{
    padding-left: 20px;
}
.lightbox3 .conteudo .formulario{
    padding: 20px 25px 10px;
}
.popUp .agradecimento p{
    text-align: center;
    font-size: 18px;
    color: #54A0FF;
    line-height: 35px;
}
.popUp .agradecimento p span{
    background-color: #54A0FF;
    padding: 5px 10px;
    color: #fff;
}
.popUp2{
    min-height: 500px;
    display: flex;
    align-items: center;
    align-content: center;
}

/* Checkout */

/*lightbox*/

.lightbox_fundo {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    z-index:5000;
}
div.lightboxContent {
    width:480px;
    margin-left:-240px;
    margin-top:160px!important;
    left:50%;
    background:#ffffff;
    position:fixed;
    overflow:hidden;
    z-index:5002;
    border:1px solid #dfdfdf;
}
div.lightboxContent a.lbFechar {
    float:right;
    clear:both;
    position:relative;
    width: 35px;
    height: 35px;
    color: #e5ae00;
    font-size: 18px;
    text-align:center;
    line-height: 35px;
    font-weight:bold;
}
div.lightboxContent .titulo{
    color: #5f5f5f;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: block;
    }
div.lightboxContent p{
    color:#727272;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    }
div.lightboxContent a.bt_cancel{
    background:url(../../imagens/imagens_verde/botoes/bt_cancel.gif) no-repeat 0 0;
    display:block; width:135px; height:22px; text-indent:-5000em;
    margin:0 auto; float:left;
    }
div.lightboxContent div.container_lb{
    padding: 20px 16px;
    }
div.lightboxContent div.container_lb div.boxBotao{
    clear:both;
    overflow:hidden;
    width:222px;
    margin:0 auto;
    }
div.lightboxContent div.container_lb div.boxBotao a{margin: 30px 0 10px 0;}
    
div.lightboxContent2 {
    width:500px;
    margin-left:-250px;
    left:50%;
    background:#ffffff;
    position:fixed;
    /*overflow:hidden;*/
    z-index:5002;
    border:25px solid #f2f2f2;
}
div.lightboxContent2 a.lbFechar {
    float:right;
    clear:both;
    position:relative;
    background:#e67b3e;
    width:25px;
    height:25px;
    margin-right:-25px;
    margin-top:-25px;
    font:18px Arial, Helvetica, sans-serif;
    color:#ffffff;
    text-align:center;
    line-height:25px;
    font-weight:bold;
}
div.lightboxContent2 div.container_lb{
    padding:25px;
    width:450px;
    clear:both;
    }
div.lightboxContent2 div.container_lb div.linhaCampo{
    clear:both; overflow:hidden; margin-bottom:14px;
    }
div.lightboxContent2 div.container_lb div.linhaCampo p{
    font:14px Arial, Helvetica, sans-serif; color:#727272;
    margin-bottom:4px;
    }
div.lightboxContent2 div.container_lb div.linhaCampo label{
    font:12px Arial, Helvetica, sans-serif; color:#727272;
    padding:0 0 0 6px;
    }
div.lightboxContent2 div.container_lb div.linhaCampo a.bt_enviar{
    background:#e67b3e; width:159px; margin: 0 auto; padding:13px 0; text-align:center; height:auto; display:block; color:#ffffff; text-transform:uppercase; font:14px/14px Arial, Helvetica, sans-serif; border-radius: 5px;
    }
    
div.lightboxContent2 div.campo288{
    width:448px; height:33px;
    }
div.lightboxContent2 div.campo288 input{
    width:432px; margin:10px 8px;
}
div.lightboxContent2 div.container_lb div.linhaCampo input[type="checkbox"]{
    width:25px; height:25px; float:left;
    }
div.lightboxContent2 div.container_lb div.linhaCampo input[type="checkbox"] + label{
    line-height:25px;
    }


/* Ion.RangeSlider
// css version 2.0.3
// ï¿½ 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.bglightbox{background:#000; position:fixed; left:0; top:0; width:100%; height:100%; z-index:999;-moz-opacity: 0.70;  -khtml-opacity: 0.70;  opacity: 0.70;  filter:alpha(opacity=70);}
.lightboxMensagem{width:500px; height: auto; background:#F6F5F1; position:fixed; left:50%; top: 10%; margin: 0 0 0 -250px; z-index:9999;padding-bottom: 30px; text-align:center;}
.lightboxMensagem .btFechar{font-size:25px; line-height:25px; color:#ffffff; text-transform:uppercase; font-family:'OpenSansLight', Arial, Helvetica, sans-serif; background:#b9b7ad; position:absolute; right: 15px; top: 15px;padding: 5px 14px;text-decoration: none;}
.lightboxMensagem .btFechar:hover{background:#333;}
.lightboxMensagem .tituloBloco{font-size: 13px; line-height: 16px; color: #1d1d1d; padding-bottom: 0;text-align: center ;padding: 0 45px;}
.lightboxMensagem .titulo{font-size: 20px; text-transform:uppercase; line-height: 21px;margin-top: 45px;padding-bottom: 15px;}
.lightboxMensagem .botao{background: #CD1C22 url(../imagens/layout/bg_bt.jpg) repeat-x 0 100%; font-size:14px; line-height:14px; color:#fff; text-decoration:none;text-transform: uppercase;display: inline-block;margin-top: 0;min-width: 100px;padding: 16px 15px;  border-radius: 5px; text-align:center;margin: 30px 10px 0;}
.lightboxMensagem .botao:hover{background:#AC1316;}

.lightboxMensagem2{width: 380px; height: auto; background: #F6F5F1 url(../imagens/layout/bg_grid_imagens.jpg) no-repeat 252% 65%; position:fixed; left:50%; top: 10%; margin: 0 0 0 -250px; z-index:9999;padding: 50px 95px;background-size: 90%;}
.lightboxMensagem2 p{font-size:14px; line-height:16px; color:#666666;}
.lightboxMensagem2 .botao{background: #CD1C22 url(../imagens/layout/bg_bt.jpg) repeat-x 0 100%; font-size:14px; line-height:14px; color:#fff; text-decoration:none;text-transform: uppercase;display: inline-block;margin-top: 0;min-width: 40px;padding: 16px 15px;  border-radius: 5px; text-align:center;margin: 20px 0 0; float:right;}

.lightboxMensagem.relgulamento{width:650px; top:50%; margin-left:-325px; height:500px; margin-top:-250px;}
.lightboxMensagem.relgulamento .boxTextos{display:inline-block; margin: 0 20px;text-align: left; height: 424px;overflow-y: scroll;font-size: 15px;overflow: auto; width: calc(100% - 40px);}
.lightboxMensagem.relgulamento .boxTextos p{font-size:13px; line-height:18px; margin-top:20px;}
.lightboxMensagem.relgulamento .boxTextos span{font-size: 15px!important;font-weight: normal!important;}
.lightboxMensagem.relgulamento .boxTextos a{color: #CD1C22;}

.lightboxStep1{width: 725px;text-align: left;height: auto;background: #f6f5f1;position:fixed;left: 50%;top: 5%;margin: 0 0 0 -343px;z-index:9999;padding: 27px 14px 20px;background-size: 90%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.lightboxStep1 .linha1{display: -webkit-box;display: -ms-flexbox;display: flex;height:auto;width: 100%;padding-right: 58px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.lightboxStep1 .imgProd{ margin-right:10px; float:left;}
.lightboxStep1 .imgProd img{width:110px; height:110px; display:block; -o-object-fit:cover; object-fit:cover; border:1px solid #cacaca; -webkit-box-sizing:border-box; box-sizing:border-box}
.lightboxStep1 .boxTxt{float: left;margin-right: 10px;width: 355px;-webkit-box-flex: 1;-ms-flex: 1 1 355px;flex: 1 1 355px;}
.lightboxStep1 .boxTxt p strong{ text-transform:uppercase;}
.lightboxStep1 .boxTxt a{color: #b02226;font-size: 12px;margin-bottom:5px;text-decoration:none;}
.lightboxStep1 .boxTxt a:hover{color: #797979; text-decoration:underline;}
.lightboxStep1 .extra-links{display:inline-block;-webkit-box-flex: 0;-ms-flex: 0 0 186px;flex: 0 0 186px;width: 186px;}
.lightboxStep1 .add_fav,
.lightboxStep1 .tabela_nutri{width: 90px;color: #666666;font-size: 12px;line-height: 13px;margin-bottom: 5px;text-decoration: none;display: inline-block;text-align: center;padding-top: 40px;margin-top: 5px;}
.lightboxStep1 .add_fav{background: url(../imagens/icones/ico_favoritos3.png) no-repeat 50% 0;}
.lightboxStep1 .tabela_nutri{background: url(../imagens/icones/ico_pdf_tabela.png) no-repeat 50% 0;}
.lightboxStep1 .add_fav:hover,
.lightboxStep1 .tabela_nutri:hover{color: #797979; text-decoration:underline;}
.lightboxStep1 .boxPassos{display:inline-block;margin-top: 20px;margin-bottom: 10px;}
.lightboxStep1 .boxPassos p{margin-bottom:5px;color:#1d1d1d;text-transform: uppercase;}
.lightboxStep1 .box-passos li{display: inline-block;color: #ffffff;font-size: 18px;padding: 3px 11px;background: #bcbcb9;border-radius: 16px; margin-right:3px;}
.lightboxStep1 .box-passos.passo1 li.passo1,
.lightboxStep1 .box-passos.passo2 li.passo2,
.lightboxStep1 .box-passos.passo2 li.passo1,
.lightboxStep1 .box-passos.passo3 li.passo3,
.lightboxStep1 .box-passos.passo3 li.passo1,
.lightboxStep1 .box-passos.passo3 li.passo2,
.lightboxStep1 .box-passos.passo4 li.passo4,
.lightboxStep1 .box-passos.passo4 li.passo1,
.lightboxStep1 .box-passos.passo4 li.passo2,
.lightboxStep1 .box-passos.passo4 li.passo3,
.lightboxStep1 .box-passos.passo5 li.passo5,
.lightboxStep1 .box-passos.passo5 li.passo1,
.lightboxStep1 .box-passos.passo5 li.passo2,
.lightboxStep1 .box-passos.passo5 li.passo3,
.lightboxStep1 .box-passos.passo5 li.passo4,
.lightboxStep1 .box-passos.passo6 li.passo6,
.lightboxStep1 .box-passos.passo6 li.passo1,
.lightboxStep1 .box-passos.passo6 li.passo2,
.lightboxStep1 .box-passos.passo6 li.passo3,
.lightboxStep1 .box-passos.passo6 li.passo4,
.lightboxStep1 .box-passos.passo6 li.passo5{color: #ffffff;font-size: 18px;padding: 3px 11px;background: #cb2029;border-radius: 16px;}
.escolha-titulo{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align: top;-ms-flex-align: top;align-items: top;}
.escolha-titulo p{display:inline-block;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;vertical-align: top;}
.linha1 .escolha-titulo p{display:inline-block;vertical-align:top;font-size:16px;font-family: 'OpenSansbold', Arial, Helvetica, sans-serif;}
.lightboxStep1 p{font-size:12px; line-height:14px; color:#666666;}
#combo_p_titulo{font-size: 16px;line-height: 18px;float: left;margin-right: 10px;}
.lightboxStep1 .botao{background: #CD1C22 url(../imagens/layout/bg_bt.jpg) repeat-x 0 100%;font-size:14px;line-height:14px;color:#fff;text-decoration:none;text-transform: uppercase;/* width:100px; */min-width: 40px;padding: 16px 15px;border-radius: 5px;text-align:center;margin: 20px auto 0;display: inline-table; min-width:100px;}
.lightboxStep1 .linha3 .boxPassos{float: left;}
.lightboxStep1 .linha3 .box-botoes{display:inline-block;float:right;/* min-width: 282px; */margin-top: 20px;margin-bottom: 10px;}
.lightboxStep1 .linha3 .botao{background: #CD1C22 url(../imagens/layout/bg_bt.jpg) repeat-x 0 100%;font-size:14px;line-height:14px;color:#fff;text-decoration:none;text-transform: uppercase;padding: 11px 15px;border-radius: 5px;text-align:center;display: block;float: left;margin-right: 0;}
.lightboxStep1 .linha3 .voltar{margin:auto;display: inline-block;/* margin-right: 20px; */background: #fff;font-size: 14px;line-height: 13px;color: #CD1C22;text-decoration: none;text-transform: uppercase;/* width: 100px; */padding: 11px 15px;border-radius: 5px;text-align: center;border: solid 1px #CD1C22;float: left;margin-top: 20px;min-width:100px;}
.lightboxStep1 .linha3 .voltar + .botao{margin-left:20px;}
.lightboxStep1 .linha3 .voltar:hover{ background:#ececec;}
.lightboxStep1 .btFechar{font-size:25px; line-height:25px; color:#ffffff; text-transform:uppercase; font-family:'OpenSansLight', Arial, Helvetica, sans-serif; background:#b9b7ad; position:absolute; right: 15px; top: 15px;padding: 5px 14px;text-decoration: none;}
.lightboxStep1 .btFechar:hover{background:#333;}
.lightboxStep1 .linha2{margin-top: 20px;border-top: solid 1px #c7c7c7;padding-top: 15px;}
.lightboxStep1 .linha2 .styleRadio{position:relative;width: 100%;background: url(../imagens/icones/ico_radio_4.png) no-repeat 0 -130px;margin-top: 20px;height: auto;display: inline-block;font-size: 17px;line-height: 16px;color: #4b4b4b;word-wrap: break-word;word-break: break-word;float:none;text-transform:uppercase;}
.lightboxStep1 .linha2 .styleRadio input{opacity:0;display: inline-block;vertical-align: middle;}
.lightboxStep1 .linha2 .styleRadio.dumy{width:100%;}
.lightboxStep1 .linha2 .btRemover{font-size: 12px;line-height: 12px;color: #cd1c22;float: right;margin-top: 10px;}
.lightboxStep1 .linha2 .styleRadio img{margin-right:10px;display: inherit;}
.lightboxStep1 .linha2 .styleRadio.inputRadioChecked{background-position: 0 2px;}
.lightboxStep1 .linha2 .styleRadio label input{margin: 0 10px 0 0;padding: 0;width: 17px;height: 17px;}
.lightboxStep1 .linha2 p{color:#4b4b4b;font-size: 12px;margin-left: 22px;width: 100%;clear: both;margin-top: 20px;display: inline-block;}
#txtObsPedido{ margin-top:10px;}
.lightboxStep1 .linha2 p.textoObs{margin-left:0;}
.lightboxStep1 .linha2 .left{/* float:left; */width: 560px;padding-right: 20px;display: inline-block;vertical-align: middle;-webkit-box-sizing: border-box;box-sizing: border-box;}
.lightboxStep1 .linha2 .left span{font-family: 'OpenSansbold', Arial, Helvetica, sans-serif;color: #4b4b4b;display: inline-block;/* float: right; */font-size: 15px;vertical-align: middle;}
.lightboxStep1 .linha2 .right{display:inline-block;vertical-align: middle;}
.lightboxStep1 .linha2 .right label{color: #4b4b4b;font-size: 13px;}
.lightboxStep1 .linha2 .right input{width: 42px;height: 38px;border: solid 1px #cbcbcb;clear: both;font-size: 14px;line-height: 41px;color: #333;text-align: center;margin-top: 20px;display:inline-block;}
.lightboxStep1 .linha3{display: inline-block;width: 100%;}
.lightboxStep1 .linha2 .right .btMenos,
.lightboxStep1 .linha2 .right .btMais{width: 38px;height: 43px;clear: both;font-size: 20px;line-height: 41px;color: #333;text-align: center;margin-top: 20px;display: inline-block;text-d;text-decoration: none;font-weight: 700;}
#combo_p_descricao{font-size:12px;line-height:14px;margin: 10px 0;}
#combo_p_preco{ font-size:18px;font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;color: #4b4b4b; margin:15px 0;}
#combo_div_left{ width:100%;}
#combo_div_left p{margin-bottom: 0;margin-top: 0;}
#txtObsPedido{width: 98.9%;}
#combo_titulo_etapa{color: #4b4b4b;font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;}
#combo_p_escolha{margin-left:0;margin-bottom: 10px;margin-top: 0;}
#itemLivre{margin-top:20px;margin-bottom: 10px;}
    
#itemLivre a{padding: 5px 10px;border:solid 1px #c7c7c7;color:#4b4b4b;text-decoration: none;}
#itemLivre label{ padding:5px 10px;border-top:solid 1px #c7c7c7;border-bottom:solid 1px #c7c7c7;color:#4b4b4b;font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;}
#combo_sp_nome{ margin-left:15px; margin-top:5px;font-size: 14px;line-height: 16px;color: #4b4b4b;}
#combo_sp_preco{ margin-left:5px; float:right; margin-top:5px;}
.lightboxMensagem.relgulamento .boxTextos a span {word-break: break-all;}
.filter_cursos .container .filter h2.SEOh2Orgaos {font-weight: unset;font-size: 12px;}