@font-face {
	font-family: 'Apercu Medium';
	src: url('fonts/Apercu-Medium.eot');
	src: url('fonts/Apercu-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Apercu-Medium.woff2') format('woff2'),
		url('fonts/Apercu-Medium.woff') format('woff'),
		url('fonts/Apercu-Medium.ttf') format('truetype'),
		url('fonts/Apercu-Medium.svg#Apercu-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Apercu Regular';
	src: url('fonts/Apercu-Regular.eot');
	src: url('fonts/Apercu-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Apercu-Regular.woff2') format('woff2'),
		url('fonts/Apercu-Regular.woff') format('woff'),
		url('fonts/Apercu-Regular.ttf') format('truetype'),
		url('fonts/Apercu-Regular.svg#Apercu-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Apercu Bold';
	src: url('fonts/Apercu-Bold.eot');
	src: url('fonts/Apercu-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Apercu-Bold.woff2') format('woff2'),
		url('fonts/Apercu-Bold.woff') format('woff'),
		url('fonts/Apercu-Bold.ttf') format('truetype'),
		url('fonts/Apercu-Bold.svg#Apercu-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}



:root {
	--main-color: #aa965f;
	--second-color: #bbab7f;
	--bg-color: #ede9de;
	--text-color: #131313;
}




body {
	overflow-x: hidden;
}

body, body * {
	font-family: 'Apercu Regular', sans-serif;
}
body h1, body h2, body h3, body h1 *, body h2 *, body h3 * {
	font-family: 'Apercu Medium', sans-serif;
}
body h4, body h5, body h6, body h4 *, body h5 *, body h6 * {
	font-family: 'Apercu Regular', sans-serif;
}
button, .et_pb_button {
	font-family: 'Apercu Regular', sans-serif;
}

h1, h2, h1 *, h2 * {
	font-size: 50px !important;
	line-height: 1.05em !important;
	letter-spacing: 1px !important;
}
h3, h3 *, .et_pb_module.et_pb_blog_grid_wrapper .et_pb_blog_grid .et_pb_post .entry-title, .et_pb_module.et_pb_blog_grid_wrapper .et_pb_blog_grid .et_pb_post .entry-title * {
	font-size: 30px !important;
	line-height: 1.05em !important;
	letter-spacing: 0.5px !important;
}
h4, h4 * {
	
}


#main-header {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.et_pb_row {
	width: 94%;
	padding: 0;
}

#footer-custom {
	border-top: 1px solid #ccc;
	display: flex;
	width: 100%;
	padding: 35px 3% 32px 3%;
}
#footer-custom > div {
	width: 50%;
	align-items: center;
	display: flex;
}
#footer-custom > div + div {
	text-align: right;
	justify-content: end;
}
#footer-custom > div a img {
	height: 36px;
	vertical-align: middle;
	opacity: 0.9;
}

#privacy-policy-popup {
	padding: 3.5vw 0;
}

#et-main-area .et_pb_button_module_wrapper .et_pb_button {
	border-radius: 30px;
	font-size: 20px;
}

.et_pb_button {
	/*min-width: 260px;*/
}
.et_pb_button.btn_white {
	background: #fff;
}
.et_pb_button.btn_negative_top {
	margin-top: -8px;
}
.et_button_icon_visible .et_pb_button {
	padding-right: 50px !important;
	padding-left: 30px !important;
}

.et_pb_equal_columns > .et_pb_column {
	display: grid;
	place-items: center;
}

#main-header {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main-header .et_menu_container {
	width: 94%;
	max-width: 1400px
}

