@import url(css/reset.css);
body {
	font-family: 'Montserrat', sans-serif;
}
a {
	transition: 0.3s;
}
a {
	text-decoration: none;
	transition: 0.3s;
}
ul li {
	display: inline-block;
}
header {
	padding-top: 27px;
	background: url(img/bg-header.jpg);
}
header h1 {
	text-shadow: 0 2px 4px rgba(0,0,0,0.68);
	color: #fff;
	margin-top: 160px;
}
header p {
	margin-top: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
}
header ul   {
	margin-top: 24px;
	text-align: right;
}
header ul li {
	margin: 0 20px;
}
header ul li a {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: right;
}
header ul li a:hover {
	color: #F7C013;
}
h1 {
	font-size: 52px;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 63px;
}
p {
	font-size: 18px;
	line-height: 26px;
}
.btn-a {
	margin-top: 24px;
	margin-bottom: 180px;
}
.btn-a a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 12px 32px;
	border: 3px solid #fff;
	border-radius: 34px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-a a:hover {
	background-image: linear-gradient(-180deg, #FAD961 0%, #F76B1C 100%);
	color: #000;
	border-color: #000;
}
.btn-b {
	margin-top: 24px;
	margin-bottom: 80px;
}
.btn-b a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding: 12px 32px;
	border: 3px solid #000;
	border-radius: 34px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-b a:hover {
	background-image: linear-gradient(-180deg, #FAD961 0%, #F76B1C 100%);
	color: #000;
	transition: 0.3s;
	border-color: #000;
}
.servicos {
	padding-top: 90px;
	padding-bottom: 50px;
	background: url(img/bg-service.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.servicos h1 {
	color: #262526;
	margin-bottom: 40px;
}
.servicos p {
	color: #4A4A4A;
	font-size: 20px;
}
.servicos ul {
	margin-bottom: 20px;
}
.servicos ul li {
	display: block;
	font-size: 20px;
	line-height: 32px;
	list-style: disc;
}
.espacamento2 {
	padding: 60px 0;
}
.espacamento {
	padding: 90px 0;
}
.espacamento h1 {
	color: #262526;
	margin-top: 68px;
}
.espacamento p {
	color: #4A4A4A;
	margin-top: 18px;
}
.tt-e {
	text-align: left;
}
.tt-d {
	text-align: right;
}
.tt-c {
	text-align: center;
}
.secconst {
	background: #F3F3F3;
}
.depoimentos ul {
	margin-top: 30px;
}
.depoimentos ul li {
	background: #FFFFFF;
	box-shadow: 0 30px 28px -10px rgba(0,0,0,0.50);
	padding: 32px 30px;
	border-radius: 6px;
	width: 290px;
	margin: 20px 14px;
}
.depoimentos ul li img {
	margin-bottom: 18px;
}
.depoimentos ul li p {
	font-size: 14px;
	line-height: 22px;
}
.depoimentos ul li h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #262526;
	letter-spacing: 0;
	text-align: center;
}
.depoimentos ul li h4 {
	font-size: 14px;
	color: #9B9B9B;
	margin-top: 8px;
	line-height: 22px;
}
.clientes ul {
	margin-top: 40px;
}
.clientes ul li {
	margin: 10px;
}
.clientes ul li a {
	display: inline-block;
}
.clientes ul li a:hover {
	transform: scale(1.1);
}
footer {
	background-image: radial-gradient(69% 217%, #FAD961 49%, #F76B1C 100%);
	padding-top: 60px;
	padding-bottom: 60px;
}
.phone {
	margin-top: 18px;
	font-size: 20px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 28px;
}
.form {
	background: #FFFFFF;
	box-shadow: 0 30px 28px -10px rgba(0,0,0,0.50);
	width: 380px;
	border-radius: 8px;
	padding: 22px 24px;
	text-align: center;
	margin-top: 40px;
}
.form h4 {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 14px;
	font-size: 22px;
	color: #545454;
	letter-spacing: 0;
}
.form input {
	font-size: 16px;
	margin: 10px 0;
	padding: 10px 14px;
	border-radius: 4px;
	width: 80%;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 1px 6px 0 rgba(0,0,0,0.25);
}
.form button {
	border: 3px solid #262526;
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #262526;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
	border-radius: 24px;
	padding: 8px 22px;
	margin-top: 18px;
	cursor: pointer;
}
.direitos {
	text-align: center;
	color: #fff;
	background: #262526;
	padding: 12px 0;
	font-size: 12px;
}

.img-fluid {
	max-width: 100%;
}
.contatoin iframe {
	max-width: 100%;
}

.teste {
	border: 1px solid red;
}
.orgn {
	width: 290px;
}
.amenu {
	display: none;
}
.nvprincipal2 {
	margin-bottom: 40px;
}

/* menu */

/* Menu Mobile  */
.menu-bar{
	/*width: 100%;*/
	/*float: left; */
	/*display: none; */
	/*right: 10px*//*;
	padding: 8px 0*/}
.menu-bar img{max-width:260px}
.menu-bar button{border:none;margin:0 0;padding:0 0;cursor:pointer; background:transparent}
.menu-bar button img{width:32px;margin:0 4px}
.navegacao {
	text-align:left;
	margin-left:10px;
	margin-top:40px
}
.navegacao ul {
	margin-top:40px
}
.navegacao ul li{
	text-align: center;
	margin-top:30px; 
	display: list-item;
	font-size: 22px;
}
.navegacao img {
  width: 140px;
  margin-bottom: 20px;
}
.navegacao a {
	background:#fff;
	text-align:center;
	color:#2B414D
}
.navegacao a:hover {
	color:#F5811F;
	text-decoration: none;
}
.spaceint{
	padding-top: 60px;
	padding-bottom: 60px
}
.menu{
  /*text-transform: uppercase;*/
  background:#fff;
  padding:1em;
  margin:0;
  height:100%;
  width:80%;
  max-width:320px;
  position:fixed;
  z-index:1;
  top:0;
  left:-80%;
  transition:left 0.3s ease-out}
.menu button{margin-left:220px;border:none;cursor:pointer; background:transparent}
.menu-ativo .menu{left:0}
.menu-ativo:after{content:"";display:block;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,0.4)}
.menu-fechar img{width:30px;margin-left:20px;background:transparent}
.menu-abrir {background: red}

.mostra-mobile {
  display: none;
}














