166
| <![CDATA[<ul class="" style="">
<div class="input-group search-field">
<form id="frm_busca" action="/busca" method="POST">
<input type="hidden" name="_token" value="IFvnezNx1JlAhwxdjrUPvh6tvAiWMoylZO1NTnwx">
<input type="text" name="termo" class="form-control busca-input" placeholder="Faça sua busca aqui..." aria-describedby="btn-pesquisar">
</form>
<span class="input-group-addon btn-search-bar" id="btn-pesquisar">
<i class="fa fa-search" aria-hidden="true"></i>
</span>
</div>
</ul>]]>
|
630
| <![CDATA[<div class="m8h3af8h l7ghb35v kjdc1dyq kmwttqpk gh25dzvf n3t5jt4f" style="overflow-wrap: break-word; margin: 0px; white-space: pre-wrap; font-family: 'Segoe UI Historic', 'Segoe UI', Helvetica, Arial, sans-serif; color: #050505; font-size: 15px;">
<div dir="auto" style="font-family: inherit;">FALTA DE ÁGUA EMERGENCIAL NESTE SÁBADO (20/08)</div>
<div dir="auto" style="font-family: inherit;">Informamos que neste sábado (20/08), a partir das 18h, será paralisado o fornecimento de água em todo o Munícipio, devido ao processo de manutenção do Sistema Cantareira da Sabesp, responsável pelo abastecimento de água da cidade. A normalização do abastecimento está prevista para às 8h do domingo (21/08). Pedimos aos munícipes e comerciantes, o uso racional da água neste período, para evitar o esvaziamento das caixas dos imóveis.</div>
<div dir="auto" style="font-family: inherit;">Para demais dúvidas e/ou esclarecimentos entrar em contato pelos números: 4239-1737, 2181-1885 e 2181-1825 (plantão), ou pelas redes sociais do SAESA (@saesascs).</div>
</div>]]>
|
631
| <![CDATA[<div dir="auto" style="font-family: inherit;">FALTA DE ÁGUA EMERGENCIAL NESTE SÁBADO (20/08)</div>]]>
|
632
| <![CDATA[<div dir="auto" style="font-family: inherit;">Informamos que neste sábado (20/08), a partir das 18h, será paralisado o fornecimento de água em todo o Munícipio, devido ao processo de manutenção do Sistema Cantareira da Sabesp, responsável pelo abastecimento de água da cidade. A normalização do abastecimento está prevista para às 8h do domingo (21/08). Pedimos aos munícipes e comerciantes, o uso racional da água neste período, para evitar o esvaziamento das caixas dos imóveis.</div>]]>
|
633
| <![CDATA[<div dir="auto" style="font-family: inherit;">Para demais dúvidas e/ou esclarecimentos entrar em contato pelos números: 4239-1737, 2181-1885 e 2181-1825 (plantão), ou pelas redes sociais do SAESA (@saesascs).</div>]]>
|
635
| <![CDATA[<div class="l7ghb35v kjdc1dyq kmwttqpk gh25dzvf jikcssrz n3t5jt4f" style="overflow-wrap: break-word; margin: 0.5em 0px 0px; white-space: pre-wrap; font-family: 'Segoe UI Historic', 'Segoe UI', Helvetica, Arial, sans-serif; color: #050505; font-size: 15px;">
<div dir="auto" style="font-family: inherit;">FALTA DE ÁGUA EMERGENCIAL</div>
<div dir="auto" style="font-family: inherit;">Região afetada: Toda a cidade;</div>
<div dir="auto" style="font-family: inherit;">Motivo: Manutenção no Sistema Cantareira da Sabesp;</div>
<div dir="auto" style="font-family: inherit;">Início: sábado (20/08), às 18h;</div>
<div dir="auto" style="font-family: inherit;">Previsão de normalização: domingo (21/08), por volta das 8h.</div>
</div>]]>
|
636
| <![CDATA[<div dir="auto" style="font-family: inherit;">FALTA DE ÁGUA EMERGENCIAL</div>]]>
|
637
| <![CDATA[<div dir="auto" style="font-family: inherit;">Região afetada: Toda a cidade;</div>]]>
|
638
| <![CDATA[<div dir="auto" style="font-family: inherit;">Motivo: Manutenção no Sistema Cantareira da Sabesp;</div>]]>
|
639
| <![CDATA[<div dir="auto" style="font-family: inherit;">Início: sábado (20/08), às 18h;</div>]]>
|
640
| <![CDATA[<div dir="auto" style="font-family: inherit;">Previsão de normalização: domingo (21/08), por volta das 8h.</div>]]>
|
86
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123748361-1');
</script>]]>
|
950
| <![CDATA[<script>
AOS.init();
</script>]]>
|
958
| <![CDATA[<script>
function maskIt(w,e,m,r,a){ // Cancela se o evento for Backspace
if (!e) var e = window.event
if (e.keyCode) code = e.keyCode;
else if (e.which) code = e.which; // Variáveis da função
var txt = (!r) ? w.value.replace(/[^\d]+/gi,'') : w.value.replace(/[^\d]+/gi,'').reverse();
var mask = (!r) ? m : m.reverse();
var pre = (a ) ? a.pre : "";
var pos = (a ) ? a.pos : "";
var ret = "";
if(code == 9 || code == 8 || txt.length == mask.replace(/[^#]+/g,'').length)
return false; // Loop na máscara para aplicar os caracteres
for(var x=0,y=0, z=mask.length;x<z && y<txt.length;){
if(mask.charAt(x)!='#'){
ret += mask.charAt(x); x++;
}else{
ret += txt.charAt(y); y++; x++;
}
}
// Retorno da função
ret = (!r) ? ret : ret.reverse()
w.value = pre+ret+pos;
}
$( document ).ready(function(){
$("#btn-pesquisar").on("click", function(){
$("#frm_busca").submit();
});
$("#optionsRadios1").on("click", function(){
$("#pfName").show(500);
$("#pfDoc").show(500);
$("#pjName").hide(500);
$("#pjDoc").hide(500);
$("#pjOpt").hide(500);
$("#pjPrc").hide(500);
});
$("#optionsRadios2").on("click", function(){
$("#pfName").hide(500);
$("#pfDoc").hide(500);
$("#pjName").show(500);
$("#pjDoc").show(500);
$("#pjOpt").show(500);
$("#pjPrc").hide(500);
$("#seletor").val(1);
});
$("#seletor").on("change", function(){
if($(this).val() == '3'){
$("#pjPrc").show(500);
}else{
$("#pjPrc").hide(500);
}
});
$("#form-contact").on("click", function(){
var form = $("#contactForm").serialize();
var email = $("#email").val();
var emailFilter=/^.+@.+\..{2,}$/;
if($("#razaos").val()=="" && $("#nome").val()==""){
var valid = false;
}
var illegalChars= /[\(\)\<\>\,\;\:\\\/\"\[\]]/;
if(!(emailFilter.test(email))||email.match(illegalChars) || valid==false ){
swal(
'Atenção',
'Prencha os campos obrigatórios.',
'error'
);
$("#nome").css("background-color", "#ff4d4d");
$("#razaosocial").css("background-color", "#ff4d4d");
$("#email").css("background-color", "#ff4d4d");
}else{
$('.btn-enviar').button('loading');
jQuery.ajax({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
},
type : "POST",
url : "/sendcontato",
data : form,
success: function(res){
console.log(res);
if(res.success){
swal(
'Seu Email foi Enviado!',
'Logo iremos responder.',
'success'
);
$('.btn-enviar').button("reset");
document.getElementById("contactForm").reset();
}else{
swal(
'Erro ao enviar email!',
'Tente novamente mais tarde.',
'error'
);
}
}
});
}
});
});
var swiper = new Swiper('.swiper-container', {
fadeEffect: {
crossFade: true
},
slidesPerView: 1,
spaceBetween: 0,
autoplay: {
delay: 4500,
disableOnInteraction: false,
},
loop: true,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
</script>]]>
|