{"id":64,"date":"2024-06-05T15:54:24","date_gmt":"2024-06-05T13:54:24","guid":{"rendered":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=64"},"modified":"2026-07-09T17:38:56","modified_gmt":"2026-07-09T15:38:56","slug":"privacy","status":"publish","type":"page","link":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=64","title":{"rendered":"Privacy"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Privacy \u2013 Ingegneria Meccanica Tor Vergata<\/title>\n\n  <!-- Google Fonts -->\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&#038;family=Lato:wght@300;400;700&#038;family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&#038;display=swap\" rel=\"stylesheet\" \/>\n\n  <style>\n    :root {\n      --green-900: #003D20;\n      --green-800: #005A2F;\n      --green-700: #007A3D;\n      --green-600: #1A9150;\n      --green-200: #B8DECA;\n      --green-100: #E6F4EC;\n      --green-50:  #F2FAF5;\n      --gold:      #C9A84C;\n      --gold-lt:   #F0DFAA;\n      --ink:       #1A1A1A;\n      --ink-mid:   #3C3C3C;\n      --ink-light: #6B6B6B;\n      --cream:     #F9F6F0;\n      --white:     #FFFFFF;\n      --border:    #DDE8E2;\n      --font-display: 'Playfair Display', Georgia, serif;\n      --font-body:    'Lato', sans-serif;\n      --font-quote:   'Cormorant Garamond', Georgia, serif;\n      --radius-sm:  6px;\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 2px 8px rgba(0,60,30,0.08);\n      --shadow-md: 0 6px 28px rgba(0,60,30,0.12);\n      --shadow-lg: 0 16px 56px rgba(0,60,30,0.16);\n      --max-w: 1200px;\n      --section-gap: 96px;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { scroll-behavior: smooth; }\n    body {\n      font-family: var(--font-body);\n      color: var(--ink);\n      background: var(--white);\n      line-height: 1.7;\n      -webkit-font-smoothing: antialiased;\n    }\n    img { display: block; max-width: 100%; }\n    a { color: var(--green-700); text-decoration: none; }\n    a:hover { color: var(--green-900); text-decoration: underline; }\n\n    .container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }\n    .section { padding: var(--section-gap) 0; }\n    .section--cream { background: var(--cream); }\n    .section--green-light { background: var(--green-50); }\n\n    \/* HERO *\/\n    .hero {\n      position: relative;\n      min-height: 500px;\n      display: flex;\n      align-items: flex-end;\n      overflow: hidden;\n      background: var(--green-900);\n    }\n    .hero__image {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      opacity: 0.58;\n      filter: saturate(0.9) contrast(1.05);\n    }\n    .hero::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(\n        to top,\n        rgba(0, 35, 18, 0.94) 0%,\n        rgba(0, 35, 18, 0.62) 44%,\n        rgba(0, 35, 18, 0.18) 100%\n      );\n    }\n    .hero__content {\n      position: relative;\n      z-index: 2;\n      padding: 64px 32px;\n      width: 100%;\n      max-width: var(--max-w);\n      margin: 0 auto;\n    }\n    .hero__breadcrumb {\n      font-size: 13px;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--green-200);\n      margin-bottom: 20px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      flex-wrap: wrap;\n    }\n    .hero__breadcrumb a { color: var(--green-200); }\n    .hero__breadcrumb span { opacity: 0.5; }\n    .hero__title {\n      font-family: var(--font-display);\n      font-size: clamp(40px, 6vw, 72px);\n      font-weight: 700;\n      color: var(--white);\n      line-height: 1.12;\n      max-width: 820px;\n    }\n    .hero__subtitle {\n      margin-top: 16px;\n      font-size: 19px;\n      font-weight: 300;\n      color: rgba(255,255,255,0.78);\n      max-width: 760px;\n    }\n\n    \/* TITLES *\/\n    .section-label {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--green-700);\n      margin-bottom: 16px;\n    }\n    .section-label::before {\n      content: '';\n      display: block;\n      width: 28px;\n      height: 2px;\n      background: var(--gold);\n    }\n    .section-title {\n      font-family: var(--font-display);\n      font-size: clamp(28px, 3.5vw, 42px);\n      font-weight: 600;\n      line-height: 1.2;\n      color: var(--green-900);\n      margin-bottom: 24px;\n    }\n    .body-text {\n      font-size: 16px;\n      font-weight: 300;\n      color: var(--ink-mid);\n      line-height: 1.85;\n    }\n    .body-text + .body-text { margin-top: 16px; }\n\n    \/* SPLIT *\/\n    .split-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 72px;\n      align-items: center;\n    }\n    .split-section__tag {\n      display: inline-block;\n      background: var(--green-100);\n      color: var(--green-700);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      padding: 4px 12px;\n      border-radius: 100px;\n      margin-bottom: 16px;\n    }\n    .bullet-list {\n      list-style: none;\n      margin-top: 20px;\n    }\n    .bullet-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      padding: 10px 0;\n      border-bottom: 1px solid var(--border);\n      font-size: 15px;\n      color: var(--ink-mid);\n    }\n    .bullet-list li::before {\n      content: '';\n      display: block;\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: var(--gold);\n      margin-top: 7px;\n      flex-shrink: 0;\n    }\n    .info-box {\n      position: relative;\n      background: var(--green-900);\n      color: var(--white);\n      border-radius: var(--radius-lg);\n      padding: 42px 42px 44px;\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n    .info-box::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23007A3D' fill-opacity='0.18'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n      opacity: 0.55;\n    }\n    .info-box::after {\n      content: '';\n      position: absolute;\n      top: 0;\n      right: 0;\n      width: 160px;\n      height: 4px;\n      background: linear-gradient(90deg, transparent, var(--gold));\n    }\n    .info-box__inner { position: relative; z-index: 1; }\n    .info-box__title {\n      font-family: var(--font-display);\n      font-size: 26px;\n      font-weight: 600;\n      line-height: 1.25;\n      margin-bottom: 18px;\n      color: var(--white);\n    }\n    .info-box__text {\n      font-size: 15px;\n      font-weight: 300;\n      color: rgba(255,255,255,0.78);\n      line-height: 1.8;\n    }\n    .info-box__text a { color: var(--gold-lt); font-weight: 700; }\n\n    \/* CARDS *\/\n    .cards-title { text-align: center; margin-bottom: 56px; }\n    .cards-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 28px;\n    }\n    .card {\n      background: var(--white);\n      border-radius: var(--radius-md);\n      padding: 36px 32px;\n      border: 1px solid var(--border);\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.25s ease, box-shadow 0.25s ease;\n      position: relative;\n      overflow: hidden;\n    }\n    .card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }\n    .card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 3px;\n      background: var(--green-700);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.3s ease;\n    }\n    .card:hover::before { transform: scaleX(1); }\n    .card__icon {\n      width: 52px;\n      height: 52px;\n      background: var(--green-100);\n      border-radius: var(--radius-sm);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n    }\n    .card__icon svg { width: 26px; height: 26px; fill: var(--green-700); }\n    .card__title {\n      font-family: var(--font-display);\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--green-900);\n      margin-bottom: 12px;\n      line-height: 1.3;\n    }\n    .card__body { font-size: 14px; color: var(--ink-light); line-height: 1.75; }\n\n    \/* NOTE *\/\n    .note-block {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-left: 5px solid var(--gold);\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n      padding: 42px;\n      position: relative;\n      overflow: hidden;\n    }\n    .note-block::before {\n      content: '';\n      position: absolute;\n      right: -50px;\n      top: -50px;\n      width: 180px;\n      height: 180px;\n      border-radius: 50%;\n      background: var(--green-100);\n      opacity: 0.65;\n    }\n    .note-block__content { position: relative; z-index: 1; }\n    .note-block__title {\n      font-family: var(--font-display);\n      font-size: clamp(26px, 3vw, 36px);\n      line-height: 1.25;\n      color: var(--green-900);\n      margin-bottom: 18px;\n    }\n    .note-block__source {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      color: var(--green-700);\n      background: var(--green-50);\n      border: 1px solid var(--green-200);\n      border-radius: 100px;\n      padding: 7px 14px;\n      margin-bottom: 24px;\n    }\n    .note-block__source:hover { text-decoration: none; background: var(--green-100); }\n\n    \/* CTA *\/\n    .cta-block {\n      background: var(--green-900);\n      border-radius: var(--radius-lg);\n      padding: 64px;\n      display: grid;\n      grid-template-columns: 1fr auto;\n      align-items: center;\n      gap: 48px;\n      position: relative;\n      overflow: hidden;\n    }\n    .cta-block::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23007A3D' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n      opacity: 0.4;\n    }\n    .cta-block__text { position: relative; z-index: 1; }\n    .cta-block__title {\n      font-family: var(--font-display);\n      font-size: 32px;\n      font-weight: 600;\n      color: var(--white);\n      line-height: 1.3;\n      margin-bottom: 12px;\n    }\n    .cta-block__sub { font-size: 16px; color: rgba(255,255,255,0.7); }\n    .cta-block__actions {\n      position: relative;\n      z-index: 1;\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      padding: 14px 28px;\n      border-radius: var(--radius-sm);\n      font-family: var(--font-body);\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      cursor: pointer;\n      transition: all 0.2s;\n      text-decoration: none;\n      white-space: nowrap;\n    }\n    .btn--gold { background: var(--gold); color: var(--green-900); }\n    .btn--gold:hover {\n      background: #d4b35c;\n      transform: translateY(-2px);\n      box-shadow: 0 6px 20px rgba(201,168,76,0.35);\n      text-decoration: none;\n      color: var(--green-900);\n    }\n    .btn svg { width: 18px; height: 18px; }\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(28px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n    .anim { opacity: 0; }\n    .anim.visible { animation: fadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards; }\n    .anim-d1 { animation-delay: 0.1s !important; }\n    .anim-d2 { animation-delay: 0.22s !important; }\n    .anim-d3 { animation-delay: 0.34s !important; }\n\n    @media (max-width: 1024px) {\n      .cards-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n    @media (max-width: 768px) {\n      :root { --section-gap: 60px; }\n      .container { padding: 0 20px; }\n      .split-section,\n      .cta-block { grid-template-columns: 1fr; gap: 40px; }\n      .cards-grid { grid-template-columns: 1fr; }\n      .hero { min-height: 420px; }\n      .hero__content { padding: 52px 20px; }\n      .info-box,\n      .note-block { padding: 32px 28px; }\n      .cta-block { padding: 44px 32px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- ==============================================================\n     1. HERO\n============================================================== -->\n<section class=\"hero\">\n  <img decoding=\"async\" class=\"hero__image\" src=\"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/wp-content\/uploads\/2026\/05\/11052018eDSCF3711.jpg\" alt=\"Campus Tor Vergata\" \/>\n\n  <div class=\"hero__content\">\n    <div class=\"hero__breadcrumb\">\n      <a href=\"#\">Home<\/a>\n      <span>\u203a<\/span>\n      <a href=\"#\">Altro<\/a>\n      <span>\u203a<\/span>\n      Privacy\n    <\/div>\n\n    <h1 class=\"hero__title\">Privacy<\/h1>\n    <p class=\"hero__subtitle\">\n      Il trattamento dei dati personali degli utenti del sito \u00e8 conforme al Regolamento (UE) 2016\/679 (GDPR) e alla normativa italiana vigente.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     2. TITOLARE DEL TRATTAMENTO\n============================================================== -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"split-section anim\">\n      <div class=\"split-section__text\">\n        <span class=\"split-section__tag\">Titolare del trattamento<\/span>\n        <h2 class=\"section-title\">Universit\u00e0 degli Studi di Roma \u201cTor Vergata\u201d<\/h2>\n        <p class=\"body-text\">Indirizzo: Via Cracovia 50, 00133, Roma (RM)<\/p>\n        <ul class=\"bullet-list\">\n          <li>Telefono: +39 06 7259.8753<\/li>\n          <li>e-mail: <a href=\"mailto:rettore@uniroma2.it\">rettore@uniroma2.it<\/a><\/li>\n          <li>PEC: <a href=\"mailto:rettore@pec.uniroma2.it\">rettore@pec.uniroma2.it<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"split-section__visual\">\n        <div class=\"info-box\">\n          <div class=\"info-box__inner\">\n            <h3 class=\"info-box__title\">Responsabile della Protezione Dati<br>(DPO &#8211; Data Protection Officer)<\/h3>\n            <p class=\"info-box__text\">\n              email: <a href=\"mailto:rdp@uniroma2.it\">rdp@uniroma2.it<\/a><br>\n              PEC: <a href=\"mailto:rdp@pec.torvergata.it\">rdp@pec.torvergata.it<\/a>\n            <\/p>\n            <p class=\"info-box__text\" style=\"margin-top:18px\">\n              Altre informazioni sulle attivit\u00e0 dell&#8217;Ateneo collegate alla Privacy si posso avere scrivendo all&#8217;indirizzo e-mail:\n              <a href=\"mailto:privacy@uniroma2.it\">privacy@uniroma2.it<\/a> (Tel. 0672592151).\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     3. DIRITTI DELL'INTERESSATO\n============================================================== -->\n<section class=\"section section--cream\">\n  <div class=\"container\">\n    <div class=\"cards-title anim\">\n      <span class=\"section-label\" style=\"justify-content:center\">Diritti dell\u2019interessato<\/span>\n      <h2 class=\"section-title\" style=\"text-align:center\">Ai sensi del GDPR<\/h2>\n    <\/div>\n\n    <div class=\"cards-grid\">\n      <div class=\"card anim anim-d1\">\n        <div class=\"card__icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z\"\/><\/svg><\/div>\n        <h3 class=\"card__title\">Accesso<\/h3>\n        <p class=\"card__body\">Accesso ai propri dati personali.<\/p>\n      <\/div>\n\n      <div class=\"card anim anim-d2\">\n        <div class=\"card__icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z\"\/><\/svg><\/div>\n        <h3 class=\"card__title\">Rettifica<\/h3>\n        <p class=\"card__body\">Rettifica di dati inesatti.<\/p>\n      <\/div>\n\n      <div class=\"card anim anim-d3\">\n        <div class=\"card__icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm4.3 14.29-1.41 1.41L12 13.83 9.11 16.7 7.7 15.29 10.59 12 7.7 9.11 9.11 7.7 12 10.59l2.89-2.89 1.41 1.41L13.41 12l2.89 3.29z\"\/><\/svg><\/div>\n        <h3 class=\"card__title\">Cancellazione<\/h3>\n        <p class=\"card__body\">Cancellazione dei dati (\u201cdiritto all\u2019oblio\u201d).<\/p>\n      <\/div>\n\n      <div class=\"card anim anim-d1\">\n        <div class=\"card__icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\"\/><\/svg><\/div>\n        <h3 class=\"card__title\">Limitazione<\/h3>\n        <p class=\"card__body\">Limitazione del trattamento.<\/p>\n      <\/div>\n\n      <div class=\"card anim anim-d2\">\n        <div class=\"card__icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h8V3l-3.35 3.35z\"\/><\/svg><\/div>\n        <h3 class=\"card__title\">Portabilit\u00e0<\/h3>\n        <p class=\"card__body\">Portabilit\u00e0 dei dati.<\/p>\n      <\/div>\n\n      <div class=\"card anim anim-d3\">\n        <div class=\"card__icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg><\/div>\n        <h3 class=\"card__title\">Opposizione<\/h3>\n        <p class=\"card__body\">Opposizione al trattamento. Per esercitare i diritti: <a href=\"mailto:privacy@uniroma2.it\">privacy@uniroma2.it<\/a><\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     4. NOTE E FONTI\n============================================================== -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"note-block anim\">\n      <div class=\"note-block__content\">\n        <span class=\"section-label\">Informative e fonti<\/span>\n        <h2 class=\"note-block__title\">Informative sul trattamento dei dati personali<\/h2>\n        <a class=\"note-block__source\" href=\"https:\/\/web.uniroma2.it\/it\/contenuto\/trattamento_dei_dati_personali\" target=\"_blank\" rel=\"noopener\">\n          Informativa privacy di Ateneo\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" style=\"fill:currentColor\"><path d=\"M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7zM5 5h5V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5h-2v5H5V5z\"\/><\/svg>\n        <\/a>\n        <p class=\"body-text\">\n          All&#8217;interno della sezione dedicata nel sito di ateneo, sono presenti le informative sul trattamento dei dati personali rivolte a coloro che conferiscono i propri dati personali all&#8217;Universit\u00e0 degli Studi di Roma Tor Vergata.\n        <\/p>\n        <p class=\"body-text\">\n          Le informative rappresentano un adempimento previsto dal Regolamento (UE) 2016\/679 \u2013 General Data Protection Regulation che, ai sensi dell&#8217;art. 12, prevede l&#8217;obbligo di fornire ai soggetti interessati informazioni in merito al trattamento dei propri dati personali.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     5. CTA FINALE\n============================================================== -->\n<section class=\"section section--cream\">\n  <div class=\"container\">\n    <div class=\"cta-block anim\">\n      <div class=\"cta-block__text\">\n        <h2 class=\"cta-block__title\">Vuoi leggere l\u2019informativa completa?<\/h2>\n        <p class=\"cta-block__sub\">Consulta l\u2019informativa privacy ufficiale dell\u2019Ateneo.<\/p>\n      <\/div>\n      <div class=\"cta-block__actions\">\n        <a href=\"http:\/\/web.uniroma2.it\/privacy\" class=\"btn btn--gold\" target=\"_blank\" rel=\"noopener\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" style=\"fill:var(--green-900)\"><path d=\"M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7zM5 5h5V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5h-2v5H5V5z\"\/><\/svg>\n          Informativa privacy Ateneo\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.12 });\n\n  document.querySelectorAll('.anim').forEach(el => observer.observe(el));\n<\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Privacy \u2013 Ingegneria Meccanica Tor Vergata Home \u203a Altro \u203a Privacy Privacy Il trattamento dei dati personali degli utenti del sito \u00e8 conforme al Regolamento (UE) 2016\/679 (GDPR) e alla normativa italiana vigente. Titolare del trattamento Universit\u00e0 degli Studi di<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-64","page","type-page","status-publish","hentry"],"featured_image_src":null,"_links":{"self":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/64","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=64"}],"version-history":[{"count":3,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/64\/revisions"}],"predecessor-version":[{"id":529,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/64\/revisions\/529"}],"wp:attachment":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}