﻿/* =============================
   LOGO CENTRAL FOOTER
============================= */

.site-footer__top-logo {
    padding-top: clamp(20px, 4vw, 40px);
    padding-bottom: clamp(10px, 2vw, 20px);
}

.site-footer__logo-central {
    width: clamp(180px, 40vw, 480px);
    height: auto;
}

/* linha amarela */
.site-footer__top-logo::after {
    content: "";
    display: block;
    width: clamp(200px, 60vw, 640px);
    height: 3px;
    background: #ffcc00;
    margin: 20px auto 0;
    border-radius: 3px;
}
