body {
	background-image: url(../../assets/img/bg-white.webp);
	background-size: cover;
	background-position: center center;
}
hr {
	opacity: .10 !important;
	margin-bottom: 30px !important;
}
a {
	color: #000 !important;
}
.display-mobile {
	display: none;
}
.img-karla {
	background: linear-gradient(to right,#f62b8d,#b32bd3);
	border-radius: 50%;
	width: 35%;
	margin-top: 5%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.badge {
	color: #fff;
	font-size: 32px !important;
	text-transform: uppercase;
	background-color: #1e3050;
	border-radius: 8px !important;
	padding: 6px 25px 10px 25px !important;
	margin: 20px 0;
}
.img-logo {
	width: 140px;
	margin: 10px 0 20px 0;
}

/******************/
@media screen and (max-width: 980px) {
	body {
		background-attachment: fixed;
	}
	.display-mobile {
		display: block;
	}
	.img-karla {
		width: 70%;
		margin: 30px 0;
	}
	.badge {
		color: #1e3050 !important;
		line-height: 0.5 !important;
		background-color: transparent;
	}
	.img-logo {
		margin: 50px 0 20px 0;
	}
}