.footer {
  background-color: #00659e;
  padding: 16px 18px;
  margin-top: 86px;
}

.container-footer {
  display: flex;
  align-items: center;
}

.logo-footer {
  margin-right: 20px;
}

.texto-footer {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.texto-footer p {
  color: #fff;
}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .container-footer {
    flex-direction: column;
  }

  .texto-footer {
    border-left: none;
    padding-left: 0;
    text-align: center;
    margin-top: 1rem;
  }

  .texto-footer p {
    font-size: 14px;
  }
}
