* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* ------------------------------------------------------------------------------------------------- */
	
	
			/* ESTILOS PLATOS */
			/* ESTILOS PLATOS */


			/* @media screen and (max-width: 1312px) and (min-width: 992px){ */

	
				.cartamenu{
					display: flex;
					justify-content: center;
					margin-top: 4rem;
					/* width: 98vw; */
				}
	
				.platos{
					display: flex;
					justify-content: center;
					margin: 1rem 2rem;
					flex-wrap: wrap;
					width: 800px;
					max-width: 90vw;
	
					margin-top: 1rem;
	
					/* grid-template-columns: repeat(3, 1fr); */
				
				}
				
				.articulo{
				width: 230px;
				height: 32vh;
				display: flex;
				flex-direction: column;
				align-items: center;
				text-align: center;
				margin: 0 1rem;
				margin-top: 2rem;
				background-color: RED;
				box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.5);
	
	
				}
				
				.fotoplato{
					width: 230px;
					height: 23vh;
					min-height: 23vh;
					/* border-radius: 1rem; */
				}	
					
				.item01{
					background-image: url(../images/politicas/poli01.jpg);
					background-size: cover;
					background-position: center;
				}
				
				.item02{
					background-image: url(../images/politicas/poli02.jpg);
					background-size: cover;
					background-position: center;
				}
				
				.item03{
					background-image: url(../images/politicas/poli03.jpg);
					background-size: cover;
					background-position: center;
				}
				
				.item04{
					background-image: url(../images/politicas/poli04.jpg);
					background-size: cover;
					background-position: center;
				}
				
				.item05{
					background-image: url(../images/politicas/poli05.jpg);
					background-size: cover;
					background-position: center;
				}
				
				.item06{
					background-image: url(../images/politicas/poli06.jpg);
					background-size: cover;
					background-position: center;
				}
			
			
				.precioplato{
					font-family: bor;
					font-size: 1.4rem;
					letter-spacing: 2px;
					background-color: var(--santo1);
					color: white;
					padding: 0 1rem;
					/* border-radius: 5px; */
					position: relative;
					top: -1rem;
					box-shadow:0 4px 8px rgba(0,0,0,0.3);
				
				}
				
				.nombreplato{
					font-family: var(--titulos1-familia);
					font-weight: var(--titulos9-fontweight);
					font-size: .8rem;
					line-height: .5rem;
					color: var(--gris3);
					margin-top: 1rem;
					margin-bottom: 3rem;
				}
				
				.lineadivisoria{
					width: 80%;
					height: 1.5px;
					background-color: var(--santo3);
					margin: .5rem;
				}
				
				.descripcionplato{
					width: 80%;
					font-family: var(--open);
					font-weight: var(--open-fontweight4);
					font-size: .8rem;
				}
	
		/* }		 */
	
	
			/* ------------------------------------------------------------------------------------------------- */
	
		@media screen and (max-width: 991px) and (min-width: 777px){
	
			
			.container{
				width: 98%;
			}
	
			.cartamenu{
				width: 98%;
			}
	
			.platos{
				display: flex;
				justify-content: center;
				margin: 1rem 2rem;
				flex-wrap: wrap;
				width: 95vw;
				max-width: 95vw;
		
				margin-top: 1rem;
		
				/* grid-template-columns: repeat(3, 1fr); */
			
			}
			
			.articulo{
			width: 28vw;
			height: 13rem;
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 0 1rem;
			margin-top: 2rem;
			background-color: RED;
			box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.5);
		
		
			}
			
			.fotoplato{
				width: 28vw;
				height: 23vh;
				min-height: 23vh;
				/* border-radius: 1rem; */
			}	
	
	
		}
	
	
	
		
	
			/* ------------------------------------------------------------------------------------------------- */
	
			@media screen and (max-width: 776px) and (min-width: 600px){
	
	
	
				.platos{
					display: flex;
					justify-content: center;
					margin: 1rem 2rem;
					flex-wrap: wrap;
					width: 99vw;
					/* max-width: 95vw; */
					margin-top: 1rem;
			
					/* grid-template-columns: repeat(3, 1fr); */
				
				}
				
				.articulo{
				width: 28vw;
				height: 13rem;
				display: flex;
				flex-direction: column;
				align-items: center;
				text-align: center;
				/* margin: 0 1rem; */
				margin-top: 2rem;
				background-color: RED;
				box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.5);
			
			
				}
				
				.fotoplato{
					width: 28vw;
					height: 23vh;
					min-height: 23vh;
					/* border-radius: 1rem; */
				}	
	
		}
		
	
			/* ------------------------------------------------------------------------------------------------- */
				
	
		@media screen and (min-width: 1313px){
	
			.platos{
				display: flex;
				justify-content: center;
				margin: 1rem 2rem;
				flex-wrap: wrap;
				width: 1200px;
				max-width: 90vw;
	
				margin-top: 1rem;
	
				/* grid-template-columns: repeat(3, 1fr); */
			
			}
			
			.articulo{
			width: 333px;
			/* height: 29vh; */
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin: 0 1rem;
			margin-top: 2rem;
			background-color: RED;
			box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.5);
	
	
			}
			
			.fotoplato{
				width: 333px;
				height: 23vh;
				min-height: 23vh;
				/* border-radius: 1rem; */
			}	
			
	
		}
	
	
			/* ------------------------------------------------------------------------------------------------- */
	
			
