/* ------------------------------------------------------------------------------------------------------------------ */
/* rodape */

@media all and ( max-width: 599px )
{
	div#footer a.logo { display: block; position: absolute; top: 10px; left: 50%; width: 96px; height: 21px; margin: 0 0 0 -48px; background: transparent url(../../../src/img/logos/idstudies.png) no-repeat; background-size: contain; }
	div#footer p { display: block; position: absolute; bottom: 10px; left: 0; width: 100%; text-align: center; margin: 0; line-height: 20px; font-size: 14px; color: #ffffff; }
}
@media all and ( min-width: 600px ) and ( max-width: 1099px )
{
	div#footer a.logo { display: block; position: absolute; top: 10px; left: 50%; width: 96px; height: 21px; margin: 0 0 0 -48px; background: transparent url(../../../src/img/logos/idstudies.png) no-repeat; background-size: contain; }
	div#footer p { display: block; position: absolute; bottom: 10px; left: 0; width: 100%; text-align: center; margin: 0; line-height: 20px; font-size: 14px; color: #ffffff; }
}
@media all and ( min-width: 1100px )
{
	div#footer a.logo { display: block; position: absolute; top: 20px; right: 0; width: 166px; height: 36px; margin: 0; background: transparent url(../../../src/img/logos/idstudies.png) no-repeat; }
	div#footer p { display: block; position: absolute; top: 0; left: 0; width: auto; text-align: center; margin: 0; line-height: 75px; font-size: 16px; color: #ffffff; }
}


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