/* HOME */
.bgVerde { 
	background-color:#6d924f;
	color:#FFF;
}
/*
#destaque .titulo1 { color:#FFF; }
#destaque a { color:#FFF; }
#noticias .titulo1 { color:#FFF; }
#noticias a { color:#FFF; }
*/
.menuDestaque {
	border:#999999 1px solid; 
	background-image: url(/imagens/degrade.jpg); 
	background-position: left -430px top 0px;
	display:block; 
	width:100%; 
	height: 90px;
	line-height:90px;
	color:#FFF;
	text-align:center; 
	margin-bottom:20px;
}
.menuDestaque:hover {
	background-position: left 0px top 0px;
}
.menuDestaque a {
	text-decoration:none;
	color:#FFF;
	padding:15px;
}
.menuDestaque a:hover {
	text-decoration:none;
	color: #000;
}

.eventoDestaque {
	border:#999999 1px solid; 
	background-image: url(/imagens/degrade.jpg); 
	background-position: left -320px top 0px;
	display:block; 
	width:100%; 
	max-height:350px;
	color:#FFF;
	text-align:center; 
	margin-bottom:20px;
}
.eventoDestaque:hover {
	background-position: left 0px top 0px;
}
.eventoDestaque a {
	text-decoration:none;
	color:#FFF;
	padding:0px;
}
.eventoDestaque a:hover {
	text-decoration:none;
	color: #000;
}

.box-shadow:after {
    content: "";
    width:22%;
	margin-left:3px;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
    -moz-box-shadow: 0px 0px 8px 2px #000000;
    box-shadow: 0px 0px 8px 2px #000000;
}

