@font-face {
  font-family: 'Mosk Light 300';
	src:url('../Mosk Light 300/Mosk Light 300.eot')								format('embedded-opentype');
	src:url('../Mosk Light 300/Mosk Light 300.eot?#iefixsiq396')				format('embedded-opentype'),
		url('../Mosk Light 300/Mosk Light 300.ttf?siq396')						format('truetype'),
		url('../Mosk Light 300/Mosk Light 300.woff?siq396')						format('woff'),
		url('../Mosk Light 300/Mosk Light 300.svg?siq396#Mosk Light 300')		format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mosk Bold 700';
	src:url('../Mosk Bold 700/Mosk Bold 700.eot')								format('embedded-opentype');
	src:url('../Mosk Bold 700/Mosk Bold 700.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../Mosk Bold 700/Mosk Bold 700.ttf?siq396')						format('truetype'),
		url('../Mosk Bold 700/Mosk Bold 700.woff?siq396')						format('woff'),
		url('../Mosk Bold 700/Mosk Bold 700.svg?siq396#Mosk Bold 700')			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%;
	/* [disabled]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 Montserrat Regular, sans-serif;
background-color: #ffffff;
border: 1px solid #E74961;
color: #1D84A3;
width: 100%;
height: 40px;
margin: 5px;
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) */
}

/* PLACEHOLDER */
::placeholder {color: #1D84A3;}/*Chrome, Firefox, Opera, Safari 10.1+*/
:-ms-input-placeholder {color: #1D84A3;}/*Internet Explorer 10-11*/
::-ms-input-placeholder {color: #1D84A3;}/*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 Montserrat Regular, sans-serif;
background-color: #ffffff;
border: 1px solid #E74961;
color: #1D84A3;
width: 100%;
height: 80px;
margin: 5px;
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) */
}





/*FORMULÁRIO BOTÃO ENVIAR -------------------------------------------------------------------*/
.form-submit-button {
	background-color: #E74961;
	color: #ffffff;
	border: solid #E74961;
	height: 40px;
	width: 100px;
	font:  18px Montserrat Regular, 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: #1D84A3;
	color: #FEC129;
	border: solid #1D84A3;
	height: 40px;
	width: 100px;
	font: 18px Montserrat Regular, 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;
}

.rodapebarra {
	background-image:url(../z.jpg);
	margin: auto;
	width: 100%;
	bottom: 0;
	position: fixed;
	background-color: #000000;
	z-index:99999999999;
	box-shadow: 10px 10px 8px 10px #000000;
}


/* *************************************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: #1D84A3;
    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:hover.fill-One-div {
	color: #1D84A3;
	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: #000;
	background-color: #FEC129;
    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:hover.fill-Two-div {
	color: #FEC129;
	background-color: #000;
    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-Three-div {
	color: #fff;
	background-color: #F04D50;
    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:hover.fill-Three-div {
	color: #C74043;
	background-color: #E796AC;
    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;
}
/* ************************************* /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: #FFC64D;} /* unvisited link */
.polink a:hover {color: #FFFFFF;}/* mouse over link */

.polinkk a {color: #FFF} /* unvisited link */
.polinkk a:hover {color: #DA612A;}/* mouse over link */

.polinkkk a {} /* unvisited link */
.polinkkk 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 (max-width: 400px) {
    .mobile{ display: inline !important; }
    }
    @media only screen and (min-width: 500px) {
    .desktop-hide{ display: none !important; }
    }

/* ************************************ FOOTER ************************************** */
#main-footer {background-color:#000000; z-index:3; }
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;
	 font-family: Arial, Verdana, Geneva, sans-serif;
}
 .assin {
     top: 0!important;
     right: 0!important;
     position: absolute!important;
     width: 130px!important;
}
 .assin img {
     width: 130px!important;
     height: auto!important;
}

/* ************************************FAIXA GLS************************************** */
.gls {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite;
	height: 100vh;
}
@-webkit-keyframes gradient {
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
}
@keyframes gradient {
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
}


/* ************************************ BARRA DE ROLAGEM ************************************** */
/* Works on Firefox */
* {scrollbar-width:thin; scrollbar-color:#FEC129 #1C1E21;} /*1.botão / 2.fundo */

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {width:12px;}
*::-webkit-scrollbar-track {background-color:#1C1E21;} /* 2.fundo */

*::-webkit-scrollbar-thumb {
  background-color: #FEC129; /* 1.botão */
  border-radius: 20px;
  border: 3px solid #1C1E21; /* 2.fundo */
}
