body  {
	font-family: 'Poppins', sans-serif;
	position:relative;
	color: #24504F;
	
}

html {
	scroll-padding-top: 92px; /* height of sticky header */
	font-size: 16px;
}
main{
	 

}
h1, .h1, h2, .h2{
	font-family: 'Abril Fatface', cursive;
}

h3, .h3, h4, .h4{
	font-family: 'Poppins', sans-serif;
}
h1, .h1{
	font-size: 7rem;
}
h2, .h2{
	font-size: 4rem;
}
h3, .h3{
	font-size: 1.5rem;
}
h4, .h4{
	font-size: 2.5rem;
}
p{
	font-size: 1rem;
}
.big{
	font-size: 1.5rem;
}

.pr-5{
	padding-right: 5rem;
}
a{
	color: #24504F;
	text-decoration:none;
}
a:hover{
	color: #24504F;
	text-decoration:none;
}

.text-white-50 a{
    color: rgba(255,255,255,.5)!important;
}
.text-white-50 a:hover{
    color: rgba(255,255,255,1)!important;
}
.text-white a{
	color: #fff;
}

.text-white a:hover{
	 color: rgba(255,255,255,.5);
}
ul {
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
	margin:0;
	padding: 0;
}

i.icon-elite{
	display: inline-block;
	width: 16px;
	height: 13px;
	background-size: contain;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	
}
i.down{
	background: url("../img/down.png");
}
.text-right{
	text-align: right;
}
.border-right{
	border-right: 1px solid #245150;
}
.btn{
	text-transform: uppercase;
	font-size: 1rem;
	border: none;
	border-radius:20px;
	padding:7px 35px	
	
}
.btn.btn-primary{
	background: #245150;
	color: #fff;

	
}

.btn.btn-secondary{
	background: #fff;
	color: #245150;
	
	
}
nav#primary-navbar {
    border-bottom: 1px solid #E0DAD6;
}

.navbar>.container{
	display:inline;
}

nav .nav-link{
	color: #24504F ;
	text-transform: uppercase;
	
}
nav .nav-link:focus, .nav-link:hover{
	color: #24504F;
}
nav .nav-item{
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .nav-pills .nav-link.active, nav .nav-pills .show>.nav-link{
	color: #24504F;
	background: none;
	font-weight: 700;
}
nav img.logo{
	max-height: 60px;
}

img.logo-white{
	filter: brightness(0) invert(1);

}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 2px;
}
.carousel-indicators .active {
    width: 40px;
}


.carousel-caption h5 {
    font-size: 100px;
	text-align: left;
}
.carousel-caption {
    top: 30%;
    width: 60%;
    left: 20%;
    text-align: left;
}

.bg-sand{
	background:#E0DAD6;
	
}
.bg-grey{
	background:#FAFAFA;
	
}
.bg-green{
	background:#245150;
}

.section{
	padding: 70px 0;
}
.section .section-header{
	margin-bottom: 50px;
}
a.scroll-down{
	font-size: 0.9rem;
	text-transform: uppercase;
	margin-top:20px;
	display: inline-block;
}

#intro-image .image-container {
    background: url("../img/negozio.jpg");
    background-size: cover;
    background-position: center;
}

#intro-image .big-margin{
	margin:200px 100px;
}
#intro-image ul{
	margin: 20px 30px;
}

#intro-image ul li{
	margin: 10px 0;
	list-style:disc;
}


#perche .focus .focus-col{
	border-right:1px solid #245150;
}
#perche  .focus .focus-col:last-child{
	border-right:none;
}
#perche  .focus .focus-col b{
	margin-bottom:20px;
	display: inline-block;
}
#perche .focus .focus-col p{
	margin-bottom:0px;
}

.anelli{
	height: 700px;
	background: url(../img/anelli.png);
	background-position: center;
	background-size: cover;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
#lista .lista-numeri .col-numeri{
	background:#E0DAD6;
	margin: 0 10px;
	border-radius:15px;
}	
#lista .lista-numeri .lista-inner{
	padding:20px;
}

#lista .lista-numeri .lista-inner .h2{
	margin-bottom:40px;
}

#cta{
	padding:40px 0;
}
#cta .row{
	align-items: center;
}
#cta p{
	margin-bottom: 0;
}

#approfondimento .img-approfondimento-1{
	background: url(../img/approfondimento-1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:10px 0 0 10px;
	
}

#approfondimento .big-margin{
	padding:200px 100px 200px 0;
}

