@charset "utf-8";
/* CSS Document */

body{
	font-family: Roboto;
	background-color: #d3d3d3;
}


#menu{
	display:  block;
}

#menuli li{
	display: inline;padding-right: 30px;text-decoration: none
}

#menuli a:link{
	text-decoration: none;
}

#menuli a:hover{
	color: darkgoldenrod;
}

#forrocaja{
	height: 300px;
	
	margin-right: 20px;
	margin-left: 20px;
	display: flex;
	flex-wrap:wrap;
justify-content: center;
	flex-direction:row;
}
#cajas{
	
	height: 200px;
	margin: 10px;
	padding: 100px;
color: lightgray;
	font-size: 0.9rem
}



#movil{
	display: none;
}


#banner{
	height:100vh;
	background-image:url("../imagenes/portada.jpg");
	background-size: cover;
	position: relative;
}

#cajamovil{
	display: none;
}


#logo{
	width: 40vw;
}

#slogan{
	color: white;font-size: 1.0rem;position: absolute;top: 250px;font-family: Urbanist;text-align: center;
}

#slogan ul{
	list-style-image: url("../imagenes/listap.png");text-align: left;line-height: 34px
}

#botoninfo{
	position: absolute;top: 520px;left: 100px;width: 400px;background-color: darkgoldenrod;color: white;display:block;
}

#chatgrande{
	position: fixed;
	bottom: 20px;
	right: 0px;
	z-index:0;
	
	
}
#chatpequeno{
	display: none;
}

/* pagina de giftcard */

#menugift{
	height: 80px;
	border-bottom: solid;
	border-width: 1px;
}


#muestrario{
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	row-gap: 20px;
	column-gap: 20px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	
}

#tarjeta{
	width:28%;
	border: dotted;
 border-width: 1px;
	
	
}

@media(max-width:768px){
	
	#menu{
		display: none;
	}
	
	
	#cajas{
		margin-top: 20px;
		/*height: 40vh;*/
		font-size: 0.8rem;
		height: 300px;
	}
	
	
	#movil{
		display: block;
	}
	
	
	#banner{

	background-size: cover;
		
	background-position: center;
	
	
}
#forrocaja{
	height: 100%;
}

#cajamovil{
	display: block;
}
	
	#cajamovil li,a:link{
		list-style: none;
		text-decoration: none;
		
	}
	
	#cajamovil a:hover{
		color: red;
	}

	
	
#logo{
	position: relative;
	width:80%;
	

}

#slogan{
	color: white;font-size: 0.9rem;position: absolute;top: 200px;
}
	
#slogan ul{
line-height: 30px
}

#botoninfo{
	position: absolute;top: 500px;left: 20px;display: none;
}

#fonoinfo{
	position: absolute;top:430px;left:10px;color: white;font-size: 0.9rem;
}
	
#chatgrande{
display: none;
	
}
	
#chatpequeno{
	display: block;
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index:0
		
	}
	
	#tarjeta{
	width:45%;

	
	
}
    
}