body {
			margin: 0;
			padding: 0;
			font-family: 'Lato', sans-serif;
		}
		h2 {
			font-size: 3em;
			font-weight: normal;
		}
		@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@400&display=swap');
		.wrapper {
			background-repeat: no-repeat;
			background-size: cover;
			height: 100vh;
    		width: 100%;
			background-color:black;
		}
		.textCenter {
			text-align: center;
		}
		.max800 {
			max-width: 800px;
			margin: 0 auto;
		}
		.max600 {
			max-width: 600px;
			margin: 0 auto;
		}
		.card {
			background: white;
			border-radius: 0 0 10px 10px;
			position:
			relative;
		}
		.colorWhite {
			color: white;
		}
		.colorGrey {
			color: silver;
		}
.logo {
	padding:30px;
}
.logo img {
	max-width:200px;
}
	.card > div.muesca {
		display:block;
		width:100%;
		height:30px;
		position:absolute;
		top:-30px;
	}
		.fontPlayfair {
			font-family: 'Playfair Display', serif;
		}
		.mt30 {
			margin-top: 30px;
		}
		.mb30 {
			margin-bottom: 30px;
		}
		.mt0 {
			margin-top:0px;
		}
		.mb0 {
			margin-bottom:0px;
		}
		.pt30 {
			padding-top: 30px;
		}
		.pb30 {
			padding-bottom: 30px;
		}
		.boxSizing {
			box-sizing: border-box;
		}
		.dFlex {
			display: flex;
			flex-wrap: wrap;
		}
		.dBlock {
			display: block;
		}
		.nicho {
			letter-spacing: 2px;
		}
		.redes {
			display: flex;
			flex-wrap: wrap;
			width:80%;
			margin-left:10%;
		}
		.redes a {
			width: 16.33333%;
			padding: 10px;
			box-sizing:border-box;
		}
.redes img {
	/* margin:0 10px; */
	max-width:100%;
	height:auto;
	width: 89%;
}
.legales {
	position:
	relative;
	background-color: #ffffff2b;
	padding: 1px;
	margin-top: 10px;
	/* border-radius: 10px 10px 0 0; */
}
.legales p {
	z-index:2;
	position:relative;
}
.legales > img {
	position:absolute;
	width:100%;
	height:120px;
	top:-10px;
	z-index:1;
}
@media (max-width:767px) {
	.wrapper {
		padding:10px;	
	}
	.card > div.muesca {
		top:-29px;
	}
	.redes a {
		padding:5px;
	}
	
}