body
{
	font-family: 'Economica', sans-serif;
	background: url('../../img/gplaypattern.png'); /* This pattern is from http://subtlepatterns.com/ */
}
.container
{
	width: 100%;
	padding-top: 40px;
}
.logo
{
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}
.logo>img
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.duo_e
{
	float: left;
	width: 50%;
	font-size: 75px;
	text-align: center;
}
a
{
	text-decoration: none;
	color: black;
}
.lin
{
	background-color: #f8ba18;
	clear: both;
	display: block;
	margin-top: 5px;
	-webkit-transition: width 2s;
	transition: width 1.5s;
	margin-left: auto;
	margin-right: auto;
	width: 0%;
	height: 5px
}
.duo_e:hover>.lin
{
	width: 100%;
}
.panel_foto
{
	clear: both;
}
.panel_foto_foto
{
	max-width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 15px;
	border: 1px solid #333;
}



@media all and (max-width: 1000px) 
{
	.logo>img
	{
		width: 80%;
	}
	
	.duo_e
	{
		clear: both;
		padding-bottom: 40px;
		width: 100%;
	}
}

@media all and (max-width: 500px) 
{
	.panel_foto_foto
	{
		width: 100%;
	}
	
	.duo_e
	{
		font-size: 45px;
	}
}