/*configuracoes de toda a pagina*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

a {
	list-style-type: none;
}

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	background: #272e3d;		
}

nav a:hover {
	text-decoration: none;
	color: #f5821f;
}

/*configurações para as fontes*/

@font-face {
	font-family: "Phenomena-Regular";
	src: url("../fontes/Phenomena-Regular.woff");
}

@font-face {
	font-family: "Phenomena-Bold";
	src: url("../fontes/Phenomena-Bold.woff");
}

.regular {
	font-size: 2em;
	font-family: "Phenomena-Regular";
}

.bold {
	font-size: 2em;
	font-family: "Phenomena-Bold";
}

/*configuracoes do menu*/

.cabecalho {
	width: 100%;
	float: left;
	background: #272e3d;
}

.logo a h1 {
	float: left;
	width: 279px;
	height: 102px;
	background: url(../imagens/logo.png) left center no-repeat;
	margin-top: 0.7em;
	margin-left: 1em;
	text-indent: -9999px;
}

.btn-menu {
	float: right;
	width: 56px;
	background: url(../imagens/menu_resp.png) right center no-repeat;
	margin-top: 1.1em;
	margin-right: 1em;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}

.menu {
	width: 100%; 
	height: 100%;
	position: fixed;
	background: #272e3d;
	top: 0;
	left: 0;
	display: none;
}

.btn-close {
	float: right;
	width: 60px;
	height: 60px;
	background: url(../imagens/icon_close.png) right center no-repeat;
	margin-top: 2em;
	margin-right: 3em;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}

.menu ul {
	margin-top: 6em;
	list-style-type: none;
}

.menu ul li {
	font-size: 1.3em;
	text-align: center;
	padding: 0.2em;
	margin-top: 1em;
}

.menu-ativo a {
	text-decoration: none;
	color: #f5821f;
	padding: 1em;
}

.menu-inativo a{
	text-decoration: none;
	color: #ffffff;
	padding: 1em;
}

/*configuracoes do banner*/

.conteudo-banner {
	position: absolute;
	text-align: center;
	height: 400px;
	width: 100%;
	background: url(../imagens/banner01sm.png) center center no-repeat;
	margin-top: 120px;
	padding-top: 120px;
	z-index:-1;		
}

.titulo-orange-banner {
	font-size: 2em;
	text-transform: uppercase;
	color: #f5821f;
	margin-bottom: 1.5em;
}

.texto-white-banner {
	font-size: 1.2em;
	color: #ffffff;
	margin-bottom: 1.5em;
}

.botao-banner {
	background: #ffffff;
	color: #f5821f;
	font-size: 1.5em;
	padding: 0.3em 0.6em 0.4em 0.6em;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
}

/*configuracoes bloco solucoes*/

#solucoes {
	background: #eaeaea;
	position: absolute;
	margin-top: 520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	z-index:-2;
	height: 1180px;
}

.bloco-solucoes {
	background-color: #272e3d;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 5px #d0d0d0;
			box-shadow: 3px 3px 5px #d0d0d0;
	width: 340px;
	margin: 25px 35px 10px 45px;
	text-align: center;
	padding-top: 160px;
}

.bloco-solucoes h4{
	color: #f5821f;
	font-size: 1.8em;
	padding: 50px 0 10px 0;
}

.bloco-solucoes p{
	color: #ffffff;
	padding: 15px;
}

.telecom {
	background: #272e3d url(../imagens/icone_telecom_hover.png) center 25px no-repeat;
}

.seguranca {
	background: #272e3d url(../imagens/icone_cftv_hover.png) center 25px no-repeat;
}

.redes {
	background: #272e3d url(../imagens/icone_redes_hover.png) center 25px no-repeat;
}

.seguranca h4 {
	padding-top: 40px;
}

/*configuracoes do bloco conecta*/

