:root {
    --roxo-escuro: #61005D;
    --roxo: #781776;
    --verde: #B4D251;
    --azul: #4EC6D6;
}

body {
    font-family: 'Nunito', sans-serif;
    background-color: #ffffff !important;
}

.footer .logo-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.footer {
    background-color: #f1f1f1 !important;
    padding: 40px 0 20px;
    margin-top: 80px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer .logo-text {
    color: #61005D;
}

.footer-title {
    font-size: 1.1rem;
    color: var(--roxo);
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #61005D !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.footer-links a:hover {
    color: var(--roxo) !important;
    transform: translateX(3px);
    display: inline-block;
}

.footer-bottom {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    color: #61005D !important;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
    
    .footer-logo {
        justify-content: center;
    }
}

/* Botão Roxo Customizado */
.btn-purple-custom {
    background-color: #781776 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0.375rem !important;
}
.btn-purple-custom:hover {
    background-color: #61005D !important;
    color: #fff !important;
}

/* Botão WhatsApp Customizado */
.btn-whatsapp-custom {
    background-color: #B4D251 !important;
    color: #343235 !important;
}

/* Botão Ver Anúncios */
.btn-ver-anuncios {
padding: 0.4rem 1rem;
}

.bg-azul-custom {
    background-color: #4EC6D6 !important;
    color: #61005D !important;
    padding: 2px 10px;
    border-radius: 0.5rem;
    font-weight: 500;
    display: inline-block;
}

.bairro-min-width {
    min-width: 180px;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.bg-info {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}