@charset "utf-8";
@font-face {
  font-family: 'forma-djr-micro-regular';
	src:url('../fonts/forma-djr-micro-regular/forma-djr-micro-regular.eot')								format('embedded-opentype');
	src:url('../fonts/forma-djr-micro-regular/forma-djr-micro-regular.eot?#iefixsiq396')				format('embedded-opentype'),
		url('../fonts/forma-djr-micro-regular/forma-djr-micro-regular.ttf?siq396')						format('truetype'),
		url('../fonts/forma-djr-micro-regular/forma-djr-micro-regular.woff?siq396')						format('woff'),
		url('../fonts/forma-djr-micro-regular/forma-djr-micro-regular.svg?siq396#forma-djr-micro-regular/')		format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cantabile';
	src:url('../fonts/Cantabile/Cantabile.eot')								format('embedded-opentype');
	src:url('../fonts/Cantabile/Cantabile.eot?#iefixsiq396')				format('embedded-opentype'),
		url('../fonts/Cantabile/Cantabile.ttf?siq396')						format('truetype'),
		url('../fonts/Cantabile/Cantabile.woff?siq396')						format('woff'),
		url('../fonts/Cantabile/Cantabile.svg?siq396#Cantabile/')			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;
  
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  font-family: arial;
}

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: 50em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}









/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background-color: rgba(159,171,235,0.8);/*******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;
  padding: 5px 20px 5px 20px;
  color: rgba(0,0,0,0);
  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 #ffffff; /*******COR DO SEPARADOR HORIZONTAL********/
  text-decoration: none;
  background-color: rgba(159,171,235,0.8);/*******FUNDO botões MENU não apertado!********/
  padding: 0.7em 1em;
  color: #fff; /*******COR DA FONTE********/
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background-color: #EBD7EE; /*******FUNDO botões MENU apertado********/
  color: #000; /*******COR DA FONTE apertado********/
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-left: 1px solid #FFFFFF; /*******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: #EBD7EE;
  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: #ffffff; /******* COR DOS 3 TRACINHOS HAMBURGER MOBILE */
  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 forma-djr-micro-regular, sans-serif bold;
background-color: transparent;
border: 1px solid #fff;
color: #fff;
width: 100%;
height: 40px;
margin: 5px 0px 5px 0px ;
padding-left: 10px;
}

