@font-face {
  font-family: myFont;
  src: url(font/SF-UI-Text-Regular.otf);
  font-weight: light;
}

@font-face {
  font-family: myFont;
  src: url(font/SF-UI-Text-Bold.otf);
  font-weight: bold;
}

::selection {
  background: #75fa9d;
  color: #000;
}

::-moz-selection {
  background: #75fa9d;
  color: #000;
}

body.noscroll {
  overflow-y: hidden;
}

html {
  font-family: myFont;
  color: black !important;
  background-color: white;
  transition: 0.2s;
  font-weight: 400;
}

a {
  color: black;
  transition: 0.3s;
}

a:hover, a:focus {
  color: #75fa9d;
  text-decoration: none;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 7;
  background-color: transparent;
  padding: 20px;
}

.banner_white_header {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 90px;
  background-color: transparent;
  padding: 20px;
}

.testo_header_centro {
  position: fixed;
  margin: 0 auto;
  left: 40%;
  text-align: center;
  z-index: 1;
}

.logo_header_sx {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 6;
  width: 120px;
}

.titolo_header {
  margin: 0;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
}

.sottotitolo_header {
  font-size: 15px;
}

.testo_header_dx {
  position: fixed;
  top: 20px;
  text-align: right;
  transition: 0.3s;
  z-index: 7;
  right: 20px;
  font-size: 12px;
  color: #75fa9d;
}

.logo_footer_verticale {
  left: 15px;
  width: 100px;
  position: fixed;
  bottom: 15px;
  z-index: 1;
}

.menu_laterale {
  position: fixed;
  right: 20px;
  top: 40%;
  text-align: right;
  z-index: 7;
  width: 200px;
  transition: 0.3s;
}

.testo_bianco {
  color: white !important;
}

.link_menu_laterale {
  position: relative;
  float: right;
  width: 100%;
}

.underline_line {
  background-color: #75fa9d;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 0%;
  bottom: 0;
  z-index: -1;
  height: 8px;
  transition: all ease-in-out 0.3s
}

.text_link_header {
  float: right;
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 6px;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  transition: all ease-in-out 0.3s;
  color: black;
  position: relative;
  display: inline-block;
}

.swiper-container {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #75fa9d;
}

.swiper-wrapper {
  transition-timing-function: ease-out;
}

.swiper-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-bg {
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.container_body {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 12% 15% 0 15%;
  height: 100%;
}

.div_titolo_paragrafo {
  position: relative;
  float: left;
  width: 18%;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  z-index: 2;
}

.div_testo_master {
  position: relative;
  float: left;
  width: 75%;
  font-size: 15px;
  margin-bottom: 30px;
  z-index: 2;
}

.categoria_docente {
  font-weight: bold;
  font-size: 10px;
}

#link_docente_60 {
padding-top: 20px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000;
}

.hr_master {
  width: 100%;
  padding-bottom: 20px;
}

.hr_iscriviti {
  width: 100%;
  border-color: white;
}

.testo_verde {
  color: #75fa9d;
  font-weight: 400;
}

.bottone_esplora_docente {
  position: relative;
  float: left;
  background: #75fa9d;
  padding: 9px 12px;
  font-size: 11px;
  font-weight: bold;
}

.bottone_esplora_docente:hover {
  color: black;
}

.list_docenti {
  position: relative;
  float: right;
  width: 160px;
  height: 0;
  overflow-y: scroll;
  transition: 0.3s;
  max-height: 210px;
  padding-right: 20px;
}

.list_docenti::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.list_docenti::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #75fa9d;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.nome_docente_menu {
  float: right;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  color: black;
}

.div_testo_docente {
  position: relative;
  float: left;
  width: 36%;
  margin-right: 2%;
  font-size: 15px;
  z-index: 2;
}

.img_docente {
  width: 44%;
  position: relative;
  float: left;
}

.div_testo_intership {
  position: relative;
  float: left;
  width: 75%;
  margin-right: 2%;
  font-size: 15px;
  z-index: 2;
}

.div_descrizione_intership {
  position: relative;
  float: left;
  width: 75%;
  z-index: 2;
  margin-left: 18%;
  margin-top: 30px;
}

.div_sezione_singola_internship {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid black;
  padding: 8px 0;
}

.titolo_singola_internship {
  position: relative;
  float: left;
  font-weight: bold;
  width: 30%;
  font-size: small;
}

.logo_intership{
  position: relative;
  width: 140px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.testo_singola_internship {
  position: relative;
  float: left;
  width: 70%;
  text-align: left;
}

.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  background-color: black;
  overflow-x: hidden;
}

#navIscrizioni p, #navIscrizioni ul {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.bottom_menu {
  position: fixed;
  right: 20px;
  bottom: 60px;
  text-align: right;
  z-index: 7;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  width: 200px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.bottom_menu.docenti_push {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.lang {
  width: 72px;
  height: 28px;
  display: inline-block;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #979797;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 12px;
}

.lang a {
  top: 6px;
  position: relative;
}

.social span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-top: 10px;
}

