/* Fonts */
@font-face { 
	font-family: 'LucidaGrande';
		src: url('../fonts/LucidaGrande.ttf');
	}
@font-face { 
	font-family: 'LucidaGrandeBold';
		src: url('../fonts/LucidaGrandeBold.ttf');
	}
@font-face { 
	font-family: 'Roboto-Medium';
		src: url('../fonts/Roboto-Medium.ttf');
	}
	@font-face { 
	font-family: 'Roboto-Bold';
		src: url('../fonts/Roboto-Bold.ttf');
	}
/* Body */
html {
	font-size: 62%;
}

body {
	font-family: 'LucidaGrande' !important;
	background-color: #fcfcfc;
}
/*MENU-XS*/
.menuTopo{
	margin-bottom: 30px;
}
#icon-menu{
  width: 50px;
  height: 50px;
  background:transparent;
  top: -20px;
  margin-right: 10px;
  position: relative;
}
#icon-menu span{
  position: relative;
  background:#495057;
  width: 35px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 7px;
  border-radius:5px;
  transition: all 0.8s ease;
}
#icon-menu span::after{
  position: absolute;
  background:#495057;
  width: 35px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius:5px;
  content:'';
  transition: all 0.8s ease;
}
#icon-menu span::before{
  position: absolute;
  background:#495057;
  width: 35px;
  height: 4px;
  position: absolute;
  top: 20px;
  left: 0px;
  border-radius:5px;
  content:'';
  transition: all 0.8s ease;
}
#icon-menu.active span{
  transform: translate3d(0,10px,0) rotate(45deg);
}
#icon-menu.active span::after{
  opacity:0;
  transform: translate3d(-50px,0,0) rotate(0);
}
#icon-menu.active span::before{
  transform: translate3d(0,-20px,0) rotate(-90deg);
}
/*MENU-XS-FIM*/
/* Hs */
h1, .h1 {
	font-size: 3.6rem;
}
h2, .h2 {
	font-size: 3.0rem;
}
h3, .h3 {
	font-size: 2.4rem;
}
h4, .h4 {
	font-size: 1.8rem;
}
h5, .h5 {
	font-size: 1.4rem;
}
h6, .h6 {
	font-size: 1.2rem;
}
#content-main,
.col-dir{
	margin-top: 40px;	
}
.content-row{
	width: 100%;
	float: left;
}
/* Carousel - Fade */
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	-mpz-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* Gerais */
/*INDEX*/
.fluid-top-index{
	background-image: linear-gradient(to bottom, #e6e5e6, #d2d1d2);
	padding-top: 5px;
	padding-bottom: 30px;
}
/*SEARCH*/
.col-top-brasao{
	margin-top: 10px;
	mix-blend-mode: darken;
}
.col-top-brasao img{
	margin-left: -8px;
}
.col-top-search .btn-default{
	width: 45px;
  	height: 45px;
	background-color: #fab005;
	border-radius: 2px;
	color: #fff;
	margin-right: 40px;
}
.col-top-search{
	margin-top: 40px;
}
.col-top-search .form-control{	
  	height: 45px;
  	width: 315px;
	float: right;
  	border-radius: 2px;
}
.col-top-sic,
.col-top-portal{
	margin-top: 37px;
}
.col-top-sic h5,
.col-top-portal h5{
	margin-top: 8px;
	padding: 0px 8px 0px 0px;
	line-height: 0.93;
	font-family: 'Roboto-Medium';
	color: #495057;
}
.col-top-portal h5{
	margin-top: 12px;
}
.col-top-sic:hover h5{
	color: #1c7cd6
}

.col-top-sic a:hover >* .svg-camponovo g path:first-child {
    fill: #1c7cd6;
}
.col-top-portal a:hover >* .svg-camponovo g path:first-child {
	fill: #fab005;
}
.col-top-portal:hover h5{
	color: #fab005;
}
.fluid-slider-index{

}
/*MENU*/
.col-menu-index-row{
	text-align: center;
	font-family: 'Roboto-Bold';
}
.col-menu-index-row h3{
	cursor: pointer;
	font-size: 1.9rem;
	letter-spacing: 0.4px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.col-menu-index-row i{
	font-size: 1.7rem;
}
.col-menu-index-row a{
	text-decoration: none;
}

.col-menu-index-row .hm-pref h3,
.col-menu-index-row .hm-pref2 h3{
	text-align: left;
	color: #fab005;
}
.col-menu-index-row .hm-inpre h3,
.col-menu-index-row .hm-inpre2 h3{
	color: #343a40;
}
.col-menu-index-row .hm-sec h3,
.col-menu-index-row .hm-sec2 h3{
	color: #e03131;
}
.col-menu-index-row .hm-cid h3,
.col-menu-index-row .hm-cid2 h3{
	color: #2f9e44;
}
.col-menu-index-row .hm-ser h3,
.col-menu-index-row .hm-ser2 h3{
	color: #1c7cd6;
}
.col-menu-index-row .hm-cont h3,
.col-menu-index-row .hm-cont2 h3{
	color: #495057;
	text-align: right;
}
/*HOVER*/
/*.col-menu-index-row h3{
	
}*/
.col-menu-index-row .hm-pref h3:hover,
.col-menu-index-row .hm-pref2 h3:hover{
	color: #fab005;
}
.col-menu-index-row .hm-inpre h3:hover,
.col-menu-index-row .hm-inpre2 h3:hover{
	color: #000000;
}
.col-menu-index-row .hm-sec h3:hover,
.col-menu-index-row .hm-sec2 h3:hover{
	color: #c92a2a;
}
.col-menu-index-row .hm-cid h3:hover,
.col-menu-index-row .hm-cid2 h3:hover{
	color: #2b8a3e;
}
.col-menu-index-row .hm-ser h3:hover,
.col-menu-index-row .hm-ser2 h3:hover{
	color: #1971c2;
}
.col-menu-index-row .hm-cont h3:hover,
.col-menu-index-row .hm-cont2 h3:hover{
	color: #000000;	
}
.col-menu-index-row ul{
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.col-menu-index-row ul li{
	padding-left: 5px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	display: block;
}
#hm-pref,
#hm-inpre,
#hm-sec,
#hm-cid,
#hm-ser,
#hm-cont{
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	min-width: 1140px;
	position: relative;
}
#hm-pref ul li a,
#hm-pref2 ul li a{
	/*color: #fab005;*/
	color: #343a40;
}
#hm-inpre ul li a,
#hm-inpre2 ul li a{
	color: #343a40;
}
#hm-sec ul li a,
#hm-sec2 ul li a{
	color: #343a40;
	/*color: #c92a2a;*/
}
#hm-cid ul li a,
#hm-cid2 ul li a{
	color: #343a40;
	/*color: #2b8a3e;*/
}
#hm-ser ul li a,
#hm-ser2 ul li a{
	color: #343a40;
	/*color: #1971c2;*/
}
#hm-pref,
#hm-pref2{
/*	border-top:4px solid #fab005;*/
	border:1px solid #fab005;
	border-top-width: 4px;
	left: 0%;	
}
#hm-inpre,
#hm-inpre2{
/*	border-top:4px solid #343a40;*/
	border:1px solid #000000;
	border-top-width: 4px;
	left: -236%;	
}
#hm-sec,
#hm-sec2{
	border-top:4px solid #c92a2a;
	border:1px solid #c92a2a;
	border-top-width: 4px;
	left: -118%;	
}
#hm-cid,
#hm-cid2{
	border-top:4px solid #2b8a3e;
	border:1px solid #2b8a3e;
	border-top-width: 4px;
	left: -354%;	
}
#hm-ser,
#hm-ser2{
	border-top:4px solid #1971c2;
	border:1px solid #1971c2;
	border-top-width: 4px;
	left: -472%;	
}
.menu-index-box{
	background-color: #fff;
	padding: 8px;
}
/*CAPA*/
.vinheta-capa{
	margin-top: 30px;
	margin-bottom: 30px;
}
.vinheta-capa h3{
	color: #495057;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
}
.fluid-servicos{
  background-image: linear-gradient(to top, #e6e5e6, #d2d1d2);
}
.fluid-servicos .vinheta-capa h3{
	text-align: center;
}
.servico-info h4{
	letter-spacing: 0.4px;
	font-family: 'Roboto-Medium';
	text-align: center;
	color: #495057;
	padding: 0px 30px 0px 30px;
}
.row-servicos-capa{
	padding-top: 5px;
}
.row-servicos-capa .servicos-box{
	margin-bottom: 30px;
}
.row-servicos-capa .fa{
	cursor: pointer;
}
.row-servicos-capa .fa-caret-left{
	padding-top: 30px;
	float: left;
	font-size: 3.0rem;
	color: #fab005;
}
.row-servicos-capa .fa-caret-right{
	/*padding-top: 30px;*/
	margin-top: -108px;
	margin-right: -22px;
	float: right;
	font-size: 3.0rem;
	color: #fab005;
}
.servicos-box a:hover h4{
	color: #fab005;
}
.servicos-box a:focus h4{
	color: #f59f00;
}
.servicos-box a:hover{
	text-decoration: none;
}
.servicos-box svg{
	max-width: 84px;
	min-width: 84px;
	min-height: 44px;
	max-height: 44px;
}
.servicos-box a:hover .svg-camponovo path{
	fill: #fab005;	
}
.servicos-box a:focus .svg-camponovo path{
	fill: #f59f00;	
}
/*NOTICIAS*/
.fluid-noticias{
	background-image: linear-gradient(to top, #e6e5e6, #d2d1d2);
}
.col-box-not-capa{
  	background-color: #ffffff;
 	border: solid 1px #e9ecef;
}
#carousel-slider-not .item{
	padding: 20px;
}
.col-box-not{
	overflow: hidden;
	position: relative;
}
.col-box-not img{
	min-height: 381px;
	max-height: 381px;
}
.col-box-not-text{
	color: #fff;
	position: absolute;
	float: left;
	display: block;
	bottom: 50px;
	background-color: rgba(33, 37, 41, 0.6);
	width: 100%;
	padding: 7px 13px 20px 13px;
}
/*.col-box-not:hover .col-box-not-text{
	text-decoration: underline;
}*/
.col-box-not-capa:hover .col-box-not-text{
	text-decoration: underline;
}
/*.col-box-not:hover */
.effect-not{
	transition: 0.6s;
	width: 100%;
	height: 100%;
	position: absolute;

}
/*.col-box-not:hover .effect-not{
	transition: 0.6s;
	background-color: #0006;
}*/
.col-box-not-capa:hover .effect-not{
	transition: 0.6s;
	background-color: #0006;
}
.col-box-not-text h5{
	font-family: 'LucidaGrande';
	margin-top: 0px;
	margin-bottom: 0px;
}
.col-box-not-text h4{
	font-family: 'LucidaGrandeBold';
}
.col-box-not-capa .carousel-indicators li{
	width: 14px;
	height: 14px;
	border: solid 1px #ffffff;
}
.col-box-not-capa .carousel-indicators .active{
	width: 16px;
	height: 16px;
	border: solid 1px #979797;
	background-color: #d8d8d8;
}
.col-box-not2-capa{
	background-color: #ffffff;
	border: solid 1px #e9ecef;
	margin-bottom: 9px;
}
.col-box-not2{
	padding: 10px;
/*	margin-bottom: 10px*/;
}
.col-box-not2 .col-box-not2-text h5{
	margin-top: 0px;
	color: #495057;
	font-family: 'LucidaGrande';
}
.col-box-not2 .col-box-not2-text h4{
	color: #495057;
	font-family: 'LucidaGrandeBold';
}
.col-box-not2:hover .col-box-not2-text h4,
.col-box-not2:hover .col-box-not2-text h5{
	text-decoration: underline #495057;
}
.col-box-not2-capa:hover{

}
.col-box-not2-img img{
	max-height: 113px;
}
.effect-not2{
	transition: 0.6s;
	width: 100%;
	height: 100%;
	position: absolute;
}
.col-box-not2-capa:hover .effect-not2{
	transition: 0.6s;
	background-color: #0006;
}
.col-box-not-capa{
	margin-bottom: 15px;
}
/*BTN-MAIS*/
.btn-mais{
	text-align: center;
}
.btn-mais .btn-mais-capa a{
	text-decoration: none;
	background-color: #ffffff;
  	box-shadow: inset 0 -0.5px 0 0 #c8c7cc, inset 0 0.5px 0 0 #c8c7cc;
	padding: 10px 94px;
	color: #228ae6;
	font-family: 'Roboto-Bold';
	transition: 0.4s;
}
.btn-mais .btn-mais-capa a:hover{
	background-color: #1971c2;
	color: #fff;	
}
.btn-mais .btn-mais-capa a:focus,
.btn-mais .btn-mais-capa a:active{
	background-color: #1864ab ;
	color: #fff;	
}
.btn-mais .btn-mais-capa{
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
}
/*BANNER-NOT*/
/*.fluid-banner-not img{
	max-width: 1920px;
	min-width: 1920px;
	min-height: 222px;
	max-height: 222px;
 	object-fit: contain;
}*/
.col-box-info-contato h3{
	/*font-size: 2.0rem;*/
	font-size: 3.0rem;
	margin-top: 15px;
	color: #495057;
	font-family: 'Roboto-Bold';
}
.col-box-info-contato{
	margin-top:30px;
	margin-bottom: 30px;
}
/*.col-box-info-capa{
	margin-bottom: 30px;
}*/
.col-box-info-capa .icone-phone{
	color: #fff;
	margin-right: 12px;
	width: 67px;
	height: 67px;
	background-color: #495057;
	border-radius: 50%;
	font-size: 2.4rem;
/*  	display: flex;
	vertical-align: middle;
    align-items: center;*/
	text-align: center;
	position: relative;
	align-items: center;
	display: inline-grid;
	float: left;
}
.col-box-web-capa a{
	text-decoration: none;
}
.col-box-info-capa h5{
	/*width:174px; */
	margin-top: 22px;
	float: left;
/*	margin-top: 16px;*/
	color: #495057;
	font-family: 'Roboto-Medium';
	font-size: 1.8rem;
}
/*WEBMAIL*/
.col-box-web-capa .icone-web{
	color: #fff;
	margin-right: 12px;
	width: 67px;
	height: 67px;
	background-color: #495057;
	border-radius: 50%;
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	align-items: center;
	display: inline-grid;
	float: left;
}
.col-box-web-capa h4{
	margin-top: 22px;
	font-size: 1.8rem;
	color: #495057;
	font-family: 'Roboto-Medium';	
}
.col-box-webmail .form-control{
	width: 263px;
	height: 45px;
	border-radius: 2px;
	background-color: #ffffff;
	border: solid 1px #e9ecef;
}
.col-box-webmail form{
	margin-top: 10px;
}
.col-box-webmail  .input-group{
	float: left;	
}
.col-box-webmail .btn-primary{
	margin-left: 30px;
	width: 67px;
	height: 45px;
	border-radius: 2px;
	border-color: transparent;
	background-color: #fab005;
	color: #fff;
}
.col-box-webmail .btn-primary:focus{
	border-color: transparent;
	background-color:#ffc100;
}
.col-box-input-web{
	float: left;	
}
.buttons {	
	float: right;
	height: 45px;
}
.col-box-webmail{
	margin-top: 28px;
}
.buttons a{
	display: block;
	padding:12px 26px 13px 27px;
	margin-left: 30px;	
	border-radius: 2px;	
	background-color: #fab005;
	color: #fff;
	margin-top: 0px;
}
/*ENDEREÇO*/
.fluid-endereco{
	background-image: linear-gradient(to bottom, #e6e5e6, #d2d1d2);
}
.col-box-end h3{
	text-align: center;
	font-family: 'Roboto-Medium';
  	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 30px;
}
.col-box-end a{
	color: #495057;
	text-decoration: none;
}
/*DIREITOS*/
.fluid-direitos{
	background-color: #f0f0f0;
}
.col-box-mpx{
	margin-top: 6px;
	margin-bottom: 6px;
}
.col-box-direitos h5{
	margin-top: 24px;
	margin-bottom: 20px;
}
/*testsets df */
/*.wrapper {
  width: 900px;
  max-width: 100%;
  margin: auto;
}*/

/*form.multi-form {
  padding: 20px;
}*/
.col-box-input-web input{
	width: 100% !important;
}
.multi-form fieldset:not(.active) {
  display: none;
}
.multi-form fieldset.active:first-of-type ~ .buttons .prev,
.multi-form fieldset.active:first-of-type ~ .buttons .submit {
  display: none;
}
.multi-form fieldset.active:not(:last-of-type) ~ .buttons .submit {
  display: none;
}
.multi-form fieldset.active:last-of-type ~ .buttons .next {
  display: none;
}

/*MAPA-DO-SITE*/
.col-box-mapa-site .list-group-item.active, 
.col-box-mapa-site .list-group-item.active:focus, 
.col-box-mapa-site .list-group-item.active:hover{
  background-color: #fab005;
  border-color: #fab005;
}
.links-uteis img{
	border:1px solid #495057;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, .pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fab005;
    border-color: #fab005;
}
.pagination > li > a, 
.pagination > li > span{
	color: #fab005;
}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
    z-index: 2;
    color: #e6c100;
    background-color: #eee;
    border-color: #ddd;
}
.ttl-downloads,
.ttl-downloads:hover,
.ttl-downloads:focus{
background-color: #fab005;
border-color: #fab005;
}

/*BANNER-SLIDER-NOT*/
#carousel-banner-not .carousel-indicators li{
	width: 14px;
	height: 14px;
	border: solid 1px #979797;
}
#carousel-banner-not .carousel-indicators .active{
	width: 16px;
	height: 16px;
	border: solid 1px #979797;
	background-color: #d8d8d8;
}

