{"id":768,"date":"2026-01-14T20:24:37","date_gmt":"2026-01-14T20:24:37","guid":{"rendered":"http:\/\/localhost\/Aserpro\/?page_id=768"},"modified":"2026-01-20T16:29:46","modified_gmt":"2026-01-20T16:29:46","slug":"servicios-de-remuneraciones-y-gestion-rr-hh","status":"publish","type":"page","link":"https:\/\/aserpro.cl\/en\/servicios-de-remuneraciones-y-gestion-rr-hh\/","title":{"rendered":"SERVICIOS DE REMUNERACIONES Y GESTI\u00d3N RR.HH"},"content":{"rendered":"<span style=\"font-size: 18px; font-weight: 600; text-align: center; text-decoration-style: initial;\"><br>COMPENSATION AND HR MANAGEMENT SERVICES<\/span>\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=\"hr-services\">\n     <!-- Section 1: Comprehensive Labor Administration -->\n    <div class=\"service-section\">\n        <h3>\ud83d\udc65 Comprehensive Labor Administration<\/h3>\n        <ul>\n            <li>Employee administration<\/li>\n            <li>Electronic registration at the Labor Directorate<\/li>\n            <li>Compliance with current labor regulations<\/li>\n            <li>Inspections and summons from Labor Inspection<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Section 2: Contract Management -->\n    <div class=\"service-section\">\n        <h3>\ud83d\udcc4 Contract Management<\/h3>\n        <ul>\n            <li>Employment contracts<\/li>\n            <li>Contract modifications<\/li>\n            <li>Warning letters<\/li>\n            <li>Employment termination letters<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Section 3: Payroll Calculation and Payments -->\n    <div class=\"service-section\">\n        <h3>\ud83d\udcb5 Payroll Calculation and Payments<\/h3>\n        <ul>\n            <li>Salary settlements<\/li>\n            <li>Vacation control and management<\/li>\n            <li>Payroll book<\/li>\n            <li>Severance and compensation calculations<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Section 4: Pension Declarations and Compliance -->\n    <div class=\"service-section\">\n        <h3>\ud83d\udccb Pension Declarations and Compliance<\/h3>\n        <ul>\n            <li>Pension declarations (Previred)<\/li>\n            <li>Forms F-30 and F-30-1<\/li>\n            <li>Labor bonus DL 889<\/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-hr\">SEE TAX SERVICES<\/a>\n        <a href=\"https:\/\/aserpro.cl\/en\/servicios-de-contabilidad\/\" class=\"btn-hr\">SEE ACCOUNTING 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\n\/* CSS for English Version *\/\n.hr-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: 'Montserrat', Arial, sans-serif; \/* Cambiar esta l\u00ednea *\/\n    line-height: 1.6;\n}\n\n\/* Main title *\/\n.hr-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-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\/* HR buttons *\/\n.btn-hr {\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-hr: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-hr {\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-768","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/pages\/768","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=768"}],"version-history":[{"count":13,"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/pages\/768\/revisions"}],"predecessor-version":[{"id":902,"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/pages\/768\/revisions\/902"}],"wp:attachment":[{"href":"https:\/\/aserpro.cl\/en\/wp-json\/wp\/v2\/media?parent=768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}