#cont-banderas{
    padding: 0.5rem 2rem 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
}

#cont-banderas img{
    width: 2rem;
    cursor: pointer;
    display: block;
}

#cont-band{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

#cont-band img{
    width: 1.8rem;
    cursor: pointer;
    display: block;
}