* {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16pt;
  font-weight: 500; }

.hidden {
  display: none; }

@media only screen and (orientation: landscape) {
  .desktop-hidden {
    display: none; } }

@media only screen and (orientation: portrait) {
  .mobile-hidden {
    display: none !important; } }

.clear {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.italic {
  font-style: italic; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  color: #1fa09f;
  padding: 30px 0 60px;
  font-size: 2rem;
  font-weight: 600; }

h2 {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 75px;
  padding-right: 75px; }
  @media only screen and (orientation: portrait) {
    h2 {
      padding-left: 75px;
      padding-right: 75px; } }
h2 {
  font-size: 2rem; }

hr {
  margin-top: 30px;
  margin-bottom: 30px; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a,
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #1fa09f; }

a:hover {
  color: #156665; }

.docenti-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px; }
  @media only screen and (max-width: 1920px) {
    .docenti-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr !important; } }
  @media only screen and (max-width: 1280px) {
    .docenti-grid {
      grid-template-columns: 1fr 1fr 1fr !important; } }
  @media only screen and (max-width: 1024px) {
    .docenti-grid {
      grid-template-columns: 1fr 1fr !important; } }
  @media only screen and (max-width: 768px) {
    .docenti-grid {
      grid-template-columns: 1fr !important; } }
.square-container {
  position: relative;
  content: '';
  width: 80%;
  margin-left: 10%; }

.dummy {
  position: relative;
  width: 100%;
  height: 0;
  left: 0;
  padding-top: 100%;
  content: ""; }

.square-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%; }

.docente-nome {
  position: relative;
  z-index: 100;
  text-align: center;
  color: #1fa09f;
  font-weight: 700; }

