@media only screen and (max-width: 800px){
    .cabecera-pagina.bottom {
        align-content: start;
        align-items: start;
    }
}