agendar-visita.html 633 Bytes
<div class="row">
    <foca-cabecera-facturador 
    titulo="'Agendar visita'"
    fecha="now"
    class="mb-0 col-lg-12"
    ></foca-cabecera-facturador>
    <div class="col-lg-12">
        <div class="row">
            <div class="col-12 col-md-10 col-lg-10 mt-4 border border-light rounded">
                <div class="row py-2 botonera-secundaria">
                    <div class="col-12 foca-facturador-px">
                        <foca-botonera-facturador botones="botonera" max="6" class="row"></foca-botonera-facturador>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>