.hero-section .et_pb_slider + .et_pb_fullwidth_code {
	display: grid;
	place-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hero-section .et_pb_slider + .et_pb_fullwidth_code .et_pb_code_inner {
	background: #131313;
	padding: 5px 12px 30px 12px;
}
.hero-section .et_pb_slider + .et_pb_fullwidth_code h1 {
	text-transform: uppercase;
	/*background: #131313;*/
	color: #fff;
	padding: 25px 50px 13px 50px;
	font-size: 60px;
	margin-bottom: 23px;
	letter-spacing: 4px;
}
.hero-section .et_pb_slider + .et_pb_fullwidth_code h3 {
	color: #fff;
	font-size: 40px !important;
}
.hero-section .et_pb_slider + .et_pb_fullwidth_code p {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
}
.hero-section .et_pb_slider + .et_pb_fullwidth_code .et_pb_button {
	cursor: pointer;
	color: #131313 !important;
	background: #fff !important;
	border: 0 !important;
	text-transform: uppercase;
	padding: 5px 10px !important;
	margin-top: 25px;
	width: 80%;
	max-width: 240px;
	font-size: 20px;
	border-radius: 22px;
	letter-spacing: 2px;
	opacity: 1;
}
.hero-section .et_pb_slider + .et_pb_fullwidth_code .et_pb_button:hover {
	opacity: 0.8;
}
.hero-section .et_pb_slider .et_pb_slide_description {
	padding: 145px 0 35% 0;
}
.hero-section .et_pb_slide_description .et_pb_slide_title {
	font-size: 64px;
}

#top-menu .menu-item.menu-social {
	float: right;
	margin-left: 300px;
}
#top-menu .menu-item.menu-social a {
	margin-left: 10px;
	padding: 0;
	/* border: 2px solid #fff; */
	border: 2px solid var(--second-color);
	background: var(--second-color);
	border-radius: 50%;
	padding: 6px;
	float: left;
	opacity: 1 !important;
}
#top-menu .menu-item.menu-social a:hover {
	background: var(--main-color);
	border: 2px solid var(--main-color);
}
#top-menu .menu-item.menu-social a img {
	height: 20px;
	vertical-align: middle;
}
#top-menu .menu-item.menu-social a:hover::after {
	display: none !important;
}

.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_title {
	position: absolute;
	top: 40px;
	left: 44px;
	text-transform: uppercase;
	font-size: 26px !important;
	letter-spacing: 2px !important;
	color: #fff;
	text-decoration: underline;
}
.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_caption {
	max-width: 500px;
	position: absolute;
	top: 52px;
	left: 40px;
	text-transform: uppercase;
	font-size: 70px !important;
	line-height: 1em !important;
	letter-spacing: 1px !important;
	font-weight: bold;
	text-shadow: none !important;
	color: var(--main-color);
}
.gallery_white_title .custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_caption {
	color: #fff;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
	background-color: var(--main-color);
}

