* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

ul li,
ol li {
    list-style-position: inside;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
}

a:link img,
a:visited img,
a:hover img {
    border: 0;
}

br {
    clear: both;
}

div {
    box-sizing: border-box;
}


/* --- COMUNS --- */

.fonte12 {
    font-size: 12px;
}

.fonteaverde,
.fonteverdeb {
    color: #3b7e71;
}

.fontevermelha,
.fontevermelhab {
    color: #f00;
}

.subtitulo,
.subtitulomaior {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.subtitulomaior {
    font-size: 18px;
    color: #3b7e71;
    line-height: 20px;
}

.margintop05 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.marginbottom05 {
    margin-bottom: 5px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.aligncenter {
    text-align: center;
}


/* --- BT --- */

a.bt,
a.btmaior,
a.btmenor,
a.btbranco {
    display: inline-block;
    padding: 9px 25px;
    background: #3b7e71;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    transition: background ease-in-out 120ms;
}

.bt {
    display: inline-block;
    padding: 9px 25px;
    background: #3b7e71;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    transition: background ease-in-out 120ms;
}

a.btmaior {
    padding: 12px 30px;
    font-size: 18px;
}

a.btmenor{
    padding: 5px 10px;
}

a.btbranco {
    background: #fff;
    color: #333;
}

a.bt:hover,
a.btmaior:hover {
    background: #019875;
}

a.btbranco:hover {
    background: #ebebeb;
}


/* --- PRINCIPAL --- */

#banner {
    margin: 10px 0;
    text-align: center;
}

header {
    background: #3b7e71;
    text-align: center;
}

#topo {
    display: table;
    margin: auto;
    height: 70px;
}

.logo {
    width: 100%;
    max-width: 100%;
}

#topo1,
#topo2 {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

#topo1 {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}

#topo2 {
    display: block;
}

#topo2 a.btopcoes {
    padding: 4px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    border-right: 1px solid #b1b1b1;
    display: inline-block;
}

#topo2 ul {
    display: block;
}

#topo2 ul li {
    list-style: none;
}

#topo2 li ul {
    display: none;
}

#topo2 li:hover ul {
    display: block;
    position: absolute;
    margin-left: 0px;
    padding: 0;
}

#topo2 li ul a {
    display: block;
    padding: 8px 0;
    width: 120px;
    background: #e3e3e3;
    background: linear-gradient(#fff, #e3e3e3);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 11px;
    border-bottom: #d5d5d5 solid 1px;
    border-radius: 2px;
}

#topo2 li ul a:hover {
    background: #fff;
}

#menu {
    margin-bottom: 30px;
    text-align: center;
}

#menu .bt{
    width: 49%;
    padding: 9px 0;
    font-size: 13px;
}

#menu .bt-buscar {
    background: #019875;
}

#menu .bt-sorteios {
    background: linear-gradient(45deg, #48a495, #61c7b6);
}

article {
    margin: 30px auto;
    height: 100%
}

#titulo {
    display: flex;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #3b7e71;
    align-items: center;
    justify-content: space-between;
}

footer {
    background: #3b7e71;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* --- AN�NCIO LISTA --- */

#anunciolista {
    margin-bottom: 40px;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 3px;
}

#anunciostatus {
    width: fit-content;
    line-height: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.statusPago {
    background-color: #24c305;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 12px;
}

.statusPagamento {
    background-color: red;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-weight: 700;
}

.statusAguardando{
    background-color: #f1c40f;
    color: #222;
    padding: 8px;
    border-radius: 5px;
    font-weight: 700;
    border: none;
}

#anunciolista.desativado {
    opacity: 0.5;
}

#anunciolistadir {
    font-size: 12px;
    color: #666;
}

#anunciolistabt {
    margin-top: 10px;
}

a.btlista,
a.btlistadesativar {
    padding: 8px 0;
    background: #3b7e71;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    transition: background ease-in-out 120ms;
    margin-bottom: 5px;
    text-align: center;
}

a.btlistadesativar {
    display: block;
    text-align: center;
}

a.btlista {
    width: 48.4%;
    display: inline-block;
}

#anunciolistabt>a:nth-child(1) {
    margin-right: 5px;
}

#anunciolistabt>a:nth-child(3) {
    margin-right: 5px;
}

