@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@500&display=swap');
body{
	font-family: 'Sansita Swashed', cursive;
	text-align:center;
	background-color: #ffb4bf;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
}

#logo{
	width:100%;
	max-width:500px;
}

#intro {
	color: black;
	font-size: 50px;
}
#introcos{
	font-size: 25px;
}

.caixeta{
	border:2x solid #72f6ff;
	border-radius:10px;
	width:200px;
	display:inline-block;
	margin:50px;
	padding:15px;
	background-color:#0093cc;
	-webkit-box-shadow: 7px 7px 30px 1px rgba(50,164,168,0.56);
	-moz-box-shadow: 7px 7px 30px 1px rgba(50,164,168,0.56);
	box-shadow: 7px 7px 30px 1px rgba(50,164,168,0.56);

}

.caixeta img{
	width:150px;
}


.caixeta select{
	margin-left:20px;
}
.gluten{
	margin:0px auto;
	width: 40px;
	height: 40px;
}
.gluten img{
	width: 100%;
	height: 100%;
}
#footer{
	color: white;
	font-size: 15px;
	position:fixed;
	bottom: 0px;
	background-color: black;
	border: 1px solid black;
	width:100%;
	left:0;
	right:0;
}

.textfinal select{
	text-align: left;
}

#boto{
	position:fixed;
	bottom: 15px;
	margin-left:80%;

}

#textfinal {
	width: 80%;
	text-align:left;
	margin-left:15px;
}

#dades_client {
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right: 0px;
	z-index:99;
	background-color: rgba(0,0,0,0.8);
}
#gracies {
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right: 0px;
	z-index:99;
	background-color: rgba(0,0,0,0.8);
}
#text_gracies{
	margin-top:150px;
color: white;
}
#text_dades_client{
	margin-top:150px;
	color: white;
}
#nom1{
	text-align: left;
	color:white;
}
#email1{
	text-align: left;
	color:white;
}
#data1{
	text-align: left;
	color:white;
}
#text_nom{
	color:white;
	text-align: center;
}
