body {
	margin:0;
	padding:0;
	overflow-x:hidden;
	font-family: 'Mulish', sans-serif !important;
	font-size:15px;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
  
::-webkit-scrollbar {
	width:6px !important;
}
  
::-webkit-scrollbar-track {
	background:rgb(200,200,200)
}
  
::-webkit-scrollbar-thumb {
	background-color:rgb(159,191,111);
	border-radius:2px;
}

.list-view {
	width:100% !important;
}
  
header {
	width:100%;
	background-color:rgb(55,140,42);
	color:rgb(255,255,255);
}

#logo {
	display:flex;
	margin:15px 0 25px 0;
	font-family:"Mulish",sans-serif;
}

#logo img {
	height:90px;
	margin-right:5px;
}

#logo h1 {
	font-weight:900;
	color:rgb(255,255,255);
	font-size:28px !important;
	line-height:28px;
	margin-top:11px;
	text-align:left;
}

#logo h2 {
	font-weight:500;
	color:rgb(255,255,255,.5);
	font-size:15px !important;
	line-height:17px;
	text-align:left;
}

.menu-especial {
	padding:8px 10px;
	color:rgb(50,50,50);
	cursor:pointer;
	display:flex;
	flex-direction: row;
}

.menu-especial #select-especial {
	font-size:14px;
	padding:5px 5px;
	font-weight:bold;
	text-transform: uppercase;
	color:rgb(50,50,50);
}

.menu-especial i {
	font-size:20px;
	color:rgb(159,191,111);
}

#select-especial {
	border: 0 transparent;
	background-color: transparent;
	-webkit-appearance: none;
}

#banner-topo .tns-nav {
	position:absolute;
	top: 105% !important;
	left:0;
	right:0;
	text-align:center;
	height:40px;
	z-index: 2;
}

  .bannerTopo {
	width:100%;
	margin:0 !important;
	padding:0;
	overflow: hidden;
	background-color: rgb(245,245,245);
	position:relative;
  }

  .bannerTopo img {
	width:100%;
	height:auto;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
  }

  .tns-outer  .bannerTopo img {
	border-radius:0 !important;
  }

  .bannerTopo .frase h2 {
	position: absolute;
	bottom:-10px;
	left:0;
	right:0;
	background-color:rgba(0,0,0,.5);
	color:rgb(255,255,255);
	text-align: center;
	font-size:16px;
	padding:20px;
  }

  .banner-central-capa img {
	width:100%;
	height:300px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius:0 !important;
	
}
  
  footer {
	  width:100%;
	  float:left;
	  background-color:rgb(78,78,78);
	  margin-top:80px;
	  color:rgb(255,255,255)
  }

  footer .logo {
	height:100px;
	width:auto;
	margin-bottom:25px;
  }

  .logo-footer {
	display:flex;
	flex-direction: row;
	align-items: flex-end;
  }

  .logo-footer img {
	width:100px;
	padding-bottom:10px;
  }

  .icone-footer {
	display:inline-block;
	padding:6px;
	text-align: center;
	width:40px;
	height:40px;
	border:3px solid rgb(120,120,120);
	border-radius:50%;
	margin-left:10px;
	color: rgb(120,120,120) !important;
  }

  .icone-footer:hover {
	color: rgb(55,140,42) !important;
	border:3px solid rgb(55,140,42);
	border-radius:50%;
  }

  .copyright {
	line-height:14px;
	color:rgb(50,50,50);
  }

  .video-home-maior {
	width:100%;
	height:380px;
	border-radius:12px;
	overflow: hidden;
	margin-bottom:5px;
	position: relative;
  }

  .video-home-maior img {
	width:100%;
	height:380px;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
  }

  .video-home-maior a {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	color:rgb(255,255,255);
	background-color: rgba(0,0,0,.7);
	font-size:20px;
	padding:20px;
	text-align: center;
	font-weight:900;
	text-align: center;
	transition: all .2s ease;
  }

  .video-home-maior:hover a {
	padding:40px 20px;
	color:rgb(255,255,255);
  }

  .video-home-menor {
	width:100%;
	height:145px;
	border-radius:12px;
	border:2px solid rgb(235,240,225);
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	position: relative;
  }

  .video-home-menor a {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	color:rgb(255,255,255);
	background-color: rgba(0,0,0,.7);
	font-size:14px;
	line-height:16px;
	padding:15px;
	text-align: center;
	font-weight:900;
	text-align: center;
	transition: all .2s ease;
  }

  .video-home-menor:hover a {
	padding:25px 15px;
	color:rgb(255,255,255);
  }

  .atendimento {
	width:100%;
	height:60px;
	border-bottom:1px dashed rgb(210,210,210);
	margin-bottom:20px;
	position: relative;
  }

  .atendimento span {
	color:rgb(55,140,42);
	font-size:40px;
	position: absolute;
	top:0;
	left:0;
  }

  .atendimento a {
	line-height:30px;
	font-size:18px;
	margin-bottom:10px;
	color:rgb(0,0,0);
	font-weight:900;
	position: absolute;
	top:-5px;
	left:50px;
  }

  .atendimento:hover a {
	color:rgb(159,191,111);
  }

  .atendimento p {
	position:absolute;
	top:25px;
	left:50px;
  }

  #noticia-home img {
	width:100%;
	border-radius:12px;
	overflow: hidden;
	height:280px;
	object-fit: cover;
	object-position: center;
  }

  #noticia-home p {
	font-size:14px !important;
	margin:10px 0 0 0;
  }

#noticia-home a h3 {
	font-size:20px !important;
	line-height:24px !important;
	font-weight:bold;
	color:#000;
}

