@charset "UTF-8";



/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: 'FormaText';
  src: url('../fonts/FormaText-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FormaText';
  src: url('../fonts/FormaText-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FormaText';
  src: url('../fonts/FormaText-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
}





/* GENERALE */


html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'FormaText', Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.3;
  background: #ffffff;
}

body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  outline: none;
}

a:focus, input:focus {
  outline: none;
}

strong, b {
  font-weight: 700;
}

.clear {
  clear: both;
}

.container {
  width: 100%;
  max-width: 134rem;
  position: relative;
  margin: 0 auto;
}



/* Background Griglia */

.linee-griglia {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 50%;
  max-width: 134rem;
  transform: translateX(-50%);
}

.linea-grglia {
  width: 0.1rem;
  height: 100%;
  background: rgba(0,0,0, 8%);
  position: absolute;
  pointer-events: none;
  top: 0;
}

.linee-griglia .linea-1 {
  left: 0;
}

.linee-griglia .linea-2 {
  left: 25%;
}

.linee-griglia .linea-3 {
  left: 50%;
}

.linee-griglia .linea-4 {
  left: 75%;
}

.linee-griglia .linea-5 {
  right: 0;
}


/* Indicatore Scroll */


.scroll-indicator {
  position: fixed;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  top: 0;
  bottom:4.4rem;
  left: 50%;
  max-width: 134rem;
  transform: translateX(-50%);
  z-index: 10000;
}
.indicator {
  top:0;
  right: 0;
  position:absolute;
  width: 0.1rem;
  height: 4.4rem;
  background: #000000;
  z-index: 500;
}

.indicator.sezionenera {
  background: #ffffff;
}




/* WRAPPER */

#wrapper {
  position: relative;
  z-index: 5;
  padding-top: 22.4rem;
  overflow: hidden;
}



/* HEADER */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.contenitor-menu-logo {
  display: flex;
}


/* Menu */

.wrap-menu {
  padding-top: 5.5rem;
  transition: padding-top .3s;
}

.effettotest .wrap-menu {
  padding-top: 3rem;
}

