.news_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 101;
}
.news_modal_content{
    display: block;
    max-width: 540px;   
    margin: 10% auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;   
    min-height: 200px;
}
.news_close{
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.news_close:hover{
    background: #F45563;
}

.news_modal_content header{
        color: #FFF;
    background: #555;
        border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;  
}

.news_content_form{    
    min-height: 180px;
    padding: 20px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    background: #f4f4f4;
    width: 100%; 
   
}


.news_modal_content h1{
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;

}

.news_modal_content h1 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 6px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;

}
.news_sended{
    text-align: center;
    background: #fff; padding: 10px 10px 30px 10px
}

.news_sended .h2{
    font-size: 1.4em;
    font-weight: bold;
    color: #008B6F;
    margin: 0;
}

.news_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 1em;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
}
.news_alerta{color: #F2AA27 !important;}
.news_alerta span{background: #F2AA27 !important;}

.news_sended p{
    margin-top: 15px;
}

.wc_newsletter_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 101;
}

.wc_newsletter_modal_content{
    display: block;
    width: 540px;
    max-width: 90%;
    margin: 15% auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 30px;
    min-height: 200px;
}

.wc_newsletter_close{
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.wc_newsletter_close:hover{
    background: #F45563;
}

.wc_newsletter_modal_content header{
    margin-bottom: 20px;
    color: #555;
}

.wc_newsletter_modal_content h1{
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.wc_newsletter_modal_content h1 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 6px;
}

.wc_newsletter_modal_form{
    padding-bottom: 5px;
}

.wc_newsletter_modal_form label{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.wc_newsletter_modal_legend{
    font-size: 0.875em;
    color: #888;
    font-variant: small-caps;
    display: block;
    margin-bottom: 5px;
}

.wc_newsletter_modal_form input,
.wc_newsletter_modal_form textarea{
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
}

.wc_newsletter_modal_button{
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.wc_newsletter_modal_button .btn,
.wc_newsletter_modal_button img{
    display: inline-block;
    vertical-align: middle;
}

.wc_newsletter_modal_button .btn{
    padding: 10px 20px;
    font-size: 1em;
}

.wc_newsletter_modal_button img{
    margin-left: 10px;
    display: none;
}

.wc_newsletter_error{
    padding: 12px;
    background: #cf7171;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    display: none;
    text-align: center;
    text-shadow: 1px 1px 0 #713B3B;
}

.wc_contant_sended{
    text-align: center;
}

.wc_contant_sended .h2{
    font-size: 1.2em;
    font-weight: bold;
    color: #008B6F;
}

.wc_contant_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 2em;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50%;
}

.wc_contant_sended p{
    margin-top: 15px;
}
.btn{
    display: inline-block;
    cursor: pointer;
    padding: 7px 12px;
    margin-top: 2px;
    background: #888;
    font-size: 0.9em;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px #555;
}

.btn_medium{
    padding: 10px 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.btn:hover{
    background: #555;
    text-decoration: none !important;
}

.btn_blue{
    background-color: #0E96E5;
    text-shadow: 1px 1px #096397;
}
.btn_blue:hover{background-color: #096397;}

.btn_green{
    background-color: #00B494;
    text-shadow: 1px 1px #008068;
}
.btn_green:hover{background-color: #008068;}

.btn_yellow{
    background-color: #FAAD50;
    text-shadow: 1px 1px #CC8D41;
}
.btn_yellow:hover{background-color: #CC8D41;}

.btn_red{
    background-color: #F45563;
    text-shadow: 1px 1px #C54550;
}
.btn_red:hover{background-color: #C54550;}

.btn_cta_blue{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #0E96E5;
    border-bottom: 5px solid #096397;
}

.btn_cta_blue:hover{
    background-color: #096397;
    border-color: #0A537D;
}

.btn_cta_green{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #00B494;
    border-bottom: 5px solid #008068;
}

.btn_cta_green:hover{
    background-color: #008068;
    border-color: #0B5747;
}

.btn_cta_yellow{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #FAAD50;
    border-bottom: 5px solid #CC8D41;
}

.btn_cta_yellow:hover{
    background-color: #CC8D41;
    border-color: #A67436;
}

.btn_cta_red{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #F45563;
    border-bottom: 5px solid #C54550;
}

.btn_cta_red:hover{
    background-color: #C54550;
    border-color: #93343C;
}

.btn_green_noaction:hover{background: #00B494 !important; cursor: default !important;}
.btn_blue_noaction:hover{background: #0E96E5 !important; cursor: default !important;}
.btn_yellow_noaction:hover{background: #FAAD50 !important; cursor: default !important;}
.btn_red_noaction:hover{background: #F45563 !important; cursor: default !important;}

/*


.news_modal_content header{   
    color: #FFF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;  
}


.news_modal_content h1 span{
    border-bottom: 5px solid #ccc;
    padding: 6px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;

}




.news_error{
    padding: 12px;
    background: #cf7171;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    display: none;
    text-align: center;
    text-shadow: 1px 1px 0 #713B3B;
}

.news_modal_form{
    padding-bottom: 5px;
}
.news_modal_form label, .news_modal_form label .box_regras{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.box_regras{ margin-bottom: 15px;}


.news_modal_legend{
    font-size: 0.875em;
    color: #888;
    font-variant: small-caps;
    display: block;
    margin-bottom: 5px;
}

.news_modal_form input{
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.news_regras{
    background: #fff;   
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;   
    width: 100%;
    margin: 10px 0;
    position: absolute;
    left: 0px;
    top:50px;
    z-index: 200;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.news_close_regras{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 7px 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background:rgba(0,0,0,0.3);
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
    z-index: 1000;

}
.news_close_regras:hover{background:#cf7171}
.click_regras:hover{color: #007FFF;cursor: pointer;}

.input_regras{
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.input_regras input{ width: 40px; float: left; margin-top: 5px;}
.input_regras span{ text-transform: uppercase; font-size: 0.9em; color: #888}


.boxlabel_2 label{
    display: inline-block;
    width: 48%;
}

.boxlabel_2 label:nth-child(2n+0){
    margin-left: 3%;
}

.news_modal_button{
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.news_modal_button .btn,
.news_modal_button img{
    display: inline-block;
    vertical-align: middle;
}

.news_modal_button .btn{
    padding: 10px 20px;
    font-size: 1em;
}

.news_modal_button img{
    margin-left: 10px;
    display: none;
}


.news_sended{
    text-align: center;
    background: #fff; padding: 10px;
}

.news_sended .h2{
    font-size: 1em;
    font-weight: bold;
    color: #008B6F;
    margin: 0;
}

.news_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 1em;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50%;
}

.news_sended p{
    margin-top: 15px;
}

.box_compatilha .workcontrol_socialshare{background: #f4f4f4; }
.workcontrol_socialshare_cta{display: block !important; text-align: center; margin-bottom: 10px; }
.workcontrol_socialshare_item{width: 22%;}

.arq_down{ margin-bottom: 15px}
.arq_down li{ margin-bottom: 8px}
.p_divulgar{ margin-top: 40px !important; border-top: 1px dashed #ccc; padding-top: 20px;   }
.load_cupon{ margin-top: 10px;display: none;}








@media (max-width: 34em){

    .boxlabel_2 label{display: block; width: 100%;}
    .boxlabel_2 label:nth-child(2n+0){margin-left: 0;}

}
*/