@charset "UTF-8";
/* Importação da fonte Poppins do Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

/*
* jQuery File Upload Plugin CSS 1.3.0
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/* FORMATO PARA PCS / NOTEBOOKS
/*==========================================================================================================================*/
.header.hidden {
  top: -100px;
  /* Esconde o cabeçalho para cima */
}

body {
  font-family: "Poppins", sans-serif;
}

.comunicado-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  width: auto;
}

table.table-56 th,
table.table-56 td {
  padding: 8px 10px;
}

table.table-56 th {
  font-weight: bold;
}

table.table-56 th,
table.table-56 td {
  padding: 12px 16px;
  text-align: center;
  border: 1px solid #c7c7c7;
}

table.table-56 {
  font-size: 14px;
  min-width: 100%;
}

table.table-56 {
  border-collapse: collapse;
  width: 100%;
}

.table-wrapper-56 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.table-container-56 {
  border: 1.5px solid #00a2ff;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}

.logo_fp_novo img {
  height: auto;
  width: 100px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}

.video_display_novo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.mini-imagem {
  height: 75px;
  width: 75px;
  border-radius: 100%;
  line-height: 90px;
  background: #ffffff;
  text-align: center;
  margin: auto;
  margin-bottom: 0px;
  z-index: 2;
  margin-top: -30px;
  padding: 5px;
  transition: 0.3s;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: #3472c8;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  transform: rotate(180deg);
  outline: 1px solid #fcd600;
}

#myBtn:hover {
  background-color: #fcd600;
  color: #3472c8;
  outline: 1px solid #fcd600;
}

.menu-display-download {
  display: flex;
  align-items: center;
  flex-direction: column;
}

a.link {
  color: #fff;
}

.menu-div-sat {
  width: 60px;
  height: auto;
  overflow: hidden;
}

.menu-div-titulo-sat {
  font-weight: bolder;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #fff;
}

.menu-div-texto-sat {
  font-weight: 400;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #fff;
}

.download-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 700px;
}

.download-box {
  position: relative;
  background: linear-gradient(45deg, #ffffff, #c4c4c4);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: left;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-box::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: rgba(0, 123, 255, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
}

.download-box:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.download-box h2 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.download-box .date {
  font-size: 12px;
  color: #999;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.download-btn:hover {
  text-decoration: none;
  background: #194c89;
  transform: scale(1.09);
  box-shadow: 0 6px 15px rgba(0, 86, 179, 0.3);
}

/* botão download */

.p-div-rs {
  margin: auto;
}

button:focus {
  outline: none;
}

.recaptcha {
  width: 304px;
  height: 78px;
}

.link_video {
  width: 900px;
  height: 600px;
}

.img-estrutura {
  width: 100%;
  height: auto;
}

.desenvolvedor-menu {
  font-weight: bolder;
  font-size: 9px;
  color: white;
  text-align: center;
  padding: 10px;
  background: #01074f;
  margin: 0px;
  display: block;
}

strong {
  font-weight: bolder;
}

b {
  font-weight: bolder;
}

.menu-pc {
  display: none;
}

.menu-pc-2 {
  display: none;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 20%;
  height: 100%;
  background: #1e4f6f;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.6);
  transition: left 0.4s ease-in-out;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: normal;
  scrollbar-width: none;
  padding: 0px;
}

.menu-mobile-new {
  position: static;
  border-radius: 10px;
  border: 3px solid #007bff;
  border-left: 0px;
  border-right: 0px;
  width: 20%;
  height: 700px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: left 0.4s ease-in-out;
  flex-direction: column;
  overflow-y: auto;
  justify-content: normal;
  scrollbar-width: none;
  padding: 0px;
  z-index: 999999;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #194c89;
}

.menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 15px;
}

.menu-mobile-new ul {
  list-style: none;
  margin: 0;
  padding: 15px;
}

.menu-mobile a {
  display: block;
  padding: 14px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  border: 2px #fcd600;
  transition: background 0.3s ease-in-out, opacity 0.4s ease-in-out,
    color 0.3s ease-in-out;
  opacity: 0;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}

.menu-mobile ul li:last-child a {
  border-bottom: none;
}

.menu-mobile-new ul li:last-child a {
  border-bottom: none;
}

.menu-mobile.open a {
  opacity: 1;
  color: white !important;
}

.menu-mobile a {
  position: relative;
  display: block;
  color: white;
  z-index: 0;
  /* agora o link está abaixo do texto, mas acima do fundo */
  padding: 0.75rem 1rem;
  border-radius: 8px;
  overflow: hidden;
}

.menu-mobile-new a {
  position: relative;
  display: block;
  color: black !important;
  z-index: 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  overflow: hidden;
}

.menu-mobile a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0091ff, #1e4f6f);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
  /* ESSENCIAL: fica atrás do conteúdo do link */
  border-radius: 8px;
}

.menu-mobile-new a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0091ff, #1e4f6f);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
  /* ESSENCIAL: fica atrás do conteúdo do link */
  border-radius: 8px;
}

.menu-mobile a:hover::before {
  opacity: 1;
}

.menu-mobile-new a:hover::before {
  opacity: 1;
}

.menu-btn {
  font-size: 30px;
  color: #fcd600;
  background: #ffffff15;
  border: none;
  cursor: pointer;
  transition: transform 0.4s ease;
  border-radius: 5px;
  height: 40px;
  display: inline-flex;
  /*
align-self: anchor-center;
*/
  align-items: center;
  padding: 5px;
}

.menu-btn.rotate {
  transform: rotate(90deg);
}

.menu-mobile.open {
  left: 0;
}

.menu-mobile-new.open {
  left: 0;
}

.logo-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.logo-mobile img {
  width: 80%;
  object-fit: contain;
  padding: 20px;
}

.submenu-mobile {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition: max-height 0.5s ease-out, padding 0.3s ease;
}

.has-submenu>a::after {
  content: "\f105";
  float: right;
  font-size: 12px;
  transition: transform 0.3s ease-in-out;
  font-weight: bold;
}

.has-submenu.open>a::after {
  transform: rotate(90deg);
}

.has-submenu.open .submenu-mobile {
  max-height: 200px;
  padding-left: 20px;
}

.submenu-mobile li a {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  color: #194c89 !important;
}

.has-submenu.open .submenu-mobile li a {
  opacity: 1;
}

