.folder-sinalserv{
    background-color: dimgrey;
    padding-top: 30px;
    padding-bottom: 30px;
}

#header{
    background-image: url(../img/bg/sinalserv-bg-inicio.jpg);    
}

.just{
    text-align: justify;
    text-justify: inter-word;
}

.bot{
    text-align: center;
}
.tab-servico {
  background-color: #e6e6e6;
  color: black;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: 1px solid rgb(172, 172, 172);
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active,
.tab-servico:hover {
  background-color: #fff;
  color: black
}

.tab-servico:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active::after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.centro{
  display: flex;
  justify-content: center;
  margin: auto;
color: black
}

.tender{
  background-color: #fff;
}