#banner-conecta {
	background: #ffffff url(../imagens/banner_conectasm.jpg) center top no-repeat;
	width: 100%;
	height: 200px;
	position: absolute;
	margin-top: 1700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	z-index:-3;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.conteudo-conecta h4{
	color: #f5821f;
	font-size: 2em;
	text-transform: uppercase;
	margin: 29px auto 15px;
	text-align: center;
}

.conteudo-conecta p {
	color: #272e3d;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 8px;
}

.botao-conecta {
	background: #f5821f;
	color: #ffffff;
	font-size: 1.7em;
	text-decoration: none;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	padding: 0.2em 0.3em;
	margin: 0px 35%;
}

/*configuracoes de Bloco Especializado*/

#especializado {
	background: #f3f3f3;
	width: 100%;
	height: 470px;
	position: absolute;
	margin-top: 1900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	z-index: -4;
}

.titulo-cards {
	font-size: 1em;
	color: #272e3d;
	margin: 30px auto !important;
	text-align: center;
}

.cards {
	width: 100%;
	margin: 100px auto;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.hotelaria, .industria, .condominio, .comercio {
	background: #272e3d;
	color: #f5821f;
	font-size: 1.2em;
	width: 90%;
	height: auto;
	margin: 0px auto 15px;
	padding: 25px 0;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px #d0d0d0;
			box-shadow: 3px 3px 5px #d0d0d0;
	text-align: center;
}

.condominio {
	padding: 25px;
}

/*configuracoes de Bloco Clientes*/

#clientes {
	background: #ffffff;
	width: 100%;
	height: 610px;
	position: absolute;
	margin-top: 2370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	z-index: -5;
}

.titulo-clientes {
	font-size: 2em;
	color: #272e3d;
	margin: 30px auto !important;
	text-align: center;
}

.logo-clientes {
	width: 100%;
	margin: 110px auto;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo-clientes img{
	padding: 30px 0px 30px 30px;
    width: 80%;
}

/*configuracoes de tarja orcamento*/

#orcamento {
	background: #f5821f;
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	margin-top: 2975px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	z-index: -6;
}

.texto-orcamento {
	width: 100%;
	color: #ffffff;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto;
	padding: 25px 20px 0px 20px;
}

.botao-orcamento {
	height: 50px;
	background: #272e3d;
	border-radius: 3px;
	cursor: pointer;
	color: #ffffff;
	font-size: 2em;
	text-decoration: none;
	padding: 0.1em 0.5em;
	margin-top: 35px;
	margin-left: 15%;
}

/*configuracoes de rodape*/

#rodape {
	background: #272e3d;
	width: 100%;
	height: 690px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	margin-top: 3120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: -7;
}

.rodape-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 400px;
	height: 230px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rodape-logo img {
	width: 282px;
	height: 104px;
}

.rodape-logo p {
	color: #ffffff;
	text-align: center;
	margin-top: 25px;
	padding: 0px 35px;
}

