.elementor-kit-425{--e-global-color-primary:#E7524D;--e-global-color-secondary:#F2E9DC;--e-global-color-text:#222222;--e-global-color-accent:#E7524D;--e-global-color-1030b20:#FAF9F7;--e-global-color-76ffa48:#81A381;--e-global-color-00b44aa:#DB9A42;--e-global-color-26e95bd:#BAAB91;--e-global-color-a5da60f:#898989;--e-global-typography-primary-font-family:"Atlas Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Atlas Grotesk";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Atlas Grotesk";--e-global-typography-accent-font-weight:600;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-425 e-page-transition{background-color:#FFBC7D;}.elementor-kit-425 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-425 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-425 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-425 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-425{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-425{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ppc-home-platos-carousel{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1120px;
	margin: 34px auto 0;
}

.ppc-home-plato-card{
	display: block;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #222;
	box-shadow: 0 8px 24px rgba(0,0,0,.06);
	border: 1px solid rgba(0,0,0,.06);
	transition: all .18s ease;
}

.ppc-home-plato-card:hover{
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(0,0,0,.10);
}

.ppc-home-plato-img{
	position: relative;
	height: 240px;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
}

.ppc-home-plato-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.ppc-home-plato-tags{
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ppc-home-plato-tags span{
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(242,233,220,.96);
	color: #5d5246;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 0 3px 8px rgba(0,0,0,.08);
}

.ppc-home-plato-body{
	padding: 16px 16px 18px;
	text-align: center;
}

.ppc-home-plato-body h3{
	margin: 0 0 8px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	color: #222;
}

.ppc-home-plato-body p{
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: #5f5a54;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ppc-home-plato-noimg{
	color: #777;
	font-size: 13px;
}

.ppc-home-platos-empty{
	max-width: 900px;
	margin: 30px auto 0;
	padding: 18px;
	background: #fff;
	border-radius: 14px;
	text-align: center;
	color: #777;
}

@media(max-width: 1024px){
	.ppc-home-platos-carousel{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media(max-width: 767px){
	.ppc-home-platos-carousel{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
	.ppc-home-plato-img{
		height: 200px;
	}
}

@media(max-width: 520px){
	.ppc-home-platos-carousel{
		grid-template-columns: 1fr;
	}
	.ppc-home-plato-img{
		height: 250px;
	}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Atlas Grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2022/05/Atlas-Grotesk-Regular-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Atlas Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('/wp-content/uploads/2022/05/Atlas-Grotesk-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Atlas Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/wp-content/uploads/2022/05/Atlas-Grotesk-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Atlas Grotesk';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/wp-content/uploads/2022/05/Atlas-Grotesk-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */