@charset "UTF-8";

* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    box-sizing:border-box;
    user-select: none;
}
a{
	color:#FFFFFF;
	text-decoration: none;
}
.griglia a{
	padding-top: 0px;
}

a:hover{
	color:#ACD372;
	text-decoration: none;
}

body {
    padding-top:0px;
    font-family: 'Quicksand', sans-serif;
    font-size:16px;
    color:#000;
    overflow-x:hidden;
}


#consultancy {
    padding:347px 0;
    background:url(../img/consultacy.png )  no-repeat;
    background-size:cover;
    font-size:45px;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
}

footer {
    background:#000;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
    margin-bottom:30px;
    font-size:40px;
	color:#000000;
}
h7 {
	color: #e98c29;
}

header {
    position:fixed;
	width: 100%;
    top:0;
    left:0;
    right:0;
    padding:0 65px;
    height:160px;
    display:flex;
    flex-direction:row;
    align-items:center;
    z-index:9999;
    }
    header nav {
        margin-left:auto;
        }
        header nav ul {
            list-style:none;
            display:inline;
            }
            header nav ul li {
                display:inline;
                }

.header-background {
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:160px;
    z-index:9998;
    background:#1b1b1b;
    opacity:0;
    }
	

#autoType {
  position: relative;
  font-size: 85px;
  color: #fff;
  text-align: center;
  line-height:normal;
}

#autoType .cursor {
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
  height: 26px;
  background-color: #f00;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-name: blink;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes deleting {
  to {
    width: 0;
  }
}


li{
	margin-left: 15px;
}

#missione {
    background:#fff;
    text-align:center;
    overflow:hidden;
    }
    #missione .griglia {
		text-align:left;
        margin:auto;
        padding:100px 30px 0;
        max-width:945px;
    }
	#missione .griglia img {
        float:right;
        }

name{
	color:#000000;
}

#obbiettivi {
    background:#fff;
    }
    #obbiettivi .griglia {
		margin:auto;
        max-width:945px;
        color:white;
        }

#modello .griglia {
		margin:auto;
        padding-top:100px;
        max-width:945px;
        }
    
p {
    line-height:32px;
	font-size: 20px;
	font-weight: 300;
	color: black;
	text-align: left;
}
p1 {
    line-height:25px;
	color: white;
}


#visione {
    text-align:center;
    }
    
menu{
	text-align: right;
}

.barra-obliquaaa {
 		content: "";
  		position: absolute;
 		left: -106px;
  		top: 880%;
  		width: 108%;
  		height: 30px;
  		background-color: #ACD372;
 		transform: rotate(351deg);
}

.barra {
  height: 1px;
  border: 0.5px solid #ACD372;
}



#servizi{
    }
	 #servizi .griglia {
        position:relative;
        margin:100px auto;
        padding:0 30px;
        max-width:945px;
		
        }
		#servizi .griglia img{
		position:absolute;
            top:31%;
            right:-28%;
		}
		#servizi .griglias img{
				position:absolute;
        	    top:70%;
            	right:36%;
			}



#contatti{
    background:#8ecac7;
    }
	 #contatti .griglia {
        position:relative;
        margin:auto;
        padding:100px 195px 100px 0;
        width:945px;
        }

#footert{
    background:#fff;
    }
	#footert .griglia {
        margin:100px auto;
        padding:0 30px;
		max-width:945px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
        }

h1 {
  color: #fff; /* Imposta il colore del testo a bianco */
}


#BoxGiallo {
    margin:100px auto;
    padding:50px 80px;
    background-image: url("../img/img2.png");
    max-width:945px;
    border-radius: 72px;
	text-align: left;
	color:#fff !important;
}


.box {
  border-radius: 15px;
  font-family: 'Open Sans', sans-serif;
}

.box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #ACD372;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #ccc;
			}
			.box-header h3 {
  			margin: 0;
  			font-size: 18px;
  			font-weight:100;
			color: black;
			}


.box-header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #ACD372;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #ccc;
			}
			.box-header2 h3 {
  			margin: 0;
  			font-size: 18px;
  			font-weight:100;
			color: black;
			}

.box-header3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #ACD372;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #ccc;
			}
			.box-header3 h3 {
  			margin: 0;
  			font-size: 18px;
  			font-weight:100;
			color: black;
			}

.box-header4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #ACD372;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #ccc;
			}
			.box-header4 h3 {
  			margin: 0;
  			font-size: 18px;
  			font-weight:100;
			color: black;
			}


.box-header5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #ACD372;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #ccc;
			}
			.box-header5 h3 {
  			margin: 0;
  			font-size: 18px;
  			font-weight:100;
			color: black;
			}

.box-header6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #ACD372;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #ccc;
			}
			.box-header6 h3 {
  			margin: 0;
  			font-size: 18px;
  			font-weight:100;
			color: black;
			}

.box-header7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #ACD372;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #ccc;
			}
			.box-header7 h3 {
  			margin: 0;
  			font-size: 18px;
  			font-weight:100;
			color: black;
			}


.arrow {
  width: 25px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #444;
  border-radius: 15px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.line1 {
  top: 0px;
}

.line2 {
  bottom: 0px;
}

.arrow.open .line1 {
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
  width: 50%;
}

.arrow.open .line2 {
  transform: rotate(-45deg);
  bottom: 11px;
  left: 8px;
  width: 50%;
}

.box-content {
  padding: 20px;
  background-color: #ACD372;
  border-radius:15px;
  border: 0px solid #ccc;
  border-top: none;
  overflow: hidden;
}
 
.box-content.show {
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
	
  height: auto;
  border-bottom: 0px solid #ccc;
}



#modello{

    }
    


.contenitore1 {
    display:flex;
    align-items:center;
    padding:0 500px 0 50px;
    min-height:385px;
    background:url(../img/stendardo.1.png) right top no-repeat;
}

.contenitore2 {
  display:flex;
    align-items:center;
    padding:0 50px 0 500px;
    min-height:385px;
    background:url(../img/stendardo.2.png) left top no-repeat;
}

.contenitore3 {
  display:flex;
    align-items:center;
    padding:0 500px 0 50px;
    min-height:385px;
    background:url(../img/stendardo.3.png) right top no-repeat;
}

.contenitore4 {
	display:flex;
    align-items:center;
    padding:0 50px 0 500px;
    min-height:385px;
    background:url(../img/stendardo.4.png) left top no-repeat;
}


.contenitore5 {
  display:flex;
    align-items:center;
    padding:0 500px 0 50px;
    min-height:385px;
    background:url(../img/stendardo.5.png) right top no-repeat;
}


c{
    color: #3CC04A;
	font-size: 17px;
}

f{
    color: #4366C6;
    font-size: 17px;
}
g{
	color: black;
}

@media (max-width:900px) {
    header nav {
        display:none;
    }
    .contenitore1, 
    .contenitore2, 
    .contenitore3, 
    .contenitore4, 
    .contenitore5 {
        padding:50px;
        min-height:0;
        background:#c1df9f;
    } 
} 