body
{
	font-family: 'Lexend Deca', sans-serif;
	font-size: 16px;
	margin: 0;
	padding:0;
}
section
{
	background: #e1e1e1;
	display: flex;
	justify-content: center;
}
#contenedor
{
	background: #ffff;
	width: 100%;
	max-width: 1024px;
	position: relative;
}
#content-imagen img
{
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#content-links
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding: 0.5em;
}
.circle
{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	align-items: center;
}
.circle .icon-img
{
	
}
.circle .icon-img img 
{
	width: 100%;
	max-width: 80px;
	margin: 0;
	padding: 0.2em;
	line-height: 0;
}
.circle .title h2
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.circle .title a
{
	color: #164996;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}
#content-redes
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	align-items: middle;
	padding: 0.5em;
}
.content-social
{
	display: flex;
	align-items: center;
	width: 60%;
}
.content-social .img-redes
{
	
}
.content-social .img-redes img
{
	width: 100%;
	max-width: 40px;
	margin: 0;
	padding: 0.5em;
	line-height: 0;
}
.content-title-redes
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.content-title-redes span
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.content-title-redes a
{
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #164996;
	font-weight: bold;
}
footer
{
	display: flex;
	justify-content: center;
	padding: 2em 0;
}
@media screen and (min-width: 768px) {
	
	body
	{
		
	}
	.circle
	{
		width: 50%;
	}
	#content-redes
	{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.circle .icon-img img 
	{
		max-width: 70px;
	}
	.content-social
	{
		display: flex;
		width: 24%;
		align-items: center;
	}
	
}
@media screen and (min-width: 1024px) {
	
	body
	{
		
	}
	#content-links
	{
		justify-content: center;
		position: relative;
		
		padding: 0;
		z-index: 100;
		width: 100%;
	}
	#content-redes
	{
		flex-wrap: wrap;
		justify-content: space-around;
		position: relative;
		align-items: middle;
		
		width: 100%;
	}
	.circle
	{
		width: 40%;
	}
	.content-social
	{
		display: flex;
		width: 24%;
		align-items: center;
	}
}