* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

:root {
	--gris-claro: #F2F2F2ff;
	--blanco: #FFFFFFff;
	--eggplant: #543542ff;
	--gris-oscuro: #D9D9D9ff;
	--smoky-black: #160E0Bff;

}


body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 200;
}

/* ---- ---- STICKY BAR ---- ---- */
.sticky-menu-bar {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -120px;
  width: 190px;
	/* height: 30px; */
	z-index: 999;
	-webkit-box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.45);
	box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.45);
}

.sticky-menu-bar a {
	display: block;
  text-align: left;
	vertical-align: top;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: rgba(255, 255, 255, 0.7);
	height: 60px;
	padding-left: 10px;
}

.sticky-menu-bar i {
	padding-left: 9%;
	padding-top: 7%;
	font-size: 24px;
}

.sticky-menu-bar a:hover {
  background-color: rgba(74, 30,43, 1);
}

.instagram-sticky {
  background-color: rgba(74, 30,43, 0.9);
  height: 130px;
  color: white;
	border-color: rgba(255, 255, 255, 0.7);
	border-radius: 1px;
}

.telefono-sticky, .facebook-sticky,   .rappi-sticky, .uberEats-sticky, .twitter-sticky {
	background-color: rgba(74, 30,43, 0.9);
  height: 130px;
  color: white;
}

.sticky-menu-bar img {
	width: 33%;
	padding-top: 5px;
}


.navbar {
  font-size: 12px;
  background-image: none;
  background-color: var(--gris-oscuro);
  padding-bottom: 10px;
	font-weight: 200;
}

.navbar i {
	color: rgb(74, 30,43);

}
.main-nav {
  list-style-type: none;
  display: none;
}

.nav-links, .logo {
  text-decoration: none;
  color: #4a1e2b;

}

.navbar ul {
	height: 100%;
}

.main-nav li{
  text-align: center;
  margin: 10px auto;
	margin-top: 15px;
  font-size: 16px;
	font-weight: 300;
}

.main-nav i {
	text-align: center;
	font-size: 18px;

}

.gordo {
	font-weight: 300;
}

.pizzeria {
	height: 100%;
	font-weight: 200;
	/* background-color: rgba(255, 255, 255, 0.7); */
}

.pizzeria a {
	font-weight: 100;
	/* color: rgba(74, 30,43, 0.9); */
}

.logo {
  display: inline-block;
  font-size: 22px;
  margin-top: 15px;
  margin-left: 20px;
	max-width:280px;
}

.logo img {
	width:25%;
	margin-top: 10px;
	margin-left: 10px;
}

.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}

#chkToggle {
  display: none;
}

#chkToggle:checked + ul.main-nav {
  display: block;
}

@media screen and (min-width: 900px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
    align-items: center;
  }

  #chkToggle:checked + ul.main-nav {
    display: flex;
  }

  .main-nav {
    display: flex;
    padding-right: 30px;
    flex-direction: row;
    justify-content: flex-end;
  }

	.main-nav ul {
		height: 100%;
	}

  .main-nav li {
    margin: 0;
		padding-top: 20px;
  }

  .nav-links {
    margin: 10px;
  }

  .logo {
    margin-top: 0;
  }

  .navbar-toggle {
    display: none;
  }

  .logo:hover,
  .nav-links:hover {
    text-decoration: underline;
    color: white;
  }
}

.menu .titulo {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	color: rgba(74, 30,43, 0.9);
	margin-top: 15px;
	padding: 15px;
}

.menu .contenedor-menu {
  width: 80%;
  margin: auto;
	/* s */
  /* border-top: 2px solid #4a1e2b; */
	background: transparent;
	padding: 10px;
	overflow: hidden;
}

.menu .contenedor {
  /* border-top: 2px solid #4a1e2b; */
}

.menu h4 {
	width: 100%;
	text-align: center;
	color:rgb(74, 30, 43);
	font-size: 24px;
	padding: 10px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  background-color: var(--gris-claro);
}

.menu article {
	width: 50%;
	float: left;
	padding: 20px;
}

.menu article .categoria {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.menu article .platillo {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #000;
}

.menu article .nombre {
	font-size:18px;
	margin-bottom: 15px;
	float: left;
}

.menu article .precio {
	float: right;
	font-size: 16px;
	margin-bottom: 15px;
}

.menu article .descripcion {
	font-size: 14px;
	color: #676767;
	clear: both;
}


/* ----- ----- FOOTER ----- ----- */
strong {
	color: white;
}

footer {
	padding: 30px 0;
	background-color: rgb(74, 30, 43);

}

footer .contenedor{
	width: 80%;
	margin: auto;
}

footer .texto {
	width: 50%;
	float: left;
	color: #fff;
}

footer .texto h3 {
		font-size: 24px;

}

footer .texto a, footer .contacto a {
	color: white;
	text-decoration: none;
	padding: 10px 0;
	font-size: 16px;

}

footer .texto li {
	padding-top: 8px
}

footer .contacto {
	width: 50%;
	float: right;
}

footer .contacto a {
	margin: 15px;
	font-size: 16px;
}


footer .copyright {
	margin-top: 20px;
	border-top-style: solid;
	border-top-color: lightgrey;
	border-width: 0.2px;
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
	color: #fff;
	font-size: 12px;
	color: lightgrey;
}


@media screen and (max-width: 800px) {
  .sticky-menu-bar {
		top: 40%;
		width: 165px;
	}

	.sticky-menu-bar .sticky-item {
		font-size: 12px;
		padding-top: 5px;
		padding-left: 0;
	}

	.sticky-menu-bar img {
		width: 28%;
		padding-left: 4px;
		padding-top: 8px;
	}
  .menu .menu-titulo{
    width: 37%;
  }

  .menu article {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {
  .topnav a, .dropdown .dropbtn {
    	display: none;
  	}
  	.topnav a.icon {
    	float: right;
    	display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: right;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: right;

	}
  footer .contenedor .texto,
	footer .contenedor .contacto {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;

	}
	footer .contenedor .contacto{
		margin-top: 10px;
	}

	footer .contenedor .contacto a{
		font-size: 12px;

	}
}

@media screen and (max-width: 400px) {

	.main .menu article .nombre,
	.main .menu article .precio {
		font-size: 16px;
		line-height: 16px;
	}
}

.signature {
	padding-top: 10px;
	font-size: 8px;
	color: white;
}

a {
	color: white;
}