.social span a {
  width: 24px;
  position: relative;
  display: inline-block;
  text-align: center;
}

.social span a img {
  width: 100%;
  position: absolute;
}

.social span a:hover img.zerohoversocial {
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.social span a img.hoversocial {
  opacity: 0;
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  z-index: 20;
}

.social span a:hover img.hoversocial {
  opacity: 1;
}

.social span a:hover img.zerohoversocial {
  opacity: 0;
}

.overlay-content {
  position: relative;
  float: left;
  top: 130px;
  width: 60%;
  margin-left: 60px;
  text-align: center;
  margin-top: 30px;
}

.overlay .closebtn {
  position: absolute;
  top: -9px;
  left: 25px;
  font-size: 60px;
  color: white;
  font-weight: 100;
  text-decoration: none;
}

.sezione_singola_menu {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid white;
  text-align: left;
  padding: 10px 0 35px 0;
  color: white;
}

.titolo_sezione_singola_manu {
  position: relative;
  float: left;
  width: 30%;
  font-weight: 600;
}

.descrizione_sezione_singola_manu {
  position: relative;
  float: left;
  width: 70%;
  font-weight: 400;
}

.bottone_modello {
  position: relative;
  float: left;
  width: 150px;
  font-size: 11px;
  border: 1px solid white;
  text-align: center;
  padding: 9px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.bottone_modello:hover {
  background-color: #00FF93;
  color: black;
  border-color: #00FF93;
}

.intro_programma {
  margin: 0;
  font-size: 15px;
  margin-bottom: 50px;
}

.div_programma {
  position: relative;
  float: left;
  width: 75%;
  z-index: 2;
}

.div_sezioni_programma {
  position: relative;
  float: left;
  width: 100%;
}

.div_singola_sezione_programma {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 2%;
  height: 100px;
}

.sezione_titolo_singola_sezione_programma {
  position: relative;
  float: left;
  /* width: 30%; */
  width: 40%;
  border-top: 1px solid black;
  padding-right: 2%;
  padding-top: 10px;
}

.titolo_singola_sezione_programma {
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: 500;
  width: 80%;
}

.bottone_more {
  position: relative;
  float: right;
  font-size: 25px;
  border: 1.5px solid black;
  border-radius: 50px;
  text-align: center;
  padding: 0 7px;
  margin-top: 15px;
  cursor: pointer;
}

.div_text_singola_sezione_programma {
  position: relative;
  float: left;
  /* width: 70%; */
  width: 60%;
   padding-top: 10px;
  border-top: 1px solid black;
  opacity: 0;
  transition: 0.3s;
}

.text_singola_sezione_programma {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
}

.opacity_full {
  opacity: 1;
}

.bottone_verde {
  color: #00FF93;
  border-color: #00FF93;
}

.logo_header {
  position: absolute;
  transition: 0.3s;
  width: 100%;
}

#logo_verde {
  opacity: 0;
}

.div_testo_galleria {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 2%;
  z-index: 2;
}

.div_galleria_foto {
  position: relative;
  float: left;
  width: 40%;
  z-index: 2;
}

.img_galleria_singola {
  position: relative;
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.bottone_galleria {
  position: relative;
  float: left;
  font-weight: bold;
  border-radius: 50px;
  padding: 2px 0;
  transition: 0.3s;
}

.bottone_galleria:hover {
  color: #75fa9d;
}


.cointainer_bottone {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.bottone_menu_mobile {
  display: none;
  position: fixed;
  color: black;
  z-index: 6;
  top: 59px;
  right: 20px;
  font-size: 24px;
}

.logo_footer_menu_mobile {
  display: none;
}

.cursor {
  width: 80px;
  height: 80px;
  background-color: #75fa9d;
  border-radius: 40px;
  position: fixed;
  pointer-events: none;
  z-index: 999;
  top: -40px;
  left: -40px;
  -webkit-transform: scale(.2) translate(-50%, -50%);
  -ms-transform: scale(.2) translate(-50%, -50%);
  transform: scale(.2) translate(-50%, -50%);
}

.cursor--inner {
  width: 80px;
  height: 80px;
  border: 1px solid #75fa9d;
  border-radius: 40px;
  position: fixed;
  pointer-events: none;
  z-index: 999;
  -webkit-transform: scale(.2);
  -ms-transform: scale(.2);
  transform: scale(.2);
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.bottone_borsa {
  position: relative;
  float: left;
  border: 2px solid black;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 10px;
  font-weight: 600;
  color: black;
  margin-right: 10px;
  margin-bottom: 10px;
}

.bottone_borsa:hover {
  background-color: #75fa9d;
  border-color: #75fa9d;
}

.bottone_archivio{
  position: relative;
  float: left;
  border: 2px solid black;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  color: black;
  margin-top: 20px;
}
.bottone_archivio:hover {
  background-color: #75fa9d;
  border-color: #75fa9d;
}

.bottone_iscrizioni {
  position: relative;
  float: left;
  border: 2px solid black;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 10px;
  font-weight: 600;
  color: black;
  margin-right: 10px;
  background-color: white;
}

.bottone_iscrizioni:hover {
  background-color: #75fa9d;
  border-color: #75fa9d;
}

.div_testo_borse_studio {
  position: relative;
  float: left;
  width: 80%;
  margin-left: 10%;
  font-size: 15px;
  z-index: 2;
}

.testo_asterisco {
  font-weight: 400;
  font-size: 11px;
}

.immagine_slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.overlay_sfondo {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000c4;
  z-index: 1000;
  display: none;
}

.div_form_download {
  position: absolute;
  top: 20%;
  width: 40%;
  margin-left: 30%;
  padding: 3%;
  background-color: white;
}

.form_download {
  position: relative;
  float: left;
  background-color: #efefef;
  border: 0;
  color: black;
  padding: 10px;
}

.form_2_1 {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.form_1_1 {
  position: relative;
  float: left;
  width: 98%;
  margin-bottom: 2%;
}

.bottone_invia {
  position: relative;
  float: left;
  border: 2px solid black;
  padding: 12px 45px;
  transition: 0.3s;
  font-size: 10px;
  font-weight: 600;
  color: black;
  margin-right: 10px;
  background-color: white;
}

.bottone_invia:hover {
  background-color: #75fa9d;
  border-color: #75fa9d;
}

.close_button {
  position: absolute;
  top: -22px;
  right: 8px;
  font-size: 60px;
  color: black;
  font-weight: 100;
  text-decoration: none;
}

body, html, .text_link_header, a {
  cursor: none !important;
}

.blueimp-gallery {
  z-index: 998;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-width: 1200px) {}

#navIscrizioni {
  width: 70%;
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
  -ms-transform: scaleX(0) translate3d(0, 0, 0);
  transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  z-index: 990;
}

@media screen and (max-width: 768px) {
  .cursor {
    display: none !important;
  }

  .text_link_header {
    font-size: 18px;
    margin-bottom: 1.5vh;
  }

  .list_docenti {
    width: 70%;
    max-height: 320px;
    height: 0;
  }

  .menu_laterale {
    height: 100%;
    top: 0;
    padding-top: 123px;
    z-index: 4;
    width: 0%;
    background-color: white;
    overflow: hidden;
  }

  .nome_docente_menu {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .bottom_menu {
    position: absolute;
    bottom: 40px;
    display: block;
  }

  .logo_header_sx {
    width: 100px;
  }

  #navIscrizioni {
    width: 100%;
  }

  .testo_header_dx {
    display: none;
  }

  .container_body {
    position: relative;
    top: 0;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-top: 130px;
    padding: 0 20px;
    height: 100%;
    min-height: inherit;
  }

  .swiper-container {
    width: 100%;
    margin-top: 25%;
    position: relative;
    float: left;
  }

  .logo_footer_verticale {
    left: 20px;
    width: 100px;
    margin-top: 20px;
    position: relative;
  }

  .bottone_menu_mobile {
    display: block;
  }

  .div_titolo_paragrafo {
    width: 100%;
  }

  .div_testo_master {
    width: 100%;
  }

  .div_testo_docente {
    width: 100%;
    margin-right: 0;
  }

  .div_programma {
    width: 100%;
  }

  .sezione_titolo_singola_sezione_programma {
    width: 100%;
  }

  .div_singola_sezione_programma {
    height: auto;
  }

  .div_text_singola_sezione_programma {
    width: 100%;
    border-top: 0;
    height: 0;
    transition: 0s;
  }

  .text_singola_sezione_programma {
    padding: 0 0 48px;
    height: 100%;
    overflow: hidden;
  }

  .opacity_full {
    height: auto;
  }

  .div_testo_intership {
    width: 100%;
    margin-bottom: 72px;
  }

  .div_descrizione_intership {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .div_testo_galleria {
    width: 100%;
  }

  .div_galleria_foto {
    width: 100%;
    margin-top: 28px;
  }

  .overlay-content {
    width: 80%;
    margin: 0;
    padding: 0 20px;
    top: 80px;
    margin-left: 10%;
  }

  .titolo_sezione_singola_manu {
    width: 100%;
  }

  .descrizione_sezione_singola_manu {
    width: 100%;
  }

  .logo_footer_menu_mobile {
    position: absolute;
    bottom: 20px;
    left: 40px;
    display: block;
    width: 100px;
  }

  .div_testo_borse_studio {
    width: 100%;
    margin-left: 0;
  }

  .div_form_download {
    width: 90%;
    margin-left: 5%;
    padding: 5%;
  }
}








