.rodape { color: #e5e7eb; background-color: var(--primary-color) }

.footer-bottom{
        align-items: center;
        text-align: center;
        justify-content: center;
         padding: 10px;
    }
    .footer-bottom img {
      max-width: 90px;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .footer-bottom p { margin-bottom: 8px; }
    .footer-bottom small { font-size: 0.85rem; }