
@import url('https://fonts.googleapis.com/css?family=Barlow:300,700&display=swap');


/*----- INICIO BASE -----*/

body {
    font-family: 'Roboto', sans-serif !important;
	overflow-x:hidden;
	font-size:15px;
	line-height:18px;
	color:rgb(50,50,50);
	height: 100%;
}

.roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	font-style: normal;
}

body *::-webkit-scrollbar-track { background: rgba(0,0,0,0.03); border-radius: 6px; }
body *::-webkit-scrollbar { width: 8px; background: rgba(0,0,0,0.03); height: 8px; margin: 5px; border-radius: 6px; }
body *::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.05); border-radius: 6px; }
body *::-webkit-scrollbar-thumb:hover { background: rgb(0,65,50)}

.nomargin {
	margin:0 !important;
}

.nopadding {
	padding:0 !important;
}

.bg-topo {
	background-color: rgb(255,255,255);
}
.col-logo {
	text-align: left;
}

.logo {
	padding:35px 0;
	height:130px;
}

.midia-top {
	text-align: right;
	margin-top:48px;
}

.midia-top a {
	background-color: #006699;
	display: inline-block;
	padding:3px 6px 3px 6px;
	border-radius:6px;
	color: rgb(255, 255, 255);
}

.midia-top a:hover {
	background-color: rgb(1, 72, 116);
}

.midia-top a:hover i{
	color: #FFF;
}

.midia-top img {
	filter:invert(100%);
	width:15px;
}

.midia-top i {
	width:15px;
}

.busca {
	margin-top:43px;
	position: relative;
}

.busca input {
	border-radius:6px;
}

.busca button {
	position: absolute;
	right:0;
	top:0;
	height:44px;
	border-radius:0 6px 6px 0;
	background-color: #006699;
	border:0;
	padding:0 15px;
}

.busca button:hover{
	background-color: rgb(1, 72, 116);
}

.busca span {
	padding:4px;
	margin:0;
	font-size:24px;
	line-height:26px;
	color:rgb(255,255,255);
}

footer {
	background-color: rgb(50,50,50);
	padding-top:80px;
	margin-top:120px;
}

.selo-footer {
	opacity: .5;
	margin-top:30%;
}

footer h2 {
	font-size:45px;
	line-height:50px;
	margin:15px 0 5px 0;
	font-weight:900;
	color:rgb(255,255,255);
}

footer .nome-crprj-footer {
	font-size:14px;
	line-height:20px;
	color:rgba(255,255,255,.5);
	margin-bottom:20px;
}

.subsedes {
	width: 352px;
	height: 155px;
	border:1px solid rgba(255,255,255,.2);
	padding:20px;
	border-radius:20px;
	position: relative;
	margin-bottom:33px;
	color:rgb(255,255,255);
}

.subsedes .local-sede {
	position: absolute;
	top:-33px;
	right:30px;
	font-size:30px;
	padding:10px;
	background-color: rgb(50,50,50);
	color:rgb(4,110,178)
}

.subsedes hr {
	border-bottom:1px solid rgba(255,255,255,.2);
}

.subsedes span {
	font-size:18px;
	background-color:rgb(4,110,178);
	color:rgb(255,255,255);
	padding:10px;
	border-radius:50%;
}

.subsedes p {
	padding:0;
	margin:0;
	color:rgba(255,255,255,.5);
	line-height:24px;
}

.subsedes h3 {
	color:rgb(255,255,255);
	font-size:14px;
	line-height:16px;
	text-transform: uppercase;
	font-weight:900;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,.2);
}

.midia-footer {
	padding-top:40px;
	padding-bottom:40px;
}

.midia-footer img {
	width:70px;
	padding:0 20px; 
	filter:invert(100%)
}

.titulo {
	margin-left:0;
	margin-right:15px;
	padding:10px 0;
	font-size:14px;
	text-transform: uppercase;
	font-weight:900;
	position: relative;
}

.titulo p {
	padding:0;
	margin:0 0 0 30px;
}

.titulo a, .titulo a:hover {
	color: #000000;
	text-decoration: none;
}

.titulo span:nth-of-type(1) {
	position: absolute;
	top:5px;
	left:15px;
	width:20px;
	color:rgb(4,110,178);
}

.titulo span:nth-of-type(2) {
	position: absolute;
	top:-2px;
	left:15px;
	width:80px;
	height:1px;
	background-color:rgb(150, 190, 210);
}

.btn-padrao {
	padding:6px 12px;
	font-size:15px;
	line-height:15px;
	color:rgb(4,110,178);
	border:1px solid rgb(200,200,200);
	background-color: rgba(255,255,255,.5);
	transition: all ease .3s;
	border-radius:6px;
}

.btn-padrao:hover {
	background-color: rgb(230,230,230);
	border:1px solid rgb(230,230,230);
	color:rgb(4,110,178);
	border-radius:20px;
}

