@font-face {
  font-family: 'Barlow Light';
	src:url('../fonts/Barlow Light/Barlow Light.eot')								format('embedded-opentype');
	src:url('../fonts/Barlow Light/Barlow Light.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../fonts/Barlow Light/Barlow Light.ttf?siq396')						format('truetype'),
		url('../fonts/Barlow Light/Barlow Light.woff?siq396')						format('woff'),
		url('../fonts/Barlow Light/Barlow Light.svg?siq396#Barlow Light')			format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow SemiBold';
	src:url('../fonts/Barlow SemiBold/Barlow SemiBold.eot')								format('embedded-opentype');
	src:url('../fonts/Barlow SemiBold/Barlow SemiBold.eot?#iefixsiq396')				format('embedded-opentype'),
		url('../fonts/Barlow SemiBold/Barlow SemiBold.ttf?siq396')						format('truetype'),
		url('../fonts/Barlow SemiBold/Barlow SemiBold.woff?siq396')						format('woff'),
		url('../fonts/Barlow SemiBold/Barlow SemiBold.svg?siq396#Barlow SemiBold')		format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow Regular';
	src:url('../fonts/Barlow Regular/Barlow Regular.eot')								format('embedded-opentype');
	src:url('../fonts/Barlow Regular/Barlow Regular.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../fonts/Barlow Regular/Barlow Regular.ttf?siq396')						format('truetype'),
		url('../fonts/Barlow Regular/Barlow Regular.woff?siq396')						format('woff'),
		url('../fonts/Barlow Regular/Barlow Regular.svg?siq396#Barlow Regular')			format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Black';
	src:url('../fonts/Gotham-Black/Gotham-Black.eot')								format('embedded-opentype');
	src:url('../fonts/Gotham-Black/Gotham-Black.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../fonts/Gotham-Black/Gotham-Black.ttf?siq396')						format('truetype'),
		url('../fonts/Gotham-Black/Gotham-Black.woff?siq396')						format('woff'),
		url('../fonts/Gotham-Black/Gotham-Black.svg?siq396#Gotham-Black')			format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
	src:url('../fonts/Gotham-Medium/Gotham-Medium.eot')								format('embedded-opentype');
	src:url('../fonts/Gotham-Medium/Gotham-Medium.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../fonts/Gotham-Medium/Gotham-Medium.ttf?siq396')						format('truetype'),
		url('../fonts/Gotham-Medium/Gotham-Medium.woff?siq396')						format('woff'),
		url('../fonts/Gotham-Medium/Gotham-Medium.svg?siq396#Gotham-Medium')			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: 16px Barlow Regular, sans-serif;
font-weight:bold;
background-color: #7EBBA2;
border: 1px solid #7EBBA2;
color: #000;
width: 100%;
height: 40px;
margin: 0px 0px 5px 0px;
padding-left: 10px;
box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.2); /* offset-x | offset-y | blur-radius | spread-radius | color (RGB+ALPHA) */
}

/*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: 16px Barlow Regular, sans-serif;
font-weight:bold;
background-color: #7EBBA2;
border: 1px solid #7EBBA2;
color: #000;
width: 100%;
height: 80px;
margin: 0px 0px 5px 0px;
padding-left:10px;
padding-top:15px;
box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.2); /* offset-x | offset-y | blur-radius | spread-radius | color (RGB+ALPHA) */
}

/* PLACEHOLDER */
::placeholder {color: #000;}/*Chrome, Firefox, Opera, Safari 10.1+*/
:-ms-input-placeholder {color: #000;}/*Internet Explorer 10-11*/
::-ms-input-placeholder {color: #000;}/*Microsoft Edge*/



/*FORMULÁRIO BOTÃO ENVIAR -------------------------------------------------------------------*/
.form-submit-button {
	background-color: #8C4293;
	color: #fff;
	border: solid #8C4293;
	height: 40px;
	width: 100px;
	font:  20px Barlow Regular, sans-serif;
	font-weight:bold;
	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: #fff;
	color: #8C4293;
	border: solid #fff;
	height: 40px;
	width: 100px;
	font: 20px Barlow Regular, sans-serif;
	font-weight:bold;
	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;
}



/* *************************************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: #343534;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Gotham-Medium;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover.fill-One-div {
	color: #343534;
	background-color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Montserrat Regular;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.fill-Two-div {
	color: #fff;
	background-color: #8C4293;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Gotham-Medium;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover.fill-Two-div {
	color: #8C4293;
	background-color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Gotham-Medium;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.fill-Three-div {
	color: #000;
	background-color: #7EBBA2;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Gotham-Medium;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover.fill-Three-div {
	color: #fff;
	background-color: #0D601D;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:Gotham-Medium;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* ************************************* /RODAPÉ-BARRA********************************************** */



/*bolinha para número -------------------------------------------------------------------*/
.circulo{
 color:#000;
 border: 2px solid #FFD72F;
 border-radius:30px;
 width:40px;
 height:40px;
 text-align:center;
 vertical-align: middle;
 background-color: #FFD72F;
 line-height:25px;  
 display:inline;
 /*box-shadow: 2px 2px 5px #999;*/
}



/* ************************************LINKS************************************** */
.polink a {color: #865496;} /* unvisited link */
.polink a:hover {color: #458FB1;}/* mouse over link */

.polinkk a {color: #8B4691} /* unvisited link */
.polinkk a:hover {color: #fff;}/* mouse over link */

.polinkkk a {-webkit-transition: all 0.3s linear;transition: all 0.3s linear;} /* unvisited link */
.polinkkk a:hover {filter:brightness(150%);-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}/* mouse over link */

.polinkkkk a {-webkit-transition: all 0.3s linear;transition: all 0.3s linear; margin:0px 0px 0px 0px} /* unvisited link */
.polinkkkk a:hover {filter:saturate(5); -webkit-filter: saturate(5); -webkit-filter:drop-shadow(5px 5px 5px #000); filter: drop-shadow(5px 5px 5px #000); margin:-15px 15px 15px -15px; -webkit-transition: all 0.3s linear;transition: all 0.3s linear;}/* mouse over link */

.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: 16px;
	 padding-top: 2px;
}
 .assin {
     top: 0!important;
     right: 0!important;
     position: absolute!important;
     width: 130px!important;
}
 .assin img {
     width: 130px!important;
     height: auto!important;
}



/* ************************************ BARRA DE ROLAGEM ************************************** */
/* Works on Firefox */
* {scrollbar-width:thin; scrollbar-color:#7EBBA2 #343534;} /*1.botão / 2.fundo */

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {width:12px;}
*::-webkit-scrollbar-track {background-color:#343534;} /* 2.fundo */

*::-webkit-scrollbar-thumb {
  background-color: #7EBBA2; /* 1.botão */
  border-radius: 20px;
  border: 3px solid #343534; /* 2.fundo */
}



/* ************************************ TXT SELECIONADO ************************************** */
p::selection {
    background-color:#865496;
}



