	/* fontes */
@font-face {
  font-family: swis721-light;
  /* src: url('assets/fonts/principais/swis727-LT-BT-Light.ttf') format('truetype'); */
  src: url('../../fonts/principais/swis727-lt-bt-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: swis721-bold;
  /* src: url('assets/fonts/principais/swis721-CN-BT-Bold.ttf') format('truetype'); */
  src: url('../../fonts/principais/swis721-cn-bt-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: vogue;
  /* src: url('assets/fonts/principais/Vogue.ttf') format('truetype'); */
  src: url('../../fonts/principais/vogue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* padrão textos */

body{
	background-color: #212121;
}

h1, h2{
	color: #686868;
}
p{
	font-size: .9rem;
	color: #dadada;
	letter-spacing: .15rem;
	line-height: 1.2rem;
}
h1{
	font-family: swis721-bold;
	font-size: 2.7rem;
	letter-spacing: .4rem;
	line-height: 3rem;
	text-transform: uppercase;
}

h2{
	font-family: swis721-bold;
	font-size: 1.2rem;
	letter-spacing: .15rem;
	text-transform: uppercase;
}

h3{
	color: #ee730d;
}

p{
	font-family: swis721-light;
}
.marcacao{
	color: #ee730d;
}

.disabled{
	color: gray!important;
	cursor: not-allowed;
}
.disabled:hover{
	color: gray!important;
}
.marca-header{
	width: 40%;
	margin-left: 3%;
}
.nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #2a2a2a;
	z-index: 9999;
	padding: .5rem 0;
	border-bottom: 2px solid #212121;
}
.fa-times{
	display: none;
}
.drop{
	position: absolute;
	top: 15px;
	right: 5%;
	font-size: 160%;
	color: #ee730d;
}
.btn{
	font-family: swis721-bold;
	letter-spacing: .1rem;
    padding: .4rem .7rem;
    text-decoration: none;
    cursor: pointer;
}

.btn-chat{
	display: inline-block;
	
	text-transform: uppercase;
	background-color: #ee730d;
	color: #e4e4e4;
	border: 1px solid #ee730d;
	font-size: 70%;
	letter-spacing: .05rem;
}
.nav .btn-chat{
	position: absolute;
	top: 14px;
	right: 18%;
}
.listaNav{
	display: none;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.trav{
	width: 50%;
	height: 2px;
	background-color: #ee730d;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.listaNav a{
	text-decoration: none;
	color: #e4e4e4;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-family: swis721-light;

}
.ativado{
	color: #ee730d!important;
}
@media (min-width: 370px){
	.nav .btn-chat{
		top: 18px;
		right: 18%;
	}
	.drop{
		top: 19px;
	}
	.btn-chat{
		font-size: 80%;
	}
}


@media (min-width: 550px){
	.marca-header{
		width: 35%;
	}
	.nav .btn-chat{
		top: 20px;
		font-size: 90%;
	}
	.drop{
		top: 22px;
	}
}

@media (min-width: 660px){
	.marca-header{
		width: 30%;
	}
	.btn-chat{
		font-size: 100%;
	}
}
@media (min-width: 760px){
	.nav .btn-chat{
		right: 13%;
	}
	.drop{
		font-size: 200%;
	}
	.btn-chat{
		font-size: 130%!important;
	}
}