#home .banner
{
	margin-bottom: 30px;
}
#home .banner img
{
	width: 100%;
}
#home .banner .mobile
{
	display: none;
}
@media (max-width: 640px) {
	#home .banner .desktop
	{
		display: none;
	}
	#home .banner .mobile
	{
		display: block;
	}
}
#home #banner_fattorina .desktop
{
	aspect-ratio: 1920 / 587;
}
#home #banner_fattorina .mobile
{
	aspect-ratio: 1399 / 587;
}
.component_ad #quadretti
{
	margin: 0;
}
.component_ad #quadretti>div
{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.component_ad #quadretti>div>div
{
	display: flex;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	max-height: 300px;
}
.component_ad #quadretti .text
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 400px;
	height: 100%;
	color: #fff;
	text-align: left;
	padding: 8px;
}
.component_ad #quadretti .text h4
{
	margin-bottom: 5px;
	font-size: 14px;
}
.component_ad #quadretti .text>div
{
	font-size: 12px;
	margin-bottom: 5px;
}
.component_ad #quadretti .text a
{
	display: inline-block;
    background: #fff;
    color: #000;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none;
	font-weight: 500;
}
.component_ad #quadretti img
{
	width: 230px;
	height: 100%;
}
@media (min-width: 500px)
{
	.component_ad #quadretti .text h4
	{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.component_ad #quadretti .text>div
	{
		font-size: 12px;
	}
	.component_ad #quadretti .text
	{
		padding: 15px 30px;
	}
}
@media (min-width: 1200px)
{
	.component_ad #quadretti .text h4
	{
		font-size: 20px;
	}
	.component_ad #quadretti .text>div
	{
		font-size: 14px;
	}
	.component_ad #quadretti img
	{
		width: 300px;
	}
}
@media (min-width: 1400px)
{
	.component_ad #quadretti .text h4
	{
		font-size: 24px;
	}
	.component_ad #quadretti .text>div
	{
		font-size: 18px;
	}
}
@media (min-width: 1500px)
{
	.component_ad #quadretti .text
	{
		width: 500px;
	}
	.component_ad #quadretti img
	{
		width: 400px;
	}
}
.component_ad #mappa
{
	position: relative;
}
.component_ad #mappa h4
{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
@media (min-width: 800px) {
	.component_ad #mappa h4
	{
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.component_ad #mappa h4
	{
		font-size: 30px;
	}
}
.component_ad #our_company
{
	margin-bottom: 30px;
	background: #fef5e6;
	border-radius: 30px;
	padding: 50px;
	display: flex;
	align-items: center;
	text-align: left;
}
.component_ad #youtube
{
	width: 100%;
	display: flex;
    justify-content: center;
}
.component_ad #our_company_text
{
	width: 100%;
}
.component_ad #our_company_text>.title
{
	display: flex;
}
.component_ad #our_company h4:first-child
{
	border-bottom: 5px solid #ff9700;
	margin-right: 10px;
}
.component_ad #our_company h4
{
	font-size: 40px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.component_ad #our_company .text
{
	font-size: 14px;
}
.component_ad #youtube #player
{
	width: 100%;
	max-width: 400px;
	border-radius: 20px;
}
@media (min-width: 600px) {
	.component_ad #our_company .text
	{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.component_ad #youtube #player
	{
		max-width: 600px;
	}
	.component_ad #our_company .text
	{
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.component_ad #our_company
	{
		flex-direction: column-reverse;
	}
	.component_ad #our_company .text
	{
		margin-bottom: 20px;
	}
}
#cats .macro_image h4
{
	color: #fff;
	z-index: 1;
	text-align: center;
	width: 100%;
}
#cats .cat_inner.desktop .macro_image h4
{
	margin: 0 10px;
	font-size: 30px;
}
#cats .cat_inner.mobile .macro_image h4
{
	font-size: 12px;
}
@media (min-width: 400px) {
	#cats .cat_inner.mobile .macro_image h4
	{
		font-size: 16px;
	}
}
@media (min-width: 600px) {
	#cats .cat_inner.mobile .macro_image h4
	{
		font-size: 20px;
	}
}
#cats .cat_container
{
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	padding: 120px 5px;
}
#cats .cat_container a
{
	text-decoration: none;
}
@media (min-width: 800px) {
	#cats .cat_container
	{
		padding: 120px 20px;
	}
}
#cats .cat_inner
{
	background: #f0f0f0;
	padding: 5px;
	border-radius: 20px;
}
#cats .cat_inner.mobile
{
	display: none;
}
@media (max-width: 1200px) {
	#cats .cat_inner.desktop
	{
		display: none;
	}
	#cats .cat_inner.mobile
	{
		display: block;
	}
}
#cats .carousel
{
	display: flex;
}
#cats .carousel .macro_image
{
	border-radius: 20px;
	position: relative;
	background-size: cover;
	background-position: center;
}
#cats .cat_inner.mobile .macro_image
{
	padding: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 330px;
}
#cats .cat_inner.mobile .macro_image
{
	width: 100%;
}
#cats .cat_inner.desktop .macro_image
{
	width: 300px;
	height: 400px;
	overflow: hidden;
	display: flex;
    align-items: center;
}
#cats .macro_image .overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
#cats .carousel .macro_image .button
{
	background: #ff9700;
	padding: 8px;
	border: 0;
}
#cats .carousel
{
	margin: 0;
}
#cats .cat_inner.mobile .macro_image .button
{
	width: 100%;
}
#cats .cat_inner.desktop .macro_image .button
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
#cats .carousel .subcats_container
{
	width: 100%;
	display: flex;
    align-items: center;
}
#cats .carousel .subcats
{
	margin: 0 80px;
	width: 100%;
}
#cats .carousel .subcat_container, #cats .macro_container
{
	display: flex;
	justify-content: center;
	align-items: center;
}
#cats .macro_container a
{
	text-decoration: none;
	width: 100%;
}
#cats .carousel .subcat_inner
{
	box-shadow: 1px 1px 10px 1px #cccccc;
	padding: 10px;
	margin: 10px;
	border-radius: 20px;
	height: 330px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	background: #fff;
}
#cats .cat_inner.desktop .subcat_inner
{
	width: 250px;
}
#cats .carousel .subcat_container h5
{
	color: #000;
	font-size: 14px;
	margin-top: 5px;
}
#cats .cat_inner.mobile .subcat_container
{
	padding: 0;
}
#cats .cat_inner.mobile .subcat_container h5
{
	padding: 10px 0;
}
#cats .carousel .subcat_inner img
{
	max-width: 100%;
}
@media (max-width: 650px) {
	#cats .cat_inner.mobile .macro_image
	{
		height: 200px;
	}
	#cats .carousel .subcat_inner
	{
		height: 200px;
	}
}
@media (max-width: 450px) {
	#cats .cat_inner.mobile .macro_image
	{
		height: 150px;
	}
	#cats .carousel .subcat_inner
	{
		height: 150px;
		margin: 3px;
	}
	#cats .carousel .macro_image .button
	{
		font-size: 12px;
		padding: 2px;
	}
	#cats .cat_inner.mobile .subcat_container h5
	{
		padding: 0;
		font-size: 12px;
	}
	#cats .macro_container
	{
		padding: 3px;
	}
}
*{
min-height: 0;
min-width: 0;
}
