/* CSS Document */
.topo
{
	width:100%;
	float:left;
	position:fixed;
	display:table;
	height:70px;
	background-color:#FFFFFF;
	z-index:9999;
	top:0 !important;
	
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}

.logotipo
{
	float:left;	
	padding-left:25px;
	padding-top:18px;
}

.logotipo img
{
	width:135px;	
}

.menu_mobile
{
	display:none;	
}

.content_image
{
	width:100%;
	float:left;
	display:table !important;
	background-color:#380249;
	padding-bottom:5px;
	font-size:14px;
	margin-top:-18px;
	
	box-shadow:0px 0px 12px rgba(0,0,0,0.6);
   -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.6);
   -moz-box-shadow:0px 0px 12px rgba(0,0,0,0.6);
}

.imagem 
{
	position:relative;
	width: 100%;
	height: 495px;
	overflow:hidden;
}

.imagem > div
{
	position:absolute;
	width: 160%;
	height: 495px;
	margin-left:-30%;
	background-color:#FFFFFF;
	-webkit-border-radius:90% 90% 90% 90% / 0% 0% 100% 100%;
 	border-radius:90% 90% 90% 90% / 0% 0% 100% 100%;
	background-color:#FFFFFF !important;
	
	background-image:url(../js/ajax/loader/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-size:320px auto;
	
	border-bottom:solid 8px #ec2275;
}


.imagem > div > div
{
	position:absolute;
  	background-color:#FFFFFF !important;
	width: 120%;
	height: 488px;
	margin-left:-10%;
	-webkit-border-radius:60% 60% 60% 60% / 0% 0% 100% 100%;
 	border-radius:60% 60% 60% 60% / 0% 0% 100% 100%;
	display:none;
	
	background-position:top center;
	background-size:100% auto;
	background-attachment:fixed;	
}

.quadro_vaga
{
	width:560px;
	min-width:320px;
	margin:0 auto;
	display:table;
	margin-top:5.5%;	
	opacity:0;
}

.quadro_vaga > div:nth-child(1)
{
	font-size:23px;
	color:#380249;
	font-weight:700;
	padding-bottom:3px;
	padding-left:5px;	
}

.buttons_top
{
	width:100%;
	float:left;
	margin-top:-10px;
	margin-bottom:10px;	
	padding-top:10px;
}

.buttons_top > div:nth-child(1)
{
	width:auto;
	display:table;	
	margin:0 auto;
}

.buttons_top > div:nth-child(2)
{
	width:100%;
	float:left;
	text-align:center;
	color:#FFFFFF;
	margin-top:13px;
	margin-bottom:5px;	
}

/*#User
{
	width:38px;
	height:38px;
	background-position:center;
	background-size:cover;
	border-radius:50%;
	margin:0 auto;
	margin-top:5px;
	background-color:#380249;
	
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
   -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
   -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.2);	
}*/


#User
{
	width:38px;
	height:38px;
	background-position:center;
	border-radius:50%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	margin:0 auto;
	margin-top:3px;
		
	/*box-shadow:2px 2px 5px rgba(0,0,0,0.2);
   -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
   -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.2);	*/
}

/*#User_Mobile
{
	width:38px;
	height:38px;
	background-position:center;
	background-size:cover;
	border-radius:50%;
	margin:0 auto;
	margin-top:0px;
	background-color:#380249;
	
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
   -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
   -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.2);	
}*/

#User_Mobile
{
	width:55px;
	height:55px;
	background-position:center;
	background-size:cover;
	border-radius:50%;
	background-position:center;
	background-size:30px auto;
	margin:0 auto !important;
	margin-top:25px !important;
}


#menu_logado
{
	position:absolute;
	right:0px;
	top:0px;
	width:200px !important;
	background-color:#380249;
	z-index:999999999999;
	display:table;
	height:70px;
	margin-top:70px;
	opacity:0;
	visibility:hidden;
	display:table;
	
	-webkit-transition: opacity 1s; /* Safari */
  	transition: opacity 1s;	
	
	box-shadow:0px 0px 9px rgba(0,0,0,0.3);
   -webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.3);
   -moz-box-shadow:0px 0px 9px rgba(0,0,0,0.3);		
}

#menu_logado > ul
{
	margin:0;
	padding:0;
	display:table;
	width:100%;
	float:left;
}

#menu_logado > ul > li
{
	width:100%;
	float:left;
	list-style:none;
	padding-left:10px;	
	text-align:left;
	border-bottom:dotted 1px #22002D;
	color:#FFFFFF;
	height:38px;
	line-height:38px;
	cursor:pointer;
	font-size:12px;
}

#menu_logado > ul > li:hover
{
	background-color:#22002D;
}

#menu_logado > ul > li > span
{
	font-size:13px;
	color:#FFFFFF;
}

/* APENAS MOBILE */
#menu_logado_mobile
{
	position:absolute;
	right:0px;
	top:70px;
	width:100% !important;
	background-color:#380249;
	z-index:999999999999;
	display:table;
	height:70px;
	margin-top:110px;
	opacity:0;
	visibility:hidden;
	display:table;
	
	-webkit-transition: opacity 2s; /* Safari */
  	transition: opacity 2s;	
	
	box-shadow:0px 0px 9px rgba(0,0,0,0.3);
   -webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.3);
   -moz-box-shadow:0px 0px 9px rgba(0,0,0,0.3);		
}

#menu_logado_mobile > ul
{
	margin:0;
	padding:0;
	display:table;
	width:100%;
	float:left;
}

#menu_logado_mobile > ul > li
{
	width:100%;
	float:left;
	list-style:none;
	padding-left:10px;	
	text-align:left;
	border-bottom:dotted 1px #22002D;
	color:#FFFFFF;
	height:60px;
	line-height:60px;
	cursor:pointer;
	font-size:16px;
}

#menu_logado_mobile > ul > li:hover
{
	background-color:#22002D;
}

#menu_logado_mobile > ul > li > span
{
	font-size:13px;
	color:#FFFFFF;
}
/* APENAS MOBILE */

