@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200..700&display=swap');

:root {
  --primary: #ffffff;
  --primaryHover: color-mix(in srgb, var(--primary) 75%, black);
  --primaryAlt: #d1d1d1;
  --primaryAltHover: color-mix(in srgb, var(--primaryAlt) 80%, black);
  --secondary: #044484;
  --secondaryLight: color-mix(in srgb, var(--secondary) 90%, white);
  --secondaryDark: color-mix(in srgb, var(--secondary) 70%, black);
  --accent: #2c8eff;
  --accentDark: color-mix(in srgb, var(--accent) 90%, black);
  --background: #dedede;

  --placeholder: #9e9e9e;

  /*Tabelas*/
  --etapa: #003985;
  --etapaHover: color-mix(in srgb, var(--etapa) 90%, black);
  --etapaDark: color-mix(in srgb, var(--reutilizada) 80%, black);
  --reutilizada: #beff55;
  --reutilizadaHover: color-mix(in srgb, var(--reutilizada) 90%, black);
  --reutilizadaDark: color-mix(in srgb, var(--reutilizada) 80%, black);
  --reutilizadaDarkHover: color-mix(in srgb, var(--reutilizadaDark) 90%, black);
  --comp: #3299ff;
  --compHover: color-mix(in srgb, var(--comp) 90%, black);
  --compDark: color-mix(in srgb, var(--comp) 85%, black);
  --compDarkHover: color-mix(in srgb, var(--compDark) 90%, black);
  --insumo: #eede50;
  --insumoHover: color-mix(in srgb, var(--insumo) 85%, black);
  --insumoDark: color-mix(in srgb, var(--insumo) 90%, black);
  --insumoDarkHover: color-mix(in srgb, var(--insumoDark) 90%, black);

  --positive: #8dff6a;
  --positiveHover: color-mix(in srgb, var(--positive) 80%, black);

  --negative: #ff6e6e;
  --negativeHover: color-mix(in srgb, var(--negative) 80%, black);
  --negativeAlt: #ff3838;
  --negativeAltHover: color-mix(in srgb, var(--negativeAlt) 80%, black);

  --edit: #ffa959;
  --editHover: color-mix(in srgb, var(--edit) 80%, black);

  --neutral: #000000;
  --neutralHover: color-mix(in srgb, var(--neutral) 90%, white);

  /*Pacotes*/
  --pacoteTotal: #f4ae35;
}

/*Geral*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Chivo Mono", monospace;
}

.none {
  object-fit: none;
}

.fill {
  object-fit: fill;
}

.bgSecondary {
  background-color: var(--secondary) !important;
}

.colorPrimary {
  color: var(--primary) !important;
}

.cover {
  object-fit: cover;
}

.contain {
  object-fit: contain;
}

.scale-down {
  object-fit: scale-down;
}

input:focus {
  outline: none;
}

button {
  cursor: pointer;
}

.vd {
  border-left: 2px solid var(--primary);
}

.bigFont {
  font-size: 35px;
}

.btnEtapa div {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

.clicavel {
  cursor: pointer;
}

.flexLinha {
  display: flex;
  flex-direction: row;
}

.flexDivide {
  justify-content: space-between;
}

.fullWidth {
  width: 100%;
}

body {
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

main {
  padding: 0 20px;
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  height: fit-content;
}

.center {
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerFull {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexC {
  display: flex;
  flex-direction: column;
}

.centerV {
  display: flex;
  align-items: center;
}

.centerH {
  display: flex;
  justify-content: center;
}

#paginaInicio {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

#inicioEsq {
  background-color: var(--primary);
  width: 50%;
  padding: 20px;
}

#inicioEsqAlt {
  background-color: var(--primary);
  width: 100vw;
  padding: 20px;
}

.oculto {
  display: none;
}

.mgm20 {
  margin-top: -20px;
}

.g10 {
  gap: 10px;
}

.g20 {
  gap: 20px;
}

.g30 {
  gap: 30px;
}

.g40 {
  gap: 40px;
}

/*Home*/

#homeBannerWrapper {
  display: none;
}

#homeBanner {
  position: relative;
  height: 50vh;
  background-color: var(--secondary);
}

#homeBannerImg {
  background-image: url(../img/fundoInicio.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#homeBannerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary);
  text-align: center;
  z-index: 1;
  opacity: 1;
}

#printTable {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#noticias {
  min-height: 80vh;
  background-color: var(--background);

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  grid-auto-rows: minmax(100px, auto);
  justify-items: center;
  align-items: center;

  padding: 75px;
}

.noticia {
  background-color: var(--secondary);
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 500px;
  border-radius: 10px 10px 0px 0px;
}

.noticiaImg img {
  border-radius: 10px 10px 0px 0px;
  width: 400px;
  height: 250px;
}

.noticiaContent {
  display: flex;
  flex-direction: column;
  padding: 18px;
  gap: 36px;
}