.rodape-contato {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 400px;
	height: 350px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.telefone, .endereco, .email, .atendimento {
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 25px auto 10px;
	text-align: center;
}

.telefone {
	font-size: 1.9em;
}

.redes-sociais {
	margin: 9px auto 0px;
}

.redes-sociais img {
	padding: 10px 10px 0px;
}

.texto-legal {
	color: #ffffff;
	margin: 30px auto;
	padding: 0px 20px;
	text-align: center;
	font-size: 0.9em;
}

.texto-legal a{
	color: #e96b6d;
	text-decoration: none;
	cursor: pointer;
}

/*configuracoes de breaking points*/

@media screen and (max-width: 400px) {
	* {
		max-width: 100%;
	}
}

@media screen and (max-width: 499.98px){

	.titulo-orange-banner {
		font-size: 1.5em;
		margin-bottom: 3em;
	}

	.titulo-cards {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 519.98px) {

	.logo a h1 {
		float: left;
		width: 190px;
		height: 70px;
		background: url(../imagens/logo_pp.png) left center no-repeat;
	}

	.conteudo-banner {
		padding-top: 110px;			
	}

	.hidden {
		display: none;
	}

	.conteudo-conecta h4{
		font-size: 1.6em;
		margin: 28px auto 15px;
	}

	.conteudo-conecta p {
		font-size: 1.2em;
		margin: 20px auto 25px;
	}

	.botao-conecta {
		margin: 0px 33%;
	}

	.bloco-solucoes {
		height: 350px;
	}
}

@media screen and (max-width: 767.98px) {

	.btn-menu {
		margin-top: 1.4em;
		margin-right: 1.8em;
	}

	#solucoes {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.bloco-solucoes {
		background-color: #272e3d;
		width: 80%;
		margin: 25px 10% 10px 10%;	
	}		
}

@media screen and (max-width: 919.98px) {

	.botao-orcamento {
		display: none;
	}
}

@media screen and (min-width: 499.98px) {

	.titulo-orange-banner {
		margin-bottom: 2em;
	}
}


@media screen and (min-width: 519.98px) {

	.logo a h1 {
		float: left;
		width: 210px;
		height: 80px;
		background: url(../imagens/logo_p.png) left center no-repeat;
	}

	.conteudo-banner {
		padding-top: 75px;			
	}

	.titulo-orange-banner {
		margin-bottom: 1.3em;
	}

	.texto-white-banner {
		font-size: 1em;
		margin-bottom: 3.5em;
		padding: 0px 5px;
	}

	.titulo-secao {
		margin-top: 410px;
	}

	#solucoes {
			height: 1115px;
	}

	#banner-conecta {
		background: #ffffff url(../imagens/banner_conectavsm.jpg) center top no-repeat;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		max-width: 900px;
		height: 400px;
		margin-top: 1635px;
	}

	.imagem-conecta {
		margin: 15px auto 0px;
	}

	.conteudo-conecta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		margin: 20px auto;
	}

	.conteudo-conecta h4{
		font-size: 2em;
		margin: 0px auto 20px;
		text-align: center;
	}

	.conteudo-conecta p {
		margin: 0px auto 20px;
	}

	#especializado {
		margin-top: 2035px;
	}

	#clientes {
		margin-top: 2500px;
	}

	#orcamento {
		margin-top: 3110px;
	}

	#rodape {
		margin-top: 3240px;
		height: 660px;
	}
}

@media screen and (min-width: 599.98px) {

	.conteudo-banner {
		padding-top: 75px;			
	}

	#solucoes {
		height: 1115px;
	}

	#clientes {
		height: 385px;
	}

	.logo-clientes {
		margin: 110px 7%;
		width: 86%;
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.logo-clientes img{
		padding: 20px 30px 30px 30px;
		width: 100%;
		height: 100%;
	}

	#orcamento {
		margin-top: 2885px;
	}
	
	.texto-orcamento {
		padding: 26px 20px 0px 20px;
	}

	#rodape {
		margin-top: 3015px;
		height: 660px;
	}
}

@media screen and (min-width: 621.98px) {

	#solucoes {
		height: 1085px;
	}

	#banner-conecta {
		margin-top: 1600px;
	}

	#especializado {
		margin-top: 2000px;
	}

	#clientes {
		margin-top: 2470px;
	}

	#orcamento {
		height: 80px;
		margin-top: 2855px;
	}

	#rodape {
		margin-top: 2965px;
	}
}

@media screen and (min-width: 767.98px) {

	.btn-menu {
		margin-top: 1.4em;
		margin-right: 1.6em;
	}

	.titulo-secao {
		margin-top: 390px;
	}

	.conteudo-banner {
		padding-top: 75px;	
	}

	.titulo-orange-banner {
		margin-bottom: 1.3em;
	}

	.texto-white-banner {
		font-size: 1em;
		margin-bottom: 3.5em;
		padding: 0px 5px;
	}

	.botao-banner {
		font-size: 1.7em;
	}
}