#noticia-home a h4 {
	font-size:16px !important;
	line-height:20px !important;
	font-weight:bold;
	color:#000;
}

#noticia-home img.menor {
	width:100%;
	border-radius:12px;
	overflow: hidden;
	margin-top:10px;
	height:100px;
	object-fit: cover;
	object-position: center;
}

#noticia-home a:hover {
	text-decoration:underline !important;
}

.numeros span {
	font-size:60px !important;
	color:rgb(55,140,42)
}

.numeros h2 {
	font-size:60px !important;
	line-height:70px;
}

.numeros h3 {
	font-size:26px !important;
	line-height:25px;
}

.text-justify{
	text-align: justify !important;
}

.text-justify p{
	text-align: justify !important;
}

.cor1 {background-color: rgb(55,140,42); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.cor2 {background-color:rgb(20,120,240); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.cor3 {background-color:rgb(190,20,10); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.cor4 {background-color:rgb(230,140,0); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.cor5 {background-color: rgb(220,220,220); color:rgb(0,0,0); padding:5px; display:block; text-align: center; border-radius:20px}

.corAB, .corAT {background-color: rgb(55,140,42); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corSU, .corCO {background-color:rgb(20,120,240); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corFI, .corCA {background-color:rgb(190,20,10); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corCA, .corRE {background-color:rgb(230,140,0); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}



/* ATALHO CAPA */

.box-atalho-capa .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -15px;
	margin-top:-10px;
}

#box-atalho .atalho {
  padding:20px;
  width:200px;
  height:150px;
  margin:10px;
  text-align: center;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: stretch;
  border:1px solid rgb(220,220,220);
  border-bottom:2px solid rgb(200,200,200) !important;
  border-radius:12px;
  transition: all .2s ease;
}

.atalho {
	flex-grow: 1;
	padding:0;
	margin:0;
	display:flex;
	flex-direction:row;
	align-items: stretch;
	transition: all .5s ease;
}

.atalho a {
	font-size:13px;
	line-height:15px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:rgb(0,0,0);
}

.box-atalho-lateral-duplo {
	display:flex;
	justify-content: space-between;
}

.box-atalho-lateral-duplo .atalho-lateral {
	padding:20px !important;
	height:auto;
	text-align: center;
	border:1px solid rgb(220,220,220);
	border-radius:8px;
	margin:3px;
	display:block;
	transition: all .2s ease;
	flex-grow: 1;
	flex-basis: auto;
	width:180px;
}

.box-atalho-lateral .atalho-lateral {
	padding:20px !important;
	width:100%;
	height:auto;
	text-align: center;
	border:1px solid rgb(220,220,220);
	border-radius:8px;
	margin-bottom:20px;
	transition: all .2s ease;
}

.atalho-lateral {
	padding:0;
	margin:0;
	border:1px solid rgb(220,220,220);
	transition: all .5s ease;
	align-items: stretch;
	align-content: center;
	height:auto;
	line-height:18px !important;
}

.atalho-lateral a {
	font-size:14px;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:rgb(0,0,0);
}

.atalho-lateral span {
	font-size:40px !important;
	color:rgb(159,191,111)
}

.atalho-lateral p {
	margin:0;
	padding:3px 0 0 0;
}

.atalho:hover , .atalho-lateral:hover {
	background-color:rgba(159,191,111,.3);
	cursor:pointer;
}

.atalho span {
	text-align: center;
	padding:0 15px;
}

.atalho span , .atalho-lateral span {
	font-size:32px;
	color:rgb(55,140,42)
}

#lista-evento {
	display:flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.box-evento {
	border-left:1px solid rgb(210,210,210);
	border-top:1px solid rgb(210,210,210);
	border-right:1px solid rgb(215,215,215);
	border-bottom:1px solid rgb(200,200,200);
	border-radius:8px;
	display:flex;
	flex-direction: column;
	height:550px;
	margin-bottom:30px;
	overflow: hidden;
}

.box-evento img {
	width:100%;
	height:250px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-bottom:1px solid rgb(210,210,210);
}

.box-evento-texto {
	padding:20px;
	overflow-y: auto;
	height:300px;
}

.box-evento-texto h5 {
	font-size:16px !important;
}

.box-evento-certificado {
	border-left:1px solid rgb(210,210,210);
	border-top:1px solid rgb(210,210,210);
	border-right:1px solid rgb(215,215,215);
	border-bottom:1px solid rgb(200,200,200);
	border-radius:8px;
	display:flex;
	flex-direction: column;
	height:180px;
	margin-bottom:30px;
	overflow: hidden;
}

.box-evento-certificado-texto {
	padding:20px;
	overflow-y: auto;
	height:300px;
}

.box-evento-certificado-texto h5 {
	font-size:16px !important;
}

.box-paginacao {
	width:auto;
	margin:auto;
	text-align:center;
	text-align:center;
	border:1px solid #FFF;
	margin-top:40px;
}

  .pagination {
	display:flex;
	justify-content: center;
	margin-top:20px;
  }
  
  .pagination li {
	text-align: center;
	padding:5px;
	margin:2px;
	line-height:16px;
	border:2px solid #FFF;
	border-radius:8px;
  }
  
  .pagination li a {
	padding:5px 15px;
	transition: all .2s ease;
  }
  
  .pagination li:hover , .pagination li.active {
	border:2px solid rgb(170,170,170);
  }
  
  .pagination li:first-child , .pagination li:last-child {
	border:none;
	padding:5px 15px;
  }
  
  .nomargin {
	margin:0 !important;
  }
  
  .nopadding {
	padding:0 !important;
  }

  .border {
	border:1px solid rgb(210,210,210);
  }
  
  .borderB {
	border-bottom:1px solid rgb(210,210,210);
  }
  
  .borderR {
	border-right:1px solid rgba(210,210,210,.3);
  }
  
  .borderBP {
	border-bottom:1px dashed rgb(210,210,210);
  }
  
  .borderT {
	border-top:1px solid rgb(210,210,210);
  }

  .border-white {
	border:3px solid rgb(255,255,255);
  }
  
  .padding1 {
	padding:0 1px !important;
  }

  .padding2 {
	padding:0 2px !important;
  }

  .padding3V {
	  padding:3px 0px;
  }
  
  .padding5 {
	  padding:5px;
  }
  
  .padding5T {
	  padding-top:5px;
  }
  
  .padding5B {
	  padding-bottom:5px;
  }
  
  .padding5V {
	  padding:5px 0px;
  }

  .margin10T{
	  margin-top: 10px;
  }
  
  .padding8T {
	  padding-top:8px;
  }
  
  .padding10 {
	  padding:10px;
  }
  
  .padding10L {
	  padding-left:10px;
  }
  
  .padding10V {
	  padding:10px 0px;
  }
  
  .padding10T {
	  padding-top:10px;
  }
  
  .padding10B {
	  padding-bottom:10px;
  }
  
  .padding12V {
	  padding:12px 0px;
  }
  
  .padding15 {
	padding:15px;
  }

  .padding15B {
	padding-bottom:15px;
  }

  .padding15V {
	  padding:15px 0px;
  }
  
  .padding20 {
	  padding:20px;
  }
  
  .padding20V {
	  padding:20px 0px;
  }
  
  .padding20T {
	  padding-top:20px;
  }
  
  .padding20B {
	  padding-bottom:20px;
  }
  
  .padding25V {
	  padding:25px 0px;
  }
  
  .padding30 {
	  padding:30px 25px;
  }
  
  .padding30V {
	  padding:30px 0px;
  }
  
  .padding30B {
	padding-bottom:30px;
	}

  .padding40V {
	  padding:40px 0px;
  }

  .padding40T {
	padding-top:40px
  }
  
  .padding50T {
	padding-top:50px
  }

  .padding60T {
	padding-top:60px
  }

  .padding60B {
	padding-bottom:60px
  }

  .padding80T {
	  padding-top:80px
  }

  .padding80B {
	  padding-bottom:80px
  }
  
  .padding80B {
	padding-bottom:80px
}

.padding100T {
	padding-top:100px
}

.padding100B {
  padding-bottom:100px
}

.padding-solicitacao {
	padding:20px 25px 10px 25px;
}

#vencedor-licitacao {
	display:flex;
	flex-direction: column;
	background-color:rgb(242,183,5);
	padding:20px;
	border-radius:12px;
	text-align: center;
}

#vencedor-licitacao hr {
	height:1px;
	width:100%;
	border-top:1px solid rgba(0,0,0,.1) !important;
}

#vencedor-licitacao p {
	padding:0;
	margin:0;
}

button svg {
	font-size:13px !important;
	line-height:16px;
	margin-right:5px;
	COLOR:rgba(255,255,255,.5)
}

.padding-solicitacao .file-preview {
	display:none;
}

.padding-solicitacao .fileinput-remove {
	display:none;
}

.padding-solicitacao input {
	border:0 !important;
}

.file-caption-name {
	background-color: rgba(255,255,255,.2) !important;
}

.padding-solicitacao .hidden-xs {
	display:none;
}

.padding-solicitacao .file-caption-name::placeholder {
	color:rgb(255,255,255) !important;
	background-color: transparent;
}

.padding-solicitacao .file-drop-zone {
	border:none;
}

.padding-solicitacao .form-group {
	margin-bottom:5px;
}

  .margin2T {
	  margin-top:2px;
  }
  
  .margin10V {
	  margin:10px 0px;
  }
  
  .margin10L {
	  margin-left:10px;
  }
  
  .padding10R {
	  padding-right:10px;
  }
  
  .margin10T {
	  margin-top:10px;
  }
  
  .margin-10T {
	  margin-top:-15px;
  }
  
  .margin15T {
	  margin-top:15px;
  }
  
  .margin20V {
	  margin:20px 0px;
  }
  
  .margin20B {
	  margin:0 0 20px 0 !important;
  }
  
  .margin20T {
	  margin-top:20px;
  }
  
  .margin23T {
	  margin-top:23px;
  }
  
  .margin25T {
	  margin-top:25px;
  }

  .margin30V {
	margin:30px 0;
  }
  
  .margin30T {
	  margin-top:30px;
  }
  
  .margin30B {
	  margin-bottom:30px;
  }
  
  .margin40T {
	  margin-top:40px;
  }

  .margin40V {
	  margin:40px 0px;
  }
  
  .margin50V {
	  margin:50px 0px;
  }

  .margin50T {
	margin-top:50px;
	}
  
  .margin50B {
	margin-bottom:50px;
	}

  .margin60V {
	  margin:60px 0px;
  }

  .margin60B {
	margin-bottom:60px;
  }
  
  .margin60T {
	  margin-top:60px;
  }
  
  .margin70T {
	  margin-top:70px;
  }
  
  .margin70V {
	  margin:70px 0px;
  }

  .margin80T {
	margin-top:80px;
}

  .margin100B {
	margin-bottom:100px;
   }
  
  .margin-interno {
	  margin-top:50px;
  }
  
  .margin80T {
	  margin-top:80px;
  }

  .margin80B {
	  margin-bottom:80px;
  }

  .margin100V {
	margin:100px 0px;
  }

.margin100T {
	margin-top:100px;
  }
  
  .marginHr {
	  margin:50px 0px !important;
  }

  .width-box-licitacao {
	  width:500px;
  }

  .scroll-x {
	  overflow-x: scroll;
  }
  
  #hr-news {
	  margin-top:-50px;
  }
  
  .bg-branco {
	  background-color:rgb(255,255,255);
  }
  
  .text-cinza {
	  color:rgb(150,150,150);
  }
  
  .shadow {
	  -webkit-box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
	  -moz-box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
	  box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
  }

  .altura-box-1 {
	  height:200px;
	  overflow-x:auto;
  }

.altura-box-noticia {
	height:200px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius:6px;
}

.altura-box-noticia img {
	height:200px;
	object-fit: cover;
	object-position: center;
}

.imagem-lista-noticia {
	width:100%;
	border-radius:8px;
	object-fit: cover;
	object-position: center;
	height:200px;
	overflow: hidden;
	border:1px solid rgb(210,210,210);
}

.altura-box-revista {
	height:400px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius:6px;
}

.altura-box-revista img {
	height:400px;
	object-fit: cover;
	object-position: center;
}

.imagem-noticia {
    min-width:100%;
	height:250px;
}
  
.imagem-noticia img {
	min-width:100%;
	height:250px;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

.height350 {
	height:350px;
	overflow-y: auto;
}

.lista-noticia {
	height:450px;
	overflow-y: auto;
}

.lista-noticia img {
	object-fit: cover;
	object-position: center;
	height:250px;
}

.box-noticia-evento h4 {
	color:rgb(0,0,0);
	font-size:16px !important;
	line-height:18px !important;
	font-weight:900;
	padding:10px 0;
	margin:0;
}

.box-noticia-evento p {
	padding:0;
	margin:0;
	color:rgb(150,150,150);
}

.box-noticia-evento img {
	object-fit: cover;
	object-position: center;
	border-radius:8px;
	overflow: hidden;
	width:100%;
	height:200px;
	border:1px solid rgb(220,220,220);
}

.titulo {
	text-align:left;
	padding: 3px 0 7px 0px;
	margin-bottom:20px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	font-weight:bold;
	text-transform: uppercase;
}
  
.titulo span {
	position: relative;
	bottom: -10px;
	display: inline-block;
	padding: 5px 50px 5px 0;
	border-bottom:3px solid rgb(159,191,111);
	outline: 0;
	width: auto;
}

.modal-body img {
	width: 100%;
}

.titulo-interno {
	text-align:left;
	padding: 3px 0 7px 0px;
	margin-top:20px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	font-weight:bold;
}
  
.titulo-interno span {
	position: relative;
	bottom: -10px;
	display: inline-block;
	padding: 10px 50px 10px 0px;
	border-bottom: 2px solid rgb(159,191,111);
	outline: 0;
	width: auto;
}

.titulo-lateral {
	position: relative;
	background-color:rgb(240,240,240);
	border-radius:6px;
	padding:12px 20px;
	width:100%;
	margin-bottom:15px;
	font-weight:900;
}

.titulo-lateral span {
	position: absolute;
	top:0px;
	left:15px;
	width:50px;
	height:3px;
	background-color: rgb(159,191,111);
}

.titulo-anexos {
	position: relative;
	background-color:rgb(240,240,240);
	border-radius:6px;
	padding:12px 20px;
	width:100%;
	font-weight:900;
}

.titulo-anexos span {
	position: absolute;
	bottom:0px;
	left:15px;
	width:100px;
	height:3px;
	background-color: rgb(159,191,111);
}

.curso-home {
	display:flex;
	align-items: center;
	border-left:4px solid rgb(55,140,42);
	margin:5px 0;
	padding:20px 0 10px 0;
}

.curso-data-home {
	display:inline-block;
	padding:5px 30px 15px 5px;
}

.curso-data-home h2 {
	margin:0;
	padding:0;
	font-size:65px !important;
	line-height:60px;
	font-weight: 900;
}

.curso-data-home h3 {
	margin:0;
	padding:0;
	font-size:22px !important;
	line-height:20px;
	font-weight: 900;
	text-align: center;
}

.curso-home a {
	display: inline-block;
	text-transform: uppercase;
	font-size:16px;
	line-height:20px;
	font-weight:900;
	padding:10px 20px 0 0;
	color:rgb(0,0,0);
}

.btnPadrao svg {
	color:rgb(50,50,50);
}
	
  .btnPadrao , .btnPadrao:visited {
	  padding:8px 25px;
	  font-size:12px;
	  text-transform: uppercase;
	  font-weight:600;
	  transition:all .2s ease;
	  border-radius:30px;
	  border:1px solid rgb(159,191,111);
	  color:rgb(50,50,50);
	  transform:all 1s ease;
	  text-decoration:none !important;
  }
	  
  .btnPadrao:hover , .btnPadrao:focus , .btnPadrao:active {
	border:1px solid rgb(170,170,170);
	color:rgb(50,50,50);
	padding:8px 35px;
	text-decoration:none !important;
  }
  
  .btnPadrao1 , .btnPadrao1:visited {
	padding:6px 20px !important;
	margin-right:30px;
	font-size:12px;
	text-transform: uppercase;
	font-weight:600;
	transition:all .2s ease;
	border-radius:30px;
	border:1px solid rgb(220,220,220);
	color:rgb(159,191,111);
	transform:all 1s ease;
	text-decoration:none !important;
}
	
.btnPadrao1:hover , .btnPadrao1:focus , .btnPadrao1:active {
	border:1px solid rgb(55,140,42);
	padding:8px 30px;
	text-decoration:none !important;
}

  .btnPadrao2 , .btnPadrao2:visited {
	padding:8px 15px 12px 15px;
	font-size:10px;
	line-height:10px;
	text-align: center;
	margin:10px 3px 0 0;
	text-transform: uppercase;
	font-weight:600;
	border:1px solid rgb(220,220,220);
	border-radius:8px;
	background-color:rgb(255, 255, 255);
	color: rgb(50,50,50);
	display:inline-block;
}

.btnPadrao2 span {
	color:rgb(159,191,111);
	font-size:20px;
	line-height:20px;
	padding:0;
	margin:0;
}
	
.btnPadrao2:hover , .btnPadrao2:focus , .btnPadrao2:active {
	background-color:rgb(245,245,245);
	text-decoration:none;
}

.btnPadrao3 {
	padding:6px 20px !important;
	margin-right:30px;
	font-size:12px;
	text-transform: uppercase;
	font-weight:600;
	transition:all .2s ease;
	border-radius:30px;
	border:1px solid rgb(220,220,220);
	color:rgb(0, 0, 0);
	transform:all 1s ease;
	text-decoration:none !important;
}
	
.btnPadrao3:hover {
	border:1px solid rgb(159,191,111);
	padding:8px 30px;
	text-decoration:none !important;
}

.box-botao-filho .active {
	border:1px solid rgb(159,191,111) !important;
	color:rgb(159,191,111) !important;
	padding:8px 30px;
	text-decoration:none !important;
}

  .btnVoltar , .btnVoltar:visited {
	font-size:24px;
	line-height:30px;
	display:inline-block;
	color:rgb(242,159,5);
}
	
.btnVoltar:hover , .btnVoltar:focus , .btnVoltar:active {
	color:rgb(0,0,0);
}

.img-footer {
	margin-top:100px;
}

.thumb-revista {
	border:1px solid rgb(210,210,210);
	border-radius:8px;
	width:100%;
}

.btn-anexos {
	padding:15px;
	line-height:16px;
	font-size:12px;
	text-transform: uppercase;
	display:block;
	border-bottom:1px dashed rgb(210,210,210);
	color:rgb(50,50,50);
}

.btn-anexos i {
	font-size:10px;
	color:rgb(159,191,111);
}

.btn-anexos-edital {
	  padding:10px;
	  line-height:16px;
	  font-weight:bold;
	  display:block;
	  border-bottom:1px dashed rgb(210,210,210);
  }
  
  #myBtn {
	display: none;
	position: fixed;
	bottom: 35px;
	right: -4px;
  }
  
  .bs-callout {
	  padding:25px;
	  margin:15px 0;
	  border:1px solid rgb(210,210,210);
  }
  
  .bs-callout-info {
	  border-bottom:2px solid rgb(55,140,42);
  }
  
  .bs-callout-info:hover {
	  border-bottom:2px solid rgb(210,210,210);
  }
  
  .bs-callout h4 {
	  margin-top: 0;
	  margin-bottom: 15px;
	  padding-bottom:10px;
	  color:rgb(55,140,42);
	  border-bottom:1px dotted rgb(210,210,210);
  }

.midias-sociais {
	margin:0;
	padding:12px 0;
}

.midias-sociais img {
	width:20px;
	filter: grayscale(100%);
	transform: rotate(0deg);
	opacity:.4;
	transition: all .5s ease;
}

.midias-sociais img:hover {
	filter:grayscale(0);
	transform: rotate(360deg);
	opacity:1;
}

.midias-sociais a {
	padding:5px 1px;
}

.midias-sociais svg {
	font-size:16px;
	line-height:16px;
	margin:0;
	padding:0;
	color:rgb(55,14,42) !important
}

.midias-sociais .facebook {color: #366EA7}
.midias-sociais .twitter {color: #4184CD}
.midias-sociais .whatsapp {color: #55B863}
.midias-sociais .linkedin {color: #0077B4}
.midias-sociais .youtube {color: #FF0101}
.midias-sociais .instagram {color: #AE0086}

#enquete label {
	padding:0;
	display:flex;
	flex:column;
}

#enquete .control-label {
	font-weight:bold;
	border-bottom:1px solid rgb(210,210,210);
	padding-bottom:10px;
	margin-bottom:10px;
}

#enquete input[type=radio] {
	margin-right:5px;
}

.enquete .campo-enquete {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

#form-busca {
	margin-top:35px;
}

#form-busca input {
	height:46px;
	font-size:14px;
	border:0;
	width:250px;
	margin:4px -4px 0 0;
	padding:5px 20px;
	border-radius:30px 0 0 30px;
	background-color:rgb(255,255,255);
	color:rgb(50,50,50);
	transition:all .3s ease;
}

#form-busca:hover input {
	width:300px;
	padding:5px 20px;
	background-color:rgb(240,245,230);
}

#form-busca button {
	background-color:rgb(242,159,5);
	border:0;
	padding:5px 10px;
	font-weight:400;
	height:46px;
	width:60px;
	margin-top:-4px;
	border-radius:0 30px 30px 0;
	text-align:center;
	color:rgba(255,255,255,1);
	transition:all .3s ease;
}

#form-busca svg {
	color:rgb(255,255,255);
	height:15px;
}

