﻿body {
    background-color: #000;
    font: 12px Verdana,Tahoma,sans-serif;
    margin: 0;
    padding: 0;
}

#ddlCidades {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    -webkit-appearance: none;
    outline: 0;
    background-color: #fff;
}

.wrap {
    margin: 0 auto;
    width: 950px;
}

.campoNome {
    width: 362px;
    padding: 6px;
    margin: 15px 0 0 0;
    font-size: 20px;
    color: #ff0000;
    background-color: #fefccb;
    border: 1px solid #6B6B6B;
}

.campoEmail {
    width: 362px;
    padding: 6px;
    margin: 15px 0 0 0;
    font-size: 20px;
    color: #ff0000;
    background-color: #fefccb;
    border: 1px solid #6B6B6B;
}

.campoCidade {
    width: 375px;
    padding: 6px;
    margin: 15px 0 0 0;
    font-size: 20px;
    color: #3C3C3C;
    border: 1px solid #6B6B6B;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #fff;
}

.botaoOLD {
    height: 40px;
    width: 341px;
    margin: 15px 0 0 17px;
    border: 1px solid #a80000;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font: bold 20px/32px 'Open Sans', sans-serif;
    moz-border-radius: 4px;
    padding: 0 12px;
    text-align: center;
    text-shadow: rgba(0,0,0,.25) 0 -1px 0;
    webkit-border-radius: 4px;
    webkit-transition: none;
    background: #e33d3d;
}

    .botaoOLD:hover {
        background: #f25757;
    }

.botao, .g-recaptcha {
    height: 46px;
    width: 341px;
    margin: 15px 0 0 17px;
    background: #43ac3e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font: bold 26px 'Open Sans', sans-serif;
}

    .botao:hover, g-recaptcha:hover {
        border-color: #555555;
        background-color: #30962C;
        cursor: pointer;
    }

.landing_erro {
    background-color: #feecea;
    border: 1px solid #845752; /*margin-top: 10px;*/
    padding: 10px;
    color: #845752;
    width: 353px;
    text-align: left;
}

.textoPromo {
    font: normal 23px 'Open Sans', sans-serif;
    letter-spacing: -1px;
    margin: 0px 0px 10px 5px;
    text-align: left;
    padding: 0;
    vertical-align: baseline;
    color: #2B2B2B;
}

.separador {
    background: url('/img/sep_landing.png') center top no-repeat;
    margin: 0 0;
    padding: 10px 0 0 0;
}

.badge {
    background: url("/img/badgered.png") no-repeat scroll left top transparent;
    height: 115px;
    position: absolute;
    right: -15px;
    top: -35px;
    width: 115px;
    display: none;
}

#backgroundSubscribePopup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}

#popupSubscribe {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    z-index: 2;
}

#popupSubscribeClose {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    line-height: 25px;
    color: #6FA5FD;
    display: block;
    width: 118px;
    margin: 0px auto 0px auto;
}

.wrapper {
    float: none;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.close-btn {
    position: relative;
    width: 95px;
    height: 28px;
    top: 30px;
    left: 830px;
    cursor: pointer;
    z-index: 220;
    background-image: url('/img/GUI_descontos/btnFecharX.png');
    background-repeat: no-repeat;
    padding: 5px 0px;
}

