#header-logo-social{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000
}

.infos-social{
    background-color: var(--primary-color);
    backdrop-filter: blur(10px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 14px 8px;
}

.logo-social{
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.img-logo-social{
    width: 80px
}

.icon-tel-social{
    width: 14px;
    margin-right: 6px;
    height: 14px;
}

.icon-mapa-social{
    width: 14px;
    margin-right: 6px;
    height: 14px;
}

.link-social{
    display: flex;
    align-items: center;
}

.tel-social{
    font-size: 14px;
    font-weight: bold;
    margin-right: 22px;
    color: white !important;
}

.mapa-social{
    font-size: 14px;
    font-weight: bold;
}

.cardInfos{
    display: flex;
    height: 100%;
    object-fit: contain;
    align-items: center;
    justify-content: center;
}

@media(max-width: 560px){
    .tel-social{
        font-size: 11px;
        font-weight: bold;
        margin-right: 12px;
    }

    .mapa-social{
        font-size: 11px;
        font-weight: bold;
    }
}