*{
	font-family: 'Roboto Condensed', sans-serif;
	outline: none !important;
}
body{
	margin: 0;
}
p{
	display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;	
	margin-bottom: 0px !important;
}
p.titulo{
	margin: 0px;
	font-size: 25px;
	color: #04445e;
}
p.titulo::after {
    content: '';
    position: relative;
    display: block;
    height: 5px;
    width: 75px;
    margin-top: 3px;
    background: #274E6B;
    will-change: transform, opacity;
}
p.titulo a{
	text-decoration: none;
	color: unset;
}
.topo{
	width: 100%;
	height: auto;
}
.barra-topo{
	width: 100%;
	height: 50px;
	background-color: #274E6B;
}
.barra-topo .centro-topo{
	width: 980px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	line-height: 50px;
}
.centro-topo .topo-contatos{
	float: left;
}
.centro-topo .topo-redes-sociais{
	float: right;
}
.topo-contatos span a{
	margin-right: 15px;
	color: #fff;
	cursor: pointer;
}
.topo-contatos span a:hover{
	color: #edbc32;
	transition: 0.3s;
	text-decoration: none;
	
}
.topo-contatos span i{
	color: #edbc32;
}
.topo-redes-sociais span{
	margin-left: 5px;	
}
.topo-redes-sociais span a{
	cursor: pointer;
	color: #fff;
}
.topo-redes-sociais span a:hover{
	color: #edbc32;
	transition: 0.3s;
	text-decoration: none;
}
.topo-redes-sociais span i{
	font-size: 22px;
}
.botao-menu-responsivo,
.menu-responsivo{
	display: none;
}
.barra-menu{
	width: 980px;
	height: 110px;
	margin: 0 auto;
}
.barra-menu .logo{
	width: 250px;
	height: 110px;
	display: inline-block;
	float: left;
}
.barra-menu .logo img{
	width: 250px;
	height: 110px;
}
.barra-menu .menu{
	margin-left: 30px;
	width: 680px;
	height: 110px;
	display: inline-block;
	float: right;
	line-height: 110px;
}
.barra-menu .menu span{
	height: 110px;
	cursor: pointer;
}
.barra-menu .menu span a{
	text-decoration: none;
	color: #04445e;
	text-transform: uppercase;
}

.barra-menu .menu span:hover{
	color: #FF9800;
	transition: 0.3s;
}
.barra-menu .menu span a:hover{
	color: #FF9800;
	transition: 0.3s;
	border-bottom: 4px solid #FF9800;
}

