
body {
  font-family: Arial, sans-serif;
  background: url('../img/servidoresfundo.png') no-repeat center center fixed;
  background-size: cover;
  color: #f0f0f0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); /* linha discreta */
}

section {
  background-color: rgba(0, 0, 0, 0.6); /* fundo semi-transparente */
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.topo {
  position: relative;
  padding: 80px 20px 100px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6); /* efeito overlay sutil */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-ispti {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}
.topo-logo {
  text-align: center;
  margin-top: 30px;
}

.topo-adm {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.cabecalho-centralizado {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.logout {
  position: absolute;
  top: 10px;
  right: 10px;
}

.logo-ispti-adm {
  max-height: 80px;
  margin-top: 10px;
}

.titulo-fundo {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}


.menu-topo {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.menu-topo a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.menu-topo a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  text-shadow: 0 0 5px #fff;
}
.section-experiencia {
  padding: 80px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.container-experiencia.lateral {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.texto-experiencia {
  flex: 1 1 600px;
  text-align: justify;
}

.texto-experiencia h2 {
  font-size: 2.5rem;
  color: #00aaff;
  margin-bottom: 20px;
}

.texto-experiencia p {
  font-size: 1rem; /* era 1.1rem */
  line-height: 1.6; /* levemente menor */
  margin-bottom: 16px;
}

.imagem-experiencia {
  flex: 1 1 500px;
  text-align: center;
}
.noticias-lista {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.noticias-lista li {
  margin-bottom: 10px;
}
.noticias-lista li a {
  color: #dddddd; /* ou #f0f0f0 se quiser mais clara */
  text-decoration: none;
  font-size: 1rem;
}

.noticias-lista li a:hover {
  color: #00aaff;
  text-decoration: underline;
}

#noticias-container a {
  color: #dddddd;
  text-decoration: none;
}

#noticias-container a:hover {
  color: #00aaff;
  text-decoration: underline;
}


.noticias-lista a {
  color: #ccc;
  text-decoration: none;
  font-size: 1rem;
}

.noticias-lista a:hover {
  text-decoration: underline;
  color: #00aaff;
}

.imagem-experiencia img {
  width: 100%;
  max-width: 600px; /* era 500px */
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

/* Artigos - layout */
.section-artigos {
  padding: 50px 20px;
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(3px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.artigos-texto h2 {
  font-size: 2.5rem;
  color: #00aaff;
  margin-bottom: 20px;
}

.artigos-imagem {
  flex: 1 1 500px;
  text-align: center;
}

.artigos-imagem img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.section-artigos h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  border-bottom: 2px solid #00aaff;
  display: inline-block;
  padding-bottom: 5px;
}

.artigos-container {
  border: 2px solid rgba(0, 140, 255, 0.3); /* contorno azul translúcido */
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 140, 255, 0.2); /* glow suave */
  backdrop-filter: blur(4px); /* se quiser um efeito vítreo */
  background-color: rgba(0, 0, 0, 0.3); /* leve transparência de fundo */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.artigos-container:hover {
  border-color: rgba(0, 140, 255, 0.7);
  box-shadow: 0 0 30px rgba(0, 140, 255, 0.4);
}
.artigos-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.artigos-texto {
  flex: 1 1 600px;
  text-align: justify;
}

.artigo {
  display: flex;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}

.artigo img {
  width: 100px;
  height: 100px;
  margin-right: 16px; /* aumenta o espaço à direita da imagem */
  object-fit: cover;
  flex-shrink: 0;
  border-right: 2px solid rgba(255,255,255,0.1);
}

.conteudo-artigo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.conteudo-artigo h3 {
  color: #00aaff;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.conteudo-artigo p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 15px;
}


.conteudo-artigo button {
  background-color: #007bff;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.conteudo-artigo button:hover {
  background-color: #0056b3;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}


.modal[style*="display: block"] .close {
  display: block;
}

.modal-content {
  background-color: #111;
  margin: 50px auto;
  padding: 20px;
  border: 2px solid #0ff;
  width: 90%;
  max-width: 800px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: 0 0 30px #0ff;
  padding-right: 10px;
  box-sizing: border-box;
}

body.modal-aberto {
  overflow: hidden;
}

html, body {
  height: 100%;
}

#modais-container .modal {
  z-index: 9999;
  position: fixed;
}


/* Estilo da barra de rolagem (scrollbar) */
.modal-content::-webkit-scrollbar {
  width: 8px;
}

.modal-content::-webkit-scrollbar-track {
  background: #111; /* mesmo fundo do modal */
  border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: #0af;  /* azul neon do site */
  border-radius: 4px;
  border: 2px solid #111; /* borda para encaixar no fundo */
}

/* Firefox */
.modal-content {
  scrollbar-width: thin;
  scrollbar-color: #0af #111;
}

.modal-content img {
  display: block;
  max-width: 250px;
  height: auto;
  margin: 0 auto 15px auto;
  border-radius: 8px;
  box-shadow: 0 0 10px #00aaff;
}

.modal-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: white;
}

.modal-meta {
  font-size: 0.9em;
  color: #555;
  margin: 8px 0 12px;
}

.modal-artigo {
  display: flex;
  align-items: flex-start;
  background-color: #111;
  color: #fff;
  padding: 20px;
  border: 1px solid #00aaff;
  border-radius: 8px;
  min-width: 400px;
  max-width: 1000px;
  margin: auto;
  position: relative;
  gap: 20px;
}
.modal-artigo img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.modal-conteudo {
  border-radius: 10px;
  background-color: #111c29;
  padding: 20px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  border: none;
}


.modal-titulo {
  font-size: 20px;
  font-weight: bold;
  color: #00aaff;
  margin-bottom: 10px;
  text-align: center;
}

.modal-texto {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
  text-align: justify;
}

.preview {
  color: #ccc;
  margin: 5px 0 10px;
  font-size: 0.95em;
  text-align: justify;
}

.modal-body h2 {
  margin: 0;
  font-size: 20px;
  color: #0af;
  text-align: center;
}

.modal-body p {
  margin-top: 45px;
  font-size: 16px;
  color: #ccc;
  text-align: justify;
}

.modal-content h3 {
  color: #00aaff;
  margin-top: 0;
}


.modal img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.btn-saiba-mais {
  padding: 6px 16px;
  font-size: 14px;
  background-color: #1a40ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.btn-saiba-mais:hover {
  background-color: #0037e0;
}

.btn-saiba-mais {
  ...
  margin-left: auto;
  margin-right: auto;
}

.btn-ver-mais {
  background-color: #00aaff;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn-ver-mais:hover {
  background-color: #0088cc;
}

.section-noticias {
  padding: 40px 20px;
  background-color: #f5f5f5;
}
.rss-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #0b1c2c;
  border-radius: 8px;
  padding: 20px;
  margin: 20px auto;
  max-width: 1200px;
}
.rss-imagem img {
  width: 250px;
  height: auto;
  border-radius: 10px;
}


.rss-blocos {
  flex: 1;
}


.container-noticias {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.imagem-noticias img {
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
}

.texto-noticias {
  flex: 1;
  margin-left: 40px;
  min-width: 300px;
}
.texto-noticias h2 {
  margin-bottom: 20px;
}


.section-noticias h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.bloco-noticias {
  margin-bottom: 30px;
}

.bloco-noticias h3 {
  font-size: 20px;
  color: #00aaff;
  margin-bottom: 10px;
}

ul.noticias {
  list-style: none;
  padding: 0;
  margin: 0;
}

.noticias {
  list-style: none;
  padding-left: 0;
}

.noticia-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.noticia-img {
  width: 18px;
  margin-right: 10px;
}
.noticia-link {
  color: #fff;
  text-decoration: none;
}

.noticia-link:hover {
  text-decoration: underline;
}

ul.noticias li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

ul.noticias li a {
  text-decoration: none;
  color: #222;
  font-size: 15px;
}

ul.noticias li a:hover {
  text-decoration: underline;
  color: #0077cc;
}
.section-artigos .bloco-noticias h3 {
  font-size: 18px;
  color: #00aaff;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 5px;
}

.section-artigos .noticias {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-artigos .noticias li {
  margin-bottom: 10px;
  font-size: 14px;
}

.section-artigos .noticias li a {
  color: #ccc;
  text-decoration: none;
}

.section-artigos .noticias li a:hover {
  color: #00aaff;
  text-shadow: 0 0 4px #00aaff;
}

#noticias {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.7);
}

.noticias-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0;
}

.noticias-img img {
  width: 100%;
  max-width: 320px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000066;
}

.noticias-conteudo {
  flex: 1;
}
.noticias-conteudo h3 {
  color: #00aaff;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.noticias-conteudo ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.noticias-conteudo li {
  margin-bottom: 10px;
}
.noticias-conteudo a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
}

.noticias-conteudo a:hover {
  text-decoration: underline;
}

.noticias-conteudo li a {
  color: #00aaff;
  text-decoration: none;
}

.noticias-conteudo li a:hover {
  text-decoration: underline;
}

.carrossel-parceiros {
  overflow: hidden;
  width: 100%;
}

.parceiros-track {
  display: flex;
  gap: 20px;
  animation: deslizarParceiros 30s linear infinite;
  width: max-content;
  align-items: center;
}

.parceiro-logo {
  width: 40px;
  height: 40px;
  background-color: #111;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.parceiro-logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.parceiro-logo:hover {
  transform: scale(1.1);
}

.parceiro-logo:hover img {
  filter: grayscale(0%);
}

.grid-parceiros {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Agora são 5 colunas */
  gap: 24px; /* levemente mais espaçado se quiser */
  justify-items: center;
}


.grid-parceiros img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%);
}

.grid-parceiros img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.container-experiencia.inverter {
  flex-direction: row-reverse;
}

.lista-servicos {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 1rem;
}

.lista-servicos li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
  color: #f0f0f0;
}

