* {
	font-size: 12px;
	font-family: "Calibri";
	color: #333;
	margin: 0;
	padding: 0;
}
#erro-total {
	width: 700px;
	height: 270px;
	margin: 15px 0;
}
#imagem-centralizada {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
#texto-404 {
	width: 100%;
	font-family: Calibri;
	font-size: 22px;
	text-align: center;
}
#aguarde {
	width: 100%;
	font-family: Calibri;
	font-size: 19px;
	text-align: center;
	margin: 5px 0;
}
.page-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 600px;
}
a {
	text-decoration: none;
}
.global {
	margin: 0 auto;
}
.global img {
	max-width: 100%;
}
.conteudo-pages {
	min-height: 500px;
	width: 998px;
	margin: 0 auto;
}
.texto-pages {
	font: 15px/25px "Calibri";
	color: #000;
	text-align: justify;
}
.texto-pages h1 {
	font: 25px "Calibri";
	padding-left: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #000;
}
.texto-pages h2 {
	font: 20px "Calibri";
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #000;
}
.menu-resp {
	display: none;
}
.contato input {
	width: 100%;
	padding: 10px 20px;
	background: #eee;
	border: #ccc;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: none !important;
}


input.submit {
	border: 1px solid var(--amarelo);
	padding: 15px;
	box-shadow: 5px 6px 9px grey;
	cursor: pointer;
	background-color: var(--amarelo);
	font-size: 1.5em;
	color: #fff;
	position: relative;
}

.contato textarea {
	width: 100%;
	padding: 10px 20px;
	background: #eee;
	border: #ccc;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: none !important;
	resize: none;
	height: 200px;
}
.contato .submit {
	cursor: pointer;
	background: #016086;
	color: #fff;
}
.topo-total {
	padding: 20px 0;
}
.topo {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.topo > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu {
	text-align: center;
}
.menu li {
	list-style: none;
	display: inline-block;
	margin: 10px 0;
}
.menu li a {
	display: block;
	padding: 5px 15px;
	font: 22px "calibri";
	color: #040404;
	transition: all 0.5s;
}
.menu li a:hover {
	background: rgba(255, 255, 255, 0.3);
	transition: all 0.5s;
}
.menu li a.ativo {
	border-bottom: 2px solid #f6f6f6;
	background: rgb(255 255 255 / 61%);
}
.rodape-total {
	padding: 40px 0;
	background: #1c3361;
}
.rodape {
	width: 840px;
	margin: 0 auto;
	text-align: center;
}
.rodape .social {
	border-bottom: 1px solid #555;
}
.rodape > div {
	width: 100%;
	padding: 11px 0;
	font: 24px "calibri";
	font-weight: lighter;
	color: #fff;
}
.logo-pw {
	display: table;
	margin: auto;
	width: auto !important;
}
.logo-pw div p:first-child a {
	color: #fff;
	font: 12px "Helvetica";
	margin-top: -8px;
	display: block;
}
.logo-pw div {
	text-align: left;
}
.logo-pw div a span {
	color: transparent;
}
.fundo-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}
.fundo-slider img {
	max-width: initial !important;
}
.slogan-total {
	padding: 130px 0;
	box-shadow: 0 -7px 10px -3px #585858 inset;
}
@keyframes wow {
	0% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}