.menu-principale {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-principale li {
  display: inline-block;
  height: 4.8rem;
}

.menu-principale li.thinktype-item {
  width: 9.4rem;
  margin-right: 2.8rem;
}

.menu-principale li.incontri-item {
  width: 5.8rem;
  margin-right: 3rem;
}

.menu-principale li.calendario-item {
  width: 8.2rem;
}

.menu-principale li .link-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.menu-principale li.incontri-item .link-menu {
  align-items: center;
}

.menu-principale li.calendario-item .link-menu {
  align-items: flex-end;
}

.menu-principale li .link-menu .testo-item-menu {
  color: #000000;
  display: block;
  position: absolute;
  top: 0.5rem;
  line-height: 1.6rem;
  transition: top .2s;
}

.menu-principale li.sezionenera .link-menu .testo-item-menu {
  color: #ffffff;
}

.menu-principale li:hover .link-menu .testo-item-menu, .menu-principale li.thinktype-item.active .link-menu .testo-item-menu, .menu-principale li.calendario-item.active .link-menu .testo-item-menu, .menu-principale li.incontri-item.active .link-menu .testo-item-menu {
  top: 0;
  font-weight: 700;
}

.menu-principale li .link-menu .rombetto {
  width: 1rem;
  height: 1rem;
  display: block;
  opacity: 0;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  margin-left: -0.5rem;
  background: url(../images/rombo-menu.svg) no-repeat;
  background-size: 100%;
  transition: all .2s;
}

.menu-principale li.sezionenera .link-menu .rombetto {
  background: url(../images/rombo-menu_bianco.svg) no-repeat;
  background-size: 100%;
}

.menu-principale li:hover .link-menu .rombetto, .menu-principale li.thinktype-item.active .link-menu .rombetto, .menu-principale li.calendario-item.active .link-menu .rombetto, .menu-principale li.incontri-item.active .link-menu .rombetto {
  top: 4rem;
  opacity: 1;
}
    

.logo-principale {
  margin-left: auto;
  padding-top: 6rem;
}
 
.logo-principale .logo-tif {
  width: 14.9rem;
  height: 11.3rem;
  transition: all .3s;
  background: url(../images/logo-tif.svg) no-repeat;
  background-size: 100%;
}

.effettotest .logo-principale {
  padding-top: 3.5rem;
}

.effettotest .logo-principale .logo-tif {
  width: 8.8rem;
  height: 6.7rem;
}

.logo-principale.sezionenera .logo-tif {
  background: url(../images/logo-tif-bianco.svg) no-repeat;
  background-size: 100%;
}



/* Sezione THINK & TYPE */



/* Intro Think & Type */

.intro-thinktype {
  display: flex;
  margin-left: 25%;
  padding-top: 20.5rem;
}

.immagini-intro {
  width: 66.6666%;
  flex: 0 0 66.6666%;
  position: relative;
}

.paragrafo-intro {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding-left: 7%;
  padding-right: 2.5%;
}

.paragrafo-intro p {
  font-size: 2.2rem;
}

.paragrafo-intro p.primo-para-intro {
  margin-bottom: 3rem;
}

.img-intro-thinktype {
  width: 100%;
}

.scritta-thinktype {
  width: 67%;
  max-width: 50rem;
  min-width: 22rem;
}

.scritta-thinktype {
  position: absolute;
  left: -27.5%;
  top: -30.5%;
}

.tondo-scritta-thinktype {
  position: absolute;
  bottom: -24%;
  right: -22%;
  width: 44.77%;
  max-width: 30rem;
  min-width: 15.6rem;
  animation-name: spin;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.tondo-scritta-thinktype img {
  width: 100%;
}


@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


/* I nostri Obiettivi */

.nostro-obiettivo {
  padding-top: 28rem;
  padding-bottom: 8rem;
}

.nostro-obiettivo h2 {
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.nostro-obiettivo p {
  margin-left: 50.1%;
  margin-right: 26%;
}





/* Sezione INCONTRI */

.sezione-incontri h2 {
  font-size: 15rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 19rem;
}

.wrap-appuntamenti {
  padding-bottom: 11rem;
}

.singolo-appuntamento {
  padding-bottom: 20rem;
}

.ultimo-appuntamento {
  padding-bottom: 0 !important;
}

.wrap-singolo-appuntamento {
  display: flex;
  align-items: center;
}

.wrap-singolo-appuntamento .col25 {
  flex: 0 0 25%;
  width: 25%;
}

.wrap-singolo-appuntamento .col50 {
  flex: 0 0 50%;
  width: 50%;
}

.img-appunt img {
  width: 100%;
}

.numero-data-appunt {
  font-size: 15rem;
  font-weight: 700;
  color: #DDDDDD;
  line-height: 1;
  text-align: center;
}

.numero-data-appunt .numero-mese-appunt {
  font-size: 5rem;
  vertical-align: top;
  position: relative;
  top: 1.2rem;
}

.prima-data-appunt {
  margin-bottom: 5.4rem;
}

.sopratitolo-appunt {
  display: block;
  font-size: 3rem;
  color: #DD003B;
  margin-bottom: 2rem;
}


.testo-appunt {
  padding-left: 3.8%;
  padding-right: 0.2rem;
}

.testo-appunt h3 {
  font-weight: 700;
  font-size: 6rem;
  margin-bottom: 1.2rem;
  line-height: 1.05;
}

.evento1 .testo-appunt h3, .evento2 .testo-appunt h3 {
  max-width: 44rem;
}

.evento8 .testo-appunt h3 {
  max-width: 25rem;
}

.sottotitolo-appunt {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 1.2rem;
}

.data-app-paragr span {
  color: #DD003B;
  font-weight: 500;
}

.testo-appunt p {
  margin-bottom: 1.4rem;
}

.links-sing-appunt {
  margin-top: 3rem;
}

.link-appunt {
  display: inline-block;
  margin-right: 3rem;
  color: #DD003B;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-decoration-color: #DD003B;
  text-underline-offset: 0.8rem;
}

.links-sing-appunt .link-appunt:last-child {
  margin-right: 0;
}






/* Sezione CALENDARIO */

.sezione-calendario {
  width: 100%;
  background: #000000;
  color: #ffffff;
}

.wrap-calendario {
  padding: 9rem 0 23rem 0;
  color: #ffffff;
}

.sezione-calendario h2 {
  font-size: 15rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20rem;
}

.wrap-colonne-calendario {
  max-width: 82rem;
  margin: 0 auto;
  display: flex;
}

.wrap-colonne-calendario .icona-download {
  width: 26.2%;
  flex: 0 0 26.2%;
  margin-right: 17.7%;
}

.wrap-colonne-calendario .icona-download img {
  width: 100%;
}

.wrap-colonne-calendario .paragrafo-calendario {
  width: 56.1%;
  flex: 0 0 56.1%;
}

.paragrafo-calendario h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2.4rem;
}

.paragrafo-calendario p {
  color: #ffffff;
  margin-bottom: 2.2rem;
  width: 85%;
}

.paragrafo-calendario a.link-download-cal {
  font-weight: 700;
  color: #DD003B;
  text-decoration: underline;
  text-decoration-thickness: 0.3rem;
  text-decoration-color: #DD003B;
  text-underline-offset: 1rem;
}





/* FOOTER */

.footer {
  width: 100%;
  background: #000000;
  color: #ffffff;
}

.wrap-footer {
  display: flex;
  border-top: 0.1rem solid rgba(255,255,255, 20%);
  padding: 15rem 0;
  color: #ffffff;
}


.col-footer {
  width: 33.3333%;
  flex: 0 0 33.3333%;
}

.footer1 {
  text-align: center;
}

.footer1 img {
  vertical-align: bottom;
}

.footer2, .footer3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer2 p, .footer2 a, .footer3 p, .footer3 a {
  text-decoration: none;
  color: #ffffff;
}

.wrap-footer2 p {
  margin-bottom: 2.5rem;
}

.wrap-footer2 p:last-child {
  margin-bottom: 0;
}

.footer3 p {
  text-align: right;
}




/* RESPONSIVE - MEDIA QUERIES */


/* Max width */


/* 1370 pixel */

@media only screen and (max-width:85.625em) {
  .linee-griglia, .scroll-indicator {
    left: 0;
    transform: none;
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .container {
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .nostro-obiettivo h2 {
    font-size: 5.1vw;
  }
  .sezione-incontri h2, .sezione-calendario h2, .numero-data-appunt {
    font-size: 10.9vw;
  }
  .numero-data-appunt .numero-mese-appunt {
    font-size: 3.6496vw;
  }
}


/* 1250 pixel */

@media only screen and (max-width:78.125em) {
  .tondo-scritta-thinktype {
    left: -22%;
    right: auto;
  }
  .link-appunt {
    margin-right: 1rem;
  }
}


/* 1100 pixel */

@media only screen and (max-width:68.75em) {
  .scritta-thinktype {
    left: -13.3735vw;
    top: -15.0212vw;
  }
  .nostro-obiettivo {
    padding-top: 18rem;
  }
  .nostro-obiettivo p {
    margin-left: 25.1%;
    margin-right: 26%;
  }
  .sezione-incontri h2 {
    margin-bottom: 12rem;
  }
  .singolo-appuntamento {
    padding-bottom: 14rem;
  }
  .prima-data-appunt {
    margin-bottom: 3.2rem;
  }
  .link-appunt {
    font-size: 1.4rem;
  }
}


/* 980 pixel */

@media only screen and (max-width:68.75em) {
  .paragrafo-intro {
    padding-left: 4%;
    padding-right: 0.1rem;
  }
  .paragrafo-intro p {
    font-size: 2rem;
  }
  .footer1 {
    text-align: left;
  }
  .prima-data-appunt {
    margin-bottom: 2.9rem;
  }
  .links-sing-appunt {
    margin-top: 2.4rem;
  }
  .link-appunt {
    font-size: 1.6rem;
    display: block;
    margin-top: 2rem;
  }
}




/* 900 pixel */

@media only screen and (max-width:56.25em) {
  .nostro-obiettivo h2 {
    font-size: 4.6rem;
    line-height: 1;
  }
  .prima-data-appunt {
    margin-bottom: 2.5rem;
  }
}




/* 880 pixel */

@media only screen and (max-width:55em) {
  .intro-thinktype {
    flex-wrap: wrap;
  }
  .immagini-intro {
    width: 100%;
    flex: 0 0 100%;
  }
  .scritta-thinktype {
    left: -18.7vw;
    top: -19.1vw;
  }
  .paragrafo-intro {
    padding-top: 17rem;
    padding-left: 0;
    width: 100%;
    flex: 0 0 100%;
  }
  .paragrafo-intro p {
    font-size: 1.9rem;
  }
  .nostro-obiettivo p {
    margin-right: 0.2rem;
  }
  .testo-appunt h3 {
    font-size: 5.2rem;
  }
  .sopratitolo-appunt {
    font-size: 2.9rem;
  }
}


/* 860 pixel */

@media only screen and (max-width:53.75em) {
  .wrap-footer {
    flex-wrap: wrap;
  }
  .col-footer {
    width: 50%;
    flex: 0 0 50%;
  }
  .footer1 {
    text-align: center;
  }
  .footer2 {
    align-items: center;
  }
  .footer3 {
    align-items: center;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
    padding-top: 9rem;
  }
  .wrap-singolo-appuntamento {
    align-items: stretch;
  }
  .wrap-singolo-appuntamento .img-appunt {
    position: relative;
  }
  .img-appunt img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .data-appunt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}



/* 850 pixel */

@media only screen and (max-width:53.125em) {
  .wrap-colonne-calendario {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}




/* 820 pixel */

@media only screen and (max-width:51.25em) {
  .wrap-colonne-calendario .icona-download {
    width: 35.2%;
    flex: 0 0 35.2%;
    margin-right: 8.7%;
  }
  .nostro-obiettivo {
    padding-top: 12rem;
  }
  .sezione-incontri h2 {
    margin-bottom: 9rem;
  }
  .singolo-appuntamento {
    padding-bottom: 10rem;
  }
}





/* 790 pixel */

@media only screen and (max-width:49.375em) {
  .appuntam-data {
    display: none;
  }
  .wrap-singolo-appuntamento .img-appunt {
    flex: 0 0 50%;
    width: 50%;
  }
  .img-appunt img {
    height: auto;
    position: relative;
  }
}

/* 670 pixel */

@media only screen and (max-width:41.875em) {
  .testo-appunt h3 {
    font-size: 4.4rem;
  }
  .evento1 .testo-appunt h3, .evento2 .testo-appunt h3 {
    max-width: 31rem;
  }
  .evento5 .testo-appunt h3 {
    max-width: 34.5rem;
  }
  .sopratitolo-appunt {
    font-size: 2.8rem;
  }
  .paragrafo-intro p {
    font-size: 1.8rem;
  }
}






/* 610 pixel */

@media only screen and (max-width:38.125em) {
  .sezione-incontri h2, .sezione-calendario h2 {
    font-size: 6rem;
  }
}







/* 550 pixel */

@media only screen and (max-width:34.375em) {
  #wrapper {
    padding-top: 15rem;
  }
  .contenitor-menu-logo {
    flex-direction: column;
    align-items: center;
  }
  .logo-principale {
    margin-left: 0;
    padding-top: 2.5rem;
    order: 1;
  }
  .logo-principale .logo-tif {
    width: 5.5rem;
    height: 4.2rem;
  }
  .wrap-menu {
    order: 2;
    padding-top: 3rem;
  }
  .menu-principale li.thinktype-item {
    margin-right: 1.7rem;
  }
  .menu-principale li.incontri-item {
    margin-right: 2.4rem;
  }
  .intro-thinktype {
    padding-top: 28vw;
  }
  .tondo-scritta-thinktype {
    left: -7.8rem;
    bottom: -8.7rem;
  }
  .nostro-obiettivo {
    padding-top: 8rem;
  }
  .sezione-incontri h2 {
    margin-bottom: 6.5rem;
  }
  .singolo-appuntamento {
    padding-bottom: 7rem;
  }
  .wrap-singolo-appuntamento {
    flex-wrap: wrap;
  }
  .wrap-singolo-appuntamento .img-appunt {
    flex: 0 0 100%;
    width: 100%;
  }
  .wrap-singolo-appuntamento .testo-appunt {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-top: 4rem;
  }
  .link-appunt {
    font-size: 2rem;
  }
  .testo-appunt p {
    font-size: 1.8rem;
  }
  .sezione-calendario h2 {
    margin-bottom: 8rem;
  }
  .wrap-calendario {
    padding-bottom: 11rem;
    color: #ffffff;
  }
  .wrap-colonne-calendario {
    flex-wrap: wrap;
  }
  .wrap-colonne-calendario .icona-download {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .wrap-colonne-calendario .paragrafo-calendario {
    width: 100%;
    flex: 0 0 100%;
  }
  .wrap-colonne-calendario .icona-download {
    text-align: center;
  }
  .wrap-colonne-calendario .icona-download img {
    width: 57%;
  }
  .wrap-colonne-calendario .paragrafo-calendario {
    text-align: center;
    padding-top: 8rem;
  }
  .paragrafo-calendario p {
    width: 100%;
  }
}








/* 540 pixel */

@media only screen and (max-width:33.75em) {
  .img-intro-thinktype {
    width: 36.9rem;
  }
}





/* 520 pixel */

@media only screen and (max-width:32.5em) {
  .sezione-incontri h2, .sezione-calendario h2 {
    font-size: 5.2rem;
    line-height: 1;
  }
}







/* 500 pixel */

@media only screen and (max-width:31.25em) {
  .wrap-footer {
    padding: 10rem 0;
    width: 100%;
    margin: 0;
    flex-direction: column;
    justify-content: center;
  }
  .col-footer {
    width: auto;
    flex: 0 0 auto;
    margin: 0 auto;
  }
  .footer1, .footer2 {
    align-items: unset;
    text-align: left;
    padding-bottom: 8rem;
  }
  .footer1 img {
    width: 18.2rem;
  }
  .footer3 {
    align-items: unset;
    text-align: left;
    padding-top: 0;
  }
  .footer3 p {
    text-align: left;
  }
}




/* 440 pixel */

@media only screen and (max-width:27.5em) {
  .intro-thinktype {
    padding-top: 13rem;
  }
  .scritta-thinktype {
    left: -8.1rem;
    top: -8.4rem;
  }
}




/* 400 pixel */

@media only screen and (max-width:25em) {
  .nostro-obiettivo h2 {
    text-align: left;
  }
}








/* 374 pixel */

@media only screen and (max-width:23.375em) {
  .sezione-incontri h2, .sezione-calendario h2 {
    font-size: 4.5rem;
  }
}



