.titleEnc {
    color: #724626;
    margin: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #eff0f1;
}   
.titleEnc span {
	margin: 0 0px 0 20px;
	font-size: 13px;
	background: url('../images/btnEncontrar.png') 0px 26px;
	padding: 0px 15px 0px 15px;
	border-radius: 3px;
	line-height: 26px;
	float: right;
}
.titleEnc img{
	width: 20px;
}
.obsEnc{
	margin-top: 10px;
	margin-bottom: 20px;
}
.obsEnc textarea{
	background: #efefef;
    border: 1px solid #9c9c9c;
    width: 100%;
    height: 80px;
    margin-top: 5px;
}
.btnEnviarEnc button{
	background: #744529;
    text-align: center;
    height: 40px;
    border-radius: 6px;
    border: none;
    line-height: 40px;
    color: white;
    width: 109px;
}
.btnEnviarEnc {
    text-align: right;
}
.divulgaSeuImovel{
    color: #9c9c9c;
}
.divulgaSeuImovel img{
    width: 100%;
}
.divulgaSeuImovel ul{
    margin-top: 21px;
    margin-left: -23px;
    font-size: 12px;
}
.divulgaSeuImovel li{
    margin-bottom: 10px;
}
.formEncontreImovel .EncontreColEsq{
    padding-right: 1%;
}
.formEncontreImovel .EncontreColDir{
    padding-left: 1%;
}
.formEncontreImovel input, .formEncontreImovel select {
    height: 25px;
    width: 100%;
    background: #eee;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-left: 5px;
    margin-top: 5px;
}
.titleGratis {
    color: #ff2c33;
    margin: 20px 0px 5px 0px;
    font-size: 20px;
    font-weight: bold;
}
.subtitleGratis{
	color: black;
    font-size: 15px;
}   

.conteudoGratis{
	margin-top: 20px;
}
.conteudoGratis img{
	width: auto;
}

.conteudoGratis .noPadL img{
	width: 100%;
}

.seloGratis{
	margin-left: 30px;
    margin-top: 60px;
}
.seloGratis:nth-child(2){
	margin: 20px 0px 0px 0px;
}
.seloGratis img{
    border-radius: 5px;
    height: auto;
    width: 100%;
}

.textoGratis{
    color: #ff2c33;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0px 10px 67px;
    padding-right: 0px;
    line-height: 25px;
} 

.row .seloGratis:nth-child(2) a:nth-child(1) img{
    background: url('../images/btnBannerG.png') 0px 0px;
    width: 100%;
    margin: 90px 0px 0px 50px;
}

.row .seloGratis:nth-child(2) a:nth-child(2) img {
    width: 80%;
    margin: 30px 0px 0px 70px;
}

.conteudoGratis .textFianca li {
    color: #db794a;
    font-size: 28px;
    line-height: 30px;
}

.conteudoGratis .textFianca ul {
    margin: 40px 0px 0px -77px;
} 

.conteudoGratis .textFianca span {
    font-size: 19px;
}

.textFooterGratis{
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

@media screen and (max-width: 767px){
    .seloGratis{
        margin: 0px;
        text-align: center;
    }
    .textoGratis {
        color: #ff2c33;
        font-size: 15px;
        /* font-weight: bold; */
        margin: 20px 0px 20px 0px;
        padding-right: 0px;
        line-height: 25px;
    }
    .conteudoGratis .textFianca span {
        font-size: 15px;
    }
    .conteudoGratis .textFianca ul {
        padding: 20px 0px 0px 17px;
    }
    .conteudoGratis .textFianca li {
        font-size: 15px;
    }
    .row .seloGratis:nth-child(2) a:nth-child(1) img{
        margin: 0px;
        width: 67%; 
    }
    .row .seloGratis:nth-child(2) a:nth-child(2) img{
        margin: 20px 0px 20px 0px;
        width: 67%;
    }
    .textFooterGratis{
        text-align: justify;
        font-size: 12px;
    }

}