.foto-anuncio {
    max-width: 100%;
    border: 1px solid #dedede;
}

a.btlistadesativar {
    background: #a0a0a0;
}

a.btlista:hover {
    background: #019875;
}

a.btlistadesativar:hover {
    background: #b0b0b0;
}

a.btenviarfotos,
a.btalterarfotos {
    width: 100%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #1484dc;
    display: block;
    padding: 10px 0;
    border-radius: 0.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* --- CADASTRO --- */

.asterisco-cadastro {
    color: red;
}

#etapas {
    margin-bottom: 30px;
    text-align: center;
}

.etapa,
.etapaatual {
    display: inline-block;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    background: #e0e0e0;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    border-radius: 100px;
}

.etapaatual {
    background: #3b7e71;
}

.etapatitulo {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #3b7e71;
}

#btform {
    margin-top: 20px;
    text-align: center;
}

.botoes-edicao {
    display: flex;
    width: 100%;
}

.botao-edicao {
    display: inline-block;
    padding: 9px 12px;
    background-color: #019875;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 5px;
}

/* --- FOTOS --- */

#fotos {
    margin-top: 40px;
    text-align: center;
}

#foto {
    display: inline-block;
    margin-right: 20px;
}

#foto:last-of-type {
    margin: 0;
}

#fotoin {
    height: 125px;
}


/* --- PAGAMENTO --- */

#periodo {
    margin: 20px auto 0;
    padding: 20px;
    background: #eee;
    width: 100%;
    border: #d5d5d5 solid 1px;
    border-radius: 10px;
}

#pagamento {
    margin: 20px auto 0;
    padding: 20px;
    background: #eee;
    width: 500px;
    border: #d5d5d5 solid 1px;
    border-radius: 10px;
}

#pagamentobox,
#pagamentobox.selecionado {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    line-height: 36px;
}

#pagamentobox.selecionado {
    padding: 2px 12px 12px 12px;
    background: #fff;
    border-radius: 5px;
}

.btbanrisul {
    padding: 8px;
    background: #fff;
    line-height: 0;
    border: #d5d5d5 solid 1px;
    border-radius: 2px;
}

#pagamentoobs {
    margin: 10px auto 20px;
    width: 530px;
    text-align: left;
}

#pagamentoobs li {
    margin-bottom: 10px;
    list-style: none;
}

#pagamentobts {
    margin-top: 20px;
}


/* --- PROPOSTAS --- */

#proposta {
    margin-bottom: 15px;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 2px;
}

.propostaform {
    display: none;
    margin-top: 15px;
}

.propostaform textarea {
    width: 910px;
    background: #fff;
}


/* --- FORMUL�RIOS --- */

form {
    line-height: 20px;
}

fieldset {
    margin-bottom: 10px;
    border: 0;
}

fieldset:last-child {
    margin: 0;
}

.fieldleft {
    float: left;
}

.fieldright {
    margin-left: 24px;
    float: left;
}

legend {
    font-weight: bold;
}

input,
select,
textarea {
    padding: 8px;
    background: #ebebeb;
    font-family: Calibri, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    border: #d5d5d5 solid 1px;
    border-radius: 0.5rem;
    width: calc(100% - 15px);
}

input[type="checkbox"] {
    margin: 0 3px 4px 0;
    width: 15px !important;
    background: none !important;
    vertical-align: -2px;
    border: 0;
}

input[type="submit"],
input[type="button"] {
    display: inline-block;
    padding: 9px 0;
    width: 140px;
    height: 38px;
    background: #3b7e71;
    font-weight: bold;
    color: #fff;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    transition: background ease-in-out 120ms;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background: #019875;
}

input:disabled {
    opacity: 70%;
    cursor: not-allowed;
}


/* --- ALERTAS --- */

#aviso {
    margin-top: 10px;
    padding: 15px;
    background: #f1c40f;
    font-size: 12px;
    line-height: 17px;
    border-radius: 3px;
}

#alerta {
    margin: 10px 0 20px;
    padding: 20px;
    background: #fbf7aa;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    border-radius: 3px;
}

.conteudo-box-opcao-anuncios {
    padding: 15px;
}


.titulo-anuncio {
    display: block;
    margin-bottom: 20px;
    font-size: 1.7em;
    font-weight: bold;
    color: #3b7e71;
}

