.fundo
{
    background: url('../../images/anuncie_topo.jpg') no-repeat center bottom;
    min-height: 822.4px;
    padding-bottom: 5px;
}
.texto-fundo-transparente
{
    padding:10px;
    color:#FFFFFF;
    font-size: 20px;
    background-color: rgba(0,0,0,0.8);
    max-width: 470px;
}
.texto-fundo-transparente b
{
    font-size: 26px;
}
.border-radius-bottom
{
    border-radius: 0px 0px 8px 8px;
}
.border-radius-top
{
    border-radius: 8px 8px 0px 0px; 
}
.border-radius-all
{
    border-radius: 8px;
}
.subtexto-transparente
{
    padding:10px;
    color:#FFFFFF;
    max-width: 470px;
    background-color: rgba(0,0,0,0.5);
}
.texto-fundo-transparente-verde
{
    color:#FFFFFF;
    font-size: 24px;
    padding:10px;
    max-width: 470px;
    background-color: rgba(9,137,59,0.8);
}

.subtexto-transparente-verde
{
    color:#FFFFFF;
    font-size: 18px;
    padding:10px;
    max-width: 470px;
    background-color: rgba(9,137,59,0.5);
}
.subtexto-transparente-verde:hover
{
    transition: 0.2s;
    background-color: rgba(9,137,59,0.6);
}
.subtexto-transparente-verde a
{
    color:#FFFFFF;
    text-decoration: underline;
}

.formulario-estatico
{
    background-color: rgba(30,86,145,0.9);
    padding:10px 10px 10px 10px;
    color:#FFFFFF;
    max-width: 410px;
    margin-right: 22px;
    margin-top: 10px
}
.formulario-normal-top {
    top:0;
    position: relative;
}
.formulario-normal-bottom {
    top:1200px;
    position: relative;
}
.formulario-fixo {
    top:0;
    z-index:1;
    position: fixed;
    margin-right: 22px;
}
.formulario-height
{
    min-height: 410px;
}

.alinha-texto
{
    margin-top: 10%;
    color: #FFFFFF;
}
.oportunidades{
    padding: 0px;
    margin: 20px auto;
    width: 600px;
}
.oportunidades li
{
    list-style: none;
    float: left;
    text-align: center;
    font-family: "Arial";
}
 .oportunidadesli, .oportunidadesli2{
    color: #000000;
    width: 150px;
    height: 170px;
    padding-top: 25px;
    align-self: center;
    box-shadow: 1px 2px 3px #000000;
    border-left: 1px solid #a7a7a7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.oportunidadesli{
    background-color: #F4F4F4;
}
.oportunidadesli2{
    background-color: #CFCFCF;
}
.oportunidadesli:hover, .oportunidadesli2:hover{
    cursor:pointer;
}
.titulo{
    font-size: 20px;
}
.preco_antigo{
    text-decoration: line-through;
    color: #D70000;
}
.preco_novo{
    color: #0088cc;        
}
.linha{
    padding-top: 6px;
}
.btn_contratar{
    margin-top: 26px;
    font-size: 16px;
    background: #FF9900;
    width:90%;
    padding: 4px 0px;
    border-style: none;
    color:#ffffff;
}
.vantagens
{
    height: 213px;
}
.erro
{
    width: 100%;
    padding-top:2px;
    margin-top: -2px;
    background: #D70000;
}