*{
	margin:0px;
	padding:0px;
	font-family: Helvetica Neue; 
}

body {
	background-color: rgb(104, 104, 104);
}

form {
	width:600px;
	margin:30px auto;
}

input[type=text]{
    	padding: 12px 20px;
    	display: inline-block;
    	border: 1px solid #ccc;
  	box-sizing: border-box;
	font-size: 16px;
}

button {
   	background-color: rgb(173,209,53);
	color: white;
	padding: 13px 20px;
	border: none;
	cursor: pointer;
	font-size: 16px;
}
button:hover {
	opacity: 0.8;
}

div#titulo{
	width:100%;
	margin-top:30px;
}

img#header {
	display: block;
 	margin-left: auto;
 	margin-right: auto;
	height: 30%;
 	width: 30%;
}

a {
	style: none;
}

header{
	margin:50px auto;
	width:1200px;
	height:230px;
	background-color: white;
}

div.buscador{
	margin-left: auto;
	margin-right: auto;
	width: 330px;
	height: 50px;
}

div.contenedor{
	width: 200px;
	height: 230px;
	float:left;
	-webkit-transition: height .4s;
}

div#mattermost{
	background-color: rgb(22,107,162);
}

div#cloud{
	background-color: rgb(65,155,95);
}

div#manager{
	background-color: rgb(21,40,54);
}

div#easyredmine{
	background-color: rgb(109,64,105);
}

div#trello{
	background-color: rgb(255,181,51);
}

div#google-gmail{
	background-color: rgb(114,0,0);
}

img.icon{
	display: block;
	margin:50px auto;
	background-color: rgba(255,255,255,.15);
	width:40px;
	padding:20px;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-webkit-transition:box-shadow .4s;
}

p.texto{
	font-size: 1.2em;
	color:white;
	text-align: center;
	padding-top:10px;
	opacity: .6;
	-webkit-transition: padding-top .4s;
}

div.contenedor:hover{
	height:245px;
	/* border-top-style: solid; */
	border-top-color: rgb(214, 214, 214);
}

div.contenedor:hover p.texto{
	padding-top: 30px;
	opacity: 1;
}

div.contenedor:hover img.icon{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}
