@font-face {
	font-family: PoiretOne;
	src: url('../fonts/PoiretOne-Regular.ttf');
}


a:hover{
	color: white;
}
#logo_text{
	width: 80%;
}
#logo_text > label{
  	text-align: center;
  	font-family: PoiretOne;
  	font-size: 14pt;
  	font-weight: bold;
  	margin: auto;
  	margin-left: 15px;
}
#header_mais_psicologia{
	/*background: radial-gradient(circle at 0% 100%, #8c4482 0%, #8c4482 0%, #8c4482 25%, #8c4482 70%, #8c4482 90%);*/
	background-color: white;
	display: flex;
	position: fixed;
	width: 100%;
	padding: 10px;
}
#header_mais_psicologia > div{
	display: inline-flex;
	margin: auto;
	padding: 7px;
	text-align: center;
}
#header_mais_psicologia > div > a:hover{
	font-weight: bold;
}
#hiato{
	width: 45%;
}
#ancora{
	width: 175%;
}
#ancora > a {
	color: #566a7f;
}
#ancora > a {
	padding: 10px;
	text-align: center;
	margin: auto;
}
#login_button {
	border: 2px solid #07163d;
  border-radius: 5px;
}
#login_button > a{
	color: #07163d;
	width: 90px;
}
#ancora_mobile{
	display: none;
	overflow: auto;
	scrollbar-width: initial;
	background-color: white;
}
#ancora_mobile > a {
	padding: 3px;
	margin: 2px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #566a7f;
}
.heigth{
	height: 70px;
}
@media(max-width: 900px) {
	#ancora{
		display: none!important;
	}
	#header_mais_psicologia{
		height: 90px;
		position: initial;
	}
	#ancora_mobile{
		display: flex!important;
	}
	#agende_consulta > a{
		width: 108px;
	}
}
@media(max-width: 413px) {
	#login_button > a{
		width: initial;
	}
}