@charset "UTF-8";
/* CSS Document */

.teclat1 {font-size: 20px; font-weight: bold; color:black; text-align: center; border: solid rgba(0,0,5,.80) 4px; width: 50px; height: 50px; display: inline-block; margin-left: 4px; margin-right: 4px; padding: 4px;}
	.textarea {width: 100%; max-width: 100%; min-width: 100%; height: 200px; max-height: 200px; min-height: 200px; padding: 8px; font-size:30px; color: rgba(103,100,100,0.80);}
	.lletres {color:rgba(3,3,3,1.00); margin-bottom: 15px; line-height: 34px}
#efecte {transform: scale3d(1.5,1.5,1.5); transition-duration: 5s ease-in-out; }
#efecte:hover {transform: scale3d(1.5,1.5,1.5)}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right:30px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  filter: hue-rotate(0deg);
  box-shadow: 0px -8px -16px 0px rgba(0,0,0,0.2);
   	border: 40px solid rgba(0, 0, 0, 0.5);
	border-radius:20px;
	/* -moz-background-clip: padding-box;  */  
	background-clip: padding-box;   
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.desc {
  padding: 15px;
  text-align: center;
}
.oculte { 
	display: none;
}
.boto {
	padding: 10px;
	background-image: linear-gradient(black, blue);
	color: white;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 150px;
}

.flotant{ 
	float: left;
	margin: 10px 30px 10px 30px;
	width: 80%;
	
}

@media screen and (max-width: 600px) {
	.flotant {
		width: 50%; 
		float: none;
	}
}

.galeria{
	padding: 10px;
	background-image: repeating-linear-gradient(to right, rgba(180,0,0, 0.2), rgba(180,0,0,0) 10%);
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	border-top: solid 3px rgba(180,0,0,1);
	border-bottom: solid 3px rgba(180,0,0,0.2);
}
.galeria:hover{
	background-image: repeating-linear-gradient(to left,rgba(180,0,0, 0.2), rgba(180,0,0,0) 10%);
	
}
.galeria h2{
	text-align: center;
	font-weight: 500;
	text-shadow: -3px -5px 2px rgba(180,0,0, 0.3);
}
.galeria h2:hover{
	text-align: center;
	font-weight: 500;
	text-shadow: 3px -5px 2px rgba(180,0,0, 0.3);
}
.galeria a {
	text-decoration: none;
	color: rgba(180,0,0, 0.9);
}
.galeria a:hover {
	text-decoration: none;
	color:rgba(180,0,0, 0.9);
}