.btn-clear {
	padding:6px 12px;
	font-size:15px;
	line-height:15px;
	color:rgb(107, 107, 107);
	border:1px solid rgb(200,200,200);
	background-color: rgba(255,255,255,.5);
	transition: all ease .3s;
	border-radius:6px;
}

.btn-clear:hover {
	background-color: rgb(230,230,230);
	border:1px solid rgb(230,230,230);
	color:rgb(107,107,107);
	border-radius:20px;
}

.banner {
	width:100%;
}

.banner img {
	width:100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}

.box-atalho {
	display:flex;
	justify-content: space-between;
}

.atalho {
	display: flex;
	flex-direction: column;
	border:1px solid rgb(215,215,215);
	border-bottom:2px solid rgb(150,190,210);
	border-radius:6px;
	text-align: center;
	padding:20px;
	margin:15px;
	flex-basis:200px;
	flex-shrink: 0;
	flex-grow: 1;
	text-align: center;
	justify-content: space-between;
	transition: all .2s ease-out;
}

.atalho:hover {
	background-color: rgba(4,110,178,.1);
	cursor:pointer;
	border-radius:6px;
}

.atalho a{
	font-weight: 400;
	color: #000000;
	text-decoration:none;
}

.atalho a:hover{
	color: #000000;
	text-decoration:none;
}

.atalho a h3 {
	font-weight:900;
	font-size:18px;
	line-height:20px;
	text-transform: uppercase;
}

.atalho a span {
	color:rgb(4,110,178);
	font-size:40px;
	padding:0 20px;
	margin-bottom:5px;
}

.atalho a p {
	margin:0;
	padding:0;
}

.noticia-principal {
	width:100%;
	position: relative;
	color:rgb(255,255,255);
}

.noticia-principal a, .noticia-principal a:hover{
	color: rgb(255,255,255);
	font-weight: 400;
	text-decoration: none;
}

.noticia-principal img {
	min-width:100%;
	height:330px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius:8px 8px 0 0;
}

.noticia-principal-texto {
	background-color: rgb(4,110,178);
	padding:25px 20px 20px 20px;
	border-radius:0 0 8px 8px;
	height: 230px;
}

.noticia-principal-texto:hover {
	background-color: rgb(5,80,130);
}

.noticia-principal h3 {
	padding:0;
	margin:15px 0 5px 0;
	font-size:18px;
	line-height:29px;
	font-weight:900;
	text-transform: uppercase;
	color:rgb(255,255,255);
}

.noticia-principal p {
	padding:0 0 20px 0;
	margin:0;
	color:rgb(255,255,255,.5);
}

.noticia-principal span {
	color:rgba(255,255,255);
	background-color: rgb(255,100,0);
	font-size:18px;
	position: absolute;
	right:15px;
	bottom:11px;
	padding:8px;
	border-radius:0 0 6px 0;
}

.noticia-principal .data {
	position: absolute;
	left:30px;
	top:330px;
	background-color: rgb(255,100,0);
	font-size:14px;
	line-height:14px;
	padding:10px;
}

.noticia-secundaria {
	width:100%;
	position: relative;
	margin-bottom:13px;
	color:rgb(255,255,255);
}

.noticia-secundaria a, .noticia-secundaria a:hover{
	color: rgb(255,255,255);
	font-weight: 400;
	text-decoration: none;
}

.noticia-secundaria img {
	width:250px;
	height:275px;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
	border-radius:8px 0 0 8px;
}

.noticia-secundaria-texto {
	position: absolute;
	top:0;
	left:250px;
	right:0;
	height:275px;
	background-color: rgb(4,110,178);
	padding:30px 20px 20px 20px;
	border-radius:0 8px 8px 0;
}

.noticia-secundaria-texto:hover {
	background-color: rgb(5,80,130);
}

.noticia-secundaria h3 {
	padding:0;
	margin:5px 0;
	font-size:17px;
	line-height:24px;
	padding:10px 0;
	font-weight:600;
	text-transform: uppercase;
	color:rgb(255,255,255);
}

.noticia-secundaria p {
	padding:0;
	margin:0;
	color:rgba(255,255,255,.5);
}

.noticia-secundaria span {
	color:rgb(255,255,255);
	background-color: rgb(255,100,0);
	font-size:18px;
	position: absolute;
	right:0;
	bottom:15px;
	padding:8px;
}

.noticia-secundaria .data {
	position: absolute;
	left:220px;
	top:0;
	background-color: rgb(255,100,0);
	font-size:14px;
	line-height:14px;
	padding:10px;
	z-index: 2;
}

.noticia-secundaria-lista {
	width:100%;
	position: relative;
	margin-bottom:25px;
	color:rgb(255,255,255);
}

.noticia-secundaria-lista img {
	width:300px;
	height:220px;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	border-radius:8px 0 0 8px;
}

