/* PAZLAB 2022 */

html {scroll-behavior:smooth;}


/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'abril_displayextrabold_italic';
    src: url('../fonts/AbrilDisplay-ExtraboldItalic.woff2') format('woff2'),
        url('../fonts/AbrilDisplay-ExtraboldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




BODY {font-family: 'Roboto', sans-serif;}

a {color: #358bb0;}


/*UTILI*/
.solo-mobile{display:none}
.solo-mobile-social{display:none}

.font-12 {font-size:1.2em}

.vh10 {height:10vh}
.vh80 {height:80vh}
.vh90 {height:90vh}
.vh100 {height:100vh}

.mp0 {margin:0;padding:0}


.maxW15{max-width:15%}
.maxW40{max-width:40%}
.maxW50{max-width:50%}

.maxH40{max-height:40px}
.maxH60{max-height:60px}
.maxH80{max-height:80px}
.maxH100{max-height:100px}
.maxH150 {
    max-height: 150px
}

.mt-20 {margin-top:20px;}
.mt-40 {margin-top:40px;}
.mt-60 {margin-top:60px;}
.mt-80 {margin-top:80px;}

.mb-20 {margin-bottom:20px}
.mb-40 {margin-bottom:40px}
.mb-50 {margin-bottom:50px}
.mb-60 {margin-bottom:60px}
.mb-80 {margin-bottom:80px}

.pr100 {padding-right:100px}
.pr50 {padding-right:50px}
.pr30 {padding-right:30px}
.pr10 {padding-right:10px}

.pt100 {padding-top:100px}
.pt50 {padding-top:50px}
.pt30 {padding-top:30px}
.pt10 {padding-top:10px}

.p0{padding:0}

table {vertical-align: top; border:none; width:100%}
tr {vertical-align: top;}
/*COLORI*/

.white {color:#fff}
.black {color:#000}

.bg-white {background-color:#fff}
.bg-black {background-color:#000}


.hr-coopfond {
    background-color: transparent;
    border-top: 1px dotted #358bb0
}

BODY {margin:0;padding:0; overflow-x:hidden}

/* SEZIONI */
#principale {
  height:100vh;
  width:100%;
  background-image:url(../trenta/immagini/sfondo.svg);
  background-position: center, center;
  background-size:cover;
  border:18px #fff solid
}
#presentazione {
	background-position: center, center;
	background-size: cover;

}

#iscriviti {
  background-color:#358bb0;
  background-position: center, center;
  background-size:cover;
  padding-bottom:3em
}

#iscriviti a {color:#fff;}

/*PULSANTI*/

.black-btn {
	border-radius: 0;
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-family: 'Roboto', sans-serif;;
	letter-spacing: 1px;
	font-size: 1.1em;
}

.coopfond-btn {
	border-radius: 0;
	background-color: #358bb0;
	border-color: #fff;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-size: 1.1em;
}

.black-btn:hover {
	border-radius: 0;
	background-color: #171717;
	border-color: #000;
  color:#fff;
}

.coopfond-btn:hover {
	border-radius: 0;
	background-color: #358bb0;
	border-color: #fff;
  color:#fff;
}

.black-btn:focus{background-color: #171717;
border-color: #000;
color:#fff;}

.coopfond-btn:focus{background-color: #358bb0;
border-color: #fff;
color:#fff;}


/*INTESTAZIONI*/
h1 {
	font-size: 2.5em;
	font-family: 'abril_displayextrabold_italic';
	color: #358bb0;
}
h2 {
	font-size: 1.3em;
	font-family: 'abril_displayextrabold_italic';
	color: #00263e;
}
h3 {font-size:1.4em;}
h4 {font-size:1.1em;text-transform: uppercase!important;font-family: 'abril_displayextrabold_italic';}
h5 {font-size:1em;text-transform: uppercase!important;font-family: 'abril_displayextrabold_italic';}

h3 span {
	background-color: #358bb0;
	padding: 3px 6px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	line-height: 1.4em;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
	/* margin-top: 40px; */
}
h3 span.verde {background-color: #00ff00; line-height: 1.4em;text-rendering: optimizeLegibility;word-wrap: break-word;-webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;}


/* PROGRAMMA */
.logo-coopfond {max-width:65%}
.sottotitolo {font-size:1.4em;}
.sottotitolo-big {font-size:1em}
.ora {font-size:1.2em;}


/* INVIO FORM */
label {
	display: inline-block;
	margin-bottom: .5rem;
	color: #fff;
  font-style: italic;
}

.form-control {
	font-family: 'Roboto', sans-serif;;
}

/*-------- 2.5 Success submit --------*/
#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-left: -150px;
    text-align: center;
}
#success h4{
	margin:0;
}
#success h4 span{
	display:block;
	font-size:24px;
}
@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}
.inlinesvg .svg svg {
    display: inline
}
.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}
.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

/* FOOTER */
.footer-coopfond {background-color:#358cb2; color:#fff; border:18px 0 18px 0  #fff solid;padding:10px;}
.footer-header {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.footer-text {font-size:1.1em}




/* Cursori */

/* ==================================================

3 - CURSORI

=====================================================*/
.cursor,
.cursor1 {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity .3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity .3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 9999999;
}

.cursor {
  width: 7px;
  height: 7px;
  background-color: #fff;
  mix-blend-mode: difference;
}

.cursor1 {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  mix-blend-mode: difference;
}

.cursor1.expand {
  background-color: #fff;
  border: 0;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%) scale(1.6);
  -webkit-transform: translate(-50%, -50%) scale(1.6);
  -moz-transform: translate(-50%, -50%) scale(1.6);
  -ms-transform: translate(-50%, -50%) scale(1.6);
  -o-transform: translate(-50%, -50%) scale(1.6);
}

.cursor1.drag::before,
.cursor1.drag::after {
  color: #000;
  font-family: 'fonticons';
  font-size: .6rem;
  margin-top: -.6rem;
  position: absolute;
  top: 50%;
}

.cursor1.drag::before {
  content: '\e801';
  left: -10px;
}

.cursor1.drag::after {
  content: '\e803';
  right: -10px;
}

.cursorDrag {
  cursor: none !important;
}

.cursor1.explore {
  width: 100px;
  height: 100px;
  background: url("../img/click.svg") no-repeat center center;
  border: 0;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin-left: -50px;
  margin-top: -50px;
  mix-blend-mode: normal;
}

.cursor1.zoom {
  width: 100px;
  height: 100px;
  background: url("../img/zoom.svg") no-repeat center center;
  border: 0;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin-left: -50px;
  margin-top: -50px;
  mix-blend-mode: normal;
}

.cursor1.next {
  width: 100px;
  height: 100px;
  background: url("../img/next.svg") no-repeat center center;
  border: 0;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin-left: -50px;
  margin-top: -50px;
  mix-blend-mode: normal;
}

.cursor1.prev {
  width: 100px;
  height: 100px;
  background: url("../img/prev.svg") no-repeat center center;
  border: 0;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin-left: -50px;
  margin-top: -50px;
  mix-blend-mode: normal;
}


/* Mappa  */


#mappa {min-height:550px;}
#location {
	background-color: #e6e6e636;
	padding-top: 2em;
	border-top: 1px solid #00000008;
	padding-bottom: 4em;
	padding-top: 7em;
}


/* MOUSE */
.scroll-downs {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: .6; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: .6;}
}


.titolo {
	font-size: 1.8em;
	line-height: 1.3em;
  font-family:'abril_displayextrabold_italic';
  color: #358bb0;
  margin-bottom:40px;
}

.presentazione {
	font-size: 18px;
	color: #00263e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}


.mobile-logo {height:100vh}


.sottotitolo p {
	font-weight: 400;
	margin-bottom: 30px;
	font-style: italic;
}


.lectio {
  font-size:1.4em;
  margin-bottom:40px;
  border: 2px dashed #358cb2;
  padding: .6em;
  width: 65%
}

.lectio .nome {
  color:#358cb2;
  text-transform:uppercase;
  margin-bottom:0!important;
  padding-bottom:0;
}

.lectio .descrizione {
  font-weight:400; 
  font-size: 1em;
}