/* AGENDA */
.agenda_h {
	width: 100%;
	margin: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ag_meses {
	width: 100%;
	max-width: 380px;
	height: 50px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0BB9FE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFFFFF;
}
.agenda_h .ag_meses div {
	margin-top: 12px;
	display: inline-table;
	text-align: center;
	font-weight: bold;
}
.agenda_h .ag_meses .ag_mes_seta {
	width: 50px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	/*border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #99cc00;*/
	cursor: pointer !important;
}
.agenda_h .ag_meses .ag_mes_seta:hover {
	opacity: 0.8;
}
.agenda_h .ag_meses .ag_mes_seta:active {
	box-shadow: inset 0px 0px 15px #749b00;
}
.agenda_h .ag_meses .ag_mes_atual {
	width: calc(100% - 100px);
	cursor: default !important;
}
.agenda_h .ag_meses .ag_mes_atual .ag_mes {
	cursor: pointer !important;
}
.agenda_h .ag_dias {
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	cursor: default;
}
.agenda_h .ag_dias .ag_dia {
	width: 25px;
	height: 25px;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0.5px solid #99cc00;
	background-color: #99cc00;
	cursor: pointer !important;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-table;
	text-align: center;
}
.agenda_h .ag_dias .ag_dia.atual {
	background-color: #9c06 !important;
	color: #FFFFFF !important;
	text-shadow: 0px 0px 6px #739900;
	border: 0.5px solid #9c06 !important;
	cursor: default !important;
}
.agenda_h .ag_dias .ag_dia.ne {
	background-color: #FBFBFB !important;
	color: #727272 !important;
	cursor: default !important;
}
.agenda_h .ag_dias .ag_dia:active:not(.atual):not(.ne) {
	box-shadow: inset 0px 0px 15px #749b00;
}

.agenda_eventos {
	opacity: 0;
}
/* FIM AGENDA */

/* UPDATE: DROPDOWN MENU */
.nav ul.dropdown {
	width: 120px;
	background-color: #99cc00;
	color: #FFFFFF;
}
.nav ul.dropdown li {
	/*padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;*/
	cursor: pointer;
	color: #fff;
}
.nav ul.dropdown li:hover {
	background-color: #FFF;
	color: #333 !important;
	/*text-shadow: 0px 0px 1px #333;*/
}
.nav ul.dropdown li:has(.nav ul.dropdown li a:hover) {
	color: #333 !important;
}
.nav ul.dropdown li a {
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
	color: #fff;
}
.nav ul.dropdown li a:hover {
	color: #333 !important;
}
.nav ul.dropdown li a:has(.nav ul.dropdown li:hover) {
	color: #333 !important;
}
/* FIM DROPDOWN MENU */

.grelha_bg_menu {
/*	background: url(rs-plugin/assets/gridtile.png); */
/*	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
*/
	display:none;
}
.post-data {
	width:100%;
	background-color:#0bb9fe;
	color:#FFF;
	padding:5px 10px;
}
.viver div .post-data {
	width:100%;
	background-color:#99cc00;;
	color:#FFF;
	padding:5px 10px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
	margin-bottom:0 !important;;
}
.tAgenda {
	padding:15px 0 !important;
	color:#333 !important;
}

a.btn_1, .btn_1{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #51bce6;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
}
a.btn_1.green, .btn_1.green  {background: #83c99f;}

a.btn_1.white, .btn_1.white  {background: #fff; color:#e04f67;}
a.btn_1.white:hover, .btn_1.white a:hover  {background: #333; color:#fff;}

a.btn_1.outline,.btn_1.outiline, input .btn_1.outiline{
	color:#555;
	background: none;
	border:2px solid #555;
	padding: 5px 18px;
}
a.btn_1.outline:hover,.btn_1.outiline:hover, input .btn_1.outiline:hover{
	color:#fff;
	background:#e04f67;
	border:2px solid #e04f67;
}

a.btn_1.medium, .btn_1.medium  {
	padding: 10px 25px;
	font-size:14px;
}
a.btn_1.small, .btn_1.small  {
	padding: 5px 8px;
	font-size:10px;
	line-height:9px;
	text-transform:none;
	color:#fff !important;
}
a.btn_1:hover, .btn_1:hover {
	background: #333;
}

/** Pagination **/ 
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li:before {
content: close-quote !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}  
.pagination > li > a,
.pagination > li > span {
  color: #888;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color:#333 !important;
  background-color: #f9f9f9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #555;
  border-color: #555;
}


/* Carousel */
.carousel .item{
    margin: 3px;
}
 .carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}

/* PDF */
.pdf {
	background-image: url(../imagens/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
/*	font-size: 11x; */
	font-weight: normal;
	color: #427b8f;
	text-align: left;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
	display: block;
	page-break-inside: auto;
	background-color: #FFFFFF;
/*  content: '\A';
    white-space: pre; */
	word-break: break-all;
}
.pdf:HOVER {
	text-decoration: underline;
	color: #85B102;
	background-color: #ffeded;
}
.pdf:after {
    content:"\a";
    white-space: pre;
}

@media only screen and (max-width: 768px) {
	.pdf {
		background-image: url(../imagens/pdf.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 24px;
		padding-left: 30px;
	/*	font-size: 11x; */
		font-weight: normal;
		color: #427b8f;
		text-align: left;
		text-decoration: none;
		line-height: 25px;		
		height: 32px;
		display: inline;
		page-break-inside: auto;
		background-color: #FFFFFF;
	/*	content: '\A';
		white-space: pre; */
		word-break: break-all;
	}
}



.pdf-multi {
	background-image: url(../imagens/pdf.png);
	background-repeat: no-repeat;
	background-position: absolute;
	padding-left: 38px;
/*	font-size: 11px; */
	font-weight: normal;
	float: left;
	color: #427b8f;
	text-align: left;
	text-decoration: none;
	line-height: 32px;
	display: block;
	word-break: break-all;
}
.pdf-multi:HOVER {
	text-decoration: underline;
	color: #85B102;
}




.titulo1 {
	 color:#85B102; 
	 font-weight:bold; 
	font-size: 120%; 
	 text-decoration:none;
}
.titulo1 a:HOVER{
	 text-decoration: underline;
}
.titulo2 {
	font-size: 120%;
	font-weight: bold;
	color: #53C0FF;
	text-decoration: none;
}
.titulo2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #53C0FF;
	text-decoration: none;
}
.titulo2 a:HOVER {
	text-decoration: underline;
}
.texto {
	color:#4c4c4c;
	font-size:100%;
}
.texto2 {
	color:#4c4c4c;
	font-size:80%;
}
.subtitulo1{
	color:#0bb9fe; 
	font-weight:bold; 
	font-size:115%; 
	text-decoration:none;
	line-height:28px;
}
.subtitulo1:HOVER{
	 text-decoration: underline;
	 color:#99cc00; 
}
a .subtitulo1{
	color:#0bb9fe; 
	font-weight:bold; 
	font-size:115%; 
	text-decoration:none;
	line-height:28px;
}
a .subtitulo1:HOVER{
	 text-decoration: underline;
	 color:#99cc00; 
}

a .subtitulo1::before {
    position: absolute;
    font-family: icons;
    content: "\f38f";
    color: #99cc00;
    top: 0px;
    left: -25px;
    margin-top: -1px;
    font-size: 1.5rem;
    line-height: 15px;
}

/* pesquisa */
#pesquisa {
	width:100%; 
	margin:0; 
	position:relative;
	float: right;
	vertical-align:bottom;
}
#pesquisa input[type="text"] {
    background: url(/imagens/lente.png) left no-repeat;
	background-position: 2px 1px;
    outline-style: solid;
    outline-color: #d3d8db;
    outline-width: 1px;	
    border:1px solid #eff0f1;
	padding-left:35px;
    color: #767676;
    float: right;
    font-size: 14px;
    position: relative;
    top: 17px;
    width: 100%;
	height:34px;
	line-height:34px;
}
#pesquisa input[type="image"] {
	padding: 0;
	margin: 0;
	width:49px;
	height:36px;
	position:relative;
	top:-18px;
	float:right;
	background-color:none;
}

hr.sp1 {
    border: 0;
    height: 1px;
	margin:20px 0; 
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* newsletter */
#newsletter {
	width:100%; 
	margin:0; 
	position:relative;
	float: right;
	vertical-align:bottom;
}
#newsletter input[type="text"] {
    background: url(/imagens/lente.png) left no-repeat;
	background-position: 2px 1px;
    outline-style: solid;
    outline-color: #d3d8db;
    outline-width: 1px;	
    border:1px solid #eff0f1;
	padding-left:35px;
    color: #767676;
    float: right;
    font-size: 14px;
    position: relative;
    top: 17px;
    width: 100%;
	height:34px;
	line-height:34px;
}
#newsletter input[type="image"] {
	padding: 0;
	margin: 0;
	width:49px;
	height:36px;
	position:relative;
	top:-18px;
	float:right;
	background-color:none;
}