#approfondimento .big-margin2{
	padding:200px 200px 200px 100px;
}

#approfondimento .img-approfondimento-2{
	background: url(../img/approfondimento-2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:0 10px 10px 0 ;
	
}
#appuntamento .form input, #appuntamento .form textarea {
    width: 100%;
    border-bottom: 1px solid #E0DAD6;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #245150;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
}

#appuntamento .form input.error, #appuntamento .form textarea.error {
    background: #ff00002e;
}
#appuntamento .form label.error {
    color: red;
    margin-bottom: 15px;
    margin-top: -10px;
}

 #appuntamento .form textarea {
	 height: 80px;
}
#appuntamento .form input[type=checkbox] {
    width: auto;
    float: left;
    height: auto;
	margin-right: 10px;
}

#appuntamento .form label{
	width: 90%;
	float:left;
}

#servizio p{
	margin-top: 20px;
}

 @media (min-width: 300px) {

	 html {
		font-size: 14px;
	}

	h1, .h1{
		font-size: 2.5rem;
	}
	h2, .h2{
		font-size: 2.3rem;
	}
	h3, .h3{
		font-size: 1.2rem;
	}
	h4, .h4{
		font-size: 1.8rem;
	}
	p{
		font-size: 1rem;
	}
	.big{
		font-size: 1.2rem;
	}
}
 @media (min-width: 576px) {
	

}
 @media (min-width: 768px) {


}
 @media (min-width: 992px) {
	
}
 @media (min-width: 1200px) {

	html {
		scroll-padding-top: 85px; /* height of sticky header */
		font-size: 15px;
	}
	 h1, .h1{
		font-size: 6rem;
	}
	h2, .h2{
		font-size: 4rem;
	}
	h3, .h3{
		font-size: 1.5rem;
	}
	h4, .h4{
		font-size: 2.5rem;
	}
	p{
		font-size: 1rem;
	}
	.big{
		font-size: 1.5rem;
	}
}

 @media (min-width: 1680px) {
	
	html {
		font-size: 16px;
	}
	h1, .h1{
		font-size: 7rem;
	}
	h2, .h2{
		font-size: 4rem;
	}
	h3, .h3{
		font-size: 1.5rem;
	}
	h4, .h4{
		font-size: 2.5rem;
	}
	p{
		font-size: 1rem;
	}
	.big{
		font-size: 1.5rem;
	}
}
 @media (max-width: 768px) {

	nav img.logo{
		max-height: 40px;
		width: auto;
	}
	li.appuntamento {
		float: right;
		width: 50%;
		justify-content: right;
		text-align: right !important;
		display:inline;

	}
	 li.logo {
		float: left;
		width: 50%;
		justify-content: left;
		text-align: left !important;
		display:inline;

	}
	 
	 section#top {
		margin-top: 60px;
	}
	 .carousel-caption {
		top: 0;
		width: 60%;
		left: 0;
		text-align: center;
		right: 0;
		width: 100%;
	}
	 .section {
		padding: 20px;
		text-align: center;
	}
	 .section .section-header {
		margin-bottom: 10px;
	}
	 .pr-5 {
		padding-right:0;
	}

	#intro-image .big-margin,
	 #approfondimento .big-margin,
	 #approfondimento .big-margin2{
		margin: 0;
		padding: 20px;
		text-align: center;
	}
	 #perche .focus .focus-col{
		border-right:none;
		 padding:15px 0;
		border-bottom:1px solid #245150;
	}
	#perche  .focus .focus-col:last-child{
		border-bottom:none;
	}
	#perche  .focus .focus-col b{
		margin-bottom:5px;
		display: inline-block;
	}
	
	.anelli {
		height: 300px;
		
	}
	 #lista .lista-numeri .lista-inner .h2 {
		margin-bottom: 10px;
	}

	 #lista .lista-numeri .col-numeri {
		margin: 0 0 15px 0;
	}
	 #cta {
		padding: 20px;
		text-align: center;
	}
	 #cta .text-right {
		text-align: center;
	}
	 #cta a{
		 margin-top: 10px;
	 }

	#approfondimento .img-approfondimento-1,
	 #approfondimento .img-approfondimento-2{
		 height: 300px;
		 border-radius: 0;
	 }
	 .border-right {
		border-right: none;
	}
	#intro-image ul li{
		list-style-position:inside;
	}

}
.alert {
    position: fixed;
    z-index: 999999;
    width: 100%;
    text-align: center;
}
  