.content-p {
	background-color: #EFEFEF;
}
#popup-comentario-p-a {
	display: none;
}
#popup-comentario-p-a.active {
	display: flex;
}

#comentarios-p {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.title-com {
	padding: 5px 20px;
	background-color: #ff0000 ;
	border-radius: 4px;
	position: absolute;
	top: -45px;
}

.title-com span {
	color: #ffffff;
	font-size: 20px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.text-com {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.text-com textarea {
	width: 95%;
	height: 200px;
	max-width: 95%;
	max-height: 200px;
	min-width: 95%;
	min-height: 200px;
	font-size: 13px;
	color: #000000;
	text-align: center;
	padding: 20px 0px;
	border: 1px solid #EFEFEF;
	border-radius: 10px;
	margin-bottom: 5px;
}

#btn-confirmar-comentario {
	background-color: #ff0000 ;
	border-radius: 4px;
	padding: 5px 20px;
	color: #ffffff;
	font-size: 15px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#btn-confirmar-comentario:hover {
	transform: scale(1.1,1.1);
}

.content-title-plato {
	width: 100%;
	background-color: #ff0000 ;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.title-plato {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.title-plato span {
	color: #ffffff;
	font-size: 15px;
}

.back-menu {
	position: absolute;
	left: 20px;
}

.plato-agregado {
	width: 100%;
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.content-img-p {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #ffffff;
	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);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-img-p img {
	width: 100%;
}

.cant-c-p-p {
	padding: 5px;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 13px;
	color: #ff0000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.cant-p-p {
	margin-left: 5px;
}

.prec-p-p {
	padding: 5px;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 18px;
	color: #ff0000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-e-b-a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title-e-b-a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title-e-b-a h3 {
	width: 100%;
	padding: 2px 0px;
	background-color: #ff0000;
	color: #ffffff;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-prec-prod {
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.c-p-p {
	width: 95%;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.prec-prod {
	width: 95%;
	padding: 5px;
	background-color: #ffffff;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.prec-prod span {
	font-size: 10px
}

.prec-prod span:first-child {
	color: #000000 ;
}

.prec-prod span:last-child {
	color: #ff0000 ;
}

.btn-agregar-comentario {
	padding: 8px;
	border-radius: 20px;
	background-color: #EDEDED;
	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);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	transition: ease all 0.5s;
}

.btn-agregar-comentario:hover {
	transform: scale(1.1,1.1);
}

.btn-agregar-comentario svg {
	padding: 5px;
	margin-right: 10px;
	background-color: #C5C9C9;
	border-radius: 50%;
}

.btn-agregar-comentario span {
	padding: 5px 15px;
	color: #ff0000;
	border-left: 1px solid #C5C9C9;
	font-size: 22px;
	font-family: 'averta Bold';
}

.content-rec-s {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-rec-s form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-rec-s form>div {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-rec-s form>div>label {
	margin-right: 5px;
}

.content-rec-s input {
	border-radius: 4px;
	padding: 5px 10px;
	border: none;
	outline: none;
	cursor: pointer;
}

.i-c-s[type="checkbox"] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-left: 10px;
}


.i-c-s[type="checkbox"]:checked::after {
	content: "";
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #ff0000;
	border-radius: 4px;
	outline: unset;
	appearance: none !important;
	-webkit-appearance: none;
	position: relative;
}

input[type="checkbox"]:checked {
	background-color: #ff0000;
	border: 1px solid #ff0000;
}

input[type="checkbox"]:checked::after {
	content: "\2713";
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

input[type="checkbox"]::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: .2s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}