.noticiaText {
  color: var(--primary);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.noticiaText h3 {
  font-weight: 500;
  font-size: x-large;
}

.noticiaText span {
  font-weight: 300;
  font-size: medium;
}

.noticia button {
  width: 150px;
  padding: 10px;
  border-radius: 8px;
  font-size: medium;
  font-weight: 400;

  transition: all 0.3s ease;
  background-color: var(--primary);
  border: none;
}

.noticiaData {
  color: var(--primary);
  font-size: smaller;
  opacity: 0.7;
}

.noticia button:hover {
  background-color: var(--accent);
}

.noticia button:active {
  color: var(--primary);
  background-color: var(--accentDark);
}

#homeBannerText h2 {
  font-weight: bold;
  font-size: 3vw;
}

#homeBannerText h3 {
  font-weight: 200;
  font-size: 1vw;
}

#btnMais {
  border: none;
  background-color: var(--secondary);
  color: var(--primary);
  padding: 12px;
  border-radius: 12px;
  grid-column: span 4;

  transition: all 0.3s ease;
}

#btnMais:hover {
  background-color: var(--secondaryLight);
}

#btnMais:active {
  background-color: var(--secondaryDark);
}

#inicioDir,
#inicioDirAlt {
  background-color: var(--secondary);
  width: 50%;
  background-image: url(../img/fundoInicio.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#inicioDirAlt {
  background-image: url(../img/fundoInicioAlt.png);
}

.overlayColor {
  background-color: var(--secondaryDark);
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

#logoEmopAlt {
  width: 350px;
}

#inicioFormWrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 90vh;
  justify-content: center;
  align-items: center;
}

#inicioFormWrapper form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}

#inicioFormWrapper h3 {
  text-align: start;
  font-weight: bolder;
  font-size: xx-large;
  margin-bottom: 0px;
}

#inicioFormWrapper h5 {
  font-weight: lighter;
  margin-bottom: 22px;
}

.btnFull {
  width: 100%;
}

.btnFormAlt {
  background-color: var(--secondaryLight);
  border: none;
  padding: 12px;
  color: var(--primary);
}

.btnFormAlt:hover {
  background-color: var(--secondaryDark);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

a {
  color: var(--primary);
  text-decoration: none;
}

/*Nav*/

a:hover {
  color: var(--accent);
}

nav {
  background-color: var(--secondary);
  padding: 12px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logoEmop {
  height: 100%;
}

#navPerfil {
  height: 100%;
  display: flex;
  align-items: center;
}

#nomePerfil {
  color: var(--primary);
  display: inline-block;
  font-size: small;
}

#navPerfil img {
  display: inline-block;
  margin-right: 10px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.vetor {
  width: 18px;
}

#wrapPerfil {
  display: flex;
  padding: 2px;
  flex-direction: column;
  align-items: flex-start;
}

#navMenu {
  display: flex;
  flex-direction: column;
  color: var(--primary);
  font-size: 12px;
  padding: 4px;
  width: 100%;
  background-color: var(--secondaryDark);
  white-space: nowrap;
}

#navHorizontal {
  background-color: var(--secondaryDark);
  display: flex;
  padding: 12px;
  gap: 24px;
}

#navHorizontal div {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

#navHorizontal button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

#navHorizontal button img {
  width: 18px;
}

.dropdown {
  position: relative;
  display: flex;
}

#dropdownButtonWrap {
  height: 100%;
  display: none;
}

#navDropdownButton {
  color: var(--primary);
  cursor: pointer;
}

#navDropdownButton:hover {
  color: var(--accent);
}

.radioContainer {
  display: flex;
  gap: 8px;
}

#menuTabelaOpcoes {
  display: flex;
  align-items: center;
  gap: 10px;
}

#btnArquivos {
  float: right;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: var(--primary);
  background-color: var(--secondaryDark);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%;
  right: 0;
  white-space: nowrap;
}

.dropdown-content a,
.dropdown-content span {
  display: block;
  padding: 3px;
  align-items: end;
}

.dropdown-content span {
  background-color: var(--secondaryLight);
  font-weight: 300;
}

.dropdown-content a {
  font-weight: 200;
  font-size: medium;
}

/*Menu Tabeça*/

.btnMenu {
  padding: 0 10px;
  background-color: var(--primary);
  border: 3px solid var(--neutral);
  color: var(--neutral);
  height: 50px;
  cursor: pointer;
}

.btnMenu:hover {
  background-color: var(--primaryHover);
}

.pesquisa {
  background-color: var(--primary);
  padding: 10px;
  flex: 6;
}

.search-container {
  position: relative;
  width: 260px;
  padding: 10px;
  padding-top: 15px;
}

.search-container input {
  height: 50px;
  width: 100%;
  padding-left: 8px;
  font-size: medium;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.placeholder {
  position: absolute;
  font-size: small;
  pointer-events: none;
  top: 30px;
  left: 20px;
  transition: 0.1s ease all;
  white-space: nowrap;
  opacity: 70%;
}

.input {
  position: relative;
}

#orcDescricao,
#simDescricao {
  width: 100%;
}

#orcDescricao input,
#simDescricao input {
  border: none;
  width: 100%;
  padding: 4px;
}

#orcDescricao input:focus,
#simDescricao input:focus {
  outline: none;
}

#optionsImport {
  display: flex;
  gap: 12px;
}

#inputArquivo {
  display: none;
  /* O input fica escondido */
}