#main-header #et-top-navigation {
	padding: 60px 0 !important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu > li:not(.menu-social) {
	padding: 0 4px !important;
	margin-left: -8px;
	background: var(--second-color) !important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu > li:nth-child(1) {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-left: 0 !important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu > li:nth-child(4) {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-right: 0 !important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu > li:not(.menu-social) > a {
	padding: 12px 30px !important;
	border-radius: 50px;
	opacity: 1 !important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu > li:not(.menu-social):hover > a {
	background: var(--main-color) !important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu > li.menu-item-has-children > a {
	padding: 12px 40px 12px 30px !important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu .menu-item-has-children > a:first-child:after {
	top: 11px;
	right: 17px;
}
#main-header #et-top-navigation #top-menu-nav #top-menu .menu-item-has-children .sub-menu {
	background: #fff;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 12px 0;
}
#main-header #et-top-navigation #top-menu-nav #top-menu .menu-item-has-children .sub-menu > li {
	padding: 0;
	width: 100%;
}
#main-header #et-top-navigation #top-menu-nav #top-menu .menu-item-has-children .sub-menu > li > a {
	color: var(--text-color) !important;
	opacity: 1 !important;
	width: 100%;
}
#main-header #et-top-navigation #top-menu-nav #top-menu .menu-item-has-children .sub-menu > li > a:hover {
	background: var(--bg-color) !important;
}

.et_pb_blog_grid_wrapper article.et_pb_post {
	/*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;*/
	box-shadow: rgba(0, 0, 0, 0.25) 2px 3px 6px;
	border-radius: 20px;
	padding: 20px 30px;
	overflow: hidden;
}
.et_pb_blog_grid_wrapper article.et_pb_post .entry-title {
	text-transform: uppercase;
	color: var(--main-color) !important;
	padding-bottom: 19px;
}
#main-content .et_pb_blog_grid_wrapper article.et_pb_post .entry-title a {
	font-size: 20px !important;
	letter-spacing: 1px !important;
}
.et_pb_blog_grid_wrapper article.et_pb_post .post-content-inner p {
	color: var(--main-color) !important;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Apercu Medium', sans-serif;
}
.et_pb_blog_grid_wrapper article.et_pb_post .more-link {
	color: var(--main-color) !important;
	text-decoration: underline;
	text-transform: capitalize;
	margin-top: 10px;
	display: inline-block;
	font-family: 'Apercu Medium', sans-serif;
}
.et_pb_blog_grid_wrapper article.et_pb_post .et_pb_image_container {
	margin: -20px -30px 20px;
}
.et_pb_blog_grid_wrapper article.et_pb_post .et_pb_image_container .entry-featured-image-url {
	margin-bottom: 20px;
}

.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth {
	padding-bottom: 50px;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et-pb-controllers {
	bottom: -10px;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et-pb-controllers a {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	opacity: 1 !important;
	border: 2px solid var(--main-color);
	background: #fff !important;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et-pb-controllers a.et-pb-active-control {
	background: var(--main-color)!important;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et-pb-slider-arrows a {
	background: #fff;
	border-radius: 50%;
	font-size: 30px;
	line-height: 24px;
	padding: 10px 6px;
	top: unset;
	bottom: 75px;
	width: 46px;
	height: 46px;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et-pb-slider-arrows a:before {
	font-size: 30px;
	line-height: 24px;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et-pb-slider-arrows a.et-pb-arrow-prev {
	right: 85px;
	left: unset;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et-pb-slider-arrows a.et-pb-arrow-next {
	right: 25px;
	left: unset;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et_pb_gallery_items {
	height: 620px;
	max-height: 42vw;
	overflow: hidden;
}
.home .et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et_pb_gallery_items {
	height: 850px;
	max-height: 57vw;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et_pb_gallery_items > .et_pb_gallery_item,
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et_pb_gallery_items > .et_pb_gallery_item .et_pb_gallery_image,
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et_pb_gallery_items > .et_pb_gallery_item .et_pb_gallery_image > div {
	height: 100%;
}
.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et_pb_gallery_items > .et_pb_gallery_item img {
	object-fit: cover;
	object-position: center center;
	width: 100% !important;
	height: 100% !important;
}

#carousel_slider_block {
	width: 100%;
	width: calc(100% + 30px);
	margin-left: -15px;
	position: relative;
	box-sizing: border-box;
}
#carousel_slider_block .carousel-track-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 75px;
}
#carousel_slider_block .carousel-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
	will-change: transform;
}
#carousel_slider_block .carousel-item {
	flex-shrink: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30vw;
	max-height: 570px;
	position: relative;
}
#carousel_slider_block .carousel-item::after {
	display: block;
	content: "";
	background: #fefefe !important;
	border-radius: 20px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
	/*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;*/
	box-shadow: rgba(0, 0, 0, 0.25) 2px 3px 6px;
}
.bg_white #carousel_slider_block .carousel-item::after {
	background: #f5f4ee !important;
}
#carousel_slider_block .carousel-item:hover::after, .bg_white #carousel_slider_block .carousel-item:hover::after {
	background: var(--second-color) !important;
}
#carousel_slider_block .carousel-item > div {
	height: 100%;
	max-height: 570px;
	text-align: center;
	position: relative;
	z-index: 5;
	display: grid;
	place-items: center;
	grid-auto-flow: row;
}
#carousel_slider_block .carousel-item > div h3 {
	/* padding: 0 8px 35px 8px !important; */
}
#carousel_slider_block .carousel-item > div img {
	width: auto;
	height: 22vw;
	max-height: 400px;
}
#carousel_slider_block .carousel-controls {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}
#carousel_slider_block .carousel-arrow {
	background: var(--main-color) !important;
	color: white;
	border: none;
	width: 36px;
	padding: 8px 10px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 50px;
}
#carousel_slider_block .carousel-arrow:disabled {
	background: #bbb !important;
	cursor: not-allowed;
}
#carousel_slider_block .carousel-arrow.hidden {
	visibility: hidden;
}

#tutte-le-news {
	display: none;
}

