{"id":70,"date":"2024-06-05T15:57:15","date_gmt":"2024-06-05T13:57:15","guid":{"rendered":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=70"},"modified":"2026-07-09T17:10:59","modified_gmt":"2026-07-09T15:10:59","slug":"contatti","status":"publish","type":"page","link":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/?page_id=70","title":{"rendered":"Contatti"},"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>Contatti \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    \/* ============================================================\n       DESIGN TOKENS \u2013 Verde Pantone Tor Vergata\n       Pantone 356 C \u2192 #007A3D  (verde istituzionale)\n    ============================================================ *\/\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\n      --gold:      #C9A84C;\n      --gold-lt:   #F0DFAA;\n\n      --ink:       #1A1A1A;\n      --ink-mid:   #3C3C3C;\n      --ink-light: #6B6B6B;\n      --cream:     #F9F6F0;\n      --white:     #FFFFFF;\n      --border:    #DDE8E2;\n\n      --font-display: 'Playfair Display', Georgia, serif;\n      --font-body:    'Lato', sans-serif;\n      --font-quote:   'Cormorant Garamond', Georgia, serif;\n\n      --radius-sm:  6px;\n      --radius-md: 12px;\n      --radius-lg: 24px;\n\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\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 {\n      max-width: var(--max-w);\n      margin: 0 auto;\n      padding: 0 32px;\n    }\n    .section { padding: var(--section-gap) 0; }\n    .section--cream { background: var(--cream); }\n    .section--green-light { background: var(--green-50); }\n\n    \/* ============================================================\n       HERO BANNER\n    ============================================================ *\/\n    .hero {\n      position: relative;\n      min-height: 560px;\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.62;\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.92) 0%,\n        rgba(0, 35, 18, 0.55) 45%,\n        rgba(0, 35, 18, 0.15) 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 span { opacity: 0.5; }\n    .hero__title {\n      font-family: var(--font-display);\n      font-size: clamp(42px, 6vw, 72px);\n      font-weight: 700;\n      color: var(--white);\n      line-height: 1.15;\n      max-width: 800px;\n    }\n    .hero__subtitle {\n      margin-top: 16px;\n      font-size: 18px;\n      font-weight: 300;\n      color: rgba(255,255,255,0.78);\n      max-width: 650px;\n    }\n\n    \/* ============================================================\n       SECTION TITLES\n    ============================================================ *\/\n    .cards-title {\n      text-align: center;\n      margin-bottom: 56px;\n    }\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\n    \/* ============================================================\n       CARDS\n    ============================================================ *\/\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 {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-md);\n    }\n    .card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; 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; 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 {\n      font-size: 14px;\n      color: var(--ink-light);\n      line-height: 1.75;\n    }\n    .contact-name {\n      font-size: 16px;\n      color: var(--ink-mid);\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n    .contact-list {\n      list-style: none;\n      margin-top: 18px;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n    .contact-list li,\n    .social-action {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 14px;\n      color: var(--ink-light);\n      line-height: 1.45;\n    }\n    .contact-list svg,\n    .social-action svg {\n      width: 18px;\n      height: 18px;\n      fill: var(--gold);\n      flex-shrink: 0;\n    }\n    .social-action {\n      margin-top: 18px;\n      color: var(--green-700);\n      font-weight: 700;\n    }\n\n    \/* ============================================================\n       SPLIT + MAPPA\n    ============================================================ *\/\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    .map-card {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--white);\n      box-shadow: var(--shadow-lg);\n      border: 1px solid var(--border);\n      min-height: 420px;\n      position: relative;\n    }\n    .map-card iframe {\n      width: 100%;\n      height: 420px;\n      border: 0;\n      display: block;\n      filter: saturate(0.9) contrast(1.02);\n    }\n    .map-card__footer {\n      padding: 18px 22px;\n      background: var(--white);\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n      flex-wrap: wrap;\n    }\n    .map-card__title {\n      font-family: var(--font-display);\n      color: var(--green-900);\n      font-size: 18px;\n      font-weight: 600;\n    }\n    .map-card__link {\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    \/* ============================================================\n       CTA SECTION\n    ============================================================ *\/\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 {\n      font-size: 16px;\n      color: rgba(255,255,255,0.7);\n    }\n    .cta-block__actions {\n      position: relative; 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 {\n      background: var(--gold);\n      color: var(--green-900);\n    }\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    \/* ============================================================\n       ANIMATIONS\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 {\n      animation: fadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;\n    }\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    \/* ============================================================\n       RESPONSIVE\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      .cta-block { padding: 44px 32px; }\n      .hero { min-height: 420px; }\n      .hero__content { padding: 54px 20px; }\n      .map-card iframe { height: 340px; }\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=\"Macroarea di Ingegneria Tor Vergata\" \/>\n\n  <div class=\"hero__content\">\n    <div class=\"hero__breadcrumb\">\n      <a href=\"#\" style=\"color:var(--green-200)\">Home<\/a>\n      <span>\u203a<\/span>\n      <a href=\"#\" style=\"color:var(--green-200)\">Altro<\/a>\n      <span>\u203a<\/span>\n      Contatti\n    <\/div>\n\n    <h1 class=\"hero__title\">Contatti<\/h1>\n\n    <p class=\"hero__subtitle\">\n      Tutti i recapiti del Corso di Studi: coordinamento, segreterie, tirocini, CARIS e canali social.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     2. PERSONE E UFFICI\n============================================================== -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"cards-title anim\">\n      <span class=\"section-label\" style=\"justify-content:center\">Persone e uffici<\/span>\n      <h2 class=\"section-title\" style=\"text-align:center\">A chi rivolgersi<\/h2>\n    <\/div>\n\n    <div class=\"cards-grid\">\n\n      <article class=\"card anim anim-d1\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Coordinatore del Corso di Studio<\/h3>\n        <div class=\"contact-name\">Prof. Vincenzo Mulone<\/div>\n        <ul class=\"contact-list\">\n          <li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg><a href=\"tel:+390672597170\">06 7259 7170<\/a><\/li>\n          <li><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><a href=\"mailto:mulone@uniroma2.it\">mulone@uniroma2.it<\/a><\/li>\n        <\/ul>\n      <\/article>\n\n      <article class=\"card anim anim-d2\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Direttore del Dipartimento<\/h3>\n        <div class=\"contact-name\">Prof. Gianluca Verona Rinati<\/div>\n        <ul class=\"contact-list\">\n          <li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg><a href=\"tel:+390672597227\">06 7259 7227<\/a><\/li>\n          <li><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><a href=\"mailto:gianluca.verona.rinati@uniroma2.it\">gianluca.verona.rinati@uniroma2.it<\/a><\/li>\n        <\/ul>\n      <\/article>\n\n      <article class=\"card anim anim-d3\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Segreteria Didattica<\/h3>\n        <p class=\"card__body\">Piano terra, Ed. Ing. Industriale. Lun\/Mer\/Ven 10:00\u201313:00.<\/p>\n        <div class=\"contact-name\" style=\"margin-top:18px\">Sig.ra Anna Mezzanotte<\/div>\n        <ul class=\"contact-list\">\n          <li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg><a href=\"tel:+390672597156\">06 7259 7156<\/a><\/li>\n          <li><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><a href=\"mailto:anna.mezzanotte@uniroma2.it\">anna.mezzanotte@uniroma2.it<\/a><\/li>\n        <\/ul>\n      <\/article>\n\n      <article class=\"card anim anim-d1\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Segreteria Studenti<\/h3>\n        <div class=\"contact-name\">Sig.ra Emanuela di Maulo<\/div>\n        <ul class=\"contact-list\">\n          <li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg><a href=\"tel:+390672597599\">06 7259 7599<\/a><\/li>\n        <\/ul>\n      <\/article>\n\n      <article class=\"card anim anim-d2\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Ufficio Tirocini Curriculari<\/h3>\n        <p class=\"card__body\">Ricevimento: lun, mer, gio 9:30\u201313:30<\/p>\n        <div class=\"contact-name\" style=\"margin-top:18px\">Sig.ra Silvana Santamaria<\/div>\n      <\/article>\n\n      <article class=\"card anim anim-d3\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">CARIS \u2013 disabilit\u00e0 e DSA<\/h3>\n        <p class=\"card__body\">Nuovi edifici della Didattica (aula L1), Via del Politecnico 1. Lun\/Mer\/Ven 9\u201312, Mer 14\u201316.<\/p>\n        <div class=\"contact-name\" style=\"margin-top:18px\">Prof. Pier Gianni Medaglia<\/div>\n        <ul class=\"contact-list\">\n          <li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg><a href=\"tel:+390672597483\">06 7259 7483<\/a><\/li>\n          <li><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><a href=\"mailto:segreteria@caris.uniroma2.it\">segreteria@caris.uniroma2.it<\/a><\/li>\n        <\/ul>\n      <\/article>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     3. DOVE SIAMO\n============================================================== -->\n<section class=\"section section--green-light\">\n  <div class=\"container\">\n    <div class=\"split-section anim\">\n      <div class=\"split-section__text\">\n        <span class=\"split-section__tag\">Dove siamo<\/span>\n        <h2 class=\"section-title\">Macroarea di Ingegneria \u2013 Edificio Ingegneria Industriale<\/h2>\n        <p class=\"body-text\">\n          Universit\u00e0 degli Studi di Roma \u201cTor Vergata\u201d \u2014 Macroarea di Ingegneria, Dipartimento di Ingegneria Industriale. Via del Politecnico, 1 \u2013 00133 Roma (RM).\n        <\/p>\n        <ul class=\"bullet-list\">\n          <li>Via del Politecnico, 1 \u2013 00133 Roma (RM)<\/li>\n          <li>Segreteria Didattica al piano terra<\/li>\n          <li>Accesso dal G.R.A. uscite 19\u201320<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"split-section__visual\">\n        <div class=\"map-card\">\n          <iframe src=\"https:\/\/www.google.com\/maps?q=Via%20del%20Politecnico%201%2000133%20Roma&#038;output=embed\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" title=\"Mappa Macroarea di Ingegneria Tor Vergata\"><\/iframe>\n          <div class=\"map-card__footer\">\n            <div class=\"map-card__title\">Mappa interattiva<\/div>\n            <a class=\"map-card__link\" href=\"https:\/\/www.google.com\/maps?q=Via%20del%20Politecnico%201%2000133%20Roma\" target=\"_blank\" rel=\"noopener\">Apri in Google Maps<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     4. SOCIAL MEDIA\n============================================================== -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"cards-title anim\">\n      <span class=\"section-label\" style=\"justify-content:center\">Social Media<\/span>\n      <h2 class=\"section-title\" style=\"text-align:center\">Seguici online<\/h2>\n    <\/div>\n\n    <div class=\"cards-grid\">\n      <article class=\"card anim anim-d1\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6.93 6h-2.95c-.32-1.25-.82-2.43-1.48-3.47A8.014 8.014 0 0 1 18.93 8zM12 4.04c.83 1.2 1.48 2.53 1.85 3.96h-3.7C10.52 6.57 11.17 5.24 12 4.04zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.33c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.81 2h2.95c.32 1.25.82 2.43 1.48 3.47A8.014 8.014 0 0 1 5.07 16zm2.95-8H5.07A8.014 8.014 0 0 1 9.5 4.53C8.84 5.57 8.34 6.75 8.02 8zM12 19.96c-.83-1.2-1.48-2.53-1.85-3.96h3.7c-.37 1.43-1.02 2.76-1.85 3.96zM14.27 14H9.73c-.09-.66-.15-1.32-.15-2s.06-1.34.15-2h4.54c.09.66.15 1.32.15 2s-.06 1.34-.15 2zm.23 5.47c.66-1.04 1.16-2.22 1.48-3.47h2.95a8.014 8.014 0 0 1-4.43 3.47zM16.41 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.33c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.33z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Twitter \/ X<\/h3>\n        <a class=\"social-action\" href=\"https:\/\/twitter.com\/IngMeccTorVer\" target=\"_blank\" rel=\"noopener\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7zM19 19H5V5h5V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-5h-2v5z\"\/><\/svg>\n          Vai al profilo\n        <\/a>\n      <\/article>\n\n      <article class=\"card anim anim-d2\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6.93 6h-2.95c-.32-1.25-.82-2.43-1.48-3.47A8.014 8.014 0 0 1 18.93 8zM12 4.04c.83 1.2 1.48 2.53 1.85 3.96h-3.7C10.52 6.57 11.17 5.24 12 4.04zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.33c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.81 2h2.95c.32 1.25.82 2.43 1.48 3.47A8.014 8.014 0 0 1 5.07 16zm2.95-8H5.07A8.014 8.014 0 0 1 9.5 4.53C8.84 5.57 8.34 6.75 8.02 8zM12 19.96c-.83-1.2-1.48-2.53-1.85-3.96h3.7c-.37 1.43-1.02 2.76-1.85 3.96zM14.27 14H9.73c-.09-.66-.15-1.32-.15-2s.06-1.34.15-2h4.54c.09.66.15 1.32.15 2s-.06 1.34-.15 2zm.23 5.47c.66-1.04 1.16-2.22 1.48-3.47h2.95a8.014 8.014 0 0 1-4.43 3.47zM16.41 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.33c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.33z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Facebook<\/h3>\n        <a class=\"social-action\" href=\"https:\/\/www.facebook.com\/Corso-di-laurea-Ingegneria-Meccanica-Tor-Vergata-433066613419111\" target=\"_blank\" rel=\"noopener\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7zM19 19H5V5h5V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-5h-2v5z\"\/><\/svg>\n          Vai alla pagina\n        <\/a>\n      <\/article>\n\n      <article class=\"card anim anim-d3\">\n        <div class=\"card__icon\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6.93 6h-2.95c-.32-1.25-.82-2.43-1.48-3.47A8.014 8.014 0 0 1 18.93 8zM12 4.04c.83 1.2 1.48 2.53 1.85 3.96h-3.7C10.52 6.57 11.17 5.24 12 4.04zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.33c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.81 2h2.95c.32 1.25.82 2.43 1.48 3.47A8.014 8.014 0 0 1 5.07 16zm2.95-8H5.07A8.014 8.014 0 0 1 9.5 4.53C8.84 5.57 8.34 6.75 8.02 8zM12 19.96c-.83-1.2-1.48-2.53-1.85-3.96h3.7c-.37 1.43-1.02 2.76-1.85 3.96zM14.27 14H9.73c-.09-.66-.15-1.32-.15-2s.06-1.34.15-2h4.54c.09.66.15 1.32.15 2s-.06 1.34-.15 2zm.23 5.47c.66-1.04 1.16-2.22 1.48-3.47h2.95a8.014 8.014 0 0 1-4.43 3.47zM16.41 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.33c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.33z\"\/><\/svg>\n        <\/div>\n        <h3 class=\"card__title\">Instagram<\/h3>\n        <a class=\"social-action\" href=\"https:\/\/www.instagram.com\/ing.meccanicatorvergata\/\" target=\"_blank\" rel=\"noopener\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7zM19 19H5V5h5V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-5h-2v5z\"\/><\/svg>\n          Vai al profilo\n        <\/a>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     5. CTA\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\">Hai bisogno di assistenza?<\/h2>\n        <p class=\"cta-block__sub\">Scrivi alla segreteria didattica.<\/p>\n      <\/div>\n      <div class=\"cta-block__actions\">\n        <a href=\"mailto:anna.mezzanotte@uniroma2.it\" class=\"btn btn--gold\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" style=\"fill:var(--green-900)\"><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>\n          Segreteria Didattica\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================================\n     SCROLL ANIMATION SCRIPT\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>Contatti \u2013 Ingegneria Meccanica Tor Vergata Home \u203a Altro \u203a Contatti Contatti Tutti i recapiti del Corso di Studi: coordinamento, segreterie, tirocini, CARIS e canali social. Persone e uffici A chi rivolgersi Coordinatore del Corso di Studio Prof. Vincenzo Mulone<\/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-70","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\/70","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=70"}],"version-history":[{"count":3,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/70\/revisions"}],"predecessor-version":[{"id":522,"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=\/wp\/v2\/pages\/70\/revisions\/522"}],"wp:attachment":[{"href":"https:\/\/www-2024.ingegneriameccanica.uniroma2.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=70"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}