/*ENQUETE*/
.box-enquetes{
	padding: 25px;
	margin-bottom: 50px;
	display: inline-block;
	background-color: #fff;
	width: 100%;
}
.col-enquetes .titulo-enquete{
	color: #343a40;
	font-size: 18px;
	font-family: 'LucidaGrandeBold';
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	margin-bottom: 30px;
}
.row-btn-enquete-capa{
	margin-top: 32px;
}
.col-enquetes  .col-box-enquete-btn{
	/*text-align: left;*/
	text-align: right;
	margin-right: 40px;
}
.col-enquetes  .col-box-enquete-btn .btn-votacao{
	color: #000;
	background-color: #fab005;
	border-color: #fab005;
}
.col-enquetes  .col-box-enquete-btn .btn-votacao:hover{
	color: #000;
	background-color: #fab005;
	border-color: #9b9b9b;
}
.col-enquetes  .col-box-enquete-btn .btn-resultados{
	color: #343a40;
	font-size: 20px;
  margin: 4px 8px 4px 0px;
}
.col-enquetes  .col-box-enquete-btn a{
	text-decoration: none;
	color: #343a40;
}
.col-enquetes  .col-box-enquete-btn:hover a,
.col-enquetes  .col-box-enquete-btn:hover .btn-resultados{
	color: #fab005;
}
.col-enquetes .col-box-resultado{
    margin: 0px;
}

/*--*/
.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: 0.5s;
}
.input_optionsRadios{
		position: relative;
		top: 0px;
		margin-left: 0px;
		margin-bottom: 20px;
		font-family: 'LucidaGrande';
    font-weight: 100;
}
.shared {
    display: none;
}
.shared:checked + label:before {
    background: none repeat scroll 0 0 #9b9b9b;
    box-shadow: inset 0 0 0 3px #9b9b9b;
}

.shared + label:before {
    background: none repeat scroll 0 0 #fff;
    box-shadow: inset 0 0 0 3px #9b9b9b;
    border-radius:10px;
    display: inline-block;
    position: relative;
    height:17px;
    width:17px;
    content: ' ';
    margin-right: -7px;
    /*margin-right: -23px;*/
    cursor: pointer;sor:pointer;
    position: relative;
		left: -15px;
		/*left: -30px;*/
		top: 5px;
}
.shared + label:after {
    background: none repeat scroll 0 0 #000;
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 7px;
    width: 7px;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 100px;
  padding: 0px 50px 10px 0px;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: visible;
}