#popup-comprar-p {
	display: none;
}
#popup-comprar-p.active {
	display: flex;
}

.desc-plato-popup {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.desc-plato-popup h4 {
	color: #FF0000;
	font-size: 18px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	margin-bottom: 15px;

}

/* .content-img-plato {
	width: 280px;
	height: 80px;
	background: #FFF;
	border-radius: 100px;
	margin: -75px auto 20px;
	top: 0px;
	left: calc(50% - 140px);
}

.content-img-plato:before {
	width: 150px;
	height: 150px;
	top: 14px;
	right: 88px;
	border-radius: 200px;
}

.content-img-plato:after, .content-img-plato:before {
	content: '';
	position: absolute;
	background: #FFF;
	z-index: 1;
}

.content-img-plato:after {
	width: 100px;
	height: 100px;
	top: 46px;
	left: 97px;
	border-radius: 100px;
}

.content-img-plato img {
	width: 28% !important;
	display: block;
	position: absolute;
	z-index: 21;
	top: 63px;
	left: calc(50% - 100px);
}

.desc-plato-popup img {
	width: 70%;

} */

.content-img-plato {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-img-plato img {
	width: 36% !important;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.desc-plato-popup span {
	padding: 3px 10px;
	color: #ffffff;
	border-radius: 4px;
	font-size: 13px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	background-color: #FF0000;
	margin: 15px 0px;
}

.desc-plato-popup p {
	font-size: 12px;
	text-align: center;
}

.desc-plato-popup img {
	width: 60% !important;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	border-radius: 10px;
}

#com-p {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #4e4e4e;
}

.bnn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 130px);
	z-index: 1;
}

#bnn-izq {
	left: 0;
}

#bnn-der {
	right: 0;
}

.content-title-plato {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.title-plato {
	width: 100%;
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.title-plato img {
	width: 25%;
}

.back-menu {
	position: absolute;
	left: 20px;
}

.content-slider-plato {
	width: 100%;
	background-image: url("/src/img/commons/fondo-zona-kids.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.card-plato {
	width: 100%;
	height: 529px;
	padding: 27px 0px 10px ;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.content-descripton-plato {
	width: 100%;
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.content-puntuacion {
	
	position: absolute;
	top: -25px;
}

.c-d-p {
	width: 90%;
	height: 105px;
	padding: 5px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.content-precio-p {
	position: absolute;
	bottom: -8px;
}

.content-precio-p span {
	padding: 3px 10px;
	color: #ffffff;
	border-radius: 4px;
	font-size: 13px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	background-color: #EF8435;
}

.content-desc {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-desc h4 {
	color: #EF8435;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	margin-bottom: 6px;
	font-size: 18px;
}

.content-desc p {
	font-size: 13px;
	text-align: center;
}

.content-l-c {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-right: 30px;
}

.content-l-c a:not(:last-child) {
	margin-right: 5px;
}

.count-n-platos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.count-n-platos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.count-n-platos a {
	margin: 0px 10px;
}

.count-n-platos input {
	width: 40px;
	height: 20px;
	font-size: 15px;
	text-align: center;
	border: none;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.btns-action-popup {
	width: 100%;
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.btns-action-popup>div {
	padding: 5px 15px ;
	margin: 0px 5px;
	border-radius: 4px;
}

.btns-action-popup>div:first-child {
	background-color: #FF0000;
}

.btns-action-popup>div:last-child {
	background-color: #39B24A;
}

.btns-action-popup>div>a {
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
}


@media screen and ( min-width: 992px ) {
	.card-plato {
		height: 464px;
	}

	/* .content-img-plato:before {
		right: 64px;
	}

	.content-img-plato:after {
		left: 66px;
	} */
	
}