/*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 area empresa*/

#empresa {
	background: #ffffff;
	width: 100%;
	height: 100%;
	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;
	z-index: -1;
}

.titulo-empresa {
	color: #f5821f;
	font-size: 1.4em;
	margin: 70px auto;
}

.texto-empresa {
	color: #272e3d;
	max-width: 950px;
	font-size: 1.2em;
	margin: 0px auto;
	padding: 0px 15px;
	text-align: center;
}

.texto-foco {
	color: #f5821f;
	max-width: 950px;
	font-size: 1.2em;
	margin: 0px auto;
	padding: 30px 15px 0px;
	text-align: center;
}

.cards-qualidades {
	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;
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin: 80px auto 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.qualidade, .infra, .plan, .suporte {
	background: #272e3d;
	border-radius: 10px;
	width: 80%;
	min-width: 280px;
	max-width: 450px;
	height: 300px;
	margin: 0px auto 40px;
	text-align: center;
}

.qualidade h4, .infra h4, .plan h4, .suporte h4 {
	color: #f5821f;
	margin: 30px auto;
	font-size: 1.7em
}

.cards-qualidades p {
	color: #ffffff;
	margin: 0px auto 40px;
	text-align: center;
	padding: 0px 10px;
	line-height: 1.4;
}

.cards-qualidades img {
	margin-top: 35px;
}

/*configuracoes de tarja orcamento*/

#orcamento {
	background: #f5821f;
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	margin-top: 0px;
	-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: 23px 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: 680px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	margin-top: 130px;
	-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: 415px) {
	* {
		max-width: 100%;
	}
}

@media screen and (max-width: 519.98px) {

	.hidden {
		display: none;
	}

	.logo a h1 {
		float: left;
		width: 190px;
		height: 70px;
		background: url(../imagens/logo_pp.png) left center no-repeat;
	}
}


@media screen and (max-width: 767.98px) {

	.btn-menu {
		margin-top: 1.4em;
		margin-right: 1.8em;
	}
}

@media screen and (max-width: 919.98px) {

	.botao-orcamento {
		display: none;
	}
}

@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;
	}
}

@media screen and (min-width: 599.98px) {
	
	.cards-qualidades p {
		padding: 0px 27px;
	}

	.cards-qualidades img {
		margin-top: 45px;
	}
}

@media screen and (min-width: 621.98px) {

	#orcamento {
		height: 80px;
	}
}

@media screen and (min-width: 767.98px) {

	.btn-menu {
		margin-top: 1.4em;
		margin-right: 1.6em;
	}
}

@media screen and (min-width: 899.98px) {

	.qualidade, .infra, .plan, .suporte {
		max-width: 550px;
	}
}

@media screen and (min-width: 919.98px) {

	.qualidade, .infra, .plan, .suporte {
		margin: 0px auto 65px;
	}

	#orcamento {
		height: 120px;
	}

	.texto-orcamento {
		width: 50%;
		margin: 0px 0px 0px 6%;
		padding: 33px 20px 0px 20px;
	}
	
	#rodape {
		margin-top: 110px;
		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;
	}

	.texto-orcamento {
		margin: 0px 1% 0px 5%;
		padding: 33px 0px 0px 7%;
	}

	#rodape {
		margin-top: 110px;
	}

	.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%;
	}

	.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) {

	.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) {

	.texto-orcamento {
		margin: 0px 1% 0px 9%;
		padding: 47px 0px 0px 8%;
	}

	.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) {

	#rodape {
		margin-left: 22%;
	}

	.botao-orcamento {
		margin-left: 10%;
	}
}

@media screen and (min-width: 1899.98px) {

	.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%;
	}

	.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;
	}	
}	