{"id":766,"date":"2026-01-14T20:25:00","date_gmt":"2026-01-14T20:25:00","guid":{"rendered":"http:\/\/localhost\/Aserpro\/?page_id=766"},"modified":"2026-01-20T16:27:44","modified_gmt":"2026-01-20T16:27:44","slug":"servicios-de-contabilidad","status":"publish","type":"page","link":"https:\/\/aserpro.cl\/en\/servicios-de-contabilidad\/","title":{"rendered":"SERVICIOS DE CONTABILIDAD"},"content":{"rendered":"<br>ACCOUNTING SERVICES.\n\n\n\n\n\n\n\n\n\n\n\n<h2><br><\/h2>\n\n\n\n<h1>our services<\/h1>\n\n\n\n\n\n\n\n\n\n\n\n<!-- English Version -->\n<div class=\"accounting-services\">\n    <!-- Section 1: General Accounting -->\n    <div class=\"service-section\">\n        <h3>\ud83d\udcca General Accounting<\/h3>\n        <ul>\n            <li>Complete accounting record<\/li>\n            <li>Preparation of accounting books<\/li>\n            <li>Account analysis<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Section 2: Financial Statements -->\n    <div class=\"service-section\">\n        <h3>\ud83d\udcc8 Financial Statements<\/h3>\n        <ul>\n            <li>Balance sheet preparation and presentation<\/li>\n            <li>Income statements<\/li>\n            <li>Cash flow statements<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Section 3: Monthly Taxes -->\n    <div class=\"service-section\">\n        <h3>\ud83d\udcb0 Monthly Taxes<\/h3>\n        <ul>\n            <li>Form 29 declaration<\/li>\n            <li>Form 50 declaration<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Section 4: Administrative Processes -->\n    <div class=\"service-section\">\n        <h3>\u2699\ufe0f Administrative Processes<\/h3>\n        <ul>\n            <li>Bank reconciliations<\/li>\n            <li>Income and expense control<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Section 5: SII Compliance -->\n    <div class=\"service-section\">\n        <h3>\ud83c\udfe6 SII Compliance<\/h3>\n        <ul>\n            <li>Business start-up and modifications<\/li>\n            <li>Support for audits and observations<\/li>\n            <li>Support for summons, liquidations and drafts<\/li>\n            <li>Inconsistency regularization<\/li>\n            <li>Complaint procedures<\/li>\n            <li>Business closure<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Action buttons -->\n    <div class=\"action-buttons\">\n        <a href=\"https:\/\/aserpro.cl\/en\/consultoria-tributaria\/\" class=\"btn-accounting\">TAX SERVICES<\/a>\n        <a href=\"https:\/\/aserpro.cl\/en\/servicios-de-remuneraciones-y-gestion-rr-hh\/\" class=\"btn-accounting\">PAYROLL SERVICES<\/a>\n    <\/div>\n<\/div>\n\n<!-- CSS CON BANDAS AMARILLAS -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700&display=swap');\n\/* CSS for English Version *\/\n.accounting-services {\n    max-width: min(80vw, 450px); \/* Narrower and responsive *\/\n    width: fit-content; \/* Adjusts to longest content *\/\n    margin: 20px 0 0 auto; \/* Right aligned with top margin *\/\n    padding: 20px;\n    font-family: Arial, sans-serif;\n    line-height: 1.6;\n}\n\n\/* Main title *\/\n.accounting-services h2 {\n    color: #2c3e50;\n    text-align: center;\n    border-bottom: 3px solid #FFD700; \/* Yellow bottom band *\/\n    padding-bottom: 10px;\n    margin-bottom: 30px;\n    font-family: 'Montserrat', Arial, sans-serif; \/* Cambiar esta l\u00ednea *\/\n    font-size: 1.8em;\n    font-weight: bold;\n}\n\n\/* Each service section *\/\n.service-section {\n    margin-bottom: 30px;\n    padding: 20px;\n    border-left: 5px solid #FFD700; \/* Yellow left band *\/\n    background-color: rgba(255, 215, 0, 0.05); \/* Very subtle yellow background *\/\n    border-radius: 0 8px 8px 0; \/* Rounded corners only on the right *\/\n    box-shadow: 0 2px 4px rgba(0,0,0,0.1); \/* Subtle shadow *\/\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n\/* Hover effect on sections *\/\n.service-section:hover {\n    transform: translateX(5px);\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n}\n\n\/* Section titles *\/\n.service-section h3 {\n    color: white;\n    margin-top: 0;\n    margin-bottom: 15px;\n    font-size: 1.3em;\n    font-weight: bold;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n\/* Descriptive paragraphs *\/\n.service-section p {\n    margin: 10px 0;\n    font-weight: 600;\n    color: white;\n}\n\n\/* Service lists *\/\n.service-section ul {\n    margin: 10px 0;\n    padding-left: 0; \/* No padding for left alignment *\/\n    list-style: none; \/* Remove default bullets *\/\n}\n\n\/* List items *\/\n.service-section li {\n    margin-bottom: 8px;\n    color: white;\n    font-weight: 500;\n    position: relative;\n    padding-left: 15px; \/* Reduced for better alignment *\/\n    text-align: left; \/* Ensure left alignment *\/\n    transition: color 0.2s ease, padding-left 0.2s ease;\n}\n\n\/* Custom yellow bullets *\/\n.service-section li::before {\n    content: \"\u25b8\";\n    color: #FFD700;\n    font-weight: bold;\n    position: absolute;\n    left: 0;\n    font-size: 1.2em;\n    transition: transform 0.2s ease;\n}\n\n\/* Hover effect on items *\/\n.service-section li:hover {\n    color: #FFD700; \/* Yellow color on hover *\/\n    padding-left: 18px; \/* Proportionally adjusted *\/\n}\n\n.service-section li:hover::before {\n    transform: scale(1.2);\n}\n\n\/* Button container *\/\n.action-buttons {\n    display: flex;\n    gap: 15px;\n    justify-content: center;\n    margin-top: 30px;\n    flex-wrap: nowrap; \/* Prevents wrapping *\/\n}\n\n\/* Accounting buttons *\/\n.btn-accounting {\n    background: #FFD700;\n    color: #2c3e50;\n    border: 2px solid #FFD700;\n    border-radius: 5px;\n    padding: 12px 20px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none;\n    display: inline-block;\n    font-family: inherit;\n    font-size: 14px;\n    min-width: 160px;\n    text-align: center;\n    flex: 1; \/* Distributed evenly *\/\n    max-width: 200px; \/* Maximum width limit *\/\n}\n\n.btn-accounting:hover {\n    background: #000000;\n    border-color: #000000;\n    color: white;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);\n}\n\n\/* Responsive for buttons - keep side by side *\/\n@media (max-width: 480px) {\n    .action-buttons {\n        gap: 10px; \/* Smaller gap on mobile *\/\n    }\n    \n    .btn-accounting {\n        font-size: 13px; \/* Smaller text *\/\n        padding: 10px 15px; \/* Reduced padding *\/\n        min-width: 120px; \/* Smaller minimum width *\/\n    }\n}\n<\/style>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-766","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/pages\/766","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/comments?post=766"}],"version-history":[{"count":11,"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/pages\/766\/revisions"}],"predecessor-version":[{"id":900,"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/pages\/766\/revisions\/900"}],"wp:attachment":[{"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/media?parent=766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}