.lista-servicos li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00aaff;
  font-weight: bold;
}
.texto-experiencia h2 {
  text-align: left; /* ou center se preferir */
}
#form-contato {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

#form-contato input,
#form-contato textarea {
  padding: 12px;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  background-color: #222;
  color: #fff;
}

#form-contato input::placeholder,
#form-contato textarea::placeholder {
  color: #aaa;
}

#form-contato textarea {
  resize: vertical;
}

.btn-whatsapp {
  background-color: #25D366;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  transition: background 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #1da851;
}

.container-experiencia.contato-invertido {
  flex-direction: row-reverse;
}
.artigos-wrapper.artigos-invertida {
  flex-direction: row-reverse;
}

.rodape {
  background: #001f3f;
  color: #f0f0f0;
  padding: 30px 20px 15px;
  font-size: 0.95rem;
}

.rodape-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.rodape-esquerda p {
  margin: 5px 0;
}

.rodape-direita {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.rodape-direita img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.rodape-direita a:hover img {
  transform: scale(1.2);
}

.rodape-creditos {
  text-align: center;
  margin-top: 25px;
  font-size: 0.85rem;
  color: #aaa;
}

.rodape-creditos a {
  color: #00aaff;
  text-decoration: none;
}

.rodape-creditos a:hover {
  text-decoration: underline;
}
.rodape-direita i {
  font-size: 28px;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.rodape-direita a:hover i {
  transform: scale(1.2);
  color: #00aaff;
}
.rodape {
  background-color: #011633;
  color: #fff;
  padding: 30px 20px 10px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 13px;
}

.rodape-conteudo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.rodape-esquerda p {
  margin: 6px 0;
  line-height: 1.4;
}

.rodape-esquerda strong {
  color: #ffffff;
  font-weight: 600;
}

.rodape-direita a {
  margin-left: 15px;
  color: #fff;
  font-size: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.rodape-direita a:hover {
  transform: scale(1.2);
  color: #00aaff;
}

.rodape-creditos {
  text-align: center;
  font-size: 11.5px;
  color: #ccc;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}

.rodape-creditos a {
  color: #00aaff;
  text-decoration: none;
}

.rodape-creditos a:hover {
  text-decoration: underline;
}
/* ======= SERVIÇOS 2 - GALERIA DE IMAGENS ======= */
.servicos-galeria {
  background-color: #0e0f11;
  padding: 60px 20px;
  color: #ffffff;
}

.servicos-galeria .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.servicos-galeria h2 {
  color: #00aaff;
  font-size: 1.8em;
  margin-bottom: 10px;
}
.servicos-galeria h2,
.servicos-galeria .descricao {
  text-align: center;
}

.servicos-galeria .container {
  text-align: center;
}

.galeria-imagens {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.galeria-imagens img {
  width: 100%;
  max-width: 300px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 10px #00000099;
}

.galeria-imagens img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 170, 255, 0.5);
}

/* ======= MODAL DA GALERIA ======= */

.modal-conteudo {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 0 30px #00aaff99;
}

.fechar {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #ffffffcc;
  font-size: 35px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.fechar:hover {
  color: #00aaff;
}

/* ===== NOVA SECTION SERVIÇOS2 - GALERIA DE IMAGENS ===== */
.servicos-galeria {
  background-color: #111; /* fundo escuro bonito */
  padding: 60px 20px;
  text-align: center;
}

.servicos-galeria .descricao {
  color: #ccc;
  font-size: 1em;
  margin-bottom: 20px;
}

.galeria-imagens {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-items: center;
}

.galeria-imagens img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.galeria-imagens img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 170, 255, 0.4);
}

#modal-imagem {
  display: none;  /* Garante que o modal esteja oculto por padrão */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

#modal-imagem .fechar {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

#modal-imagem .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  background-color: #111;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #00aaff;
  box-shadow: 0 0 20px #00aaff;
}

.modal-content {
  border: 1px solid #00bfff;
  box-shadow: 0 0 15px #00bfff;
  background-color: #111;
  border-radius: 8px;
}

#imagem-modal {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  border-radius: 5px;
}

