@charset "utf-8";
/* CSS Document */

/* termos de uso para ceite */
/* termos de uso para ceite */
@media ( min-width: 801px ) {

    .aceite_termos {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:800px;
        height:490px;
        background:#fff;
        z-index:99999999;
        box-shadow: 0 0 10px rgba(0,0,0,.6);
        border-radius: 10px;
    }
    .aceite_termos .at_titulo {
        height:auto;
        background:#c6aa54;
        color:#333;
        padding:15px ;
        margin: auto;
        text-align:center;
        line-height:20px;
        font-size:14pt;
        font-weight: bold;
        border-radius: 10px 10px 0 0 ;
        margin-bottom: 10px;
    }
    .aceite_termos .at_espaco {
        height:300px;
        background-color: #fff;
        color: black;
        overflow-x: auto;
        width: 94%;
        text-align: justify;
        padding: 4px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .aceite_termos .at_aceite {
        position:absolute;
        left:0px;
        right:0px;
        bottom:10px;
        padding: 0px;
        text-align:center;
    }
    .aceite_termos .at_btn1 {
        position:absolute;
        left:20px;
        bottom:10px;
        cursor:pointer;
        border:1px solid #c6aa54;
        padding:6px 32px;
        background:#c6aa54;
        color:#333;
        font-size:10pt;
        border-radius: 10px;
    }
    .aceite_termos .at_btn2 {
        position:absolute;
        right:20px;
        bottom:10px;
        cursor:pointer;
        border:1px solid #c6aa54;
        padding:6px 32px;
        background:#c6aa54;
        color:#333;
        font-size:10pt;
        border-radius: 10px;
    }

    .aceite_termos .at_btn1:hover,
    .aceite_termos .at_btn2:hover {
        text-decoration:underline;
    }

    .aceite_termos_edital {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:800px;
        height:490px;
        background:#fff;
        border:2px solid var(--gold);
        z-index:99999999;
        border-radius: 10px;
        box-shadow: 10px 10px 10px rgba(0,0,0,.1);
        padding-bottom: 60px;
    }
    .aceite_termos_edital .at_titulo {
        height:60px;
        background:var(--gold);
        color:var(--blue);
        text-align:center;
        line-height:20px;
        ;
        padding-top:10px;
    }
    .aceite_termos_edital .at_espaco {
        background-color: #f9f9f9;
        height:250px;
        color: black;
        overflow:auto;
        text-align: justify;
        border: 1px solid var(--gold);
        padding: 10px;
        margin-bottom:5px;
        border-radius: 10px;
    }
    .aceite_termos_edital .at_aceite {
        position:absolute;
        left:0px;
        right:0px;
        bottom:10px;
        text-align:center;
        color:#fff;
    }
    .aceite_termos_edital .at_btn1 {
        position:absolute;
        left:170px;
        bottom:20px;
        cursor:pointer;
        border:1px solid #c6aa54;
        padding:6px 32px;
        background:#c6aa54;
        color:var(--blue);
        font-size:14px;
        font-weight: bold;
        border-radius: 10px;
    }
    .aceite_termos_edital .at_btn2 {
        position:absolute;
        right:170px;
        bottom:20px;
        cursor:pointer;
        border:1px solid #c6aa54;
        padding:6px 32px;
        background:#c6aa54;
        color:var(--blue);
        font-size:14px;
        font-weight: bold;
        border-radius: 10px;    
    }

    .aceite_termos_edital .at_btn1:hover,
    .aceite_termos_edital .at_btn2:hover {
        text-decoration:underline;
    }
}

@media ( max-width: 800px ) {

    .aceite_termos {
        position:fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:375px; max-width: 96%;
        height:380px;
        background:var(--blue);
        border:2px solid #c6aa54;
        z-index:99999999;
    }
    .aceite_termos .at_titulo {
        height:60px;
        background:var(--gold);
        color:var(--blue);
        text-align:center;
        line-height:20px;
    }
    .aceite_termos .at_espaco {
        height:180px;
        background-color: #DDD;
        color: black;
        overflow-x: auto;
        width: 90%;
        text-align: justify;
        border: 2px solid #c6aa54;
        padding: 4px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .aceite_termos .at_aceite {
        position:absolute;
        left:0px;
        right:0px;
        bottom:50px;
        text-align:center;
        color:white;
    }
    .aceite_termos .at_btn1 {
        position:absolute;
        left:15px;
        bottom:10px;
        cursor:pointer;
        border:1px solid #CCC;
        padding:6px 32px;
        background:var(--gold);
        color:var(--blue);
        font-size:10pt;
        border-radius: 10px;
        font-weight: bold;
    }
    .aceite_termos .at_btn2 {
        position:absolute;
        right:15px;
        bottom:10px;
        cursor:pointer;
        border:1px solid #CCC;
        padding:6px 32px;
        background:var(--gold);
        color:var(--blue);
        font-size:10pt;
        border-radius: 10px;
        font-weight: bold;
    }

    .aceite_termos .at_btn1:hover,
    .aceite_termos .at_btn2:hover {
        text-decoration:underline;
    }

    .aceite_termos_edital {
        position: fixed;
        top: 50%;
        width: 98%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width:355px;
        height:500px;
        background: white;
        border:2px solid var(--gold);
        z-index:99999999;
        padding-bottom: 100px !important;
    }
    .aceite_termos_edital .at_titulo {
        height:60px;
        background:var(--gold);
        color:var(--blue);
        text-align:center;
        line-height:20px;
        padding-top:10px;
    }
    .aceite_termos_edital .at_espaco {
        background-color: #DDD;
        height:120px;
        color: black;
        overflow:auto;
        text-align: justify;
        border: 2px solid var(--gold);
        padding: 4px;
    }
    .aceite_termos_edital .at_aceite {
        position:absolute;
        left:0px;
        right:0px;
        bottom:10px;
        text-align:center;
    }
    .aceite_termos_edital .at_btn1 {
        position:absolute;
        left:50px;
        bottom:4px;
        cursor:pointer;
        border:1px solid #CCC;
        padding:6px 32px;
        background:var(--gold);
        color:#FFF;
        font-size:10pt;
    }
    .aceite_termos_edital .at_btn2 {
        position:absolute;
        right:50px;
        bottom:4px;
        cursor:pointer;
        border:1px solid #CCC;
        padding:6px 32px;
        background:var(--gold);
        color:#FFF;
        font-size:10pt;
    }

    .aceite_termos_edital .at_btn1:hover,
    .aceite_termos_edital .at_btn2:hover {
        text-decoration:underline;
    }

}

/* help para lance prévio */

.help_lance_previo {
    position:fixed;
    left:50%;
    top:50%;
    margin:-120px 0 0 -220px;
    width:300px;
    height:auto;
    background:#fff;
    border:8px solid #DDD;
    z-index:999999;
    padding:4px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-bottom:50px;
}
.help_lance_previo .h_titulo {
    height:auto;
    background:var(--gold);
    color:var(--blue);
    text-align:center;
    line-height:30px;
    line-height: 1.2;
}
.help_lance_previo .h_espaco {
    height:200px;
    overflow:auto;
    margin-top:10px;
}
.help_lance_previo .h_btn {
    position:absolute;
    left:160px;
    bottom:4px;
    cursor:pointer;
    padding:10px 32px;
    background:var(--gold);
    color:var(--blue);
    font-size:10pt;
    font-weight: bold;
    border-radius: 10px;
}

.help_lance_previo .h_btn:hover {
    text-decoration:underline;
}


/* lances por consulta */

.help_lance_consulta {
    position:fixed;
    left:50%;
    top:50%;
    margin:-120px 0 0 -220px;
    width:400px;
    height:240px;
    background:var(--blue);
    border:8px solid #DDD;
    z-index:999999;
    padding:4px;
}
.help_lance_consulta .h_titulo {
    height:30px;
    background:var(--gold);
    color:var(--blue);
    text-align:center;
    line-height:30px;
}
.help_lance_consulta .h_espaco {
    height:120px;
    overflow:auto;
}
.help_lance_consulta .h_btn {
    position:absolute;
    left:160px;
    bottom:4px;
    cursor:pointer;
    border:1px solid #CCC;
    padding:6px 32px;
    background:var(--gold);
    color:#FFF;
    font-size:10pt;
}

.help_lance_consulta .h_btn:hover {
    text-decoration:underline;
}


/* lances para aprovados */

.help_lance_aprovados {
    position:fixed;
    left:50%;
    top:50%;
    margin:-120px 0 0 -220px;
    width:400px;
    height:240px;
    background:var(--blue);
    border:8px solid #DDD;
    z-index:999999;
    padding:4px;
}
.help_lance_aprovados .h_titulo {
    height:30px;
    background:var(--gold);
    color:var(--blue);
    text-align:center;
    line-height:30px;
}
.help_lance_aprovados .h_espaco {
    height:120px;
    overflow:auto;
}
.help_lance_aprovados .h_btn {
    position:absolute;
    left:160px;
    bottom:4px;
    cursor:pointer;
    border:1px solid #CCC;
    padding:6px 32px;
    background:var(--gold);
    color:#FFF;
    font-size:10pt;
}

.help_lance_aprovados .h_btn:hover {
    text-decoration:underline;
}


/* lances para cadastrados */

.help_lance_cadastrados {
    position:fixed;
    left:50%;
    top:50%;
    margin:-120px 0 0 -220px;
    width:400px;
    height:240px;
    background:var(--blue);
    border:8px solid #DDD;
    z-index:999999;
    padding:4px;
}
.help_lance_cadastrados .h_titulo {
    height:30px;
    background:var(--gold);
    color:var(--blue);
    text-align:center;
    line-height:30px;
}
.help_lance_cadastrados .h_espaco {
    height:120px;
    overflow:auto;
}
.help_lance_cadastrados .h_btn {
    position:absolute;
    left:160px;
    bottom:4px;
    cursor:pointer;
    border:1px solid #CCC;
    padding:6px 32px;
    background:var(--gold);
    color:#FFF;
    font-size:10pt;
}

.help_lance_cadastrados .h_btn:hover {
    text-decoration:underline;
}


/* lances condicionados */

.help_lance_condicionado {
    position:fixed;
    left:50%;
    top:50%;
    margin:-120px 0 0 -220px;
    width:400px;
    height:240px;
    background:var(--blue);
    border:8px solid #DDD;
    z-index:999999;
    padding:4px;
}
.help_lance_condicionado .h_titulo {
    height:30px;
    background:var(--gold);
    color:var(--blue);
    text-align:center;
    line-height:30px;
}
.help_lance_condicionado .h_espaco {
    height:80px;
    overflow:auto;
}
.help_lance_condicionado .h_lbl_lance {
    line-height:28px;
    height:28px;
    font-weight:bold;
    text-align:center;
}
.help_lance_condicionado .h_txt_lance {
    height:28px;
    width:120px;
    margin:0 auto;
    border:1px solid #DDD;
}
.help_lance_condicionado .h_txt_lance > input {
    width:100%;
    height:100%;
    border:none;
    background:none;
    text-align:center;
}
.help_lance_condicionado .h_btn {
    position:absolute;
    left:10px;
    bottom:4px;
    cursor:pointer;
    border:1px solid #CCC;
    padding:6px 32px;
    background:var(--gold);
    color:#FFF;
    font-size:10pt;
}
.help_lance_condicionado .h_btn_lancar {
    position:absolute;
    right:10px;
    bottom:4px;
    cursor:pointer;
    border:1px solid #CCC;
    padding:6px 32px;
    background:var(--gold);
    color:#FFF;
    font-size:10pt;
}

.help_lance_condicionado .h_btn:hover {
    text-decoration:underline;
}


/* help cliente não aprovado junto à galeria */

.help_cli_nao_aprovado {
    position:fixed;
    left:50%;
    top:50%;
    margin:-120px 0 0 -220px;
    width:400px;
    height:240px;
    background:var(--blue);
    border:8px solid #DDD;
    z-index:999999;
    padding:4px;
}
.help_cli_nao_aprovado .h_titulo {
    height:30px;
    background:var(--gold);
    color:var(--blue);
    text-align:center;
    line-height:30px;
}
.help_cli_nao_aprovado .h_espaco {
    height:120px;
    overflow:auto;
}
.help_cli_nao_aprovado .h_btn {
    position:absolute;
    left:160px;
    bottom:4px;
    cursor:pointer;
    border:1px solid #CCC;
    padding:6px 32px;
    background:var(--gold);
    color:#FFF;
    font-size:10pt;
}

.help_cli_nao_aprovado .h_btn:hover {
    text-decoration:underline;
}


.col-a{ float:left; width: 45%; box-sizing: border-box; margin:20px;  }
.col-b{ float:right; width: 45%; box-sizing: border-box; margin:20px;  }

.at_espaco{ box-sizing: border-box; width: 99% !important; margin: 0 0 0 0; padding: 5px 5px; overflow-x: hidden; word-wrap: wrap !important; overflow-wrap: break-word !important; }

@media (max-width: 800px) {
    .col-a{ width: 100%; float:initial; }
    .col-b{ width: 100%; float:initial; }
    .at_espaco{ max-width: 90% !important; }
}