{"id":48,"date":"2026-02-14T15:48:59","date_gmt":"2026-02-14T15:48:59","guid":{"rendered":"https:\/\/virgodesign3d.com\/?page_id=48"},"modified":"2026-04-23T16:01:32","modified_gmt":"2026-04-23T16:01:32","slug":"terminos","status":"publish","type":"page","link":"https:\/\/virgodesign3d.com\/en\/terminos\/","title":{"rendered":"Terms"},"content":{"rendered":"<style>\n  \/* =========================\n     Virgo Design 3D \u2014 T\u00e9rminos\n     ========================= *\/\n  .virgo-home{\n    --bg:#0B1220; --text:#EAF0FF; --muted:rgba(234,240,255,.75);\n    --line:rgba(234,240,255,.10); --brand:#2DE2C5; --brand-2:#7C5CFF;\n    --shadow:0 18px 45px rgba(0,0,0,.35);\n\n    font-family:system-ui,-apple-system,\"Segoe UI\",Roboto,Ubuntu,Cantarell,\"Noto Sans\",Arial;\n    color:var(--text);\n    background: radial-gradient(1200px 700px at 20% -10%, rgba(45,226,197,.20), transparent 55%),\n                radial-gradient(1000px 600px at 95% 10%, rgba(124,92,255,.18), transparent 55%),\n                linear-gradient(180deg, var(--bg), #070B14);\n    overflow:hidden;\n    width:100vw;\n    margin-left:calc(50% - 50vw);\n    margin-right:calc(50% - 50vw);\n    border-radius:0;\n  }\n  .virgo-home *{box-sizing:border-box;}\n  .virgo-home a{color:inherit; text-decoration:none;}\n  .v-container{width:min(1120px, calc(100% - 32px)); margin:0 auto;}\n\n  .v-header{\n    position:sticky; top:0; z-index:50;\n    backdrop-filter:blur(10px);\n    background:rgba(7,11,20,.62);\n    border-bottom:1px solid var(--line);\n  }\n  .v-header-inner{display:flex; align-items:center; gap:14px; padding:14px 0;}\n  .v-logo{display:flex; align-items:baseline; gap:10px; white-space:nowrap;}\n  .v-logo-mark{\n    width:34px; height:34px; border-radius:10px;\n    background:linear-gradient(135deg, var(--brand), var(--brand-2));\n    box-shadow:0 10px 25px rgba(45,226,197,.18);\n  }\n  .v-logo-name{font-weight:900;}\n  .v-logo-sub{font-size:12px; color:var(--muted); margin-left:4px;}\n  .v-nav{display:flex; gap:12px; align-items:center; margin-left:10px;}\n  .v-nav a{font-size:14px; color:var(--muted); padding:8px 10px; border-radius:10px; border:1px solid transparent;}\n  .v-nav a:hover{color:var(--text); border-color:var(--line); background:rgba(255,255,255,.04);}\n\n  .v-actions{margin-left:auto; display:flex; gap:10px; align-items:center;}\n  .v-btn{\n    display:inline-flex; align-items:center; justify-content:center; gap:8px;\n    padding:10px 12px; border-radius:12px; border:1px solid var(--line);\n    background:rgba(255,255,255,.04); color:var(--text);\n    font-weight:900; font-size:14px; cursor:pointer;\n  }\n  .v-btn:hover{background:rgba(255,255,255,.07);}\n  .v-btn-primary{\n    border-color:rgba(45,226,197,.35);\n    background:linear-gradient(135deg, rgba(45,226,197,.18), rgba(124,92,255,.12));\n  }\n  .v-btn-primary:hover{\n    background:linear-gradient(135deg, rgba(45,226,197,.24), rgba(124,92,255,.16));\n  }\n\n  .v-hero{padding:36px 0 10px;}\n  .v-hero-grid{display:grid; grid-template-columns:1.25fr .75fr; gap:16px; align-items:start;}\n  .v-h1{font-size:clamp(28px,3.2vw,44px); line-height:1.08; margin:0;}\n  .v-lead{margin:12px 0 0; color:var(--muted); font-size:16px; max-width:70ch;}\n  .v-panel{\n    background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));\n    border:1px solid var(--line); border-radius:18px; padding:16px; box-shadow:var(--shadow);\n  }\n  .v-panel h3{margin:2px 0 10px; font-size:16px;}\n  .v-panel p{margin:0; color:var(--muted); font-size:14px; line-height:1.55;}\n  .v-toc{margin-top:12px; display:grid; gap:8px;}\n  .v-toc a{\n    padding:10px 12px; border-radius:14px; border:1px solid var(--line);\n    background:rgba(255,255,255,.03); font-weight:900; color:rgba(234,240,255,.9);\n  }\n  .v-toc a:hover{background:rgba(255,255,255,.06);}\n\n  .v-section{padding:16px 0;}\n  .v-section-title{display:flex; justify-content:space-between; align-items:end; gap:12px; margin-bottom:12px;}\n  .v-section-title h2{margin:0; font-size:18px;}\n  .v-note{margin:0; color:var(--muted); font-size:14px;}\n\n  .v-card{\n    border:1px solid var(--line); background:rgba(255,255,255,.03);\n    border-radius:18px; padding:16px;\n  }\n  .v-grid-2{display:grid; grid-template-columns:1fr 1fr; gap:12px;}\n  .v-badge{\n    display:inline-flex; align-items:center; gap:8px;\n    padding:7px 10px; border-radius:999px;\n    border:1px solid rgba(45,226,197,.30); background:rgba(45,226,197,.10);\n    font-weight:900; font-size:13px;\n  }\n  .v-badge-warn{border-color:rgba(234,240,255,.14); background:rgba(255,255,255,.04);}\n  .v-card h3{margin:10px 0 8px; font-size:16px;}\n  .v-card p{margin:0; color:var(--muted); font-size:14px; line-height:1.55;}\n  .v-list{margin:12px 0 0; padding:0; list-style:none; display:grid; gap:10px;}\n  .v-li{display:flex; gap:10px; align-items:flex-start; font-size:14px; color:rgba(234,240,255,.9);}\n  .v-check{\n    width:22px; height:22px; border-radius:8px; display:grid; place-items:center;\n    border:1px solid rgba(234,240,255,.12); background:rgba(255,255,255,.04); flex:0 0 auto; font-weight:900;\n  }\n  .v-check.ok{border-color:rgba(45,226,197,.30); background:rgba(45,226,197,.10);}\n\n  .v-faq{display:grid; gap:10px;}\n  .v-faq details{border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.03); padding:12px 14px;}\n  .v-faq summary{cursor:pointer; font-weight:900; list-style:none; color:rgba(234,240,255,.92);}\n  .v-faq summary::-webkit-details-marker{display:none;}\n  .v-faq p{margin:10px 0 0; color:var(--muted); font-size:14px; line-height:1.55;}\n\n  .v-footer{margin-top:18px; border-top:1px solid var(--line); background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)); padding:18px 0;}\n  .v-footnote{display:flex; justify-content:space-between; align-items:center; gap:10px; flex-wrap:wrap; color:rgba(234,240,255,.70); font-size:13px;}\n\n  @media (max-width:980px){\n    .v-hero-grid{grid-template-columns:1fr;}\n    .v-grid-2{grid-template-columns:1fr;}\n    .v-nav{display:none;}\n  }\n<\/style>\n\n<div class=\"virgo-home\">\n  <header class=\"v-header\" role=\"banner\">\n    <div class=\"v-container v-header-inner\">\n      <a class=\"v-logo\" href=\"\/en\/\" aria-label=\"Virgo Design 3D - Home\">\n        <span class=\"v-logo-mark\" aria-hidden=\"true\"><\/span>\n        <span class=\"v-logo-name\">Virgo Design 3D - Home<\/span>\n        <span class=\"v-logo-sub\">3D Furniture Models<\/span>\n      <\/a>\n\n      <nav class=\"v-nav\" aria-label=\"Navigation\">\n        <a href=\"\/en\/catalogo\/\">Catalog<\/a>\n        <a href=\"\/en\/licencia-comercial\/\">Licenses<\/a>\n        <a href=\"\/en\/privacidad\/\">Privacy<\/a>\n        <a href=\"\/en\/contacto\/\">Contact<\/a>\n      <\/nav>\n\n      <div class=\"v-actions\">\n        <a class=\"v-btn\" href=\"mailto:hola@virgodesign3d.com\">hola@virgodesign3d.com<\/a>\n        <a class=\"v-btn v-btn-primary\" href=\"\/en\/catalogo\/\">Browse catalog<\/a>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <main>\n    <section class=\"v-hero\">\n      <div class=\"v-container v-hero-grid\">\n        <div>\n          <h1 class=\"v-h1\">Terms and Conditions<\/h1>\n<img class=\"lazyload\"\n  src=\"https:\/\/virgodesign3d.com\/wp-content\/uploads\/2026\/02\/7380736.png\"\n  alt=\"T\u00e9rminos y condiciones de Virgo Design 3D\"\n  width=\"96\" height=\"96\"\n  loading=\"lazy\" decoding=\"async\"\n  style=\"margin-top:12px;opacity:.95;\">\n          <p class=\"v-lead\">\n            These terms govern the use of the site and the purchase of <strong>digital products<\/strong> digital products (3D models). If you have any questions, write to <strong>hola@virgodesign3d.com<\/strong>.\n          <\/p>\n          <p class=\"v-lead\" style=\"margin-top:10px;\">\n  Last updated: <strong>17\/02\/2026<\/strong>. If you have any questions, write to <strong>hola@virgodesign3d.com<\/strong>.\n<\/p>\n        <\/div>\n\n        <aside class=\"v-panel\">\n          <h3>Go to section<\/h3>\n          <p>Quick read.<\/p>\n          <div class=\"v-toc\">\n            <a href=\"#identificacion\">Identification<\/a>\n            <a href=\"#compra\">Purchase and download<\/a>\n            <a href=\"#licencia-comercial\">Commercial License<\/a>\n            <a href=\"#desistimiento\">Withdrawal and refunds<\/a>\n<a href=\"#uso\">Use of the site<\/a>\n<a href=\"#propiedad\">Intellectual property<\/a>\n<a href=\"#responsabilidad\">Liability<\/a>\n<a href=\"#ley\">Applicable law<\/a>\n            <a href=\"#faq\">FAQ<\/a>\n          <\/div>\n        <\/aside>\n      <\/div>\n    <\/section>\n\n    <section id=\"identificacion\" class=\"v-section\">\n      <div class=\"v-container\">\n        <div class=\"v-section-title\">\n          <h2>1) Identification of the owner<\/h2>\n        <\/div>\n\n        <div class=\"v-card\">\n          <p>\n            <strong>Owner:<\/strong> Virgo Design 3D - Home<br>\n            <strong>NIF\/CIF:<\/strong> 06011775N<br>\n            <strong>Address:<\/strong> C\/ Padre Cesareo Garcia Cerro<br>\n            <strong>Email:<\/strong> <a href=\"mailto:hola@virgodesign3d.com\" style=\"text-decoration:underline;\">hola@virgodesign3d.com<\/a><br>\n            <strong>Website:<\/strong> virgodesign3d.com\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"compra\" class=\"v-section\">\n      <div class=\"v-container\">\n        <div class=\"v-section-title\">\n          <h2>2) Terms: Purchase, pricing, and download<\/h2>\n          <p class=\"v-note\">What we sell and how it is delivered.<\/p>\n        <\/div>\n\n        <div class=\"v-grid-2\">\n          <article class=\"v-card\">\n            <span class=\"v-badge\">\ud83d\udce6 Digital product<\/span>\n            <h3>What you are buying<\/h3>\n            <p>\n              Each product is a <strong>digital file<\/strong> (3D model) delivered by download. It may include one or more formats: .skp, .3dmax, .obj, .stl, .fbx (depending on the product).\n            <\/p>\n            <ul class=\"v-list\">\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Immediate download after payment<\/li>\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Files organized in ZIP format<\/li>\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Use under a Commercial License<\/li>\n            <\/ul>\n          <\/article>\n\n          <article class=\"v-card\">\n            <span class=\"v-badge\">\ud83d\udcb3 Payments<\/span>\n            <h3>Price and taxes<\/h3>\n            <p>\n              Prices are shown on the website and may include taxes where applicable. Access to the content is enabled once payment is confirmed.\n            <\/p>\n            <ul class=\"v-list\">\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Secure payment through a payment gateway<\/li>\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Email confirmation (if applicable)<\/li>\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Support in case of issues<\/li>\n            <\/ul>\n          <\/article>\n        <\/div>\n\n        <div class=\"v-panel\" style=\"margin-top:12px;\">\n          <h3>Download issues<\/h3>\n          <p>\n            If a file does not download, is corrupted, or there is a technical error, we will fix it (new link or replacement). Write to us at <a href=\"mailto:hola@virgodesign3d.com\" style=\"text-decoration:underline;\">hola@virgodesign3d.com<\/a>.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"licencia\" class=\"v-section\">\n      <div class=\"v-container\">\n        <div class=\"v-section-title\">\n          <h2>3) Commercial License (summary)<\/h2>\n          <p class=\"v-note\">The essentials, made clear.<\/p>\n        <\/div>\n\n        <div class=\"v-grid-2\">\n          <article class=\"v-card\">\n            <span class=\"v-badge\">\u2705 Allowed<\/span>\n            <h3>Professional use<\/h3>\n            <ul class=\"v-list\">\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Use in client projects<\/li>\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Renders, videos, presentations<\/li>\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Modify geometry\/materials<\/li>\n              <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Publish results (portfolio\/social media)<\/li>\n            <\/ul>\n          <\/article>\n\n          <article class=\"v-card\">\n            <span class=\"v-badge v-badge-warn\">\ud83d\udeab Prohibited<\/span>\n            <h3>No redistribution<\/h3>\n            <ul class=\"v-list\">\n              <li class=\"v-li\"><span class=\"v-check\">\u2715<\/span> Resell the file as an \u201casset\u201d<\/li>\n              <li class=\"v-li\"><span class=\"v-check\">\u2715<\/span> Share via Drive\/WeTransfer\/groups<\/li>\n              <li class=\"v-li\"><span class=\"v-check\">\u2715<\/span> Upload to marketplaces\/websites<\/li>\n              <li class=\"v-li\"><span class=\"v-check\">\u2715<\/span> Include in resource packs<\/li>\n            <\/ul>\n          <\/article>\n        <\/div>\n\n        <div class=\"v-panel\" style=\"margin-top:12px;\">\n          <h3>Delivery to clients<\/h3>\n          <p>\n            You may deliver <strong>final results<\/strong> (images, video, PDF, presentations). Delivering <strong>the 3D file<\/strong> as a reusable resource is not permitted. If you need a special permission, contact us.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"desistimiento\" class=\"v-section\">\n      <div class=\"v-container\">\n        <div class=\"v-section-title\">\n          <h2>4) Withdrawal and refunds (digital content)<\/h2>\n          <p class=\"v-note\">Important for downloadable products.<\/p>\n        <\/div>\n\n        <div class=\"v-card\">\n          <p style=\"margin:0; color:var(--muted); line-height:1.6;\">\n            As these are <strong>digital content products,<\/strong>the right of withdrawal may not apply once performance (download\/access) has begun with the user\u00b4s <strong>express consent<\/strong>\n            and acknowledgment that they lose the right of withdrawal.\n            <br><br>\n            If your purchase has not yet been fulfilled (download\/access has not started) and there is an error, contact us so we can review it on a case-by-case basis.\n          <\/p>\n        <\/div>\n\n        <div class=\"v-panel\" style=\"margin-top:12px;\">\n          <h3>Technical errors<\/h3>\n          <p>\n            If the file is damaged or does not match the purchased product, we will replace it or provide the correct access. Write to us at <a href=\"mailto:hola@virgodesign3d.com\" style=\"text-decoration:underline;\">hola@virgodesign3d.com<\/a>.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"faq\" class=\"v-section\" style=\"padding-bottom:28px;\">\n      <div class=\"v-container\">\n        <div class=\"v-section-title\">\n          <h2>Frequently Asked Questions<\/h2>\n          <p class=\"v-note\">The usual questions people ask.<\/p>\n        <\/div>\n<section id=\"uso\" class=\"v-section\">\n  <div class=\"v-container\">\n    <div class=\"v-section-title\">\n      <h2>5) Terms of use of the site<\/h2>\n      <p class=\"v-note\">Basic rules for browsing and purchasing.<\/p>\n    <\/div>\n\n    <div class=\"v-card\">\n      <p>\n        By using this website, you accept these terms and agree to use it lawfully, without attempting to compromise security, overload the service, or access unauthorized areas. We may update the content, prices, products, or availability when necessary.\n      <\/p>\n      <ul class=\"v-list\">\n        <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Do not use the website for unlawful or abusive purposes<\/li>\n        <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Do not attempt to extract or redistribute files without permission<\/li>\n        <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Keep your contact details up to date if you make a purchase<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"propiedad\" class=\"v-section\">\n  <div class=\"v-container\">\n    <div class=\"v-section-title\">\n      <h2>6) Intellectual property<\/h2>\n      <p class=\"v-note\">What can be done with the content.<\/p>\n    <\/div>\n\n    <div class=\"v-card\">\n      <p>\n        The site content (texts, design, images, and related materials) and the 3D models are provided under the conditions indicated on the <a href=\"\/en\/licencia-comercial\/\" style=\"text-decoration:underline;\">License<\/a>The purchase grants a right of use, not ownership of the file or the right to redistribute it as a resource.\n      <\/p>\n      <p style=\"margin-top:10px;\">\n        If you detect unauthorized use or need special permission, write to us at\n        <a href=\"mailto:hola@virgodesign3d.com\" style=\"text-decoration:underline;\">hola@virgodesign3d.com<\/a>.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"responsabilidad\" class=\"v-section\">\n  <div class=\"v-container\">\n    <div class=\"v-section-title\">\n      <h2>7) Liability and warranties<\/h2>\n      <p class=\"v-note\">Digital products and support.<\/p>\n    <\/div>\n\n    <div class=\"v-card\">\n      <p>\n        The 3D models are provided as digital content. We are committed to helping you if there is a genuine technical issue (corrupted file, failed download, or content that does not match), offering a reasonable solution: a new link, a replacement, or a correction where applicable. Compatibility may depend on the user\u2019s software, version, and workflow.\n      <\/p>\n      <ul class=\"v-list\">\n        <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Support for download issues<\/li>\n        <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Replacement if the file is defective<\/li>\n        <li class=\"v-li\"><span class=\"v-check ok\">\u2713<\/span> Basic import guidance (depending on the case)<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"ley\" class=\"v-section\" style=\"padding-bottom:28px;\">\n  <div class=\"v-container\">\n    <div class=\"v-section-title\">\n      <h2>8) Applicable law and jurisdiction<\/h2>\n      <p class=\"v-note\">Official references and dispute resolution.<\/p>\n    <\/div>\n\n    <div class=\"v-card\">\n      <p>\n        These terms are interpreted in accordance with the applicable regulations. In the event of any dispute, an amicable solution will be sought by contacting support. You may also consult the following official references:\n      <\/p>\n      <ul class=\"v-list\">\n        <li>\n          <a href=\"https:\/\/www.boe.es\/buscar\/act.php?id=BOE-A-2002-13758\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"text-decoration:underline;\">\n            BOE \u2014 Law 34\/2002 (LSSI-CE)\n          <\/a>\n        <\/li>\n        <li>\n          <a href=\"https:\/\/www.boe.es\/buscar\/act.php?id=BOE-A-2007-20555\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"text-decoration:underline;\">\n            BOE \u2014 Royal Legislative Decree 1\/2007 (consumer and user protection)\n          <\/a>\n        <\/li>\n      <\/ul>\n      <p style=\"margin-top:10px;\">\n        For returns and refunds for digital content, see also:\n        <a href=\"\/en\/politica-de-devoluciones-y-reembolsos\/\" style=\"text-decoration:underline;\">Refund Policy.<\/a>.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/section>\n        <div class=\"v-faq\">\n          <details>\n            <summary>Can I use the model in a client project?<\/summary>\n            <p>Yes, with the Commercial License. You may deliver final results (renders\/video), not the 3D file as a resource.<\/p>\n          <\/details>\n          <details>\n            <summary>Can I modify the model?<\/summary>\n            <p>Yes. You can adapt it to your scene and workflow.<\/p>\n          <\/details>\n          <details>\n            <summary>What happens if the download fails?<\/summary>\n            <p>We\u2019ll help you: a new link or a replacement. Write to us at<\/p>\n          <\/details>\n        <\/div>\n\n        <div class=\"v-panel\" style=\"margin-top:12px;\">\n          <h3>Contact<\/h3>\n          <p>\n            Email: <a href=\"mailto:hola@virgodesign3d.com\" style=\"text-decoration:underline;\">hola@virgodesign3d.com<\/a><br>\n            Page: <a href=\"\/en\/contacto\/\" style=\"text-decoration:underline;\">\/contact\/<\/a>\n          <\/p>\n        <\/div>\n\n        <p class=\"v-note\" style=\"margin-top:12px;\">\n          *Informational template: for specific legal needs, consult a legal professional.\n        <\/p>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <footer class=\"v-footer\" role=\"contentinfo\">\n    <div class=\"v-container\">\n      <div class=\"v-footnote\">\n        <div>\u00a9 <span id=\"v-year\">2026<\/span> Virgo Design 3D \u00b7 Terms<\/div>\n        <div style=\"display:flex; gap:8px; flex-wrap:wrap;\">\n          <a class=\"v-btn\" href=\"\/en\/privacidad\/\">Privacy<\/a>\n          <a class=\"v-btn v-btn-primary\" href=\"\/en\/licencia-comercial\/\">Licenses<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/footer>\n<\/div>\n\n<script>\n  (function(){ var el=document.getElementById('v-year'); if(el) el.textContent=new Date().getFullYear(); })();\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Virgo Design 3D Modelos 3D de mobiliario Cat\u00e1logo Licencias Privacidad Contacto hola@virgodesign3d.com Explorar cat\u00e1logo T\u00e9rminos y condiciones Estos t\u00e9rminos regulan [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-48","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/virgodesign3d.com\/en\/wp-json\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virgodesign3d.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/virgodesign3d.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/virgodesign3d.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/virgodesign3d.com\/en\/wp-json\/wp\/v2\/comments?post=48"}],"version-history":[{"count":9,"href":"https:\/\/virgodesign3d.com\/en\/wp-json\/wp\/v2\/pages\/48\/revisions"}],"predecessor-version":[{"id":459,"href":"https:\/\/virgodesign3d.com\/en\/wp-json\/wp\/v2\/pages\/48\/revisions\/459"}],"wp:attachment":[{"href":"https:\/\/virgodesign3d.com\/en\/wp-json\/wp\/v2\/media?parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}