#sezione_prodotto_1 .et_pb_column {
	z-index: 9;
}
#sezione_prodotto_1 #img_birra {
	height: 75vh;
	transform: scale(0.8);
	opacity: 0;
}
#sezione_prodotto_1 #img_birra.loaded {
	opacity: 1;
	transition: transform 0.4s ease-out, opacity 0.2s linear 0.4s;
}
#sezione_prodotto_1 #img_birra img {
	-webkit-filter: drop-shadow(6px 6px 8px rgba(40, 60, 65, 0.5));
	filter: drop-shadow(6px 6px 8px rgba(40, 60, 65, 0.5));
}
#sezione_prodotto_1 #img_birra.shaking img {
	animation: shake 5s;
	animation-delay: 0.2s;
}
#sezione_prodotto_1 #img_birra .et_pb_image_wrap, #sezione_prodotto_1 #img_birra .et_pb_image_wrap img {
	height: 100%;
	width: auto;
}
#sezione_prodotto_1 .et_pb_equal_columns > .et_pb_column {
	place-items: start !important;
	align-content: center !important;
}
#sezione_prodotto_1 .et_pb_button_module_wrapper {
	position: absolute;
	bottom: 80px;
	left: 0;
}
#sezione_prodotto_1 .et_pb_button_module_wrapper .et_pb_button {
	min-width: 200px;
	text-align: center;
}
#sezione_prodotto_1 h1 {
	color: var(--selected-color) !important;
	font-size: 80px !important;
	font-weight: 600;
	letter-spacing: 0.05em !important;
}
#sezione_prodotto_1 p, #sezione_prodotto_1 p * {
	font-size: 23px;
	line-height: 40px;
	max-width: 500px;
}
#sezione_prodotto_2 #img_birra2 {
	height: 75vh;
	opacity: 0;
}
#sezione_prodotto_2 #img_birra2 .et_pb_image_wrap, #sezione_prodotto_2 #img_birra2 .et_pb_image_wrap img {
	height: 100%;
	width: auto;
}
#sezione_prodotto_2::before {
	content: "";
	display: block;
	background: var(--selected-color) !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}
#sezione_prodotto_2 .et_pb_text .et_pb_text_inner, #sezione_prodotto_2 .et_pb_text .et_pb_text_inner * {
	font-size: 23px;
	line-height: 40px;
	max-width: 500px;
}

#popupBeviResponsabilmente {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.75);
	transition: opacity 0.5s ease;
	z-index: 999998;
	align-items: center;
	justify-content: center;
}
#popupBeviResponsabilmente > div {
	background: #fff;
	padding: 40px 40px;
	text-align: center;
	border-radius: 8px;
	max-width: 96%;
	margin: auto;
}
#popupBeviResponsabilmente h3 {
	font-size: 30px;
	letter-spacing: 1px;
}
#popupBeviResponsabilmente p {
	font-size: 17px;
}
#popupBeviResponsabilmente .et_pb_button {
	border-radius: 30px;
	font-size: 20px;
	margin: 20px 10px 0 10px;
	display: inline-block;
}
#popupBeviResponsabilmente .et_pb_button.et_pb_button_red {
	background: #b31010 !important;
	border-color: #b31010 !important;
	color: #fff !important;
}
#popupBeviResponsabilmente .et_pb_button.et_pb_button_red:after {
	color: #fff !important;
}

.hidden-gallery {
	display: none !important;
}






@media (max-height: 950px) {
	#sezione_prodotto_1 .et_pb_column_2_3 .et_pb_module.et_pb_text + .et_pb_module.et_pb_text {
		padding-bottom: 15vh !important;
	}
}





