@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css);
@font-face {
    font-family: 'Compagnon Roman';
    src: url('../fonts/Compagnon-Roman.woff2') format('woff2'),
        url('../fonts/Compagnon-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.65;
    color: #000;
    background-color: #f0e9d3;
	font-family: 'Montserrat', sans-serif;
    background-image: url(../img/quadretti.png);
    background-size: 2rem;
    background-repeat: repeat-x;
}div#page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}a:hover {
    color: #000000;
    text-decoration: underline;
}
/* typo */
.lead{
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: .35rem;}
.lined {
    display: flex;
    align-items: center;}
.lined::before{
    content: '';
    height: 2px;
    width: 3rem;
    background: #f7aa45;
    margin-right: 1.25rem;
}.h1 { 
    font-size: clamp(2rem,4vw,3rem);
}  
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  { 
 
    font-family: 'Compagnon Roman';
    font-weight: normal;
    font-style: normal;
}.big {
    font-size: 1.8rem;
    line-height: 0.2;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #000000;
}.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #000000;
}

@-webkit-keyframes gradient-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes gradient-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}section.text-sec {
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 10vw;
}.text-sec h3 {
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
}.text-sec h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -1rem;
    height: 100%;
    right: -1rem;
    width: calc(100% + 2rem);
    background-image: url(../img/evidenziatura.svg?4sd);
    background-size: 100% 100%;
}          
 section.pattern-sec {
    /* min-height: 70vh; */
    padding: 4vw 0;
    position: relative;
    display: flex;
    align-items: center;
	overflow:hidden
}.shape{
    z-index: 0;
    transform-origin: 50% 50%; 
    /* border: 2px solid #eb9f3b; */
    position: absolute;
    animation-direction: alternate-reverse;
    width: 6rem;}
