70
| <![CDATA[<hr style="background-color: #000;width:100%;text-align:left;height: 1px;" />]]>
|
201
| <![CDATA[<p style="color:#4CAF50">espaço</p>]]>
|
219
| <![CDATA[<p style="color:#4CAF50">espaço</p>]]>
|
230
| <![CDATA[<p style="color:#4CAF50">espaço</p>]]>
|
19
| <![CDATA[<style>
.classBeneficioPrincsub1-content, .classLegislacaoPrinc-content, .classBeneficioPrinc-content, .classServicoPrinc-content, .classInformativoPrinc-content a {
color: black;
padding: 12px 16px;
width: 274px;
text-decoration: none;
display: block;
}
.classInstituo, .classServico, .classInformativo, .classBeneficio, .classBeneficiosub1, .classLegislacao {
background-color: #4CAF50;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
font-size: 16px;
border: none;
margin: 4px 2px;
cursor: pointer;
outline: none;
border-radius: 15px;
width: 300px;
}
.classInstituoPrinc, .classServicoPrinc, .classInformativoPrinc, .classBeneficioPrinc, .classBeneficioPrincsub1, .classLegislacaoPrinc {
position: relative;
display: inline-block;
}
.classInstituoPrinc-content, .classServicoPrinc-content, .classInformativoPrinc-content,.classBeneficioPrinc-content, .classBeneficioPrincsub1-content, .classLegislacaoPrinc-content {
display: none;
position: absolute;
background-color: #4CAF50;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 15px;
}
.showInstituto, .showServico, .showInformativo, .showBeneficio, .showsub1, .showlegislacaoEs {display: block;}
</style>]]>
|
399
| <![CDATA[<style>
.paragrafo{
font-weight: normal;
font-size: 20px !important;
margin-right: 1.5em !important;
font-family: "whitneyRegular",'calibri' !important;
}
</style>]]>
|
425
| <![CDATA[<style>
.cont{
font-weight: normal;
font-size: 16px !important;
font-family: 'whitneyRegular' !important;
color: #fff !important;
margin-top: -0.5em !important;
margin-left: 0.7em !important;
}
</style>]]>
|
181
| <![CDATA[<nav id="nav-btn" onclick="slidetoggle()">
<div></div>
<div></div>
<div></div>
</nav>]]>
|
194
| <![CDATA[<button onclick="institutoFunction()" class="classInstituo">INSTITUCIONAL</button>]]>
|
208
| <![CDATA[<button onclick="ServicoFunction()" class="classServico">SERVIÃOS</button>]]>
|
226
| <![CDATA[<button onclick="InformativoFunction()" class="classInformativo">INFORMATIVOS</button>]]>
|
243
| <![CDATA[<button onclick="myFunction()" class="classLegislacao">LEGISLAÃÃO</button>]]>
|
255
| <![CDATA[<button onclick="BeneficioFunction()" class="classBeneficio">BENEFÃCIOS-BENEFICIÃRIOS</button>]]>
|
267
| <![CDATA[<button onclick="BeneficioFunctionSub1()" class="classBeneficiosub1">BENEFÃCIOS-DEPENDENTES</button>]]>
|
287
| <![CDATA[<script>
function myFunction() {
document.getElementById("legislacaoEstadual").classList.toggle("showlegislacaoEs");
window.onclick = function(event) {
if (!event.target.matches('.classLegislacao')) {
var dropdowns = document.getElementsByClassName("classLegislacaoPrinc-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('showlegislacaoEs')) {
openDropdown.classList.remove('showlegislacaoEs');
}
}
}
}
}
<!-- scripts dos modais BENEFÃCIOS -->
function BeneficioFunction() {
document.getElementById("beneficio").classList.toggle("showBeneficio");
window.onclick = function(event) {
if (!event.target.matches('.classBeneficio')) {
var dropdowns = document.getElementsByClassName("classBeneficioPrinc-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('showBeneficio')) {
openDropdown.classList.remove('showBeneficio');
}
}
}
}
}
function BeneficioFunctionSub1() {
document.getElementById("beneficiosub1").classList.toggle("showsub1");
window.onclick = function(event) {
if (!event.target.matches('.classBeneficiosub1')) {
var dropdowns = document.getElementsByClassName("classBeneficioPrincsub1-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('showsub1')) {
openDropdown.classList.remove('showsub1');
}
}
}
}
}
<!-- scripts dos modais INFORMATIVO -->
function InformativoFunction() {
document.getElementById("informativo").classList.toggle("showInformativo");
window.onclick = function(event) {
if (!event.target.matches('.classInformativo')) {
var dropdowns = document.getElementsByClassName("classInformativoPrinc-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('showInformativo')) {
openDropdown.classList.remove('showInformativo');
}
}
}
}
}
<!-- scripts dos modais SERVIÃOS -->
function ServicoFunction() {
document.getElementById("servico").classList.toggle("showServico");
window.onclick = function(event) {
if (!event.target.matches('.classServico')) {
var dropdowns = document.getElementsByClassName("classServicoPrinc-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('showServico')) {
openDropdown.classList.remove('showServico');
}
}
}
}
}
<!-- scripts dos modais INSTITUCIONAL -->
function institutoFunction() {
document.getElementById("instituto").classList.toggle("showInstituto");
window.onclick = function(event) {
if (!event.target.matches('.classInstituo')) {
var dropdowns = document.getElementsByClassName("classInstituoPrinc-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('showInstituto')) {
openDropdown.classList.remove('showInstituto');
}
}
}
}
}
</script>]]>
|
0
| Não há código fonte a ser exibido.
|