@media screen and (min-width: 768px) {

	#solucoes {
		height: 425px;
	}

	.bloco-solucoes {
		background-color: #ffffff;
		width: 30%;
		margin: 25px 1% 10px 2%;
	}

	.bloco-solucoes p{
		color: #272e3d;
		padding: 15px;
	}

	.telecom {
		background: #ffffff url(../imagens/icone_telecom.png) center 25px no-repeat;
	}
	
	.seguranca {
		background: #ffffff  url(../imagens/icone_cftv.png) center 25px no-repeat;
	}

	.redes {
		background: #ffffff  url(../imagens/icone_redes.png) center 25px no-repeat;
	}

	#banner-conecta {
		margin-top: 945px;
	}

	#especializado {
		background: #f3f3f3;
		width: 100%;
		height: 450px;
		position: absolute;
		margin-top: 1345px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		z-index: -4;
	}

	.titulo-cards {
		font-size: 1.4em;
		color: #f5821f;
		margin: 30px auto;	
	}

	.cards {
		width: 100%;
		margin: 5px auto;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.hotelaria, .industria, .condominio, .comercio {
		background: #272e3d;
		color: #f5821f;
		font-size: 1.2em;
		width: 22%;
		height: 280px;
		margin: 0px auto;
		border-radius: 10px;
		-webkit-box-shadow: 3px 3px 5px #d0d0d0;
				box-shadow: 3px 3px 5px #d0d0d0;
		text-align: center;
	}

	.hotelaria {
		background: #272e3d url(../imagens/icone_hotelaria.png) center 25px no-repeat;
		padding-top: 215px;
	}

	.industria {
		background: #272e3d url(../imagens/icone_industria.png) center 28px no-repeat;
		padding-top: 215px;
	}

	.condominio {
		background: #272e3d url(../imagens/icone_residencia.png) center 42px no-repeat;
		padding-top: 205px;
	}

	.comercio {
		background: #272e3d url(../imagens/icone_comercio.png) center 42px no-repeat;
		padding-top: 215px;
	}

	#clientes {
		margin-top: 1790px;
	}

	.logo-clientes {
		margin: 110px 11%;
		width: 78%;
	}

	#orcamento {
		margin-top: 2175px;
	}

	#rodape {
		margin-top: 2285px;
	}
}

@media screen and (min-width: 829.98px) {

	#solucoes {
		height: 425px;
	}

	#clientes {
		height: 270px;
	}

	.logo-clientes {
		margin: 110px 8%;
		width: 84%;
	}

	.logo-clientes img{
		padding: 20px 15px 30px 0px;
		width: 85%;
		height: 85%;
	}
	#orcamento {
		margin-top: 2055px;
	}

	#rodape {
		margin-top: 2165px;
	}
}

@media screen and (min-width: 919.98px) {

	#solucoes {
		height: 415px;
	}

	#banner-conecta {
		background: #ffffff url(../imagens/banner_conectasm.jpg) center top no-repeat;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-flow: row;
				flex-flow: row;
		max-width: 1000px;
		height: 200px;
		margin-top: 935px;
	}

	.imagem-conecta {
		margin: 6px auto;
	}

	#especializado {
		margin-top: 1135px;
	}

	#clientes {
		margin-top: 1585px;
	}

	#orcamento {
		height: 120px;
		margin-top: 1855px;
	}

	.texto-orcamento {
		width: 50%;
		margin: 0px 0px 0px 6%;
		padding: 33px 20px 0px 20px;
	}

	#rodape {
		margin-top: 1970px;
		height: 430px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.texto-legal {
		margin: 0px auto;
		padding-bottom: 15px;
	}

	.rodape-contato {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.telefone, .endereco, .email, .atendimento {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 25px 0 10px 75px;
	}

	.email p{
		padding-top: 3px; 
	}

	.redes-sociais {
		padding-left: 20px;
	}

	.telefone, .endereco, .email, .atendimento {
		text-align: left;
	}

	.rodape-contato {
		padding-left: 40px;
	}
}