.noticia-secundaria-lista-texto {
	position: absolute;
	top:0;
	left:300px;
	right:0;
	height:220px;
	border:1px solid rgb(210,210,210);
	border-left:0;
	padding:30px 20px 20px 20px;
	border-radius:0 8px 8px 0;
	overflow: hidden;
}

.noticia-secundaria-lista-texto a, .noticia-secundaria-lista-texto a:hover{
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.noticia-secundaria-lista-texto:hover {
	background-color: rgba(5,80,130,.1);
}

.noticia-secundaria-lista h3 {
	padding:0;
	margin:15px 0 5px 0;
	font-size:14pt;
	line-height:28px;
	padding:10px 0;
	font-weight:600;
	color:rgb(4,110,178);
	text-transform: none !important;
}

.noticia-secundaria-lista p {
	padding:0;
	margin:0;
	color:rgb(50,50,50);
}

.noticia-secundaria-lista .data {
	position: absolute;
	left:300px;
	top:0;
	background-color: rgb(255,100,0);
	font-size:14px;
	line-height:14px;
	padding:10px;
	z-index: 2;
}

.home-noticia-secundaria img {
	height:200px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius:12px;
	border:3px solid rgb(255,255,255);
}

.home-noticia-secundaria h5{
	margin-top: 5px !important;
	color: rgb(50,50,50) !important;
}

.home-noticia-secundaria h5:hover{
	color: rgb(4,110,178) !important;
}

.servico {
	background-color: rgba(255,255,255);
	border-right:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(150,150,150);
	border-radius:12px;
	position: relative;
	padding:25px;
	height:200px;
}

.text-servico {
	position: absolute;
	top:0;
	left:100px;
	padding:20px 30px 20px 30px;
}

.servico img {
	position: absolute;
	left:15px;
	top:20px;
	width:100px;
	height:100px;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	clip-path: circle(50% at 50% 50%);
}

.servico span {
	color:rgb(100,185,15);
	font-size:26px;
	position: absolute;
	top:10px;
	right:15px;
}

.servico h3 {
	font-size:18px;
	line-height:20px;
	text-transform: uppercase;
	font-weight:900;
	margin:-2px 0 5px 0;
	padding:0;
}

.servico p {
	padding:0;
	margin:0;
}

.galeria {
	position: relative;
}

.galeria img {
	width:100%;
	height:350px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.galeria h5 {
	background-color: rgb(4,110,178);
	padding:20px;
	color:rgb(255,255,255);
	font-weight:900;
	position: absolute;
	left:15px;
	bottom:-40px;
	width: 50%;
}

.evento-capa {
	position: relative;
	height:100px;
	margin-bottom:55px;
}

.dia-evento {
	background-color: rgb(255, 0, 120);
    color: rgb(255, 255, 255);
    padding: 0px 13px;
    border-radius: 12px 0px 0px 12px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    bottom: 0;
    text-align: center;
    align-items: center;
    display: flex;
	font-size: 19px;
    line-height: 25px;
}

.titulo-evento {
	font-size:14px;
	line-height:18px;
	position: absolute;
	top:25px;
	left:0;
	width:100%;
	border-top:1px solid rgb(235,235,235);
	border-left:1px solid rgb(235,235,235);
	border-right:1px solid rgb(210,210,210);
	border-bottom:1px solid rgb(150,150,150);
	border-radius:12px;
	padding:20px 20px 20px 165px;
	display:block;
}

.titulo-evento a, .titulo-evento a:hover {
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.titulo-evento strong {
	display:block;
	padding-bottom:3px;
	margin:0;
	font-size:16px;
	line-height:18px;
}

.linha-divisoria {
    border-right: 2px solid rgb(220, 220, 220);
}

.revista {
	padding-bottom:20px;
}

.capa-revista {
	width:100%;
	border-radius:12px;
}

.texto-revista {
	line-height:20px;
}

.texto-revista a, .texto-revista a:hover {
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}

.ouvidoria .material-icons {
	font-size:60px;
	background-color:rgb(4,110,178);
	color: rgb(240,240,240);
	padding:15px 20px 20px 20px;
	border-radius:50%;
}

.ouvidoria h3 {
	text-transform: uppercase;
	font-weight:bold;
	font-size:26px;
	line-height:26px;
	margin-top:20px;
}

.ouvidoria p {
	padding:0;
	margin:15px 0 25px 0;
}

.transparencia {
	padding:20px 0 10px 0;
	margin:0;
	border-bottom:1px dashed rgb(200,200,200);
}

.transparencia span {
	background-color:rgb(240,240,240);
	color:rgb(130,170,20);
	padding:10px;
	border-radius:6px;
	font-size:20px;
}

.transparencia h6 {
	padding:0 0 2px 0;
	margin:0;
}

.concurso-capa {
	position: relative;
	font-size:14px;
	line-height:18px;
	width:100%;
	border-top:1px solid rgb(225,225,225);
	border-left:1px solid rgb(225,225,225);
	border-right:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(170,170,170);
	border-radius:12px;
	padding:25px 25px 25px 80px;
	margin-bottom:20px;
	display:block;
}

.concurso-capa span {
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	background-image: linear-gradient(to bottom, rgb(235,235,235) , transparent);
	font-size:36px;
	padding:12px;
	border-radius:10px 0 0 0;
}

.concurso-texto a, .concurso-texto a:hover {
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}

.concurso-texto strong {
	text-transform: uppercase;
}

.box-padrao {
	position: relative;
	height:235px;
}

.titulo-box {
	font-size:14px;
	line-height:18px;
	position: absolute;
	top:25px;
	left:0;
	width:100%;
	height: 200px;
	border-top:1px solid rgb(235,235,235);
	border-left:1px solid rgb(235,235,235);
	border-right:1px solid rgb(210,210,210);
	border-bottom:1px solid rgb(150,150,150);
	border-radius:12px;
	padding:20px;
	display:block;
}

.titulo-box a, .titulo-box a:hover {
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.titulo-box strong {
	display:block;
	padding-bottom:3px;
	margin:0;
	font-size:16px;
	line-height:18px;
}

.evento-listagem {
	position: relative;
	height:150px;
	margin-bottom:55px;
}

.evento-listagem .dia-evento {
	background-color: rgb(255,0,120);
	color:rgb(255,255,255);
	padding:12px 14px;
	border-radius:50px;
	font-weight:900;
	position: absolute;
	top:10px;
	left:20px;
	z-index: 2;
}

.evento-listagem .titulo-evento {
	font-size:14px;
	line-height:18px;
	position: absolute;
	top:25px;
	left:0;
	width:100%;
	height: 150px;
	border-top:1px solid rgb(235,235,235);
	border-left:1px solid rgb(235,235,235);
	border-right:1px solid rgb(210,210,210);
	border-bottom:1px solid rgb(150,150,150);
	border-radius:12px;
	padding:20px 20px 20px 80px;
	display:block;
}

.evento-listagem .titulo-evento a, .titulo-evento a:hover {
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.evento-listagem .titulo-evento strong {
	display:block;
	padding-bottom:3px;
	margin:0;
	font-size:16px;
	line-height:18px;
}





/*----- INICIO GERAIS -----*/

a {
	font-weight:bold;
	color:rgb(165,210,45);
}
	
a:hover {
	color:rgb(0,90,70);
	text-decoration:none !important;
	}

.nopadding {
	padding:0 !important;
	}
	
.padding8 {
	padding:8px;
	}
		
.padding20 {
	padding:20px;
	}

.padding20V {
	padding:20px 0;
	}

.padding-boxfundo {
	padding-top:50px;
	padding-bottom:50px;
}
	
.nomargin {
	margin:0 !important;
	}
	
.margin30B {
	margin-bottom:30px;
	}
	
h1 {
	font-size:60px;
	line-height:70px;
	}

.rounded12 {
	border-radius:12px;
}
	
.btn-primary {
    color: #fff;
    background-color: rgb(165,210,45);
    border-color: rgb(165,210,45);
	}

.btn-secondary {
    color: #fff;
    background-color: rgb(0,90,70);
    border-color: rgb(0,90,70);
	}
	
#box-servico {
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
	padding:150px 0 150px 0;
	background-image: linear-gradient(to top, rgba(0,90,70,.2), rgb(255,255,255));
	background-color:rgba(165,210,45,.3);
	}

#box-interno {
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
	padding:80px 0 100px 0;
	background-image: linear-gradient(to top, rgba(0,90,70,.2), rgb(255,255,255));
	}

#box-interno .card {
	margin-bottom:30px;
}

.box-solicitacao-esic {
    padding: 30px;
    margin: 0;
    border-radius: 12px;
    background-color: rgb(235, 235, 235);
}
	
.servico-capa {
	border-left:1px solid rgb(210,210,210);
	border-top:1px solid rgb(210,210,210);
	border-right:1px solid rgb(160,160,160);
	border-bottom:1px solid rgb(160,160,160);
	background-color:#FFF;
	padding:0;
	text-align:center;
	border-radius:4px;
	margin-bottom:30px;
	height:450px;
	position:relative;
	}
	
.servico-capa .texto {
	padding:25px;
	}
	
.servico-capa img {
	bottom:0;
	left:0;
	position:absolute;
	height:200px;
	overflow:hidden;
	object-fit: cover;
	object-position: center;
	border-top:6px solid rgb(0,65,50);
	}
	
.servico-capa i {
	font-size:46px;
	color:rgb(0,90,70);
	}

.servico-capa a h4 {
	color:rgb(165,210,45);
	font-size:24px;
	}
	
.servico-capa p {
	padding:5px 0 0 0;
	margin:0;
	}

.barra {
	height:10px;
	margin-top:-5px;
	background-color:rgb(0,65,50);
}

#box-numeros {
	padding:120px 0;
	text-align: center;
}

.numero {
	font-size:70px;
	font-weight:600;
	color:rgb(0,90,70);
	line-height:80px;
	text-align:center;
}

#box-numeros i {
	color:rgb(130,170,20);
	font-size:30px;
}