/* Estilo da barra de rolagem */
::-webkit-scrollbar {
  width: 10px;
}

/* Fundo da barra */
::-webkit-scrollbar-track {
  background: #111; /* fundo escuro do site */
}

/* Alça (scroll) */
::-webkit-scrollbar-thumb {
  background-color: #00aaff; /* azul neon */
  border-radius: 10px;
  border: 2px solid #111; /* borda para dar profundidade */
}

/* Ao passar o mouse por cima */
::-webkit-scrollbar-thumb:hover {
  background-color: #33cfff;
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #00aaff #111;
}

/* Estilo do botão flutuante */
.botao-voltar-topo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #00aaff;
  color: #000;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 0 10px #00aaff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

/* Mostra quando rolar */
.botao-voltar-topo.mostrar {
  opacity: 1;
  visibility: visible;
}

#modal-imagem .modal-conteudo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  object-fit: contain;
  border-radius: 10px;
  background-color: #111;
  box-shadow: 0 0 40px #00aaff;
}

.artigos {
  border: 2px solid rgba(0, 153, 255, 0.5);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 153, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.3);
}


.imagem-experiencia img,
.artigos-imagem img {
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 153, 255, 0.6); /* brilho azul */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.imagem-experiencia img:hover,
.artigos-imagem img:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(0, 153, 255, 0.9);
}


