.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}div.cxInfoPaginas {
width: 100%;
display: block;
padding: 0.5em;
background-color: #333;
color: #fff;
font-size: 14px;
}
ul.cxNumPaginas {
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
gap: 6px;
justify-content: center;
list-style: none;
padding: 1em 0;
}
ul.cxNumPaginas li {
width: 36px;
height: 36px;
text-align: center;
vertical-align: middle;
}
ul.cxNumPaginas li a {
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 50%;
background-color: #666;
color: #fff;
}
ul.cxNumPaginas li a:hover,
ul.cxNumPaginas li a.activate {
background-color: #f00;
}
#cxLadoALadoJP {
width: 100%;
background-color: #fff;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 12px;
padding: 0.5em;
align-items: stretch;
}
#cxLadoALadoJP .itemLL, 
#cxLadoALadoJP .imgLadoALado {
width: 100%;
display: block;
text-decoration: none;
margin-bottom: 0.5em;
}
#cxLadoALadoJP .itemLL {
padding: 0.5em;
vertical-align: top;
line-height: 1.25;
}
#cxLadoALadoJP .cxImgLL {
width: 100%;
height: auto;
min-height: 2rem;
background-color: #f5f5f5;
display: flex;
overflow: hidden;
margin-bottom: 1rem;
align-items: center;
}
#cxLadoALadoJP .imgLadoALado {
display: flex;
width: 100%;
height: auto;
aspect-ratio: 1/1;
margin: 0;
align-items: center;
justify-content: center;
}
#cxLadoALadoJP .itemLL .tituloLL {
font-size: medium;
font-weight: 600;
line-height: 1.2;
color: #333;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
#cxLadoALadoJP .itemLL .resumoLL {
font-size: smaller;
font-weight: 400;
line-height: 1.2;
color: #333;
display: -webkit-box;
-webkit-line-clamp: 3; -webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 1rem;
}
#cxLadoALadoJP .itemLL .btnLL {
margin-top: 1rem;
font-size: small;
font-weight: 600;
line-height: 1;
color: #fff;
background-color: #0366d6;
border: 0;
border-radius: 6px;
padding: 12px 24px;
display: block;
margin: 6px auto;
min-width: 50%;
}
.phantom {
visibility: hidden;
}
@media only screen and (max-width: 900px) {
#cxLadoALadoJP .itemLL {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}
@media only screen and (max-width: 600px) {
#cxLadoALadoJP .itemLL {
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
}
@media only screen and (max-width: 414px) {
#cxLadoALadoJP .itemLL {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
}
#cxLinhaJP {
width: 100%;
background-color: #f5f5f5;
display: block;
padding: 0.5em;
}
#cxLinhaJP .itemLin {
width: 100%;
display: block;
text-decoration: none;
padding: 0.25em 0;
}
#cxLinhaJP .itemLin .tituloLin {
font-size: medium;
font-weight: 600;
line-height: 5px;
color: #333;
}
#cxLinhaJP .itemLin .breveLin {
font-size: smaller;
font-weight: 400;
line-height: 5px;
color: #333;
}
#cxLinhaJP .itemLin .btnLin {
font-size: small;
font-weight: 600;
line-height: 5px;
color: #fff;
background-color: #0366d6;
border: 0;
border-radius: 6px;
padding: 12px 12px;
display: inline-block;
margin: 6px;
}#cxLinhaJP{width:100%;background-color:#f5f5f5;display:inline-block;padding:0.5em;}
#cxLinhaJP .itemLin{width:100%;display:inline-block;text-decoration:none;padding:0.25em 0;}
#cxLinhaJP .itemLin .tituloLin{font-size:medium;font-weight:600;line-height:5px;color:#333;}
#cxLinhaJP .itemLin .breveLin{font-size:smaller;font-weight:400;line-height:5px;color:#333;}
#cxLinhaJP .itemLin .btnLin{font-size:small;font-weight:600;line-height:5px;color:#fff;background-color:#0366d6;border:0;border-radius:6px;padding:12px 12px;display:inline-block;margin:6px;}
@media only screen and (max-width: 900px) {}
@media only screen and (max-width: 600px) {}
@media only screen and (max-width: 414px) {}#cxLadoALadoJP.jp__slider-container {
display: flex;
flex-wrap: wrap;
justify-content: start;
align-items: center;
gap: 24px;
overflow: hidden;
flex-flow: nowrap;
position: relative;
margin: auto;
padding: 0;
}
#cxLadoALadoJP .jp__slide {
flex: 0 0 33.3%;
padding: 0;
}
#cxLadoALadoJP .jp__slide img {
width: 100%;
height: 100%;
object-fit: cover;
} .jp__slider-prev, .jp__slider-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
cursor: pointer;
background-color:rgba(255,255,255,0.8);
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.jp__slider-prev {
left: 0px;
}
.jp__slider-next {
right: 0px;
} .jp__slider-dots {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.jp__slider-dot {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ccc;
margin: 0 5px;
}
.jp__slider-dot.active {
background-color: #333;
}#jasa-acessibilidade-container {
position: fixed;
top: 40%; right: 0;
transform: translateY(-50%);
z-index: 99999;
display: flex;
align-items: center;
} #jasa-trigger-btn {
width: 40px; height: 40px; margin: 10px; border-radius: 6px; background-color: #fff; color: #0073aa; box-shadow: 0 4px 8px rgba(0,0,0,0.3);
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: transform 0.2s ease-in-out;
overflow: hidden;
border: none; } #jasa-trigger-btn img {
width: 32px;
height: 32px;
max-width: fit-content;
}
#jasa-trigger-btn:hover {
transform: scale(1.1);
} .jasa-options-panel {
background-color: #f9f9f9;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
margin-right: 15px;
display: flex;
flex-direction: column;
gap: 8px;
padding: 10px;
overflow: hidden;
max-height: 0;
opacity: 0;
visibility: hidden;
transform: translateX(20px);
transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
#jasa-acessibilidade-container.is-open .jasa-options-panel {
max-height: 500px;
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.jasa-options-panel button {
cursor: pointer;
background-color: #eaf5ff;
border: 1px solid #a9d7ff;
color: #005fcc;
border-radius: 4px;
padding: 8px 12px;
font-size: 14px;
text-align: left;
white-space: nowrap;
transition: background-color 0.2s;
}
.jasa-options-panel button:hover {
background-color: #d4eaff;
} body.jasa-alto-contraste,
body.jasa-alto-contraste header,
body.jasa-alto-contraste main,
body.jasa-alto-contraste article,
body.jasa-alto-contraste section,
body.jasa-alto-contraste div,
body.jasa-alto-contraste footer,
body.jasa-alto-contraste aside,
body.jasa-alto-contraste nav {
background: #000 !important;
color: #fff !important;
}
body.jasa-alto-contraste * {
background-image: none !important;
background-color: transparent !important;
color: inherit !important;
border-color: #fff !important;
box-shadow: none !important;
}
body.jasa-alto-contraste a {
color: #ffff00 !important;
}
body.jasa-alto-contraste button,
body.jasa-alto-contraste input,
body.jasa-alto-contraste select,
body.jasa-alto-contraste textarea,
body.jasa-alto-contraste .jasa-options-panel button {
background-color: #222 !important;
color: #fff !important;
border: 1px solid #fff !important;
}
body.jasa-alto-contraste #jasa-acessibilidade-container,
body.jasa-alto-contraste #jasa-trigger-btn,
body.jasa-alto-contraste .jasa-options-panel {
background-color: #222 !important;
border-color: #fff !important;
} body.jasa-alto-contraste #jasa-trigger-btn {
color: #fff !important;
} #jasa-ler-texto {
display: flex;
align-items: center;
gap: 8px; }
#jasa-ler-texto svg {
flex-shrink: 0; } .jasa-texto-destacado {
background-color: #fff3cd !important; text-decoration: underline;
text-decoration-style: dashed;
cursor: pointer; transition: background-color 0.2s;
}
@keyframes jasa-pulse {
0% {
box-shadow: 0 0 3px 1px rgba(169, 215, 255, 0.7);
}
50% {
box-shadow: 0 0 8px 4px rgba(169, 215, 255, 1);
}
100% {
box-shadow: 0 0 3px 1px rgba(169, 215, 255, 0.7);
}
}  #jasa-ler-texto.jasa-leitor-ativo {
background-color: #a9d7ff; animation: jasa-pulse 2s infinite; } .jasa-leitura-ativa {
background-color: #d4eaff !important; box-shadow: 0 0 0 2px #0073aa; text-decoration: none !important; } body.fonte-dislexia * {
font-family: 'OpenDyslexic', sans-serif !important;
} #jasa-toggle-dislexia.jasa-dislexia-ativo {
background-color: #a9d7ff;
box-shadow: 0 0 5px 2px #a9d7ff;
} body.jasa-links-destacados a {
background-color: #ffc !important; color: #000 !important; text-decoration: underline !important;
padding: 2px 4px;
border-radius: 3px;
font-weight: bold;
} #jasa-toggle-links.jasa-links-ativo {
background-color: #a9d7ff;
box-shadow: 0 0 5px 2px #a9d7ff;
} #jasa-mascara-leitura {
position: fixed;
width: 100%;
height: 120px; background: linear-gradient(to bottom, 
rgba(0, 0, 0, 0.7) 0%, 
rgba(0, 0, 0, 0) 45%, 
rgba(0, 0, 0, 0) 55%, 
rgba(0, 0, 0, 0.7) 100%
);
z-index: 99998; left: 0;
top: 0; display: none; pointer-events: none; } body.jasa-mascara-ativa #jasa-mascara-leitura {
display: block;
} #jasa-toggle-mascara.jasa-mascara-ativo {
background-color: #a9d7ff;
box-shadow: 0 0 5px 2px #a9d7ff;
}
#jasa-acessibilidade-container .alto-contraste,
#jasa-acessibilidade-container .ouvir-texto,
#jasa-acessibilidade-container .dyslexic,
#jasa-acessibilidade-container .mascara-leitura,
#jasa-acessibilidade-container .links-destacados {
width: 32px;
height: 32px;
max-width: fit-content;
}