#inputPesquisaCompCod,
#inputPesquisaInsCod,
#inputPesquisaCompInsCod {
  flex: 2;
}

#inputPesquisaDesc,
#inputPesquisaInsDesc {
  flex: 5;
}

.inputLabel,
.inputLabelAlt {
  display: flex;
  position: absolute;
  left: 15px;
  top: 15px;
  white-space: nowrap;
  transform: translate(0, 0);
  transform-origin: 0 0;
  background: var(--color-background);
  transition: transform 120ms ease-in;
  font-weight: bold;
  line-height: 1.2;
  pointer-events: none;
}

textarea:focus,
input:focus,
select:focus {
  box-shadow: 0 0 0 0;
  outline: 0;
}

.inputField {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 3px solid currentColor;
  padding: 12px;
  font-size: 18px;
  color: currentColor;
  background: transparent;
  border-radius: 0px;
}

.inputField:focus {
  border-radius: 0px;
  border: 3px solid var(--secondaryLight);
}

.mt10 {
  margin-top: 10px;
}

.linkAlt {
  color: var(--secondaryLight);
  text-decoration: underline;
}

.linkAlt:hover {
  color: var(--secondaryDark);
}

.inputField:focus+.inputLabel,
.inputField:not(:placeholder-shown)+.inputLabel {
  transform: translate(0.20rem, -100%) scale(0.8);
  color: var(--secondary);
  background-color: var(--primary);
}

.inputField:focus+.inputLabelAlt,
.inputField:not(:placeholder-shown)+.inputLabelAlt {
  transform: translate(0.20rem, -100%) scale(0.8);
  color: var(--primary);
  background-color: var(--secondary);
}

#tabelaContainer {
  overflow: auto;
}

td input {
  box-sizing: border-box;
  border: none;
  display: block;
  width: 100%;
  padding: 2px;
  font-size: 12px;
  background: var(--primary);
}

.inputsContainerVert {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inputsContainer,
#menuTabela {
  display: flex;
  gap: 10px;
}

.inputsContainer select,
.halfContainer {
  width: 50%;
}

#menuTabela {
  align-items: center;
}

/*Tabelas*/

.tableContainer,
#compBody,
#simBody {
  width: 100%;
  overflow: auto;
}

#tableMesAno {
  display: flex;
  justify-content: end;
  width: 100%;
  background-color: var(--primary);
  padding: 8px;
}

#mesAno {
  background-color: var(--neutral);
  padding: 8px;
  width: 90px;
  border-radius: 8px;
  color: var(--primary);
  appearance: button !important;
  cursor: pointer;
}

#mesAno:hover {
  background-color: var(--neutralHover);
}

option {
  cursor: pointer;
}

#tableComp {
  width: 100%;
  background-color: var(--primary);
  padding: 5px;
}

#tableComp button {
  border: none;
  padding: 8px;
  background-color: var(--neutral);
  color: var(--primary);
}

#thead,
th {
  white-space: nowrap;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: smaller;
}

th {
  border-top: 1px solid #ddd;
  background-color: var(--neutral);
  color: var(--primary);
}

th,
td {
  padding: 8px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

td::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}

td::-webkit-scrollbar-track {
  background: transparent;
}

td::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}

td::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

td {
  scrollbar-width: thin;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

#paginated-table td {
  cursor: pointer;
  ;
}

.orcHead a {
  color: var(--neutral);
  text-decoration: underline;
}

.orcHead a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.orcHead button {
  border: none;
  background-color: var(--secondary);
  color: var(--primary);
  padding: 6px;
  border-radius: 6px;
}

.orcHead button:hover {
  background-color: var(--secondaryDark);
}


tr {
  background-color: var(--primary);
}

tr:hover {
  background-color: var(--primaryHover);
}

#paginated-table tr:nth-child(even) {
  background-color: var(--primaryAlt);
}

#paginated-table tr:nth-child(even):hover {
  background-color: var(--primaryAltHover);
}

.width1 {
  width: 1%;
}

.wid1 {
  width: 1vw;
}

.width2 {
  width: 3%;
}

.wid2 {
  width: 2vw;
}

.width5 {
  width: 5%;
}

.wid5 {
  width: 5vw;
}

.width6 {
  width: 6%;
}

.wid6 {
  width: 6vw;
}

.width7 {
  width: 7%;
}

.wid10 {
  width: 10vw;
}

.width10 {
  width: 10%;
}

.wid15 {
  width: 15vw;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.wid20 {
  width: 20vw;
}

.width30 {
  width: 30%;
}

.wid30 {
  width: 30vw;
}


.width40 {
  width: 40%;
}

.wid40 {
  width: 40vw;
}

.maxwid40 {
  max-width: 40vw;
}

.width50 {
  width: 50%;
}

.wid50 {
  width: 50vw;
}

.maxwid50 {
  max-width: 50vw;
}


.wid60 {
  width: 60vw;
}

.wid70 {
  width: 70vw;
}


.width70 {
  width: 70%;
}

.p20 {
  padding: 20px;
}

.tableWrapper {
  position: relative;
  max-width: 100%;
}

.scrollMain {
  overflow-x: auto;
  overflow-y: visible;
}

.scrollFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  border-top: 1px solid #ccc;
  display: none;
  z-index: 9999;
}

