body {
	margin: 0 auto;
	font-family: 'Azeret mono';
}
#header {
	height: 72px;
	box-shadow: 0px -1px 10px rgb(0,0,0,0.08);
	width: 100%;
}
.logo {
	width: 148px;
	margin: 20px 80px;
}

.logofooter {
	width: 148px;
	margin: 60px 0px 0px 80px;
}

#headerderecha{
	float: right;
	margin: 12px 80px;
}
.buy {
	background-color: #111;
	border-radius: 64px;
	height: 48px;
	width: 200px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Azeret mono';
}
#content {
	background-image: url('../img/Union.svg');
	background-repeat: no-repeat;
	margin: 0px 100px;
}

#content2 {
	margin: 0px 100px;
}

h1 {
	font-family: 'Azeret mono';
	font-size: 60px;
	font-weight: 700;
	line-height: 90px;
	margin: 141px 0px 0px 0px;
}
h2 {
	margin-top: 8px;
	font-size: 12px;
	font-family: 'Azeret mono';
	font-weight: 500;
	line-height: 18px;
}

#footer {
	
	box-shadow: 0px -1px 10px rgb(0,0,0,0.08);
	width: 100%;
}

ul {
    list-style: none;
    padding-left: 0px;
}
h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20.3px;
	color:#111;
	margin-left: 80px;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #111;
}
ul li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 145%;
	text-decoration: underline;
	color: #111;
}
h6 {
	font-size: 50px;
	line-height: 64px;
	font-weight: 700;
	margin: 60px 0px 40px 0px;
}
p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20.3px;
	color: #7a7a7a;
	text-align: justify;
}
.disclaimer {
	font-size: 11px;
	line-height: 14px;
	font-weight: 300;
	padding: 50px;
	color: #9c9c9c;
}

.textfooter {
	margin-left: 80px;
	font-size: 11px;
	font-weight: 400;
	color: #7a7a7a;
}
.tarjeta {
	margin-left: 45px;
}
