.bannerInternas{


	width: 100%;
	height: 110px;
	background-image: url(../images/bannerInternas.png);
	background-repeat: no-repeat;
	box-shadow: inset 0 2px rgba(0, 0, 0, 0.40);
	background-size: 100%;
	background-position: center left;
}

.servicosTodo{
	width: 100%;
	background-image: url(../images/logoback.png);
	background-repeat: no-repeat;
	background-position:top right;
	background-size: auto 37%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5%;	
	border: 0;
	}

.solucoes{

	width: 80%;
	margin: 0 auto;
}


.servicos{

	margin-top: 3em;

}

.servicos h1{

	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1.5em;

}

.servicos h2{

	font-weight: bold;
	font-size: 1em;

}

.areaSolucao{

	width: 80%;
	margin: 5% auto;
	padding-bottom: 5%;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.50);
	background-color: rgba(100%,100%,100%,0.85);

}


.bannerCondominios{

	height: 150px;
	background-color: #ccc;
	background-image: url(../images/condominiosBanner.jpg);
	background-size: 100%;
	background-position: center -100px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;


}

.areaSolucao h2{

	font-size: 1.2em;
	line-height: 1.3em;	
	text-align: left;
	margin: 2em;
	
}

.areaSolucao p{

	
	font-size: 1.2em;
	line-height: 1.3em;	
	text-align: justify;
	padding: 0;
	margin: 0em 2em;
	margin-bottom: 1em;
}

.soliciteProp{

    position: relative;
    width: 200px;
    height: 30px;
    font-size: 1em;
    vertical-align: middle;
    padding-top: 1em;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #e74c3c;
    border: 0;
    border-bottom: 2px solid #db4334;
    cursor: pointer;
    margin-left: 2em;

}

.soliciteProp a{

    text-decoration: none;
    color: #fff;
    font-weight: bold;

}


.bannerImoveis{

	height: 150px;
	background-color: #ccc;
	background-image: url(../images/imoveisBanner.jpg);
	background-size: 100%;
	background-position: center center;
	padding: 0;
	margin: 0;

}

.bannerFinanceiro{

	height: 200px;
	background-color: #ccc;
	background-image: url(../images/financeiroBanner.jpg);
	background-size: 100%;
	background-position: center bottom;
	padding: 0;
	margin: 0;

}

.bannerJuridico{

	height: 200px;
	background-color: #ccc;
	background-image: url(../images/juridicoBanner.jpg);
	background-size: 100%;
	background-position: center bottom;
	padding: 0;
	margin: 0;

}

.bannerManutencao{

	height: 200px;
	background-color: #ccc;
	background-image: url(../images/manutencaoBanner.jpg);
	background-size: 100%;
	background-position: center center;
	padding: 0;
	margin: 0;

}


@media only screen and (max-width: 768px){


.bannerInternas{


	width: 100%;
	height: 80px;
	background-image: url(../images/bannerInternasMobo.png);
	background-repeat: no-repeat;
	box-shadow: inset 0 2px rgba(0, 0, 0, 0.40);
	background-size: 100%;
}

.bannerCondominios{

	height: 150px;
	background-color: #ccc;
	background-image: url(../images/condominiosBanner.jpg);
	background-size: 100%;
	background-position: center -30px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;


}


.solucoes{

	width: 90%;
	margin: 0 auto;
}

.areaSolucao{

	width: 100%;
	margin: 5% auto;
	padding-bottom: 5%;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.50);

							;
}

.areaSolucao p{

	
	font-size: 1.2em;
	line-height: 1.3em;	
	text-align: center;
	padding: 0;
	margin: 0em 2em;
	margin-bottom: 1em;
}

.areaSolucao h2{

	font-size: 1.2em;
	line-height: 1.3em;	
	text-align: center;
	margin: 2em;
	
}

.soliciteProp{

	margin: 0 auto;

}



}

@media only screen and (min-width: 1800px){

.bannerInternas{


	width: 100%;
	height: 180px;
	background-image: url(../images/bannerInternas.png);
	background-repeat: no-repeat;
	box-shadow: inset 0 2px rgba(0, 0, 0, 0.40);
	background-size: 100%;
}

.bannerImoveis, .bannerCondominios, .bannerManutencao, .bannerJuridico, .bannerFinanceiro{


	height: 500px;

}

.servicos h1{

	font-weight: bold;
	font-size: 2em;
	margin-bottom: 1.5em;

}
.areaSolucao h2{

	font-size: 1.8em;
	line-height: 1.3em;	
	text-align: left;
	margin: 2em;
	
}

.areaSolucao p{

	
	font-size: 1.8em;
	line-height: 1.3em;	
	text-align: justify;
	padding: 0;
	margin: 0em 2em;
	margin-bottom: 1em;
}

.soliciteProp{

    width: 380px;
    height: 50px;
    font-size: 1.8em;
    vertical-align: middle;  
    margin-left: 2em;

}


}