@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');

/*GENERALI*/
html,
body {
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	color: #333;
	outline: none;
	background-color:#fff;
}

html, body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

* {
	outline: none !important;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: inherit;
	text-decoration:none;	
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

#main {}

section {
	position:relative;
	margin-bottom:100px;
}

section:last-of-type {
	margin-bottom:0;	
}

.wrapper {
    width: 100%;
    padding:0 35px;
    margin: auto;
}

.row {
	margin-bottom:40px;
}

.row:last-of-type {
	margin-bottom:0;	
}

.container {
	padding-bottom:75px;
	margin-bottom:65px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.container:last-of-type {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom: none
}

.cover {
	display: block;
	width: 100%; 
	height: inherit;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*END GENERALI*/


/*TYPO*/


h1, h2, h3, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0 0 0 0;
}

h1, h2.title {
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	line-height: 45px;
	font-weight: 700;
	color: #333;
	/**/
	margin-bottom: 40px;
}

h1:last-child {
	margin-bottom: 0;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	line-height: 35px;
	font-weight: 700;
	color: #333;
	/**/
	margin-bottom: 40px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: italic;
    color: #333;
    margin-top: 40px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	line-height: 35px;
	font-weight: 700;
	color: #333;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height: 24px;
	font-weight: 400;
	color:#474747;
	margin-bottom: 15px;
}

p:last-of-type {
	margin-bottom:0 !important;
}

p a, p a:hover {
	text-decoration: underline;
	font-weight: 700;
	color:#474747;
}

strong {
	font-weight:700;	
}





p.call_p {
	font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -0.025em;
}

p.privacy_title {
	font-weight: 700;
}


/*END TYPO*/

/*A BTN*/
a.more {
	font-family: 'Roboto', sans-serif;
	font-size:12px;
    line-height: 1.3;
	font-weight: 600;
    white-space: normal;
    text-align: center;
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
	padding: 10px 15px;
	min-height: 40px;
    border-radius: 2px;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
    box-shadow: inset 0 1px 0 0 hsla(0,0%,100%,.15);
    cursor: pointer;
    text-decoration: none !important;
    text-transform: none;
	transition: background 0.3s;
}

a.more:hover {
	background-color: #000;
}

.more_margin {
	margin-top: 30px;
}

a.more i {
	vertical-align: middle;
	color:#fff;
	margin-left: 5px;
	font-size:60%;
}

/*END A BTN*/

/*HOME*/

.area_soluzioni {
	position:relative;
	margin-top: 60px;
}

.card_soluzioni {
	float:left;
	width:30%;
	height: 440px;
	margin-right: 5%;
	padding: 50px 10px;
	background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    /*box-shadow: rgba(0,0,0,.16) 0 1px 5px 0;*/
	
}

.card_soluzioni:last-of-type {
	margin: 0;
}

.card_soluzioni_inside {
	width: 100%;
	height: 100%;
    border-radius: 3px;
	/*background-color: #f1f1f1;*/
	text-align: center;
	padding: 50px 50px;
	padding-bottom: 0;
}

.sol_qt .card_soluzioni {height:255px !important}
.sol_qt .card_soluzioni_inside {padding-top:0px !important;padding-bottom:0px !important}

/*.consulenza  {
	border:1px solid #f4dd38;
}

.formazione {
	border:1px solid #e69632;
}

.piattaforma  {
	border:1px solid #c65842;
}*/

/*.consulenza a.more {
	background-color: #f4dd38;
	border:1px solid #f4dd38;
}

.formazione a.more {
	background-color: #e69632;
	border:1px solid #e69632;
}

.piattaforma a.more {
	background-color: #e72a1e;
	border:1px solid #e72a1e;
}

.consulenza a.more:hover, .formazione a.more:hover, .piattaforma a.more:hover {
	background-color: #000;
	border:1px solid #000;
}*/

.card_soluzioni_inside h3 {
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 20px;
	text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.card_soluzioni_inside p {
    font-size: 14px;
	line-height: 20px;
	color:#333;
	margin-bottom: 20px !important;
}



.area_soluzioni.area_soluzioni_page .card_soluzioni  {
	float:none;
	margin-bottom: 30px;
	padding: 50px;
	height: auto;
	width:100%;
}

.area_soluzioni.area_soluzioni_page .card_soluzioni:last-of-type  {
	margin-bottom: 0;
}

.area_soluzioni.area_soluzioni_page .card_soluzioni .card_soluzioni_inside  {
	text-align: left;
    display: inline-block;
	width: 55%;
    height: auto;
    padding: 0;
	vertical-align: middle;
}

.area_soluzioni.area_soluzioni_page .card_soluzioni .area_icon  {
	display: inline-block;
	width:30%;
	margin: 0;
	margin-right: 12%;
	vertical-align: middle;
}

.area_soluzioni.area_soluzioni_page .card_soluzioni .card_soluzioni_inside p  {
	display: block;
}

/*END HOME*/

/*PAGE*/

span.note {
	display: block;
	margin-top: 15px;
}

span.note p {
	font-size: 11px;
	color: #747474;
}

span.bread {
	font-family: 'Open Sans', sans-serif;
	color:#474747;
	font-size:18px;
	font-weight: 400;
}

.row_inside {
	position: relative;
	margin-bottom: 60px;
}

.row_inside_mini {
	position: relative;
	margin-bottom: 50px;
}

.row_inside:last-of-type, .row_inside_mini:last-of-type {
	margin-bottom: 0;
}

.area_text {
	position: relative;
	/*padding-left: 100px;*/
	margin-bottom: 100px;
}

.area_text:last-of-type {
	margin-bottom: 0;
}

.area_text::before {
	/*content: "";
	display: block;
	position: absolute;
	width:75px;
	height: 1px;
	background-color: #333;
	top:12px;
	left:0;*/
}

.area_text.area_text_noline {
	padding: 0;
}


.area_text.area_text_noline::before  {
	display:none;
}


.box_dx {
	margin-bottom: 15px;
}

.box_dx:last-of-type {
	margin-bottom: 0;
}

.area_call {
	position: relative;
	padding: 75px;
	margin-bottom: 65px;
}

.box_dx.area_call {
	padding: 35px;
}

ul.list_card {
	list-style: none;
    padding: 0;
    margin: 0;
}

ul.list_card li {
	position: relative;
	display: block;
	padding: 35px;
	background-color: #f7f7f7;
	border-radius: 3px;
	margin-bottom: 15px;
}

ul.list_card li:last-of-type {
	margin-bottom: 0;
}

/*ul.list_card.list_consulenza li {
	background-color: #fef1ab;
}

ul.list_card.list_formazione li {
	background-color: #ffd193;
}

ul.list_card.list_piattaforma li {
	background-color: #f1d8cc;
}*/

ul.list_card li h3 {
	font-style: normal;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}

ul.list_card li h3:last-child {
	margin-bottom: 0;
}

ul.list_card li h3 i {
	margin-right: 8px;
}

ul.list_card li p {
	/*color:#747474;*/
	padding-left: 30px;
}

ul.list_CCNL {
	list-style: none;
    padding: 0;
    margin: 0;
	margin-top: 50px;
}

ul.list_CCNL li {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

ul.list_CCNL li:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

ul.list_CCNL li span {
	display: inline-block;
	vertical-align: middle;
}


ul.list_CCNL li span.number_CCNL {
	width:100px;
	height: 100px;
	padding-top: 28px;
	border-radius: 50%;
	background-color: #bdca3f;
	border: 10px solid #eaedc8;
	text-align: center;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
	color:#fff;
	margin-right: 20px;
}

ul.list_CCNL li span.text_CCNL {
    padding: 20px;
    background-color: #eaedc8;
    border-radius: 10px;
}

/*END PAGE*/

/* BLOG */

.area_category {
	padding: 35px;
    background-color: #f7f7f7;
}

.area_category ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

.area_category ul li {
	display: block;
	widrth:100%;
	border-bottom: 1px solid #ddd;
}

.area_category ul li:last-of-type {
    border-bottom: none;
}

.area_category ul li a {
    position: relative;
	display: block;
	font-family: 'Open Sans', sans-serif;
	color:#474747;
	font-size:12px;
	font-weight: 400;
    padding: 8px 0;
}

.area_category ul li:last-of-type a {
	padding-bottom: 0;
}

.area_category ul li a.active {
	font-weight: 700;
}

.area_category ul li a i {
	position: absolute;
    top: 50%;
    right: 0;
    font-size: 8px;
    color: #747474;
    transform: translate(-50%,-50%);
}

.box_blog {
	position: relative;
	padding: 60px 0;
	border-top:1px solid #ddd;
}

.box_blog_home {
	padding-bottom: 35px;
}

.box_blog:first-of-type {
	margin-top: 20px;
}

.box_blog:last-of-type {
	margin-bottom: 0;
}

.box_blog p a {
	text-decoration: none;
	font-weight: 400;
}

.sx_blog {
	display: inline-block;
	width:35%;
	vertical-align: middle;
}

.dx_blog {
	display: inline-block;
	width:55%;
	margin-left: 8%;
	vertical-align: middle;
}

.tag {
	float:left;
	margin: 10px
}

.tag a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
	transition: all 0.3s;
}

.tag a:hover {
	border: 1px solid #474747;
}

h2.title_blog {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}

span.author {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color:#747474;
	margin-bottom: 10px;
}

span.author.author_big {
	font-size: 14px;
	font-weight: 400;
	color:#747474;
	margin-bottom: 40px;
	padding: 25px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

p.text_blog a, p.text_blog a:hover {
	color:#474747;
	font-weight: 400;
	text-decoration: none;
}

.img_blog {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #f1f1f1;
	overflow: hidden;
}

.img_blog_big {
	height: 450px;
}

.img_blog a {
	height: inherit;
	width: 100%;
}

.text_blog_page {
	margin: 50px 0;
}

.text_blog_page p {
	/*text-align: justify;
	margin-bottom: 0 !important;*/
}

.text_blog_page ul {
	list-style: disc;
    margin-bottom: 20px;
    padding-left: 50px;
    color: #474747;
}

.text_blog_page ul li {
	margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.pagination {
  	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin-top: 50px;
}

.pagination a {
	color: #474747;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-right: none;
}

.pagination a.active {
	background-color: #474747;
	color: #fff;
	border: 1px solid #474747;
}

.pagination a:hover:not(.active) {background-color: #f1f1f1;}

.pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #ddd;
}

.area_author {
	padding: 35px;
    background-color: #f7f7f7;
}

.area_author h2 {
	font-size:16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.img_author {
	position: relative;
	width:130px;
	height: 130px;
	border-radius:50%;
	border:5px solid #fff;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}

.area_author p  {
	font-size:12px;
	line-height: 16px;
}

.area_contact {
	padding: 35px;
    background-color: #f7f7f7;
}

.area_contact p  {
	font-size:12px;
	line-height: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.area_contact p:last-of-type  {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

/* END BLOG */

/*IMG / ICON*/

.area_icon {
	position: relative;
	width: 100%;
	height: 450px;
	background-color: #f1f1f1;
	overflow: hidden;
}

.col_page .area_icon{
	margin-top: 50px;
}

.area_soluzioni .area_icon {
	background-color:#fff; 
	height: 170px;
}

.area_icon img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

/*END IMG / ICON*/

/* SLIDE LOGHI*/
.slideLogo {
	position:relative;
	display: none;
}

.slick-list {
	z-index: 2;
	padding: 0 !important;
}

.logo_partner {
	position: relative;
	height: 100px;
	text-align: center;
	z-index: 2;
}


.logo_partner img {
	display: inline-block;
	max-height: 90%;
    max-width: 90%;
	vertical-align: middle;
}

/* END SLIDE LOGHI*/


/*FOOTER*/
footer {
	position: relative;
	border-top:1px solid #ddd;
	background-color: #f7f7f7;
	margin-top: 100px;
}

footer a.logo {
	position: relative;
	top:auto;
	left: auto;
	transform: none;
	margin-bottom: 15px;
	max-width: 150px;
}

footer p  {
	font-size:12px;
	line-height: 16px;
}

.col_footer {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 100px;
	border-left:1px solid #ddd;
}

.col_footer:first-of-type{
	padding-left: 15px;
	border: none;
}

/*END FOOTER*/


/*SCROLL*/
.scroll {
	cursor: pointer;
  }
.scroll_icon {
	display: block;
	position: absolute;
	z-index: 200;
	width: 40px;
	height: 40px;
	left: 50%;
	bottom: 50px;
	transform: translate(-50%, 0);
  }
  .scroll.scroll_back {
	position: fixed;
	left: auto;
	bottom: 25px;
	right: 15px;
	transform: translate(0, 0);
	opacity: 0;
	pointer-events: none;
	cursor: not-allowed;
	transition: opacity 0.3s;
  }
  body.scrollDown .scroll.scroll_back {
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
  }
  .scroll_round {
	position: absolute;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #ff6700;
	transition: background 0.3s;
  }
  .scroll.scroll_back .scroll_round {
	transform: rotate(180deg);
  }
  .scroll:hover .scroll_round {
	background-color: #fe944a;
  }
  .scroll_round_arrow {
	left: 35%;
  }
  .scroll_round_arrow {
	position: absolute;
	bottom: 0;
	margin-left: 0px;
	width: 12px;
	height: 12px;
	background-size: contain;
	top: 14px;
  }
  .scroll_round_arrow_second {
	margin-left: 8px;
  }
  .scroll_round_arrow {
	background-image: url("../img/icons/arrow.png");
	background-repeat: no-repeat;
  }
  .bounceAlpha {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
  }
  .scroll_round_arrow_first.bounceAlpha {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
  }
  .changeColor {
	animation: changeColor ease;
	animation-iteration-count: infinite;
	animation-duration: 6s;
	animation-fill-mode: both;
  }
  @keyframes bounceAlpha {
	0% {
	  opacity: 1;
	  transform: translateY(0px) scale(1);
	}
	25% {
	  opacity: 0;
	  transform: translateY(10px) scale(0.9);
	}
	26% {
	  opacity: 0;
	  transform: translateY(-10px) scale(0.9);
	}
	55% {
	  opacity: 1;
	  transform: translateY(0px) scale(1);
	}
  }
  @keyframes changeColor {
	0% {
	  background-color: #337645;
	}
	50% {
	  background-color: #d7582b;
	}
	100% {
	  background-color: #337645;
	}
  }
  /*END SCROLL*/


