body{
	background-image: url('1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
	margin: 0;
	padding: 0;	
	overflow: hidden;
}
.container{
	min-height: 100vh;
	max-height: 100vh;	
}
.top{
	position: absolute;
	top: 15vh;
	left: 5vh;
	right: 5vh;
}
.bot{
	position: absolute;
	bottom: 20vh;
	left: 5vh;
	right: 5vh;
}

.col-12 img{
	width: 60VH;
}
.redes{
	position: absolute;
	bottom: 5vh;
	left: 5vh;
	right: 5vh;
}
.redes .col-12 img{
	width: 5vh;
}

@media (max-width: 992px) {
	.container{
	min-height: 100vh;
}
.top{
	top:20vh;
	left: 0vh;
	right: 0vh;
}
.bot{
	bottom: 20vh;
	left: 0vh;
	right: 0vh;
}
.col-12 img{
	bottom: 0vh;
	width: 40VH;
	margin: auto;
	padding: auto;
}

}