
/* Auto-added responsive tweaks */
body { padding-top: 70px; padding-bottom: 80px; }
@media (max-width: 575.98px) {
  body { padding-top: 56px; }
}

.logo-img{height:100%;max-height:56px;width:auto;object-fit:contain;}

.navbar{padding-top:0.35rem;padding-bottom:0.35rem;}


.conteudo-central {
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