.img-thumb-galeria-foto {
	min-width:100%;
	height:200px;
	overflow: hidden;
	object-fit: cover;
    object-position: center;
}

#aba-transparencia .btnPadrao {
	margin-right:5px;
}

#bloco{
	margin-bottom: 120px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

.slideUp {
	  animation-name: slideUp;
	  -webkit-animation-name: slideUp;
	  animation-duration: 2s;
	  -webkit-animation-duration: 2s;
	  visibility: visible;
}

@keyframes slideUp {
	  0% {
		  opacity: 0;
		  -webkit-transform: translateY(30%);
	  } 
	  100% {
		  opacity: 1;
		  -webkit-transform: translateY(0%);
	  }
}
  
@-webkit-keyframes slideUp {
	  0% {
		  opacity: 0;
		  -webkit-transform: translateY(30%);
	  } 
	  100% {
		  opacity: 1;
		  -webkit-transform: translateY(0%);
	  }
}
  
  
  
  
	 	 
/* ----- MENU ----- */
	  
 .bg-menu {
	background-color:rgb(78,78,78);
}

.dynamika-menu-nav-forest ul {
	margin:0;
	padding:0;
}

.dynamika-menu-li-root {
	padding-left:20px;
	padding-right:20px;
	height:56px;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	border-right:1px solid rgba(255,255,255,.2);
	display:flex !important;
	align-items: center !important;
}

