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;
	background-color: #0f1821;
}
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;
}

html{
  scroll-behavior: smooth;
}

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

a{
	text-decoration: none;
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
    background: none;
    border: none;
}

input[type="text"], textarea{
	border-radius: 0;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border:0;
}

input[type="text"]:focus, textarea:focus{
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

input[type="text"]::placeholder, textarea::placeholder{
	color: #0f1821;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	opacity: 1;
}

label{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

label a{
	color: #a18365;
}

textarea{
	width: 100%;
	padding: 10px 10px;
	color: #0f1821;
}

.carousel-control-prev{
	left: -136px;
}

.carousel-control-next{
	right: -136px;
}

.gold{
	color:#a18365;
}

.bg_blu{
	background-color:#0f1821 ;
}


.bg{
	height: 100%;
	background-repeat: no-repeat;
}

#mySidenav ul{
	display: none;
}

.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: #0f1821 ;
  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: #a18365;
  display: block;
  transition: 0.3s;
}

.sidenav a li {
  padding: 24px 8px 8px 32px;
  text-decoration: none;
  font-size: 36px;
  color: #a18365;
  display: block;
  transition: 0.3s;
  letter-spacing: 6px;
	font-weight: 300;
}

.sidenav .closebtn {
    position: relative;
    top: 0;
    left: -21px;
    font-size: 36px;
    margin-left: 50px;
}

.icona-chiudi{
	width: 25px;
}


.bg_home{
	background-image:url('../img/bg/bg_home.jpg');
	background-size: cover;
	background-position: center;
}

.bg_esperienza{
	background-image:url('../img/bg/bg_esperienza.jpg');
	background-size: cover;
	background-position: center;
}

.bg_emotional{
	background-image:url('../img/bg/bg_emotional.jpg');
	background-size: cover;
	background-position: center;
}

.arrow{
	max-width: 30px;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

h2{
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 55px;
	margin-bottom: 12px;
}

h3{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 2px;
}

h4{
	color: #fff;
	font-size: 50px;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 10px;
	display: inline-block;
}

.caratteristiche span{
	font-size: 13px;
	margin-left: 6px;
	display: inline-block;
	color: #fff;
}

h6{
	font-size: 15px;
	color:#a18365;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}

p{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	margin-top: 30px;
}

.m-title{
	margin-bottom: 100px;
}

.gen_button {
  border: 2px solid #a18365;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
	transition: 0.2s linear;
}

.gen_button:hover {
  background-color: #a18365;
	color: #fff;
}

.logo {
  max-width: 50px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.logo-hero{
	max-width: 350px;
}

.logo-menu{
	max-width: 30px;
	position: absolute;
	top: 50%;
	left: 30px;
}

.overlay{
	height: 400px;
	background-color: #0000006b;
	padding: 0;
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	position: relative;
}

.caratteristiche{
	margin-top: 40px;
}

.caratteristiche .col-lg-3{
	border-right:1px #a18365 solid;
	padding: 20px 0px;
}


.caratteristiche .col-lg-3:nth-child(4){
	border-right: 0px;
}

.logo-esperienza{
	max-width: 300px;
	margin-top: 100px;
	mix-blend-mode: multiply;
}

.lista-tecnica li{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 7px;
}

li .left-list{
	color: #a18365;
	text-align: right;
	margin-right: 14px;
	display: inline-block;
	width: 40%;
}

li .right-list{
	color: #fff;
	text-align: left;
	display: inline-block;
	width: 40%;
}

.logo-scheda-tecnica{
	max-width: 200px;
}

.citazione{
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 20px;
}

.number p{
	font-family: 'Libre Baskerville', serif;
	font-size: 60px;
	color: #fff;
	line-height: initial;
}

.number:nth-child(2){
	margin: 40px 0px;
}

.number .desc{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	margin-top: 0;
	line-height: initial;
}

.lista-dotazione{
	list-style: none;
}

.lista-dotazione li::before {
  content: "•";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: lighter;; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.lista-dotazione li{
	color: #a18365;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 30px;
}

.lista-dotazione li:nth-child(5){
	margin-bottom: 0px;
}

.bg_contatti{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer{
	background-color: #fff;
	padding: 70px 0px;
}

footer p{
	color:#0f1821;
	margin-top: 0px;
}

footer a{
	color: #0f1821;
}

footer a:hover{
	color: #0f1821;
}

.logo-footer{
	max-width: 200px;
}

.lang{
	position: absolute;
	top: 44px;
	right: 30px;
}

.lang a{
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}

@media only screen and (max-width:992px){
	.bg{
		height: auto;
		padding: 50px 0px;
	}

	.bg_home{
		height: 100%;
	}

	.logo-esperienza {
    max-width: 69px;
	}

	.logo-menu {
    display: none;
	}

	.overlay {
    background-color: #0000;
	}

	.carousel-control-prev{
		left: 0;
	}

	.carousel-control-next{
		right: 0;
	}

	h2 {
    font-size: 45px;
	}

	h3 {
    font-size: 18px;
	}

	.logo-scheda-tecnica {
    margin-bottom: 50px;
	}

	.m-title{
		margin-bottom: 0px;
	}

	.lista-dotazione{
		text-align: center;
	}

	.p-contatti{
		padding: 70px 0px;
	}

	.bg_esperienza{
		background-image:url('../img/bg/bg_esperienza_mobile.jpg');
	}

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

}
