/* Popup Newsletter */
.div-news-popup {
    display: none;
}

.div-news-popup {
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.div-news-image {
    background-image: url('/arquivos/entrada.jpg');
    background-repeat: no-repeat;
    width: 718px;
    height: 507px;
    margin: 0 auto;
    margin-top: 100px;
    /*padding: 10px;*/
}

.line-news-image {
    border: 1px solid #000;
    float: left;
    width: 100%;
    height: 100%;
}

.div-news-popup fieldset p {
    display: none;
}

.div-news-popup .newsletter {
    margin-top: 100px;
    margin-left: 345px;
    width: 100%;
	border: 0;
}

.div-news-popup input#newsletterClientName {
    display: none;
}

.div-news-popup input#newsletterClientEmail {
	font-family: 'Montserrat-Light';
    border: 1px solid #8c7b78;
    height: 40px;
    background-color: transparent;
    width: 300px;
    color: #8c7b78;
    display: block;
    margin-top: 160px;
    font-size: 12.01px;
    text-align: center;
}

.div-news-popup input#newsletterButtonOK {
    background-color: #8c7b78 !important;
    border-radius: 0;
    border: 0;
    height: 40px;
    color: #FFF !important;
    background-image: none;
    padding: 0;
    display: block;
    margin-top: 10px;
    width: 300px;
    font-weight: bold;
    font-size: 14.01px;
    font-family: 'Montserrat-Light';
    margin-left: 0px;
}

.div-news-popup label.lbl-nome-news {
    display: block;
    margin-left: 45px;
    font-size: 20px;
    color: #222;
    width: 200px;
    float: left;
}

.div-news-popup label.lbl-email-news {
    display: block;
    margin-left: 65px;
    font-size: 20px;
    color: #222;
}

.div-news-popup .newsletter h3 {
    color: transparent;
    position: absolute;
    width: 615px;
    top: 215px;
    text-align: center;
	display: block;
}

.close-popup-news {
    cursor: pointer;
}

.div-news-popup .newsletter-button-back {
    background-color: #8c7b78 !important;
    border-radius: 0;
    height: 40px;
    line-height: 25px;
    color: #FFF !important;
    border: 0;
    padding: 5px;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    font-weight: normal;
    font-size: 14.79px;
    margin: 0;
    width: 300px;
}

.div-news-popup label.lbl-out-site {
    display: block;
    float: left;
    color: #333;
    margin-left: 275px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
}

.div-news-popup .newsletter fieldset label {
    display: none;
}

label.label-success {
    font-family: 'Montserrat-Light';
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    background-color: transparent;
    display: block !important;
    margin-top: 160px;
    text-align: center;
    width: 300px;
}

label.label-cupom {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    display: block !important;
    margin-top: 25px;
    font-family: 'Montserrat-Light';
}

label.label-error {
    font-family: 'Montserrat-Light';
    font-size: 12px;
    color: #f15b57;
    text-transform: uppercase;
    background-color: transparent;
    display: block !important;
    margin-top: 160px;
    text-align: center;
    width: 300px;
}

label.label-entrada {
    font-family: 'Raleway';
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
	background-color: transparent;
	display: block !important;
}

label.label-entrada b {
    font-weight: bold;
}

img.close-popup-news-two {
    margin-top: 50px;
    margin-left: 400px;
	cursor: pointer;
}