body {
	background-color: #faf8ef;
}

h5 {
	color: #343a40;
	margin: 0;
}

h6 {
	margin-bottom: 0.3rem;
	font-weight: 400;
}

.name {
	color: #343a40;
}

.love {
	color: #343a40 !important;
}

.body-container {
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	padding: 0 3rem;
}

.container {
	z-index: 2;
	max-width: 30rem;
	display: flex;
	flex-direction: column;
	gap: 1.2em;
	align-items: stretch;
	align-content: center;
}

.bg-container,
.next-container {
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000000;
	z-index: -2;
	background-image: url(https://una.edu.ar/linktree/resources/2022-una-linktree-bg-1.jpg);
}

.next-container {
	z-index: -3;
}

.bg-container::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.7;
	background-color: #ffffff;
}

.btn-block {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0.8rem;
	font-weight: 400;
	padding: 0.5rem 1rem;
	color: #000;
}

.btn-block:hover {
	background-color: #6185a2;
}

.web-btn {
	background-color: #00457c;
	color: #ffffff;
}

.mt-5,
.my-5 {
	margin-top: 0 !important;
}

.mt-5.media {
	display: flex;
	align-items: center;
}

.mt-5.media figcaption {
	text-align: center;
	color: #00457c;
	font-weight: 700;
}

.mt-5.media img {
	margin-bottom: 0 !important;
}

.media {
	align-items: flex-start;
	flex-direction: column;
}

.fauna-icon {
	margin-right: 0.5em;
	width: 2rem;
}

/*----------------- Mail-------------------- */
#email {
	text-decoration: none;
	float: right;
	color: #343a40;
}

.footer {
	margin-top: 5% !important;
	margin-bottom: 10px;
}

.footer ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	align-items: center;
}

.footer img {
	width: 2rem;
}

.footer .icon-yt {
	width: 2.45em;
}

.mt-4,
.my-4 {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 1.5rem 2rem;
	border-radius: 1rem;
}

@media (max-width: 900px) {
	.body-container {
		align-content: center;
		padding: 0;
	}
	.media {
		gap: 0rem;
	}
	.m-3 {
		margin: 0 !important;
	}

	.mt-4,
	.my-4 {
		margin-top: 0 !important;
	}

	.mt-2,
	.my-2 {
		margin-top: 0 !important;
		font-size: 1.2rem;
	}

	.container {
		width: 90%;
		padding: 1.5rem 1rem;
	}
	.footer {
		margin-top: 2rem !important;
	}

	.media-body p {
		margin-bottom: 1.2rem;
	}
}

@media (max-width: 479px) {
	.footer {
		margin-top: 1rem !important;
	}
	.media .m-3 {
		width: 75%;
		height: auto;
	}

	h6 {
		font-weight: 400;
		font-size: 0.8rem;
	}

	.mt-4,
	.my-4 {
		gap: 0.5rem;
	}

	.body-container {
		height: auto;
		margin-top: 1rem;
	}
}
