@charset "utf-8";
@font-face {
  font-family: 'Codec Pro Regular';
	src:url('../Codec Pro Regular/Codec Pro Regular.eot')									format('embedded-opentype');
	src:url('../Codec Pro Regular/Codec Pro Regular.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../Codec Pro Regular/Codec Pro Regular.ttf?siq396')							format('truetype'),
		url('../Codec Pro Regular/Codec Pro Regular.woff?siq396')							format('woff'),
		url('../Codec Pro Regular/Codec Pro Regular.svg?siq396#Codec Pro Regular')	format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Codec Pro Heavy';
	src:url('../Codec Pro Heavy/Codec Pro Heavy.eot')								format('embedded-opentype');
	src:url('../Codec Pro Heavy/Codec Pro Heavy.eot?#iefixsiq396')					format('embedded-opentype'),
		url('../Codec Pro Heavy/Codec Pro Heavy.ttf?siq396')						format('truetype'),
		url('../Codec Pro Heavy/Codec Pro Heavy.woff?siq396')						format('woff'),
		url('../Codec Pro Heavy/Codec Pro Heavy.svg?siq396#Codec Pro Heavy')	format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Codec Pro Light';
	src:url('../Codec Pro Light/Codec Pro Light.eot')								format('embedded-opentype');
	src:url('../Codec Pro Light/Codec Pro Light.eot?#iefixsiq396')				format('embedded-opentype'),
		url('../Codec Pro Light/Codec Pro Light.ttf?siq396')						format('truetype'),
		url('../Codec Pro Light/Codec Pro Light.woff?siq396')						format('woff'),
		url('../Codec Pro Light/Codec Pro Light.svg?siq396#Codec Pro Light')	format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futurist Regular';
	src:url('../Futurist Regular/Futurist Regular.eot')								format('embedded-opentype');
	src:url('../Futurist Regular/Futurist Regular.eot?#iefixsiq396')				format('embedded-opentype'),
		url('../Futurist Regular/Futurist Regular.ttf?siq396')						format('truetype'),
		url('../Futurist Regular/Futurist Regular.woff?siq396')						format('woff'),
		url('../Futurist Regular/Futurist Regular.svg?siq396#Futurist 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;
  
  -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: #EFAA32 ;/*******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 #FFFF00; /*******COR DO SEPARADOR HORIZONTAL********/
  text-decoration: none;
  background-color: #EFAA32;/*******FUNDO botões MENU não apertado!********/
  padding: 0.7em 1em;
  color: #FFFF00; /*******COR DA FONTE********/
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background-color: #FFFF00;/*******FUNDO botões MENU apertado********/
  color: #000000; /*******COR DA FONTE apertado********/
  text-decoration:none; 
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-left: 1px solid #FFFF00; /*******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:5px; /* Para Opera 10.5+*/
-moz-border-radius: 5px; /* Para Firefox */
-webkit-border-radius: 5px; /*Para Safari e Chrome */
background: #f7f7f7;
border: 1px solid #D2D2D2;
color: #000000;
width: 100%;
height: 30px;
margin: 2px;
}

/*FORMULÁRIO CAMPOS TEXTAREA -------------------------------------------------------------------*/
textarea {
border-radius:5px; /* Para Opera 10.5+*/
-moz-border-radius: 5px; /* Para Firefox */
-webkit-border-radius: 5px; /*Para Safari e Chrome */
background: #f7f7f7;
border: 1px solid #D2D2D2;
color: #000000;
width: 100%;
height: 60px;
margin: 2px;
}


/*FORMULÁRIO BOTÃO ENVIAR -------------------------------------------------------------------*/
.form-submit-button {
	background-image: linear-gradient(#880005, #880005, #880005);
	color: #ffffff;
	border-color: #880005;
	border-style: outset;
	height: 40px;
	width: 100px;
	font: bold 18px arial, sans-serif;
	text-shadow: none;
	border-radius:8px;				/* Para Opera 10.5+*/
	-moz-border-radius: 8px;		/* Para Firefox */
	-webkit-border-radius: 8px;		/*Para Safari e Chrome */	
	margin: 2px;
	-webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.form-submit-button:hover{
	background-image: linear-gradient(#FFFF00, #FFFF00, #FFFF00);
	color:#880005;
	border-color:#FFFF00;
	border-style:outset;
	height:40px;
	width:100px;
	font: bold 18px arial, sans-serif;
	text-shadow:none;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:2px;
	-webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.textoform {
	font-family: Codec Pro Regular;
	font-size: 18px;
	color: #602F3B;
	font-weight: bold;
}

/* *************************************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:#EFAA32;
    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:#EFAA32;
	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:#000;
	background-color:#FFFF00;
    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:#D99A33;
	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:#35C04F;
    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:#0D601D;
    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 -------------------------------------------------------------------*/
.circulo{
 color:#ffffff;
 border: 2px solid #AB0D5A;
 border-radius:30px;
 width:40px;
 height:40px;
 text-align:center;
 vertical-align: middle;
 background-color: #AB0D5A;
 line-height:25px;  
 display:inline;
 /*box-shadow: 2px 2px 5px #999;*/
}





/* ************************************LINKS************************************** */
.polink a {color: #025B6B;} /* unvisited link */
.polink a:hover {color: #D71921;}/* mouse over link */

.polinkk a {color: #FFF} /* unvisited link */
.polinkk a:hover {color: #69CA21;}/* mouse over link */

.polinkkk a {} /* unvisited link */
.polinkkk a:hover {filter:brightness(150%);}/* 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; }
    }


/*botão SIMULE $ -------------------------------------------------------------------*/
a.simule{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: auto;
	height: auto;
	color: #fff;
	background-image: linear-gradient(#880005, #880005, #880005);
	display: inline;
	right: 0px;
	top: 0px;
	padding: 10px;
 	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
	text-align: center;
	vertical-align: middle;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.5);
	font:tahoma;
}


a:hover.simule {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: auto;
	height: auto;
	color: #000;
	background-image: linear-gradient(#FFD72F, #FFD72F, #FFD72F);
	display: inline;
	right: 0px;
	top: 10px;
	padding: 10px;
 	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
	text-align: center;
	vertical-align: middle;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}