
/* HEAD PAGE
-------------------------------------------------- */

.headpage{
    background-color: #FFF;
	max-width: 1660px;
	padding:0px;
	background-image: url("../images/head-chi-siamo.png");
	background-repeat: no-repeat;
	background-size:100%;
	min-height: 500px;
	position: relative;
	z-index:20;
}

.headpage img{
    width: 100%;
}

.headpage_cont_txt{
    position: absolute;
	top: 15%;
	width: 43%;
	left: 15%;
	}

.headpage_tit{
	font-family: "AeonikPro-Bold";
	font-size: 32px;
	color: #1e242f;
	line-height:  32.6px;
	letter-spacing: -0.32px;
	}

.headpage h2{
	font-family: "AeonikPro-Bold";
	font-size: 77px;
	color: #FFF;
	line-height:  84.7px;
	letter-spacing: 0.63px;
	}



/* INTESTAZIONE
-------------------------------------------------- */

.intestazione{
	float: left;
	width: 100%;
	position: relative;
	background-image: url("../images/chi-intestazione-bkg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

.intestazione_contain{
	position:relative;
	padding-top: 30px;
	padding-left:13%;
	width:65%;
}

.intestazione h3{
	font-family: "AeonikPro-Bold";	
	font-size: 32px;
	line-height:  35px;
	color:#24a3e1;
	letter-spacing:-0.32px;
	}

.intestazione h2{
	padding-left:50px;
	font-family: "AeonikPro-Bold";	
	font-size: 63px;
	line-height:  64.3px;
	letter-spacing:-1.26px;	
}

.intestazione p{
	padding: 50px 0 150px 50px;
}


/* SLOT
-------------------------------------------------- */



.chi_slot{
    background-color: #FFF;
	max-width: 1660px;
	padding:0px;
	background-repeat: no-repeat;
	background-size:100%;
	width: 100%;
	position: relative;
	float: left;	
}

.slot1{
	background-image: url("../images/chi-slot1-bkg.jpg");
	padding: 300px 0 200px 0;
	background-color: #1e242f;
}

.slot2{
	background-image: url("../images/chi-slot2-bkg.jpg");
	background-position: bottom;
	padding: 300px 0 400px 0;
}

.slot3{
	background-image: url("../images/chi-slot3-bkg.jpg");
	padding: 200px 0 350px 0;
}

.slot4{
	background-image: url("../images/chi-slot4-bkg.jpg");
	background-color: #f9f9f9;
	padding: 150px 0 50px 0;
}

.slot5{
	background-image: url("../images/chi-slot5-bkg.jpg");
	padding: 180px 0 100px 0;
}

.slot6{
	padding: 100px 0 200px 0;
}


.chi_cont {
	position: relative;
	padding-left: 15%;
	width: 100%;
}


.chi_caption {
  font-family: "AeonikPro-Bold";
  padding: 0 0 20px 0;	
  font-size: 32px;
  line-height: 32.6px;
  color: #1e242f;
  letter-spacing: -0.32px;
  margin-bottom: 25px;	
}

.chi_cont h2 {
  padding: 0 0 20px 0px;
  font-family: "AeonikPro-Bold";
  font-size: 72px;
  line-height: 73.4px;
  letter-spacing: -1.44px;
  color: #1e242f;	
}

.chi_cont h3 {
  padding: 0 0 20px 0px;
  font-family: "AeonikPro-Bold";
  font-size: 63px;
  line-height: 64.2px;
  letter-spacing: -0.56px;
  color: #24a3e1;	
}

.chi_cont h4 {
  font-family: "AeonikPro-Bold";
  font-size: 48px;
  line-height: 49px;
  letter-spacing: -0.48px;
  color: #24a3e1;	
}

.chi_cont h5 {
  font-family: "AeonikPro-Bold";
  font-size: 40px;
  line-height: 41px;
  letter-spacing: -0.48px;
  color: #1e242f;	
}

.chi_cont p {
  font-family: "AeonikPro-Regular";
  font-size: 28px;
  line-height: 42px;
  color: #1e242f;	
}

.chi_cont .text {
  font-size: 21px;
  line-height: 32.5px;	
}

.chi-arrow-left{
	background-image: url("../images/chi-arrow-left.png");
	background-repeat: no-repeat;
	background-size:100%;
	width: 195px;
	height: 86px;
}

.squarerowpos{
	margin: 48px 0 0 88px;
}

.team-name{
	font-size:32px;
	line-height:30px;
	letter-spacing: -0.64px;
	font-family: "AeonikPro-Bold";
	position: absolute;
	bottom:60px;
}

.team-role{
	font-size:18px;
	line-height:20px;
	letter-spacing: 0.18px;
	font-family: "Canela-Bold-italic";
	position: absolute;
	bottom:20px;
}

.contain_arrowscroll1{
	position: absolute;
	right:150px;
	bottom:50px;
	color:#5d6574;
}

  .carousel:after {
    content: '';
  }

/*MOBILE */

@media (max-width: 576px) {
	
	.headpage{
	background-image: url("../images/head-chi-siamo-mobile.png");
	min-height: 300px;
	}
	
	.headpage_cont_txt {
	  position: absolute;
	  top: 10%;
	  width: 95%;
	  left: 5%;
	}
	
	.headpage_tit{
	font-size: 24px;
	line-height:  24px;
	}
	
	.headpage h2{
	font-size: 40px;
	line-height: 52.7px;
	}
	
	.intestazione_contain {
	  padding-top: 50px;
	  padding-left: 5%;
	  width: 95%;
	}
	
	.intestazione h3 {
		font-size: 24px;
		line-height: 24px;
	}
	
	.intestazione h2 {
		padding-left: 20px;
		font-size: 40px;
		line-height: 40.8px;
	}
	
	.intestazione p {
 	 padding: 50px 0 50px 20px;
	 font-size: 18px;
	 line-height:28.8px;
}

	
	
	.chi_cont {
		padding-left: 10%;
		width: 100%;
	}
	
	.chi_cont h2 {
		font-size: 40px;
		line-height: 44px;
	}
	
	.chi_cont h3  {
		font-size: 40px;
		line-height: 44px;
	}
	
	.chi_cont h4  {
		font-size: 32px;
		line-height: 33px;
	}
	
	.chi_cont p {
	 font-size: 18px;
	 line-height:28.8px;
	}
	
	
	.intestazione, .slot1, .slot5 {
		background-image: none;
		padding: 50px 0 50px 0;
	}
	
	.slot2 {
		background-position: 64% bottom;
		padding: 100px 0 100px 0;
		background-color: #FFF;
		background-size: 300%;
	}	
	
	.slot3 {
		padding: 50px 0 150px 0;
		background-size: 350%;
	}
	
	.slot4 {
		background-size:cover;
		padding: 50px 0 50px 0;
	}
	
	.pl-5  {
		padding-left: 0 !important;
	}
	
	.mt-5, .my-5 {
  	margin-top: 0 !important;
	margin-bottom: 20px;	
	}
	
	.tit_triangle {
	  background-size: 100%;
	  width: 30px;
	  height: 30px;
	}
	
	.chi_caption {
		font-size: 24px;
		line-height: 28px;
	}
	
	.chi-arrow-left {
	display: none;
	}
	
	.col-sm-10, .col-sm-8, .col-sm-4, .col-sm-7{
		padding:0;
	}
	
		
	.col-xs-4{
		width: 50%;
	 }
	
	.none_mobile{
		display: none;
	}
	
	.w-75 {
  	width: 100% !important;
	}
	
	.squarerowpos {
  	margin: 0;
	}
	
	.squarerow {
  	padding: 0 5% 0 5%
	}
	
	.square {
	 border: solid #FFF;
	 width: 100%;	
	}
	
	.slot6 {
		background-size:cover;
		padding: 0 0 150px 0;
	}
	
	
	.contain_arrowscroll1{
		display: none;
	}
	
	.team-name{
	font-size:23px;
	line-height:21px;
	letter-spacing: -0.64px;
	}
	
	.btn-box span {
	 padding: 30px 0 0 10px;
	}
	
}	
