/* ---------------------------------------------------------------------------------------------- */
/* direitos */

div.copyright
{
	display: block;
	position: absolute;
	top: 32px;
	right: 0;
	height: 30px;
}
div.copyright p
{
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	text-align: right;
}


/* ---------------------------------------------------------------------------------------------- */
/* desenvolvido por */

a.idstudies
{
	display: block;
	position: absolute;
	top: 36px;
	right: 225px;
	width: 61px;
	height: 14px;
	background: url(../../../../src/img/logos/idstudies.png) no-repeat 0 0;
	background-size: contain;
}


/* ---------------------------------------------------------------------------------------------- */
/* linguagens */

div.languages
{
	display: block;
	position: absolute;
	top: 36px;
	left: 475px;
	width: auto;
	height: 23px;
	font-size: 0;
}

div.languages a
{
	display: inline-block;
	position: relative;
	line-height: 23px;
	font-size: 12px;
	color: #ffffff;
	vertical-align: top;
	text-decoration: none;
}

div.languages a:hover
{
	text-decoration: underline;
}

div.languages a.selected
{
	color: #736359;
}

div.languages p
{
	display: inline-block;
	position: relative;
	line-height: 23px;
	font-size: 12px;
	color: #ffffff;
	margin: 0 5px;
	vertical-align: top;
}


/* ---------------------------------------------------------------------------------------------- */
/* redes sociais */

div.socialNetworks
{
	display: block;
	position: absolute;
	top: 36px;
	left: 375px;
	width: 61px;
	height: 23px;
}

div.socialNetworks a.facebook
{
	display: block;
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	background: url(../../../../src/img/logos/facebook.png) no-repeat 0 0;
	background-size: contain;
}

div.socialNetworks a.instagram
{
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 15px;
	width: 23px;
	height: 23px;
	background: url(../../../../src/img/logos/instagram.png) no-repeat 0 0;
	background-size: contain;
}


/* ---------------------------------------------------------------------------------------------- */
/* newsletter */

form.newsletter
{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 335px;
	height: 50px;
}
form.newsletter label
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 45px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	background: transparent url(../../../../src/img/newsletterIcon.png) no-repeat;
}
form.newsletter input.text
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 225px;
	font-size: 14px;
	line-height: 23px;
	border: 1px solid #f3f4f4;
	color: #ffffff;
	border-radius: 2px;
	background-color: #3b2314;
}
form.newsletter input.submit
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px;
	font-size: 14px;
	line-height: 25px;
	border: 1px solid #f3f4f4;
	color: #3b2314;
	border-radius: 2px;
	background-color: #f3f4f4;
	cursor: pointer;
}
form.newsletter input.submit:hover
{
	border: 1px solid #9b9a98;
	background-color: #9b9a98;
}


/* ---------------------------------------------------------------------------------------------- */