.tipsy {
	display: none !imporant;
	height: 0px !important;
}
/*
 * LOGIN 
 */
div.userpro.userpro-login {
	background-color: transparent;
	border: none;
	max-width: 400px !important;
	width: 400px !important;
	margin-bottom: 0px !important;
}
div.userpro.userpro-login.hide-required .required{
	display: none;
}
div.userpro.userpro-login .required{
	color: #025161 !important;
}
div.userpro.userpro-login.userpro-profile {
	max-width: unset !important;
	width: unset !important;
}
div.userpro.userpro-login .userpro-field-icon {
	display: none;
}
div.userpro-input div.icon-ok {
	top: 5px !important;
}
div.userpro-warning {
	font-family: "Averta";
	color: #025161 !important;
	top: 0px;
    opacity: 1;
	padding: 0px !important;
    background: none !important;
    border: none !important;
    margin: 0px !important;
    font-weight: bold;
    box-shadow: unset !important;
}
div.userpro-warning i {
	display: none;
}
div.userpro.userpro-login h1.userpro-body-title {
	color: #025161;
	font-family: "Averta";
  	font-size: 34px;
  	font-weight: 300;
  	line-height: 43px;
  	text-align: center;
  	letter-spacing: -0.4857143px;
}
div.userpro.userpro-login div.userpro-field{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
	flex-direction: column;
}
div.userpro.userpro-login div.userpro-label label{
	font-family: "Averta" !important;
}
div.userpro.userpro-login div.userpro-label.iconed {
	width: unset !important;
    float: none;
    display: flex;
	padding: 0px;
	width: 100% !important;
}
.userpro-field.userpro-field-user_pass .userpro-label{
	display:flex;
}
.userpro-field.userpro-field-user_pass .userpro-label .userpro-tip{
    margin-top: 2px;
    margin-left: 5px;
}
div.userpro.userpro-login div.userpro-checkbox.hide-field{
	display:none;
}
div.userpro.userpro-login div.userpro-input input[type=text], div.userpro.userpro-login div.userpro-input input[type=password]{
	border-radius: 6px !important;
  	background: #ffffff !important;	
	font-family: "Averta" !important;
  	font-size: 14px !important;
  	font-weight: 400 !important;
  	line-height: 28px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-right: 11px !important;
	padding-left: 20px !important;
	border: none !important;
    height: unset !important;
	color: #222222 !important;
	width: 100%;
}
div.userpro.userpro-login div.userpro-input input[type=text]:focus, div.userpro.userpro-login div.userpro-input input[type=password]:focus{
	outline:none !important;
	border: none !important;
	box-shadow: none !important;
}
div.userpro.userpro-login div.userpro-field.userpro-submit.userpro-column{
	display: flex;
	flex-direction: column;
}
div.userpro.userpro-login div.userpro-input label.userpro-checkbox.hide-field {
	display: none;
}
div.userpro.userpro-login div.userpro-social-connect {
	position: unset !important;
	order: 2;
}
div.userpro.userpro-login div.userpro-field.userpro-submit {
	border: none;
}
div.userpro.userpro-login div.userpro-submit-container{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-bottom: 60px;
	width: 100%;
}
div.userpro.userpro-login div.userpro-submit-container input[type=submit].userpro-button, div.userpro.userpro-login div.userpro-submit-container input.userpro-button.secondary{
	margin: 0 auto !important;
}
div.userpro.userpro-login div.userpro-submit-container input[type=submit].userpro-button, div.userpro.userpro-login div.userpro-submit-container input[type=button].userpro-button  {
	font-family: "Averta" !important;
	font-size: 13px !important;
  	font-weight: bold !important;
  	line-height: 12px !important;
  	text-align: center !important;
  	text-transform: uppercase !important;
  	letter-spacing: 1px !important;
  	border-radius: 4px !important;
  	background: #025161 !important;
	padding: 17px 50px !important;
	height: unset !important;
	box-shadow: unset !important;
	border: unset !important;
	max-width: 300px;
}
div.userpro.userpro-login div.userpro-submit-container input[type=submit].userpro-button:hover{
	background: #2d626d !important;
}
div.userpro.userpro-login div.userpro-submit-container input[type=submit].userpro-button.red, 
div.userpro.userpro-login div.userpro-submit-container input[type=button].userpro-button.red {
	background: #ae3434 !important
}
div.userpro.userpro-login div.userpro-submit-container input[type=submit].userpro-button.red:hover, 
div.userpro.userpro-login div.userpro-submit-container input[type=button].userpro-button.red:hover {
	background: #ea5252 !important
}
div.userpro.userpro-login div.userpro-submit-container input[type=submit].userpro-button.outline, 
div.userpro.userpro-login div.userpro-submit-container input[type=button].userpro-button.outline {
	border: 1px solid #025161 !important;
    color: #025161 !important;
    background: transparent !important;
}
div.userpro.userpro-login div.userpro-submit-container input[type=submit].userpro-button.outline:hover, 
div.userpro.userpro-login div.userpro-submit-container input[type=button].userpro-button.outline:hover {
	background: transparent !important;
}
div.userpro.userpro-login a.userpro-forget-link {
	font-family: "Averta" !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-align: center !important;
}
div.userpro.userpro-login div.userpro-submit-container input.userpro-button.secondary {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-align: center !important;
    text-decoration: underline !important;
    padding: 0px !important;
}
div.userpro.userpro-login div.userpro-social-connect.fullwidth-block-social{
	width: 100%;
}
div.userpro.userpro-login a.userpro-social-google{
	background: #4285f4 !important;
	border-radius: 6px !important;
	color: #ffffff !important;
	font-family: "Averta" !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	text-align: center !important;	
	margin: 0px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
    height: 45px !important;
    width: 100% !important;
	padding: 8px;
}
div.userpro.userpro-login a.userpro-social-google:before{
	content: '';
	background-image: url('../imgs/google_icon.svg');
	background-position: center;
	background-size: unset;
    background-repeat: no-repeat;
	background-color: white;
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 4px;
    left: 15px;
    position: absolute;
}
div.userpro.userpro-login a.userpro-social-google:after{
	content: 'Entrar com Google';
    position: absolute;
    right: 0px;
	left: 0px;
}
@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
	div.userpro.userpro-login {
		width: 100% !important;
	}
}
/* PROFILE */
main {
	min-height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.profile-page{
	display:flex;
	justify-content: center;
	font-family: "Averta";
	height: 100%;
	flex: 1;
}
.profile-menu{
	min-width: 455px;
	flex: 0;
	background-color: #025161;
    padding-top: 95px;
    padding-left: 200px;
}
.profile-menu-container{
	display: flex;
    justify-content: center;
	padding-top: 20px;
}
.profile-menu-card {
	color: #f4f4f4;
  	font-size: 26px;
  	font-weight: 600;
  	line-height: 42px;
	border-bottom: 1px solid #05F88F;
	padding-bottom: 20px;
}
ul.profile-menu-list{
	list-style-type: none;
	padding: 0;
	width: 100%;
}
ul.profile-menu-list li.menu-item, ul.profile-menu-list li.menu-item a{
	cursor: pointer;
	color: #05F88F;
  	font-size: 20px;
  	font-weight: 400;
  	line-height: 36px;
	text-decoration: none;
}
ul.profile-menu-list li.menu-item:hover, ul.profile-menu-list li.menu-item a:hover{
	text-decoration:underline;
}
ul.profile-menu-list li.menu-item.active {
	text-decoration: underline;
	font-weight: 600;
}
.profile-content{
	flex: 1;
	min-height: 535px;
}
.profile-content-block{
	display: none;
	padding-left: 80px;
	padding-top: 75px;
	padding-right: 65px;
}
.profile-content-block.active{
	display: block;
}
.profile-content-block .content-title-container {
	padding-bottom: 60px;
}
.profile-content-block .content-title {
  	font-size: 56px;
  	font-weight: 300;
  	line-height: 72px;
  	letter-spacing: -0.6363636px;
}
.profile-content-block .content-description {
	color: #222222;
  	font-size: 26px;
  	font-weight: 600;
  	line-height: 42px;
}
.profile-content-block .subscription-label {
	color: #383838;
  	font-size: 19px;
  	font-weight: 600;
  	line-height: 28px;
}
/* MEUS DADOS */
.profile-content-block div.userpro-float div.userpro-input {
	width: 100%;
}
.profile-content-block div.userpro.userpro-login div.userpro-submit-container{
	align-items: flex-start;
}
.profile-content-block div.userpro.userpro-login div.userpro-submit-container input[type=submit].userpro-button, 
.profile-content-block div.userpro.userpro-login div.userpro-submit-container input[type=button].userpro-button {
	margin: 0px !important;
	width: 100% !important;
    padding: 0px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}
div.userpro-input div.icon-ok {
	top: 6px !important;
}
/* FAVORITOS */
.profile-content-block .card.article .badge{
	left: 15px;
    top: 10px;
}
/* ASSINATURAS */
.profile-content-block .subscription-entry {
	display: flex;
    border-bottom: 2px solid #D8D8D8;
	padding-top: 15px;
	padding-bottom: 15px;
}
.profile-content-block .subscription-entry label{
	color: #383838;
  	font-size: 19px;
  	font-weight: 600;
  	line-height: 28px;
	padding-left: 15px;
	margin: 0px;
}
.profile-content-block .subscription-entry .subscription-checkbox{
	display: block;
	width: 25px;
	height: 25px;
	background: #D8D8D8;
	border-radius: 4px;
}
.profile-content-block .subscription-entry .subscription-checkbox.selected:after{
	content: '';
	background-image: url('../imgs/subscription-check-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
    height: 25px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
	.profile-page{
		overflow-x: hidden;
	}
	.profile-menu{
		padding: 0px !important;
		min-width: unset !important;
		width: 100% !important;
		transform: translateX(-100%);
		transition: 0.5s all;
		overflow: hidden;
		z-index: 100;
		position: absolute;
		height: 100%;
		left: 0px;
	}
	.profile-menu.open{
		transform: translateX(0px);
		transition: 0.5s all;
	}
	.profile-page .open-menu-button:after{
		content: '';
		background-image: url(../imgs/icon-hamb-blue.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 25px;
		height: 25px;
		display: block;
		transform: rotate(180deg);
		margin: 0px;
	}
	.profile-menu-card{
		padding-top: 20px !important;
		margin-left: 20px !important;
	}
	.profile-menu-container{
		padding-left: 20px !important;
	}
	.profile-content-block{
		padding-left: 20px;
    	padding-top: 20px;
    	padding-right: 20px;
	}
	.profile-content-block .content-title-container {
		padding-bottom: 30px;
	}
	.profile-content-block .content-title {
		font-size: 44px;
	}
	.profile-content-block .content-description{
    	font-size: 20px;
    	line-height: 30px;
	}
	
}