#administracao {
  margin-top: 60px;
}

#administracao .container,
#gestores-anteriores .container {
  flex-direction: column;
}

#administracao .prefeito,
#administracao .vice-prefeito {
  display: flex;
}

#administracao .infos {
  margin-left: 15px;
}

#administracao h3 {
  font-size: 2.3rem;
  color: #004982;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

#administracao h4 {
  font-size: 1.3rem;
  color: #393939;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

#administracao h5 {
  font-size: 1.3rem;
  color: #393939;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: flex;
}

#administracao .prefeito h5::before {
  content: url('/common/default/img/email-administracao.png');
}

#administracao .social {
  display: flex;
  margin-bottom: 5px;
}

#administracao .social a:first-child {
  background-image: url('/common/default/img/facebook-administracao.png');
  display: flex;
  width: 70px;
  height: 40px;
  margin-right: 20px;
}

#administracao .social a:last-child {
  background-image: url('/common/default/img/instagram-administracao.png');
  display: flex;
  width: 70px;
  height: 40px;
}

#administracao p {
  font-size: 1.1rem;
  color: #393939;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
}

#administracao .divisor {
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin: 80px 0;
}

#administracao .vice-prefeito .infos {
  margin-left: 0;
  margin-right: 15px;
}

#administracao .vice-prefeito h3,
#administracao .vice-prefeito h4 {
  text-align: right;
}

#administracao .vice-prefeito h5,
#administracao .vice-prefeito .social {
  justify-content: flex-end;
}

#administracao .vice-prefeito h5::after {
  content: url('/common/default/img/email-administracao.png');
}

#gestores-anteriores table {
  border: 1px solid #707070;
  border-spacing: 0;
}

#gestores-anteriores th {
  color: #2D2D2D;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  background-color: #F7F7F7;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #707070;
}

#gestores-anteriores td {
  color: #808080;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding: 10px;
}

#gestores-anteriores tr.dados td {
  border-bottom: 1px solid #707070;
}

#gestores-anteriores tr.dados td:first-child {
  text-align: center;
}

#gestores-anteriores tr.dados:last-child td {
  border-bottom: none;
}

#gestores-anteriores tr th:first-child,
#gestores-anteriores tr td:first-child {
  border-right: 1px solid #707070;
}

#gestores-anteriores table .nome {
  padding-left: 30px;
}

@media (max-width:576px) {
  #administracao {
    margin-top: 20px;
  }
  
  #administracao .prefeito {
    flex-direction: column;
  }

  #administracao .vice-prefeito {
    flex-direction: column-reverse;
  }

  #administracao .vice-prefeito .imagem {
    text-align: right;
  }

  #administracao .infos {
    margin-left: 0;
    margin-top: 10px;
  }

  #administracao .divisor {
    margin: 50px 0;
  }
}