/*FORMATO DE LAS CARDS INDIVIDUALES*/
.cards-ofertas {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 10px;
}

.cards-combos {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 10px;
}

.cuadro {	
	width: 460px;
	height: 320px;
	background-color: rgba(255, 255, 255, 0.05);
	/*background-color: lightgreen;*/
	backdrop-filter: blur(10px);
	box-shadow: 0 0 8px 7px rgba(255, 255, 0, .8);
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 0px;
}

.promociones {
	width: 460px;
	height: 320px;
	margin: 20px auto;	
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	box-shadow: 0 0 8px 7px rgba(0, 238, 255, 0.8);
	border-radius: 10px;
/*	margin-bottom: 40px;*/
}

.card-burguer {
	width: 100%;
	height: 80px;
	background-color: rgba(255, 0, 0, 0.7);
	border-radius: 10px 10px 0 0;
	color: #fff;
	margin-top: -35px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.dos {
	background-color: rgba(0, 123, 255, 0.7);
}

.cafe-b {
	background-color: rgba(255, 187, 0, 0.8);
}

.cafe-p {
	box-shadow: 0 0 8px 7px rgba(183, 255, 0, 0.8);
}

.card-burguer h2 {
	text-align: center;
	font-family: 'Rockstar', sans-serif;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
	font-size: 40px;
	text-shadow: 2px 2px 2px #000;

}

.hamburguesas2 {
	width: 100%;
	height: 240px;
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  overflow: hidden;
	/*border: 2px solid #333;*/
/*box-shadow: 0 0 8px 7px rgba(255, 71, 40, .8);*/
   
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    margin-top: 0px;
}

.promo-img1, .promo-papa, .promo-bebida {
	/*float: right;*/
	position: relative;
	height: 220px;
}
.promo-img1 {
	right: -230px;
}

.promo-papa {
	right: -330px;
}
.promo-bebida {
	right: -280px;
}
.alto {
height: 240px;
}

.promo1, 
.promo2, 
.promo3, 
.p-papa, 
.p1,
.p2,
.p-combo, 
.tres {
/*		display: flow-root;*/
	color: #fff;
	clear: right;
	margin-left: 10px;
	text-transform: uppercase;
 	font-family: 'Chieezy Burger', sans-serif;
 	font-weight: bold;  
 	font-size: 40px;                                              
}

.promo1 {
	margin-top: -200px;
}

.p-papa {
	margin-top: -185px;
	font-size: 20px;
}
.p1 {
	font-size: 20px;
}
.p2 {
	font-size: 20px;
}

.p-combo {
	margin-top: -190px;
	font-size: 20px;
}
.tres {
	font-size: 20px;
	margin-bottom: 10px;
}

/* Custom properties */
:root {
  --text: #1E1F26;
  --c1: #0074E0;
  --c2: #1DD760;
  --bgred: #FF0C00;
  --bgredlight: #FF4343;
}


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
/*.precio {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin-left: 20px;
	margin-top: 10px;
	color: rgba(249, 229, 5, 0.886);
	text-shadow: 3px 3px 3px var(--bgred); 
}*/

.precio2 {
	font-size: 30px;
}

.sup {
	font-size: 25px;
	padding-bottom: 5px;
}

.sup2 {
	font-size: 15px;
}

@media only screen and (max-width: 600px) {
.cuadro {
	width: 95%;
}
.promociones {
	width: 95%;
}
}