@charset "utf-8";
footer {
    position: sticky;
    left: 0px;
    bottom: 0px;
    height: 0px;
    background-color: var(--azulsemioscuro);
    text-align: center;
    color: var(--blanco);
    font-size: smaller;
}