@media screen and (min-width: 991.98px) {

	.btn-menu {
		display: none;
	}	

	.btn-close {
		display: none;
	}

	.logo a h1 {
		float: left;
		width: 279px;
		height: 102px;
		background: url(../imagens/logo.png) left center no-repeat;
		margin-top: 0.7em;
		margin-left: 1em;
		text-indent: -9999px;
	}

	.menu {
		width: auto;
		height: 56px;
		float: right;
		margin-top: -2.4em;
		background-color: #272e3d;
		display: block !important;
		position: static;
	}

	.menu ul {
		list-style: none;
		margin-top: 4.7em;
	}

	.menu li {
		padding: 0;
		float: left;
	}

	.menu li a {
		text-decoration: none;
	}

	.conteudo-banner {			
		height: 500px;			
		background: url(../imagens/banner01md.png) center center no-repeat;			
		padding-top: 127px;			
	}

	.texto-white-banner {
		font-size: 1.2em;
	}

	.titulo-secao {
		margin-top: 480px;
	}

	#solucoes {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		margin-top: 620px;
		height: 405px;
	}

	.bloco-solucoes {
		width: 30%;
		height: 350px;
		margin: 25px 1% 10px 2%;
	}

	#banner-conecta {
		background: #ffffff url(../imagens/banner_conectamd.jpg) center top no-repeat;
		max-width: 1300px;
		margin-top: 1025px;
	}

	#especializado {
		margin-top: 1225px;
	}

	#clientes {
		margin-top: 1675px;
	}

	#orcamento {
		margin-top: 1945px;
	}

	.texto-orcamento {
		margin: 0px 1% 0px 5%;
		padding: 33px 0px 0px 7%;
	}

	.botao-orcamento {
		margin-left: 18%;
	}

	#rodape {
		margin-top: 2055px;
	}

	.telefone, .endereco, .email, .atendimento {
		margin: 25px 0 10px 95px;
	}

	.redes-sociais {
		padding-left: 50px;
	}
}

@media screen and (min-width: 1199.98px) {

	.logo a h1 {
		margin-left: 5%;
	}

	.menu {
		margin-right: 4%;
	}

	.conteudo-banner {			
		height: 500px;			
		background: url(../imagens/banner01lg.png) center center no-repeat;			
	}

	#solucoes {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		width: 100%;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
		   justify-content: center;	
		height: 435px;
	}

	.bloco-solucoes {
		width: 340px;
		margin: 40px 2% 10px 2%;
	}

	#banner-conecta {
		background: #ffffff url(../imagens/banner_conectalg.jpg) center top no-repeat;
		max-width: 2000px;
		margin-top: 1055px;
	}

	.cards {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}

	#especializado {
		margin-top: 1255px;
	}

	.cards {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;	
	}

	.hotelaria, .industria, .condominio, .comercio {
		width: 240px;
		margin: 0px 35px;
		border-radius: 10px;
		-webkit-box-shadow: 3px 3px 5px #d0d0d0;
				box-shadow: 3px 3px 5px #d0d0d0;
		text-align: center;
	}

	#clientes {
		margin-top: 1705px;
		height: 280px;
	}

	.logo-clientes {
		margin: 110px 5%;
		width: 90%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		    justify-content: center;
	}

	.logo-clientes img{
		padding: 20px 55px;
		width: 100%;
		height: 100%;
	}

	#orcamento {
		margin-top: 1985px;
	}

	#rodape {
		margin-top: 2100px;
	}

	.rodape-logo {
		margin-right: 100px;
	}

	.telefone, .endereco, .email, .atendimento {
		margin: 25px 0 10px 95px;
	}
}

@media screen and (min-width: 1337.98px) {

	.texto-orcamento {
		width: 50%;
		margin: 0px 1% 0px 5%;
		padding: 47px 0px 0px 6%;
	}

	.botao-orcamento {
		margin-left: 19%;
	}

	.telefone, .endereco, .email, .atendimento {
		margin: 25px 0 10px 75px;
	}
}