.dynamika-menu-li-root:first-child {
	border-left:1px solid rgba(255,255,255,.2);
}

.dynamika-menu-li-root:hover {
	background-color: rgb(0,0,0);
}

.dynamika-menu-a-root , .dynamika-menu-a-root:hover {
	color:rgb(255,255,255);
	line-height:14px;
	font-size:11px;
	height:56px;
	display:flex !important;
	align-items: center !important;
}

.dynamika-menu-span-items {
	display:none;
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
	position: absolute;
	top:57px;
	left:0;
	width:230px;
	background-color: rgb(78,78,78);
	z-index:99;
	display:flex;
	flex-direction: column;
}

.dynamika-menu-li-link {
	position: relative;
}

.dynamika-menu-span-sub {
	width:100%;
	display:flex;
	flex-direction: column;
	position: relative;
}

.dynamika-menu-span-sub h3 {
	display: block;
	color: rgba(255,255,255) !important;
	font-size:11px !important;
	line-height:14px !important;
	text-align: left !important;
	padding:15px 0;
	font-weight:bold !important;
	border-bottom:1px solid rgba(255,255,255,.1);
	text-decoration: none !important;
	margin-left: 12px;
}

.dynamika-menu-span-sub a + ul {
	display:none;
}

.dynamika-menu-span-sub:hover a + ul  {
	display:block;
	position: absolute;
	top: 0;
	left: 231px;
	background-color:rgb(78,78,78);
	width:230px;
}