.scrollSync {
  height: 1px;
  width: 1px;
}

.formCadastro {
  background-color: var(--primary);
  border-radius: 12px;
  width: 500px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.formCadastroHeader {
  background-color: var(--secondary);
  color: var(--primary);
  text-align: center;
  font-size: larger;
  border-radius: 12px 12px 0px 0px;
  padding: 8px;
}

.formCadastroBody {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pagination {
  background-color: var(--neutral);
  padding: 5px;
  color: white;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.pagination button {
  padding: 0 10px;
  font-size: 16px;
  background-color: var(--primary);
  color: var(--neutral);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.pagination button:hover {
  background-color: var(--background);
}

/*Composicao*/

#headerOpts {
  display: flex;
  justify-content: space-between;
}

#headerOpts button {
  background-color: var(--primary);
  border: 2px solid var(--neutral);
  color: var(--neutral);
  padding: 0px 12px;
}

#headerOpts button:hover {
  background-color: var(--primaryHover);
}

.headerRadio {
  background-color: var(--secondary);
  padding: 8px;
  border-radius: 16px;
  color: var(--primary);
}

#headerLink {
  display: flex;
  font-size: smaller;
  padding: 4px;
  color: var(--neutral);
  justify-content: end;
  align-items: center;
}

#headerLink span {
  color: var(--secondary);
  text-decoration: underline;
  font-size: medium;
  font-weight: 500;
  cursor: pointer;
}

.btnLine {
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  width: fit-content;
}

#headerLink span:hover,
.btnLine:hover {
  color: var(--secondaryLight);
}

#headerItem {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: row;
}

#headerCategoria {
  color: var(--secondary);
}

#tabelaDescLinha {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.primeiraLinha .linhaDesc {
  color: var(--secondary);
}

.tabelaDescLinha {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#headerItemMenu {
  display: flex;
  gap: 16px;
}

.btnOrc {
  width: 75px;
  height: 100%;
}


.headerMenuContainer {
  position: relative;
  display: inline-block;
}

.headerMenuHover {
  display: none;
  position: absolute;
  z-index: 999;
  min-width: 100px;
}

.headerMenuHover button {
  background-color: var(--secondary);
  border: none;
  white-space: nowrap;
  padding: 8px;
  text-align: start;
  width: 100%;
  color: var(--primary);
}

.headerMenuHover button:hover {
  background-color: var(--secondary);
}

.headerMenuContainer:hover .headerMenuHover {
  display: block;
  background-color: transparent;
}

.headerMenuHover button:hover {
  background-color: var(--secondaryDark);
}

#compBDI {
  display: flex;
  align-items: center;
  justify-content: center;
}

#headerItemTitulo {
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: var(--primary);
  padding: 12px;
  width: 100%;
}

#subheaderComposicao {
  background-color: var(--primary);
  padding: 8px;
  display: flex;
  justify-content: space-evenly;
}

#subheaderComposicao div {
  align-items: center;
  display: flex;
}

#subheaderComposicao .titulo,
#subheaderComposicao .texto {
  display: flex;
  gap: 8px;
  width: fit-content;
  align-items: center;
}

#headerItem h5,
#subheaderComposicao .titulo {
  font-weight: 500;
  color: var(--secondaryDark);
}

#headerItem h3,
#subheaderComposicao .texto {
  font-weight: 700;
  color: var(--secondary);
}

.wrapperComp {
  /*max-width: 90vw;*/
  overflow: auto;

}

#compContainer,
#simContainer {
  border: 1px solid var(--secondaryDark);
  overflow: auto;
}

#orcFooter {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#orcParcelas div {
  width: fit-content;
}

#orcParcelas {
  border-collapse: separate;
  border-spacing: 16px 0px;
  width: auto;
}

#orcParcelas tbody tr {
  background-color: transparent;
}

#orcParcelas td {
  padding: 8px 16px;
  border-top: 1px solid var(--placeholder);
  /* Borda superior */
}

#memoriaCalc {
  background-color: var(--primary);
}

.textAreaHeader {
  background-color: var(--neutral);
  width: 100%;
  display: flex;
  justify-content: end;
}

.textAreaHeader button {
  width: 30px;
}

#orcParcelas .valor {
  text-align: right;
}

#orcParcelaSBDI .descricao,
#orcParcelaBDI .descricao,
#parcelasBDI tr .descricao {
  width: 200px;
  font-weight: 600;
}

#orcParcelaSBDI .valor,
#orcParcelaBDI .valor {
  width: 300px;
}

#orcTotal .descricao,
#orcTotal .valor {
  font-size: larger;
  font-weight: 600;
}

#compHeader,
#simHeader,
.dividerComp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondaryDark);
  color: var(--background);
  padding: 12px;
}

#compHeader,
#simHeader,
#orcHeaderBTNs,
#simHeaderBTNs {
  display: flex;
  gap: 8px;
}

.flexRight {
  justify-content: right;
}