.circle{  
    z-index: 0;
    border-radius: 100%;
    position: absolute;
    padding: 6vw;}
 .bg-primary {
    background-color: #eb9f3b!important;
}.bg-dark {
    background-color: #31302d!important;
}.bg-light {
    background-color: #fcfcf9!important;
    background-image: linear-gradient(
126deg, #fcfcf9, #eee9d2);
}.p-relative {
    position: relative;
}
 .outline-primary-double::before {
    content: "";
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: -1rem;
    bottom: -1rem;
    border: 2px solid #eb9f3b;
    border-radius: 100%;
}
img.shape.temperino {
    top: 3% !important;
    left: 52% !important;
    width:13vw ;
    max-width:8rem ; 
}
img.shape.atomo,.atomoSX {
    top: 23% !important;
    left: 49% !important;
    width: 10vw;
    max-width: 9rem;
}.atomoSX{
    top: 60% !important;
    left: 20% !important;}
img.shape.like ,.likeSX{
    top: 63% !important;
    left: 40% !important;
    width: 14vw;
    max-width:9rem ; 
}.likeSX{
    top: 30% !important;
    left: 15% !important; 
}
img.shape.graffetta {
    top: 77% !important;
    left: 55% !important;
    width: 13vw;
    max-width: 8rem ; 
}img.shape.emc2 { 
    top: 8% !important;
    left: 66% !important;
    width: 12vw;
    max-width: 7rem;
    animation-direction: alternate-reverse;
}img.shape.matita {
    left: 35% !important;
    top: 50% !important;
    width: 24rem;
    max-width: 19vw;
}img.shape.libri {
    max-width: 19vw;
    left: 58% !important;
    width: 17rem;
    top: 40% !important; 
}img.shape.grafico {
    top: 83% !important;
    left: 70% !important;
    max-width: 11rem;
    width:13vw ;
}img.shape.pgreco {
    top: 55% !important;
    left: 90% !important;
    max-width: 8vw;
    width:5rem; 
}
.circle1 {
    padding: 0;
    top: 36%;
    right: 49%;
    transform-origin: 50% 50%;
    -webkit-animation: elm_o 1s infinite ease-in-out;
    animation: elm_o 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 0;
    width: 10vw;
    height: 10vw;
    max-width: 5rem;
    max-height: 5rem;
}
.circle1_1 {
    padding: 0;
    top: 42%;
    right: 45%;
    transform-origin: 50% 50%;
    -webkit-animation: elm_t 1s infinite ease-in-out;
    animation: elm_t 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 0;
    width: 5vw;
    height: 5vw;
    max-width: 2rem;
    max-height: 2rem;
}
.circle1_2 {
    padding: 0;
    top: 65%;
    left: 40%;
    transform-origin: 50% 50%;
    -webkit-animation: elm_th 1s infinite ease-in-out;
    animation: elm_th 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 0;
    width: 4vw;
    height: 4vw;
    max-width: 4rem;
    max-height: 4rem;
}
.circle1_3 {
    padding: 0;
    top: 36%;
    left: 44%;
    transform-origin: 50% 50%;
    -webkit-animation: elm_th 1s infinite ease-in-out;
    animation: elm_th 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 0;
    width: 4vw;
    height: 4vw;
    max-width: 1.5rem;
    max-height: 1.5rem;
}
.circle1_6 {
    width: 19vw;
    height: 20vw;
    max-width: 15.5rem;
    max-height: 15.5rem;
    padding: 0;
    left: 48%;
    top: 18%;
    transform-origin: 50% 50%;
    -webkit-animation: elm_t 1s infinite ease-in-out;
    animation: elm_t 1s infinite ease-in-out;
    animation-direction: alternate-reverse; 
}
 .circle1_4 {
    padding: 0;
    top: 69%;
    left: 43%;
    transform-origin: 50% 50%;
    -webkit-animation: elm_t 1s infinite ease-in-out;
    animation: elm_t 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 0;
    width: 9vw;
    height: 9vw;
    max-width: 10rem;
    max-height: 10rem;
}
.circle1_5 {
    padding: 0;
    top: 32%;
    left: 56%;
    transform-origin: 50% 50%;
    -webkit-animation: elm_t 1s infinite ease-in-out;
    animation: elm_t 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 0;
    width: 18vw;
    height: 18vw;
    max-width: 16rem;
    max-height: 16rem;
}
 .circle2 {
    -webkit-animation: elm_o 1s infinite ease-in-out;
    animation: elm_o 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
   
      
    top: 34%;
    left: 85%;
    transform-origin: 50% 50%; 
    animation-direction: alternate-reverse;
    padding: 0;
    width: 4vw;
    height: 4vw;
    max-width: 1.5rem;
    max-height: 1.5rem;
}
.outline-primary {
    border: 2px solid #eb9f3b;}
	
	.circle3 {
    width: 25vw;
    height: 25vw;
    max-width: 21.5rem;
    max-height: 21.5rem;
    padding: 0;
    left: 71%;
    top: 42%; 
    -webkit-animation: elm_th 1s infinite ease-in-out;
    animation: elm_th 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
}
 .circle4 {
    bottom: -15vw;
    padding: 15vw;
    left: 50%;
    margin: auto;
    -webkit-animation: elm_o 1s infinite ease-in-out;
    animation: elm_o 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
} .circle5 {
    padding: 0;
    width: 16vw;
    height: 16vw;
    max-width: 17rem;
    right: -5vw;
    top: 30%;
    max-height: 17rem;
    -webkit-animation: elm_f 1s infinite ease-in-out;
    animation: elm_f 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
}.circle5_1 {
    padding: 0;
    width: 16vw;
    height: 16vw;
    max-width: 17rem;
    left: -10vw;
    top: 10%;
    max-height: 17rem;
    -webkit-animation: elm_fi 1s infinite ease-in-out;
    animation: elm_fi 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
}.circle6 {
    -webkit-animation: elm_fi 1s infinite ease-in-out;
    animation: elm_fi 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 0;
    right: 16%;
    top: 13%;
    width: 10vw;
    height: 10vw;
    max-width: 10rem;
    max-height: 10rem;
}.circle7 {
    -webkit-animation: elm_fi 1s infinite ease-in-out;
    animation: elm_fi 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 3rem;
    top: 57%;
    left: 4rem;
}.circle8 {
    -webkit-animation: elm_th 1s infinite ease-in-out;
    animation: elm_th 1s infinite ease-in-out;
    animation-direction: alternate-reverse;
    padding: 1.5rem;
    top: 55%;
    left: -2rem;
}
@-webkit-keyframes elm_o {
  0% {
    transform:   translateY(0px) translateX(0px);
  }
  100% {
    transform:   translateY(15px) translateX(-15px);
  }
}
@keyframes elm_o {
  0% {
    transform:   translateY(0px) translateX(0px);
  }
  100% {
    transform:   translateY(15px) translateX(-15px);
  }
}

@-webkit-keyframes elm_t {
  0% {
    transform: translatey(0px);
  }
  100% {
    transform: translatey(10px);
  }
}

@keyframes elm_t {
  0% {
    transform: translatey(0px);
  }
  100% {
    transform: translatey(10px);
  }
}

@-webkit-keyframes elm_th {
  0% {
    transform:   translateY(10px) translateX(10px);
  }
  100% {
    transform:   translateY(0px) translateX(0px);
  }
}

@keyframes elm_th {
  0% {
    transform:   translateY(10px) translateX(10px);
  }
  100% {
    transform:   translateY(0px) translateX(0px);
  }
}

@-webkit-keyframes elm_fi {
  0% {
    transform:   translateY(0px) translateX(0px);
  }
  100% {
    transform:   translateY(5px) translateX(-5px);
  }
}

@keyframes elm_fi {
  0% {
    transform:   translateY(0px) translateX(0px);
  }
  100% {
    transform:   translateY(5px) translateX(-5px);
  }
}

@-webkit-keyframes elm_f {
  0% {
    transform:  translateY(5px) translateX(-5px);
  }
  100% {
    transform:   translateY(0px) translateX(0px);
  }
}

@keyframes elm_f {
  0% {
    transform:   translateY(5px) translateX(-5px);
  }
  100% {
    transform:   translateY(0px) translateX(0px);
  }
}
/* sticky  */
.sticky_sidebar{
    position: -webkit-sticky;
    position: sticky;
    top: 0;}
.presenta:sticky span {
    background: #f0e9d3;}
.presenta span {
    font-size: 19px;
    font-family: 'Compagnon Roman';
    font-weight: normal;
    padding: 1rem 0.5rem;
    font-style: normal;
    font-weight: 900;}
.presenta {
    background-image: url(../img/presenta.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 1.5rem;
    z-index: 5;
    display: block;
    color: #000;
    background-size: contain;
} .presenta.h3  span {
    font-size: 21px;
    line-height: 1;
}.tooltip-inner{ background-color:#f0a53cd1; color:#000}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before{ border-left-color:#f0a53cd1 }
/* paralalx */
.parallax-mouse {
    position: absolute;
 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* nav */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-weight:700;
}a.navbar-brand {
    width: 6rem;
    transition: 0.3s;
}.scrolldown a.navbar-brand {
    width: 4rem;
}  .navbar-container  {
    transition: 0.3s;
}.scrolldown   .navbar-container  {
    background: #fff;
}
/* form */
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: 'Compagnon Roman';
    font-weight: normal;
    font-style: normal;
}
.form-container {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem;text-align:left;
    box-shadow: 6px 6px 0 2px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5rem + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   
    border-bottom-color: #f8af3c;
}.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #231f20;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(249 176 61 / 16%);
}
 /* btn */
  .btn{
    background: linear-gradient(to right, #f8af3c 0%, #eb9f3b 100%);
    color: #fff;
    padding: 12px 45px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition-delay: 0.15s;
    border-radius: 2rem;
    font-family: 'Compagnon Roman';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}.btn.disabled, .btn:disabled {
    opacity: 1;
    background: linear-gradient(to right, #b2afa9 0%, #7e7b78 100%);
    color: #ccc;
}
.btn-secondary  { 
    background: linear-gradient(to right, #6c757d 0%, #3b4249 100%);
    
}
.btn-danger  {
    background: linear-gradient(to right, #ff5722 0%, hsl(14deg 100% 36%) 100%);
}
.btn:hover {
    box-shadow: inset 0 0 0 30px #231f20;
    color: #ffffff;
    transition: 0.3s;
}

/* fileupload */
.vGalleryForm .form-section.col-sm-12 {
    padding: 0;
}
.vFileUpload {
    position: relative;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-right: -1rem;
    width: 48px;
    margin-left: auto;
}
.vFileUpload span.glyphicon.glyphicon-plus + span {
    display: none;
}
.vFileUploadButton {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}.vGallery .panel {
    border: 1px solid #aaa;
}.vGallery .vSlide {
    padding-top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}.vGalleryCaption {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
span.glyphicon.glyphicon-plus::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    content: "\f4fe";
}

a.vGalleryDelete, a.vGalleryClose {
    font-size: 0.8rem;
    padding: 6px 11px 8px 7px;
}

.vGalleryNoFile {
    display: none;
	color:#ccc;
    font-size: 0.85rem;
}.vGallery .vGalleryForm {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    justify-content: space-around;
}
.vGallery .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0px 15px 20px 15px;
    border-radius: 4px;
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: all 0.5s;
}.vGallery .overlay a.expand::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f4cb";
    font-size: 23px;
    line-height: 2;
}.vGallery .overlay a.expand {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 0;
    border-radius: 30px;
}.vGallery .panel.hover .overlay a.expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    text-decoration: none;

}.vGallery a.close-overlay.hidden {
    display: none;
}span.glyphicon.glyphicon-ok::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f26e";
}.fa-times::after {
    content: "\f62a";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.row.vGallery >div {
    min-width: 50%;
}.hidden {
    display: none!important;
    visibility: hidden!important;
}.vGallery .panel.hover .overlay {
    opacity: 1;
}.vGallery {
    flex: 0 0 100%;
}
 .form-section[data-name="Dichiarazione di impegno"] >div,
 .form-section[data-name="Lettera accompagnatoria"] >div,
 .form-section[data-name="Allegati del progetto"] >div {
    display: flex;
    flex-wrap: wrap; 
    padding-bottom: 1rem;position:relative;
}
 .form-section[data-name="Dichiarazione di impegno"] >div::after,
 .form-section[data-name="Lettera accompagnatoria"] >div::after,
 .form-section[data-name="Allegati del progetto"] >div::after{ 
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    border-bottom: 2px solid #f3a93c;
    bottom: 0;
}


h2.struct {
    font-size: 1.4rem;
}


.column-2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}img.card-img-top {
    width: 100%;
    height: auto;
}.jumbotron {
    background-size: cover;
    background-position: center;
}
footer.page-footer.bg-light {
    margin-top: auto;
}
.scrolldown footer a.scrollpage {
    transform: translateY(0px);
}
footer a.scrollpage {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    transition: transform .15s ease-in-out;
    transform: translateY(150px);
    background: black;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
}
/*hamburger*/

.navbar-toggler{
    font: inherit;
    display: inline-block;
    height: 55px;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;}
.navbar-toggler>div {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}.navbar-toggler-inner, .navbar-toggler-inner:after, .navbar-toggler-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-property: transform;
    border-radius: 4px;
    background-color: #11416e;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}.navbar-toggler-inner{
    top: 50%;
    display: block;
    margin-top: -2px;
} .navbar-toggler-inner:after, .navbar-toggler-inner:before {
    display: block;
    content: "";
}.navbar-toggler-inner:before {
    top: -10px;
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}.navbar-toggler-inner:after {
    bottom: -10px;
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-inner{
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
}.navbar-toggler:not(.collapsed) .navbar-toggler-inner:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0;
}.navbar-toggler:not(.collapsed) .navbar-toggler-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}button.navbar-toggler:focus {
    outline: none;
}
/*//hamburger*/

/* home */