I'm having trouble placing it now with the absolute attribute, the problem is that because of this it works as if it were transparent and the objects go through it.
I would like to keep a space so that this does not happen.
I'm using tailwindcss this is the piece of code that belongs to the main div of the footer.
<div style="background-color: #0080ff" class="container bg-grey-lighter absolute pin-b pin-x p-8 pt-3 pb-3">
When used as static, it stays at a fixed point so it does not change depending on the size or resolution of the screen