#compBody,
#simBody {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btnOrc {
  background-color: var(--secondaryLight);
  color: var(--primary);
  border: none;
  padding: 6px;
  display: flex;
}

.btnOrc:hover {
  background-color: var(--secondary);
}

.btnImg {
  flex-direction: column;
  gap: 4px;
  padding-right: 10px;
  padding-left: 10px;
  align-items: center;
}

.btnImg img {
  width: 40px;
}

.comp {
  color: var(--neutral);
}

tr.comp {
  cursor: pointer;
}

tr.comp:nth-child(even) {
  background-color: var(--comp) !important;
}

tr.comp:nth-child(even):hover {
  background-color: var(--compHover) !important;
}

tr.comp:nth-child(odd) {
  background-color: var(--compDark) !important;
}

tr.comp:nth-child(odd):hover {
  background-color: var(--compDarkHover) !important;
}

tr.reutilizada:nth-child(even) {
  background-color: var(--reutilizada) !important;
}

tr.reutilizada:nth-child(even):hover {
  background-color: var(--reutilizadaHover) !important;
}

tr.reutilizada:nth-child(odd) {
  background-color: var(--reutilizadaDark) !important;
}

tr.reutilizada:nth-child(odd):hover {
  background-color: var(--reutilizadaDarkHover) !important;
}

tr.insumo:nth-child(even) {
  background-color: var(--insumo) !important;
}

tr.insumo:nth-child(even):hover {
  background-color: var(--insumoHover) !important;
}

tr.insumo:nth-child(odd) {
  background-color: var(--insumoDark) !important;
}

tr.insumo:nth-child(odd):hover {
  background-color: var(--insumoDarkHover) !important;
}

.insumo,
.reutilizada {
  cursor: pointer;
}

#exportExcel {
  padding: 0;
  border: none;
  background: none;
  height: 75px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#exportExcel span {
  display: none;
}

.arquivoPDF {
  background-color: var(--primary);
}

.arquivoPDF div a {
  color: var(--neutral);
}

.arquivoPDF div a:hover {
  color: var(--accent);
}

.btnIcon {
  background-color: transparent;
}

#exportExcel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

#inputSenhaWrapper {
  position: relative;
}

#toggleSenha {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: white !important;
  width: 22px;
  text-align: center;
}

.itemPDF {
  padding: 8px;
}

.arqBloco {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background-color: var(--secondaryDark);
  align-items: center;
}

.tituloBloco {
  text-align: center;
}

.acoesBloco {
  display: flex;
  align-items: center;
}

.acoesBloco a {
  display: block;
  padding: 12px;
  background-color: var(--primary);
  border-radius: 12px;
  color: var(--secondary);
  font-weight: bold;
}

.acoesBloco a:hover {
  background-color: var(--primaryHover);
}

.containerPDFs h1 {
  color: var(--primary);
  font-size: x-large;
  background-color: var(--secondaryDark);
}

.containerPDFs ul {
  font-size: large;
  background-color: white;
  padding: 20px;
  color: var(--secondary);
}

.containerPDFs li {
  margin-left: 12px;
}

.containerPDFs li a {
  color: var(--secondaryLight);
}

.containerPDFs li a:hover {
  color: var(--accent);
}

#pdfContainer {
  display: flex;
  flex-direction: column;
  overflow: auto;
  background-color: var(--neutral);
  padding: 15px;
  width: 100vw;
  height: 100vh;
  gap: 12px
}

#pdfContainer h4,
#pdf-controls {
  display: flex;
  color: var(--primary);
  align-items: center;
  font-size: large;
  justify-content: center;
  gap: 5px;
}

#pdf-controls {
  margin-bottom: 10px;
}

.corSVG {
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(237deg) brightness(113%) contrast(101%);
}

.corSVG:hover {
  filter: invert(65%) sepia(83%) saturate(3168%) hue-rotate(169deg) brightness(100%) contrast(95%);
}

.btnSubmit {
  padding: 0px 3px;
  cursor: pointer;
  background-color: var(--primary);
  color: var(--neutral);
}

.pagination input {
  background-color: #000000;
  color: white;
  border: white 1px solid;
}

#pdf-controls button {
  padding: 0px 3px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background-color: var(--primary);
  color: var(--neutral);
}

#pdf-controls button:hover,
.btnSubmit:hover {
  background-color: var(--primaryHover);
}

#pdf-controls button:active,
.btnSubmit:active {
  background-color: var(--secondaryLight);
  color: var(--background);
}

canvas {
  margin: 0 auto;
}

#pdf-layout {
  display: flex;
  justify-content: space-evenly;
}

#pdf-viewer canvas {
  display: block;
  margin: 0 auto 16px auto;
}

.zoom-controls {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.zoom-controls button {
  width: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.zoom-controls button img {
  width: 25px;
}

.paginas {
  text-align: center;
}

#pdfMenu {
  display: flex;
  justify-content: center;
  gap: 5px;
}

#thumbnail-menu {
  overflow-y: auto;
  position: sticky;
  top: 0;
  padding: 8px;
  height: 90vh;
}

.thumbnail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  width: 100px;
}

.thumbnail-placeholder {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #f0f0f0;
  overflow: hidden;
}

