.com-cm-reservas-sala.view-salas .body-innerwrapper{
    overflow: hidden;
}
.titulos-header{
    flex-direction: column;
}
.titulos-header h1,
.titulos-header h3{
    color: white;
    text-align: center;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    font-family: var(--bs-body-font-family);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    font-size: 65px;
}

.titulos-header h1 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    font-size: 65px;
    text-transform: uppercase;
}

.titulos-header h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: white;
    font-size: 33px;
    font-weight: 100;
    line-height: 1;
    width: 770px;
}