
* {
	box-sizing: border-box;
}
	
body {
	margin: 0;
	font-family: Helvetica, Verdana, sans-serif;
	background-color: #e8c39e; /*color primario crema */
}

h1 {
	font-size: 2em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	
}

h2 {
	font-size: 2em;
}

h4 {
	margin: 0;
}

div.movil, .movil_menu, header nav {
	display: none;
}


/* MENÚ SUPERIOR */

.menu-superior {
	background-color: #450900; 
	margin: 0px;
	padding: 0 20px 0px 20px;
	color: white;
	display: flex;
	justify-content: space-between;
	z-index: 99;
	height: 65px;
}


/* PÁGINA DE INICIO */

/* main */

main {
	margin: 0 0 0 0;
}


/* header fondo */

.fondo {
	margin: 0;
	width: 100%;
	height: 525px;
	display: flex;
	justify-content: center;
	clear: both;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	z-index: 0;
}

.postres {
	text-shadow: 4px 2px 2px #450900;
	color: #eaf6ff;
	text-align: center;
	font-size: 3.5em;
	margin-top: 100px;
}

#logo_portada {
	margin: 30px;
	width: auto ;
	height: 55%;
}

#logo_encabezado {
	margin: 3px 0;
	width: auto;
	height: 90%;
}


/* sección de contenido */

.contenido {
	background-color: #fff6cf; 
	border: none;
	margin: -300px 40px 0 40px;
	z-index: 0;
	position: relative;
	top: 82px;
	height: 100%;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -2px 10px black;
	display: block;
}

.texto, .texto-2 {
	font-size: 1.3em;	
	text-align: center;
	padding: 6px 0 6px 0;
	color: #000;
}

.feet {
	display: flex;
	justify-content: center;
	align-items: center;
}

.circulo, .numero-2 {
	color: #450900;
	z-index: 0;
}


/* sección de contenido celular */

.verbo {
	font-size: 1.2em;
}

.numero {
	color: #fff4cf;
}

.menu-superior a {
	text-decoration: none;
	color: #eaf6ff;
}


/* sección de selección de categoría (producto) */

.seleccion {
	display: flex;
	justify-content: center;
	padding-bottom: 6%;
	width: 100%;
	height: auto;
}

.t-categoria {
	margin: 10px;
	width: 30%;
	height: auto;
	border-radius: 10px;
	box-shadow: 5px 5px 8px #743414;
	position: relative;
	pointer: cursor;
}

.t-categoria:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	opacity: 1;
	transform: scale(1.03);
}

.t-categoria img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}

.link {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	color: #fafafa;
	width: 100%;
	text-align: center;
	padding: 10px 0;	
}


/* FOOTER */

footer {
	width: 100%;
	display: block;
	margin: 0;
	background-color: #743414;
	text-align: center;
	/*padding: 6px 0 6px 0;*/
	color: #000;
	margin-bottom: 0;
	position: absolute;
	
}

.texto-2 {
	color: #fff4cf;
}

.circulo-2 {
	color: #FFF4CF;
}

.derechos {
	margin: 10px 15px;
	display: flex; 
	justify-content: space-between;
	color: #fff4cf;
	font-size: 1.125em;
		
}

.espacio {
	display: none;
	
}

.espacio-padding {
	display: none;
}



/* PÁGINA DE CATEGORÍA (ALIMENTOS) */

/* menu superior */

.postres-2 h1 {
	text-align: center;
	font-size: 2em;
	color: white;
	margin: 15px 0;
}

/* navbar */

header nav {
	display: block;
}

.navbar {
	background-color: #450900;
	padding: 18px 8px;
	text-align: right;
	
}

.navbar a {
	padding: 18px 20px;
	font-size: 1.3em;
	
}

.navbar a:hover {
	color: #f5f5f6;
	border-bottom: solid 5px #f5f5f6;
}

.active {
	border-bottom: solid 5px #f5f5f6;
	text-decoration: none;
}


/* sección de migas de pan */

.h-ubicacion {
	display: block;
	margin: 0;
	width: 100%;
	height: 45px;
	background: #743414;
}

.migas {
	float: left;
	margin: 0;
	color: #f5f5f6;
}

ul.migas {
	padding: 10px 20px;
	list-style: none;
}

.migas li {
	display: inline;
	font-size: 18px;
}