.thumbnail-label {
  font-size: 12px;
  margin-bottom: 4px;
  text-align: center;
  color: var(--primary);
}

.thumbnail-placeholder:hover {
  border: 2px solid #007bff;
}

.pdf-page-container {
  width: 100%;
  min-height: 100px;
  height: auto;
  overflow: visible;
  display: flex;
}

.pdf-loading {
  text-align: center;
  padding-top: 50px;
  color: #888;
}

.formularioNoticia {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.formRow {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.formRow label {
  width: 100px;
  font-weight: bold;
}

.formRow input[type="text"],
.formRow input[type="date"],
.formRow input[type="file"],
.formRow textarea {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

textarea {
  resize: vertical;
  min-height: 80px;
}

.formularioNoticia button {
  align-self: flex-end;
  padding: 10px 20px;
  background-color: var(--accent);
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.formularioNoticia button:hover {
  background-color: var(--accentDark);
}

.listWrapper a {
  color: inherit;
}

.listWrapper {
  max-width: 80rem;
  margin: 0 auto;
}

.listWrapper ol {
  padding: 1.5rem 1.5rem 1.5rem 4em;
  border: 0.3rem solid var(--secondary);
  columns: 25rem;
  column-gap: 7rem;
  column-rule: 4px dotted var(--secondary);
  border-radius: 0.5rem;
  background-color: var(--primary);
}

.listWrapper ol>*+* {
  margin-top: 1rem;
}

.listWrapper ol li {
  break-inside: avoid;
}

::marker {
  content: counters(list-item, '') ': ';
  font-weight: 700;
  font-size: 1.5em;
  color: var(--secondary);
}

.listWrapper ol li span {
  display: block;
}

.listWrapper ol li .fechado {
  color: var(--primaryAltHover);
}

.listWrapper ol li .aberto {
  cursor: pointer;
}

.listWrapper ol li span:first-child {
  font-size: 1.5em;
}

.listWrapper ol li span:last-child {
  font-style: italic;
}

.wrapCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.inputText {
  height: 130px;
  padding: 10px;
  resize: none;
}

.neutralBtn {
  background-color: var(--neutral);
  color: var(--primary);
}

.neutralBtn:hover {
  background-color: var(--neutralHover);
}

.characterCount {
  color: var(--placeholder);
}

.miniMenu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuCenter {
  background-color: var(--primary);
  border: 0.15rem solid transparent;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#divTermos {
  max-width: 660px;
  max-height: 400px;
  overflow: auto;
  text-align: left;
  padding: 16px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-color: rgb(233, 233, 233);
}

#BTNsTermos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.btnLine {
  border: none;
  background-color: transparent;
}

#tituloTermos {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#compOpt {
  display: flex;
  justify-content: space-between;
}

#compOptBtns {
  display: flex;
  gap: 12px;
}

#compOptOrc {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.compOptDesc {
  font-weight: 400;
}

.compOptValor {
  font-weight: 700;
}

#compOpt button,
td button {
  padding: 8px;
  border: none;
  transition: background-color 0.3s;
  cursor: pointer;
}

td button {
  width: 100%;
}

.btnTableForm {
  width: 50%;
}

.btnWrap {
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.btnWrapC {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.positive {
  background-color: var(--positive);
  padding: 4px;
  border: none;
}

.positive:hover {
  background-color: var(--positiveHover);
}

.negative {
  background-color: var(--negative);
  padding: 4px;
  border: none;
}

.negative:hover {
  background-color: var(--negativeHover);
}

.edit {
  background-color: var(--edit);
}

.edit:hover {
  background-color: var(--editHover);
}

.neutral {
  background-color: var(--primary);
}

.neutral:hover {
  background-color: var(--primaryAlt);
}

.btnEtapa {
  background-color: var(--etapa);
  color: var(--primary);
  cursor: pointer;
}

.btnEtapa:hover {
  background-color: var(--etapaHover);
}

.btnComp {
  background-color: var(--comp);
  color: var(--primary);
}

.btnComp:hover {
  background-color: var(--compHover);
}

.btnInsumo {
  background-color: var(--insumo);
  cursor: pointer;
}

.btnInsumo:hover {
  background-color: var(--insumoHover);
}

footer {
  min-height: 100px;
  color: var(--primary);
}

#footerContato {
  background-color: var(--secondary);
  padding: 72px;
  display: flex;
  justify-content: space-evenly;
}

#perfil {
  width: 100%;
  padding: 16px;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#editarPerfil {
  display: flex;
  justify-content: end;
  background-color: var(--secondary);
  width: 100%;
}

#editarPerfil button {
  padding: 16px;
  background-color: transparent;
  color: var(--primary);
  border: none;
}

#editarPerfil button:hover {
  color: var(--accent);
}

#perfilIntro {
  display: flex;
}

#perfilDados {
  display: flex;
  align-items: center;
}

.pacoteTotal {
  background: rgb(255, 108, 27);
  background: linear-gradient(125deg, rgba(255, 108, 27, 1) 0%, rgba(255, 172, 7, 1) 100%);
}

#perfilInfo {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#perfilIdUsuario {
  opacity: 0.6;
  font-size: 12px;
}