@media screen and (min-width: 1457.98px) {

	#rodape {
		width: 1000px;
		margin-left: 17%;
	}

	.botao-orcamento {
		margin-left: 19%;
	}
}

@media screen and (min-width: 1499.98px) {

	.imagem-conecta {
		margin-left: 25%;
	}

	.conteudo-conecta {
		padding-right: 18%;
	}

	.texto-orcamento {
		width: 50%;
		margin: 0px 1% 0px 5%;
		padding: 47px 0px 0px 6%;
	}
}

@media screen and (min-width: 1539.98px) {

	.botao-orcamento {
		margin-left: 18%;
	}

	#rodape {
		margin-left: 19%;
	}

	.telefone, .endereco, .email, .atendimento {
		margin: 25px 0 10px 95px;
	}
}

@media screen and (min-width: 1679.98px) {

	.imagem-conecta {
		margin-left: 26%;
	}

	.conteudo-conecta {
		padding-right: 19%;
	}

	.texto-orcamento {
		margin: 0px 1% 0px 9%;
		padding: 47px 0px 0px 8%;
	}

	.botao-orcamento {
		margin: 35px 1% 0px 0px;
	}

	.botao-orcamento {
		margin-left: 10%;
	}

	#rodape {
		margin-left: 20%;
	}

	.telefone, .endereco, .email, .atendimento {
		width: 410px;
		margin: 25px 0px 10px 105px;
	}

	.redes-sociais {
		padding-left: 75px;
	}
}

@media screen and (min-width: 1729.98px) {

	.imagem-conecta {
		margin-left: 27%;
	}

	.conteudo-conecta {
		padding-right: 20%;
	}

	.botao-orcamento {
		margin-left: 10%;
	}

	#rodape {
		margin-left: 22%;
	}
}

@media screen and (min-width: 1899.98px) {

	.imagem-conecta {
		margin-left: 28%;
	}

	.conteudo-conecta {
		padding-right: 21%;
	}

	.botao-orcamento {
		margin-left: 8%;
	}

	#rodape {
		margin-left: 25%;
	}

	.telefone, .endereco, .email, .atendimento {
		width: 430px;
		margin: 25px 0px 10px 125px;
	}

	.redes-sociais {
		padding-left: 120px;
	}
}

@media screen and (min-width: 1999.98px) {

	.logo a h1 {
		margin-left: 20%;
	}

	.menu {
		margin-right: 18%;
	}

	.conteudo-banner {
		height: 500px;			
		background: url(../imagens/banner01xl.png) center center no-repeat;			
	}

	#banner-conecta {
		background: #ffffff url(../imagens/banner_conectaxl.jpg) center top no-repeat;
		max-width: 2800px;
	}

	.imagem-conecta {
		margin-left: 30%;
	}

	.conteudo-conecta {
		padding-right: 23%;
	}

	.texto-orcamento {
		margin: 0px 1% 0px 10%;
		padding: 50px 0px 0px 8%;
	}

	.botao-orcamento {
		margin-left: 6%;
	}

	#rodape {
		margin-left: 26%;
	}

	.telefone, .endereco, .email, .atendimento {
		width: 440px;
		margin: 25px 0px 10px 135px;
	}
}

@media screen and (min-width: 2199.98px) {
	
	.texto-orcamento {
		margin: 0px 1% 0px 10%;
		padding: 50px 0px 0px 8%;
	}

	.botao-orcamento {
		margin-left: 5%;
	}

	#rodape {
		margin-left: 28%;
	}

	.telefone, .endereco, .email, .atendimento {
		width: 470px;
		margin: 25px 0px 10px 165px;
	}

	.redes-sociais {
		padding-left: 175px;
	}

	.redes-sociais img {
		padding: 10px 15px 0px 0px;
	}	
}