#box-numeros span {
	text-align: center;
	line-height:26px;
	font-size:18px;
}

#box-porfolio {
	padding:150px 0;
	text-align: center;
}

.portfolio {
	background-image: url('../_images/portfolio.jpg');
	border-left:90px solid rgb(255,255,255);
	border-right:90px solid rgb(255,255,255);
	border-bottom:120px solid rgb(255,255,255);
	border-top:60px solid rgb(255,255,255);
	height: 800px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.titulo-portfolio {
	background-color:rgba(0,0,0,.9);
	color:#FFF;
	position: absolute;
	left:0;
	top:0;
	padding:30px 60px;
}

.titulo-portfolio h3 {
	font-weight:bold;
}
	
#box-orcamento {
	padding:120px 0;
	background-image: linear-gradient(to bottom, rgba(165,210,45,.3) , rgba(255,255,255,1));
	}

#box-orcamento input, #box-orcamento textarea {
	background-color:transparent;
	border:0;
	border-radius:0;
	border-top:1px solid rgba(0,0,0,.15);
}

#box-orcamento textarea {
	background-color:transparent;
	border-radius:0;
	border:1px solid rgba(0,0,0,.15);
}
	
.btn-todos {
	background-color:rgb(0,90,70);
	color:rgba(255,255,255,.7);
	font-size:12px;
	line-height:20px;
	font-weight:100;
	text-transform:uppercase;
	padding:10px 20px 12px 20px;
	border-radius:20px;
	}
	
