@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");


@media (max-width: 450px) {

	.card {
		max-width: 430px !important;
		width: auto !important;
	}
}

body {
	padding-right: 0px !important;
	font-size: 16px;
	color: #404040;
	font-family: Montserrat, sans-serif;
	background-image: linear-gradient(to bottom right, #202020 0% 50%, #525252 100% 100%);
	background-position: center;
	background-attachment: fixed;
	margin: 0;
	display: grid;
	place-items: center;
	box-sizing: border-box;
}

.card {
	margin: 12px;
	background-color: #fff;
	width: 450px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0px 1rem 1.5rem rgba(0, 0, 0, 0.5);
}

.card .banner {
	background-image: url("/perfil/capa-padrao.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 11.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
}

.card .banner img {
	background-color: #fff;
	width: 9rem;
	height: 9rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	transform: translateY(50%);
	transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.card .banner img:hover {
	transform: translateY(50%) scale(1.3);
}

.card h2.name {
	text-align: center;
	padding-top: 88px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}

.card .title {
	color: #a0a0a0;
	font-size: 0.85rem;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.card .actions {
	margin-top: 10px;
	padding: 0 2rem 1.2rem;
	display: flex;
	flex-direction: column;

}

.card .actions .follow-info {
	display: flex;
}

.card .actions .follow-info h2 {
	text-align: center;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
}

.card .actions .follow-info h2 a {
	text-decoration: none;
	padding: 0.8rem;
	display: flex;
	flex-direction: column;
	border-radius: 0.8rem;
	transition: background-color 100ms ease-in-out;
}

.card .actions .follow-info h2 a span {
	color: #242424;
}

.card .actions .follow-info h2 a small {
	color: #7a7a7a;
	font-size: 0.75rem;
	font-weight: normal;
	padding-top: 5px;
}

.card .actions .follow-info h2 a:hover {
	background-color: #f2f2f2;
}

.card .actions .follow-info h2 a:hover span {
	color: #000000;
}

.card .actions .follow-btn button {
	color: inherit;
	font: inherit;
	font-weight: bold;
	background-color: #ffd01a;
	width: 100%;
	border: none;
	padding: 1rem;
	outline: none;
	box-sizing: border-box;
	border-radius: 1.5rem/50%;
	transition: background-color 100ms ease-in-out, transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.card .actions .follow-btn button:hover {
	background-color: #efb10a;
	transform: scale(1.1);
}

.card .actions .follow-btn button:active {
	background-color: #e8a200;
	transform: scale(1);
}

.card .desc {
	font-size: 14px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

.link-profile {
	box-sizing: border-box;
	text-decoration: none;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	background: #E8E8E8;
	color: rgb(0, 0, 0);
	border-radius: 5px;
	padding: 15px;
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	border: 0;
	width: 100%;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	outline: none;
	margin-bottom: 10px;
}

.links {
	flex: 1;
	flex-direction: column;
}

.links-container {
	padding: 20px;
	padding-top: 0;
	max-width: 400px;
	margin: auto;
	text-align: center;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pr-10 {
	padding-right: 10px;
}

.bt-vcard {
	box-sizing: border-box;
	text-decoration: none;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	background: linear-gradient(to bottom, #161616 0% 75%, #414141 100% 100%);
	border-radius: 40px;
	color: #fff;
	padding: 12px 19px;
	text-align: center;
	font-weight: 800;
	font-size: 14px;

	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	outline: none;
	margin-bottom: 10px;
}

.bt-vcard:hover {
	background: linear-gradient(to bottom, #2e2e2e 0% 75%, #000000 100% 100%);
}

.social {
	padding-bottom: 15px;
	padding-top: 17px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.item-social {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	color: #555;
	cursor: pointer;
}

.item-social:hover {
	color: rgb(0, 0, 0);
}

.item-social i {
	font-size: 25px;
	padding-bottom: 5px;
}

.qrcode {
	border-radius: 10px;
	padding: 3px;
	align-self: flex-start;
	background: transparent;
	display: inline-block;
}

.qrcode img {
	border-radius: 5px;
}

.qr-code-generetor svg {
	width: 100%;
}

.rodape {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin: 15px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.rodape a {
	font-size: 16px;
	color: #FFFFFF;
}

.rodape img {
	padding-bottom: 10px;
}

.swal2-title {
	margin-top: 10px !important;
	font-size: 18px !important;
	font-family: Montserrat, sans-serif !important;
}

.swal2-html-container {
	font-family: Montserrat, sans-serif !important;
	font-size: 16px !important;
}

.swal2-popup {
	width: 430px !important;
}