.slogan {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	animation: wow 1 2s linear;
	transform: scale(0.9);
}
.slogan .titulo {
	font: 50px "calibri";
	font-weight: lighter;
	color: #f6f6f6;
}
.slogan .conteudo {
	font: 24px "calibri";
	font-weight: lighter;
	color: #fff;
	margin: 20px 0;
	text-transform: uppercase;
}
.slogan .entrar {
	font: 25px "calibri";
	font-weight: lighter;
	color: #fdfdfd;
	padding: 7px 60px;
	border: 1px solid #fdfdfd;
	display: table;
	margin: 0 auto;
	transition: all 0.5s;
}
.slogan .entrar:hover {
	background: #1c3361;
	color: #f8f8f8;
	transition: all 0.5s;
}
.box-01-total {
	padding: 20px 0;
	background: #1c3361;
}
.box-01 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.box-01 .item {
	width: 575px;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: background 0.5s;
	visibility: hidden;
}
.box-01 .item:hover {
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.5s;
}
.box-01 .item .img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f6f6;
	transition: all 0.5s;
}
.box-01 .item .img i {
	color: #595959;
	font-size: 70px;
}
.box-01 .item .conteudo {
	font: 18px/22px "calibri";
	font-weight: lighter;
	color: #f8f8f8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 390px;
}
.box-01 .item .conteudo .titulo {
	font: 25px "calibri";
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
}
.box-02-total {
	padding: 60px 0;
	background: url(template/images/fundo-box-02.jpg);
	background-size: cover;
	box-shadow: 0 -7px 10px -3px #585858 inset;
}
.box-02 {
	width: 1050px;
	margin: 0 auto;
}
.box-02 .titulo {
	font: 40px "calibri";
	font-weight: lighter;
	color: #333;
	margin-bottom: 40px;
}
.box-02 .conteudo {
	font: 20px "calibri";
	color: #333;
	text-align: justify;
}
.box-03-total {
	background: #1c3361;
	padding: 40px 0;
}
.box-03 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.box-03 .item {
	width: 350px;
	margin: 20px 0;
	transition: all 0.5s;
	padding-bottom: 20px;
}
.box-03 .item:hover {
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.5s;
}
.box-03 .item:hover img {
	transform: translateY(-20px) scale(1.2) rotate(5deg);
	transition: all 0.5s;
}
.box-03 .item .img {
	margin-bottom: 10px;
}
.box-03 .item .img img {
	width: 100%;
	transition: all 0.5s;
}
.box-03 .item .titulo {
	font: 25px "calibri";
	font-weight: lighter;
	color: #d8a310;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0 20px;
}
.box-03 .item .conteudo {
	font: 18px/22px "calibri";
	font-weight: lighter;
	color: #f8f8f8;
	text-align: justify;
	padding: 0 20px;
}
.box-04-total {
	background: url(template/images/fundo-box-04.jpg);
	background-size: cover;
	padding: 40px 0;
}
.box-04 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.box-04 .item {
	text-align: center;
	width: 160px;
	color: #555;
}
.box-04 .item .img i {
	font-size: 70px;
	color: inherit;
	margin-bottom: 10px;
}
.box-04 .item .numero {
	font: 70px "calibri";
	color: inherit;
	margin-bottom: 10px;
}
.box-04 .item .titulo {
	font: 30px "calibri";
	color: inherit;
}
.box-05-total {
	padding: 40px 0;
	background: #1c3361;
}
.box-05 {
	width: 800px;
	margin: 0 auto;
}
.box-05 > .titulo {
	font: 40px "calibri";
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.box-05 .box {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.box-05 .item {
	width: 48%;
}
.box-05 .item input {
	background: #eee;
	border: 1px solid #ccc;
	font: 18px "calibri";
	color: #999;
	padding: 15px 20px;
	box-sizing: border-box;
	width: 100%;
	outline: none !important;
	margin-bottom: 20px;
	box-shadow: 3px 3px 3px -1px #000;
}
.box-05 .item input:last-child {
	margin-bottom: 0;
}
.box-05 .item textarea {
	background: #eee;
	border: 1px solid #ccc;
	font: 18px "calibri";
	color: #999;
	padding: 15px 20px;
	box-sizing: border-box;
	width: 100%;
	outline: none !important;
	resize: none;
	height: 100%;
	box-shadow: 3px 3px 3px -1px #000;
}
.box-05 .submit {
	margin: 0 auto;
	font: 20px "calibri";
	width: 95%;
	display: table;
	background: #d8a310;
	padding: 15px 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	box-shadow: 3px 3px 3px -1px #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mapa {
	display: flex;
	position: relative;
}
.logo-pw {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logo-pw p {
	text-align: center;
}
:root {
	--branco: #eee;
	--amarelo: #f4bd09;
	--azul: #1a3068;
	--roxo: #2a3061;
}
.main-empresa {
	display: flex;
	width: auto;
	flex-direction: column;
	margin: 0 auto;
	padding-top: 50px;
}
.empresa-txt {
	padding: 50px;
	width: 1200px;
	padding-top: 10px;
	margin: 0 auto;
}
.empresa-txt p {
	width: 1200px;
	font-size: 1.7em;
	text-align: justify;
	padding: 10px;
	line-height: 35px;
	font-family: "Calibri";
}
.empresa-txt h1 {
	padding: 20px 0;
	text-align: center;
	font-size: 2.5em;
	font-weight: lighter;
}
.empresa-txt strong {
	font-size: 0.9em;
	font-weight: 700;
}
.box-mvv {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	justify-content: space-between;
}
.box {
	box-shadow: 6px 6px 9px grey;
	min-height: 20vh;
	padding: 30px;
	margin: 20px;
	width: 90%;
}
.box h2 {
	font-size: 2.3em;
	padding-bottom: 10px;
	text-align: center;
	color: var(--azul);
	font-family: "Calibri";
}
.box p {
	font-size: 1.4em;
	font-family: "calibri";
	line-height: 27px;
}
.clientes-titulo h1 {
	font-size: 2.3em;
	text-align: center;
	color: var(--azul);
	padding: 20px 0;
	font-family: "Calibri";
}
.box-sombra {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	box-shadow: 5px 6px 9px grey;
	height: 20vh;
	margin-bottom: 50px;
}
.box-sombra img {
	width: 270px;
}
.box-clientes {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-around;
	min-height: 16vh;
}
.box-clientes img {
	margin: 10px;
}
.aside-empresa {
	background-color: var(--branco);
}
.form-empresa {
	position: relative;
}
.form-interno {
	display: flex;
	width: 580px;
	margin-left: 10px;
}
.form-empresa form {
	display: flex;
	width: min-content;
	margin: 0 auto;
	flex-wrap: wrap;
	flex-direction: column;
}
.form-empresa textarea {
	display: flex;
	width: 400px;
	height: 313px;
	flex-direction: column;
	padding: 15px;
	box-shadow: 5px 6px 9px grey;
	border: 0px;
	box-sizing: border-box;
	margin: 0 10px;
	margin-bottom: 19px;
	resize: none;
	font-size: 1.5em;
}
.form-empresa input {
	padding: 20px;
	width: 400px;
	box-sizing: border-box;
	margin: 0 10px;
	border: 0px;
	box-shadow: 5px 6px 9px grey;
	margin-bottom: 19px;
	font-size: 1.5em;
}
.form-empresa h2 {
	font-size: 2em;
	font-weight: 100;
	text-align: center;
	padding: 20px 0;
}
.formulario-pag1 {
	width: 580px;
	padding: 15px;
	border: 2px solid var(--azul);
	margin: 10px;
	box-shadow: 5px 6px 9px grey;
}
.botao-form-empresa {
	text-align: center;
	padding: 30px 0;
}
.botao-form-empresa button {
	width: 43%;
	border: 1px solid var(--amarelo);
	padding: 15px;
	box-shadow: 5px 6px 9px grey;
	cursor: pointer;
	background-color: var(--amarelo);
	font-size: 1.5em;
	color: #fff;
	position: relative;
}
.primeira-section {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.primeira-section p {
	font-size: 1.4em;
	font-family: "calibri";
}
.caixas-servicos {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 50px 0;
}
.caixa-servico {
	width: 250px;
	height: 140px;
	background-color: var(--azul);
	margin: 10px;
	padding: 15px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.caixa-servico2 {
	width: 250px;
	height: 40px;
	background-color: var(--azul);
	margin: 10px;
}
.caixa-servico p,
.caixa-servico2 p {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	align-content: center;
	padding-top: 6px;
	font-weight: lighter;
	font-size: 1.4em;
	font-family: "calibri";
}
.segunda-section-cor {
	background-color: var(--branco);
}
.segunda-section {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.segunda-section p {
	font-size: 1.4em;
	font-family: "calibri";
	font-weight: 100;
	padding: 15px 0;
}
.atuacao {
	width: 1200px;
	margin: 0 auto;
}
.atuacao h1 {
	font-size: 2.3em;
	color: var(--azul);
}
.projetos h2 {
	padding: 25px 0;
	font-size: 2.3em;
	color: var(--azul);
}
.projetos {
	width: 1200px;
	margin: 0 auto;
}
.portfolio {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.botao-galeria {
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: end;
}
.botao-galeria button {
	background-color: #fff;
	color: var(--azul);
	border: 1px solid var(--azul);
	cursor: pointer;
	padding: 10px;
	font-size: 1.3em;
}
i.fa-solid.fa-envelope {
	font-size: 1.1em;
	color: #000;
}
i.fa-solid.fa-phone {
	font-size: 1.1em;
	color: #000;
}
i.fa-solid.fa-location-pin {
	font-size: 1.1em;
	color: #000;
}
.contato-titulo {
	padding: 20px;
	background-color: var(--azul);
}
.contato-titulo h1 {
	text-align: center;
	font-size: 3.2em;
	font-weight: 100;
	color: #fff;
}
.contato-conteudo {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	padding-bottom: 20px;
}
.celulares {
	padding: 60px 0;
}
.celulares h2 {
	font-size: 2.1em;
	font-weight: 100;
	padding: 30px 0;
}
.celulares p {
	font-size: 1.5em;
	font-family: "calibri";
	font-weight: 700;
	padding: 15px 0;
}
.localizacao {
	padding-top: 80px;
}
.localizacao h2 {
	font-size: 2.1em;
	font-weight: 100;
	padding-bottom: 30px;
}
.iframe {
	display: block;
	border: 6px solid var(--azul);
}
.imgs-portfolio {
	justify-content: space-evenly;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.gallery {
	justify-content: space-evenly;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.portfolio-fim {
	display: flex;
	justify-content: space-evenly;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.main-portfolio img {
	margin-top: 5px;
	width: 450px;
	margin-top: 17px;
	height: 320px;
}
.main-portfolio h1 {
	background-color: var(--azul);
	color: #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 3.3em;
	font-weight: 100;
	margin-bottom: 50px;
}
.form-interno {
	justify-content: center;
}
.inputs {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1200px) {
	* {
		max-width: 100%;
		box-sizing: border-box;
	}
	#block {
		text-align: center;
		width: 100% !important;
	}
	#texto-home {
		padding: 0 20px 0 20px;
	}
	.element.style {
		margin: 0 auto;
	}

	element.style {
    border-left-width: 0px;
    border-top-width: 0px;
}
	.titulo {
		text-align: center;
	}
	.img {
		margin: 0 31%;
	}
	.box-01 {
		padding: 0% 10%;
	}
	.slogan-total {
		background-color: var(--azul);
	}
	.conteudo-pages {
		padding: 2%;
	}
	.menu-resp {
		display: block;
		background: url(../images/menu-resp.png) center no-repeat;
		padding: 40px;
		cursor: pointer;
		width: 100%;
	}
	.topo > div {
		display: block;
	}
	.menu-total {
		width: 100%;
	}
	.menu {
		display: none;
		width: 100%;
	}
	.menu li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.rodape div {
		width: 100%;
		margin: 20px 0;
		text-align: center;
		font-size: 25px;
	}
	.form-empresa {
		flex-wrap: wrap;
	}
	.form-interno {
		flex-wrap: wrap;
	}
	.caixas-servicos {
		flex-wrap: wrap;
		justify-content: center;
	}
	.caixa-servico {
		height: 180px;
	}
	.caixa-servico p {
		font-size: 1.4em;
	}
	.primeira-section {
		padding: 20px;
	}
	.primeira-section p {
		padding: 20px;
	}
	.segunda-section p {
		padding: 20px;
	}
	.segunda-section h1 {
		padding: 20px;
	}
	.projetos {
		justify-content: center;
	}
	.portfolio {
		flex-wrap: wrap;
	}
	.contato-conteudo {
		flex-wrap: wrap;
	}
	.celulares {
		padding: 20px;
	}
}

@media only screen and (max-width: 980px) {
	.fundo-slider {
		display: none;
	}
}
@media only screen and (max-width: 650px) {
	.slogan-total {
		background-color: var(--azul);
	}
	.box-mvv {
		flex-wrap: wrap;
		justify-content: center;
	}
	.primeira-section {
		padding: 20px;
		justify-content: center;
	}
	.primeira-section p {
		padding: 20px;
		font-size: 1.4em;
	}
	.empresa-txt p {
		font-size: 1.4em;
	}
	.box-sombra {
		height: auto;
	}
	.box-clientes {
		height: auto;
		flex-wrap: wrap;
	}
	.form-interno {
		flex-wrap: wrap;
	}
	.caixas-servicos {
		flex-wrap: wrap;
		justify-content: center;
	}
	.caixa-servico {
		height: 180px;
	}
	.caixa-servico p {
		font-size: 1.4em;
	}
	.segunda-section p {
		font-size: 1.4em;
		padding: 20px;
	}
	.projetos h2 {
		font-size: 1.9em;
		text-align: center;
	}
	.projetos {
		justify-content: center;
	}
	.segunda-section h1 {
		font-size: 1.6em;
		padding: 20px;
	}
	.portfolio {
		flex-wrap: wrap;
		padding: 0 10px 0 10px;
	}
	.contato-conteudo {
		flex-wrap: wrap;
	}
	.celulares {
		padding: 20px;
	}
}
