footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #f1f6fc;
    z-index: 1;
  }

  footer .detalhes{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .links{
    padding-inline: 50px;

    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .logo-dti{
    height: auto;
    width: 100%;
  }

  .logo-social{
    height: 35px;
    width: auto;
  }

  .media{
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    gap: 10px;
  }

  footer p {
    color: rgb(38, 131, 196);
  }
  
  footer .dados p {
    line-height: 25px;
    color: rgba(38, 131, 196, 0.8);
  }

  footer .servico{
    margin-bottom: 30px;
  }
  
  footer .servico a {
    text-decoration: none;
    color: rgb(38, 131, 196);
  }
  
  footer .servico a:hover {
    color: #005e89;
    text-decoration: none;
  }
  
  footer .servico h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 18px;
    color: rgb(38, 131, 196);
  }
  
  footer .servico h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17%;
    min-width: 35px;
    height: 3px;
    background-color: rgba(38, 131, 196, 0.8);
  }

  footer .servico .alinhar-direita h3::after {
    right: 0;
    left: auto;
  }
  
  footer .dados span {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: rgb(38, 131, 196);
  }
  
  footer .dados i {
    padding-bottom: 15px;
    padding-right: 10px;
    color: rgba(38, 131, 196, 0.8);
  }
  
  footer .copyright .media {
    margin-bottom: 30px;
  }
  
  footer .copyright .media i {
    font-size: 25px;
    margin: 0 5px;
  }
  
  footer .copyright .media img {
    height: 28px;
    margin: 0px 5px;
  }
  
  footer .copyright p a {
    color: rgb(38, 131, 196);
  }
  
  footer .copyright p > a:hover {
    color: rgb(51, 122, 183);
  }
  
  footer .dividir{
    border: 1px solid #2683C4;
    align-content: left;
    opacity: 0.15;
  }
  
  footer .endereco{
    box-shadow: 0;
  }

  .alinhar-direita{
    text-align: end;
  }