

@font-face {
  font-family: 'Montserrat Light';
	src:url('../Montserrat Light/Montserrat Light.eot')								format('embedded-opentype');
	src:url('../Montserrat Light/Montserrat Light.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../Montserrat Light/Montserrat Light.ttf?siq396')						format('truetype'),
		url('../Montserrat Light/Montserrat Light.woff?siq396')						format('woff'),
		url('../Montserrat Light/Montserrat Light.svg?siq396#Montserrat Light')		format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial-Black';
	src:url('../Arial-Black/Arial-Black.eot')								format('embedded-opentype');
	src:url('../Arial-Black/Arial-Black.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../Arial-Black/Arial-Black.ttf?siq396')						format('truetype'),
		url('../Arial-Black/Arial-Black.woff?siq396')						format('woff'),
		url('../Arial-Black/Arial-Black.svg?siq396#Arial-Black')		format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Regular';
	src:url('../Montserrat Regular/Montserrat Regular.eot')								format('embedded-opentype');
	src:url('../Montserrat Regular/Montserrat Regular.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../Montserrat Regular/Montserrat Regular.ttf?siq396')						format('truetype'),
		url('../Montserrat Regular/Montserrat Regular.woff?siq396')						format('woff'),
		url('../Montserrat Regular/Montserrat Regular.svg?siq396#Montserrat Regular')		format('svg');
  font-weight: normal;
  font-style: normal;
}






body, div, img,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 0;
  font-family:Gotham-Medium;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;  
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}









/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background-color: #0C1D32 ;/*******FUNDO BARRA MENU********/
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 5px 20px 5px 20px;
  color: #fff;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid #89BABF;/*******COR DO SEPARADOR VERTICAL********/
  text-decoration: none;
  background-color: #0C1D32;	/*******FUNDO botões MENU********/
  padding: 0.7em 1em;
  color: #89BABF;				/*******COR DA FONTE********/
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background-color: #89BABF;	/*******FUNDO botões MENU apertado********/
  color: #0C1D32; 				/*******COR DA FONTE********/
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-left: 1px solid #89BABF; /*******COR DO SEPARADOR VERTICAL********/
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0; 
  }
}

