/* ------------------------------------------------------------------------------------------------------------------ */
/* fontes */

@font-face
{
    font-family:    'regular1';
    src:            url( '../src/fonts/helvetica_neue_ltstd_mdcn/helvetica_neue_ltstd_mdcn.eot' );
    src:            url( '../src/fonts/helvetica_neue_ltstd_mdcn/helvetica_neue_ltstd_mdcn.eot' ) format('embedded-opentype'),
                    url( '../src/fonts/helvetica_neue_ltstd_mdcn/helvetica_neue_ltstd_mdcn.woff2' ) format('woff2'),
                    url( '../src/fonts/helvetica_neue_ltstd_mdcn/helvetica_neue_ltstd_mdcn.woff' ) format('woff'),
                    url( '../src/fonts/helvetica_neue_ltstd_mdcn/helvetica_neue_ltstd_mdcn.ttf' ) format('truetype'),
                    url( '../src/fonts/helvetica_neue_ltstd_mdcn/helvetica_neue_ltstd_mdcn.svg#helvetica_neue_ltstd_mdcn' ) format('svg');
}

@font-face
{
	font-family:	'bold1';
	src:			url( '../src/fonts/helvetica_neue_ltstd_bd/helvetica_neue_ltstd_bd.eot' );
	src:			url( '../src/fonts/helvetica_neue_ltstd_bd/helvetica_neue_ltstd_bd.eot' ) format('embedded-opentype'),
					url( '../src/fonts/helvetica_neue_ltstd_bd/helvetica_neue_ltstd_bd.woff2' ) format('woff2'),
					url( '../src/fonts/helvetica_neue_ltstd_bd/helvetica_neue_ltstd_bd.woff' ) format('woff'),
					url( '../src/fonts/helvetica_neue_ltstd_bd/helvetica_neue_ltstd_bd.ttf' ) format('truetype'),
					url( '../src/fonts/helvetica_neue_ltstd_bd/helvetica_neue_ltstd_bd.svg#helvetica_neue_ltstd_bd' ) format('svg');
}

@font-face
{
	font-family:    'light1';
    src:            url( '../src/fonts/helvetica_neue_ltstd_lt/helvetica_neue_ltstd_lt.eot' );
    src:            url( '../src/fonts/helvetica_neue_ltstd_lt/helvetica_neue_ltstd_lt.eot' ) format('embedded-opentype'),
					url( '../src/fonts/helvetica_neue_ltstd_lt/helvetica_neue_ltstd_lt.woff2' ) format('woff2'),
					url( '../src/fonts/helvetica_neue_ltstd_lt/helvetica_neue_ltstd_lt.woff' ) format('woff'),
                    url( '../src/fonts/helvetica_neue_ltstd_lt/helvetica_neue_ltstd_lt.ttf' ) format('truetype'),
					url( '../src/fonts/helvetica_neue_ltstd_lt/helvetica_neue_ltstd_lt.svg#helvetica_neue_ltstd_lt' ) format('svg');
}