.dynamika-menu-li-link {
	list-style: none;
	margin-left: 0px;
	padding: 2px;
}

.dynamika-menu-li-link:hover {
	background-color: rgb(0,0,0);
}

.dynamika-menu-a-link {
	display: block;
	color: rgba(255,255,255) !important;
	font-size:11px !important;
	line-height:14px !important;
	text-align: left !important;
	padding:15px 0;
	font-weight:bold !important;
	border-bottom:1px solid rgba(255,255,255,.1);
	text-decoration: none !important;
	margin-left: 12px;
}

.dynamika-menu-a-link:hover{
	text-decoration: none !important;
}
	  
	  



/*----- SCROLL PARA O TOPO -----*/
	  
	  .scrollTop {
		position: fixed;
		right:10px;
		bottom:40px;
		width:50px;
		height:50px;
		background-color:rgb(55,140,42);
		padding:6px;
		line-height:16px !important;
		text-align:center;
		border:1px solid rgba(0,0,0,.1);
		cursor:pointer;
		opacity: 0;
		border-radius:3px;
		transition: all 0.4s ease-in-out 0s;
	  }
	  
	  .scrollTop a {
		font-size: 14px;
		color: #fff;
		font-weight:600;
		text-decoration:none;
		text-align:center;
		line-height:16px !important;
		padding:0;
		margin:0;
	  }
	  
	  .scrollTop a:hover {
		color: #fff;
	  }

	.chat {
		background-color:rgba(5,140,70,.1);
		padding:20px 30px;
		border-radius:4px;
	}

	.chat small {
		display:block;
		font-size:9px;
		font-weight:bold;
	}

	.chat p {
		padding:0;
		margin:0;
	}

	.solicitacoes ul {
		list-style: none;
		margin:0 !important;
		padding:0;
	}

	.solicitacoes ul li {
		margin:0;
		padding:0;
	}

	#resposta-solicitacao .col-ce1-24 {
		border-radius:10px;
		padding:20px 30px !important;
		background-color: rgb(159,191,111);
		color:rgb(255,255,255);
		font-weight:900;
	}

	#resposta-solicitacao .col-ce1-24 p {
		margin:0;
		padding:0;
	}
	  
	  
	  