.barra-menu .menu a.active,
.barra-menu .menu a.active:hover{
	color: #ED3237;
	transition: 0.3s;
	border-bottom: 4px solid #ED3237;
}
.barra-menu .menu span a{
	margin-left: 10px;
	font-size: 14px;
}
.barra-menu .menu span i{
	margin-left: 15px;
	font-size: 20px;
}
.barra-menu .opcoes{
	float: right;
}
.bloco-carrossel{
	width: 980px;
	height: 320px;
	margin-bottom: 10px;
}
.bloco-carrossel .carrossel{
	width: 100%;
	height: 320px;
}
.carrossel-principal{
	width: 100% !important;
}
.carrossel-principal .item {
    height: 20rem;
    background: #000;
	cursor: pointer;
	z-index: 9999;
}
.item .thumb-wrap{
	height:20rem;
	position:relative;
}
.item .thumb-wrap img{
	object-fit:cover;
	height:100%;
	opacity: 0.4;
}
.item .texto-carrossel{
	position: absolute;
	top: 0px;
	text-align: center;
	padding: 3.5rem;
	width: calc(100% - 7rem);
	height: 13rem;
	line-height: 13rem;
	color: #fff;
	box-sizing: initial;
}
.texto-carrossel span{
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.owl-theme .owl-nav{
	position: absolute;
	top: 130px;
	opacity:0;
	width: 100%;
	height: 0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	color: #000 !important;
	background: #fff !important;
	transition: 0.3s;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	background: #000 !important;
	color: #fff !important;
	transition: 0.3s;
}

.owl-nav .owl-prev{
	left: 0px;
	float: left;
	width: 60px;
	height: 60px;
	background-color: #fff;
	margin-left: 10px;
	opacity: 0.8;
	border-radius: 50%;
	text-align: center;	
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
	position: relative;
	top: -4px;
	height: 60px;
	line-height: 60px;
	font-size: 50px;
	outline: none;
}
.owl-nav .owl-next{
	float: right;
	width: 60px;
	height: 60px;
	background-color: #fff;
	margin-right: 10px;
	opacity: 0.8;
	border-radius: 50%;
	text-align: center;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
	background-color: #000;
	color: #fff;
}
.corpo{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.conteudo{
	width: 980px;
	margin: 0 auto;
	height: auto;
	min-height: 400px;
}
.conteudo-texto{
	padding-top: 10px;
}
.conteudo .corpo{
	padding-top: 10px;
}
.bloco-banners{
	display: inline-block;
	width: 270px;
	height: 820px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}
.bloco-banners span img{
	margin-top: 5px;
}
.bloco-noticias{
	display: inline-block;
	width: 700px;
	min-height: 400px;
	float: right;
	margin-left: 10px;
	
}
.corpo-noticias{
	width: 100%;
	height: 775px;
	overflow: hidden;
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-block-end: 0em;
}
.corpo-noticias::-webkit-scrollbar-track {
    background-color: transparent;
}
.corpo-noticias::-webkit-scrollbar {
    width: 2px;
    background: transparent;
}
.corpo-noticias::-webkit-scrollbar-thumb {
    background: #274E6B;
}
.corpo-noticias .noticia{
	display: inline-block;
	width: calc(50% - 12px);
	height: 375px;
	border: 1px #ccc solid;
	cursor: pointer;
	margin-bottom: 15px;
	margin: 5px;
}
.corpo-noticias .noticia:hover{
	background-color: rgba(136, 136, 136, 0.05);
}
.corpo-noticias .noticia .img{
	position: relative;
	width: 100%;
	height: 180px;
	margin-bottom: 5px;
	padding: 10px;
}
.corpo-noticias .noticia p.fonte{
	width: calc(100% - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.noticia .img img{
	width: 100%;
	object-fit:cover;
	height:100%;	
}
.corpo-noticias .noticia .texto{
	width: calc(100% - 10px);
    height: 85px;
    line-height: 85px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
.corpo-noticias .noticia .texto h4{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	font-size: 1.3rem;
}
.corpo-noticias .noticia .chamada{
	width: 100%;
	height: 50px;
}
.corpo-noticias .noticia .chamada p{
	height: 50px;
	overflow: hidden;
	line-height: 14px;
}
.corpo-noticias .noticia p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #757575;
	width: calc(100% - 10px);
	margin-bottom: 0px;
	padding-left: 10px;
}



.pagina-noticias .corpo-noticias{
	width: 100%;
	height: auto;
	overflow-y: unset;
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-block-end: 0em;
}

.pagina-noticias .corpo-noticias .noticia{
	display: inline-block;
	width: calc(33% - 12px);
	height: 395px;
	border: 1px #ccc solid;
	cursor: pointer;
	margin-bottom: 15px;
	margin: 5px;
}
.pagina-noticias .corpo-noticias .noticia:hover{
	background-color: rgba(136, 136, 136, 0.05);
}
.pagina-noticias .corpo-noticias .noticia .img{
	position: relative;
	width: 100%;
	height: 180px;
	margin-bottom: 5px;
	padding: 10px;
}
.pagina-noticias .corpo-noticias .noticia p.fonte{
	width: calc(100% - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.pagina-noticias .noticia .img img{
	width: 100%;
	object-fit:cover;
	height:100%;	
}
.pagina-noticias .corpo-noticias .noticia .texto{
	width: calc(100% - 10px);
    height: 85px;
    line-height: 85px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
.pagina-noticias .corpo-noticias .noticia .texto h4{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	font-size: 1.3rem;
}
.pagina-noticias .corpo-noticias .noticia .chamada{
	width: 100%;
	height: 70px;
}
.pagina-noticias .corpo-noticias .noticia .chamada p{
	height: 70px;
	overflow: hidden;
	line-height: 14px;
}
.pagina-noticias .corpo-noticias .noticia p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #757575;
	width: calc(100% - 10px);
	margin-bottom: 0px;
	padding-left: 10px;
}

/*PAGINA GALERIAS*/
.pagina-galerias .corpo-galerias{
	width: 100%;
	height: auto;
	overflow-y: unset;
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-block-end: 0em;
}

.pagina-galerias .corpo-galerias .galeria{
	display: inline-block;
	width: calc(33% - 12px);
	height: 350px;
	border: 1px #ccc solid;
	cursor: pointer;
	margin-bottom: 15px;
	margin: 5px;
}
.pagina-galerias .corpo-galerias .galeria:hover{
	background-color: rgba(136, 136, 136, 0.05);
}
.pagina-galerias .corpo-galerias .galeria .img{
	position: relative;
	width: 100%;
	height: 230px;
	margin-bottom: 5px;
	padding: 10px;
}
.pagina-galerias .corpo-galerias .galeria p.fonte{
	width: calc(100% - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.pagina-galerias .galeria .img img{
	width: 100%;
	object-fit:cover;
	height:100%;	
}
.pagina-galerias .corpo-galerias .galeria .texto{
	width: calc(100% - 10px);
    height: 85px;
    line-height: 85px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.pagina-galerias .corpo-galerias .galeria .texto h4{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	font-size: 1.3rem;
}
.pagina-galerias .corpo-galerias .galeria .chamada{
	width: 100%;
	height: 70px;
}
.pagina-galerias .corpo-galerias .galeria .chamada p{
	height: 70px;
	overflow: hidden;
	line-height: 14px;
}
.pagina-galerias .corpo-galerias .galeria p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #757575;
	width: calc(100% - 10px);
	margin-bottom: 0px;
	padding-left: 10px;
}

.bloco-galerias{
	display: inline-block;
	width: 700px;
	min-height: 400px;
	float: right;
	margin-left: 10px;
	
}
.corpo-galerias{
	width: 100%;
	height: 775px;
	overflow: hidden;
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-block-end: 0em;
}
.corpo-galerias::-webkit-scrollbar-track {
    background-color: transparent;
}
.corpo-galerias::-webkit-scrollbar {
    width: 2px;
    background: transparent;
}
.corpo-galerias::-webkit-scrollbar-thumb {
    background: #274E6B;
}
.corpo-galerias .galeria{
	display: inline-block;
	width: calc(50% - 12px);
	height: 375px;
	border: 1px #ccc solid;
	cursor: pointer;
	margin-bottom: 15px;
	margin: 5px;
}
.corpo-galerias .galeria:hover{
	background-color: rgba(136, 136, 136, 0.05);
}
.corpo-galerias .galeria .img{
	position: relative;
	width: 100%;
	height: 180px;
	margin-bottom: 5px;
	padding: 10px;
}
.corpo-galerias .galeria p.fonte{
	width: calc(100% - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.galeria .img img{
	width: 100%;
	object-fit:cover;
	height:100%;	
}
.corpo-galerias .galeria .texto{
	width: calc(100% - 10px);
    height: 85px;
    line-height: 85px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
.corpo-galerias .galeria .texto h4{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	font-size: 1.3rem;
}
.corpo-galerias .galeria .chamada{
	width: 100%;
	height: 50px;
}
.corpo-galerias .galeria .chamada p{
	height: 50px;
	overflow: hidden;
	line-height: 14px;
}
.corpo-galerias .galeria p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #757575;
	width: calc(100% - 10px);
	margin-bottom: 0px;
	padding-left: 10px;
}



.pagina-parceiros .corpo-parceiros{
	width: 100%;
	height: auto;
	overflow-y: unset;
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-block-end: 0em;
}

.pagina-parceiros .corpo-parceiros .parceiro{
	display: inline-block;
	width: calc(33% - 12px);
	height: 358px;
	border: 1px #ccc solid;
	cursor: pointer;
	margin-bottom: 15px;
	margin: 5px;
}
.pagina-parceiros .corpo-parceiros .parceiro:hover{
	background-color: rgba(136, 136, 136, 0.05);
}
.pagina-parceiros .corpo-parceiros .parceiro .img{
	position: relative;
	width: 100%;
	height: 180px;
	margin-bottom: 5px;
	padding: 10px;
}
.pagina-parceiros .corpo-parceiros .parceiro p.fonte{
	width: calc(100% - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.pagina-parceiros .parceiro .img img{
	width: 100%;
	object-fit:cover;
	height:100%;	
}
.pagina-parceiros .corpo-parceiros .parceiro .texto{
	width: calc(100% - 10px);
    height: 58px;
    line-height: 58px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
.pagina-parceiros .corpo-parceiros .parceiro .texto h4{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	font-size: 1.3rem;
}
.pagina-parceiros .corpo-parceiros .parceiro .chamada{
	width: 100%;
	height: 70px;
}
.pagina-parceiros .corpo-parceiros .parceiro .chamada p{
	height: 70px;
	overflow: hidden;
	line-height: 14px;
}
.pagina-parceiros .corpo-parceiros .parceiro p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #757575;
	width: calc(100% - 10px);
	margin-bottom: 0px;
	padding-left: 10px;
}
.pagina-parceiros .corpo-parceiros .parceiro .botoes{
	display: block;
	width: 100%;
	height: 30px;
}


.rodape{
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	float: left;
	width: 100%;
	min-height: 270px;
	background-color: #274E6B;
}
.bloco-rodape{
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
}
.bloco-rodape .rodape-institucional,
.bloco-rodape .rodape-facebook,
.bloco-rodape .rodape-encontrenos{
	float: left;
	width: calc(33% - 3px);
}
.rodape-institucional h4,
.rodape-facebook h4,
.rodape-encontrenos h4{
	display: block;
	color: #edbc32;
}
.rodape-institucional span,
.rodape-facebook span{
	display: block;
	color: #fff;
}
.rodape-institucional span a,
.rodape-facebook span a,
.rodape-encontrenos span a{
	color: #fff;
	text-decoration: none;
}
.rodape-institucional span i,
.rodape-facebook span i,
.rodape-encontrenos span i{
	color: #edbc32;
}
.rodape-institucional span a:hover,
.rodape-facebook span a:hover,
.rodape-encontrenos span a:hover,
.rodape-institucional span a.active{
	color: #edbc32;
	transition: 0.3s;
}
.rodape-encontrenos span{
	display: block;
	color: #fff;
	margin-bottom: 5px;
}
.barra-rodape{
	float: left;
	width: 100%;
	height: 30px;
	color: #fff;
	line-height: 30px;
	background-color: #ED3237;
	font-size: 10px;
}
.barra-rodape .texto{
	width: 980px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}
.shadow{
	background: url(/img/shadow-bloco.png) no-repeat center top;
	width: 100%;
	height: 21px;
	float: left;
}
.bloco-servicos{
	width: 100%;
	margin-bottom: 10px;
}
.corpo-servicos{
	width: 980px;
	margin: 0 auto;
	min-height: 400px;
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px;
	margin-block-end: 0em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.corpo-servicos .servico{
	display: inline-block;
	width: calc(50% - 12px);
	height: 393px;
	border: 1px #ccc solid;
	cursor: pointer;
	margin-bottom: 15px;
	margin: 5px;
	float: left;
}
.corpo-servicos .servico:hover{
	background-color: rgba(136, 136, 136, 0.05);
}
.corpo-servicos .servico .img{
	position: relative;
	width: 100%;
	height: 242px;
	padding: 10px;
	padding-bottom: 0px;
}
.servico .img img{
	width: 100%;
	object-fit:cover;
	height:100%;	
}
.corpo-servicos .servico .texto{
	width: 100%;
    height: 58px;
    line-height: 58px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
.corpo-servicos .servico .texto h4{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	font-size: 1.3rem;
}
.corpo-servicos .servico .chamada{
	width: 100%;
	height: 80px;
}
.corpo-servicos .servico .chamada p{
	height: 80px;
	overflow: hidden;
	line-height: 14px;
}
.corpo-servicos .servico p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #757575;
	width: calc(100% - 10px);
	margin-bottom: 0px;
	padding-left: 10px;
}

.corpo-downloads{
	width: 100%;
	min-height: 400px;
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px;
	margin-block-end: 0em;
}
.corpo-downloads .download{
	display: inline-block;
	width: calc(50% - 12px);
	height: 121.75px;
	border: 1px #ccc solid;
	cursor: pointer;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 10px;
}
.corpo-downloads .download:hover{
	background-color: rgba(136, 136, 136, 0.03);
}
.download .formato{
	display: inline-block;
	width: 20%;
	height: 69.75px;
	line-height: 64.75px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #555;
}
.download .botoes{
	display: block;
	width: 100%;
	height: 30px;
}
.download .detalhes{
	display: inline-block;
	width: calc(80% - 5px);
	float: right;
}
.downloads .formato .extensao{
    vertical-align: middle;
    line-height: normal;
}
.corpo-downloads .download .detalhes .texto{
	width: 100%;
    height: 30px;
    line-height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
.corpo-downloads .download .detalhes .texto h4{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	font-size: 0.8rem;
	font-weight: bold;
}
.corpo-downloads .download .detalhes .chamada{
	width: 100%;
	height: 39.75px;
	padding-left: 10px;
	padding-right: 10px;
}
.corpo-downloads .download .detalhes p{
	height: 13.25px;
	overflow: hidden;
	line-height: 13.25px;
	font-size: 11px;
	margin-bottom: 0px;
}
.corpo-servicos .servico p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #757575;
	width: calc(100% - 10px);
	margin-bottom: 0px;
	padding-left: 10px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  *margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.div-paginacao{
	text-align: center;
}
.bloco-noticia{
	width: 100%;
	margin-top: 10px;
}
.bloco-noticia .noticia{
	display: inline-block;
	width: 100%;
	margin-right: 15px;
}
.bloco-noticia .outras-n{
	display: inline-block;
	width: calc(25% - 10px) !important;
	height: 695px;
	float: right;
}
.outras-noticias{
	width: 100%;
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0px;
	height: 695px;
	overflow-y: auto;
}
.meio .bloco-noticia .outras-n ul::-webkit-scrollbar-track {
    background-color: transparent;
}
.meio .bloco-noticia .outras-n ul::-webkit-scrollbar {
    width: 2px;
    background: transparent;
}
.meio .bloco-noticia .outras-n ul::-webkit-scrollbar-thumb {
    background: #024f75;
}
.meio .bloco-noticia .outras-n h2.titulo{
	display: none;
}
.corpo-noticia .miniatura{
	width: 100%;
	height: 450px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-radius: unset;
	margin-bottom: 10px;
	border: unset;
}
.corpo-noticia .miniatura img{
	width: 100%;
	object-fit:cover;
	height:100%;
}
.corpo-noticia .chamada{
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-style: italic;
}
.meio .corpo-noticia .texto-noticia{
	width: 100%;
	height: auto;
	text-align: justify;
	font-size: 18px !important;
	line-height: 125% !important;
	font-weight: lighter;
	color: #444;
}
.meio .corpo-noticia .texto-noticia div{
	margin-bottom: 1rem;
}
.corpo-noticia .detalhes-noticia{
	margin-bottom: 15px;
	font-size: 12px;
}
.outras-noticias .outra-noticia{
	display: inline-block;
	width: calc(100% - 3px);
	height: 340px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
	cursor: pointer;
}
.outras-noticias .outra-noticia:hover{
	background-color: rgba(136, 136, 136, 0.05);
}
.outras-noticias .outra-noticia .outra-img{
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 5px;
}
.outras-noticias .outra-noticia p.outra-fonte,
.outras-noticias .outra-noticia p,
.corpo-noticia .detalhes-noticia p.detalhes-data,
.corpo-noticia .detalhes-noticia p.detalhes-fonte{
	width: calc(100% - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0rem;
}

.outra-noticia .outra-img img{
	width: 100%;
	object-fit:cover;
	height:100%;	
}
.outras-noticias .outra-noticia .outra-texto{
	width: calc(100% - 10px);
    height: 85px;
    line-height: 85px;
	margin-bottom: 5px;
	overflow: hidden;
}
.outras-noticias .outra-noticia .outra-texto h4{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;	
}
.outras-noticias .outra-noticia p{
	height: 20px !important;
	line-height: 20px !important;
	font-size: 12px !important;
	color: #757575 !important;
	width: calc(100% - 10px) !important;
	margin-bottom: 5px !important;
	background-color: unset !important;
	position: unset;
    left: unset !important;
    bottom: unset !important;
    padding: unset !important;
}
.meio .sh-not h3{
	display: none;
}
.noticia-shadow{
	background: url(../img/shadow-bloco.png) no-repeat center top;
	width: 100%;
	height: 21px;
	float: left;
	display: none;
}
.goprint{
	display: none;
}
.include-compartilha{
	width: 150px;
	margin-bottom: 15px;
}
.bloco-contato{
	min-height: 400px;
	margin-top: 10px;
}
#mapa{
	width: 100%;
	height: 350px;
	float: right;
	border: solid 1px #CCC;
	margin-bottom: 20px;
}
#mapa *{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
}

.contato-encontrenos h4{
	color: #ED3237;
}

.contato-encontrenos span > a{
	color: #04445e;
	text-decoration: none;
}
.contato-encontrenos span i{
	color: #ED3237;
}
.contato-encontrenos span a:hover{
	color: #ED3237;
	transition: 0.3s;
}
.contato-encontrenos span{
	display: block;
	margin-bottom: 5px;
	color: #04445e;
}
.bloco-empregos{
	min-height: 300px;
	margin-top: 10px;
}
.bloco-empregos .inicio .campo-candidato{
	text-align: center;
	border: 1px solid #274E6B;
	color: #274e6b;
	height: 300px;
	line-height: 300px;
	padding: 15px;
	cursor: pointer;
}
.bloco-empregos .inicio .campo-candidato:hover{
	background-color: #f3faff;
}
.bloco-empregos .inicio .campo-empresa{
	text-align: center;
	border: 1px solid #ED3237;
	color: #ED3237;
	height: 300px;
	line-height: 300px;
	padding: 15px;
	cursor: pointer;
}
.bloco-empregos .inicio .campo-empresa:hover{
	background-color: #fff8f9;
}
.bloco-empregos .inicio .campo-candidato h4,
.bloco-empregos .inicio .campo-empresa h4{
	font-size: 35px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;	
}
.bloco-empregos .inicio .campo-candidato h4 > p,
.bloco-empregos .inicio .campo-empresa h4 > p{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;	
}
.bloco-empregos .inicio .campo-candidato i,
.bloco-empregos .inicio .campo-empresa i{
	display: block;
	font-size: 100px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;	
}
.bloco-empregos .candidatos{
	display: none;
}
.bloco-empregos .candidatos .cadastrese h3{
	text-align: center;
	border: 1px solid #ED3237;
	border-radius: 0px 0px 0px 0px;
	padding: 8px;
	color: #ED3237;
	margin-bottom: 0px;
}
.bloco-empregos .candidatos .login h3{
	text-align: center;
	border: 1px solid #274E6B;
	border-radius: 0px 0px 0px 0px;
	padding: 8px;
	color: #274E6B;
	margin-bottom: 0px;
}
.bloco-empregos .candidatos .login input,
.bloco-empregos .candidatos .cadastrese input{
	height: 40px;
	font-size: 20px;
}
.bloco-empregos .candidatos .login label{
	*color: #274E6B;
}
.bloco-empregos .candidatos .cadastrese label{
	*color: #e91e63;
}
.bloco-empregos .candidatos .login .campo-login{
	padding-top: 50px;
	height: 300px;
	border-bottom: 5px solid #274E6B;
}
.bloco-empregos .candidatos .cadastrese .campo-cadastro{
	padding: 15px 15px 0px 15px;
	height: 300px;
	border-bottom: 5px solid #ED3237;
}
.div-campos{
	width: 40%;
	margin: 0 auto;
}
.corpo-trabalhe{
	width: 50%;
	margin: 0 auto;
}
.corpo-texto .miniatura{
	padding-top: 10px;
	width: 100%;
	height: 350px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-radius: unset;
	margin-bottom: 10px;
	border: unset;
}
.destaque{
	width: calc(100% - 2px);
	height: 123px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	cursor: pointer;
}	
.destaque .destaque-icone{
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 80px;
	text-align: center;
}
.destaque .destaque-titulo{
	width: 100%;
	height: 33px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 33px;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ddown{
	position: relative;
}
.ddown-menu{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 190px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: left;
}
.ddown-menu .ddown-menu-opcao{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #555;
	white-space: nowrap;
}
.ddown-menu .ddown-menu-opcao:hover{
	background-color: #555;
	color: #fff;
}
.ddown-menu .ddown-menu-opcao a,
.ddown-menu .ddown-menu-opcao i{
	font-size: unset !important;
	border-bottom: unset !important;
	color: unset !important;
	text-transform: unset !important;
	margin-left: 5px !important;
}
.ddown-menu .ddown-menu-opcao a{
	margin-left: 5px;
}
.ddown-menu .ddown-menu-opcao a:hover,
.ddown-menu .ddown-menu-opcao i:hover{
	font-size: unset !important;
	border-bottom: unset !important;
	color: unset !important;
}
.img-full{
	width: 100%;
    object-fit: cover;
    height: 100%;	
}
.corpo-noticia .fotos{
	width: 100%;
}
.corpo-noticia .fotos img{
	width: calc(33% - 10px);
	height:  auto;
	margin: 5px;
}

@media screen and (max-width: 765px){
	.corpo-noticia .fotos img{
		width: calc(50% - 15px);
		height:  auto;
		margin: 5px;
	}
}
@media screen and (max-width: 495px){
	.corpo-noticia .fotos img{
		width: calc(100% - 10px);
		height:  auto;
		margin: 5px;
	}
}