body { background-color: #FFF; background-image: url(../imagens/background.jpg); background-size: cover; background-attachment: fixed }
.main_header {
    position: relative;
    background-color: #FFF; 
    margin-top: 34px;
    border-bottom: 2px solid #696;
}

.page {
    position: relative;
    max-width: 860px;
    margin: 50px auto 80px auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #EEE;
    box-shadow: 6px 18px 36px #999;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px
}

.table {
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border: 2px solid #7D9339;    
}
.main_logo {
    float: left;
    max-width: 13em;
}

.i {position: relative;}
.ind {
    position: absolute;
    right: 38px;
    top: 10px;
    font-size: 0.8em;
    font-weight: 300;
    margin-top: 0.8em;
}

.branco {
    padding: 20px !important;
}

.mobile_action {
    position: absolute;
    right: 4px;
    bottom: 38px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc url(../imagens/mobile.png) center center no-repeat;
}

.mobile_action:hover {
    background-color: #999;
}

.mobile_action:active {
    background-color: #666;    
}

.fundo_branco {
    background-color: transparent;
    padding: 20px 30px;
}

.titulo {
    color: #FFF;
    font-weight: 300;
    font-size: 1.8em;
    letter-spacing: -1px;
}

.separador {
    display: inline-block;
    width: 100%;
    margin: 20px 0px 17px 0px;
}

.box {
    float: left;
    width: 100%;
    background-color: #FFF;
    padding: 5px 5px 5px 10px;
    min-height: 109px;
    cursor: pointer;
    border: 2px solid #7D9339;    
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #EEE;
    box-shadow: 6px 18px 36px #999;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px    
}

.box1 {
    float: left;
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    border: 1px dotted #7D9339;
    min-height: 140px;
    cursor: pointer;
    text-align: left;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #EEE;
    box-shadow: 6px 18px 36px #999;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px       
}

.topico {
    color: #7D9339;
    font-weight: 700;
    margin: 30px 0px;
    display: inline-block;
    width: 100%;
}

.sombra {

}

.p {
    text-indent: 3em;
    color: #333;
    line-height: 1.5em;
}

.fundo_branco .p {
    text-indent: 3em;
    color: #333;
}

.ol,.ul {
    color: #EEE;
}

.fundo_branco li {
}

.fundo_branco .ol,.ul {
    color: #333;
    line-height: 1.5em;
}


.box_login {
    max-width: 240px;
    text-align: left;
    font-size: 0.9em;
    border: 1px solid #CCC;
    padding: 15px;
    box-shadow: 1px 1px 2px #999;
    background-color: #FFF;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px     
}

.chars {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 1.4em;
    color: #D90000;
    font-weight: 800;
}
.charsfield {
    float: right;
    width: 73%;
}

.box_login p {
    margin: 12px 0px !important;
}

.titulo_anuncio {
    font-size: 1.5em;    
}
.lnk_titulo_anuncio {
    color: #7D9339;       
    font-size: 19px;
}
.descricao_anuncio {
    color: #555;
    font-size: 0.7em;
}
.url_anuncio {
    color: #33AA33;
    font-size: 0.8em;
}

.cadastrese {
    margin-right: 4em;
    margin-top: 8em;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.fileUpload div {
    margin-top: 14px;
}
.fileUpload input.campo {    
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1em;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer {
    color: #777;
    font-size: 1.2em;
}

.footer_itens a {
    color: #777;
}
.footer_itens a:hover {
    text-decoration: underline;
}

.footer_itens .tagline {
    font-size: 0.7em;
    text-align: center;
}

.footer_itens ul {
    text-align: center;
    padding: 0px;
}
.footer_itens li {
    display: inline;
    margin-right: 10px;
    font-size: 0.7em;
}
.footer_itens li:nth-of-type(4n+0) {
    margin-right: 0;
}

.fundo_bv {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
}

.pop_bv {
    position: fixed;
    left: 50%;
    overflow: auto;
    top: 50%;
    margin-left: -430px;
    margin-top: -300px;
    width: 860px; 
    height: 500px; 
    display: none; 
    background: #FFF; 
    padding: 30px;
}

.ext_fechar {
    position: fixed;
    right: 15px;
    top: 15px;
}

.aimg_fechar {
    color: #00F;
    text-decoration: none;
}

.printtext {
    margin-top: 30px;
}

/*319px*/
@media (max-width: 19.9375em) {

}

/*320px*/
@media (min-width: 20em) {

}

/*480px*/
@media (min-width: 30em) {   

}

/*600px*/
@media (min-width: 37.5em) { 

}

/*768px*/
@media (min-width: 48em) { 

}

/*960px*/
@media (min-width: 60em) { 

}

/*959px*/
@media (max-width: 59.9375em){
    .main_header_nav{
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #222;
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;
    }

    .main_header_nav_item {
        float: left;
        width: 100%;
        position: relative;
    }

    .main_header_nav_item .nav_seta,.nav_seta:hover {
        background-image: url(../imagens/seta.png) !important;
        background-repeat: no-repeat !important;
        background-position: 96% 50% !important;
    }

    .main_header_nav_item > a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #eee;
        font-weight: bold;
        font-size: 0.875em
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover {
        background: #444;
        color: #fff;
    }

    .main_header_nav_sub{
        float: left;
        width: 100%;
        padding: 10px;
        background: #333;
    }

    .main_header_nav_sub_item{
        float: left;
        width: 100%;
    }

    .main_header_nav_sub_item a{
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 0.8em;
    }

    .main_header_nav_sub_item a:hover{
        background: #7D9339;
    }
}

/*960px*/
@media (min-width: 60em){

    .box {
        float: left;
        width: 31.86%;
        margin-right: 2.2%;        
    }
    .box:nth-of-type(3n+0) {
        margin-right: 0px;
    }

    .mobile_action{
        display: none;
    }

    .main_header_nav {
        float: right;
        text-align: right;
        margin-top: 1em;  
    }

    .main_header_nav_item {
        position: relative;
        display: inline-block;
        margin-right: 1px;
    }

    .main_header_nav_item:last-of-type {
        margin-right: 0px;
    }

    .main_header_nav_item > a {
        float: left;
        padding: 5px 10px;
        text-transform: uppercase;
        text-decoration: none;
        color: #333;
        font-size: 0.9em;
        font-weight: bold;
        border-radius: 10px; 
        -webkit-border-radius: 10px; 
        -moz-border-radius: 10px;
        background: rgba(235, 235, 235, 1);
        
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover {
        background: #7D9339;
        color: #FFF;
        border-radius: 10px; 
        -webkit-border-radius: 10px; 
        -moz-border-radius: 10px         
    }

    .main_header_nav_sub{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 300%;
        background: #fff;
        padding: 10px;
        text-align: left;
        z-index: 99;
    }

    .main_header_nav_item:hover .main_header_nav_sub,
    .main_header_nav_item > a:hover .main_header_nav_sub{
        display: block;
    }

    .main_header_nav_sub_item{
        float: left;
        width: 50%;
    }

    .main_header_nav_sub_item a{
        float: left;
        width: 100%;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #333;
    }

    .main_header_nav_sub_item a:hover{
        background: #007FFF;
        color: #fff;
    }
}