/* NOVO MENU */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i');

ul.menu,ul.menu * {
    line-height: 24px;
	font-weight: 600 !important;
	text-shadow: 1px 1px 3px #333333 !important;
	z-index: 3000;
}
ul.menu:not(.fas):not(.far):not(.fa),ul.menu *:not(.fas):not(.far):not(.fa) {
	font-size: 12px !important;
	font-family: 'Raleway', sans-serif !important;
}
ul.menu a {
	text-decoration: none !important;
}
ul.menu {
	width: auto;
	height: 60px;
	float: right;
	position: relative;
	/*top: 50%;*/
	/*margin-top: -30px;*/
	/*margin-right: 30px;*/
	vertical-align: middle;
	list-style: none;
}
ul.menu:before {
	display: table;
    content: " ";
}
ul.menu > li { /* Apenas os <li> do menu atual (não altera submenus) */
	height: 57px !important;
	float: left;
	position: relative;
	display: block;
}
ul.menu li { /* Todos os <li> */
	position: relative;
	background: rgba(0, 0, 0, 0.55);
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
ul.menu li a {
	text-align: center;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
ul.menu > li > a {
	line-height: 20px;
	padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 7px solid;
	text-shadow: 1px 1px 3px #333333;
	position: relative;
    display: block;
}
ul.menu li > a > i.hsm-nm {
	font-size: 8px;
}
ul.menu li > a > i:not(.hsm-nm) {
	display: none;
}
ul.menu > li.green > a {
	border-color: #81be33;
}
ul.menu > li.blue > a {
	border-color: #0bb9fe;
}
ul.menu > li.green:hover {
	background-color: #81be33;
}
ul.menu > li.blue:hover {
	background-color: #0bb9fe;
}
ul.menu li:hover > ul.sub {
	/*display: block !important;*/ visibility: visible !important; opacity: 1;
}
ul.menu li > ul.sub {
	width: intrinsic;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 300px;
	/*display: none;*/ visibility: hidden; opacity:0;
	padding: 0px;
	list-style: none;
	position: absolute;
}
ul.menu li > ul.sub.sc {
	margin-top: -40px;
}
ul.menu li > ul.sub.sc.right-sm {
	left: 100%;
}
ul.menu li > ul.sub.sc.left-sm {
	right: 100%;
}
ul.menu li > ul.sub.right-sm {
	left: 0;
}
ul.menu li > ul.sub.left-sm {
	right: 0;
}
ul.menu li > ul.sub > li {
	height: 40px;
	background-color: rgba(0, 0, 0, 0.8);
}
ul.menu li > ul.sub > li > a {
	color: #fff;
	height: 100%;
	display: block;
	font-size: 12px;
	padding-top: 8px !important;
	padding-bottom: 7px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
ul.menu li.green ul.sub > li:hover {
	background-color: #81be33;
}
ul.menu li.blue ul.sub > li:hover {
	background-color: #0bb9fe;
}
ul.menu .onlymm {
	display: none;
}

ul.menu > li > a {
	border-color: transparent !important;
	border: 0px solid !important;
	padding-bottom: 22px;
}
ul.menu > li > a::before {
	width: 100%;
	height: 7px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	background-size: auto auto;
	background-size: 100% 7px;
	content: "";
}

ul.menu > li:nth-child(2) > a::before,
ul.menu > li:nth-child(2):hover,
ul.menu li:nth-child(2) ul.sub > li:hover {
	background: linear-gradient( to right, #92b87d 0%, #8eb378 100%) left bottom transparent no-repeat !important;
}
ul.menu > li:nth-child(3) > a::before,
ul.menu > li:nth-child(3):hover,
ul.menu li:nth-child(3) ul.sub > li:hover {
	background: linear-gradient( to right, #8eb378 0%, #87ad70 100%) left bottom transparent no-repeat !important;
}
ul.menu > li:nth-child(4) > a::before,
ul.menu > li:nth-child(4):hover,
ul.menu li:nth-child(4) ul.sub > li:hover {
	background: linear-gradient( to right, #87ad70 0%, #80a566 100%) left bottom transparent no-repeat !important;
}
ul.menu > li:nth-child(5) > a::before,
ul.menu > li:nth-child(5):hover,
ul.menu li:nth-child(5) ul.sub > li:hover {
	background: linear-gradient( to right, #80a566 0%, #789d5d 100%) left bottom transparent no-repeat !important;
}
ul.menu > li:nth-child(6) > a::before,
ul.menu > li:nth-child(6):hover,
ul.menu li:nth-child(6) ul.sub > li:hover {
	background: linear-gradient( to right, #789d5d 0%, #729755 100%) left bottom transparent no-repeat !important;
}
ul.menu > li:nth-child(7) > a::before,
ul.menu > li:nth-child(7):hover,
ul.menu li:nth-child(7) ul.sub > li:hover {
	background: linear-gradient( to right, #729755 0%, #6d924f 100%) left bottom transparent no-repeat !important;
}

.h200 { height:200px }
.title h4 { margin-top:0; padding-top: 0; }
