html {
	box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body,
html {
	margin: 0;
	font-family: "Roboto", sans-serif;
	background-image: url(/img/anastase-maragos-lZzlMYL7Q0Y-unsplash.jpg);
	background-size: cover;
	overflow-x: hidden;
}

header {
	background-color: #c91611;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
}

.animated {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	will-change: transform, opacity;
}

@keyframes slideDown {
	0% {
		transform: translateY(-1000%);
	}

	100% {
		transform: translateY(0);
	}
}

.animated.slideDown {
	animation-name: slideDown;
}

@keyframes slideUp {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-96%);
	}
}

.animated.slideUp {
	animation-name: slideUp;
}

.main {
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 120px;
}

.bottom-nav {
	overflow: hidden;
	background-color: #c91611;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: center;
	border-top: 1px solid #e0e0e0;
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
		0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
	background-color: #fff;

	button.layout.active {
		color: #2196f3;
		padding-top: 6px;
	}

	button.layout {
		flex: 1;
		color: rgba(0, 0, 0, 0.54);
		min-width: 60px;
		max-width: 168px;
		transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
			padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
		padding-top: 8px;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 10px;
	}

	.button-content-wrapper {
		width: 100%;
		display: inline-flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.label {
		opacity: 1;
		font-size: 0.75rem;
		transition: font-size 0.2s, opacity 0.2s;
		transition-delay: 0s, 0s;
		transition-delay: 0.1s;
	}
}

.j1107 {
	flex: 1;
	color: rgba(0, 0, 0, 0.54);
	min-width: 80px;
	max-width: 168px;
	transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
}

.j931 {
	color: inherit;
	border: 0;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	outline: none;
	padding: 0;
	position: relative;
	align-items: center;
	border-radius: 0;
	vertical-align: middle;
	justify-content: center;

	text-decoration: none;
	background-color: transparent;
}

.j1110 {
	width: 100%;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.bebidas-imgs {
	width: 130px;
}

.j924 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
	position: absolute;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none;
}

.icon {
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 24px;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;
}

.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;

	font-size: 24px;
	/* Preferred icon size */
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: "liga";
}

.ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* added this to center the cards */
	flex-grow: 1;
}

.card {
	flex: 0 0 300px;
	margin: 10px auto;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 300px;
	background-color: #dc5f0041;
	color: white;
	box-sizing: border-box;
}

.card-img-top {
	height: 150px;
	object-fit: cover;
}

.card-body {
	flex-grow: 1;
}

#main-title {
	top: 10px;
	/* sube el título hasta casi tocar el max top */
	color: #dc5f00;
	position: absolute;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
	left: 20px;
}

.card {
	flex: 0 0 300px;
	margin: 10px auto;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 300px;
	background-color: #dc5f0041;
	color: white;
	box-sizing: border-box;
}

.card {
	flex: 0 0 300px;
	margin: 10px auto;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 300px;
	background-color: #dc5f0041;
	color: white;
	box-sizing: border-box;
  }
  
  @media (max-width: 590px) {
	.card {
	  margin-left: 60px;
	  margin-right: 30px;
	}
  }
  
  @media (max-width: 425px) {
	.card {
	  margin-left: 20px;
	  margin-right: 20px;
	}
  }
  
  @media (max-width: 375px) {
	.card {
	  margin-left: 5px;
	  margin-right: 5px;
	}
  }
  
  @media (max-width: 320px) {
	.card {
	  margin-left: -5px;
	  margin-right: -5px;
	}
  }

.main {
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 60px;
	/* reduced margin-top from 120px to 60px */
}

.icons {
	width: 35px;
	position: absolute;
	top: 10px;
	left: 20px;
}