.nav-collapse ul ul a {
  background-color: #0F0;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}




















/*-----------------------------------------------------------------------------------------------------*/
.hidden {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}





/*IMAGEM RESPONSIVA -------------------------------------------------------------------*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  alignment-adjust:central;
}

/*FORMULÁRIO CAMPOS INPUT -------------------------------------------------------------------*/
input {
border-radius: 0px; /* Para Opera 10.5+*/
-moz-border-radius: 0px; /* Para Firefox */
-webkit-border-radius: 0px; /*Para Safari e Chrome */
font: 18px Pilcrow Semibold, sans-serif;
background-color: transparent;
border: 1px solid #1E1F23;
color: #1E1F23;
width: 100%;
height: 30px;
margin: 5px;
padding-left: 10px;
}

/* PLACEHOLDER */
::placeholder {color: #1E1F23;}/*Chrome, Firefox, Opera, Safari 10.1+*/
:-ms-input-placeholder {color: #1E1F23;}/*Internet Explorer 10-11*/
::-ms-input-placeholder {color: #1E1F23;}/*Microsoft Edge*/

/*FORMULÁRIO CAMPOS TEXTAREA -------------------------------------------------------------------*/
textarea {
border-radius: 0px; /* Para Opera 10.5+*/
-moz-border-radius: 0px; /* Para Firefox */
-webkit-border-radius: 0px; /*Para Safari e Chrome */
font: 18px Pilcrow Semibold, sans-serif;
background-color: transparent;
border: 1px solid #1E1F23;
color: #1E1F23;
width: 100%;
height: 100px;
margin: 5px;
padding-left: 10px;
padding-top: 15px;
}





/*FORMULÁRIO BOTÃO ENVIAR -------------------------------------------------------------------*/
.form-submit-button {
	background-color: #776544;
	color: #fff;
	border: solid #776544;
	height: 40px;
	width: 100px;
	font:  18px Pilcrow Medium, sans-serif;
	text-shadow: none;
	border-radius: 0px;				/* Para Opera 10.5+*/
	-moz-border-radius: 0px;		/* Para Firefox */
	-webkit-border-radius: 0px;		/*Para Safari e Chrome */	
	margin: 5px;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.form-submit-button:hover{
	background-color: #000;
	color: #fff;
	border: solid #000;;
	height: 40px;
	width: 100px;
	font: 18px Pilcrow Medium, sans-serif;
	text-shadow: none;
	border-radius: 0px;				/* Para Opera 10.5+*/
	-moz-border-radius: 0px;		/* Para Firefox */
	-webkit-border-radius: 0px;		/*Para Safari e Chrome */
	margin: 5px;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.textoform {
	font-family: 'Pilcrow Medium';
	font-size: 16px;
	color: #000;
}
.slidetexto {
	font-family: 'Pilcrow Semibold';
	font-size: 16px;
	color: #000;
	text-align: right;
	padding-bottom: -400px;
	z-index: 9;
}
.slidetextobranco {
	font-family: 'Pilcrow Semibold';
	font-size: 16px;
	color: #fff;
	text-align: right;
	padding-bottom: -400px;
	z-index: 9;
}

/* *************************************RODAPÉ-BARRA********************************************** */
.rodapebarra {
	background-image:url(../z.jpg);
	background-color: #ffffff;
	margin: auto;
	width: 100%;
	bottom: 0;
	position: fixed;
	z-index: 999;
	box-shadow: 10px 10px 8px 10px #000000;
	height: 30px;
}

a.fill-One-div {
	color:#fff;
	background-color:#D22F40;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover.fill-One-div {
	color:#D22F40;
	background-color:#fff;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.fill-Two-div {
	color:#fff;
	background-color:#DD6137;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

a:hover.fill-Two-div {
	color:#DD6137;
	background-color:#fff;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a.fill-Three-div {
	color:#000;
	background-color:#00A650;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover.fill-Three-div {
	color:#fff;
	background-color:#02341A;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* ************************************* /RODAPÉ-BARRA********************************************** */


/*bolinha para número -------------------------------------------------------------------*/
.circuloo{
 color:#fff;
 border: 2px solid #E2632A;
 border-radius:30px;
 width:40px;
 height:40px;
 text-align:center;
 vertical-align: middle;
 background-color: #E2632A;
 line-height:25px;  
 display:inline;
 /*box-shadow: 2px 2px 5px #999;*/
}

/*bolinha para número -------------------------------------------------------------------*/
.circulo{
 color:#E7592D;
 width:60px;
 display:inline;
 font-weight:bold;
}





/* ************************************LINKS************************************** */
.polink a {color: #E81952;} /* unvisited link */
.polink a:hover {color: #000;}/* mouse over link */

.polinkk a {color: #000} /* unvisited link */
.polinkk a:hover {color: #E7592D;}/* mouse over link */

.polinkkk a {color: #FFF} /* unvisited link */
.polinkkk a:hover {color: #E7592D;}/* mouse over link */

.polinkkkk a 		{color:#FFFFFF; background-color:#C86472; border:solid #000000; padding:10px; } /* unvisited link */
.polinkkkk a:hover 	{color:#C86472; background-color:#000000; border:solid #000000; padding:10px; }/* mouse over link */
  
.mudar a 		{  }
.mudar a:hover  {filter:saturate(5); -webkit-filter: saturate(5);}

.mudarr a {} /* unvisited link */
.mudarr a:hover {filter:brightness(150%);-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}/* mouse over link */


/* ************************************APARECE E SOME DEPENDENDO DO DISPOSITIVO************************************** */
    @media only screen and (max-width: 600px) {
    	.mobile-hide{ display:none !important; }
    }
    @media only screen and (min-width: 600px) {
    	.desktop-hide{ display:none !important; }
    }


/* ************************************ FOOTER ************************************** */
#main-footer {background-color:#000000;}
footer {margin-bottom:0px; position:relative;}
#footer-bottom .container {
    width: 95%;
    max-width: 95%;
    margin: auto;
}
 #footer-info {
     padding-bottom: 0;
     color: #f0ce6d;
     font-size: 12px;
     line-height: 28px;
}
 .assin {
     top: 0!important;
     right: 0!important;
     position: absolute!important;
     width: 130px!important;
}
 .assin img {
     width: 130px!important;
     height: auto!important;
}

/* ************************************ TABLE ************************************** */
th, td {
	color:#FFFFFF;
	font-family:Pilcrow Semibold;
	font-size:calc(0.4em + 0.8vw);
}
tbody tr:nth-child(odd) {
  background-color: #003D49;
}

.hoverTable{
	width:100%; 
}/* Define the default color for all the table rows */
	
.hoverTable tr{
	background-color: #024B53;
}/* Define the hover highlight color for the table row */
	
.hoverTable tr:hover {
     background-color: #000000;
}

/* ************************************ BARRA DE ROLAGEM ************************************** */
/* Works on Firefox */
* {scrollbar-width:thin; scrollbar-color:#776544 #000;} /*1.botão / 2.fundo */

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {width:12px;}
*::-webkit-scrollbar-track {background-color:#000;} /* 2.fundo */

*::-webkit-scrollbar-thumb {
  background-color: #776544; /* 1.botão */
  border-radius: 20px;
  border: 3px solid #000; /* 2.fundo */
}