/* PLACEHOLDER */
::placeholder {color: #fff;}/*Chrome, Firefox, Opera, Safari 10.1+*/
:-ms-input-placeholder {color: #fff;}/*Internet Explorer 10-11*/
::-ms-input-placeholder {color: #fff;}/*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 forma-djr-micro-regular, sans-serif bolder;
background-color: transparent;
border: 1px solid #fff;
color: #fff;
width: 100%;
height: 80px;
margin: 5px 0px 5px 0px ;
padding-left: 10px;
padding-top: 15px;
}





/*FORMULÁRIO BOTÃO ENVIAR -------------------------------------------------------------------*/
.form-submit-button {
	background-color: #E25172;
	color: #fff;
	border: solid #E25172;
	height: 40px;
	width: 100px;
	font:  16px forma-djr-micro-regular, sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	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: 0px;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.form-submit-button:hover{
	background-color: #fff;
	color: #207C83;
	border: solid #fff;
	height: 40px;
	width: 100px;
	font: 16px forma-djr-micro-regular, sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	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: 0px;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.textoform {
	font-family: 'forma-djr-micro-regular';
	font-size: 16px;
	color: #000;
}
.slidetexto {
	font-family: 'forma-djr-micro-regular';
	font-size: 16px;
	color: #000;
	text-align: right;
	padding-bottom: -400px;
	z-index: 9;
}
.slidetextobranco {
	font-family: 'forma-djr-micro-regular';
	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;
}

#my-div {
    background-color: lightgrey;
    width: 200px;
    height: 30px;
}

a.fill-One-div {
	color: #fff;
	background-color: #865496;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:forma-djr-micro-regular;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover.fill-One-div {
	color: #865496;
	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: #23ADEE;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:forma-djr-micro-regular;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover.fill-Two-div {
	color: #23ADEE;
	background-color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:forma-djr-micro-regular;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.fill-Three-div {
	color: #000;
	background-color: #42D36E;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
	height:30px;
	font-family:forma-djr-micro-regular;
	-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:forma-djr-micro-regular;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* ************************************* /RODAPÉ-BARRA********************************************** */


/*bolinha para número -------------------------------------------------------------------*/
.circuloo{
 color:#fff;
 border: 2px solid #C56573;
 border-radius:30px;
 width:40px;
 height:40px;
 text-align:center;
 vertical-align: middle;
 background-color: #C56573;
 line-height:25px;  
 display:inline;
 /*box-shadow: 2px 2px 5px #999;*/
}

/*bolinha para número -------------------------------------------------------------------*/
.circulo{
 color:#000000;
 border: 2px solid #FDC744;
 border-radius:30px;
 width:60px;
 height:60px;
 text-align:center;
 vertical-align: middle;
 background-color: #FDC744;
 line-height:25px;  
 display:inline;
 /*box-shadow: 2px 2px 5px #999;*/
}





/* ************************************LINKS************************************** */
.polink a {color: #000000; -webkit-transition: all 0.3s linear;transition: all 0.3s linear; margin:0px 0px 0px 0px} /* unvisited link */
.polink a:hover {color: #A14876; -webkit-filter:drop-shadow(5px 5px 5px #9B8F57); filter: drop-shadow(5px 5px 5px #9B8F57); margin:-15px 15px 15px -15px; -webkit-transition: all 0.3s linear;transition: all 0.3s linear;}/* mouse over link */

.polinkk a {color: #A43D2F} /* unvisited link */
.polinkk a:hover {color: #7D579A; }/* mouse over link */

.polinkkk a {color: #000; border-bottom:transparent solid 5px; border-top:transparent solid 5px;} /* unvisited link */
.polinkkk a:hover {color: #fff; background-color:#E25172; border-bottom:#E25172 solid 5px; border-top:#E25172 solid 5px; padding:0 5px; }/* 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 */

.polinkkkkk a {-webkit-transition: all 0.3s linear;transition: all 0.3s linear; margin:0px 0px 0px 0px} /* unvisited link */
.polinkkkkk a:hover {filter:saturate(5); -webkit-filter: saturate(5); -webkit-filter:drop-shadow(5px 5px 5px #9B8F57); filter: drop-shadow(5px 5px 5px #9B8F57); margin:-15px 15px 15px -15px; -webkit-transition: all 0.3s linear;transition: all 0.3s linear;}/* 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; 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;
}
 .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:forma-djr-micro-regular;
	font-size:calc(0.4em + 0.4vw);
}
tbody tr:nth-child(odd) {
  background-color: transparent;
}

.hoverTable{
	width:100%; 
}/* Define the default color for all the table rows */
	
.hoverTable tr{
	background-color: transparent;
}/* Define the hover highlight color for the table row */
	
.hoverTable tr:hover {
     background-color: #94372A;
}

/* ************************************ BARRA DE ROLAGEM ************************************** */
/* Works on Firefox */
* {scrollbar-width:thin; scrollbar-color:#A14876 #9FABEB;} /*1.botão / 2.fundo */

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {width:12px;}
*::-webkit-scrollbar-track {background-color:#9FABEB;} /* 2.fundo */

*::-webkit-scrollbar-thumb {
  background-color: #A14876; /* 1.botão */
  border-radius: 20px;
  border: 3px solid #9FABEB; /* 2.fundo */
}



/* ************************************ TXT SELECIONADO ************************************** */
p::selection {
    background-color:#E25172;
	color:#EBD7EE;
}

/* ************************************ SHADOW-BOX ************************************** */
.shadowbox{
box-shadow: 3px 1px 31px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 1px 31px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 31px -3px rgba(0,0,0,0.75);
}

/* ************************************ SHADOW-TEXT ************************************** */
.shadowtext{
text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

/* ************************************ SHADOW-OBJECT ************************************** */
.shadowobject{
  filter: drop-shadow(8px 8px 10px gray);
}