#perfilPacote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  color: var(--primary);
}

#perfilPacote {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px;
  padding: 20px;
  width: 40%;
}

#perfil img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

#perfilNome {
  color: var(--neutral);
  font-weight: 700;
  font-size: 30px;
}

#perfilTipo {
  color: var(--neutralHover);
  font-weight: 500;
  font-size: 20px;
}

#perfilFicha {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#footerContato div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#footerContato div h5 {
  opacity: 60%;
  width: fit-content;
}

#footerInfo {
  background-color: var(--secondaryDark);
  padding: 36px;
  display: flex;
  justify-content: center;
}

#footerInfo span {
  font-size: 12px;
  text-decoration: underline;
}

#footerInfo span:hover {
  color: var(--accent);
}

.popup {
  display: flex;
  gap: 15px;
  position: fixed;
  top: -100%;
  left: 50%;
  justify-content: center;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  transition: top 0.5s ease-in-out;
  z-index: 1000;
  width: fit-content;
  height: fit-content;
}

.popup img {
  width: 60px;
  height: 100%;
}

.popupContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.popupTitle,
.popupMessage {
  line-height: 24px;
  text-align: start;
  white-space: nowrap;
}

.popupTitle {
  font-weight: 700;
  font-size: 24px;
}

.popupMessage {
  font-weight: 300;
}

.popup.show {
  top: 20px;
}

.success {
  background-color: #dcf3d6;
  border: 1px solid #c2dfb8;
  color: #3D643F;
}

.warning {
  background-color: #f8f4c4;
  border: 1px solid #e9e29c;
  color: #955D02;
}

.error {
  background-color: #eec8c5;
  border: 1px solid #d49e9d;
  color: #C71E16;
}

.errorBG {
  background-color: var(--negativeAlt) !important;
}

.errorBG:hover {
  background-color: var(--negativeAltHover) !important;
}

.info {
  background-color: #cde9f7;
  border: 1px solid #9fcfeb;
  color: #007BB0;
}

.menu {
  position: absolute;
  background: var(--neutral);
  gap: 12px;
  border: 2px solid var(--primary);
  border-radius: 12px;
  z-index: 999;
  padding: 8px;
  display: none;
}

.btnMenuHover {
  border: none;
}

.menu button {
  padding: 4px;
}

.tr-container {
  position: relative;
}

.etapa {
  position: relative;
}

#dialogAceite {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.alertDialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.alertDialogContent {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.labelContainer {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

#msgDialog {
  margin-bottom: 10px;
}

#dialogBtns {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.alertDialogBtn {
  padding: 8px 20px;
  border-radius: 5px;
  width: 100%;
}

#orcComps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#listaErros {
  display: none;
  background-color: var(--neutralHover);
  padding: 12px;
}

#listaErros .erro {
  color: var(--negative);
}

.wrapperUsuarios {
  overflow: auto;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

#numberInput {
  width: 60px;
}

.compactProtect {
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
}

.popupClose {
  cursor: pointer;
  height: fit-content;
}

.resetSenhaBox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.resetSenhaBox input {
  border: none;
  padding: 8px;
}

.compact {
  font-family: "Yanone Kaffeesatz", sans-serif;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--placeholder);
  pointer-events: none;
}

.compactEvents {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--placeholder);
}

.ajuda {
  cursor: pointer;
}

.ajuda:hover::after {
  opacity: 1;
  visibility: visible;
}

#menuConfig {
  width: 100%;
  min-height: 800px;
  background-color: var(--primary);
  display: flex;
}

#menuOpts {
  background-color: var(--secondary);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 250px;
}

#menuOpts div {
  color: var(--primary);
  display: flex;
  justify-content: center;
  padding: 14px;
  background-color: var(--secondaryDark);
}

#menuOpts button {
  padding: 10px 25px;
  display: flex;
  justify-content: left;
  gap: 8px;
  background-color: var(--secosendary);
  font-size: 16px;
  border: none;
  color: var(--primary);
}

#menuOpts button:hover {
  color: var(--accent);
}

#wrapperOpt {
  padding: 16px;
  width: 100%;
}

#wrapConfSenha {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 16px;
}

#wrapConfSenha h5 {
  display: flex;
  justify-content: right;
}

#wrapConfSenha h5 a {
  color: var(--neutral);
}

#wrapConfSenha h5 a:hover {
  color: var(--placeholder);
}

#wrapConfSenha div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

#wrapConfSenha h3 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
}

#wrapConfPerfil {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 800px;
  padding: 16px;
}

#perfilPermissoes {
  margin-top: 30px;
}

#perfilPermissoes h3 {
  margin-bottom: 15px;
}

.permissoesGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.permCard {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.permCard h4 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.permBadges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
  max-width: 100%;
  overflow-x: auto;
}