.btn-todos:hover {
	background-color:rgb(0,65,50);
	color:rgba(255,255,255,.7);
	}

.mais-lidas {
	position: relative;
	display:block;
	height:105px;
	border-bottom:1px dashed rgb(180,180,180);
}

.mais-lidas span {
	position: absolute;
	top:20px;
	left:0;
	background-color:rgb(150, 190, 210);
	color:rgb(255,255,255);
	font-size:18px;
	line-height:18px;
	font-weight:900;
	padding:10px 13px;
	border-radius:20px;
}

.mais-lidas a {
	position: absolute;
	left:55px;
	top:15px;
	color:rgb(50,50,50);
	font-weight:normal;
	padding-bottom:15px;
}

.noticia-relacionada a {
	color:rgb(4,110,178);
	padding:12px 18px;
	display:block;
	margin-top:5px;
	border-bottom:1px solid rgb(220,220,220);
	background-color: rgb(245,245,245);
	border-radius:8px;
}

.breadcrumb {
	background-color: transparent !important;
	border-radius:0 !important;
	justify-content: flex-end !important;
	margin-top:-75px;
}

.breadcrumb span {
	font-size:12px !important;
	z-index: 9 !important;
	padding:10px 20px;
	background-color:rgba(255,255,255,.6);
	margin:0 2px;
	border-radius:6px;
}

.breadcrumb span a {
	color:rgb(5,80,130) !important;
}





/* ----- SCROLL TOP -----*/

.scrollTop {
    position: fixed !important;
    right: 10px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(255,100,0);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(255, 100, 0, 0.1);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
}
  
.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}
  
.svgIcon path {
    fill: white;
}
  
.scrollTop:hover {
    width: 65px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: rgb(255,100,0);
    align-items: center;
}
  
.scrollTop:hover .svgIcon {
    /* width: 20px; */
    transition-duration: 0.3s;
    transform: translateY(-200%);
}
  
.scrollTop::before {
    position: absolute;
    bottom: -20px;
    content: "Topo";
    color: white;
    /* transition-duration: .3s; */
    font-size: 0px;
}
  
.scrollTop:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    /* transform: translateY(-30px); */
    transition-duration: 0.3s;
}





/*----- INICIO MENU -----*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top:65px;
    left: 0;
    background-color: #111;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 90px;
}
  
.sidenav a {
    padding:12px 10px;
    text-decoration: none;
    font-size: 16px;
	text-transform:uppercase;
    color: #FFF;
    display: block;
    transition: 0.3s;
	border-bottom:1px solid rgba(255,255,255,.1);
}
	
.sidenav a span {
	font-size:13px;
	font-weight:normal;
	padding-top:5px;
	padding-left:25px;
	color:rgba(255,255,255,.5);
	text-transform:lowercase;
}
  
.sidenav a:hover {
    color: #F1F1F1;
    background-color:rgb(0,90,70);
}
  
.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 0;
    padding:0;
    margin:0;
    text-align: center;
    font-size: 40px;
    line-height:70px;
    height:70px;
    width:70px;
    background-color:rgb(165,210,45);
    border:none;
    color:#FFF;
}

.sidenav i {
    color:rgb(165,210,45);
}

.btn-menu {
    padding:15px 80px 20px 35px;
	height:85px;
	font-size:36px;
	line-height:30px;
	color:rgb(165,210,45);
	overflow:hidden;
    cursor:pointer;
    position: fixed;
    top:0;
    right:0;
    z-index:99 !important;
}

.btn-menu:hover {
    color: rgb(165,210,45);
}





/* -------- SLIDER GALERIA FOTO  ---------- */
  
