:root{
	--verde: #19AA61;
	--grigioscuro:#353032;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
  font-family: canada-type-gibson,sans-serif;
}

html{
  scroll-behavior: smooth;
}

body,html{
  height: 100%;
	overflow-x: hidden;
}

#logo{
	max-width:250px;
}

#menu{
	max-width: 80px;
}

#arrow{
	max-width: 35px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 45px;
	animation: move 1.5s ease-out infinite;
}

label {
	color: #fff;
	font-size: 12px;
}

label a{
	color:#19AA61;
}

#mySidenav ul{
	margin-top: 100px;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: var(--grigioscuro);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a li {
  padding: 24px 8px 8px 0px;
  text-decoration: none;
  font-size: 56px;
  color: #fff;
  display: block;
  transition: 0.3s;
  letter-spacing: 6px;
	font-weight: 500;
}

.icona-chiudi{
	width: 25px;
	cursor: pointer;
}

.data-menu{
	display: none;
}


@keyframes move {
  0%   { bottom:45px; }
  50%  { bottom:35px; }
  100% { bottom:45px; }
}

.bg_green{
	background-color: var(--verde);
}

.bg_grey{
	background-color: var(--grigioscuro);
}

.grey{
	color: var(--grigioscuro);
}

#bg_home{
	background-image: url('../img/bg/bg_home.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: relative;
}

#bg_azienda{
	background-image: url('../img/bg/bg_azienda.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: relative;
}

#gruppo{
	background-image: url('../img/bg/bg_gruppo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: relative;
}

#bg_azienda h2{
	margin-top: 100px;
}

input[type="text"], textarea{
	width: 100%;
	border:0;
	padding: 8px 10px;
	font-size: 14px;
}

input[type="submit"]{
	background-image: url('../img/assets/submit.svg');
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: none;
}

.send span{
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-right: 20px;
}

h1{
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	position: relative;
}

h1::after {
  content: "";
  background-color: var(--verde);
  height: 7px;
  width: 601px;
  position: absolute;
  left: 0;
  bottom: -22px;
}

h2{
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}

h3{
	color: #fff;
	font-weight: 600;
	font-size: 33px;
	}

p{
	color: #fff;
}

.bold{
	font-weight: 500;
}


.text-justify{
	text-align: justify;
	-webkit-hyphens: manual;
     -moz-hyphens: manual;
          hyphens: manual;

}

.p-form-section{
	padding: 100px 50px;
}

.p-carousel{
	padding: 140px 50px;
}

.item img{
	max-width: 400px;
}

#hero{
	display: flex;
	align-items: center;
	height: 70%;
}

#triangoli{
	max-width: 250px;
}

.icon{
	max-width: 150px;
}

.p-competenza{
	padding: 150px 0px;
}

.slide{
	position: relative;
}

.slide h2 {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.slide h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #19aa61;
	padding: 5px 8px;
	display: block;
	width: 200px;
	bottom: 20px;
}

.icon-contatti{
	max-width: 90px;
}

footer{
	background-color: var(--grigioscuro);
	padding: 80px 0px;
}

footer p{
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	letter-spacing: 2px;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer a:hover{
	color:inherit;
}
.logo-footer{
		max-width: 200px;
}

.title-2009{
	background-color: #19aa61;
width: 260px;
padding: 22px 14px 13px;
line-height: 45px;
}

@media screen and (max-width: 992px) {

	h1 {
    font-size: 50px;
}

	h2{
		font-size: 35px;
	}

	#mySidenav ul{
		margin-top: 50px;
	}

	.sidenav a li {
	  font-size: 36px;

	}

	#menu {
    max-width: 40px;
}
.p-competenza {
    padding: 80px 0px;
}

.title-2009 {
    background-color: #19aa61;
    width: 188px;
    padding: 20px 14px 13px;
    line-height: 35px;
}

.p-carousel {
    padding: 140px 16px;
}

#bg_home{
	background-image: url('../img/bg/bg_home_mobile.jpg');

}

}