@media (max-width: 480px) {

  section {
    padding: 25px 15px;
  }

  .topo {
    padding: 40px 10px 40px;
  }

  .logo-ispti {
    max-width: 180px;
  }

  .menu-topo {
    flex-direction: column;
    gap: 10px;
    position: static;
    margin-top: 20px;
  }

  .menu-topo a {
    padding: 8px 12px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .container-experiencia.lateral,
  .container-experiencia.inverter,
  .artigos-wrapper,
  .artigos-wrapper.artigos-invertida,
  .container-noticias,
  .rodape-container,
  .rodape-conteudo,
  .noticias-wrapper,
  .rss-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px;
  }

  .imagem-experiencia img,
  .artigos-imagem img,
  .imagem-noticias img,
  .rss-imagem img {
    max-width: 100% !important;
    height: auto !important;
  }

  .texto-experiencia,
  .artigos-texto,
  .texto-noticias {
    margin: 0;
    text-align: justify;
  }

  .artigo {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 10px;
  }

  .artigo img {
    margin: 0 0 10px 0;
  }

  .conteudo-artigo button,
  .btn-ver-mais,
  .btn-saiba-mais {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px auto 0;
  }

  .modal-artigo {
    flex-direction: column;
    min-width: unset;
    width: 100%;
    padding: 10px;
  }

  .modal-artigo img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-bottom: 15px;
  }

  .modal-content {
    width: 95% !important;
    padding: 10px;
  }

  .rodape-direita,
  .rodape-esquerda {
    justify-content: center;
    text-align: center;
  }

  .rodape-direita a {
    margin: 0 10px;
  }

  .galeria-imagens {
    grid-template-columns: 1fr;
  }

  .lista-servicos li {
    font-size: 0.95rem;
    padding-left: 24px;
  }

  .noticias-conteudo h3,
  .section-artigos h2,
  .section-noticias h2 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .noticias-conteudo ul,
  .noticias-conteudo li,
  .noticia-link {
    font-size: 0.9rem;
    text-align: left;
    padding: 0;
    margin: 0;
    overflow-wrap: break-word;
  }

  .noticia-link {
    display: block;
    line-height: 1.4;
    padding: 6px 0;
  }

  .noticias {
    padding: 0 10px;
  }

  #noticias {
    padding: 30px 0;
  }

  .botao-voltar-topo {
    bottom: 30px;
    right: 15px;
    font-size: 12px;
    padding: 8px 12px;
  }

  .topo-adm .logout {
    position: static;
    margin-top: 10px;
  }
}
