@import url('../lib/animate/animate.css');
@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.css');
@import url('../lib/ekko-lightbox/ekko-lightbox.css');
@import url('../lib/font-nexa/font-nexa.css');
@import url('color.css');
@import url('custom.css');

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #000;
}


.fixed-header{position:fixed; z-index:999; top:0px; left:0px; background:rgba(0,0,0,0.8)}

a,
a:link,
a:active,
a:visited{
	color:#666;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color: var(--black)	
}

/* LINKS */
.cor-links-rodape a,
.cor-links-rodape a:link,
.cor-links-rodape a:active,
.cor-links-rodape a:visited{
	color:#fff;
	transition:0.5s
}
.cor-links-rodape a:hover{
	color:var(--red)
}

/* MENU */
.navbar-brand{
	padding:0px
}
.navbar{
	margin:0;
	padding:0	
}

.navbar-nav .nav-item a{
	font-family: 'nexaheavy', sans-serif;
	font-size:15px;
	line-height:16px;
	margin: 1px;
	padding:3px 12px !important;
	color: #fff;
	transition: 0.5s;
}
.navbar-nav .nav-link:hover{
	color: var(--red);
}

.dropdown-menu{
	z-index:999	
}

.dropdown-item{
    font-family: 'nexaextra_light', sans-serif !important;
	font-size: 15px !important;
	line-height: 18px;
	color: #ffffff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
	background: var(--black);
}

.dropdown-item.active,.dropdown-item:active{
	color: #ffffff !important;
	text-decoration: none;
	background-color: var(--black) !important
}

.dropdown:hover>.dropdown-menu {
  display: block;
  left: 0px;
  border: none
}
.navbar-toggler-icon{
	margin-bottom: 5px	
}
@media only screen and (max-width: 600px) {
	.navbar-collapse{
		margin-top:20px
	}	
	.navbar-brand{
		padding: 0px 12px;
		margin-right: 0px
	}
	.nav-link {
	   padding: 5px 20px !important;
	   text-align:center
	}
	.navbar-collapse{
		margin-bottom: 10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.navbar-nav li.nav-item:nth-child(8),
	.navbar-nav li.nav-item:nth-child(9){
		display:inline !important
	}
}

/* BOTOES TOPO */
.botoes-topo{
	margin:3px;
	padding:0;
	list-style:none;
	text-align:right
}
@media only screen and (max-width: 600px) {
	.botoes-topo{
		text-align:center;
		margin-top:20px
	}
}
.botoes-topo > li{
	display:inline-table;
}

.botoes-topo > li:nth-of-type(1) > a{
	font-family: 'nexaheavy', sans-serif;
	font-size:14px !important;
	line-height:15px;
	text-transform:uppercase;
	padding:6px 10px 5px 10px !important;
	margin:0px 2px !important;
	color:#fff;
	border:1px solid #fff;
	border-radius:6px;
	transition:0.5s
}
.botoes-topo > li:nth-of-type(1) > a:hover{
	color:var(--red);
	border:1px solid var(--red);
}

.botoes-topo > li:nth-of-type(2) > a{
	font-family: 'nexaheavy', sans-serif;
	font-size:14px !important;
	line-height:15px;
	text-transform:uppercase;
	padding:6px 10px 5px 10px !important;
	margin:0px 2px !important;
	color:#fff;
	background:var(--red);
	border:1px solid var(--red);
	border-radius:6px;
	transition:0.5s
}
.botoes-topo > li:nth-of-type(2) > a:hover{
	color:var(--red);
	background:#fff;
	border:1px solid #fff;
}


/* BOTOES */
.botoes-red,
.botoes-red a,
.botoes-red a:link,
.botoes-red a:active,
.botoes-red a:visited{
	font-family: 'nexaheavy', sans-serif;
	font-size:15px !important;
	line-height:15px;
	text-transform:uppercase;
	padding:9px 25px !important;
	display:inline-block;
	margin:8px 0px;
	color:#fff !important;
	background:var(--red);
	border:1px solid var(--red);
	border-radius:6px;
	transition:0.5s
}
.botoes-red:hover,
.botoes-red a:hover{
	color:var(--red) !important;
	background:#fff;
	border:1px solid #fff;
}

.botoes-black,
.botoes-black a,
.botoes-black a:link,
.botoes-black a:active,
.botoes-black a:visited{
	font-family: 'nexaheavy', sans-serif;
	font-size:15px !important;
	line-height:15px;
	text-transform:uppercase;
	padding:9px 25px !important;
	display:inline-block;
	margin:8px 0px;
	color:#fff !important;
	background:var(--black-clean);
	border:1px solid var(--black-clean);
	border-radius:6px;
	transition:0.5s
}
.botoes-black:hover,
.botoes-black a:hover{
	color:var(--red) !important;
	background:#fff;
	border:1px solid #fff;
}


/* REDES SOCIAIS RODAPE */
.redes-sociais-rodape{
	list-style:none;
	padding:0;
	margin:0 30px;
}
.redes-sociais-rodape > li{
	display:inline-table	
}
.redes-sociais-rodape > li > a,
.redes-sociais-rodape > li > a:link,
.redes-sociais-rodape > li > a:active,
.redes-sociais-rodape > li > a:visited,
.redes-sociais-rodape > li > a:focus{
	display:block;
	color:#fff;
	font-size:22px;
	margin-top:0px;
	margin:2px 6px;
	cursor:pointer;
	transition:0.5s
}
.redes-sociais-rodape > li > a:hover{
	color:var(--red);
}

@media only screen and (max-width: 600px) {
	.redes-sociais-rodape{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:0px;
		text-align:center;
	}
	.redes-sociais-rodape > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

/* */
.oculta-mobile{
	display:block
}
.exibe-mobile{
	display:none
}
@media only screen and (max-width: 1050px) {
	.exibe-mobile{
		display:block;
		margin-bottom:10px
	}
	.oculta-mobile{
		display:none
	}
}


/* BARRA DE PROGRESSO */
#progress-bar {
  --scrollAmount: 0%;
  background: #fd0804;
  width: var(--scrollAmount);
  height: 3px;
  position: fixed;
  top: 0;
  z-index:99999999999999999999
}


.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:10px 25px;
	border: 1px solid #e6cfb9;
	font-size:15px !important;
	height:48px;
	margin-bottom:11px;
	border-radius:7px;
	margin-top:3px;	
	font-weight:600;
	background:#f7eade;
}
.form-control:focus,
.form-control-busca:focus{
	background:#ffffff;
}
::placeholder{
  color: #777 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #777 !important;
}

::-ms-input-placeholder{
  color: #777 !important;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #be1622;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    color: #be1622;
}


.page-item > .page-link > span > i{
	color:#555;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: var(--black);
    border-color: var(--black);
	font-weight:800
}
.page-link{
	background-color: transparent;
    border-color: #cacaca;
	color:#555 !important;
	font-weight:800
}
.page-link:hover {
    background-color: var(--black-clean);
    border-color: var(--black-clean);
	color:#fff !important
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
	}
}
.modal-content {
	border:none !important	
}

.ekko-lightbox .modal-footer {
    text-align:center !important;
}

.modal-open {
    overflow: hidden !important;
}
