﻿.position-custom {
    bottom: 20px;
    right: 20px;
    z-index: 1200;
    position: absolute; /* o fixed, según lo necesites */
}

.redes-sociales {
    width: 123px;
    height: 33px;
}

.accesibilidad-front {
    right: 0;
    z-index: 9999;
    position: fixed; /* necesario para que z-index funcione */
}