/* ----- ACESSIBILIDADE ----- */
	  
	  #acessibilidade div {
		  position: absolute;
		  left: -320px;
		  transition: 1s;
		  padding:0px;
		  width: 320px;
		  text-decoration: none;
		  z-index:900 !important;
		  top:3px;
	  }
	  
	  #acessibilidade div:hover {
		  position: absolute;
		  left:0px;
		  transition: 1s;
		  padding:0px;
		  text-decoration: none;
		  z-index:900 !important;
		  top:3px;
	  }
	  
	  #texto .icone {
		  display:inline-block;
		  padding:9px 12px 9px 20px;
		  top:0px;
		  color:rgb(255,255,255);
		  background-color:rgb(125,175,215);
		  font-weight:bold;
		  cursor:pointer;
		  position:fixed;
		  text-align:center;
		  left:-10px;
		  z-index:99 !important;
		  }
		  
	  #icones a:hover {
		  text-decoration:none;
		  opacity: 0.2;
		  filter: alpha(opacity=20);
		  }
		  
	  #texto .links {
		  display:inline-block;
		  width:230px;
		  box-shadow:0px 3px 5px 0px rgba(0,0,0,.5);
		  padding:20px 15px;
		  margin-top:20px;
		  color:rgb(255,255,255);
		  background-color:rgb(190,210,230);
		  position:fixed;
		  }
	  
	  .links svg {
		  color:rgb(125,175,215);
		  font-size:14px;
	  }
	  
	  .links a:hover svg {
		  color:rgb(255,255,255);
	  }
		  
	  #acessibilidade a {
		  display:block;
		  padding:8px 14px;
		  margin:6px;
		  color:#000;
		  border-radius:3px;
		  font-size:0.9em;
		  background-color:rgb(255,255,255);
		  top:15px;
	  }
	  
	  #acessibilidade a:hover {
		  background-color:rgb(125,175,215);
		  color:rgb(255,255,255);
	  }