h1, h2, h3, h4, h5, h6, p, a, input, label, textarea, span, select, table, tr, th, td { font-family: 'regular1', sans-serif; font-size: 16px; color: #292023; padding: 0; margin: 0; line-height: 120%; font-size-adjust: 0.5; font-weight: normal; }

h1 { font-size: 24px; color: #000000; line-height: 35px; text-align: left; overflow: hidden; font-family: 'bold1', sans-serif; }
h1.title { display: block; position: relative; padding: 0 10px; border-bottom: 2px solid #cfab7a; text-align: left; }

h2 { font-size: 18px; color: #000000; line-height: 35px; text-align: left; overflow: hidden; font-family: 'bold1', sans-serif; }

p.text { font-size: 16px; color: #000000; line-height: 22px; text-align: left; padding: 0 10px; font-weight: normal; overflow: hidden; }
p.small_observation { font-size: 12px; color: #c3996b; line-height: 20px; text-align: left; padding: 0 10px; font-weight: normal; overflow: hidden; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* principal e animacoes de defeito */

html, body { position: relative; margin: 0; padding: 0; width: 100%; height: 100%; background-color: #ffffff; }
*
{
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;

	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
}
.no-animation
{
	transition-property: none;
	-webkit-transition-property: none;
	-moz-transition-property: none;

	transition-duration: 0ms;
	-webkit-transition-duration: 0ms;
	-moz-transition-duration: 0ms;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* limpador e truque para inline-block alinhamento */

div.clear { clear: both; }
.trick_align_middle { display: inline-block; position: relative; width: 0; height: 100%; vertical-align: middle; background-color: transparent; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* cabecalho */

div#header { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 85px; z-index: 100; margin: 0; background-color: #ffffff; }
div#header[data-widget="login"] { top: 165px; }
div#header[data-widget="register"] { top: 315px; }
div#header[data-widget="forgot_pass"] { top: 165px; }
div#header[data-widget="search"] { top: 165px; }
	div#header div.container { display: block; position: relative; width: 1200px; height: 100%; margin: 0 auto; font-size: 0; }
		div#header div.container a.logo { display: inline-block; position: relative; width: 200px; height: 64px; background: transparent url(../src/img/logo.png) no-repeat center center; background-size: contain; vertical-align: middle; }
		div#header div.container div.block { display: inline-block; position: relative; width: 1000px; height: 100%; text-align: right; vertical-align: top; } 

		div#header div.container div.icons { display: inline-block; position: relative; width: auto; height: 100%; margin: 35px 0 0 75px;; font-size: 0; text-align: right; vertical-align: top; }
			div#header div.container div.icons a { display: inline-block; position: relative; height: 22px; margin: 0 0 0 25px; vertical-align: top; background: transparent url(../src/img/header_icons.png) no-repeat; }
			div#header div.container div.icons a:first-child { margin: 0; }
			div#header div.container div.icons a[data-status="false"] { background-position-y: 0; }
			div#header div.container div.icons a[data-status="true"],
			div#header div.container div.icons a:hover { background-position-y: -22px; }
			div#header div.container div.icons a.search { width: 20px; background-position-x: 0; }
			div#header div.container div.icons a.login { width: 18px; background-position-x: -20px; }
			div#header div.container div.icons a.wishlist { width: 23px; background-position-x: -38px; }
			div#header div.container div.icons a.shopping_cart { width: 27px; background-position-x: -61px; }
			div#header div.container div.icons a.logout { width: 22px; background-position-x: -88px; }
				div#header div.container div.icons a span { display: block; position: absolute; top: -12px; right: -12px; width: 22px; height: 22px; border-radius: 100%; background-color: #c3996b; font-size: 12px; line-height: 22px; overflow: hidden; text-align: center; color: #ffffff; }
		
		
		div#header div.container div.menu { display: inline-block; position: relative; width: auto; height: 100%; margin: 0; font-size: 0; text-align: right; vertical-align: top; }		
			div#header div.container div.menu a.item { display: inline-block; position: relative; font-size: 16px; text-decoration: none; line-height: 25px; margin: 0 0 0 35px; vertical-align: middle; padding: 0; cursor: pointer; color: #c3996b; padding: 35px 5px 3px 5px; }
			div#header div.container div.menu a.item:first-child { margin: 0; }
			div#header div.container div.menu a.item:hover { color: #232020; }
			div#header div.container div.menu a.item.selected { background-color: #e1ccb5; color: #232020; }

			div#header div.container div.menu div.item { display: inline-block; position: relative; font-size: 16px; text-decoration: none; line-height: 25px; margin: 0 0 0 35px; vertical-align: middle; padding: 0; color: #c3996b; padding: 35px 5px 3px 5px; }
			div#header div.container div.menu div.item:first-child { margin: 0; }
			div#header div.container div.menu div.item.selected { background-color: #e1ccb5; color: #232020; }
				div#header div.container div.menu div.item h1 { display: block; position: relative; font-size: 16px; text-decoration: none; z-index: 3; line-height: 25px; cursor: default; color: #c3996b; font-family: 'regular1', sans-serif; }
				div#header div.container div.menu div.item:hover h1 { color: #000000; }
				div#header div.container div.menu div.item span.top { display: block; position: absolute; top: 25px; left: -1px; z-index: 2; width: 100%; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; cursor: default; height: 0; background-color: #e1ccb5; }
				div#header div.container div.menu div.item:hover span.top { height: 68px; }
				div#header div.container div.menu div.item span.top
				{
					transition: all 400ms linear 400ms;
					-webkit-transition: all 400ms linear 400ms;
					-moz-transition: all 400ms linear 400ms;
				}
				div#header div.container div.menu div.item:hover span.top
				{
					transition: all 400ms linear 0ms;
					-webkit-transition: all 400ms linear 0ms;
					-moz-transition: all 400ms linear 0ms;
				}
				div#header div.container div.menu div.item div.block { display: block; position: absolute; top: 92px; right: -400px; z-index: 1; width: auto; max-width: 950px; min-width: 475px; height: 0; background-color: #e1ccb5; border: none; overflow: hidden; font-size: 0; cursor: default; text-align: left; }
				div#header div.container div.menu div.item:hover div.block { border: 1px solid #ffffff; }
				div#header div.container div.menu div.item div.block
				{
					transition: all 400ms linear 0ms;
					-webkit-transition: all 400ms linear 0ms;
					-moz-transition: all 400ms linear 0ms;
				}
				div#header div.container div.menu div.item:hover div.block
				{
					transition: all 400ms linear 400ms;
					-webkit-transition: all 400ms linear 400ms;
					-moz-transition: all 400ms linear 400ms;
				}

					div#header div.container div.menu div.item div.block div.col { display: inline-block; position: relative; max-width: 250px; margin: 20px 15px; vertical-align: top; text-align: left; }
						div#header div.container div.menu div.item div.block div.col a.title { display: block; position: relative; font-size: 14px; color: #ffffff; font-family: 'bold1', sans-serif; text-decoration: none; padding: 0 5px; line-height: 25px; margin: 0 0 10px 0; }
						div#header div.container div.menu div.item div.block div.col a.title:hover { color: #c3996b; }
						div#header div.container div.menu div.item div.block div.col a.line { display: block; position: relative; font-size: 14px; color: #000000; text-decoration: none; padding: 0 5px; line-height: 22px; }
						div#header div.container div.menu div.item div.block div.col a.line:hover { background-color: #ffffff; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* widget_login */

div#header_widget_login { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 0; z-index: 101; background-color: #c3996b; overflow: hidden; }
div#header_widget_login[data-status="false"] { height: 0; }
div#header_widget_login[data-status="true"] { height: 125px; padding: 20px 0; }
	div#header_widget_login div.container { display: block; position: relative; width: 1200px; height: 100%; margin: 0 auto; font-size: 0; }
		div#header_widget_login div.container div.register { display: inline-block; position: relative; width: 350px; height: 100%; margin: 0; vertical-align: top; }
			div#header_widget_login div.container div.register h1 { color: #ffffff; font-size: 18px; line-height: 25px; font-family: 'regular1', sans-serif; }
			div#header_widget_login div.container div.register p { display: block; position: relative; color: #dec6ad; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; margin: 0 0 15px 0; }
			div#header_widget_login div.container div.register span { display: block; position: relative; width: 175px; height: 35px; background-color: #ffffff; text-align: center; line-height: 35px; color: #c3996b; font-size: 18px; cursor: pointer; }
			div#header_widget_login div.container div.register span:hover { background-color: #e1ccb5; color: #000000; }
		div#header_widget_login div.container form.login { display: inline-block; position: relative; width: 800px; height: 100%; margin: 0 0 0 50px; vertical-align: top; }
			div#header_widget_login div.container form.login h1 { color: #ffffff; font-size: 18px; line-height: 25px; font-family: 'regular1', sans-serif; }
			div#header_widget_login div.container form.login p { display: block; position: relative; color: #dec6ad; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; margin: 0 0 15px 0; }
			div#header_widget_login div.container form.login input[type="text"],
			div#header_widget_login div.container form.login input[type="password"] { display: inline-block; position: relative; width: 265px; height: 33px; border: 1px solid #ece8e1; background-color: transparent; color: #ffffff; font-size: 16px; padding: 0 10px; vertical-align: top; }
			div#header_widget_login div.container form.login input[type="password"] { margin: 0 0 0 10px; }
			div#header_widget_login div.container form.login input[type="text"]::-webkit-input-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="text"]:-moz-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="text"]::-moz-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="text"]:-ms-input-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="text"]::-ms-input-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="password"]::-webkit-input-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="password"]:-moz-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="password"]::-moz-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="password"]:-ms-input-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="password"]::-ms-input-placeholder { font-size: 14px; color: #ffffff; }
			div#header_widget_login div.container form.login input[type="submit"] { display: inline-block; position: relative; width: 206px; height: 35px; border: none; background-color: #ffffff; color: #c3996b; font-size: 16px; padding: 0; cursor: pointer; box-sizing: initial; vertical-align: top; margin: 0 0 0 10px; }
			div#header_widget_login div.container form.login input[type="submit"] { display: inline-block; position: relative; width: 206px; height: 35px; border: none; background-color: #ffffff; color: #c3996b; font-size: 16px; padding: 0; cursor: pointer; box-sizing: initial; vertical-align: top; margin: 0 0 0 10px; }
			div#header_widget_login div.container form.login input[type="submit"]:hover { background-color: #e1ccb5; color: #000000; }
			div#header_widget_login div.container form.login span.forgot { display: block; position: relative; width: 206px; float: right; color: #dec6ad; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; margin: 5px 0 0 0; cursor: pointer; }
			div#header_widget_login div.container form.login span.forgot:hover { color: #ffffff; }
			div#header_widget_login div.container form.login span.close { display: block; position: absolute; top: 0; right: 0; width: 16px; height: 15px; background: transparent url(../src/img/close_button.png) no-repeat; cursor: pointer; }
			div#header_widget_login div.container form.login span.close:hover { background-position-y: -15px; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* widget_register */

div#header_widget_register { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 0; z-index: 101; background-color: #c3996b; overflow: hidden; }
div#header_widget_register[data-status="false"] { height: 0; }
div#header_widget_register[data-status="true"] { height: 275px; padding: 20px 0; }
	div#header_widget_register form.container { display: block; position: relative; width: 800px; height: 100%; margin: 0 auto; font-size: 0; }
		div#header_widget_register form.container div.col { display: inline-block; position: relative; width: 350px; margin: 0; font-size: 0; vertical-align: top; }
		div#header_widget_register form.container div.col:nth-child(3) { margin: 0 50px 0 0; }
		div#header_widget_register form.container div.col:nth-child(4) { margin: 0 0 0 50px; }
		div#header_widget_register form.container h1 { color: #ffffff; font-size: 18px; line-height: 25px; font-family: 'regular1', sans-serif; }
		div#header_widget_register form.container p { display: block; position: relative; color: #dec6ad; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; margin: 0 0 10px 0; }
			div#header_widget_register form.container p a { display: inline-block; position: relative; color: #dec6ad; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; }
			div#header_widget_register form.container p a:hover { color: #000000; }
		div#header_widget_register form.container label { display: inline-block; position: relative; width: 350px; color: #ffffff; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; vertical-align: top; }
		div#header_widget_register form.container label:nth-child(2n) { margin: 0 0 5px 50px; }
		div#header_widget_register form.container label:nth-child(2n-1) { margin: 0 50px 5px 0; }
			div#header_widget_register form.container label input[type="password"],
			div#header_widget_register form.container label input[type="text"] { display: block; position: relative; width: 348px; height: 23px; border: 1px solid #eee3d6; background-color: #ffffff; color: #000000; font-size: 16px; vertical-align: top; }
			div#header_widget_register form.container label select { display: block; position: relative; width: 348px; height: 23px; border: 1px solid #eee3d6; background-color: #ffffff; color: #000000; font-size: 16px; vertical-align: top; box-sizing: initial; }
		div#header_widget_register form.container input[type="submit"] { display: inline-block; position: relative; width: 206px; height: 35px; border: none; background-color: #ffffff; color: #c3996b; font-size: 16px; padding: 0; cursor: pointer; box-sizing: initial; vertical-align: top; margin: 10px 0 0 0; }
		div#header_widget_register form.container input[type="submit"]:hover { background-color: #e1ccb5; color: #000000; }
	div#header_widget_register form.container span.close { display: block; position: absolute; top: 0; right: 0; width: 16px; height: 15px; background: transparent url(../src/img/close_button.png) no-repeat; cursor: pointer; }
	div#header_widget_register form.container span.close:hover { background-position-y: -15px; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* widget_forgot_pass */

div#header_widget_forgot_pass { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 0; z-index: 101; background-color: #c3996b; overflow: hidden; }
div#header_widget_forgot_pass[data-status="false"] { height: 0; }
div#header_widget_forgot_pass[data-status="true"] { height: 125px; padding: 20px 0; }
	div#header_widget_forgot_pass form { display: block; position: relative; width: 600px; height: 100%; margin: 0 auto; vertical-align: top; }
	div#header_widget_forgot_pass form h1 { color: #ffffff; font-size: 18px; line-height: 25px; font-family: 'regular1', sans-serif; }
	div#header_widget_forgot_pass form p { display: block; position: relative; color: #dec6ad; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; margin: 0 0 15px 0; }
	div#header_widget_forgot_pass form input[type="text"] { display: inline-block; position: relative; width: 362px; height: 33px; border: 1px solid #ece8e1; background-color: transparent; color: #ffffff; font-size: 16px; padding: 0 10px; vertical-align: top; }
	div#header_widget_forgot_pass form input[type="text"]::-webkit-input-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_forgot_pass form input[type="text"]:-moz-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_forgot_pass form input[type="text"]::-moz-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_forgot_pass form input[type="text"]:-ms-input-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_forgot_pass form input[type="text"]::-ms-input-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_forgot_pass form input[type="submit"] { display: inline-block; position: relative; width: 206px; height: 35px; border: none; background-color: #ffffff; color: #c3996b; font-size: 16px; padding: 0; cursor: pointer; box-sizing: initial; vertical-align: top; margin: 0 0 0 10px; }
	div#header_widget_forgot_pass form input[type="submit"] { display: inline-block; position: relative; width: 206px; height: 35px; border: none; background-color: #ffffff; color: #c3996b; font-size: 16px; padding: 0; cursor: pointer; box-sizing: initial; vertical-align: top; margin: 0 0 0 10px; }
	div#header_widget_forgot_pass form input[type="submit"]:hover { background-color: #e1ccb5; color: #000000; }
	div#header_widget_forgot_pass form span.forgot { display: block; position: relative; width: 206px; float: right; color: #dec6ad; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; margin: 5px 0 0 0; cursor: pointer; }
	div#header_widget_forgot_pass form span.forgot:hover { color: #ffffff; }
	div#header_widget_forgot_pass form span.close { display: block; position: absolute; top: 0; right: 0; width: 16px; height: 15px; background: transparent url(../src/img/close_button.png) no-repeat; cursor: pointer; }
	div#header_widget_forgot_pass form span.close:hover { background-position-y: -15px; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* widget_search */

div#header_widget_search { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 0; z-index: 101; background-color: #c3996b; overflow: hidden; }
div#header_widget_search[data-status="false"] { height: 0; }
div#header_widget_search[data-status="true"] { height: 125px; padding: 20px 0; }
	div#header_widget_search form { display: block; position: relative; width: 600px; height: 100%; margin: 0 auto; vertical-align: top; }
	div#header_widget_search form h1 { color: #ffffff; font-size: 18px; line-height: 25px; font-family: 'regular1', sans-serif; }
	div#header_widget_search form p { display: block; position: relative; color: #dec6ad; font-size: 14px; line-height: 20px; font-family: 'regular1', sans-serif; margin: 0 0 15px 0; }
	div#header_widget_search form input[type="text"] { display: inline-block; position: relative; width: 362px; height: 33px; border: 1px solid #ece8e1; background-color: transparent; color: #ffffff; font-size: 16px; padding: 0 10px; vertical-align: top; }
	div#header_widget_search form input[type="text"]::-webkit-input-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_search form input[type="text"]:-moz-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_search form input[type="text"]::-moz-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_search form input[type="text"]:-ms-input-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_search form input[type="text"]::-ms-input-placeholder { font-size: 14px; color: #ffffff; }
	div#header_widget_search form input[type="submit"] { display: inline-block; position: relative; width: 206px; height: 35px; border: none; background-color: #ffffff; color: #c3996b; font-size: 16px; padding: 0; cursor: pointer; box-sizing: initial; vertical-align: top; margin: 0 0 0 10px; }
	div#header_widget_search form input[type="submit"] { display: inline-block; position: relative; width: 206px; height: 35px; border: none; background-color: #ffffff; color: #c3996b; font-size: 16px; padding: 0; cursor: pointer; box-sizing: initial; vertical-align: top; margin: 0 0 0 10px; }
	div#header_widget_search form input[type="submit"]:hover { background-color: #e1ccb5; color: #000000; }
	div#header_widget_search form span.close { display: block; position: absolute; top: 0; right: 0; width: 16px; height: 15px; background: transparent url(../src/img/close_button.png) no-repeat; cursor: pointer; }
	div#header_widget_search form span.close:hover { background-position-y: -15px; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* alertas */

div#alert { display: block; position: fixed; background-color: #c3996b; z-index: 10001; overflow: hidden; }
div#alert[data-status="true"] { top: 0; left: 0; width: 100%; height: 100%; }
div#alert[data-status="false"] { top: 50%; left: 50%; width: 0; height: 0; }
	div#alert div.container { display: block; position: relative; width: 800px; height: 100%; margin: 0 auto; }
		div#alert span.logo { display: block; position: relative; margin: 50px auto 0 auto; width: 402px; height: 200px; background: transparent url(../src/img/logo_alerts.png) no-repeat center center; background-size: contain; }
		div#alert h1 { display: block; position: relative; width: 100%; margin: 50px auto 0 auto; text-align: center; font-size: 24px; line-height: 35px; color: #ffffff; }
		div#alert p { display: block; position: relative; width: 100%; margin: 10px auto 0 auto; text-align: center; font-size: 18px; line-height: 25px; color: #ffffff; }
		div#alert span.close { display: block; position: absolute; top: 0; right: 0; width: 16px; height: 15px; z-index: 10; background: transparent url(../src/img/close_button.png) no-repeat; cursor: pointer; }
		div#alert span.close:hover { background-position-y: -15px; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* slide */

div#slide { display: block; position: relative; width: 100%; margin: 0 auto; padding: 0; }
div#slide.normal { height: 625px; }
div#slide.small { height: 280px; }
div#slide *
{
	transition-duration: 1000ms;
	-webkit-transition-duration: 1000ms;
	-moz-transition-duration: 1000ms;
}
	div#slide div.slides { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; }
		div#slide div.slides div.banner { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; text-align: center; }
		div#slide div.slides div.banner[data-actual="true"] { opacity: 1; z-index: 2; }
		div#slide div.slides div.banner[data-actual="false"] { opacity: 0; z-index: 1; }
		div#slide div.slides div.banner[data-animation="false"] { transform: scale(1) }
		div#slide div.slides div.banner[data-animation="true"] { transform: scale(1) }
		div#slide div.slides div.banner[data-animation="true"]
		{
			transition: transform 6000ms linear, opacity 500ms linear;
			-webkit-transition: transform 6000ms linear, opacity 500ms linear;
			-moz-transition: transform 6000ms linear, opacity 500ms linear;
		}
			div#slide div.slides div.banner div.text { display: block; position: relative; width: 1200px; margin: 450px auto 0 auto; text-align: left; padding: 0; }
			div#slide.small div.slides div.banner div.text { display: none; }
				div#slide div.slides div.banner div.text h1 { display: block; position: relative; font-size: 47px; line-height: 50px; color: #ffffff; }
				div#slide div.slides div.banner div.text h2 { display: block; position: relative; font-size: 39px; line-height: 60px; color: #ffffff; margin: 0 auto; }

		div#slide div.slides div.controller { display: block; position: absolute; bottom: 10px; left: 0; width: 100%; height: auto; font-size: 0; text-align: center; z-index: 2; }
			div#slide div.slides div.controller span { display: inline-block; position: relative; width: 10px; height: 10px; margin: 0 5px; border-radius: 100%; cursor: pointer; }
			div#slide div.slides div.controller span[data-actual="true"] { background-color: #242021; }
			div#slide div.slides div.controller span[data-actual="false"] { background-color: #c2986b; }


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

div#footer { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 210px; margin: 0; background-color: #ffffff; }
	div#footer div.top { display: block; position: relative; width: 100%; height: 155px; margin: 0 auto; background-color: #000000; font-size: 0; text-align: center; }
		div#footer div.top div.col { display: inline-block; position: relative; width: 165px; height: 105px; padding: 25px 0 25px 0; margin: 0 auto; text-align: left; vertical-align: top; }
			div#footer div.top div.col a.menu { display: block; position: relative; font-size: 14px; color: #c2986b; line-height: 35px; text-decoration: none; }
			div#footer div.top div.col a.menu.selected,
			div#footer div.top div.col a.menu:hover { color: #ffffff; }
		div#footer div.top div.col.right { margin: 0 0 0 190px; width: 350px; }
			div#footer div.top div.col.right div.language { display: block; position: relative; width: 100%; font-size: 0; text-align: right; }
				div#footer div.top div.col.right div.language p,
				div#footer div.top div.col.right div.language a { display: inline-block; position: relative; width: auto; font-size: 14px; color: #c2986b; line-height: 35px; text-decoration: none; vertical-align: middle; }
				div#footer div.top div.col.right div.language p { margin: 0 5px; }
				div#footer div.top div.col.right div.language p:last-child { display: none; }
				div#footer div.top div.col.right div.language a:hover,
				div#footer div.top div.col.right div.language a.selected { color: #ffffff; }
			div#footer div.top div.col.right div.social_networks { display: block; position: relative; width: 100%; font-size: 0; text-align: right; }
				div#footer div.top div.col.right div.social_networks p { display: inline-block; position: relative; width: auto; font-size: 14px; color: #c2986b; line-height: 35px; text-decoration: none; margin: 0 15px 0 0; vertical-align: middle; }
				div#footer div.top div.col.right div.social_networks a { display: inline-block; position: relative; width: 18px; height: 18px; background: transparent url(../src/img/social_networks.png) no-repeat; vertical-align: middle; margin: 0 0 0 3px; }
				div#footer div.top div.col.right div.social_networks a:hover { background-position-y: -18px; }
				div#footer div.top div.col.right div.social_networks a.facebook { background-position-x: 0; }
				div#footer div.top div.col.right div.social_networks a.instagram { background-position-x: -18px; }
				div#footer div.top div.col.right div.social_networks a.twitter { background-position-x: -36px; }
				div#footer div.top div.col.right div.social_networks a.plus { background-position-x: -54px; }
			
	div#footer div.bottom { display: block; position: relative; width: 100%; height: 55px; margin: 0 auto; background-color: #ffffff; font-size: 0; text-align: center; }
		div#footer div.bottom p { display: inline-block; position: relative; height: 55px; line-height: 55px; font-size: 12px; color: #c2986b; vertical-align: middle; margin: 0 10px 0 0; }
		div#footer div.bottom a.IDStudies { display: inline-block; position: relative; width: 65px; height: 25px; background: transparent url(../src/img/idstudies.png) no-repeat center center; background-size: contain; vertical-align: middle; margin: 0 0 0 10px; }
	div#footer div.content { display: block; position: relative; width: 1200px; height: 100%; margin: 0 auto; }
		div#footer div.content span.cofinancing { display: block; position: absolute; top: 11px; left: 0; width: 257px; height: 43px; background: transparent url(../src/img/cofinancing.png) no-repeat center center; background-size: contain; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* corpo */

div#container { display: block; position: relative; width: 100%; min-height: 100%; padding: 0; }
div#body { display: block; position: relative; width: 100%; margin: 0 auto; padding: 85px 0 210px 0; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* menu de topo */

div#menu_top { display: block; position: relative; width: auto; background-color: #e1ccb5; font-size: 0; text-align: center; margin: 0 0 50px 0; }
	div#menu_top p,
	div#menu_top a { display: inline-block; position: relative; line-height: 40px; color: #000000; text-decoration: none; font-size: 20px; font-family: 'light1', sans-serif; }
	div#menu_top a:hover { color: #ffffff; }
	div#menu_top p { color: #c3996b; }
	div#menu_top p:nth-child(2),
	div#menu_top a:nth-child(2) { margin: 0 100px; }

/* ------------------------------------------------------------------------------------------------------------------ */
/* paginador */

div#paginator { display: block; position: relative; width: 100%; height: auto; fonct-size: 0; text-align: center; }
	div#paginator p,
	div#paginator a { display: inline-block; position: relative; width: auto; height: auto; text-decoration: none; font-size: 16px; color: #c3996b; line-height: 35px; width: 18px; vertical-align: middle; }
	div#paginator p:last-child,
	div#paginator a:last-child { margin: 0 0 0 15px; }
	div#paginator p:first-child,
	div#paginator a:first-child { margin: 0 15px 0 0; }
	div#paginator a:hover { color: #000000; }
	div#paginator p { color: #e1ccb5; }
	div#paginator p.selected { color: #000000; }
	