.column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

#fotos{
    margin-bottom: 5px;
    position: relative;
}

#fotos ul {
    position: absolute;
    left:0;
    right:0;
    top:0;
    margin:0;
    padding:0;
}

#fotos ul li{
    cursor: pointer;
    border-radius:6px;
    overflow: hidden;
    display: inline-block;
}

.mySlides {
    border-radius:12px;
    overflow: hidden;
}

.botoes .material-icons {
	font-size:20px;
	color: rgb(4, 110, 178);
}

.botoes a , .botoes a:hover {
	text-decoration: none;
}

.botoes .icone {
	padding:5px 12px 5px 20px;
	font-size:20px;
	margin-left:2px;
	text-align: center;
	border-left:1px solid rgb(235,235,235);
	color: rgb(4, 110, 178);
}

.botoes .icone i {
	margin:0;
	padding:0;
	color: rgb(4, 110, 178);
}

.botoes-fotos {
	bottom: 0;
	left: 10%;
	position: absolute;
}

.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;
}

#fotos {
    overflow: hidden;
    white-space: nowrap; 
    display: flex;
    justify-content: center;
    align-items: center;
}

#fotos ul {
    display: flex;
    gap: 10px; 
    padding: 0;
    margin: 0;
    list-style: none;
    transition: transform 0.3s ease; 
}

#fotos ul li {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fotos ul li img {
    display: block;
    width: 60px;
    height: auto;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.botoes-fotos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}





/* -------- RESPONSAVEL  ---------- */

.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(4,110,178);
}

.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;
}




.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:447px;
	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:225px;
}

.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;
}



/* -------- ANEXO  ---------- */
.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(4,110,178);
}





/* -------- LICITAÇÃO  ---------- */

#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;
}

.corAB, .corEM, .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, .corCA {background-color:rgb(190,20,10); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corDE, .corRE {background-color:rgb(230,140,0); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}





/* -------- REVISTA  ---------- */
.lista-revista {
	height:450px;
	overflow-y: auto;
}

.col-revista {
	display: flex;
	flex-basis: auto;
	flex-direction: column;
}

.lista-revista img {
	object-fit: cover;
	object-position: center;
	height:250px;
}

.btn-revista , .btn-revista: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;
}

.btn-revista span {
	color:rgb(4,110,178);
	font-size:20px;
	line-height:20px;
	padding:0;
	margin:0;
}
	
.btn-revista:hover , .btn-revista:focus , .btn-revista:active {
	background-color:rgb(245,245,245);
	text-decoration:none;
}





/* -------- TRANSPARENCIA  ---------- */
.box-transparencia {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-between;
}
  
.transparencia {
    display: flex;
    flex-direction: column;
    border:1px solid rgb(220,220,220);
    border-radius:8px;
    margin-bottom:10px !important;
    flex-basis:320px;
    flex-grow: 1;
    flex-shrink: 0;
    padding:20px;
    text-align: center;
}
  
.transparencia h3 {
    padding:10px 0 15px 0;
    margin:0;
    font-size:20px;
    line-height:22px;
    text-transform: uppercase;
    font-weight:900;
}
  