/* ----- BOOTSTRAP ----- */

.list-group-item {
	border-bottom:1px solid rgb(235,235,235);
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

a.list-group-item, button.list-group-item {
    color: #555;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

.card {
	border-radius:8px;
	overflow:hidden;
	background-color:rgb(150,170,15,.1);
	border:0;
}

.card a {
	color:rgb(50,50,50);
}

.card .list-group {
	margin:0 !important;
	padding:0;
}

#faq .card {
	padding:7px;
	border:1px solid rgb(210,210,210);
}

#faq .card .card-header {
	border-bottom:0;
}

#faq .card h5 button {
	margin:0;
	padding:0;
	color:rgb(50,50,50);
	font-size:14px !important;
	line-height:16px;
	border:0;
	text-align: left;
}

.list-group-item svg {
	font-size:25px !important;
	color:rgb(55,140,42) !important;
	width:20px !important;
	display:block !important;
	text-align: left !important;
}

.list-group-item a {
	font-size:14px !important;
	font-weight:bold;
	line-height:16px;
	color:rgb(0,0,0) !important;
	display:inline-block !important;
}

.bg-light {
    background-color: rgb(220,220,220) !important;
}

.bg-primary , .bg-primary:hover {
	background-color:rgb(55,140,42) !important;
	color: rgb(255,255,255) !important;
}

.bg-secondary , .bg-secondary:hover {
	background-color:rgb(242,183,5) !important;
	color: rgb(255,255,255) !important;
}

.btn-primary {
	background-color:rgb(242,159,5) !important;
	border-color:rgb(242,159,5) !important;
	color: rgb(255,255,255) !important;
}

.btn-primary:hover {
	background-color:rgb(0,0,0) !important;
	border-color:rgb(0,0,0) !important;
}

.text-primary {
	color:rgb(55,140,42) !important;
}

.summary {
	display:none;
}

.empty , .indisponivel {
	text-align: center;
	width:100%;
	padding:20px 0;
}

#tabelas > div > div {
	border-top:1px solid rgb(220,220,220) !important;
	padding:15px !important;
}

#tabelas span {
	font-weight:600;
}

#tabelas .btn-status {
	display:inline-block;
	padding:8px 15px;
	border-radius:4px;
	font-size:14px;
	line-height:14px;
	color:rgb(255,555,255);
	font-weight:normal;
}

.card {
	margin:15px;
	padding:20px;
	display:flex;
	flex-basis:340px;
}

.card-header button {
	color:#000
}

.bg-info {
	background-color:rgba(55,140,42,.2) !important;
}

.btn {
	font-size:14px !important;
}

.page-link {
	color:rgb(78,78,78);
}

.page-link:hover {
	color:rgb(78,78,78);
	background-color: #fff !important;
}

.page-link:active {
	color:rgb(78,78,78);
	border-color: #000 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:rgba(78,78,78,.2);
	border-color: rgb(78,78,78);
}

.card button , .card .btn-link {
	outline:none !important;
}

h1 {
	font-size:2rem !important;	
}

h2 {
	font-size:1.75rem !important;
}

h3 {
	font-size:1.5rem !important;
}

h4 {
	font-size:1.25rem !important;
}

h5 {
	font-size:1.1rem !important;
}

.rounded {
	border-radius:8px !important;
	overflow: hidden;
}

.rounded-maior {
	border-radius:12px;
	overflow: hidden;
}

a {
	color:rgb(20,100,10);
}

a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}

.accordion button {
	text-decoration: none;
	font-weight: 600;
	color: rgb(55,140,42);
	text-transform: uppercase;
	font-size: 1rem !important;
}

.form-group.field-oportunidade-validacao.required label {
	font-weight: bold;
}





/*----- LEGISLAÇÃO CATEGORIA 1 -----*/

.circulo-link-portaria {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
	margin-left: 20px;
}

.circulo-link-portaria svg{
	font-size: 4em;
}

.circulo-link-portaria span {
	margin-top: 10px;
	text-align: center;
}





/* ----- RESPONSÁVEL ----- */

.box-responsavel {
	border:1px solid rgb(220,220,220);
	border-radius:8px;
	overflow: hidden;
	position: relative;
	background-color: rgb(255,255,255);
	margin-bottom:30px;
}
	
.box-responsavel img {
	object-fit: cover;
	object-position: top;
	width:100%;
	height:315px;
}

.box-responsavel h6 {
	font-size:15px;
	line-height:16px;
	text-transform: uppercase;
	padding:0px 0 5px 0;
	margin:0;
}
  
