@charset "utf-8";
/* CSS Document */
/**/
/*================================== BOOT ===============================================*/
body {
	/*font-family: 'Cormorant Garamond';*/
}
.cmsForm {}
.cmsForm .error {
	color: #C30
}
#alert {
	display: none;
	position: fixed;
	z-index: 10001;
	font-size: 14px;
	color: #000;
	background-color: rgba(0, 45, 71, 0.90);
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#alert .testoAlert {
	margin: 10px;
	color: #FFF;
	padding: 20px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
	/*width: 100%;*/
	height: 16px;
	animation: l3-0 2s infinite alternate;
}
.loader:before, .loader:after {
	content: "";
	width: 16px;
	height: 100%;
	background: #3FB8AF;
	display: inline-block;
	animation: l3-1 1s infinite alternate;
}
.loader:after {
	background: #FF3D7F;
	--s: -1;
}
@keyframes l3-0 {
	0%, 40% {
		transform: rotate(0);
	}
	80%, 100% {
		transform: rotate(.5turn);
	}
}
@keyframes l3-1 {
	80%, 100% {
		transform: translate(calc(var(--s, 1) * 14px));
	}
}
/*================================== SITE ===============================================*/
.btn-beige{background-color:#E1D4B1; color:#514F38}
strong{font-weight: 600}
.evidenza{font-weight:600; font-size:34px;color:#967530; padding:40px 60px 0 45px; line-height:38px;background-image: url('../img/quote.png');
  background-repeat: no-repeat;}
.evidenza .small{font-size: 28px;font-weight:400;}
.img-full{width:100%}
.bg-panna{ background-color:#f9f6f1; padding:40px}