/*Serviços*/

.servico-info li a {
  
  text-decoration: none;
  padding: 2px;
  color: #ffffff;
}
.servico-info a:hover {
  color: #639206;
}

/*Introdução-Serviços*/

.introducao-servicos {
  width: 100%;
  height: 980px;
  background: rgba(0, 0, 0, 0.5) url("../img/bg-servico.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: darken;
  padding-top: 120px;
  margin-top: 0px;
  
}

.introducao-servicos h1 {
  text-align: center;
  font-size: 64px;
  line-height: 25px;
  position: relative;
  top: 100px;
  color: #f2f2f2;
  font-family: "Times New Roman", sans-serif;
  
  
}

.introducao-servicos h1:after {
  content: "";
  display: block;
  margin: 25px auto 25px auto;
  width: 80px;
  height: 5px;
  background-color: #fff;
  text-align: center;
  
}

.servico-info {
  padding-top: 120px;
  padding-bottom: 120px;
}

.introducao-servicos p {
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #c7c7c7;
  padding-top: 30px;
}

.introducao-servicos .servico-info em {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.introducao-servicos .servico-info .tile-servico {
  width: 230px;
  height: 450px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  margin: 50px 5px;
  padding: 20px 20px 20px 20px;
  font-size: 20px;
}




/*Info serviços*/

.contato-interno{
  background: rgba(161, 151, 151, 0.2) ;
  width: 100%;

}

.contato-interno p {
  text-align: center;
  color: #000;
  font-size: 22px;
  padding: 0 auto;
}


.linhas {
  margin-left: 180px;
  padding-top: 70px;
  padding-bottom: 70px;
  
}

.info-servico img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.info-servico p {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
  padding-top: 30px;
  margin-bottom: 70px;
}

/*Inicio Orçamento*/

.orcamento {
	background: rgba(0, 0, 0, 0.178) url("../img/bg-orcamento.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: darken;
	width: 100%;
	margin-top: 0px;
	padding: 70px 0;
}

.orcamento h2 {
  margin: 0 auto;
  text-align: right;
	color: #000000;
}

.orcamento h2:after {
  margin-left: 93%;	
  background: #000000;
}

.form {
	margin-left: 52%;
  text-align: right;
}

.form label{
	display: block;
	color: #000000;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 4px;
}

.form input {
	display: block;
	width: 100%;
	border: 4px solid #000000;
	background: none;
	color: #000000;
	padding: 7px 10px;
	margin-bottom: 10px;
	outline: none;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
}

.form textarea {
	display: block;
	width: 100%;
	height: 120px;
	border: 4px solid #000000;
	background: none;
	color: #000000;
	padding: 7px 10px;
	margin-bottom: 20px;
	outline: none;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
}

.form button {
	padding: 7px 40px;
  color: #000;
	background: none;
}


/*Inicio Quebra*/
.quebra-interna {
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  padding-top: 40px;
}
.quebra-interna p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 21px;
  color: #353535;
  padding-top: 10px;
}
