@media (min-width: 1024px) {
    
    /* --- HEADER --- */
    .topo-header {
        margin-top: 20px;
    }

    #header_card_esquerdo_superior {
        top: -5px; 
        left: calc(50% - 280px); 
    }

    .icon-solcial-media {
        width: 30px; 
    }

    #logo-header {
        width: 250px; 
    }

    nav {
        margin-top: 50px;
    } 

    nav ul li {
        font-size: 1.5rem; 
    }

    nav ul a:not(:last-child) li::after {
        margin: 0 40px; 
    }

    /* --- UNIDADES --- */
    #unidades {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 10px;
        text-align: center;
        width: 90vw;
        max-width: 1400px; 
        margin: 40px auto; 
        gap: 30px;
    }

    .card-loja {
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: flex-start; 
        height: 750px; 
    }

    .header-card {
        display: flex;
        flex-direction: row; 
        justify-content: center; 
        align-items: center;
        position: relative;
        width: 100%;
        margin-bottom: 5px; 
        padding: 5px 0;    
        gap: 20px; 
    }
    
    .header-card h1 {
        font-size: 2rem;
        width: auto; 
    }

    .icones-loja {
        position: static; 
        display: flex;
        gap: 15px;
    }

    .fachada-loja {
        width: 100%;
        max-width: 600px; 
        height: 500px;
        object-fit: cover;
        object-position: center; 
        margin-top: 10px;
        border-radius: 8px;
    }

    /* --- SOBRE NÓS --- */
    .diferenciais-container {
        flex-direction: row;
        justify-content: space-between;
        gap: 25px;
        margin-top: 40px;
    }

    .diferencial-card {
        flex: 1; 
    }

    /* --- FOOTER --- */
   .footer-container {
        flex-direction: row; 
        justify-content: center; /* Mantém a logo perfeitamente no centro */
        align-items: center;
    }

    .footer-texto.text-right {
        position: absolute;
        right: 10%; /* Empurra o texto para o canto direito */
    }
}