html body {
	margin: 0;
	height: 100%;
}

.raiz {
	position: relative;
	height: 100vh;
	width: 100vw;
	background-image: radial-gradient(60vh circle, #FFFFFF 0%, #FFF2F7 25%, #EA1D76 100%);
}

.logoloop {
	position: absolute;
	width: 80%;
	max-width: 340px;
	max-height: 340px;
	min-width: 128px;
	min-height: 128px;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.logoloop img {
	position: relative;
	height: auto;
	width: 100%;
}