.transparencia a, .transparencia a:hover {
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.transparencia ul {
    margin:0;
    padding:0 20px;
}
  
.transparencia ul li {
    text-align: left;
    font-size:13px;
    line-height:15px;
    margin-top:3px;
}
  
.transparencia ul li a:hover {
    text-decoration:underline !important;
}

.padding20 {
	padding:20px;
}

.titulo-transparencia {
	font-size:14px;
	line-height:18px;
	top:25px;
	left:0;
	width:100%;
	border-radius:12px;
	padding:20px 20px 20px 80px;
	display:block;
}

.titulo-transparencia a, .titulo-transparencia a:hover {
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}



.tns-outer {
	position: relative;
	overflow: hidden;
	border:0px solid rgb(255,255,255);
  }
  
  .tns-controls {
	position: absolute;
	left:0;
	top:0;
	z-index: 99 !important;
  }
  
  .tns-controls button {
	background-color: #FFF;
	text-transform: uppercase;
	font-weight:bold;
	font-size:10px !important;
	border:1px solid rgb(220,220,220) !important;
	border-radius:3px !important;
	padding:4px 15px;
	height:10px;
  }
  
  .tns-controls button:hover {
	background-color:rgb(220,220,220) !important;
  }
  
  .tns-nav {
	position: absolute;
	right:25px;
	top:15px;
	z-index: 98 !important;
  }
  
  .tns-nav button {
	height:2px !important;
	padding:3px 10px !important;
	border: 0 !important;
	border-radius: 20px !important;
	margin: 1px !important;
	background-color: rgb(200,200,200) !important;
  }
  
  .tns-nav button.tns-nav-active {
	background-color: #333 !important;
	color: #fff;
  }




/* -------- FAQ  ---------- */
.card-header h5 .btn-link{
	color:#000000;
	text-decoration: none;
}




/* -------- GALERIA DE FOTOS  ---------- */
.card {
	border-radius:8px;
	overflow:hidden;
	background-color:rgb(150,170,15,.1);
	border:0;
	overflow-y: auto;
	margin-bottom:30px;
	padding:0 !important;
	margin:15px;
	padding:20px;
	display:flex;
	flex-basis:340px;
}

.card a {
	color:rgb(50,50,50);
}

.card .list-group {
	margin:0 !important;
	padding:0;
}

.img-thumb-galeria-foto {
	min-width:100%;
	height:200px;
	overflow: hidden;
	object-fit: cover;
    object-position: center;
}




/* -------- SOLICITAÇÃO  ---------- */
.rounded-maior {
	border-radius:12px;
	overflow: hidden;
}

.padding30 {
	padding:30px 25px;
}

#resposta-solicitacao div {
	border-radius:10px;
	padding:20px 30px !important;
	background-color: rgb(5,80,130);
	color:rgb(255, 255, 255);
	font-weight:900;
}

#resposta-solicitacao div p {
	margin:0;
	padding:0;
}



#form-agendamento .modal-header{
	justify-content: space-between !important;
	align-items: center !important;
	height: 70px;
}

.modal-header {
    justify-content: center !important;
    background-color: rgb(4,110,178) !important;
    color: #FFF;
}

/* ----- MODAL AGENDAMENTO ----- 
#form-agendamento .fade {
	opacity: 1;
	transition: opacity .15s linear;
}
  
#form-agendamento #m-form .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal-header {
	position:relative;
	background-color: rgb(0,40,75);
	color:rgb(255,255,255) !important;
  }
  
  .modal-header h5:first-child {
	display:none;
  }
  
  .modal-header h5:last-child {
	border:3px solid rgb(0,141,54);
	width:100%;
	text-align:center !important;
  }
  
  .modal-header button {
	position: relative;
	right:0;
	top:0;
	width:50px;
	height:50px;
  }
  
  .modal-header button:hover {
	background-color: #00d95f;
  }
  
  .captcha-size {
	width:100% !important;
	text-align:center !important;
  }
  
  .indisponivel , .empty {
	font-size:20px;
	text-align: center;
	display:block;
	padding:40px;
	width:100%;
  }*/




  
/*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;
	border: 0px solid  transparent !important;
}

.certificado-background table .linha1 td{
	padding-top: 310px;
	font-size: 20px;
	line-height: 30px;
	border: 0px solid  transparent !important;
}

.certificado-background table .linha2 td{
	padding-top: 80px;
	font-size: 20px;
	border: 0px solid  transparent !important;
}

.certificado-background table .linha3 td{
	padding-top: 100px;
	border: 0px solid  transparent !important;
}

.assinatura-certificado{
	width: 35%;
	border: 0px solid  transparent !important;
}



.video-home-thumb {
	position:relative;
	border-radius:12px;
	overflow: hidden;
	margin-top: 20px;
}

.video-home-thumb a:hover{
	text-decoration: none;
}

.video-home-thumb img {
	width:100%;
	height:300px;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}

.video-home-thumb .mascara {
	position: absolute;
	top:0;
	left: 15px;
    right: 15px;
	bottom:0;
	border-radius: 12px;
	background-color: rgba(0,0,0,.8);
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all .3s ease;
}

.video-home-thumb:hover .mascara {
	background-color: rgba(0,0,0,.4);
}

.video-home-thumb svg {
	color:#006699 !important;
	font-size:45px;
	margin-bottom: 10px;
	text-align: center;
}

.video-home-thumb h3 {
	font-size:20px !important;
	line-height:26px !important;
	padding:0 30px;
	text-transform: uppercase;
	font-weight:bold;
	text-align: center;
	color:rgb(255,255,255);
	display:block;
}

.modal-header-video-capa {
	position:relative;
	background-color: rgb(4,110,178) !important;
	color:rgb(255,255,255) !important;
	justify-content: center !important;
}

.mapa-site {
	list-style: none;
}
  
.mapa-site li {
	padding:3px 0;
}
  
.mapa-site > li {
	padding-top:20px;
}
  
.mapa-site > li > a {
	font-weight: 900;
	font-size:1.2em;
}


#mais-lidas {
	margin-top: 10px;
}

#mais-lidas img {
	width:100%;
	height:180px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius:6px;
}

#mais-lidas a {
	margin-top: 5px;
	font-size:16px;
	font-weight:bold;
	color: rgb(50,50,50);
}

#mais-lidas a:hover{
	color: #006699;
}


/* ----- MENU ----- */
	  
