#footer-box {
  padding: 0px !important;
  background-color: #001729;
  width: 100%; /* Garante 100% da largura */
  margin: 0; 
  left: 0; 
  right: 0; 
}

#footer {
  background-color: #001729;
  padding: 1em !important;
  color: white !important;
  text-decoration: none !important;
  list-style: none !important;
  width: 100%; /* Garante 100% da largura */
  margin: 0; 
}

#footer-general-box {
  padding: 1.5em 0px 0.5em 0px;
  background-color: #00172980 !important;
  background-image: url("/storage/img/background/arraial-intranet.png");
  background-blend-mode :color-burn !important;
  color: #fff;
  width: 100vw !important; /* Garante 100% da largura */
  margin: 0; 
  left: 0;
  right: 0;
}

#footer-general-row {
  text-align: center;
  padding: 0.4em !important;
  width: 100%; /* Garante 100% da largura */
  margin: 0; 
}

#footer-col-left {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: left;
  justify-content: left;
  font-weight: 600;
}

#footer-col-left>ul>li {
  list-style: none;
}

#footer-col-center {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: left;
  justify-content: left;
  font-weight: 600;
}

#footer-col-center>ul>li {
  list-style: none;
}

#footer-col-right {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: left;
  justify-content: left;
  font-weight: 600;
}

#footer-col-right>ul>li {
  list-style: none;
}

#footer-position {
  bottom: 0 !important;
  margin: 0 !important;
  width: 100%; /* Garante 100% da largura */
  left: 0;
  right: 0;
}

#icon-social {
  width: 1em;
  font-size: 1em;
  color:#fff
}
.icon-social {
  font-size: 1.5em !important;
  /* Define o tamanho desejado em px, em ou rem */
  max-height: 1.5em;
  margin-right: 0.3em;
}

.item-contact {
  margin-bottom: 0.5em;
  margin-right: 0.3em;
}

.adress-icon {
  height: 23px !important;
}

.footer-brand {
  height: auto;
  margin: 0.5em !important;
  max-width: 200px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .footer-brand {
    max-width: 150px;
    margin: 0.3em !important;
  }
}

@media (max-width: 480px) {
  .footer-brand {
    max-width: 120px;
    margin: 0.2em !important;
  }
}

.adress-footer-text{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.img-contact {
  width: 1.2em;
  display: inline-block;
  vertical-align: middle;
}

#footer-credits {
  font-weight: 600;
  text-align: center;
  background-color: transparent !important;
  color: white;
  padding: 0.5em !important;
  margin: 0 auto !important;
  width: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#footer-credits>a {
  display: flex;
  flex-direction: row;
  justify-content: center !important; 
  align-items: center !important;
}

@media (max-width: 768px) {
  #footer-credits {
    padding: 0.3em !important;
  }
}

.footer-brand-link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

#developedBy{
  font-size: small;
}

#footer>ul,
a {
  text-decoration: none !important;
  list-style: none !important;
  list-style-type: none;
  color: white;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
}
.footer-links{
  color: #fff;
  font-size: small !important;
}

.footer-links:hover{
  text-shadow: #fff 0px 0px 0px !important;
}