.menu-center-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
}

.btntransparent-icono {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: fit-content;
    color: #FFF;
    font-family: var(--fuente-principal);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* btn del menu */
.btnamarillo16 {
    border-radius: 4px;
    background: #FDD354;
    display: flex;
    padding: 2px 8px 2px 6px;
    align-items: center;
    gap: 7px;
}

.btnamarillo16 span {
    color: #0065ff;
    font-family: var(--fuente-principal);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.btnmicuenta a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: white;
    font-weight: 500;
}