.bg-menu {
	background-color: rgb(4,110,178);
	border-bottom:3px solid rgb(150,190,210);
}

.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 rgb(150,190,210);
	display:flex !important;
	align-items: center !important;
}

.dynamika-menu-li-root:first-child {
	border-left:1px solid rgb(150,190,210);
}

.dynamika-menu-li-root:hover {
	color: rgb(255, 255, 255);
	background-color: #006699;
}

.dynamika-menu-a-root , .dynamika-menu-a-root:hover {
	color:rgb(255,255,255);
	font-size:13px;
	line-height:70px;
	text-transform: uppercase;
	height:56px;
	display:flex !important;
	align-items: center !important;
	text-decoration: none;
}

.dynamika-menu-span-items {
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    display: flex; 
    flex-direction: column;
    position: absolute; 
    top: 57px !important;
    left: 0;
    width: 230px;
    background-color: rgb(4, 110, 178);
    z-index: 99 !important;
    pointer-events: none;
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dynamika-menu-li-link {
	position: relative;
	border-bottom: 1px solid rgb(150, 190, 210);
}

.dynamika-menu-span-sub {
	width:100%;
	display:flex;
	flex-direction: column;
	position: relative;
}

.dynamika-menu-span-sub h3 {
	color:rgb(255,255,255);
	line-height:14px !important;
	font-size:11px !important;
	height:46px !important;
	margin:0 !important;
	padding:0 13px !important;
	font-weight:900 !important;
	display:flex !important;
	align-items: center !important;
	position: relative;
	text-align: left;
	border-bottom: 1px solid rgb(150, 190, 210);
}

.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:#006699;
	width:230px;
}

.dynamika-menu-li-link {
	list-style: none;
	margin-left: 0px;
	padding: 2px;
}

.dynamika-menu-li-link:hover {
	background-color: #006699;
}

.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;
	text-decoration: none !important;
	margin-left: 12px;
}

.dynamika-menu-a-link:hover{
	text-decoration: none !important;
}



/*--- SLIDER INTERNO ---*/

.slider .tns-outer {
	position: relative;
}

.slider .tns-nav {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,.3);
	z-index: 2;
	text-align: center;
}

.slider .tns-nav {
	position:absolute;
	top: 0 !important;
	left:0;
	right:0;
	text-align:center;
	height:40px;
	background-color: transparent;
	z-index: 2;
}

.slider .tns-nav button {
	height:10px;
	width:10px;
	margin:0 2px 10px 2px;
	padding:0;
	border-radius:50%;
	border:3px solid rgb(255,255,255);
	background-color: transparent;
}

.slider .tns-nav button{

	background-color: rgb(220,220,220) !important;
	border: 3px solid rgb(220,220,220) !important;
}

.slider .tns-nav .tns-nav-active{
	background-color: #000 !important;
	border: 3px solid #000 !important;
}

.slider .tns-controls {
	justify-content: space-between;
    display: flex;
	bottom: 42% !important;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}	

.slider .tns-controls button {
	display: contents;
}	

.slider .tns-controls button span {
	font-size: 50px;
	color: rgb(220,220,220) !important;
}	

#subsedes .tns-outer{
	margin-top: -20px !important;
}

#subsedes .tns-inner{
	margin-top: 20px !important;
}

.video-live-youtube{
	margin-top: 20px;
	border-radius: 12px;
}





/* ----- BUSCA ----- */

.busca-lista {
	width:100%;
	position: relative;
	margin-bottom:25px;
	color:rgb(255,255,255);
}

.busca-lista-texto {
	top:0;
	left:300px;
	right:0;
	height:220px;
	border:1px solid rgb(210,210,210);
	padding:30px 20px 20px 20px;
	border-radius:8px;
}

.busca-lista-texto a, .busca-lista-texto a:hover{
	color:#000000;
	font-weight: 400;
	text-decoration: none;
}

.busca-lista-texto:hover {
	background-color: rgba(5,80,130,.1);
}

.busca-lista h3 {
	padding:0;
	margin:15px 0 5px 0;
	font-size:22px;
	line-height:28px;
	padding:10px 0;
	font-weight:600;
	color:rgb(4,110,178);
	text-transform: none !important;
}

.busca-lista p {
	padding:0;
	margin:0;
	color:rgb(50,50,50);
}

.box-anexos{
	border: 2px solid rgb(4, 110, 178);
	border-radius: 4px;
}

.box-anexos .titulo{
    margin-left: 15px !important;
    margin-right: 15px !important;
    background-color: rgb(4, 110, 178);
}

.box-anexos .titulo span:nth-of-type(2){
	display: none;
}

.box-anexos .titulo, .box-anexos .titulo span:nth-of-type(1){
	color: #FFF;
}