@media (max-width: 1500px) {
	#carousel_slider_block .carousel-item::after {
		left: 10%;
		width: 80%;
	}
}
@media (max-width: 1480px) {
	#top-menu .menu-item.menu-social {
		margin-left: calc(43vw - 375px);
	}
}
@media (max-width: 1250px) {
	#sezione_prodotto_1 h1 {
		font-size: 72px !important;
	}
}
@media (max-width: 1200px) {
	#privacy-policy-popup {
		padding: 30px 0;
	}
	.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_caption {
		font-size: 60px !important;
	}
}
@media (max-width: 1150px) {
	#sezione_prodotto_1 h1 {
		font-size: 62px !important;
	}
	#sezione_prodotto_1 p, #sezione_prodotto_1 p * {
		font-size: 21px;
		line-height: 34px;
	}
	#carousel_slider_block .carousel-item h3 {
		font-size: 26px !important;
		letter-spacing: 0 !important;
	}
}
@media (max-width: 980px) {
	#mobile_menu {
		background: rgba(0,0,0,0.75) !important;
	}
	.mobile_menu_bar:before {
		color: #fff !important;
	}
	#mobile_menu .menu-item.menu-social {
		margin-top: 20px;
	}
	#mobile_menu .menu-item.menu-social a {
		float: left;
		padding-right: 20px;
	}
	.hero-section .et_pb_slider + .et_pb_fullwidth_code h1 {
		padding: 22px 50px 13px 50px;
		font-size: 50px;
		letter-spacing: 1px;
	}
	#mobile_menu .menu-item.menu-social a img {
		height: 36px;
	}
	#carousel_slider_block .carousel-item {
		height: 45vw;
	}
	#carousel_slider_block .carousel-item::after {
		left: 5%;
		width: 90%;
	}
	#carousel_slider_block .carousel-item > div img {
		height: 30vw;
	}
	#sezione_prodotto_1 .et_pb_button_module_wrapper {
		position: static;
	}
	#sezione_prodotto_1 h1 {
		font-size: 72px !important;
		padding: 20px 0 8px 0;
	}
	#sezione_prodotto_1 p, #sezione_prodotto_1 p * {
		max-width: 70%;
	}
	#sezione_prodotto_2 > .et_pb_row > .et_pb_column:first-child {
		display: none !important;
	}
	.mobile_menu_bar:before {
		color: var(--main-color) !important;
	}
	.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_caption {
		font-size: 54px !important;
		top: 80px;
	}
}
@media (max-width: 840px) {
	#carousel_slider_block .carousel-item h3 {
		font-size: 21px !important;
		letter-spacing: -0.5px !important;
	}
	.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_caption {
		font-size: 48px !important;
		max-width: 50%;
		white-space: normal;
		overflow-wrap: normal;
		word-wrap: normal;
		word-break: normal;
		overflow: visible;
	}
	#sezione_prodotto_1 h1 {
		font-size: 62px !important;
	}
}
@media (max-width: 766px) {
	.hero-section .et_pb_slider + .et_pb_fullwidth_code h1 {
		padding: 20px 50px 13px 50px;
		font-size: 40px;
		letter-spacing: 1px;
	}
	.hero-section .et_pb_slider + .et_pb_fullwidth_code h3 {
		font-size: 32px !important;
	}
	h1, h2, h1 *, h2 * {
		font-size: 44px !important;
	}
	.et_pb_gallery.et_pb_slider.et_pb_gallery_fullwidth .et-pb-controllers {
		bottom: 15px;
	}
	.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_caption {
		font-size: 44px !important;
	}
	#sezione_prodotto_1 h1 {
		font-size: 56px !important;
	}
}
@media (max-width: 620px) {
	#footer-custom {
		display: block;
	}
	#footer-custom > div {
		width: 100%;
		display: block;
		text-align: center !important;
		margin-bottom: 1px;
	}
	.hero-section .et_pb_slider + .et_pb_fullwidth_code h1 {
		font-size: 32px;
	}
	.hero-section .et_pb_slider + .et_pb_fullwidth_code h3 {
		font-size: 30px !important;
	}
	.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_caption {
		font-size: 36px !important;
		max-width: 70%;
	}
	.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_title {
		font-size: 23px !important;
		letter-spacing: 1px !important;
	}
	#sezione_prodotto_1 h1 {
		font-size: 48px !important;
	}
	#sezione_prodotto_1 p, #sezione_prodotto_1 p * {
		max-width: 100%;
		font-size: 20px;
		line-height: 33px;
	}
}
@media (max-width: 479px) {
	.hero-section .et_pb_slider + .et_pb_fullwidth_code {
		background: rgba(0, 0, 0, 0.55);
	}
	.hero-section .et_pb_slider + .et_pb_fullwidth_code h1 {
		font-size: 28px;
		letter-spacing: 0;
		padding: 18px 15px 13px 15px;
	}
	.hero-section .et_pb_slider + .et_pb_fullwidth_code h3 {
		font-size: 26px !important;
	}
	.hero-section .et_pb_slider + .et_pb_fullwidth_code .et_pb_code_inner {
		background: none;
		padding: 0 12px 15px 8px;
	}
	#carousel_slider_block .carousel-item {
		height: 90vw;
	}
	#carousel_slider_block .carousel-item > div img {
		height: 65vw;
	}
	#carousel_slider_block .carousel-item > div h3 {
		padding-bottom: 17px;
		font-size: 24px !important;
		letter-spacing: 0px !important;
	}
	.custom_et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_caption {
		font-size: 32px !important;
		max-width: 90%;
	}
	h1, h2, h1 *, h2 * {
		font-size: 38px !important;
	}
	#sezione_prodotto_1 h1 {
		font-size: 44px !important;
	}
	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 5vw !important;
	}
}