.migas li+li:before {
	padding: 8px;
	color: #f5f5f6;
	content: "/\00a0";
}

.migas li a {
	color: #fff4cf;
	text-decoration: none;
}

.migas li a:hover {
	color: #f5f5f6;
	text-decoration: underline;
}


/* main */

.rulas_menu {
	display: flex;
	margin: 0;
}


/* sección de lista de producto */

.menu_alimentos {
	background-color: #f5f5f6; /*color neutro*/
	border: none;
	/* margin: 35px 35px 0 35px; */
	z-index: 0;
	/*position: relative;*/
	/*width: 50%;*/
	margin: 35px auto;
	margin-bottom: 0;
	width: 70%;
	height: 100%;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -2px 10px black;
}

.menu_alimentos h2{
	padding-left: 20px;
	color: #450900;
}

section.cpu-2 {
	background-color: #743414;
}

.lista_producto {
	margin: 15px;
	border: solid 1px #743414;
	border-radius: 8px;
	padding: 0 15px 15px 15px;
}

.nombre_producto {
	display: flex;
	justify-content: space-between;
}

.detalle_producto {
	display: flex;
	clear: both;
}

.detalle_descripcion {
	width: 66%;
	display: block;
}

.detalle_img  {
	width: 34%;
	height: auto;
}

.detalle_img img {
	width: 73%;
	border-radius: 8px;
	margin: 0;
	display: flex;
	float: right;
}

.cantidad_producto {
	margin: 10px 0;
	/*display: flex;	*/
	display: none;
}

.tamano-2 {
	width: 50%;
}

.input_cantidad {
	width: 70px;
	height: 24px;
}

input[type="number"], select {
	border: solid 1px #a75f3c;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 10px;
}


/* ASIDE SECCIÓN DE RESUMEN DE PEDIDO */

.resumen_pedido {
	background-color: #f5f5f6; /*color neutro*/
	border: none;
	margin: 35px 35px 0 0;
	z-index: 0;
	/*position: relative;*/
	width: 40%;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0 -2px 10px black;
	
	display: none;
}

.head_menu {
	width: 100%;
	display: block;
	margin: 0;
	background-color: #440800;
	text-align: center;
	/*padding: 6px 0 6px 0;*/
	color: #000;
	border-radius: 8px 8px 0 0;
}


/* encabezado sección */

#titulo_resumen_pedido {
	padding-left: 10px;
}

.descripcion_pedido, .orden_pedido {
	display: flex;
	width: 100%;
	text-align: center;
}

.img_pedido, .img_resumen {
	width: 25%;
}

.cantidad_pedido, .cantidad_resumen {
	width: 10%;
}

.producto_pedido, .producto_resumen {
	width: 50%;
}

.costo_pedido, .costo_resumen {
	width: 15%;
}

.bold {
	font-weight: bold;
}


/* resumen de pedido */

.img_pedido-resumen {
	width: 100%;
	height: auto;
	padding: 5px;
	border-radius: 8px;
}

.producto_resumen {
	text-align: left;
}


/* BOTONES */

/* agregar producto */

.addToCard {
	display: block;
	margin: 0 auto;
	padding: 10px 16px;
	margin-right: 0px;
	width: 25%;
	background: #e8c19e;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 1em;
}


/* boton WhasApp */

#logo_whasapp {
	position: fixed;
	bottom: 120px;
	right: 28px;
	cursor: pointer;
	width: 58px;
	height: auto;
	z-index: 99;
	filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.6));
}

#logo_whasapp:hover {
	filter: drop-shadow(0px 4px 2px #25D366);
}

.enviar-whatsapp {
	display: none;
}


/* botón scroll */

#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #b5916f;
	color: black;
	cursor: pointer;
	padding: 0px 0 5px 0;
	border-radius: 50%;
	font-size: 21px;
	width: 50px;
	height: 50px;
	box-shadow: 0 4px 2px  rgba(0, 0, 0, 0.6);
}

#myBtn:hover {
	background-color: #a75f3c;
	color: #f5f5f6;
}





/* PÁGINA DE CATEGORÍA ALIMENTOS */

/*.subtotal_producto {
	margin: 3px auto;
	text-align: right;
}*/


#molletes, 
#banderillas, #burritos, #platanos-fritos,
#gelatina-yogurt, #gelatina-rompope {
	display: none;
}




/* MODAL */

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */

.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}