header {
  padding: 30px 0 0;
  background-color: #1fa09f;
  color: #fff; }
  header #main-title {
    padding: 50px 75px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff; }
    @media only screen and (orientation: portrait) {
      header #main-title {
        padding: 50px 20px;
        font-size: 1.5rem; } }
    header #main-title a,
    header #main-title a:link,
    header #main-title a:visited,
    header #main-title a:hover {
      color: #fff; }
  header .main-title-menu {
    position: relative; }
  header .main-cuori {
    position: relative;
    padding-left: 150px; }
    @media only screen and (orientation: portrait) {
      header .main-cuori {
        padding-left: 20px;
        text-align: left; } }
    header .main-cuori img {
      height: 80px;
      margin-right: 30px; }
      @media only screen and (orientation: portrait) {
        header .main-cuori img {
          margin-right: 5px; } }
  header .main-cuori img {
    border-radius: 20px; }
  header #main-menu-desktop {
    padding: 0 150px;
    background-color: #bce5e5;
    color: #1fa09f; }
    header #main-menu-desktop .menu-button-container {
      display: none; }
      header #main-menu-desktop .menu-button-container img {
        height: 30px;
        width: auto; }
    header #main-menu-desktop #menu-checkbox {
      display: none; }
    @media only screen and (orientation: portrait) {
      header #main-menu-desktop {
        z-index: 999;
        padding: 0;
        background-color: transparent;
        position: fixed;
        top: 30px;
        right: 20px; }
        header #main-menu-desktop .menu-button-container {
          z-index: 999;
          display: block; }
          header #main-menu-desktop .menu-button-container img {
            z-index: 999;
            height: 30px;
            width: auto; } }
  header ul {
    padding: 0;
    margin: 0; }
    header ul li {
      display: inline;
      padding-right: 30px;
      font-size: 1.2rem; }
      header ul li a {
        line-height: 1.5rem; }
      header ul li a {
        border-top: 10px solid #5c4db1; }
    header ul li:last-child {
      padding-right: 0; }
  header a,
  header a:link,
  header a:visited {
    color: #1fa09f; }
  header a:hover {
    color: #156665; }

@media only screen and (orientation: portrait) {
  header .menu-button-container {
    display: block; }
  header #menu-checkbox:checked + ul {
    display: none; }
  header ul {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 140px;
    left: 0;
    right: 0;
    text-align: center; }
    header ul li {
      display: block;
      padding-right: 10px;
      font-size: 1.2rem;
      line-height: 2.2rem; } }
    @media only screen and (orientation: portrait) and (orientation: landscape) {
      header ul li {
        display: block; } }
@media only screen and (orientation: portrait) {
      header ul li a {
        border-top: none; }
    header ul li.menu-mat {
      color: #1fa09f;
      background-color: #5c4db1; }
    header ul li.menu-sit {
      color: #1fa09f;
      background-color: #f7a742; }
    header ul li.menu-out {
      color: #bce5e5;
      background-color: #1fa09f; }
    header ul li:last-child {
      padding-right: 0; }
  header a,
  header a:link,
  header a:visited {
    color: inherit; }
  header a:hover {
    color: #156665; } }

#main-content {
  display: block;
  position: relative;
  padding: 0px; }
  #main-content li {
    text-indent: -30px;
    margin-left: 30px;
    margin-bottom: 10px; }
  #main-content section {
    padding-top: 100px;
    padding-bottom: 100px; }
    #main-content section .section-content {
      padding-left: 150px;
      padding-right: 150px; }
      @media only screen and (orientation: portrait) {
        #main-content section .section-content {
          padding-left: 20px;
          padding-right: 20px; } }
.main-home-content section#home-description {
  background-color: #1fa09f;
  color: #fff;
  padding-top: 0; }

.main-home-content section#home-docenti {
  background-color: #bce5e5;
  color: #1fa09f; }

@media only screen and (orientation: portrait) {
  .main-documents-content section,
  .main-websites-content section {
    padding-top: 0 !important; }
  .main-documents-content h1,
  .main-websites-content h1 {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 0; } }

.main-documents-content h1,
.main-websites-content h1 {
  padding-left: 75px;
  padding-right: 75px; }
  @media only screen and (orientation: portrait) {
    .main-documents-content h1,
    .main-websites-content h1 {
      padding-left: 75px;
      padding-right: 75px; } }
.main-documents-content table,
.main-websites-content table {
  border-collapse: collapse;
  margin-left: -68px; }
  .main-documents-content table tr,
  .main-websites-content table tr {
    height: 80px;
    min-height: 80px; }
  .main-documents-content table td img,
  .main-websites-content table td img {
    display: inline;
    width: 48px; }
  .main-documents-content table td.list-icon,
  .main-websites-content table td.list-icon {
    padding-right: 20px; }
  .main-documents-content table td.list-title,
  .main-websites-content table td.list-title {
    border-bottom: 1px solid #5c4db1; }
  @media only screen and (orientation: portrait) {
    .main-documents-content table,
    .main-websites-content table {
      margin-left: 0; }
      .main-documents-content table td,
      .main-websites-content table td {
        text-align: center;
        padding-bottom: 60px; }
      .main-documents-content table tr.mobile-icon-tr td,
      .main-websites-content table tr.mobile-icon-tr td {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 0; } }
.main-documents-content section,
.main-websites-content section {
  background-color: #bce5e5; }

.main-websites-content li {
  margin-bottom: 10px; }

section#docente-bio {
  color: #5c4db1;
  background-color: #bce5e5; }
  section#docente-bio h1, section#docente-bio h2, section#docente-bio h3, section#docente-bio h4, section#docente-bio h5, section#docente-bio h6 {
    color: #1fa09f; }
  section#docente-bio .docente-mail {
    margin: 20px 0; }

.main-docente-content .docente-foto {
  content: '';
  display: block;
  position: absolute;
  height: 300px;
  width: 300px;
  right: 150px;
  top: -150px;
  background-position: center;
  background-size: cover;
  border-radius: 50%; }
  @media only screen and (orientation: portrait) {
    .main-docente-content .docente-foto {
      right: 20px;
      display: none; } }
.main-docente-content .docente-foto-mobile {
  width: 60%;
  margin-left: 20%;
  display: none; }
  @media only screen and (orientation: portrait) {
    .main-docente-content .docente-foto-mobile {
      display: block; } }
.main-docente-content h2 {
  padding: 30px 20px;
  text-align: center; }

form input[type=text] {
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  color: #1fa09f;
  line-height: 74px;
  height: 74px;
  padding: 0px 37px;
  margin: 0;
  width: 50%;
  float: left; }

form input[type=text]:focus {
  outline: none; }

form input[type=text]::placeholder {
  color: #1fa09f; }

form input[type=submit] {
  background-color: #f7a742;
  border: none;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff;
  height: 64px;
  border-radius: 32px;
  margin-top: 5px;
  line-height: 64px;
  float: right;
  width: 30%;
  margin-right: 5px; }

form input[type=submit]:focus {
  outline: none; }

.form-block {
  height: 74px; }
  .form-block .form-col {
    position: relative;
    height: 100%;
    float: left;
    width: 50%;
    margin-top: 60px;
    margin-bottom: 60px;
    box-sizing: border-box; }
  .form-block .form-description {
    color: #5c4db1;
    text-transform: uppercase;
    padding-right: 30px; }
  .form-block .form-fields {
    background-color: #fff;
    border-radius: 37px; }

@media only screen and (orientation: portrait) {
  form {
    text-align: center; }
    form input[type=text] {
      background-color: white;
      border-radius: 37px;
      float: none;
      width: 100%; }
    form input[type=text]:focus {
      outline: none; }
    form input[type=text]::placeholder {
      color: #1fa09f; }
    form input[type=submit] {
      background-color: #f7a742;
      border: none;
      font-size: 1.1rem;
      text-transform: uppercase;
      color: #fff;
      height: 64px;
      border-radius: 32px;
      margin-top: 5px;
      line-height: 64px;
      margin-right: 5px;
      width: auto;
      float: none;
      padding: 0 32px; }
    form input[type=submit]:focus {
      outline: none; }
  .form-block {
    height: auto; }
    .form-block .form-col {
      width: 100%;
      float: none;
      height: auto; }
    .form-block .form-description {
      text-align: center; }
    .form-block .form-fields {
      background-color: transparent; } }

footer .footer-content {
  font-size: .8rem;
  background-color: #5c4db1;
  color: #fff;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 150px;
  padding-right: 150px; }
  @media only screen and (orientation: portrait) {
    footer .footer-content {
      padding-left: 20px;
      padding-right: 20px; } }
  footer .footer-content a,
  footer .footer-content a:link,
  footer .footer-content a:hover,
  footer .footer-content a:visited,
  footer .footer-content a:active {
    color: #fff;
    text-decoration: underline; }
  footer .footer-content .footer-pup-logo {
    width: 200px; }
    @media only screen and (orientation: portrait) {
      footer .footer-content .footer-pup-logo {
        width: 100%; } }
