54
| <![CDATA[<i class="fa fa-search" id="icoSearch" style="cursor:pointer;"></i>]]>
|
259
| <![CDATA[<p style="text-transform: uppercase;">Use o formulário abaixo para falar conosco:</p>]]>
|
287
| <![CDATA[<div class="row" style="margin-top: 20px;">
<div class="col-md-12 text-right">
<button class="btn btn-primary">ENVIAR</button>
</div>
</div>]]>
|
296
| <![CDATA[<span style="font-size:16px;"><strong>SIC - SERVIÇO DE INFORMAÇÃO AO CIDADÃO</strong></span>]]>
|
296
| <![CDATA[<a class="iframe efeito botao" href="http://maps.google.com.br/maps?f=q&source=s_q&hl=pt-BR&geocode=&q=Av.+Em%C3%ADlio+Johnson,+360+-+Vila+Santa+Terezinha+Almirante+Tamandar%C3%A9+-+PR,+83501-000,+Brasil&sll=-14.239424,-53.186502&sspn=66.809733,55.195312&vpsrc=0&ie=UTF8&hq=Av.+Em%C3%ADlio+Johnson,+360+-+Vila+Santa+Terezinha+Almirante+Tamandar%C3%A9+-+PR,+83501-000,+Brasil&ll=-25.313549,-49.300028&spn=0.020173,0.032015&t=m&output=embed" title="" style="opacity: 0.5;">Ver mapa ampliado</a>]]>
|
296
| <![CDATA[<a class="iframe efeito botao" href="http://maps.google.com.br/maps?f=q&source=s_q&hl=pt-BR&geocode=&q=Rua+Maur%C3%ADcio+Rosemann,+15,+Almirante+Tamandar%C3%A9+-+Paran%C3%A1&aq=0&sll=-25.305196,-49.318657&sspn=0.033017,0.046477&vpsrc=6&ie=UTF8&hq=&hnear=R.+Maur%C3%ADcio+Rosemann,+15+-+Alm.+Tamandar%C3%A9+-+Paran%C3%A1,+83504-440&ll=-25.337122,-49.258522&spn=0.008145,0.007532&t=m&z=14&output=embed" title="" style="opacity: 0.5;">Ver mapa ampliado</a>]]>
|
20
| <![CDATA[<style>
</style>]]>
|
468
| <![CDATA[<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
social_tools:false,
deeplinking:false
});
$(".ver-arquivos").on("click",function(){
$(this).hide().parents(".licitacao").find(".arquivos-licitacao").show("100");
});
$(".vermaisconcurso").on("click",function(){
if($(this).parents(".concurso").find(".edital").is(":visible")){
$(this).html("[Abrir]").parents(".concurso").find(".edital").hide("10");
$(this).parents(".concurso").find(".fa").removeClass("fa-minus-square-o").addClass("fa-plus-square-o");
} else {
$(this).html("[Fechar]").parents(".concurso").find(".edital").show("10");
$(this).parents(".concurso").find(".fa").removeClass("fa-plus-square-o").addClass("fa-minus-square-o");
}
});
var nav = $('#menuHeader');
$(window).scroll(function () {
var topLimit = 55;
var marginTop = 70;
if ($(this).scrollTop() > topLimit) {
nav.addClass("menu-fixed");
$(".cabecalho").css("marginBottom",marginTop+"px");
} else {
nav.removeClass("menu-fixed");
$(".cabecalho").css("marginBottom","0px");
}
});
$(".dropdown").hover(
function(){ $(this).addClass('open') },
function(){ $(this).removeClass('open') }
);
$("#icoSearch").on("click",function(){
if($(".busca").is(":visible")){
$(".busca").fadeOut(100);
$("#icoSearch").animate({
"marginRight": "0px"
},100);
} else {
$(".busca").fadeIn(200);
$(this).animate({
"marginRight": "15px"
},200);
}
});
$(".play").each(function(){
var i = $(this).find("i");
var iWidth = i.width();
var iHeight = i.height();
var divWidth = $(this).find("img").width();
var divHeight = $(this).find("img").height();
var newTop = ((divHeight / 2) - (iHeight / 2))+"px";
var newLeft = ((divWidth / 2) - (iWidth / 2))+"px";
i.css({
"marginTop": newTop,
"marginLeft": newLeft
});
});
});
</script>]]>
|
540
| <![CDATA[<script> $.fn.cycle.defaults.autoSelector = '.slideshow'; </script>]]>
|