@font-face {
	font-family: 'pt_serifbold';
	src: url('../font/pt_serif-web-bold-webfont.woff2') format('woff2'),
	url('../font/pt_serif-web-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_serifregular';
	src: url('../font/pt_serif-web-regular-webfont.woff2') format('woff2'),
	url('../font/pt_serif-web-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotobold';
	src: url('../font/roboto-bold-webfont.woff2') format('woff2'),
	url('../font/roboto-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../font/roboto-regular-webfont.woff2') format('woff2'),
	url('../font/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotothin';
	src: url('../font/roboto-thin-webfont.woff2') format('woff2'),
	url('../font/roboto-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("../font/fa-solid-900.eot");
	src: url("../font/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
	url("../font/fa-solid-900.woff2") format("woff2"), 
	url("../font/fa-solid-900.woff") format("woff"), 
	url("../font/fa-solid-900.ttf") format("truetype"), 
	url("../font/fa-solid-900.svg#fontawesome") format("svg"); 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'robotoregular', arial, verdana;
	background: #9daca9 url(../img/bg-body.jpg) no-repeat center;
	background-size: 100%;
	background-attachment: fixed;
	padding: 112px 0px;
	color: #568078;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*GERAL*/
.centro{
	padding: 45px 55px;
}
h2{
	font-size: 48px;
	font-family: 'pt_serifregular', arial, verdana;
}
p{
	line-height: 30px;
	font-size: 18px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b6b6b6;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #b6b6b6;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #b6b6b6;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #b6b6b6;
	opacity: 1;
}
input[type=submit], button{
	-webkit-appearance: none;
}
.icon:before{
	font-family: 'Font Awesome 5 Free'!important;
	font-weight: 900;
}
.bt{
	transition: all 250ms ease;
}
.bt:hover{
	background: #335952;
	transition: all 250ms ease;
}
.mascara{
   width: 100%;
   height: 100%;
   background: #000;
   position: fixed;
   left: 0px;
   top: 0px;
   z-index: 11;
   opacity: 0;
   visibility: hidden;
   transition: all 150ms linear;
}
.mascara.active{
   opacity: 0.8;
   visibility: visible;
   transition: all 150ms linear;
}
.mascara_active{
   animation: news 250ms 0s 1 linear forwards,
   news_opacidade 250ms 2s 1 linear forwards;
}
.response, .enviada{
	color: #83a39e;
}
.enviando{
	color: #ea7575;
}
/*MIOLO*/
.main{
	max-width: 1360px;
	display: block;
	margin: auto;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
/*.main.active{
	padding-top: 143px;
}*/
/*HEADER*/
header{
	max-width: 1360px;
	margin: auto;
	background: #fff;
	height: 143px;
}
header .centro{
	padding: 15px 55px;
}
header:before{
	content: '';
	background: #9daca9 url(../img/bg-body.jpg) no-repeat center;
	background-size: 100%;
	background-attachment: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 50px;
	position: fixed;
	z-index: 4;
}
/*LOGO*/
.logo{
	width: 122px;
	height: 113px;
	display: inline-block;
}
.logo a{
	width: 122px;
	height: 113px;
	display: inline-block;
	background: url(../img/logo-dpserv.png) no-repeat;
	text-indent: -99999px;
}
/*MENU*/
.main.active header .centro{
	position: fixed;
	z-index: 3;
	top: 0px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	max-width: 1360px;
	background: #fff;
	animation: menuFixo 250ms 0s 1 ease forwards;
	box-sizing: border-box;
	margin: auto;
	left: 0px;
	right: 0px;
	margin-top: 50px;
}
@keyframes menuFixo{
	0%{
		top: -80px;
	}
	100%{
		top: 0px;
	}
}
.main.active .logo {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.main.active .logo a {
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.main.active header nav {
    float: right;
    margin-top: 15px;
}
header nav{
	float: right;
	margin-top: 50px;
}
header nav a{
	display: inline-block;
    overflow: hidden;
}
nav li{
	float: left;
}
nav ul{
	font-size: 0px;
}
nav a{
	margin-right: 10px;
	color: #568078;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 150ms linear;
	padding: 2px 10px;
}
nav a span{
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	transition: .4s cubic-bezier(.175,.885,.32,1.275);
}
nav a span:before{
	content: attr(data-hover);
    position: absolute;
    top: -120%;
    left: 0;
    right: 0;
    color: #a7a7a7;
    margin: auto;
    letter-spacing: 1px;
}
nav a:hover span{
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
nav a:hover span:before{
	top: -100%;
}
nav li:last-child a{
	margin-right: 0px;
}
header nav .bt-segunda-via{
	padding: 5px 20px;
	background: #79a8a0;
	color: #fff;
	text-transform: lowercase;
	font-size: 16px;
	cursor: pointer;
	margin-top: -2px;
}
.navbar input[type="checkbox"], nav label {
	display: none;
}
/*BANNER*/
.banner{
	position: relative;
	margin-bottom: -2px;
}
.banner .descricao{
	width: 50%;
	position: absolute;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	left: 160px;
}
.banner p{
	font-size: 30px;
	font-family: 'robotothin', arial, verdana;
}
.slick-slide img {
	max-width: 100%;
	height: auto;
}
.controles{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.controles .prev, .controles .next{
	width: 37px;
	height: 38px;
	text-indent: -99999px;
	cursor: pointer;
}
.controles .prev span, .controles .next span{
	text-indent: -99999px;
	visibility: hidden;
	opacity: 0;
}
.controles .prev:before, .controles .next:before{
	content:'';
	width: 37px;
	height: 38px;
	display: block;
	background: url(../img/seta-banner.png);
}
.controles .prev{
	float: left;
	margin-left: 25px;
	opacity: 1;
	transition: all 250ms ease;
}
.controles .next{
	float: right;
	margin-right: 25px;
	transform: rotate(-180deg) scale(1);
	opacity: 1;
	transition: all 250ms ease;
}
.controles .prev:hover{
	transform: scale(1.1);
	opacity: 0.8;
	transition: all 250ms ease;
}
.controles .next:hover{
	transform: rotate(-180deg) scale(1.1);
	opacity: 0.8;
	transition: all 250ms ease;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
	width: 70px;
	height: 8px;
	background: #d4dedc;
	border-radius: 20px;
}
li.slick-active {
	background: #6b928b;
}
.slick-dots li button {
	width: 100%;
}
.slick-dots li button:before {
	display: none;
}
.slick-dotted.slick-slider {
	margin-bottom: -2px;
}
.slick-current .descricao{
	animation: fadeInUp 1500ms 0s 1 ease forwards;
}
@keyframes fadeInUp{
	0%{
		opacity: 0;
		transform: translateY(-40%);
	}
	100%{
		opacity: 1;
		transform: translateY(-50%);
	}
}
/*ORCAMENTO*/
.solicite-orcamento{
	background: #568078;
	text-align: center;
	color: #fff;
}
.solicite-orcamento h2{
	margin-bottom: 25px;
}
.solicite-orcamento p{
	max-width: 800px;
	margin: auto;
	margin-bottom: 25px;
	font-family: 'robotothin', arial, verdana;
	font-size: 24px;
}
.bt-orcamento{
	font-size: 27px;
	font-family: 'pt_serifregular', arial, verdana;
	padding: 10px 50px;
	border: 2px solid #83a39e;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #568078;
	cursor: pointer;
}
.bt-orcamento:hover{
	background: #83a39e;
}
/*A DPServ*/
.a-dpserv .centro{
	display: flex;
	align-items: center;
}
.a-dpserv figure{
	width: 40%;
}
.a-dpserv img{
	max-width: 100%;
	height: auto;
}
.a-dpserv section{
	width: 100%;
}
.a-dpserv h2{
	font-size: 72px;
	margin-bottom: 20px;
}
.a-dpserv p{
	text-align: justify;
}
/*SERVICOS*/
.servicos{
	background: #335952 url(../img/bg-servicos.jpg);
	color: #fff;
}
.servicos h2, .clientes h2{
	font-family: 'pt_serifbold', arial, verdana;
	font-size: 60px;
	margin-bottom: 20px;
}
.servicos h3{
	font-family: 'robotothin', arial, verdana;
	font-size: 45px;
	margin-bottom: 20px;
}
.servicos h4{
	font-family: 'pt_serifregular', arial, verdana;
	font-size: 36px;
	margin-bottom: 20px;
}
.servicos ul{
	margin-bottom: 20px;
}
.servicos .trabalhamos-com ul{
	padding: 25px 100px;
	background: rgba(27, 48, 36, 0.45);
	line-height: 30px;
	font-size: 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	box-sizing: border-box;
}
.servicos .trabalhamos-com li:before{
	content: '•';
	margin-right: 5px;
}
.servicos .servicos-oferecidos h4{
	width: 100%;
	padding: 0px 55px;
	box-sizing: border-box;
}
.servicos .servicos-oferecidos ul{
	display: flex;
	margin-bottom: 0px;
}
.servicos .servicos-oferecidos li{
	width: 16.66%;
	min-height: 230px;
	background: #568078;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'robotothin', arial, verdana;
	font-size: 24px;
	transform: scale(1);
	transition: all 250ms ease;
}
.servicos .servicos-oferecidos li:hover{
	transform: scale(1.05);
	z-index: 2;
	transition: all 250ms ease;
}
.servicos .servicos-oferecidos li:hover:before{
	transform: scale(1.2);
	z-index: 2;
	transition: all 500ms ease;
}
.servicos .servicos-oferecidos li:nth-child(odd){
	background: #47726b;
}
.servicos .icon:before{
	font-size: 60px;
	transition: all 500ms ease;
}
.servicos .portaria:before{
	content: '\f2bb';
	margin-bottom: 10px;
	display: block;
}
.servicos .gerais:before{
	content: '\f6e3';
	margin-bottom: 10px;
	display: block;
}
.servicos .copa:before{
	content: '\f562';
	margin-bottom: 10px;
	display: block;
}
.servicos .motoboy:before{
	content: '\f21c';
	margin-bottom: 10px;
	display: block;
}
.servicos .telefonia:before{
	content: '\f095';
	margin-bottom: 10px;
	display: block;
}
.servicos .desarmada:before{
	content: '\f023';
	margin-bottom: 10px;
	display: block;
}
.servicos .obs{
	background: #335952;
	text-align: center;
	padding: 30px;
}
.servicos .obs p{
	max-width: 770px;
	margin: auto;
	font-family: 'robotothin', arial, verdana;
	font-size: 20px;
}
/*CLIENTES*/
.clientes{
	background: #568078;
	color: #fff;
}
.clientes p{
	margin-bottom: 25px;
	text-align: center;
}
/*CONTATO*/
.contato .centro{
	overflow: auto;
}
.contato .area-formulario{
	max-width: 695px;
	margin: auto;
}
.contato p{
	font-size: 24px;
	text-align: center;
	font-family: 'robotothin', arial, verdana;
	margin-bottom: 25px;
}
input[type=text], input[type=email], input[type=tel], input[type=password], textarea, .estilo-select {
	border: 2px solid #83a39e;
	font-size: 18px;
	font-family: 'robotothin', arial, verdana;
	box-sizing: border-box;
	background: #fff;
}
input[type=text], input[type=email], input[type=tel], input[type=password]{
	padding: 10px;
}
input.erro, textarea.erro, .estilo-select.erro{
	border: 2px solid #ea7575;
}
.msg-erro{
	position: absolute;
	bottom: -12px;
	left: 0px;
	font-size: 12px;
	color: #c55c5c;
	border-radius: 3px;
}
.contato .col-3{
	display: flex;
	margin-bottom: 25px;
}
.contato .col-3 input{
	padding: 10px;
}
.contato .col-3 .bloco-form{
	width: 33.33%;
	float: left;
	margin-right: 25px;
}
.contato .col-3 .bloco-form:last-child{
	margin-right: 0px;
}
.bloco-form{
	position: relative;
}
textarea{
	width: 100%;
	padding: 10px;
	margin-bottom: 25px;
	display: block;
}
.bloco-form .assunto{
	width: 100%;
	margin-bottom: 25px;
	display: block;
}
.bt-enviar{
	float: right;
	padding: 10px 35px;
	border: none;
	background: #83a39e;
	color: #fff;
	font-size: 18px;
	font-family: 'robotothin', arial, verdana;
	cursor: pointer;
}
.bt-enviar:hover{
	background: #335952;
}
/*MAPA*/
.mapa{
	position: relative;
}
.funcionamento{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	width: 310px;
	z-index: 2;
	padding: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.funcionamento h2{
	font-size: 30px;
	margin-bottom: 10px;
}
.funcionamento .no-decoration{
    text-decoration: none;
    color: unset;
}
.funcionamento p{
	font-size: 16px;
	color: #83a39e;
	font-family: 'robotothin', arial, verdana;
}
.funcionamento div{
	margin-bottom: 25px;
}
.funcionamento div:last-child{
	margin-bottom: 0px;
}
#map-canvas{
	width: 100%;
	height: 325px;
	background: url(../img/mapa.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
/*NEWSLETTER*/
.newsletter{
	display: flex;
	background: #335952;
	padding: 20px 50px;
}
.newsletter h2{
	width: 145px;
	font-size: 22px;
	color: #fff;
	margin-right: 20px;
}
.newsletter form{
	width: calc(100% - 175px);
}
.newsletter .campos{
	width: calc(100% - 170px)
}
.newsletter .bloco-form{
	width: 47.5%;
	float: left;
	margin-right: 20px;
}
.newsletter input{
	width: 100%;
}
.newsletter .msg-erro{
	position: absolute;
	bottom: -14px;
	left: 0px;
	font-size: 12px;
	color: #ffd9d9;
	border-radius: 3px;
}
#response-news{
	color: #fff;
	display: block;
	margin-top: 10px;
	clear: both;
}
.newsletter .bloco-form:last-child{
	margin-right: 0px;
}
.newsletter .bt{
	border: none;
	float: left;
	margin-right: 1.5px;
	background: #83a39e;
	color: #fff;
	font-family: 'robotothin', arial, verdana;
	font-size: 18px;
	width: 170px;
	height: 48px;
	cursor: pointer;
}
.newsletter .bt:hover{
	background: #5c8a82;
}
/*FORMULARIO ORCAMENTO*/
.form-orcamento{
   position: fixed;
   top: 50%;
   left: 0px;
   right: 0px;
   max-width: 500px;
   margin: auto;
   height: auto;
   background: #fff;
   padding: 25px;
   display: none;
   z-index: 12;
   box-sizing: border-box;
   transform: translateY(-50%);
}
.form-orcamento.active{
   display: block;
}
/*FORMULARIO SEGUNDA VIA*/
.form-segunda-via{
   position: fixed;
   top: 50%;
   left: 0px;
   right: 0px;
   max-width: 500px;
   margin: auto;
   height: auto;
   background: #fff;
   padding: 25px;
   display: none;
   z-index: 12;
   box-sizing: border-box;
   transform: translateY(-50%);
}
.form-segunda-via.active{
   display: block;
}
.modal .campo{
   display: block;
   width: 100%;
   margin-bottom: 15px;
   padding: 15px;
   width: 100%;
   box-sizing: border-box;
   border: 1px solid #d5d5d5;
   margin: 15px 0px;
}
.modal h2, .modal p{
   text-align: center;
   margin-bottom: 20px;
   color: #568078;
}
.modal h2{
   font-size: 25px;
   text-transform: uppercase;
}
.modal .bt-fechar{
   position: absolute;
   right: 10px;
   top: 10px;
   padding: 0px;
   border: none;
   background: none;
   cursor: pointer;
}
.modal .bt-fechar span{
   text-indent: -99999px;
   position: absolute;
}
.modal .bt-fechar:before{
   content: '\f057';
   position: relative;
   font-size: 30px;
   color: #83a39e;
   transition: all 150ms linear;
}
.modal .bt-fechar:hover:before{
   color: #c1111f;
   transition: all 150ms linear;
}
.modal input{
	width: 100%;
	display: block;
	margin-bottom: 25px;
}
/*RODAPE*/
footer{
	max-width: 1360px;
	margin: auto;
	color: #fff;
}
footer .centro{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .col{
	margin: 0px 25px;
	text-align: center;
}
footer nav{
	padding-bottom: 15px;
	overflow: auto;
}
footer li{
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
footer .bt:hover {
	color: #335952;
    background: none;
    transition: all 250ms ease;
}
footer a{
	color: #fff;
}
footer nav a:hover{
	color: #335952;
	transition: all 150ms linear;
}
footer address{
	font-size: 14px;
}
.logo-footer a{
	width: 106px;
	height: 99px;
	display: block;
	background: url(../img/logo-dpserv-footer.png) no-repeat;
	background-size: 100%;
	text-indent: -99999px;
}
/*********************  TANTE  *********************/
.tante {
  width: 135px;
  font-size: 10px;
  float: right;
  margin: 15px 0px 25px 0px;
  line-height: 18px;
}
.tante span {
  width: 50px;
  height: 20px;
  text-indent: -99999px;
  float: right;
  background: url(../img/icone_tante.png) no-repeat;
}
.tante a{
  text-decoration: none;
}
.tante a:hover{
  text-decoration: none;
}
@media screen and (max-width: 1360px){
	body {
		padding: 0px 0px;
	}
	.centro {
		padding: 25px;
	}
	header .centro {
		padding: 10px 25px;
		position: relative;
	}
	.main.active header .centro{
		width: 100%;
		margin-top: 0px;
	}
	header:before{
		display: none;
	}
	.banner .descricao {
		width: 100%;
		left: 0px;
		padding: 0px 100px;
		box-sizing: border-box;
		text-align: center;
	}
	.slick-dots {
		display: none;
	}
	h2 {
		font-size: 38px;
	}
	.banner p {
		font-size: 22px;
		margin-top: 20px;
	}
	.a-dpserv figure {
		width: 40%;
		padding-right: 25px;
	}
}
@media screen and (max-width: 1000px){
	.newsletter {
		display: block;
		padding: 25px;
		overflow: auto;
	}
	.newsletter h2 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		text-align: center;
	}
	.newsletter form {
		width: 100%;
	}
	.newsletter .campos {
		width: calc(100% - 170px);
		margin-bottom: 20px;
	}
	.newsletter input[type="text"] {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.newsletter input[type="text"], .newsletter input[type="email"] {
		width: 100%;
		float: none;
	}
	.newsletter .bt {
		border: none;
		float: right;
	}
	.funcionamento {
		position: relative;
		top: 0px;
		transform: translateY(0%);
		left: 0px;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
	}
	.funcionamento div {
		margin-bottom: 0px;
	}
	.form-orcamento.active{
		display: block;
		text-align: left;
		overflow: auto;
		height: 100%;
	}
	footer .centro {
		display: block;
	}
	footer .col{
		margin: 0px;
	}
	.logo-footer a {
		margin: auto;
		margin-bottom: 25px;
	}
	footer nav {
		display: none;
	}
}
@media screen and (max-width: 800px){
	body {
		padding: 0px;
	}
	header{
		position: fixed;
		z-index: 10;
		width: 100%;
		height: 70px;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	}
	header nav {
		float: none;
		margin-top: 0px;
	}
	.main.active header .centro {
		animation: none;
		width: 100%;
	}
	.banner{
		padding-top: 70px;
		background: #85ada6;
	}
	.logo {
		width: 50px;
		height: 50px;
	}
	.logo a {
		width: 50px;
		height: 50px;
		background-size: 100%;
	}
	nav li{
		display: block;
		float: none;
		width: 100%;
	}
	nav a:hover span {
	    -webkit-transform: translateY(0%);
	    -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    -o-transform: translateY(0%);
	    transform: translateY(0%);
	}
	header nav a {
	    display: block;
	    overflow: inherit;
	}
	nav li span:before{
		display: none;
	}
	nav span{
		display: block;
	}
	nav a {
		display: block;
	    margin-right: 0px;
	    text-align: center;
		padding: 20px;
		border-top: 1px solid #e7e7e7;
	}
	header nav .bt-segunda-via {
	    padding: 25px;
	    text-align: center;
	    box-sizing: border-box;
	}
	.navbar label {
		display: inline-block;
	}
	.icone_menu {
		transform: rotate(0deg);
		transition: .5s ease;
		cursor: pointer;
		padding: 5px;
		width: 37px;
		height: 37px;
		box-sizing: border-box;
		margin: -5px -10px;
		z-index: 3;
		position: absolute;
		top: 25px;
		right: 25px;
	}
	.icone_menu span {
		display: block;
		position: absolute;
		height: 4px;
		width: 80%;
		background: #568078;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		right: 0px;
		margin: auto;
		transform: rotate(0deg);
		transition: .25s ease;
	}
	.icone_menu span:nth-child(1) {
		top: 5px;
	}
	.icone_menu span:nth-child(2), .icone_menu span:nth-child(3) {
		top: 15px;
	}
	.icone_menu span:nth-child(4) {
		top: 25px;
	}
	.navbar input[type="checkbox"]:checked ~ .icone_menu span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.navbar input[type="checkbox"]:checked ~ .icone_menu span:nth-child(2) {
		transform: rotate(45deg);
	}
	.navbar input[type="checkbox"]:checked ~ .icone_menu span:nth-child(3) {
		transform: rotate(-45deg);
	}
	.navbar input[type="checkbox"]:checked ~ .icone_menu span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.navbar input[type="checkbox"]:checked ~ #menu-principal {
		max-height: 100vh;
		margin: 1em 0 0 0;
	}
	.navbar #menu-principal {
		display: block;
		width: 100%;
		list-style: none;
		max-height: 0;
		overflow: hidden;
		position: fixed;
		background: #fff;
		left: 0px;
		top: 70px;
		transition: all 0.25s ease;
	}
	.controles {
		display: none;
	}
	.banner .descricao {
		padding: 25px;
	}
	h2{
		font-size: 28px;
		text-align: center;
		margin-bottom: 25px;
	}
	.a-dpserv h2 {
		font-size: 38px;
	}
	.a-dpserv figure {
		display: none;
	}
	.a-dpserv section {
		width: 100%;
	}
	.a-dpserv .centro {
		text-align: center;
	}
	.a-dpserv p {
		max-width: 100%;
		text-align: center;
	}
	.bt-orcamento {
	    font-size: 22px;
	}
	.servicos h2, .clientes h2 {
		font-size: 38px;
		text-align: center;
	}
	.servicos h3 {
		font-size: 22px;
		text-align: center;
	}
	.servicos h4 {
		font-size: 24px;
		text-align: center;
	}
	.servicos .trabalhamos-com ul {
		padding: 25px;
		font-size: 16px;
		margin-bottom: 0px;
	}
	.servicos .servicos-oferecidos ul {
		flex-wrap: wrap;
	}
	.servicos .servicos-oferecidos h4 {
		padding: 0px 25px;
	}
	.servicos .servicos-oferecidos li {
		width: 33.33%;
		min-height: 150px;
		font-size: 22px;
		padding: 20px;
		box-sizing: border-box;
	}
	.contato .col-3 .bloco-form {
	    width: 100%;
	    float: none;
	    margin-right: 0px;
	}
	.servicos .icon:before {
		font-size: 40px;
	}
	.clientes p {
		font-size: 20px;
	}
	.contato p {
		font-size: 22px;
	}
	.msg-erro {
	    position: relative;
	    bottom: 15px;
	}
}
@media screen and (max-width: 780px){
	.contato .col-3 {
		display: block;
		margin-bottom: 0px;
	}
	.contato .col-3 input {
		width: 100%;
		float: none;
		margin: 0px 0px 15px 0px;
	}
}
@media screen and (max-width: 680px){
	.newsletter .campos {
	    width: 100%;
	}
	.newsletter .bloco-form {
	    width: 100%;
	    float: none;
	    margin-right: 0px;
	    margin-bottom: 25px;
	}
	.newsletter input[type="text"], .newsletter input[type="email"] {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 480px){
	body {
		padding: 0px;
	}
	.servicos .trabalhamos-com ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.servicos .servicos-oferecidos li {
		width: 50%;
	}
	.bt-enviar {
		float: none;
		width: 100%;
	}
	.funcionamento {
		display: block;
	}
	.funcionamento div {
		margin-bottom: 25px;
	}
	.newsletter .bt {
		float: none;
		width: 100%;
	}
}