/*
#d2ae6d
#bdbfc1 cinza claro
#727376 cinza escuro
*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('./fonts/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-print::before {
   	content: "";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.pi-section-dark a.linkRodape{
	color:#fff;	
}
.pi-section-dark a.linkRodape:hover{
	color:#d2ae6d;
}

.pi-section-base .pi-breadcrumb li::after {
  color: #cde2f6;
}

.pi-submenu {
  width: 232px;
}

.link-topo a{
	color:#000;	
}

.link-topo a:hover{
	color:#fff;	
}

.link-topo ul li a{
	color:#000 !important;	
}

.link-topo ul li a:hover{
	color:#fff !important;	
}

.pi-section-overlay-base {
  background: rgba(210, 174, 109, 0.9);
}

.error{
	color:#ff0000;	
	font-size:12px;
}

/*MENU*/
.pi-section-white .pi-simple-menu.pi-has-hover-border > li.active > a > span::before {
  border-color: #d2ae6d;
}
.pi-section-white .pi-simple-menu > li.active > a {
  color: #d2ae6d;
}
.pi-simple-menu > li > a {
  padding: 0 7px; /*11*/
}

.pi-btn-small2 {
  font-size: 12px;
  line-height: 16px;
  padding: 3px 7px 3px;
}