.box-responsavel span {
	display:block;
	padding:15px;
	height:160px;
	overflow-y: auto;
	font-size:14px;
	line-height:18px;
}
  
.box-responsavel .container {
	border-radius:0 0 6px 6px;
}





/*----- GALERIA DE FOTOS PADRÃO ----- */

  .tns-outer {
	position: relative;
  }
  
  .tns-outer img {
	background-color: rgb(255,255,255);
	border-radius:8px;
	overflow: hidden;
  }
  
  .tns-controls {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
  }
  
  .tns-nav {
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	text-align:center;
	height:40px;
	z-index: 2;
  }
  
  .tns-controls button {
	display:none;
  }
  
  .tns-nav button {
	height:2px !important;
	padding:1px 7px !important;
	margin:0 2px !important;
	border-radius:10px;
	background-color:rgb(55,140,42) !important;
	border-color: transparent !important;
  }





/* ----- BOX LISTAGEM PADRÃO ----- */
  
  .box-lista .imagem-lista {
	width:100%;
	height:260px;
	overflow:hidden;
  }
  
  .box-lista > .imagem-lista > img {
	width:100%;
	height:260px;
	object-fit: cover;
	object-position: center;
  }
  
  .box-lista .texto {
	padding:20px 20px 15px 15px;
	color:#000;
  }





/* ----- CONSELHEIRO ----- */


.conselheiro {
	background-color: rgb(230,230,230);
	padding:20px;
	border-radius:12px;
	text-align: center;
	margin-top:75px;
	margin-bottom:50px;
}

.conselheiro img {
	width:200px;
	height:200px;
	overflow: hidden;
	object-fit: cover;
	border-radius:50%;
	margin-top:-100px;
	margin-bottom:20px;
	border:10px solid rgb(255,255,255);
}

.conselheiro p {
	text-align: left;
}





*PDF - CERTIFICADO*/
@page { 
	margin: 0;
	margin-bottom: -50px;
}

.certificado-background {
	height: 100%;
	background: url('https://www.crf-pr.org.br/images/fundo-certificado.jpeg') no-repeat scroll left top;
	background-image-resize: 6;
	page-break-inside: avoid !important;
}

.certificado-background table {
	padding-left: 235px;
	padding-right: 220px;
	page-break-inside: avoid !important;
}

.certificado-background table .linha1 td{
	padding-top: 310px;
	font-size: 20px;
	line-height: 30px;
}

.certificado-background table .linha2 td{
	padding-top: 80px;
	font-size: 20px;
}

.certificado-background table .linha3 td{
	padding-top: 100px;
}

.assinatura-certificado{
	width: 35%;
}

.breadcrumb {
	justify-content: flex-end;
	background-color: rgba(10, 23, 55, 0) !important;
	font-size: 0.75em !important;
	z-index: 1;
	margin-bottom: -36px;
}


.texto-botoes-topo{
    font-size: 11px;
    padding: 0px 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(50,50,50);
}

.texto-botoes-topo:hover{
    color: rgb(246, 168, 0);
}

/*--- SLIDER INTERNO ---*/

.slider .tns-nav {
	position:absolute;
	top: 105% !important;
	left:0;
	right:0;
	text-align:center;
	height:40px;
	z-index: 2;
}

.tns-outer  img {
	border-radius:0 !important;
}

.slider .tns-nav{
	display: none;
}

.slider .tns-controls {
	justify-content: space-between;
    display: flex;
	bottom: 42%;
}	

.slider .tns-controls button {
	display: contents;
}	

.slider .tns-controls button span {
	font-size: 50px;
	color: rgb(55,140,42) !important;
}	




/* ----- MENU PORTAIS -----*/

.portais-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    flex-direction: row;
    display: flex;
}

.portais-menu-li {
    font-weight: bold;
    text-transform: uppercase;
    display: flex !important;
    align-items: center !important;
}

.portais-menu-a, .portais-menu-a:hover {
    font-size: 14px;
    color: rgb(50,50,50);
}

.portais-menu-li:hover .portais-itens {
    visibility: visible;
}
.portais-menu-li:hover .portais-itens {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background-color: rgb(78,78,78);
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.portais-itens {
    display: flex;
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.portais-itens ul {
    margin: 0;
    padding: 0;
}

.portais-sub-li {
    list-style: none;
    margin-left: 0px;
    padding: 2px;
}

.portais-sub-a {
    display: block;
    color: rgba(255,255,255) !important;
    font-size: 11px !important;
    line-height: 14px !important;
    text-align: left !important;
    padding: 15px 0;
    font-weight: bold !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    text-decoration: none !important;
    margin-left: 12px;
}

.portais-sub-a:hover {
    text-decoration: none !important;
}

#banner-topo .tns-nav{
	display: none;
}

#banner-topo .tns-controls {
	justify-content: space-between;
    display: flex;
	bottom: 42%;
}	

#banner-topo .tns-controls button {
	display: contents;
}	

#banner-topo .tns-controls button span {
	font-size: 50px;
	color: rgb(55,140,42) !important;
}	

.banner-central-capa .tns-controls, .crfpr-num .tns-controls {
	justify-content: space-between;
    display: flex;
	bottom: 40%;
}	

.banner-central-capa .tns-controls button, .crfpr-num .tns-controls button  {
	display: contents;
}	

.banner-central-capa .tns-controls button span, .crfpr-num .tns-controls button span {
	font-size: 53px;
	color: rgb(55,140,42) !important;
}	
	

.tns-item span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
}

.span-iframe{
	overflow-y: auto;
    width: 461px;
    height: 500px;
}