.foot-size-font{
	--bs-body-font-size: 15px;
	font-size: var(--bs-body-font-size);
}

.navbar-brand-logo {
    width: 100%;
    min-width: 7.5rem;
    max-width: 12rem;
}

.btn-icon.btn-xs {
    font-size: .75rem;
    width: 1.75rem;
    height: 1.75rem;
}

footer .btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}

footer .btn-soft-light {
    color: #f7faff;
    background-color: rgba(247,250,255,.1);
    border-color: transparent;
}

footer .btn-check:focus+.btn-soft-light,
footer .btn-soft-light:focus,
footer .btn-soft-light:hover {
    color: #000;
    background-color: #f7faff;
}

/* legal */

footer .list-separator .list-inline-item:not(:last-child) {
    padding-right: 2rem;
}
footer .list-separator .list-inline-item {
    position: relative;
    margin-left: 0;
    margin-right: -0.25rem;
}

footer .list-separator .list-inline-item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "/";
    opacity: .4;
}

footer .list-separator-light .list-inline-item::after {
    color: #fff;
}

{# idiomas y verticales #}

footer .btn-xs:not(.btn-icon) {
    font-size: .75rem;
    padding: 0.3125rem 0.75rem;
}

footer .btn.dropdown-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

footer .avatar-xss, .avatar-xss .avatar-initials {
    width: 1rem;
    height: 1rem;
}

footer .avatar-circle {
    border-radius: 50%;
}