
/* Tipografia */

	body 	{color: #eedbc3;}
	body 	{font-family: 'lato', sans-serif; font-weight:400; letter-spacing: .08em;}

	.thin {font-weight:200;}

	.seeMore:hover {text-decoration: underline; cursor:pointer;}

/*	Formulário */
	input			{background:none; opacity:0.3; border:none; border-bottom:4px solid #eedbc3; color:#eedbc3; font-weight:600; letter-spacing: 4px; width:100%; padding:10px;margin-bottom:40px;}
	input:focus 	{opacity:1;}
	::placeholder 	{color:#eedbc3;}
	button 			{opacity:0.5;width:100%; padding:10px; font-weight:600; font-size:24px; text-align: left; background-color:#eedbc3; border:none; transition: opacity .5s;}
	button:hover	{opacity:1; cursor:pointer; }
