body {
	background-color: #fff;
}

.fw900 {
	font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat";
	font-weight: 600;
	line-height: 1.15;
}

h2 {
	margin-bottom: 50px;
}

p,
li {
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 1.3em;
	font-family: "Montserrat";
}

img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

section {
	position: relative;
	padding: 2em 0;
}

.row {
	position: relative;
}

.columns {
	position: relative;
}

ul.contenuti-programma {
	margin: 0;
}

ul.contenuti-programma li {
	list-style: none;
	background-repeat: no-repeat;
	padding-left: 50px;
	position: relative;
	margin-bottom: 0.6em;
}

ul.contenuti-programma li::before {
	content: url(../images/fogliolina.png);
	left: 0;
	position: absolute;
	top: -5px;
	color: #50b33f;
	font-size: 1.4em;
}

.program .hero {
	width: 100%;
	padding: 260px 0 260px 0;
	position: relative;
	margin-bottom: 40px;
}
.program .hero .overlay-hero-program {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.program .hero .program-hero-content {
	display: block;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.program .hero h1 {
	text-align: center;
	font-size: 60px;
	font-weight: 900;
	color: #fff;
}
.program .hero h3 {
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	text-transform: none !important;
	letter-spacing: -1px;
	line-height: 1.2;
	font-weight: normal;
}
/* .wrap-programmi {
	background: #f5f5f5 !important;
	padding-top: 5em;
} */

.wrap-programmi::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #fff;
	clear: both;
}

.programmi .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.box .box-anteprima {
	position: relative;
	min-height: 500px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	overflow: hidden;
	border-radius: 0 !important;
	cursor: pointer;
}

.box .box-anteprima::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.box .box-anteprima:hover::after {
	opacity: 0.5;
	transition: all 380ms ease-in-out;
}

/* .box .box-anteprima::before {
	transition: all 380ms ease-in-out;
	transform: rotate(0);
	opacity: 0;
	background: #ffd930;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
}

.box .box-anteprima:hover::before {
	opacity: 0.6;
	transition: all 380ms ease-in-out;
	transform: rotate(360deg);
} */

.programmi .box .box-anteprima .box-content {
	position: relative;
	bottom: 0;
	width: 85%;
	left: 0;
	transform: none;
	text-align: center;
	z-index: 2;
}

.box .box-anteprima .box-content h2 {
	color: #fff;
	font-size: 2.4rem !important;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
}

.box .box-anteprima:hover .box-content h2 {
	display: block;
}

.programmi .box .box-anteprima .box-content h3 {
	color: #ffd930;
}
.programmi .box .box-anteprima .box-content a {
	display: inline-block;
	background: #fff;
	padding: 10px 30px;
	color: #000;
	border-radius: 30px;
	font-size: 21px;
}

.programmi .box:hover {
	transform: scale(1.03);
	transition: all 0.2s ease-in-out;
}

.programmi .box.onniv {
	background: url(../images/programma-onnivori.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.programmi .box.veget {
	background: url(../images/programma-vegetariani.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.programmi .box.vegan {
	background: url(../images/programma-vegani.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.online-program {
	position: relative;
}

.online-program #programma {
	clear: both;
	overflow: hidden;
}
.online-program #programma .item {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.online-program #programma .item .item-content,
.online-program #programma .item img {
	width: 50%;
	float: left;
}
.online-program #programma .item .item-content {
	padding-right: 30px;
}

.box-sconto {
	display: block;
	border: 2px dashed #fed71b;
	padding: 30px 60px;
}

.footerwidget {
	display: none;
}

.footer {
	padding: 10px;
}

.footer .credits {
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
	.program .hero h3 br {
		display: none;
	}
}

@media only screen and (max-width: 1024px){
	.box .box-anteprima{
		min-height: 400px !important;
	}
	.box .box-anteprima .box-content h2{
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 812px) {
	br {
		display: none;
	}
	.online-program #programma .item .item-content,
	.online-program #programma .item img {
		width: 100%;
		float: none;
	}
	.programmi .columns {
		width: 100%;
		padding: 0 2.5em;
	}
	.programmi .box {
		margin-bottom: 50px;
	}
	.box .box-anteprima {
		min-height: 600px !important;
		flex-direction: column;
	}
}

@media only screen and (max-width: 600px) {
	.program .hero h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 480px) {
	.box .box-anteprima {
		min-height: 500px !important;
	}
	.programmi .columns {
		padding: 0 1em;
	}
	.wrap-programmi h2.tit-sconto {
		font-size: 26px;
	}
}

@media only screen and (max-width: 414px) {
	.program .hero h1 {
		font-size: 60px;
	}
	.program .hero h3 {
		font-size: 20px;
	}
	.box .box-anteprima {
		min-height: 400px !important;
	}
	.box .box-anteprima .box-content h2 {
		font-size: 2rem !important;
	}
}

@media only screen and (max-width: 375px) {
	.program .hero h1 {
		font-size: 50px;
	}
	.box .box-anteprima {
		min-height: 370px !important;
	}
	.box .box-anteprima .box-content h2 {
		font-size: 1.7rem !important;
	}
}

@media only screen and (max-width: 320px) {
	.box .box-anteprima {
		min-height: 300px !important;
	}
	.box .box-anteprima .box-content h2 {
		font-size: 1.4rem !important;
	}
}
