﻿@charset "utf-8";
/* CSS Document */
.black_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 370%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: fixed;
    width: 80%;
    height: 100%;
    left: 10%;
    top: 0%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #00468e;
    background-color: #FFFFFF;
    z-index: 1002;
}

.descricao_ofertas {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0;
}

.ref_ofertas {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    /*font-weight: bold;*/
}

.bairro_ofertas {
    font-size: 14px;
    /*font-weight: bold;*/
}

.black_overlay2 {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content2 {
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 30%;
    padding: 16px;
    border: 16px solid #01295d;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}elaseachaquandoelenãoestá

.descricao {
    width: 100%;
    height: 100%;
    color: #fff;
    float: right;
    right: 0px;
    padding: 5px 30px;
    position: absolute;
    margin: 0px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
}

#valor_destaque {
    /*background-color: rgba(0,0,0,0.6);*/
    width: auto;
    height: auto;
    padding: 2px;
    /*margin: 10px 0;*/
    text-align: center;
    font-size: 16px;
    bottom: 0;
    border: 2px solid #fff;
    float: right;
}

.descricao_valor {
    display: block;
    width: 60%;
    float: right;
    text-align: right;
    padding: 5px;
    background-color: #00468e;
    font-size: 18px;
    line-height: inherit;
    color: #FFFFFF;
}

.descricao_ref {
    display: block;
    width: 30%;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 14px;
    line-height: inherit;
    color: #000;
    border: 0;
}

.descr_btdetalhes {
    display: block;
    width: 40%;
    float: left;
    text-align: left;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: inherit;
    color: #00468e;
    text-decoration: none;
}

.centro_rod {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
}

.right {
    float: right;
}

.valor_descricao {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}