/* Rodapé com informações de contato */
.menu-footer {
  background: linear-gradient(360deg, #01074f, #194c89);
  padding: 15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-footer .contato {
  color: white;
  font-size: 10px;
}

.menu-footer .contato p {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}

.menu-footer .contato ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-footer .contato li {
  margin-bottom: 5px;
}

.menu-footer .contato li a {
  color: white;
  text-decoration: none;
}

.menu-div-btn {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(180deg, #01074f, #194c89);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
  width: 100%;
  z-index: 9999;
}

.menu-div-img {
  width: 140px;
  height: auto;
}

.menu-display-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.menu-display {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.menu-div-rs-telefone {
  vertical-align: middle;
  margin: 0;
  font-weight: 500;
  font-size: clamp(1em, 1vw, 1em);
  color: #fff;
}

.menu-div-sejasocio {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 10%;
}

.page-content {
  padding-top: 120px;
  /* espaço para o cabeçalho fixo */
  background-color: #f0f0f0;
  min-height: 2000px;
  /* para demonstrar o scroll */
}

.menu-pc {
  height: clamp(6em, 1vw, 6em);
}

.menu-pc-2 {
  height: clamp(3em, 1vw, 3em);
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(45deg, #014d1d, #00ff5f);
  color: white;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 35px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
}

.whatsapp-button:hover {
  transform: scale(1.15);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
}

.form_video {
  display: flex;
  justify-content: right;
}

.vertical-menu-direita {
  width: 100%;
  height: 80px;
}

.video_institucional {
  width: 100%;
  height: auto;
  display: inline-block;
}

.campo_vazio {
  width: 42%;
}

ul.vertical-menu-direita {
  width: 100%;
  list-style-type: none;
}

li.item-est {
  margin: 10px;
}

li.item-est a {
  height: 60px;
  padding: 16px;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #194c89;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -goog-ms-border-radius: 10px;
  border-radius: 10px;

  border: 1px solid #194c89;
}

li.item-not {
  margin: 10px;
}

li.item-not a {
  height: auto;
  padding: 16px;
  width: auto;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  font-size: clamp(1em, 1vw, 1em);
  color: #194c89;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -goog-ms-border-radius: 10px;
  border-radius: 10px;

  border: 1px solid #194c89;
}

.vertical-menu-direita a:hover {
  background-color: #3472c8;
  color: white;
}

.vertical-menu-direita a.active {
  background-color: #194c89;
  color: white;
  font-size: clamp(1.4em, 1vw, 1em);
}

.conteudo_anexos {
  font-weight: 400;
  font-size: clamp(1.2em, 1vw, 0.9em);
  color: #5b5b58;
}

.conteudo_anexos a {
  font-weight: 400;
  font-size: clamp(0.9em, 1vw, 0.9em);
  color: #5b5b58;
  text-decoration: none;
}

.conteudo_anexos a:hover {
  font-weight: 400;
  font-size: clamp(1.2em, 1vw, 0.9em);
  color: #5b5b58;
  text-decoration: none;
}

nav {
  padding: 0px;
}

nav ul {
  list-style: none;
  margin: auto;
  padding: 10px;
  display: flex;
}

nav ul li {
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-right: 10px;
  border-radius: 10px;
  width: clamp(12em, 1vw, 120em);
  font-size: clamp(1em, 1vw, 0.8em);
  margin: 0px;
  width: 100%;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: 0.5s;
  border-radius: 10px;
  width: clamp(12em, 1vw, 120em);
}

nav ul li a:hover {
  color: #008b8b;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Submenu inicialmente escondido */
nav ul li ul {
  margin: 2px;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: block;
  border-radius: 10px;
}

nav ul li ul li {
  margin: 0;
}

nav ul li ul li a {
  display: block;
  border-radius: 0px;
  text-align: left;
  padding: 10px;
  background: #3472c8;
  transition: 0.8s;
  width: clamp(16em, 1vw, 100em);
}

nav ul li ul li a:hover {
  background: #fcd600;
  border-radius: 0px;
}

nav ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  display: block;
}

.input_com_botao {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0px;
}

.btn_buscar {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  width: 30px;
  height: 30px;
  background: none;
  background-size: 30px;
  background-image: url(./imagens/Exit_novo.png);
}

.btn_buscar:focus {
  color: #000;
  outline: none;
}

.form_centralizar {
  text-align: center;
}

.layout_evento_pmt {
  display: flex;
  gap: 30px;
  padding: 20px;
  width: 100%;
  height: 500px;
  align-items: stretch;
  justify-content: center;
}

.banner_evento_pmt,
.mini_evento_pmt {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.banner_evento_pmt {
  flex: 1;
  aspect-ratio: 3 / 5;
}

.mini-group_evento_pmt {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  justify-content: space-between;
  padding: 0px;
}

.mini_evento_pmt {
  flex: 1;
  aspect-ratio: 1 / 1;
}

.content_evento_pmt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.fundo_branco_pmt {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(./imagens/fundo_pmt_transparente.jpg);
}

.nav_novo_pmt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.cpicon_form {
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 90%, #ffffff00 100%);
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  bottom: -2px;
}

.wave-container {
  position: relative;
  height: 250px;
  background: transparent;
  overflow: hidden;
  bottom: -2px;
}

.display_titulos_fp_novo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_banner_fp_novo {
  height: 325px;
  width: 100%;
}

.background_fp_novo {
  background: #fff;
  background-size: contain;
}

.cabecalho_fp_novo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 40px 40px 40px;
  color: white;
  background: linear-gradient(0deg, transparent, #3883c2);
  width: 100%;
  z-index: 10;
}

.cabecalho_fp_novo .logo_fp_novo {
  font-weight: 800;
  font-size: 18px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cabecalho_fp_novo nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.cabecalho_fp_novo nav a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.layout_fp_novo {
  display: grid;
  grid-template-columns: 2fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "banner_fp_novo noticia1_fp_novo"
    "noticias-esquerda_fp_novo noticia1_fp_novo";
  gap: 24px;
  column-gap: 0;
  width: 100%;
  height: auto;
  animation: fadeUp 1s ease forwards;
  opacity: 0;
  padding: 0;
}

.banner_fp_novo {
  grid-area: banner_fp_novo;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  cursor: pointer;
  padding: 0px;
}

.banner_fp_novo:hover {
  transform: scale(1.01);
}

.banner_fp_novo::before {
  content: "";
  position: absolute;
  inset: 0;
}

.banner-content_fp_novo {
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  padding: 0px;
  width: 100%;
  height: 100%;
}

.banner-content_fp_novo h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
}

.banner-content_fp_novo p {
  font-size: 18px;
  margin-bottom: 22px;
}

.banner-content_fp_novo button {
  background: #ffffff00;
  color: #ffffff;
  border: none;
  padding: 12px 36px;
  height: 100%;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

.noticia1_fp_novo {
  grid-area: noticia1_fp_novo;
  background: url("marmoreia.png") no-repeat center center;
  background-size: cover;
  border-radius: 16px;
  min-height: 340px;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.noticia1_fp_novo:hover {
  transform: scale(1.01);
}

.noticia1_fp_novo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background-color: #00000069;
}

.noticia1_fp_novo .conteudo_fp_novo {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.noticia1_fp_novo h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.noticia1_fp_novo h5 a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.noticia1_fp_novo h3 {
  font-size: 22px;
  font-weight: bolder;
}

.noticia1_fp_novo h3 a {
  text-decoration: none;
  font-size: 22px;
  font-weight: bolder;
  color: white;
}

.noticias-esquerda_fp_novo {
  grid-area: noticias-esquerda_fp_novo;
  display: flex;
  gap: 24px;
  width: 100%;
  height: 500px;
  padding: 0;
}

.noticia_fp_novo {
  flex: 1;
  background-size: cover;
  border-radius: 10px;
  padding: 18px;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.noticia_fp_novo:hover {
  transform: scale(1.02);
}

.noticia_fp_novo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(1deg, #000000e3, transparent);
}

.noticia_fp_novo h5 a {
  text-decoration: none;
  flex: 1;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  min-height: 200px;
  padding: 18px;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.noticia_fp_novo .conteudo_fp_novo {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.noticia_fp_novo h5 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.noticia_fp_novo h4 {
  font-size: 19px;
  font-weight: bolder;
}

.noticia_fp_novo h4 a {
  text-decoration: none;
  font-size: 19px;
  font-weight: bolder;
  color: white;
}

.logo_fp_novo img {
  height: auto;
  width: 100%;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}

.nav_fp_novo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  width: 80%;
}

.nav-btn_fp_novo {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgb(0 104 189 / 43%);
}

.nav-btn_fp_novo:hover {
  background-color: rgba(0, 104, 189, 0.945);
  color: #fff;
  transform: scale(1.06);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.redes-sociais_fp_novo {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 10%;
  justify-content: center;
}

.redes-sociais_fp_novo img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
  /* deixa branco sólido */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.redes-sociais_fp_novo a:hover img {
  transform: scale(1.15);
  opacity: 0.8;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 0.4s ease-out forwards;
  opacity: 1 !important;
}

.fade-out {
  animation: fadeOutDown 0.4s ease-out forwards;
  opacity: 0 !important;
}

@keyframes fadeOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(20px);
    opacity: 0;
  }
}

#galeria .foto {
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

/* Estado base: escondido */
#galeria .foto:not(:target) {
  opacity: 1;
}

/* TARGET entra com suavidade */
#galeria .foto:target {
  position: fixed;
  width: 50%;
  top: 5%;
  left: 25%;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  background: repeating-linear-gradient(45deg, #2563eb, #3b82f6 130px);
  z-index: 999;
  animation: fadeInUp 0.5s ease-out forwards;
}

.carousel-fp-display {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img-carousel-fp {
  width: 900px;
  height: 500px;
  object-fit: cover;
}

.grid-item-text {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-fp-not {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 colunas */
  grid-template-rows: repeat(3, auto);
  /* 6 linhas */
  gap: 20px;
  /* Espaçamento entre os itens */
  padding: 20px;
}

.grid-item {
  background: repeating-linear-gradient(45deg, #3999ff, #72bfff 130px);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  display: flex;
  height: 400px;
}

.grid-item:hover {
  transform: scale(1.03);
}

.grid-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.form-fp-noticias {
  width: 50%;
  display: flex;
  height: auto;
}

.form-fp-img {
  width: 100%;
  height: auto;
}

.form_noticias {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.5s ease;
}

.form_noticias:hover {
  transform: scale(1.1);
  filter: brightness(80%);
}

.form-fp {
  width: 800px;
  height: 450px;
}

.wrapper-7489 {
  text-align: center;
}

.button-7489 {
  background: #3498db;
  color: white;
  padding: 15px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.button-7489:hover {
  background: #2980b9;
}

.content-box-7489 {
  width: 250px;
  background: white;
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
}

.content-box-7489.active {
  max-height: 200px;
  opacity: 1;
}

.form-local {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.box-01 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 0;
}

.img-01 {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  background: #000e71;
}

.box-01:hover .img-01 {
  filter: blur(5px);
  transform: scale(1.02);
}

.text-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background: rgba(27, 127, 204, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: small;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 1px solid #008b8b;
  flex-direction: column;
}

.box-01:hover .text-01 {
  opacity: 1;
}

.text-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background: rgba(27, 127, 204, 0.8);
  color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
  font-size: large;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 1px solid #008b8b;
  flex-direction: column;
}

.box-01:hover .text-02 {
  opacity: 1;
}

.iframe-fp {
  border: 2px solid #167ac6;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mapa-fp {
  padding: 20px;
}

.zoom-local {
  height: auto;
  overflow: hidden;
}

.zoom-local img {
  transition: all 0.3s ease-in-out;
}

.zoom-local img:hover {
  filter: brightness(80%);
  transform: scale(1.1);
}

.class-info {
  box-shadow: 0px 10px 20px 0px rgba(130, 132, 134, 0.08);
  background: rgba(27, 127, 204, 0.8);
  padding: 25px;
  margin: 0 35px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #0091ff;
}

.class_icon {
  height: 75px;
  width: 75px;
  border-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 30px;
  line-height: 90px;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
  z-index: 2;
  margin-top: -55px;
  transition: 0.3s;
}

.form_programacao {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.titulo_noticias_fp_branco {
  font-weight: bold;
  font-size: clamp(4.2em, 1vw, 1em);
  color: #ffffff;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}

.zoom-img {
  width: 300px;
  height: auto;
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.zoom-img img:hover {
  filter: brightness(80%);
  transform: scale(1.1);
}

.wave-container {
  position: relative;
  height: 160px;
  /* Cobrir toda a tela */
  background: transparent;
  overflow: hidden;
  bottom: -2px;
}

.pesquisar_input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 100px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.53);
  color: #454545;
  backdrop-filter: blur(7.6px);
  padding: 10px;
  outline: 2px solid #ff4d4d00;
  transition: 0.3s ease;
  font-size: larger;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  white-space: pre;
  justify-content: space-between;
}

.pesquisar_input::placeholder {
  color: #6e6e6e;
}

.pesquisar_input:focus {
  transition: 0.3s ease;
  outline: 1px solid #1b7fcccc;
}

.form_centralizar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pesquisar_form {
  display: inline-block;
  overflow-x: auto;
  height: 360px;
  width: 90%;
  align-items: center;
}

.form_denuncia_table {
  display: flex;
  justify-content: center;
}

.form_denuncia {
  padding: 15px;
}

.form_noticias_cultura {
  width: auto;
  height: auto;
}

.canil_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid #008b8b;
  cursor: pointer;
  overflow: hidden;
}

.menu_nav {
  display: flex;
  text-align: center;
  margin: auto;
  background-color: #008b8b;
  outline: none;
  border: hidden;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  height: 40px;
}

/*Joao Estilos Inicio*/

.pesquisa_botao_site {
  background-color: #008b8b;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  transition: 0.3s;
  border-radius: 4px;
  height: 40px;
  outline: none;
}

.pesquisa_texto_site {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  /* Bordas arredondadas apenas no lado esquerdo */
  width: calc(100% - 50px);
  /* Ajusta a largura para ocupar o espaço restante */
  box-sizing: border-box;
}

.search-form {
  display: inline-flex;
  /* Usa flexbox para alinhar os elementos */
  align-items: center;
}

.search-form .pesquisa_botao_site {
  border-radius: 0 4px 4px 0;
  /* Bordas arredondadas apenas no lado direito */
  margin-left: -1px;
  /* Remove a margem entre o botão e a caixa de pesquisa */
}

.video_item {
  padding: 0px;
  margin: 10px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

.video_content {
  padding: 0px;
}

/*zapzap*/

.button-container {
  position: fixed;
  /* Mantém o contêiner fixo na tela */
  bottom: 10px;
  /* Ajuste conforme necessário para posicionar o contêiner */
  right: 10px;
  /* Ajuste conforme necessário para posicionar o contêiner */
  display: inline-block;
  z-index: 1000;
}

.hover-button {
  height: 70px;
  position: absolute;
  top: 50%;
  right: 60%;
  transform: translateY(-50%);
  padding: 0px 0px;
  font-size: 20px;
  cursor: pointer;
  transition: width 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 999;
  width: 200px;
  background-color: #008b8b;
  color: #fff;
  border: 6px solid #fff;
  border-radius: 14px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-container:hover .hover-button {
  opacity: 1;
}

.button-container img {
  position: relative;
  width: 100px;
  /* Ajuste a largura da imagem conforme necessário */
  height: 100px;
  /* Ajuste a altura da imagem conforme necessário */
  transition: transform 0.3s ease;
  z-index: 1001;
  /* Garante que a imagem fique acima do botão */
}

.button-container:hover img {
  transform: scale(1.1);
  /* Aumenta a imagem no hover */
}

.button-container:hover {
  cursor: pointer;
}

/*Menu Horizontal */

ul.horizontal-menu li:last-child {
  border-right: none;
}

ul.horizontal-menu {
  display: table;
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ul.horizontal-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.horizontal-menu li a {
  display: block;
  color: #202020;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  transition: 0.5s;
  border-right: 1px solid rgba(116, 116, 116, 0.233);
  border-image: linear-gradient(to bottom, #eeeeee00, #aaaaaa, #eeeeee00) 1 100%;
}

ul.horizontal-menu li a:hover:not(.active) {
  background-color: #dc67ff;
  transition: 0.5s;
  opacity: 75%;
}

ul.horizontal-menu li a.active {
  background-color: #dc67ff;
  color: #fff;
}

ul.horizontal-menu li.right {
  float: right;
}

.menu-icon {
  display: none;
}

/*historia cidade*/

.form_historia {
  width: 800px;
  height: 400px;
  border-radius: 10px;
  margin: auto;
  padding: 0px;
}

.form_img_historia {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form_processos {
  width: auto;
  height: auto;
  overflow: hidden;
  transition: 0.3s ease;
}

.form_processos:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form_processos img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.5s ease;
}

.form_processos img:hover {
  zoom: 1.1;
  filter: brightness(80%);
}

.imagens-carousel {
  padding: 0px;
  height: 450px;
  width: 850px;
}

/*form imagens noticias*/
/* off */

.form_img_noticias {
  overflow: hidden;
  object-fit: fill;
  border-radius: 4px;
}

.mapa_form {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  border: 1px solid #167ac6;
}

/*João Estilos Fim*/

.container_checkbox {
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 90px;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 10px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid #008b8b;
  border-width: 1px 1px 1px 1px;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
  left: 5px;
  top: 5px;
  width: 15px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.container_checkbox {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container_artistas img {
  width: 150px;
  height: 150px;
}

table.table_cabecalho_logo {
  width: clamp(70rem, 30vw, 70rem);
}

table.table_cabecalho_menu {
  width: clamp(450rem, 30vw, 90rem);
}

table.table_cabecalho_fp {
  width: clamp(60rem, 30vw, 90rem);
}

table.table_noticia {
  width: 100%;
}

table.table_bi {
  width: clamp(70rem, 30vw, 70rem);
}

table.table_noticia_session {
  width: clamp(80rem, 40vw, 80rem);
}

img.diretores {
  height: 200px;
  object-fit: cover;
  width: 200px;
}

img.escola {
  height: 220px;
  object-fit: cover;
  width: 280px;
}

img.cultura {
  height: 400px;
  object-fit: cover;
  width: 400px;
}

a:link {
  text-decoration: underline;
  color: black;
}

a.sem_underline:link {
  text-decoration: none;
}

table.table_escola {
  width: clamp(90rem, 30vw, 90rem);
}

table.table_cultura {
  width: clamp(90rem, 30vw, 90rem);
}

table.table_ficha_inscricao_fp {
  width: clamp(90rem, 30vw, 90rem);
}

table.table_orla {
  width: clamp(100rem, 32vw, 100rem);
}

img.brasao {
  width: clamp(50px, 35vw, 100px);
}

img.brasao_cartao_idoso {
  width: clamp(50px, 20vw, 200px);
}

img.brasao_fp {
  width: clamp(120px, 40vw, 120px);
}

img.patrocinadores {
  width: clamp(100px, 40vw, 180px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

img.ingressos {
  width: clamp(100px, 40vw, 200px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

img.foto_evento {
  width: clamp(8em, 16vw, 100em);
}

img.banner_cultura {
  width: 90%;
}

img.banner_vigilancia_sanitaria {
  width: 90%;
}

.vertical-menu {
  width: 100%;
}

.vertical-menu a {
  font-weight: 500;
  background-color: #eee;
  font-size: clamp(1em, 1vw, 1em);
  display: block;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -goog-ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;

  transition: 0.3s ease;
  justify-content: center;
  color: #2d2d2d !important;
}

ul.vertical-menu {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 100%;

  padding: 0px;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.vertical-menu a:hover {
  background-color: #ccc;
  border-left: 1px solid #17a2b8;
  border-right: 1px solid #17a2b8;
}

.vertical-menu a.active {
  background: linear-gradient(90deg, #008b8b, #00bfbf);
  border: none;
  color: white !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 14px;
}

.vertical-menu a.active_sessao {
  background: linear-gradient(90deg, #1e4f6f, #38a0e3);
  color: white !important;
  font-weight: 600;
  font-size: clamp(1.3em, 1vw, 1em);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a.nav-link {
  color: #fff;
  transition: 0.3s ease;
}

a.nav-admin {
  color: #008b8b;
}

.cat {
  height: 300px;
  width: 300px;
}

a.nav-admin:link {
  transition: all 0.3s ease;
  /*Aplicamos um efeito de transição*/
  text-decoration: none;
  /*Removemos o sublinhado*/
  font-size: clamp(1.2em, 1vw, 1em);
  /*Alteramos o tamanho da fonte*/
  /*Adicionamos um espaçamento de 10px em TOP, BOTTOM, RIGHT e LEFT*/
  color: #1e4f6f;
  /*Mudamos a cor para Azul*/
  font-weight: 500;
  vertical-align: middle;
}

a.nav-admin:hover {
  color: #1e4f6f;
}

a.nav-admin {
  color: #1e4f6f;
}

a.nav-admin:visited {
  color: #1e4f6f;
}

/* Quando já clicamos no link anteriormente */
a:visited {
  color: #2c3539;
  /*Mudamos a cor para Laranja*/
}

/* Quando passamos o mouse sobre o link */
a:hover {
  color: #008b8b;
  /*Mudamos a cor para Verde*/
}

/* Quando clicamos no link */
a:active {
  color: #008b8b;
  /*Mudamos a cor para Verde*/
}

a.nav-link {
  color: #fff;
}

a.nav-link:hover {
  color: #ff9933;
}

a.imprensa {
  color: #fff;
}

a.imprensa:hover {
  color: #fff;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbar-toggler {
  border: hidden;
  width: 80px;
  height: 40px;
  background-color: #1e4f6f;
  padding: 0;
  position: relative;
  margin-top: 0px;
  background-color: #008b8b;
  border-radius: 4px;
  margin: auto;
}

.btn-text-top {
  background-color: #f5f6fa;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 70px 15px 30px;
  border-radius: 5px;
  width: 600px !important;
  height: 32px;
  font-weight: 300;
  color: #8795a2;
}

.logo_banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-text-top {
  background-color: #f5f6fa;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 70px 15px 30px;
  border-radius: 5px;
  width: 600px !important;
  height: 32px;
  font-weight: 300;
  color: #8795a2;
}

.btn-buscar-top {
  width: 20px !important;
  height: 22px;
  background: url(./imagens/buscar_grey.png) no-repeat;
  cursor: pointer !important;
  border: none;
  transform: translateY(-50%);
  padding: 0;
  position: relative;
  top: 0px;
  left: 280px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}

fieldset {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
}

.borda_redonda {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -goog-ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}

.borda_redonda_ma {
  font-size: clamp(0.9em, 1vw, 0.9em);
  font-weight: bold;
  color: white;
  background-color: #008b8b;
  border: 1px solid #dedede;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 1px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  vertical-align: middle;
}

.borda_redonda_adm {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #dedede;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
}

.borda_redonda_ma_t {
  font-size: clamp(0.9em, 1vw, 0.9em);
  font-weight: bold;
  color: #2c3539;
  background-color: #dedede;
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}

.borda_redonda_fp {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

.borda_redonda_governo {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -goog-ms-border-radius: 14px;
  border-radius: 14px;
  width: 40%;
  margin: 10px;
}

.imagem_pequena {
  width: 180px;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.table {
  width: 100%;
  display: block;
  border-spacing: 0;
}

.top {
  vertical-align: top;
}

.espaco10px {
  text-decoration: none;
  color: inherit;
  padding: 1px 1px 1px 1px;
  vertical-align: middle;
  margin-top: 15px;
  margin-left: 10px;
}

.espaco7px {
  text-decoration: none;
  color: inherit;
  padding: 1px 1px 1px 1px;
  vertical-align: middle;
  margin-top: 15px;
  margin-left: 7px;
}

.espaco5px {
  text-decoration: none;
  color: inherit;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
}

.espaco20px {
  text-decoration: none;
  color: inherit;
  padding: 50px 0px 0px 20px;
  vertical-align: middle;
}

div {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #808080;
  font-weight: bolder;
}

input.pesquisar {
  font-size: 14px;
  font-weight: normal;
  color: #696969;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -goog-ms-border-radius: 10px;
  height: 32px;
  vertical-align: middle;
  border-radius: 10px;
}

input.text {
  font-size: clamp(1em, 1vw, 1em);
  height: 30px;
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

input.text_login {
  height: 50px;
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

input.text_desabilitado {
  font-size: 15px;
  color: #515151;
  background-color: #dedede;
  border: 0px solid #dedede;
}

input.text_m {
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

input.number {
  height: 30px;
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: right;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

input.data {
  border: 1px solid #008b8b;
  height: 30px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}

fieldset {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.button {
  -webkit-box-shadow: inset 0px 1px 0px 0px #b0c4de;
  box-shadow: inset 0px 1px 0px 0px #b0c4de;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #66a1d3),
      color-stop(1, #4682b4));
  background: -moz-linear-gradient(center top, #4682b4 5%, #3883c2 100%);
  background-color: #4682b4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b0c4de;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #b0c4de;
}

.button:hover {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #3883c2),
      color-stop(1, #4682b4));
  background: -moz-linear-gradient(center top, #3883c2 5%, #4682b4 100%);
  background-color: #3883c2;
}

.button_incluir {
  font-weight: bold;
  font-size: clamp(1.3em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: clamp(3em, 1vw, 60em);
  width: clamp(16em, 1vw, 400em);
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}

.button_incluir:hover {
  background-color: #3883c2;
}

.button_alterar {
  font-weight: bold;
  font-size: clamp(1.3em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #f08020;
  background-color: #f08020;
  height: clamp(3em, 1vw, 60em);
  width: clamp(16em, 1vw, 400em);
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}

.button_alterar:hover {
  background-color: #3883c2;
}

.button_excluir {
  font-weight: bold;
  font-size: clamp(1.3em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid red;
  background-color: red;
  height: clamp(3em, 1vw, 60em);
  width: clamp(16em, 1vw, 400em);
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}

.button_excluir:hover {
  background-color: #3883c2;
}

.button_balcao_empreendedor {
  -webkit-box-shadow: inset 0px 1px 0px 0px #b0c4de;
  box-shadow: inset 0px 1px 0px 0px #b0c4de;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #66a1d3),
      color-stop(1, #4682b4));
  background: -moz-linear-gradient(center top, #4682b4 5%, #3883c2 100%);

  background-color: #4682b4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b0c4de;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 50px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #b0c4de;
}

.button_balcao_empreendedor:hover {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #3883c2),
      color-stop(1, #4682b4));
  background: -moz-linear-gradient(center top, #3883c2 5%, #4682b4 100%);

  background-color: #3883c2;
}

.button_noticias {
  font-weight: bold;
  font-size: clamp(1.6em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #6c757d;
  background-color: #1e4f6f;
  height: clamp(3em, 1vw, 70em);
  width: clamp(12em, 1vw, 400em);
  -webkit-border-radius: 10px;
  -goog-ms-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}

.button_noticias:hover {
  font-weight: bold;
  font-size: clamp(1.6em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #008b8b;
  height: clamp(3em, 1vw, 70em);
  width: clamp(12em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transform: scale(1.05);
}

.button_informativos {
  font-weight: bold;
  font-size: clamp(1.6em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #6c757d;
  background-color: #1e4f6f;
  height: clamp(2em, 1vw, 70em);
  width: clamp(13em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}

.button_informativos:hover {
  font-weight: bold;
  font-size: clamp(1.6em, 1vw, 1em);
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #008b8b;
  height: clamp(2em, 1vw, 70em);
  width: clamp(13em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transform: scale(1.1);
}

.button_faleconosco {
  font-weight: bold;
  font-size: clamp(1.6em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: clamp(2em, 1vw, 70em);
  width: clamp(12em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}

.button_faleconosco:hover {
  font-weight: bold;
  font-size: clamp(1.6em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: clamp(2em, 1vw, 70em);
  width: clamp(12em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.button_cultura {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: clamp(2em, 1vw, 70em);
  width: clamp(15em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_cultura:hover {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: clamp(2em, 1vw, 70em);
  width: clamp(15em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_artistas {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: clamp(2em, 1vw, 70em);
  width: clamp(20em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_artistas:hover {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: clamp(2em, 1vw, 70em);
  width: clamp(20em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_cartao_idoso {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: clamp(2em, 1vw, 35em);
  width: clamp(7em, 1vw, 200em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_cartao_idoso:hover {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: clamp(2em, 1vw, 35em);
  width: clamp(7em, 1vw, 200em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_eventos {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #f08020;
  height: clamp(2em, 1vw, 70em);
  width: clamp(15em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_eventos:hover {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: clamp(2em, 1vw, 70em);
  width: clamp(15em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_noticias_fp {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: clamp(2em, 1vw, 70em);
  width: clamp(15em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_noticias_fp:hover {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: clamp(2em, 1vw, 70em);
  width: clamp(15em, 1vw, 400em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_ingresso_fp {
  font-weight: bold;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: clamp(2em, 1vw, 70em);
  width: clamp(10em, 1vw, 250em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_ingresso_fp:hover {
  font-weight: bold;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #f08020;
  background-color: #f08020;
  height: clamp(2em, 1vw, 70em);
  width: clamp(10em, 1vw, 250em);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_grande {
  stroke-linecap: butt;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  background-color: #1e4f6f;
  height: 100px;
  border: none;
  width: 340px;
  padding: 0;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -goog-ms-border-radius: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.button_castracao {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 60px;
  width: 420px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_grande:hover {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  background-color: #008b8b;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.button_castracao:hover {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 60px;
  width: 420px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_videos {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 50px;
  width: 240px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_videos:hover {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 50px;
  width: 240px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.button_login {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
}

.button_login:hover {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
}

.button_simula {
  font-weight: bold;
  font-size: clamp(1em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 32px;
  width: 190px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
}

.button_simula:hover {
  font-weight: bold;
  font-size: clamp(1em, 1vw, 1em);
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 32px;
  width: 190px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
}

.exclui-imagens {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.exclui-imagens:hover {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.exclui-diretores {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.exclui-diretores:hover {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.exclui-documentos {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.exclui-documentos:hover {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.altera-documentos {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.altera-documentos:hover {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.adiciona {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 25px;
  width: 60px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.adiciona:hover {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 25px;
  width: 60px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.exclui-especialidades {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.exclui-especialidades:hover {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.add-especialidade {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #1e4f6f;
  background-color: #1e4f6f;
  height: 25px;
  width: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.add-especialidade:hover {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
  height: 25px;
  width: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.submit {
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #4682b4),
      color-stop(1, #a5cc52));
  background: -moz-linear-gradient(center top, #4682b4 5%, #a5cc52 100%);

  background-color: #4682b4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #83c41a;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 16px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #86ae47;
}

.submit:hover {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #a5cc52),
      color-stop(1, #4682b4));
  background: -moz-linear-gradient(center top, #a5cc52 5%, #4682b4 100%);

  background-color: #a5cc52;
}

.submit:active {
  position: relative;
  top: 1px;
}

.menu_superior_azul {
  background: #1e4f6f;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
}

.menu_superior_azul_fp {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 40%;
  background-color: #1e4f6f;
  height: 120px;
}

.menu_superior_azul_claro {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 40%;
  background-color: #72bcd4;
  height: 70px;
}

.menu_superior_verde {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 40%;
  background-color: #008b8b;
  height: 40px;
}

.cabecalho_banner {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 40%;
  height: 300px;
}

.banner {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  vertical-align: middle;
  height: 400px;
}

.como_podemos_ajudar {
  width: clamp(500em, 1vw, 100em);
}

.servicos {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.saiba_como_chegar {
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  align-items: center;
}

.servicospublicos {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.turismo {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 500px;
}

.turismo_calendario {
  height: 300px;
  vertical-align: top;
  background-size: 100% 100%;
}

.zonasul {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 400px;
}

.governo {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 1300px;
}

.noticias {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 100%;
}

.eventos {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 100%;
}

.pesquisa {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 1000px;
}

.videos {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}

.eventos {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}

.rodape {
  background-color: #1e4f6f;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}

.fundo_azul {
  background-color: #1e4f6f;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.fundo_azul_claro {
  background-color: #3ea5c457;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-image: url(https://www.tramandai.rs.gov.br/imagens/background_cultura.png);
}

.fundo_verde {
  background-color: #008b8b;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.fundo_cinza {
  background: #dbdbdb;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fundo_cinza_d3d3d3 {
  background-color: #d3d3d3;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.fundo_cinza_fp {
  background-color: #666666;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.fundo_cinza_noticia {
  background-color: #dedede;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: clamp(10em, 33vw, 60em);
}

.fundo_cinza_evento {
  background-color: #dedede;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: clamp(10em, 43vw, 80em);
}

.fundo_cinza_video {
  background-color: #dedede;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: clamp(12em, 32vw, 28em);
}

.fundo_cinza_claro_noticia {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.fundo_cinza_claro_licitacao {
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.fundo_servicos {
  background-image: url(./imagens/bg-servicos.png);
}

.fundo_preto {
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  vertical-align: middle;
  height: 60px;
}

.fundo_branco {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.fundo_cinza_escuro {
  background-color: #dcdcdc;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.fonte_12_branca {
  font-weight: normal;
  font-size: 12px;
  color: white;
}

.fonte_20_branca {
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-align: center;
}

.fonte_22_branca {
  font-weight: bold;
  font-size: 22px;
  color: white;
  text-align: center;
}

.titulo_ucci {
  font-weight: bold;
  font-size: clamp(2.6em, 1vw, 1em);
  color: white;
  padding-left: 20px;
}

.fonte_26_branca {
  font-weight: bold;
  font-size: 26px;
  color: white;
  text-align: center;
}

.fonte_16_preta_bold {
  font-weight: bold;
  font-size: 16px;
  color: black;
}

.fonte_12_preta {
  font-weight: normal;
  font-size: 12px;
  color: black;
  text-align: left;
}

.fonte_12_preta_bold {
  font-weight: bold;
  font-size: 12px;
  color: black;
  text-align: left;
}

.fonte_14_branca {
  font-weight: normal;
  font-size: 14px;
  color: white;
  text-align: center;
}

.fonte_16_branca {
  font-weight: normal;
  font-size: 16px;
  color: white;
  text-align: center;
}

.fonte_branca_16 {
  font-weight: normal;
  font-size: 16px;
  color: white;
}

.u_verde {
  text-decoration: none;
  padding-bottom: 3px;
  display: inline-block;
  text-decoration: none;
  cursor: default;
}

.u_verde::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  transition: width 0.3s;
  border-bottom: 5px solid #008b8b;
}

.u_verde:hover:after {
  width: 100%;
  transition: width 0.3s;
}

.u_azul {
  text-decoration: none;
  border-bottom: 5px solid #1e4f6f;
  padding-bottom: 3px;
  line-height: 1.5;
}

.u_laranja {
  text-decoration: none;
  padding-bottom: 3px;
  display: inline-block;
  text-decoration: none;
  cursor: default;
}

.u_laranja::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  transition: width 0.3s;
  border-bottom: 5px solid #f08020;
}

.u_laranja:hover:after {
  width: 100%;
  transition: width 0.3s;
}

.u_azul_claro {
  text-decoration: none;
  border-bottom: 5px solid #72bcd4;
  padding-bottom: 3px;
  line-height: 1.5;
}

.usuario_admin {
  font-size: clamp(1em, 1vw, 1em);
  color: black;
  font-weight: 600;
  text-align: center;
}

.titulo_balcao_empreendedor {
  font-size: clamp(2em, 1vw, 1em);
  color: white;
  font-weight: bolder;
  padding-left: 30px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.titulo_museu_informacoes {
  font-size: clamp(1.6em, 1vw, 1em);
  color: black;
  font-weight: bolder;
}

.texto_museu_informacoes {
  font-size: clamp(1em, 1vw, 1em);
  color: black;
  font-weight: 400;
}

.sombra {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.titulo_adm {
  font-size: clamp(2em, 1vw, 1em);
  color: white;
  font-weight: bolder;
  padding-left: 30px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.titulo_processo_seletivo {
  font-weight: bold;
  font-size: clamp(2.6em, 1vw, 1em);
  color: #1e4f6f;
  vertical-align: middle;
}

.usuario_admin_logado {
  font-size: clamp(0.8em, 1vw, 0.8em);
  color: white;
  font-weight: 600;
  text-align: center;
}

.corpo_legenda_login {
  font-size: clamp(1.2em, 1vw, 1em);
  color: black;
  font-weight: 600;
}

.fonte_menu_superior {
  font-size: clamp(1em, 1vw, 1em);
  color: white;
  font-weight: 600;
  text-align: center;
}

.fonte_menu_superior_ucci {
  font-size: clamp(0.75em, 1vw, 0.75em);
  color: white;
  font-weight: 600;
  text-align: center;
}

.fonte_18_branca {
  font-weight: normal;
  font-size: clamp(1.1em, 1vw, 1em);
  color: white;
  text-align: center;
}

.fonte_16_azul {
  font-weight: normal;
  font-size: 16px;
  color: #1e4f6f;
  text-align: center;
}

.fonte_36_azul_bold {
  font-weight: bold;
  font-size: 36px;
  color: #1e4f6f;
  text-align: center;
}

.fonte_40_azul_bold {
  font-weight: bold;
  font-size: 40px;
  color: #1e4f6f;
  text-align: center;
}

fieldset {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

.titulo_sessao {
  font-weight: bold;
  font-size: clamp(3.2em, 1vw, 1em);
  color: #1e4f6f;
  padding-left: 60px;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1),
    0px 4px 8px rgb(0 0 0 / 0.1);
  padding-top: 0;
  padding-bottom: 0;
}

.titulo_sessao_branco {
  font-weight: bold;
  font-size: clamp(3.2em, 1vw, 1em);
  color: #ffffff;
  padding-left: 60px;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1),
    0px 4px 8px rgb(0 0 0 / 0.1);
  padding-top: 0;
  padding-bottom: 0;
}

.titulo_sessao_centro {
  font-weight: bold;
  font-size: clamp(3.2em, 1vw, 1em);
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px black;
}

.titulo_sessao_ucci {
  font-weight: bold;
  font-size: clamp(2.6em, 1vw, 1em);
  color: #1e4f6f;
  text-align: left;
}

.titulo_manutencao {
  font-weight: bold;
  font-size: clamp(3.8em, 1vw, 1em);
  color: #1e4f6f;
  text-align: center;
}

.titulo_manutencao_adm {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #1e4f6f;
  text-align: center;
  height: 60px;
  vertical-align: center;
  background-color: #dedede;
}

.titulo_noticias {
  font-weight: bold;
  font-size: clamp(3.2em, 1vw, 1em);
  color: #1e4f6f;
  text-align: left;
}

.titulo_programacao_fp {
  font-weight: bold;
  font-size: clamp(3.2em, 1vw, 1em);
  color: #ffffff;
}

.titulo_cme {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 1em);
  color: #ffffff;
}

.titulo_noticias_fp {
  font-weight: bold;
  font-size: clamp(3em, 1vw, 1em);
  color: #1e4f6f;
}

.cabecalho_noticias {
  font-weight: bold;
  font-size: clamp(2.2em, 1vw, 1em);
  color: #1e4f6f;
}

.titulo_videos {
  font-weight: bold;
  font-size: clamp(3.2em, 1vw, 1em);
  color: #1e4f6f;
  text-align: left;
}

.titulo_videos_fp {
  font-weight: bold;
  font-size: clamp(3em, 1vw, 1em);
  color: #ffffff;
}

.titulo_saiba_como_chegar {
  font-weight: bold;
  font-size: clamp(3.2em, 1vw, 1em);
  color: #1e4f6f;
  text-align: left;
}

.titulo_saiba_como_chegar_fp {
  font-weight: bold;
  font-size: clamp(3em, 1vw, 1em);
  color: #1e4f6f;
}

.fonte_24_verde_bold {
  font-weight: bold;
  font-size: 24px;
  color: #008b8b;
}

.conteudo_titulo {
  font-weight: bold;
  font-size: clamp(2em, 1vw, 0.8em);
  color: #2c3539;
  padding: 10px;
  border-radius: 14px;
  text-align: center;
}

.conteudo_texto {
  font-weight: 300;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #2c3539;
  padding: 10px;
  margin: 10px;
  border: hidden;
  border-radius: 4px;
}

.titulo_simulacao {
  font-weight: 300;
  font-size: clamp(1.4em, 1vw, 1em);
  color: #2c3539;
}

.borda_simulacao {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}

.texto_simulacao {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 0.9em);
  color: #2c3539;
  height: 30px;
  vertical-align: middle;
}

.ramais_titulo {
  font-weight: bolder;
  font-size: clamp(1.4em, 1vw, 1em);
  color: #ffffff;
  height: auto;
}

.ramais_texto_branco {
  font-weight: 300;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #2c3539;
  background-color: #ffffff;
}

.ramais_texto_cinza {
  font-weight: 300;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #2c3539;
  background-color: #dedede;
}

.conteudo_titulo_conteudo {
  font-weight: bold;
  font-size: clamp(1.8em, 1vw, 1em);
  color: #2c3539;
}

.conteudo_texto_conteudo {
  font-weight: 400;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #2c3539;
  width: 100%;
  border-radius: 4px;
}

.e_mail_texto_conteudo {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  width: 100%;
  border-radius: 4px;
}

.enviar_formulario {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  text-align: center;
  color: #2c3539;
  width: 100%;
  border-radius: 4px;
}

.pesca_texto_conteudo {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #2c3539;
}

.artista_texto_conteudo {
  font-weight: 300;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #2c3539;
  text-align: right;
}

.canil_texto {
  font-weight: 300;
  font-size: clamp(1.3em, 1vw, 1em);
  color: #2c3539;
}

.canil_titulo {
  font-weight: bolder;
  font-size: clamp(1.6em, 1vw, 1em);
  color: #008b8b;
  text-align: center;
}

.fumam_texto {
  font-weight: 300;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #2c3539;
}

.conteudo_texto_sublinhado {
  font-weight: normal;
  font-size: 16px;
  color: #2c3539;
  text-decoration: underline;
}

.conteudo_texto_data {
  font-weight: normal;
  font-size: clamp(0.9em, 1vw, 1em);
  color: #2c3539;
}

.conteudo_texto_bold {
  font-weight: bold;
  font-size: 16px;
  color: #2c3539;
}

.conteudo_texto_saiba_mais {
  font-weight: bold;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #008b8b;
}

.conteudo_texto_saiba_mais a {
  color: #008b8b;
}

.conteudo_texto_saiba_mais a:hover {
  color: #008b8b;
}

.borda_noticia {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -goog-ms-border-radius: 10px;
  border-radius: 10px;
}

.borda_noticia_fp {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -goog-ms-border-radius: 10px;
  border-radius: 10px;
}

.borda_ps {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

.borda_video {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

.conteudo_texto_ver_mais {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #cccccc;
  background-color: #008b8b;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  vertical-align: middle;
  border-radius: 4px;
}

.noticia_titulo {
  font-weight: bold;
  font-size: 40px;
  color: #2c3539;
}

.noticia_titulo_principal {
  font-weight: bolder;
  font-size: clamp(2.4em, 1vw, 2em);
  color: #2c3539;
}

.noticia_publicado_em {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #2c3539;
}

.noticia_texto p {
  font-weight: 300;
  font-size: clamp(1.3em, 1vw, 1em);
  color: #2c3539;
  letter-spacing: 0.5px;
  margin-top: 10px;
  line-height: 1.5;
}

.margin30 {
  margin-left: 50px;
}

div.noticia_texto_lado {
  font-weight: 300;
  display: inline-block;
  font-size: clamp(1.3em, 1vw, 1em);
  color: #2c3539;
  letter-spacing: 0.5px;
  margin-top: 10px;
  line-height: 1.5;
}

.todas_as_noticias_titulo {
  font-weight: normal;
  font-size: clamp(2.8em, 1vw, 1em);
  color: #1e4f6f;
  margin: 5px;
}

.coordenadoria_cultura_titulo {
  font-weight: normal;
  font-size: clamp(2.8em, 1vw, 1em);
  color: #1e4f6f;
  margin-top: 10px;
}

.especialidades_texto {
  font-weight: normal;
  font-size: clamp(1.4em, 1vw, 1em);
  color: #1e4f6f;
  margin-top: 10px;
}

.noticia_recente_titulo {
  font-weight: normal;
  font-size: clamp(1.4em, 1vw, 1em);
  color: #000000;
  margin-top: 10px;
  padding-bottom: 20px;
}

.normativa_recente_titulo {
  font-weight: normal;
  font-size: clamp(1.3em, 1vw, 1em);
  color: #008b8b;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}

.noticia_titulo_texto_todas {
  font-weight: bolder;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #1e4f6f;
}

.edital_titulo_principal {
  font-weight: bolder;
  font-size: clamp(2.6em, 1vw, 2em);
  color: #2c3539;
}

.edital_titulo {
  font-weight: bolder;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #1e4f6f;
}

.artista_titulo {
  font-weight: bolder;
  font-size: clamp(1.4em, 1vw, 1em);
  color: #f08020;
}

.especialista_nome {
  font-weight: bolder;
  font-size: clamp(1.4em, 1vw, 1em);
  color: #1e4f6f;
}

.especialista_dados {
  font-weight: 300;
  font-size: 15px;
  color: #1e4f6f;
}

.edital_titulo a {
  font-weight: bolder;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #1e4f6f;
}

.edital_titulo a:hover {
  font-weight: bolder;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #1e4f6f;
  text-decoration: none;
}

.edital_titulo_recente {
  font-weight: bolder;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #1e4f6f;
}

.edital_titulo_recente a {
  font-weight: bolder;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #008b8b;
}

.edital_titulo_recente a:hover {
  font-weight: bolder;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #1e4f6f;
  text-decoration: none;
}

.edital_border_anexos {
  border: 1px solid white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.titulo_edital_border_anexos {
  border: 1px solid white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -goog-ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.artista_area_atuacao {
  font-weight: 600;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #f08020;
}

.edital_conteudo {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
}

.artista_conteudo {
  font-weight: 200;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #2c3539;
}

.edital_conteudo a {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  text-decoration: none;
}

.edital_conteudo a:hover {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  text-decoration: none;
}

.edital_conteudo p {
  font-weight: 300;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #2c3539;
}

nav select {
  display: none;
}

nav li {
  display: block;
}

.edital_conteudo_principal {
  font-weight: 300;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #2c3539;
}

.edital_conteudo_principal p {
  font-weight: 300;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #2c3539;
}

.edital_modalidade_principal {
  font-weight: bolder;
  font-size: clamp(1.4em, 1vw, 1em);
  color: #2c3539;
}

.edital_anexos {
  font-weight: 400;
  font-size: clamp(0.9em, 1vw, 1em);
  color: #2c3539;
  text-align: center;
}

.titulo_edital_anexos {
  font-weight: 600;
  font-size: clamp(1.1em, 1vw, 1em);
  color: white;
  text-align: center;
}

.edital_anexos a {
  font-weight: 400;
  font-size: clamp(0.9em, 1vw, 1em);
  color: #2c3539;
  text-decoration: none;
}

.edital_anexos a:hover {
  font-weight: 400;
  font-size: clamp(0.9em, 1vw, 1em);
  color: #2c3539;
  text-decoration: none;
}

.edital_documentos {
  font-weight: 400;
  font-size: clamp(0.5em, 1vw, 1em);
  color: #1e4f6f;
}

.edital_data {
  font-weight: 400;
  font-size: clamp(0.8em, 1vw, 0.8em);
  color: #2c3539;
  height: 10px;
}

.edital_data a {
  font-weight: 400;
  font-size: clamp(0.8em, 1vw, 0.8em);
  color: #2c3539;
  height: 10px;
}

.edital_pesquisa {
  font-weight: 400;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
}

.consulta_texto {
  font-weight: bolder;
  font-size: clamp(1.2em, 1vw, 1em);
  text-align: right;
  vertical-align: middle;
  color: #2c3539;
}

.consulta_data {
  font-weight: 400;
  font-size: clamp(1.2em, 1vw, 1em);
  vertical-align: middle;
  color: #2c3539;
}

.consulta_resultado {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #2c3539;
  height: 30px;
  vertical-align: middle;
}

.consulta_acesso {
  font-weight: 300;
  font-size: clamp(0.6em, 1vw, 0.8em);
  color: #2c3539;
  height: 30px;
  vertical-align: middle;
}

.consulta_resultado_titulo {
  font-weight: bolder;
  font-size: clamp(0.8em, 1vw, 1em);
  vertical-align: middle;
  color: white;
  text-align: center;
  height: 30px;
}

.cargos {
  font-weight: 600;
  font-size: clamp(1.2em, 1vw, 0.9em);
  color: white;
  height: 40px;
  background-color: #1e4f6f;
  vertical-align: middle;
}

.escolas {
  font-weight: 600;
  font-size: clamp(1em, 1vw, 0.9em);
  color: white;
  height: 40px;
  background-color: #008b8b;
  vertical-align: middle;
}

.item_cargos {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 0.9em);
  color: black;
  vertical-align: middle;
}

.ascom {
  font-weight: bold;
  font-size: clamp(1.2em, 1vw, 1em);
  color: white;
  text-align: center;
  line-height: 4px;
}

.atendimento {
  font-weight: bold;
  font-size: clamp(1.6em, 1vw, 1em);
  color: white;
  text-align: center;
  line-height: 10px;
}

.dia_semana {
  font-weight: 500;
  text-align: center;
  font-size: clamp(1.4em, 1vw, 1em);
  color: white;
}

p.dia_semana {
  font-weight: 500;
  text-align: center;
  font-size: clamp(1.4em, 1vw, 1em);
  color: white;
}

.horario {
  font-weight: 300;
  text-align: center;
  font-size: clamp(1.4em, 1vw, 1em);
  line-height: 8px;
  color: white;
}

p.horario {
  font-weight: 300;
  text-align: center;
  font-size: clamp(1.4em, 1vw, 1em);
  line-height: 8px;
  color: white;
}

.endereco_prefeitura {
  font-weight: 300;
  text-align: center;
  font-size: clamp(0.8em, 1vw, 1em);
  color: white;
}

.desenvolvido_por_menor {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 0.8em);
  color: white;
  text-align: center;
  vertical-align: middle;
  height: 30px;
}

.desenvolvedor {
  font-weight: bold;
  font-size: clamp(0.8em, 1vw, 0.8em);
  color: white;
  text-align: right;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.hr_rodape {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  height: 1px;
  border: 0;
  box-shadow: 0 2px 2px -2px #8c8b8b inset;
}

.governo_titulo {
  font-weight: bolder;
  font-size: clamp(2.4em, 1vw, 1em);
  color: #1e4f6f;
}

.governo_texto {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  margin-top: 10px;
}

.governo_texto p {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  line-height: 1.2;
  margin-top: 10px;
}

.escola_texto {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  margin-top: 10px;
}

.escola_texto p {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  line-height: 1.2;
  margin-top: 10px;
}

.turismo_titulo {
  font-weight: bolder;
  font-size: clamp(2.4em, 1vw, 1em);
  color: #1e4f6f;
}

.turismo_texto {
  font-weight: 300;
  font-size: clamp(1.2em, 1vw, 1em);
  line-height: 1.2;
  color: #2c3539;
  height: 100%;
  vertical-align: top;
}

.turismo_texto p {
  font-weight: 300;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #2c3539;
  line-height: 1.2;
  margin-top: 10px;
}

.noticia_recente_chamada {
  font-weight: 400;
  font-size: clamp(1em, 1vw, 1em);
  padding-left: 5px;
  padding-right: 5px;
  color: #2c3539;
}

.noticia_recente_data {
  font-weight: 400;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #1e4f6f;
  padding-left: 5px;
  padding-right: 5px;
}

.noticia_texto_data_todas {
  font-weight: 300;
  font-size: clamp(0.6em, 1vw, 0.8em);
  color: #2c3539;
}

.noticia_texto_data {
  font-weight: normal;
  font-size: clamp(0.9em, 1vw, 1em);
  color: #2c3539;
  overflow: hidden;
}

.evento_texto_data {
  font-weight: normal;
  font-size: clamp(0.9em, 1vw, 1em);
  color: #2c3539;
}

.noticia_texto_data_zs {
  font-weight: normal;
  font-size: clamp(0.7em, 1vw, 1em);
  color: #2c3539;
}

.noticia_texto_chamada_todas {
  font-weight: 300;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #2c3539;
}

.noticia_titulo_texto_todas a {
  color: #1e4f6f;
}

.noticia_titulo_texto_todas a:hover {
  color: #008b8b;
  text-decoration: none;
}

.noticia_texto_chamada_todas a {
  color: #2c3539;
}

.noticia_texto_chamada_todas a:hover {
  color: #2c3539;
  text-decoration: none;
}

.noticia_recente_chamada a {
  color: #1e4f6f;
}

.noticia_recente_chamada a:hover {
  color: #008b8b;
  text-decoration: none;
}

.cidade_titulo {
  font-weight: bolder;
  font-size: clamp(2.4em, 1vw, 1em);
  color: #1e4f6f;
}

.cidade_texto {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  margin-top: 10px;
}

.cidade_texto p {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  line-height: 1.2;
  margin-top: 10px;
}

.pesquisar_noticias {
  font-weight: bold;
  font-size: 20px;
  color: #2c3539;
}

.noticia_texto_chamada {
  font-weight: 300;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #2c3539;
  padding: 10px 10px 0px 10px;
}

.evento_texto_chamada {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  padding: 2px 10px 0px 10px;
}

.noticia_texto_chamada_data {
  font-weight: 400;
  font-size: clamp(0.8em, 1vw, 0.8em);
  color: #2c3539;
  padding: 10px 10px 0px 10px;
}

.noticia_texto_chamada p {
  font-weight: 300;
  font-size: clamp(1.2em, 1vw, 1em);
  color: #2c3539;
}

.noticia_texto_chamada_zs {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
}

.pesquisa_texto {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #2c3539;
}

.pesquisa_texto select {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #2c3539;
}

.pesquisa_texto_site {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  color: #2c3539;
  height: 50px;
}

.pesquisa_texto_site select {
  font-weight: 300;
  font-size: clamp(1em, 1vw, 1em);
  height: 50px;
  color: #2c3539;
}

.noticia_texto_chamada a {
  color: #2c3539;
  text-decoration: none;
}

.noticia_texto_chamada_zs a:hover {
  color: #2c3539;
  text-decoration: none;
}

.video_texto_chamada {
  font-weight: 300;
  font-size: 16px;
  color: #2c3539;
  height: 100%;
}

.noticia_imagem {
  font-weight: normal;
  font-size: 18px;
  color: #2c3539;
  width: 100px;
  height: 20px;
  display: inline-block;
}

.video_imagem {
  font-weight: normal;
  font-size: 18px;
  color: #2c3539;
  width: 200px;
  height: 100px;
  display: block;
  margin-right: 20px;
}

.noticia_texto_sublinhado {
  font-weight: normal;
  font-size: 20px;
  color: #2c3539;
  text-decoration: underline;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.noticia_texto_titulo_principal {
  font-weight: 600;
  font-size: clamp(1.2em, 1vw, 1em);
  height: 100%;
  color: #1e4f6f;
  padding: 0px 10px 0px 10px;
}

.evento_titulo_principal {
  font-weight: bolder;
  font-size: clamp(1.4em, 1vw, 1em);
  color: #1e4f6f;
  padding: 0px 10px 0px 10px;
}

.noticia_texto_titulo_principal_fp {
  font-weight: bolder;
  font-size: clamp(1.6em, 1vw, 1em);
  height: 100%;
  color: #f08020;
  padding: 0px 10px 0px 10px;
}

.galeria_texto_titulo_principal_fp {
  font-weight: bolder;
  font-size: clamp(1.3em, 1vw, 1em);
  height: 100%;
  color: #1e4f6f;
  padding: 0px 10px 0px 10px;
}

.noticia_texto_titulo_principal a {
  color: #1e4f6f;
}

.noticia_texto_titulo_principal a:hover {
  color: #008b8b;
  text-decoration: none;
}

.noticia_texto_titulo_principal_fp a {
  color: #f08020;
}

.galeria_texto_titulo_principal_fp a {
  color: #1e4f6f;
}

.noticia_texto_titulo_principal_fp a:hover {
  color: #008b8b;
  text-decoration: none;
}

.galeria_texto_titulo_principal_fp a:hover {
  color: #008b8b;
  text-decoration: none;
}

.noticia_texto_titulo_principal_zs {
  font-weight: bolder;
  font-size: clamp(1.2em, 1vw, 1em);
  height: 100%;
  color: #1e4f6f;
}

.noticia_texto_titulo_principal_zs a {
  color: #1e4f6f;
}

.noticia_texto_titulo_principal_zs a:hover {
  color: #008b8b;
  text-decoration: none;
}

.video_texto_titulo_principal {
  font-weight: bolder;
  font-size: 22px;
  height: 100%;
  color: #2c3539;
}

.noticia_texto_bold {
  font-weight: bold;
  font-size: 22px;
  color: #a9a9a9;
}

.noticia_texto_saiba_mais {
  font-weight: bold;
  font-size: 18px;
  color: #008b8b;
}

.noticia_texto_saiba_mais_zs {
  font-weight: bold;
  font-size: 14px;
  color: #008b8b;
}

.noticia_texto_ver_mais {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #1e4f6f;
  height: 80px;
  width: 180px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -goog-ms-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

.noticia_texto_ver_mais a:hover {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  border: 2px solid #008b8b;
  background-color: #008b8b;
  text-align: center;
}

.governo {
  font-weight: normal;
  font-size: 18px;
  color: #2c3539;
}

.fonte_16_azul_bold {
  font-weight: bold;
  font-size: 16px;
  color: #1e4f6f;
  text-align: center;
}

.desenvolvido_por {
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: left;
  line-height: 2px;
}

.tramandai {
  font-weight: bold;
  font-size: 22px;
  color: white;
  text-align: center;
  line-height: 5px;
}

.cpicon a {
  text-decoration: none;
  position: relative;
}

.cpicon a::before,
.cpicon a::after {
  content: "";
  position: absolute;
  display: block;
  border: 0 solid transparent;
  width: 0%;
  height: 0%;
  transition: all 0.5s ease;
}

.cpicon a::after {
  top: 0;
  left: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}

.cpicon a::before {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}

.cpicon a:hover::before,
.cpicon a:hover::after {
  width: 100%;
  height: 100%;
  border-color: #007bff;
}

.cpicon {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: #1e4f6f;
  padding: 0;
}

.cpicon a {
  color: #1e4f6f;
  font-weight: 500;
  float: left;
  position: relative;
  display: flex;
  list-style: none;
  height: clamp(12.2em, 1vw, 1em);
  width: clamp(11.8em, 1vw, 1em);
  text-decoration: none;
  text-align: center;
  font-size: clamp(0.6em, 1vw, 0.8em);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  background: #dedede;
  transition: 0.3s ease;
  backdrop-filter: blur(2.6px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cpicon a:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #004573;
  transform: translateY(-5px);
  border-radius: 0px;
}

.cpicon img {
  text-align: center;
  width: 65%;
  height: 65%;
}

.cpicon span {
  font-size: clamp(1em, 1vw, 1em);
  font-weight: 500;
  display: block;
  text-align: center;
}

.file_doc span {
  position: static;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 40px;
}

.noticia_recente_titulo span {
  font-size: clamp(1em, 1vw, 1em);
  font-weight: bolder;
  text-align: center;
}

.corpo {
  font-size: clamp(0.9em, 1vw, 0.9em);
  color: #515151;
  background-color: #dedede;
  vertical-align: middle;
  height: 36px;
}

.titulo_acesso_usuario {
  font-size: clamp(1.2em, 1vw, 1em);
  color: #ffffff;
  text-align: center;
  height: 50px;
  background-color: #1e4f6f;
  vertical-align: middle;
}

.corpo_botao {
  font-size: clamp(0.9em, 1vw, 0.9em);
  color: #515151;
  background-color: #dedede;
  vertical-align: middle;
  height: 100px;
  text-align: center;
}

.corpo_legenda {
  font-size: clamp(1.8em, 1vw, 1em);
  font-weight: 300;
  color: #515151;
  background-color: #ffffff;
}

.corpo_titulo {
  font-size: clamp(1.8em, 1vw, 1em);
  color: #515151;
  background-color: #dedede;
  height: 40px;
}

.corpo_rodape {
  color: #ffffff;
  font-size: clamp(1.2em, 1vw, 1em);
  background-color: #008b8b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

select.text {
  font-size: 14px;
  height: 30px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #008b8b;
  border-bottom: 1px solid #ddd;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

.botao {
  font-size: 14px;
  font-weight: bold;
  color: #336699;
  background-color: #ffffcc;
  border-color: #000066;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

textarea {
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

input {
  font-size: 14px;
  padding: 2px;
  color: #000000;
  background-color: #ffffff;
  border-color: #000066;
  border-style: solid;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
}

input.texto {
  height: 30px;
  font-size: clamp(1em, 1vw, 1em);
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 3px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

select {
  height: 30px;
  font-size: clamp(1em, 1vw, 1em);
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 3px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

select::before {
  height: 30px;
  font-size: clamp(1em, 1vw, 1em);
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 3px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

input.texto_m {
  height: 30px;
  text-transform: uppercase;
  font-size: clamp(0.8em, 1vw, 0.8em);
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 3px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

input.search {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 0.8em);
  height: 40px;
  border: hidden;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 3px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;

  outline: none;
  font-size: medium;
  width: 250px;
}

input.text {
  height: 25px;
  font-size: clamp(0.8em, 1vw, 0.8em);
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 1px;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

.rodape_imagem {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -goog-ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}

.rodape_imagem_rd {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -goog-ms-border-radius: 3px;
  border-radius: 3px;
  width: 40%;
  text-align: right;
}

.rodape_imagem_fp {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -goog-ms-border-radius: 3px;
  border-radius: 3px;
  width: clamp(100px, 40vw, 160px);
  text-align: center;
}

.min-rodape_imagem {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -goog-ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}

.texto-form-control {
  font-weight: normal;
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}

input[type="file"] {
  display: none;
}

label {
  background-color: #008b8b;
  color: #fff;
  cursor: pointer;
  margin: 0px;
  padding: 6px 10px;
  font-size: 16px;
  width: 250px;
  color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: #008b8b;
  color: white;
  cursor: pointer;
  padding: 140px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  display: none !important;
}

#myBtn:hover {
  background-color: #555;
}

.corpo_browse {
  text-transform: uppercase;
  font-size: 13px;
  color: #515151;
  height: 30px;
  border: 1px solid #008b8b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}

.corpo_browse {
  text-transform: uppercase;
  font-size: 13px;
  color: #515151;
  height: 30px;
  border: 1px solid #008b8b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}

.nav {
  font-size: 15px;
  font-weight: bold;
  color: white;
  background-color: #008b8b;
  border: 1px solid #008b8b;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  vertical-align: middle;
}

.cargos {
  font-weight: 600;
  font-size: clamp(1em, 1vw, 0.9em);
  color: white;
  background-color: #1e4f6f;
  vertical-align: middle;
}

.rodape_titulo {
  font-weight: bolder;
  font-size: clamp(1.1em, 1vw, 1em);
  color: #fff;
}

.rodape_texto {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #fff;
}

.rodape_texto a {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #fff;
}

.rodape_texto a:hover {
  font-weight: 300;
  font-size: clamp(0.8em, 1vw, 1em);
  color: #fff;
}

/*==========================================================================================================================*/
/* PAGINAÇÃO
/*==========================================================================================================================*/
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

ul.pagination li a.active {
  background-color: #008b8b;
  color: white;
  border: 1px solid #008b8b;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

.nfse-button-form {
  padding: 20px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(90deg, #0a5bb1, #044891, #0a5bb1);
  font-size: medium;
  cursor: pointer;
  color: white;
  font-family: 'Poppins';
  border: 1px solid #dedede;
  transition: 0.3s ease;
  width: 30%;
  transition: 0.3s ease;
}

.nfse-button-form:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.div-nfse {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.alinhamento-artista {
  align-items: center;
  display: flex;
}

.alinhamento-nfse {
  align-items: center;
  display: flex;
  line-height: 50px;
  margin-left: 20px;
}

.alinhamento-emissao {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conteudo_texto_conteudo {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conteudo_texto_conteudo_smic {
  padding: 10px;
  display: flex;
  gap: 20px;
}

.responsividade-titulo {
  display: flex;
  gap: 20px;
}

.nfse-img {
  width: 45%;
}

.hero-nfs {
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #044891;
  gap: 10px;
}

.logo-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}

.arrow {
  position: relative;
  width: 60px;
  height: 20px;
}

.arrow-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ff5722;
  transform: translateY(-50%);
}

.arrow-head {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ff5722;
  transform: translateY(-50%);
}

.comunicado-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  width: auto;
}

.servicos-display-div {
  padding: 120px;
  padding-bottom: 0px;
  padding-top: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.nfse-prazo {
  color: #007bff;
  background: rgba(0, 0, 0, 0.075);
  font-size: 2.5rem;
  padding: 10px;
  border-radius: 15px;
  width: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid #007bff;
}

.menu11 {
  width: 300px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu11 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  color: #1e293b !important;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease;
}

.menu11 li {
  border-bottom: 1px solid var(--border);
}

.menu11 a:hover {
  background: #f0f0f0;
  color: #007bff !important;
}

.logo {
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  min-width: 150px;
}

/*==========================================================================================================================*/
/* FORMATO PARA MOBILE - ANDROID / IPHONE
/*==========================================================================================================================*/
@media screen and (max-width: 768px) {

  .hero-nfs {
    padding: 20px;
    height: 80vh;
  }

  .nfse-img {
    width: 100%;
  }

  .responsividade-titulo {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .logo_transformar {
    display: none;
  }

  .imagens-carousel {
    padding: 0px;
    height: auto;
    width: auto;
  }

  .titulo_sessao_branco {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #fff;
    vertical-align: middle;
    height: 100%;
    padding: 20px 20px 20px 20px;
    width: 100%;
    cursor: default;
    display: inline-block;
  }

  .hr_rodape {
    display: none;
  }

  .button-container img {
    width: 80px;
    height: 80px;
  }

  .hover-button {
    height: 50px;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    padding: 0px 0px;
    font-size: 13px;
    cursor: pointer;
    transition: width 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 999;
    width: 160px;
    background-color: #008b8b;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: left;
    padding: 18px;
    align-items: center;
  }

  .min_rodape {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .video_display_novo {
    flex-direction: column;
  }

  .menu_superior_azul {
    justify-content: space-around;
  }

  .menu-btn {
    font-size: 30px;
    height: 40px;
  }

  .menu-display-btn {
    width: 15%;
  }

  .text-01 {
    font-size: 7px;
  }

  .banner_evento_pmt,
  .mini_evento_pmt {
    width: 100% !important;
  }

  .noticias-esquerda_fp_novo {
    flex-direction: column;
    height: 1200px;
  }

  .input_com_botao {
    width: 100%;
  }

  .titulo_sessao_centro {
    font-size: clamp(2.2em, 1vw, 1em);
  }

  .cpicon_form {
    padding: 0px;
    padding-bottom: 30px;
  }

  .cpicon img {
    width: 65%;
    height: 65%;
  }

  .layout_fp_novo {
    display: flex;
    width: 100%;
    height: auto;
    animation: fadeUp 1s ease forwards;
    opacity: 0;
    padding: 0;
  }

  .banner_fp_novo {
    display: none;
  }

  .menu-mobile {
    width: 70%;
  }

  .menu-mobile-new {
    width: 70%;
  }

  .min_cabecalho_none {
    display: none;
  }

  .layout_evento_pmt {
    flex-direction: column;
    align-items: center;
    height: 900px;
  }

  .banner_evento_pmt,
  .mini_evento_pmt {
    width: 90%;
    background-attachment: scroll;
  }

  .mini-group_evento_pmt {
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    display: none;
  }

  .mini_evento_pmt {
    width: 45%;
    aspect-ratio: 1 / 1;
  }

  .div-form_denuncia {
    margin: 20px;
    width: 90%;
    height: 100%;
  }

  .min-conteudo_titulo_conteudo {
    font-weight: bold;
    font-size: 100%;
    color: #2c3539;
  }

  .min-form_textos_denuncia {
    width: 100%;
    height: auto;
  }

  .min-canil_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid #008b8b;
    cursor: pointer;
    overflow: hidden;
  }

  table.min-table_noticia {
    width: 100%;
  }

  table.min-table_noticia_session {
    width: 100%;
  }

  .min-noticias_todas {
    width: 100px;
  }

  .min-menu_noticias_img {
    max-width: 100%;
    height: auto;
  }

  ul.min-pagination {
    display: none;
  }

  .min-noticias_menu {
    display: none;
  }

  .min-form_historia {
    width: 400px;
    height: 300px;
    border-radius: 10px;
    margin: auto;
    padding: 0px;
  }

  ul.vertical-menu {
    display: none;
  }

  .conteudo_texto {
    font-weight: 300;
    font-size: clamp(0.5em, 1vw, 0.8em);
    color: #2c3539;
    padding: 10px;
    margin: 10px;
    border: hidden;
    border-radius: 4px;
    background-color: #cccccc;
  }

  input.search {
    font-weight: 500;
    font-size: clamp(0.8em, 1vw, 0.8em);
    height: 40px;
    border: hidden;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 3px;
    text-align: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -goog-ms-border-radius: 5px;
    border-radius: 5px 0px 0px 5px;

    outline: none;
    font-size: medium;
    width: 300px;
  }

  .pesquisa_texto_site {
    width: calc(100% - 40px);
    /* Ajusta a largura para telas menores */
  }

  .pesquisa_botao_site {
    padding: 10px 15px;
    /* Ajusta o padding para telas menores */
  }

  .min-video_item {
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
    width: 100% !important;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
  }

  .video_imagem {
    font-weight: normal;
    font-size: 18px;
    color: #2c3539;
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .min-form_processos {
    width: 300px;
    height: auto;
    overflow: hidden;
  }

  .min-form_processos img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.5s ease;
  }

  .min-form_processos img:hover {
    zoom: 1.1;
    filter: brightness(80%);
  }

  /* joao min */

  .menu-icon {
    display: block;
    cursor: pointer;
    padding: 14px 16px;
    background-color: #0000002c;
    border-radius: 5px;
  }

  ul.topnav {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  ul.topnav li {
    display: block;
    text-align: left;
  }

  ul.topnav.responsive {
    display: flex;
  }

  table {
    padding: 0px;
    float: none;
    width: 100%;
  }

  td {
    display: inline-block;
    width: 100%;
  }

  .coordenadoria_cultura_titulo {
    font-weight: normal;
    font-size: clamp(1.8em, 1vw, 1em);
    color: #1e4f6f;
    margin-top: 10px;
  }

  input.texto {
    height: 30px;
    width: 100%;
    border: 1px solid #008b8b;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 3px;
    text-align: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -goog-ms-border-radius: 5px;
    border-radius: 5px;
  }

  img.min_foto_evento {
    width: clamp(6em, 6vw, 60em);
  }

  img.min_foto_noticia {
    width: clamp(6em, 6vw, 60em);
  }

  img.banner_cultura {
    width: 100%;
  }

  table.min_table_cultura {
    width: 100%;
  }

  img.min_eventos {
    width: clamp(10em, 6vw, 60em);
  }

  .cidade_titulo {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #1e4f6f;
  }

  .nav-item {
    background-color: #008b8b;
    font-size: clamp(1em, 1vw, 1em);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -goog-ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-top: 5px;
    vertical-align: middle;
  }

  .navmenu {
    color: white;
  }

  .evento_titulo_principal {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #1e4f6f;
    padding: 0px 10px 0px 10px;
  }

  input {
    width: clamp(18em, 1vw, 1em);
    height: clamp(2.6em, 1vw, 1em);
    border: 1px solid #008b8b;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 5px;
    text-align: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -goog-ms-border-radius: 5px;
    border-radius: 5px;
  }

  textarea {
    width: 100%;
    min-height: 50px;
    max-height: 100px;
    border: 1px solid #008b8b;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 5px;
    text-align: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -goog-ms-border-radius: 5px;
    border-radius: 5px;
  }

  .min-fonte_menu_superior {
    font-size: clamp(1em, 1vw, 1em);
    color: white;
    font-weight: 600;
    text-align: center;
  }

  .fonte_12_branca {
    font-weight: 600;
    font-size: clamp(1em, 1vw, 1em);
    color: white;
  }

  .min-conteudo_texto {
    font-weight: 400;
    font-size: clamp(1em, 1vw, 1em);
    color: #2c3539;
  }

  .min_canil_titulo {
    font-weight: bolder;
    font-size: 40px;
    color: #008b8b;
    text-align: center;
  }

  .min_canil_texto p {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
  }

  .min_fumam_texto p {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
  }

  .min_fumam_texto_fc {
    font-weight: 300;
    font-size: clamp(0.9em, 1vw, 1em);
    text-align: left;
    color: #2c3539;
  }

  .min_fumam_titulo {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #1e4f6f;
  }

  .min_fumam_sub_titulo {
    font-weight: bolder;
    font-size: clamp(1.5em, 1vw, 1em);
    color: #1e4f6f;
  }

  div.min_canil_texto {
    font-weight: 300;
    font-size: clamp(1em, 1vw, 1em);
    color: #2c3539;
  }

  .noticia_titulo_principal {
    font-weight: bolder;
    font-size: clamp(1.5em, 1vw, 2em);
    color: #2c3539;
  }

  .min_noticia_recente_titulo {
    font-weight: normal;
    font-size: clamp(1.8em, 1vw, 1em);
    color: #008b8b;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .noticia_titulo_texto_todas p {
    font-weight: bolder;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #1e4f6f;
  }

  .noticia_texto_chamada_todas p {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
  }

  .noticia_texto_chamada_todas a {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
  }

  .div.noticia_texto_chamada_todas {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
  }

  .noticia_titulo_texto_todas a {
    font-weight: bolder;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #1e4f6f;
  }

  div.noticia_titulo_texto_todas {
    font-weight: bolder;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #1e4f6f;
  }

  .noticia_texto_chamada_data {
    font-weight: 400;
    font-size: clamp(1em, 1vw, 1em);
    color: #2c3539;
    padding: 10px 10px 0px 10px;
  }

  .noticia_texto_chamada {
    font-weight: 300;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #2c3539;
  }

  .evento_texto_chamada {
    font-weight: 300;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #2c3539;
    padding: 2px 10px 0px 10px;
  }

  .evento_texto_chamada p {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
    padding: 2px 10px 0px 10px;
  }

  .evento_texto_chamada div {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
    padding: 2px 10px 0px 10px;
  }

  div.evento_texto_chamada {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
    padding: 2px 10px 0px 10px;
  }

  .noticia_texto_chamada a {
    color: #2c3539;
    text-decoration: none;
  }

  .noticia_texto_chamada_zs {
    font-weight: 300;
    font-size: clamp(1em, 1vw, 1em);
    color: #2c3539;
  }

  .noticia_texto_chamada_zs a {
    color: #2c3539;
    text-decoration: none;
  }

  .noticia_texto_saiba_mais {
    font-weight: bold;
    font-size: clamp(1.7em, 1vw, 1em);
    color: #008b8b;
  }

  .noticia_texto_saiba_mais p {
    font-weight: bold;
    font-size: clamp(1.7em, 1vw, 1em);
    color: #008b8b;
  }

  div.noticia_texto_saiba_mais {
    font-weight: bold;
    font-size: clamp(1.7em, 1vw, 1em);
    color: #008b8b;
  }

  .noticia_texto_saiba_mais_zs {
    font-weight: bold;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #008b8b;
  }

  .noticia_texto_saiba_mais_zs p {
    font-weight: bold;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #008b8b;
  }

  div.noticia_texto_saiba_mais_zs {
    font-weight: bold;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #008b8b;
  }

  .noticia_texto_data {
    font-weight: normal;
    font-size: clamp(0.9em, 1vw, 0.9em);
    color: #2c3539;
    overflow: hidden;
  }

  .noticia_texto_chamada a:hover {
    color: #2c3539;
    text-decoration: none;
  }

  .noticia_texto_chamada_zs a:hover {
    color: #2c3539;
    text-decoration: none;
  }

  img.min-brasao {
    width: clamp(100px, 40vw, 100px);
  }

  img.brasao_cartao_idoso {
    width: clamp(50px, 10vw, 50px);
  }

  img.min_brasao_fp {
    width: clamp(100px, 40vw, 200px);
  }

  img.ingressos {
    width: clamp(100px, 40vw, 200px);
  }

  .min_conteudo_texto_conteudo {
    font-weight: 300;
    font-size: clamp(0.5em, 1vw, 0.5em);
    color: #2c3539;
  }

  .min_artista_texto_conteudo {
    font-weight: 300;
    font-size: clamp(1em, 1vw, 1em);
    color: #2c3539;
    text-align: left;
  }

  .min_artista_button_texto {
    font-weight: 300;
    font-size: clamp(0.5em, 1vw, 0.5em);
    color: #2c3539;
    text-align: left;
  }

  .min_artista_texto_conteudo_cobr {
    font-weight: 300;
    font-size: clamp(0.3em, 1vw, 0.3em);
    color: #2c3539;
    text-align: center;
  }

  .cidade_texto {
    font-weight: 300;
    font-size: clamp(1.1em, 1vw, 1em);
    color: #2c3539;
    margin: 5px;
  }

  .cidade_texto p {
    font-weight: 300;
    font-size: clamp(1.1em, 1vw, 1em);
    color: #2c3539;
    margin: 5px;
  }

  .cidade_texto img {
    display: inline-block;
    padding: 3px 3px;
    width: 50%;
  }

  .governo_titulo {
    font-weight: bolder;
    font-size: clamp(2.4em, 1vw, 1em);
    color: #1e4f6f;
  }

  .governo_texto {
    font-weight: 300;
    font-size: clamp(1.1em, 1vw, 1em);
    color: #2c3539;
    padding: 10px;
  }

  .governo_texto p {
    font-weight: 300;
    font-size: clamp(1.1em, 1vw, 1em);
    color: #2c3539;
    line-height: 1.2;
    padding: 10px;
  }

  .edital_titulo {
    font-weight: bolder;
    font-size: clamp(1.3em, 1vw, 1em);
    color: #1e4f6f;
  }

  .edital_titulo a {
    font-weight: bolder;
    font-size: clamp(1.3em, 1vw, 1em);
    color: #1e4f6f;
  }

  .edital_titulo a:hover {
    font-weight: bolder;
    font-size: clamp(1.3em, 1vw, 1em);
    color: #008b8b;
    text-decoration: none;
  }

  .edital_conteudo {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
  }

  .edital_conteudo a {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
    text-decoration: none;
  }

  .edital_conteudo a:hover {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #2c3539;
    text-decoration: none;
  }

  .edital_conteudo p {
    font-weight: 300;
    font-size: clamp(0.9em, 1vw, 1em);
    color: #2c3539;
  }

  .edital_titulo_principal {
    font-weight: bolder;
    font-size: clamp(1.7em, 1vw, 2em);
    color: #2c3539;
  }

  .edital_anexos {
    font-weight: 300;
    font-size: clamp(0.9em, 1vw, 1em);
    color: #2c3539;
  }

  .edital_anexos a {
    font-weight: 300;
    font-size: clamp(0.9em, 1vw, 1em);
    color: #2c3539;
    text-decoration: none;
  }

  .edital_anexos a:hover {
    font-weight: 300;
    font-size: clamp(0.9em, 1vw, 1em);
    color: #2c3539;
    text-decoration: none;
  }

  .ascom {
    font-weight: bold;
    font-size: clamp(1.4em, 1vw, 1em);
    color: white;
    text-align: center;
    line-height: 4px;
  }

  .endereco_prefeitura {
    font-weight: 300;
    text-align: center;
    font-size: clamp(1em, 1vw, 1em);
    color: white;
  }

  .desenvolvido_por_menor {
    font-weight: 300;
    font-size: clamp(1.1em, 1vw, 0.8em);
    color: white;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    padding: 10px;
  }

  .desenvolvedor {
    font-weight: bolder;
    font-size: clamp(1em, 1vw, 0.8em);
    color: white;
    text-align: center;
    vertical-align: middle;
    height: 60px;
  }

  .min-titulo_governo {
    font-weight: bold;
    font-size: 28px;
    color: #2c3539;
  }

  img.min-borda_redonda {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
  }

  .min-logo_banner {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
  }

  .min-todas_as_noticias_titulo {
    font-weight: normal;
    font-size: clamp(1.6em, 1vw, 1em);
    color: #1e4f6f;
    margin-top: clamp(1em, 1vw, 1em);
    margin: 4px;
  }

  .min-imagem_pequena {
    width: 100%;
  }

  .hidden {
    display: none;
  }

  .min-servicos {
    display: inline-block;
    padding: 2px;
    width: clamp(4.8em, 1vw, 1em);
  }

  div.min-cpicon a {
    color: #1e4f6f;
    font-weight: bold;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    height: clamp(9em, 1vw, 1em);
    width: clamp(9em, 1vw, 1em);
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    font-size: clamp(0.9em, 1vw, 1em);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -goog-ms-border-radius: 10px;
    vertical-align: middle;
  }

  div.min-cpicon span {
    font-size: clamp(0.9em, 1vw, 1em);
    font-weight: normal;
    display: block;
    text-align: center;
  }

  div.min-cpicon img {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
  }

  .titulo_sessao {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #1e4f6f;
    vertical-align: middle;
    height: 100%;
    padding: 20px 20px 20px 20px;
    width: 100%;
    cursor: default;
    display: inline-block;
  }

  .titulo_noticias {
    font-weight: bolder;
    font-size: clamp(2.2em, 1vw, 1em);
    color: #1e4f6f;
    vertical-align: middle;
    height: 100%;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }

  .titulo_noticias_fp {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #1e4f6f;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }

  .titulo_programacao_fp {
    font-weight: bolder;
    font-size: clamp(2.2em, 1vw, 1em);
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }

  .titulo_cme {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }

  .titulo_videos {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #1e4f6f;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }

  .min_titulo_saiba_como_chegar {
    font-weight: bolder;
    font-size: clamp(2em, 1vw, 1em);
    color: #1e4f6f;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }

  div.min-rodape_imagem {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -goog-ms-border-radius: 3px;
    border-radius: 3px;
    width: 100px;
    text-align: center;
  }

  div.min-rodape_imagem_fp {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -goog-ms-border-radius: 3px;
    border-radius: 3px;
    width: 80px;
    text-align: center;
  }

  div.min-rodape_ascom_imagem {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -goog-ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
  }

  .pesquisa_texto {
    font-weight: 300;
    font-size: clamp(0.9em, 1vw, 1em);
    color: #2c3539;
  }

  .pesquisa_texto select {
    font-weight: 300;
    font-size: clamp(1em, 1vw, 1em);
    color: #2c3539;
  }

  div.min-noticia-imagem {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -goog-ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
  }

  td.min-borda_noticia {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -goog-ms-border-radius: 5px;
    border-radius: 5px;
  }

  div.min-borda_redonda {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: auto;
  }

  td.min-noticia_texto_ver_mais {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #cccccc;
    background-color: #1e4f6f;
    height: 40px;
    width: 240px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -goog-ms-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
  }

  td.rodape_vazio {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 1px;
  }

  table.min-noticia_texto_ver_mais {
    height: 40px;
    width: 240px;
    text-align: center;
    vertical-align: middle;
  }

  div.min-video_texto_titulo_principal {
    font-weight: bolder;
    font-size: 22px;
    height: 100%;
    color: #2c3539;
  }

  div.min-video_texto_chamada {
    font-weight: 300;
    font-size: 18px;
    height: 100%;
    color: #2c3539;
  }

  div.min-video_data {
    font-weight: 300;
    font-size: 11px;
    color: #2c3539;
    height: 100%;
  }

  div.min-video_imagem {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -goog-ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
  }

  .min_fundo_cinza {
    width: 40vh;
    height: 25vh;
    text-align: center;
  }

  .min-iframe {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .min-saiba_como_chegar {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    width: 90%;
    height: 100%;
  }

  tr.min-rodape {
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 100%;
  }

  .min-button_noticias {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 50px;
    width: 240px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_noticias:hover {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 50px;
    width: 240px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_informativos {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 50px;
    width: 250px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_informativos:hover {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 50px;
    width: 250px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_faleconosco {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 50px;
    width: 240px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_faleconosco:hover {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 50px;
    width: 240px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min_button_cultura {
    font-weight: bold;
    font-size: clamp(2em, 1vw, 1em);
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: clamp(2em, 1vw, 70em);
    width: clamp(12em, 1vw, 500em);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
  }

  .min_button_cultura:hover {
    font-weight: bold;
    font-size: clamp(2em, 1vw, 1em);
    color: #ffffff;
    border: 1px solid #008b8b;
    background-color: #008b8b;
    height: clamp(2em, 1vw, 70em);
    width: clamp(12em, 1vw, 500em);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_cartao_idoso {
    font-weight: bold;
    font-size: clamp(2em, 1vw, 1em);
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: clamp(2em, 1vw, 35em);
    width: clamp(8em, 1vw, 250em);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_cartao_idoso:hover {
    font-weight: bold;
    font-size: clamp(2em, 1vw, 1em);
    color: #ffffff;
    border: 1px solid #008b8b;
    background-color: #008b8b;
    height: clamp(2em, 1vw, 35em);
    width: clamp(8em, 1vw, 250em);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_noticias_fp {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #f08020;
    background-color: #f08020;
    height: 70px;
    width: 300px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
  }

  .min-button_grande {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 100px;
    width: 340px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_noticias_fp:hover {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #008b8b;
    background-color: #008b8b;
    height: 70px;
    width: 300px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
  }

  .min-button_grande:hover {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 100px;
    width: 340px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_videos {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 50px;
    width: 240px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .min-button_videos:hover {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #1e4f6f;
    background-color: #1e4f6f;
    height: 50px;
    width: 240px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }

  nav ul {
    padding: 0px;
  }

  nav select {
    display: flex;
    text-align: center;
    margin: auto;
    background-color: #008b8b;
    outline: none;
    border: hidden;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    height: 40px;
    width: 100%;
  }

  .rodape_titulo {
    font-weight: bolder;
    font-size: clamp(1.8em, 1vw, 1em);
    color: #fff;
    width: 100%;
  }

  .rodape_texto {
    font-weight: 300;
    font-size: clamp(1.6em, 1vw, 1em);
    color: #fff;
    width: 100%;
  }

  div.noticia_publicado_em {
    font-weight: 300;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #a9a9a9;
  }

  .noticia_texto p {
    font-weight: 300;
    font-size: clamp(1.3em, 1vw, 1em);
    color: #2c3539;
    margin-top: 10px;
  }

  div.noticia_texto {
    font-weight: 300;
    font-size: clamp(1em, 1vw, 1em);
    color: #2c3539;
    margin-top: 10px;
  }

  .noticia_texto_lado p {
    font-weight: 300;
    display: inline-block;
    font-size: clamp(1.3em, 1vw, 1em);
    color: #2c3539;
    margin-top: 10px;
  }

  div.noticia_texto_lado {
    font-weight: 300;
    display: inline-block;
    font-size: clamp(1.3em, 1vw, 1em);
    color: #2c3539;
    margin-top: 10px;
  }

  div.noticia_recente_chamada {
    font-weight: bold;
    font-size: clamp(1em, 1vw, 1em);
    padding-left: 5px;
    padding-right: 5px;
    color: #1e4f6f;
  }

  div.noticia_recente_data {
    font-weight: 400;
    font-size: clamp(1.2em, 1vw, 1em);
    color: #a9a9a9;
    padding-left: 5px;
    padding-right: 5px;
  }

  div.conteudo_texto_data {
    font-weight: 400;
    font-size: clamp(0.9em, 1vw, 1em);
    color: #2c3539;
  }

  .noticia_texto_chamada p {
    font-weight: 300;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #2c3539;
  }

  p.noticia_texto_chamada {
    font-weight: 300;
    font-size: clamp(1.4em, 1vw, 1em);
    color: #2c3539;
  }

  .noticia_texto_titulo_principal {
    font-weight: bolder;
    font-size: clamp(1.6em, 1vw, 1em);
    height: 100%;
    color: #1e4f6f;
  }

  .noticia_texto_titulo_principal a {
    color: #1e4f6f;
  }

  .noticia_texto_titulo_principal a:hover {
    color: #1e4f6f;
    text-decoration: none;
  }

  .noticia_texto_titulo_principal_zs {
    font-weight: bolder;
    font-size: clamp(1.2em, 1vw, 1em);
    height: 100%;
    color: #1e4f6f;
  }

  .noticia_texto_titulo_principal_zs a {
    color: #1e4f6f;
  }

  .noticia_texto_titulo_principal_zs a:hover {
    color: #1e4f6f;
    text-decoration: none;
  }
}