.badgePerm {
  background: #e0ecff;
  color: #1f4fd8;
  padding: 6px 10px;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.btnBW {
  background-color: var(--primary);
  border: 3px solid var(--neutral);
  color: var(--neutral);
  height: fit-content;
  padding: 12px;
  width: 100%;
}

.btnBW:hover {
  background-color: var(--primaryHover);
}

button.loading {
  opacity: 0.6;
  cursor: not-allowed;
}

@media screen and (max-width: 1480px) {

  #noticias {
    min-height: 80vh;
    margin-top: -20px;
    background-color: var(--primary);

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
    grid-auto-rows: minmax(100px, auto);
    justify-items: center;
    align-items: center;

    padding: 75px;
  }

  #btnMais {
    grid-column: span 2;
  }

  .noticia {
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    width: 60%;
    min-width: 300px;
    height: 350px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
  }

  .noticiaImg img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 120px;
  }

  .noticiaContent {
    flex-direction: column;

    justify-content: space-evenly;
  }

  .noticiaText {
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .noticiaText h3 {
    font-weight: 500;
    font-size: large;
  }

  .noticiaText span {
    font-weight: 300;
    font-size: small;
  }

  .noticia button {
    width: 125px;
    padding: 10px;
    border-radius: 8px;
    font-size: medium;
    font-weight: 400;

    transition: all 0.3s ease;
    background-color: var(--primary);
    border: none;
  }

}

@media screen and (max-width: 1200px) {

  #perfil {
    width: 88vw;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .popupTitle {
    font-size: 22px;
  }

  .popupMessage {
    font-size: 14px;
  }

  .wid50 {
    width: 80vw;
  }

}

@media screen and (max-width: 768px) {

  .permBadges {
    grid-template-columns: repeat(3, 1fr);
  }

  #homeBanner {
    position: relative;
    height: 30vh;
    background-color: var(--secondary);
  }

  .containerPDFs h1 {
    font-size: medium;
  }

  .containerPDFs a {
    font-size: small;
  }

  #perfilDados {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  #perfilPacote {
    width: 100%;
  }

  #paginaInicio {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }

  .wid50 {
    width: 100vw;
  }

  .vetor {
    width: 14px;
  }

  #divLogoAlt {
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--secondaryLight);
  }

  #inicioEsq {
    background-color: var(--primary);
    width: 100%;
    padding: 10px;
  }

  #inicioDir {
    display: none;
  }

  #semConta {
    font-size: small;
  }

  #navHorizontal div {
    font-weight: 500;
    font-size: 10px;
  }

  #navHorizontal button svg {
    fill: var(--primary);
  }

  #navHorizontal button:hover svg {
    fill: var(--accent);
  }

  .dropdown-content.show {
    display: block;
    z-index: 999;
  }

  #dropdownButtonWrap {
    display: block;
  }


  #wrapPerfil {
    display: none;
  }

  #navPerfil img {
    margin-right: 0px;
  }

  #navPerfil img:hover {
    cursor: pointer;
  }

  th {
    font-size: 7px;
    font-weight: 600;
  }

  td {
    font-size: 7px;
  }

  .pagination button,
  #pdf-controls button {
    padding: 0 8px;
    font-size: 12px;
  }

  .input {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .inputField {
    font-size: 12px;
  }

  .inputLabel,
  .inputLabelAlt {
    font-size: small;
    left: 10px;
    top: 13px;
  }

  .inputField:focus+.inputLabel,
  .inputField:not(:placeholder-shown)+.inputLabel {
    transform: translate(0.20rem, -100%) scale(0.8);
    color: var(--secondary);
    background-color: var(--primary);
  }

  .inputsContainer {
    display: block;
  }

  input:checked+.slider:before {
    transform: translateX(13px);
  }

  .inputsContainer select {
    width: 100%;
  }

  .pesquisa {
    width: 100%;
  }

  #menuTabelaOpcoes,
  #menuTabela {
    flex-direction: column;
    width: 100%;
  }

  #menuTabelaOpcoes button {
    background-color: var(--primary);
    border: 3px solid var(--neutral);
    color: var(--neutral);
    height: fit-content;
    padding: 12px;
    width: 100%;
  }

  #exportExcel img {
    display: none;
  }

  #exportExcel,
  #exportExcel span {
    display: block;
    width: 100%;
  }

  .popupTitle {
    font-size: 21px;
  }

  .popupMessage {
    font-size: 14px;
  }

  #noticias {
    min-height: 80vh;
    margin-top: -20px;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 90px;
    grid-auto-rows: minmax(20px, auto);
    padding: 20px;
  }

  .noticia {
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 350px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
  }

  .noticiaImg img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 120px;
  }

  .noticiaContent {
    flex-direction: column;

    justify-content: space-evenly;
  }

  .noticiaText {
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .noticiaText h3 {
    font-weight: 500;
    font-size: large;
  }

  .noticiaText span {
    font-weight: 300;
    font-size: small;
  }

  .noticia button {
    width: 125px;
    padding: 10px;
    border-radius: 8px;
    font-size: medium;
    font-weight: 400;

    transition: all 0.3s ease;
    background-color: var(--primary);
    border: none;
  }

  #footerContato {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

}

@media screen and (max-width: 568px) {

  #logoEmop {
    height: 70%;
  }

  .popupTitle {
    font-size: 21px;
  }

  .popupMessage {
    font-size: 14px;
  }

}

.visible {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media (max-width: 480px) {
  .permBadges {
    grid-template-columns: repeat(2, 1fr);
  }
}