.ebtb1-top-bar {
    color: var(--ebtb1-dark);
    text-align: center;
    padding-block: var(--ebtb1-space-xs);
    background-color: var(--ebtb1-white);

}

.ebtb1-top-bar-container {
    max-width: 1200px;
    margin: var(--ebtb1-space-xs) auto;
}



.ebtb1-social-icons-top-bar {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: var(--ebtb1-space-xs);
}

.ebtb1-social-icons-top-bar a {
    text-decoration: none;
}

.ebtb1-social-icon-top-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-shadow: var(--ebtb1-icon-shadow);
    padding: 10px;
    border-radius: 50%;
    background-color: var(--ebtb1-white);
    color: var(--ebtb1-dark);
    font-size: var(--ebtb1-fs-lg);
    font-weight: bold;
}

.ebtb1-social-icon-top-bar .fa-whatsapp {
    font-size: var(--ebtb1-fs-xl);
    font-weight: bold;
}
.ebtb1-social-icon-top-bar .fa-instagram {
    font-size: var(--ebtb1-fs-lg);
    font-weight: bold;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */



@media (max-width: 1440px) {
    .ebtb1-top-bar-container {
        padding-inline: var(--ebtb1-space-sm);
    }
}

@media (max-width: 760px) {

    .ebtb1-top-bar {
        height: auto;
        text-align: center;
    }

    .ebtb1-social-icon-top-bar {
        font-size: 18px;
        font-weight: bold;
    }
}