.box-opcao-anuncios {
    padding: 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.box-opcao-anuncios .bt {
    border-radius: 5px;
    width: 75%;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 4px 4px 2px 0px rgba(173,169,170,1);
    -moz-box-shadow: 4px 4px 2px 0px rgba(173,169,170,1);
    box-shadow: 4px 4px 2px 0px rgba(173,169,170,1);
}

.help-text{
    font-size: 1.1em;
    color: #111;
    margin-bottom: 30px;
}

.opcao-anuncios {
    margin-bottom: 30px;
    text-align: center;
}

.box-conta{
    text-align: end;
    font-size: 15px;
    font-weight: 700;
}

.box-conta .fa{
    color: #3b7e71;
}

.box-preco{
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.box-preco .preco{
    width: 50%;
    text-align: center;
}

.box-preco .preco span{
    font-size: 2em;
    font-weight: 700;
    color: #3b7e71;
}

.conteudo-minha-conta {
    padding-left: 15px;
    padding-right: 15px;
}

.box-login-minha-conta,
.box-quero-me-cadastrar {
    margin-top: 30px;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 0.5rem;
    text-align: center;
}

.box-quero-me-cadastrar {
    margin-top: 60px;
}

.conteudo-minha-conta .btenviar {
    border-radius: 0.5rem;
    width: 100%;
}

.box-esqueci-senha {
    text-align: center;
    margin-top: 10px;
}

.conteudo-recuperar-senha {
    padding-left: 15px;
    padding-right: 15px;
}

.conteudo-recuperar-senha .btenviar {
    border-radius: 5rem;
    width: 100%;
}

.conteudo-anuncios {
    padding-left: 15px;
    padding-right: 15px;
}

.conteudo-anuncios .btenviar {
    border-radius: 0.5rem;
    width: 100%;
}

.conteudo-anuncios .bt {
    border-radius: 0.5rem;
}

#opcionaisesq {
    font-size: 16px;
}

#opcionaisesq input[type="checkbox"] {
    zoom: 1.3;
}

#opcionaisdir {
    font-size: 16px;
}

#opcionaisdir input[type="checkbox"] {
    zoom: 1.3;
}

.numero-visitas {
    margin: 28px 0 10px 0;
    display: block;
}

.conteudo-oanuncio {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}

.conteudo-oanuncio .bt {
    border-radius: 0.5em;
    padding: 9px 0px;
    text-align: center;
    display: block;
}

.conteudo-oanuncio #titulo {
    margin-bottom: 1.75rem;
    padding-bottom: .2rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4rem;
    color: #3b7e71;
    border-bottom: #ccc solid 1px;
}

.conteudo-oanuncio .subtitulo {
    margin-bottom: .5rem;
    font-size: 1.1em;
    font-weight: 700;
    color: #3b7e71;
    text-align: center;
}

.conteudo-proposta {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}

.conteudo-proposta .propostaform textarea {
    width: calc(100% - 15px);
}

.conteudo-cadastro {
    padding: 15px;
}

.conteudo-cadastro select {
    width: 100%;
}

.conteudo-cadastro .btenviar {
    width: 100%;
    border-radius: 0.5em;
}

.conteudo-cadastro #cadastroconcluido {
    margin-bottom: 30px;
}

.conteudo-alterar-senha {
    padding: 15px;
}

.conteudo-alterar-senha .btenviar {
    border-radius: 5px;
}

.conteudo-alterar-senha .bt {
    border-radius: 0.5em;
}

.conteudos-respostas {
    padding: 15px;
}

.conteudos-respostas .atenciosamente {
    margin-top: 30px;
}

.conteudos-respostas .bt {
    border-radius: 0.5rem;
}

.conteudo-cadastro-cpf {
    padding: 15px;
}

.conteudo-altera-email {
    padding: 15px;
}

.conteudo-altera-email .btenviar {
    border-radius: 5px;
}

.campo-cadastro{
    width: 45%;
    margin-right: 10px;
    display: inline-block;
}

.campo-cadastro-full{
    width: 95%; 
    margin-left: 0.3em; 
    margin-right: 0.1em;
}

.hidden{
    display: none;
}

.erro-cep {
    border: 2px solid red !important;
}

.banner{
    width: 100%;
}

.img-responsive{
    max-width: 100%;
    height: auto;
}