<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">canvas#schema_canvas_uniter,
canvas#schema_canvas_samum,
canvas#schema_canvas_rapira {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

section.uniter_schema .btn-secondary:hover {
    background-color: #FF7A00;
    color: #ffffff;
}

section.uniter_schema .btn-secondary {
    text-transform: uppercase;
    background-color: #d9d9d9;
    border: 0;
    color: black;
}

section.uniter_schema .schema_floating_button {
    position: absolute;
}

section.uniter_schema .schema_floating_button button span,
section.uniter_schema .schema_floating_button a span {
    font-size: 1.75rem;
    font-family: MBold;
}

section.uniter_schema .schema_floating_button.fb_uniter {
    left: 5%;
    top: 6%;
}

section.uniter_schema .schema_floating_button.fb_samum {
    bottom: 7%;
    left: 55%;
}

section.uniter_schema .schema_floating_button.fb_rapira {
    right: 0;
    top: 0;
}


@media screen and (max-width: 480px) {
    section.uniter_schema .btn-secondary {
        padding: 0.2em 0.4em;
    }
    section.uniter_schema .schema_floating_button button span,
    section.uniter_schema .schema_floating_button a span {
        font-size: 1rem;
    }

}</pre></body></html>