.wk-logo-login div {
    max-width: 400px !important;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px !important;
	background-size: contain !important;
}

ul.wk-resp-profile {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	flex-direction: column;
	list-style: none;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.wk-resp-profile li{
	display: flex;
	width: 650px;
	padding: 7px 30px;
	flex-direction: row;
	max-height: 150px;
	max-width: 650px;
	min-height: 84px;
	margin: 0 .8em 5em;
    border-radius: 75px;
    background-color: #fff3;
}

ul.wk-resp-profile li img{
	border-radius: 50% !important;	
	position: relative;
	min-height: 90px;	
	min-width: 90px;
	object-fit: cover;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	background-position: center;
}

ul.wk-resp-profile li p{
	overflow-wrap: anywhere;
	color: #fff;
	margin-top: .5em;
	text-transform: capitalize;
    font-family: 'Poppins', sans-serif !important;
    font-size: 21px;
}

ul.wk-resp-profile li p:first-of-type{
	max-height: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.wk-info-matricula {
	display:flex;
	padding-left:2em;
	text-align: left;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.wk-info-matricula p {
	font-weight: 500 !important;
}

.wk-button-matricula {
	border: none;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
	transition: 0.2s;
	cursor: pointer;
}

.wk-button-matricula:hover {
	box-shadow: 0px 2px 4px #00000029;

    opacity: 0.9;
}

@media (max-width: 480px) {
	ul.wk-resp-profile li {
		width: 90%;
		align-items: center;
	}

	ul.wk-resp-profile li p{
		font-size: 15px;
	}

	ul.wk-resp-profile li p:first-of-type{
    	font-size: 11px;
	}

	.wk-info-matricula {
		display:flex;
		flex-direction: column;
		padding-left:2em;
		text-align: left;
		width: 100%;
		align-items: center;
	}
}

@media (max-width: 767px) {
	ul.wk-resp-profile li {
		width: calc(100vw - 50px);		
	}

	ul.wk-resp-profile li p{
		font-size: 17px;
	}

	ul.wk-resp-profile li p:first-of-type{
    	font-size: 13px;
	}
}