/* 	Begin Modified Meyer Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body { line-height:1; letter-spacing:-0.25px; overscroll-behavior:contain; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:none; }
.page ol { list-style-position:outside; margin-left:1em; }
/*.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/
html, body, #container-wrap, #container { height:100%; }
#container-wrap { position:absolute; top:0; left:0; }
#container-wrap, #container { min-height:100%; width:100%; background-color:transparent; z-index:0;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
input,select,textarea { font-size:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[data-onclick],[onclick],[onrollover],[data-fixed-action],[aria-details],button,.flipwrap{ cursor:pointer; pointer-events:auto; }

body[class^='scaled-none'],body[class*=' scaled-none']{ overflow:auto; }
body[class^='scaled-width'],body[class*=' scaled-width']{ overflow-x:hidden; }
body[class^='scaled-height'],body[class*=' scaled-height']{ overflow-y:hidden; }
body[class^='scaled-best'],body[class*=' scaled-best']{ overflow:hidden; }
body[class^='scaled-best'][data-page-mode^='c'],body[class*=' scaled-best'][data-page-mode^='c']{ overflow:auto; }
body[class^='scaled-width'][data-page-mode^='csh'],body[class*=' scaled-width'][data-page-mode^='csh']{ overflow-x:auto; }
body[class^='scaled-height'][data-page-mode^='csv'],body[class*=' scaled-height'][data-page-mode^='csv']{ overflow-y:auto; }
body[data-scaled-to='w'] #container{ height:auto; min-height:auto; }
body[data-scaled-to='w'][data-page-mode^='cs'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode^='csv'] .pages { padding:0;}
body.zoomed:not([class*='scaled-']) #container { position:absolute; }
body[class*='scaled-'] .pages.paper-vertical{ margin:0; }
body[class^='zoomed'],body[class*=' zoomed']{ overflow-x:auto;overflow-y:auto; }
body[data-scaled-to] .anythingSlider-in5, body[data-scaled-to] #container > .page {padding:0;margin:0;}
body[data-scaled-to] #in5footer { position:fixed; bottom:0;}
/*body[data-scaled-to] * { -webkit-backface-visibility: hidden; }*/ /*fix blurry imgs*/
html.ios body[class*='scaled-'] #container { position:absolute; top:0; left:0; }
body.tall-page {overflow-y:auto;}
.liquid .page.tall-page {height:auto;}

.paper-vertical:after {
    position:relative;
    content:' ';
    display:block;
    height:50px;
    clear:both;
}
body[data-scaled-to="h"] .paper-vertical:after { display:none; }
body[data-scaled-to='h'] .paper-horizontal { margin:0; }
body[data-scaled-to='h'] .paper-horizontal .page { margin-top:0; }

#in5footer,#demoNote,#loadIndicator{
	min-width:100%;
	color:#fff;
	background:#666;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

#loadIndicator{
	width:100%; padding:6px; position:fixed;
	top:0; left:0; margin:auto;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    transition:all 1s ease-in .5s;
    opacity:1; z-index:99;
}
body.loaded #loadIndicator {
	opacity:0;
	transform:translateY(-36px);
	-webkit-transform:translateY(-36px);
	display:none\9;/*old IE*/
}
#loadIndicator img {
	vertical-align:text-bottom; width:18px;
}
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

#in5footer{
	height:26px; line-height:26px; clear:both; position:relative; margin-top:-26px;
}

#demoNote {
    right:0; bottom:0; margin:auto;
    height:96px !important;
    padding:36px 10px;
}

#in5footer a, #demoNote a {
	text-decoration:none; color:#99ccff;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
.spread-shift { position:absolute; }
.pageItem, svg { position:absolute; top:0; left:0; }
svg { overflow:visible; }
.pageItem {
	display:block;
	width:auto !important; height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem.hd/*, .pageItem img.hd*/  {
	-ms-transform:scale(.5);
    -ms-transform-origin:0 0 0;
    -webkit-transform:scale(.5);
    -webkit-transform-origin:0 0 0;
    transform:scale(.5);
    transform-origin:0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .pageItem { image-rendering: -webkit-optimize-contrast; }
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .pageItem { image-rendering: optimizeSpeed; }
}}
@-moz-document url-prefix() {
  .pageItem { image-rendering: optimizeQuality; }
}
.svg-wrap { width:inherit !important; height:inherit !important; }
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
.pageItem.group[data-ani] { will-change: transform; }
#colorbox .details { visibility:visible; }
.details {max-width:550px;font-size:18px;font-family:sans-serif;padding:0 24px;line-height:150%;left:0;right:0;margin:auto;}
.details p {margin-top:.5em;}
.details h1,.details h2,.details h3,.details h4,.details h5, .details strong {font-weight:bold;margin:.7em 0;}
.details em { font-style:italic; }
.details h1{font-size:150%;} .details h2{font-size:140%;} .details h3{font-size:130%;}
.details a {color:#0099ff;text-decoration:underline}
.details a:hover {text-decoration:none;}
@media (max-device-width:812px){ .details { font-size:32px; } }
html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }
iframe[scrolling="auto"] { overflow:auto; }
iframe[scrolling="yes"] { overflow:scroll; }
iframe[scrolling="no"] { overflow:hidden; }
.page-scale-wrap { transform:translateZ(0); }
.page, .page-scale-wrap {
	position:relative; float:left; overflow:hidden;
}
.pages {
	list-style:none outside none;
	padding:0; margin:0 auto ;
}	
#container > .page { /*center single page baker*/
    position:absolute; bottom:0;
    left:0; right:0; top:0; margin:0 auto;
}
body:not(.zoomed,.responsive) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
html.multifile body #container { opacity:0; }
html.multifile body.loaded #container {/*do show scaling of multi-page*/
	opacity:1;
	-ms-transition:opacity .1s step-start .1s !important;
	-webkit-transition:opacity .1s step-start .1s !important;
	transition:opacity .1s step-start .1s !important;
}
html.multifile.fade body.loaded #container {
	-ms-transition:opacity .6s !important;
	-webkit-transition:opacity .6s !important;
	transition:opacity .6s !important;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }
p.col-break-before::before {
	content:'';
    height:0px; width:100%;
    display:block; margin-bottom:100%;
}
.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }/*was broken in iOS, turn off if scroll not working*/
.scroll { overflow:auto; }
.scroll-vert { overflow-y:auto; overflow-x:hidden; }
.scroll-horiz { overflow-x:auto; overflow-y:hidden; }
.scroll-vert::-webkit-scrollbar { -webkit-appearance:none; width:7px; } /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb { border-radius:4px; background-color:rgba(0,0,0,.5); }
.hidescroll::-webkit-scrollbar { display:none; }
.hidescroll { -ms-overflow-style:none; overflow:-moz-scrollbars-none;/*old FF*/ }
.pulltab-left, .pulltab-left > * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top > * {
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}
object, embed, img, a { outline:0; }
.liquid svg, .liquid .page-scale-wrap { height:100%; width:100%; }
.noPlugin {
	width:100%; height:100%; padding:6px;
	background:#ccc; border:1px solid #666;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.flip { 
	overflow:hidden; 
	-webkit-transition:transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.turn-page-wrapper{
	will-change:transform;
}
.turn-page {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.7);
    box-shadow:0px 0px 20px rgba(0,0,0,.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] { /*fix 2x animation*/
  	opacity:0;
  	animation:none !important;
}
.paper-horizontal {
	position:absolute; overflow-y:visible; overflow-x:hidden;
	margin-top:auto; margin-bottom:auto;
    top:0; bottom:0;
}

.paper-vertical .page, .paper-horizontal .page {
	border:1px solid #bbb;	
	margin:4px 4px 4px 0;
	-moz-box-shadow:0px 0px 0px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}

html[data-dir="rtl"] .paper-horizontal .page { float:right; }

.one-page-scroll .page {
	border:none;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.mejs-mediaelement { overflow:hidden; }
.mejs-container{position:relative;background:none;}
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit:fill; }
.mejs-coverfit video { object-fit:cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}
.mejs-video .mejs-controls { transform:translateZ(0); }

.mejs-audio.mejs-no-controls { display:none; }
.vid-scaled .mejs-layers, .vid-scaled .mejs-controls {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

.liquid .page, .page.liquid {
	position:absolute; width:100%; height:100%;
	overflow:hidden; display:none;
}

.page.liquid { /*for multi-file*/
    display:block;
}
.liquid .page.activePage {display:block; }
.liquid video {width:100%; height:100%; }

.hidden { display:none !important; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state * { pointer-events: inherit; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:block; opacity:0; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.liquid label > .state {
    width:100% !important;
    height:100% !important;
}
.mso > .state.active, .mso > .state.transition { display:block; opacity:1; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }
.panzoom > .content {
	-ms-transform:none;
    -ms-transform-origin:auto;
    -webkit-transform:none;
    -webkit-transform-origin:auto;
    transform:none;
    transform-origin:auto;
}
.panzoom:not(.dragging) > .content {
	transition:all .3s;
}

button .state {width:100% !important; height:100% !important;}
button .state.btn-on, button .state.btn-down { display:none; }
html:not(.ios) button.has-on:hover .state.btn-on { display:block; }
html:not(.ios) button.has-on:hover .state.btn-off, html:not(.ios) button.has-on:hover .state.btn-down { display:none; }
html:not(.zz) button.has-down .state { pointer-events:none; }
html:not(.zz) button.has-down:active .state.btn-down { display:block; }
html:not(.zz) button.has-down:active .state.btn-off, html:not(.zz) button.has-down:active .state.btn-on { display:none; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	columns:inherit;
}
.valign-bottom { vertical-align:bottom; }
[class^="valign"] > p { position:relative; }

.flex-image, .fill-image { background-repeat:no-repeat; }
.flex-image { background-size:contain; background-position:center; }
.fill-image { background-size:cover; }

/*tabs*/
p.tabs, p.tabs > a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
}
p.tabs > a {
	width:100%;
	width:-moz-available;
	width:-webkit-fill-available;
}
p.tabs span.tabbed-right { 
	-ms-flex-grow:1; 
	-webkit-flex-grow:1; 
	flex-grow:1; 
	text-align:right; 
}
p.tabs span.tabbed-center { 
	-ms-flex-grow:50; 
	-webkit-flex-grow:50; 
	flex-grow:50; 
	text-align:center; 
}
span.tabbed-standard { text-indent:2ex;padding-left:2ex; }
p.no-start-indent { text-indent:0px !important; }

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; position:relative; }
.ao-alignRight, .ao-rightFullWidth { float:right; transform-origin:90% 50%; -webkit-transform:90% 50%; /*fix for anchored animation*/ }
.ao-alignCenter {display:block; margin-left:auto; margin-right:auto;}
.ao-inlineTable { display:block; }
.ao-leftFullWidth { padding-right:100%; }
.ao-rightFullWidth { padding-left:100%; }
.anchorGroup { position:relative; };
div.ao-alignLeft:before, div.ao-leftFullWidth:before { content:''; float:left; display:none; }
div.ao-alignRight:before, div.ao-leftFullRight:before { content:''; float:right; display:none; }
.anchorGroup > .mso, .anchorGroup > .group { position:relative; }

ul.thumbs {
	padding:20px; white-space:nowrap; width:1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline; list-style-type:none;
    margin:0 4px; outline:none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow:0 0 4px rgba(0, 0, 0, 0.5); }
.baker audio[controls] {min-width:400px;} /*fix progress bar*/

@media print { 
	#container,.page-scale-wrap{transform:none !important;}
	[class*=" btn-form-"]{display:none;}
}

:-ms-fullscreen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-moz-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-webkit-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }

:-ms-fullscreen .paper-vertical .page { display:none; }
:-moz-full-screen .paper-vertical .page { display:none; }
:-webkit-full-screen .paper-vertical .page { display:none; }

:-ms-fullscreen .paper-horizontal .page { display:none; }
:-moz-full-screen .paper-horizontal .page { display:none; }
:-webkit-full-screen .paper-horizontal .page { display:none; }

:-ms-fullscreen .page.activePage { display:block; }
:-moz-full-screen .page.activePage { display:block; }
:-webkit-full-screen .page.activePage { display:block; }

:-webkit-full-screen .hideFS { display:none; }
:-ms-fullscreen .hideFS { display:none; }
:-moz-full-screen .hideFS { display:none; }

/*CSS Generated from InDesign Styles*/

body, #container-wrap { background:#ededed url("../images/bg-body.png") repeat left top/auto; }
:-webkit-full-screen { background:#ededed url("../images/bg-body.png") repeat left top/auto; }
#loadIndicator span:after { padding-left:1ex; content:'Carregando...'; }
.page-scale-wrap { width:1024px; height:768px; background: #fff !important; }
.paper-vertical { width:1024px; height:100%; }
.paper-horizontal { width:10px; height:780px; }
@media all and (max-height:768px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1024px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
/*start:fixedpos*/
.pageItem.fixed-pos-elem { position:fixed !important; }
.fixed-center-x {
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed-center-y {
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-center-y.fixed-center-x {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@font-face {
	font-family:FF-MinionPro-Regular;
	src:url("../fonts/MinionPro-Regular.otf");
}

@font-face {
	font-family:FF-Exo2-ExtraBold;
	src:url("../fonts/Exo2-ExtraBold.ttf");
	font-weight:bold;
}

@font-face {
	font-family:FF-Merriweather;
	src:url("../fonts/Merriweather-BlackItalic.ttf");
	font-style:italic;
	font-weight:900;
}

@font-face {
	font-family:FF-Merriweather;
	src:url("../fonts/Merriweather-BoldItalic.ttf");
	font-weight:bold;
	font-style:italic;
}

@font-face {
	font-family:FF-Merriweather;
	src:url("../fonts/Merriweather-Bold.ttf");
	font-weight:bold;
}

@font-face {
	font-family:FF-Merriweather;
	src:url("../fonts/Merriweather-Black.ttf");
	font-weight:900;
}

@font-face {
	font-family:FF-Merriweather;
	src:url("../fonts/Merriweather-Regular.ttf");
}

@font-face {
	font-family:Source-Serif-Pro;
	src:url("../fonts/SourceSerifPro-Regular.ttf");
}

@font-face {
	font-family:Source-Serif-Pro;
	src:url("../fonts/SourceSerifPro-Italic.ttf");
	font-style:italic;
}

@font-face {
	font-family:Source-Serif-Pro;
	src:url("../fonts/SourceSerifPro-Bold.ttf");
	font-weight:bold;
}

@font-face {
	font-family:Source-Serif-Pro;
	src:url("../fonts/SourceSerifPro-BoldItalic.ttf");
	font-weight:bold;
	font-style:italic;
}

@keyframes custom-310115 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(1024px,0px);}
}
@-webkit-keyframes custom-310115 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(1024px,0px);}
}
@keyframes custom-310120 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-1024px,0px);}
}
@-webkit-keyframes custom-310120 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-1024px,0px);}
}
@keyframes custom-310125 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(1024px,0px);}
}
@-webkit-keyframes custom-310125 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(1024px,0px);}
}
@keyframes custom-310128 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-1024px,0px);}
}
@-webkit-keyframes custom-310128 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-1024px,0px);}
}
@keyframes flyinfromtop-310154 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-310154 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item310160 {
	width:141px !important;
	left:280px !important;
	top:228px !important;
	min-height:18px !important;
}

@keyframes fadein-310185 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-310185 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item310212 {
	width:140px !important;
	height:121px !important;
}

#item310209 {
	width:140px !important;
	height:121px !important;
}

@keyframes fadein-310271 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-310271 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item310213 {
	width:226px !important;
	min-height:16px !important;
}

#item310236 {
	width:390px !important;
	min-height:120px !important;
}

#item312631 {
	width:390px !important;
	height:120px !important;
	top:58px !important;
}

#item310612_container {
	width:375px !important;
	height:456px !important;
	top:211px !important;
}

@keyframes flyinfromtop-310520 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-310520 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item310526 {
	width:100px !important;
	left:177px !important;
	top:152px !important;
	min-height:13px !important;
}

@keyframes flyinfromleft-310550 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-310550 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item310551 {
	width:20px !important;
	height:184px !important;
	background:#872118;
}

@keyframes fadein-310575 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-310575 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item310601 {
	width:140px !important;
	height:121px !important;
}

#item310598 {
	width:140px !important;
	height:121px !important;
	left:235px !important;
	top:546px !important;
}

#item312747 {
	width:375px !important;
	background:rgba(0,0,0,0.6);
	min-height:123px !important;
	padding:20px 0px 20px 52px;
}

#item312744 {
	width:375px !important;
	height:123px !important;
	top:211px !important;
}

#item24312 {
	width:208px !important;
	left:120px !important;
	top:1143px !important;
	min-height:358px !important;
}

#item24335 {
	width:167px !important;
	left:357px !important;
	top:1143px !important;
	min-height:288px !important;
}

#item24373 {
	width:352px !important;
	left:552px !important;
	top:870px !important;
	min-height:50px !important;
}

#item24828 {
	width:352px !important;
	left:552px !important;
	top:621px !important;
	min-height:51px !important;
}

#item32293 {
	width:352px !important;
	left:552px !important;
	top:540px !important;
	min-height:51px !important;
}

#item24878 {
	width:352px !important;
	left:552px !important;
	top:783px !important;
	min-height:51px !important;
}

#item24928 {
	width:352px !important;
	left:552px !important;
	top:702px !important;
	min-height:51px !important;
}

#item24980 {
	width:1024px !important;
	height:36px !important;
	top:413px !important;
}

#item120376 {
	width:352px !important;
	left:120px !important;
	top:540px !important;
	min-height:122px !important;
}

#item289720 {
	width:352px !important;
	left:120px !important;
	top:825px !important;
	min-height:98px !important;
}

#item289743 {
	width:352px !important;
	left:120px !important;
	top:698px !important;
	min-height:98px !important;
}

#item32128 {
	width:195px !important;
	left:552px !important;
	top:1143px !important;
	min-height:333px !important;
}

#item32132 {
	width:128px !important;
	left:776px !important;
	top:1143px !important;
	min-height:291px !important;
}

#item70747 {
	width:224px !important;
	min-height:16px !important;
}

#item70788 {
	width:302px !important;
	min-height:16px !important;
}

#item70812 {
	width:36px !important;
	height:36px !important;
}

#item70823 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item70835 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item70845 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item70855 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item70930 {
	width:232px !important;
	min-height:16px !important;
}

#item70897 {
	width:232px !important;
	min-height:16px !important;
}

#item70926 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item310108_container {
	width:1024px !important;
	height:312px !important;
	top:48px !important;
}

@keyframes custom-310108 {
	0% {
		transform:translate(0px,-468px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes custom-310108 {
	0% {
		-webkit-transform:translate(0px,-468px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item312602 {
	width:352px !important;
	left:120px !important;
	top:959px !important;
	min-height:98px !important;
}

#item120870 {
	width:1024px !important;
	height:48px !important;
	background:#000;
}

#item120888 {
	width:260px !important;
	height:48px !important;
}

#item120907 {
	width:214px !important;
	height:48px !important;
	left:602px !important;
}

#item120927 {
	width:208px !important;
	height:48px !important;
	left:816px !important;
}

#item120869.fixed-pos-elem {
	width:1024px !important;
	height:48px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item316671 {
	width:275px !important;
	left:50px !important;
	top:26px !important;
	min-height:1072px !important;
}

#item310372_316666 {
	width:375.019273158972px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item310372 {
	width:315px !important;
	left:30px !important;
	top:144px !important;
	min-height:896px !important;
}

#item310358 {
	width:64px !important;
	height:60px !important;
}

#item310355 {
	width:64px !important;
	height:60px !important;
	left:16px !important;
}

#item310362 {
	width:64px !important;
	height:60px !important;
}

#item310359 {
	width:64px !important;
	height:60px !important;
	left:295px !important;
}

#item310366 {
	width:64px !important;
	height:60px !important;
}

#item310363 {
	width:64px !important;
	height:60px !important;
	left:202px !important;
}

#item310370 {
	width:64px !important;
	height:60px !important;
}

#item310367 {
	width:64px !important;
	height:60px !important;
	left:109px !important;
}

#item310345.fixed-pos-elem {
	width:375px !important;
	height:60px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item310481_container {
	width:1024px !important;
	height:633px !important;
	top:48px !important;
}

@keyframes flyinfromleft-286168 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-286168 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-310104 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-310104 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item286191 {
	width:1024px !important;
	height:160px !important;
	background:#000;
}

#item286194 {
	width:1024px !important;
	top:21px !important;
	min-height:123px !important;
}

#item320059 {
	width:224px !important;
	min-height:16px !important;
}

#item320106 {
	width:302px !important;
	min-height:16px !important;
}

#item320130 {
	width:36px !important;
	height:36px !important;
}

#item320140 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item320150 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item320161 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item320171 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item320209 {
	width:232px !important;
	min-height:16px !important;
}

#item320184 {
	width:232px !important;
	min-height:16px !important;
}

#item320181 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item300177_320056 {
	width:1024px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item320663 {
	width:496px !important;
	height:300px !important;
	left:200px !important;
}

#item320671 {
	width:360px !important;
	left:284px !important;
	top:44px !important;
	min-height:240px !important;
}

#item320207_320662 {
	width:696px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item320937 {
	width:496px !important;
	height:300px !important;
	left:200px !important;
}

#item320945 {
	width:360px !important;
	left:304px !important;
	top:39px !important;
	min-height:240px !important;
}

#item320671_320936 {
	width:696px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item300177 {
	width:496px !important;
	left:408px !important;
	top:886px !important;
	min-height:6119px !important;
}

#item300210 {
	width:248px !important;
	left:120px !important;
	top:889px !important;
	min-height:780px !important;
}

#item303039 {
	width:1024px !important;
	height:48px !important;
	background:#000;
}

#item303040 {
	width:260px !important;
	height:48px !important;
}

#item303055 {
	width:214px !important;
	height:48px !important;
	left:602px !important;
}

#item303066 {
	width:208px !important;
	height:48px !important;
	left:816px !important;
}

#item303038.fixed-pos-elem {
	width:1024px !important;
	height:48px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item321555 {
	opacity:0.90;
	width:315px !important;
	top:302px !important;
	background:#000;
	min-height:44px !important;
	padding:12px 10px 0px 10px;
}

#item321838 {
	opacity:0.90;
	width:315px !important;
	top:302px !important;
	background:#000;
	min-height:44px !important;
	padding:12px 10px 0px 10px;
}

#item307143 {
	width:315px !important;
	left:30px !important;
	top:471px !important;
	min-height:9482px !important;
}

@keyframes titulo-309397 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-309397 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item309305 {
	opacity:0.84;
	width:375px !important;
	height:68px !important;
	background:#000;
}

#item309308 {
	width:375px !important;
	top:12px !important;
	min-height:46px !important;
}

@keyframes flyinfromleft-309331 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-309331 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-284356 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-284356 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-310105 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-310105 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item299988 {
	width:1024px !important;
	height:220px !important;
	background:#000;
}

#item299991 {
	width:1024px !important;
	top:16px !important;
	min-height:183px !important;
}

#item322178 {
	width:224px !important;
	min-height:16px !important;
}

#item322225 {
	width:302px !important;
	min-height:16px !important;
}

#item322249 {
	width:36px !important;
	height:36px !important;
}

#item322259 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item322270 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item322280 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item322290 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item322328 {
	width:232px !important;
	min-height:16px !important;
}

#item322303 {
	width:232px !important;
	min-height:16px !important;
}

#item322300 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item301077_322175 {
	width:1024px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item322326_322690 {
	width:784px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item322326_322880 {
	width:784px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item301077 {
	width:496px !important;
	left:408px !important;
	top:964px !important;
	min-height:5455px !important;
}

#item301107 {
	width:248px !important;
	left:120px !important;
	top:964px !important;
	min-height:420px !important;
}

#item307333_323005 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item323028_323194 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item323028_323384 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item307333 {
	width:315px !important;
	left:30px !important;
	top:438px !important;
	min-height:7794px !important;
}

@keyframes titulo-309009 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-309009 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item309011 {
	opacity:0.84;
	width:375px !important;
	height:92px !important;
	background:#000;
}

#item309014 {
	width:375px !important;
	top:12px !important;
	min-height:70px !important;
}

@keyframes flyinfromleft-309037 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-309037 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item323562 {
	width:224px !important;
	min-height:16px !important;
}

#item323609 {
	width:302px !important;
	min-height:16px !important;
}

#item323634 {
	width:36px !important;
	height:36px !important;
}

#item323644 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item323654 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item323664 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item323674 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item323712 {
	width:232px !important;
	min-height:16px !important;
}

#item323687 {
	width:232px !important;
	min-height:16px !important;
}

#item323684 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item301193_323559 {
	width:1024px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item323710_324186 {
	width:496px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item323710_324400 {
	width:496px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item323710_324522 {
	width:497px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item301193 {
	width:496px !important;
	left:264px !important;
	top:828px !important;
	min-height:4859px !important;
}

@keyframes titulo-310106 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-310106 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item301486 {
	width:1024px !important;
	height:160px !important;
	background:#000;
}

@keyframes titulo-301269 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-301269 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item307424_324603 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item324626_324724 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item324626_324938 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item324626_325060 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item307424 {
	width:315px !important;
	left:30px !important;
	top:420px !important;
	min-height:6224px !important;
}

@keyframes titulo-310614 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-310614 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item307470 {
	width:375px !important;
	height:59px !important;
	background:#000;
}

#item311854 {
	width:1024px !important;
	height:600px !important;
	top:48px !important;
}

#item325142 {
	width:224px !important;
	min-height:16px !important;
}

#item325190 {
	width:302px !important;
	min-height:16px !important;
}

#item325214 {
	width:36px !important;
	height:36px !important;
}

#item325224 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item325234 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item325244 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item325254 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item325294 {
	width:232px !important;
	min-height:16px !important;
}

#item325267 {
	width:232px !important;
	min-height:16px !important;
}

#item325264 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item311543_325139 {
	width:1024px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item325292_325685 {
	width:496px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item325292_325830 {
	width:248px !important;
	position:relative;
	left:208px;
}

#item311543 {
	width:496px !important;
	left:408px !important;
	top:844px !important;
	min-height:5849px !important;
}

#item311566 {
	width:248px !important;
	left:120px !important;
	top:844px !important;
	min-height:276px !important;
}

@keyframes titulo-311893 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-311893 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item311589 {
	width:1024px !important;
	height:160px !important;
	background:#000;
}

#item311592 {
	width:1024px !important;
	top:15px !important;
	min-height:123px !important;
}

@keyframes flyinfromleft-312105 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-312105 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item312534 {
	width:375px !important;
	height:220px !important;
	top:60px !important;
}

#item312147_326024 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item326047_326214 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 0px 0px 0px;
}

#item312147 {
	width:315px !important;
	left:30px !important;
	top:384px !important;
	min-height:8950px !important;
}

@keyframes titulo-312455 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-312455 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item312457 {
	opacity:0.84;
	width:375px !important;
	height:68px !important;
	background:#000;
}

#item312460 {
	width:375px !important;
	top:12px !important;
	min-height:46px !important;
}

@keyframes flyinfromleft-312483 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-312483 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item173891 {
	width:2048px !important;
	height:1188px !important;
	top:48px !important;
	background:#000;
	border:solid 0.5px #000;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

#item16014 {
	width:1024px !important;
	height:396px !important;
	left:256px !important;
	top:246px !important;
	background:#000;
	border:solid 0.5px #000;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

#item16019 {
	width:512px !important;
	left:256px !important;
	top:268px !important;
	min-height:179px !important;
}

@keyframes titulo-16019 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-16019 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item92628 {
	width:224px !important;
	min-height:16px !important;
}

#item92669 {
	width:302px !important;
	min-height:16px !important;
}

#item92693 {
	width:36px !important;
	height:36px !important;
}

#item92704 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item92717 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item92728 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item92738 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item92777 {
	width:232px !important;
	min-height:16px !important;
}

#item92752 {
	width:232px !important;
	min-height:16px !important;
}

#item92749 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

@keyframes fadein-175862 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-175862 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item175894 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item175867 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item175862 {
	width:95px !important;
	height:112px !important;
	left:464px !important;
	top:490px !important;
}

@keyframes flyinfromright-289260 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-289260 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item289291 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item289265 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item289260 {
	width:95px !important;
	height:112px !important;
	left:809px !important;
	top:490px !important;
}

@keyframes flyinfromright-105937 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-105937 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item105968 {
	width:95px !important;
	top:99px !important;
	min-height:13px !important;
}

#item105942 {
	width:95px !important;
	top:99px !important;
	min-height:13px !important;
}

#item105937 {
	width:95px !important;
	height:112px !important;
	left:694px !important;
	top:490px !important;
}

@keyframes flyinfromleft-105991 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-105991 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item106022 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item105996 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item105991 {
	width:95px !important;
	height:112px !important;
	left:234px !important;
	top:490px !important;
}

@keyframes flyinfromright-283393 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-283393 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item283426 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item283399 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item283393 {
	width:95px !important;
	height:112px !important;
	left:579px !important;
	top:490px !important;
}

@keyframes flyinfromleft-175675 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-175675 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item175706 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item175680 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item175675 {
	width:95px !important;
	height:112px !important;
	left:349px !important;
	top:490px !important;
}

@keyframes flyinfromleft-305723 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-305723 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item305754 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item305728 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

#item305723 {
	width:95px !important;
	height:112px !important;
	left:120px !important;
	top:490px !important;
}

@keyframes titulo-312630 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-312630 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item247458 {
	width:256px !important;
	height:198px !important;
	left:768px !important;
	top:198px !important;
}

#item247452 {
	width:512px !important;
	height:198px !important;
	left:256px !important;
}

#item247455 {
	width:256px !important;
	height:198px !important;
	left:768px !important;
}

#item247995 {
	width:256px !important;
	height:198px !important;
}

#item273971 {
	width:256px !important;
	height:198px !important;
	top:198px !important;
}

#item309755 {
	width:124px !important;
	height:112px !important;
	top:615px !important;
}

#item309768 {
	width:125px !important;
	height:112px !important;
	left:125px !important;
	top:615px !important;
}

#item309778 {
	width:375px !important;
	height:172px !important;
	top:60px !important;
}

#item309788 {
	width:124px !important;
	height:112px !important;
	left:251px !important;
	top:615px !important;
}

#item309798 {
	width:750px !important;
	height:764px !important;
	top:232px !important;
	background:#000;
	border:solid 0.5px #000;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

#item309799 {
	width:375px !important;
	top:237px !important;
	min-height:133px !important;
}

@keyframes titulo-309799 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-309799 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-310070 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-310070 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item309914 {
	width:80px !important;
	top:84px !important;
	min-height:14px !important;
}

#item309909 {
	width:80px !important;
	height:98px !important;
}

#item309942 {
	width:80px !important;
	top:84px !important;
	min-height:13px !important;
}

#item309937 {
	width:80px !important;
	height:97px !important;
	left:89px !important;
}

#item309970 {
	width:80px !important;
	top:84px !important;
	min-height:14px !important;
}

#item309965 {
	width:80px !important;
	height:98px !important;
	left:178px !important;
}

@keyframes flyinfromleft-310069 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-310069 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item309829 {
	width:80px !important;
	top:84px !important;
	min-height:13px !important;
}

#item309823 {
	width:80px !important;
	height:97px !important;
	left:178px !important;
}

#item309857 {
	width:80px !important;
	top:84px !important;
	min-height:14px !important;
}

#item309852 {
	width:80px !important;
	height:98px !important;
	left:267px !important;
}

#item309885 {
	width:80px !important;
	top:84px !important;
	min-height:14px !important;
}

#item309880 {
	width:80px !important;
	height:98px !important;
	left:89px !important;
}

#item308046 {
	width:80px !important;
	top:84px !important;
	min-height:10px !important;
}

#item308040 {
	width:80px !important;
	height:94px !important;
}

p.autoParaStyle12 {
	font-family:FF-Merriweather,Merriweather;
	font-size:18px;
	line-height:26px;
	color:#9a9a9a;
	margin-top:252px;
	margin-bottom:24px;
	text-align:left;
}

p.autoParaStyle11 {
	font-family:Source-Serif-Pro,"Source Serif Pro",serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:250px;
	text-align:left;
}

p.autoParaStyle10 {
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#9a9a9a;
	margin-top:330px;
	margin-bottom:30px;
	text-align:left;
}

p.autoParaStyle9 {
	font-family:Source-Serif-Pro,"Source Serif Pro",serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:342px;
	text-align:left;
}

p.autoParaStyle8 {
	font-family:Source-Serif-Pro,"Source Serif Pro",serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:260px;
	text-align:left;
}

p.autoParaStyle7 {
	font-family:Source-Serif-Pro,"Source Serif Pro",serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:150px;
	text-align:left;
}

p.autoParaStyle6 {
	font-family:Source-Serif-Pro,"Source Serif Pro",serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:534px;
	text-align:left;
}

p.autoParaStyle5 {
	font-family:Source-Serif-Pro,"Source Serif Pro",serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:302px;
	text-align:left;
}

p.m-legenda-em-quadro-dividido-esq {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:20px;
	color:#ffdc28;
	text-align:left;
}

p.m-legenda-em-quadro-dividido {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:20px;
	color:#ffdc28;
	text-align:right;
}

p.m-legenda-lateral {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#f47721;
	text-align:right;
}

p.m-acontece-abertura-secoes {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:10px;
	line-height:10px;
	color:#fff;
	text-align:center;
}

p.m-acontece-abertura-subtitulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:18px;
	line-height:19px;
	color:#fff;
	margin-top:10px;
	text-align:center;
}

p.m-acontece-abertura-titulo {
	font-weight:900;
	font-style:italic;
	font-family:FF-Merriweather,Merriweather;
	font-size:42px;
	line-height:44px;
	color:#ecbd28;
	margin-top:30px;
	text-align:center;
}

p.m-chancelaria-titulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:30px;
	line-height:36px;
	color:#f47721;
	margin-top:48px;
	text-align:left;
}

p.m-vinhetas-vinheta {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:21px;
	color:#fff;
	padding-left:30px;
	padding-right:30px;
	text-align:left;
}

p.m-rodapes-redes-sociais {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:left;
}

p.m-sumario-titulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:32px;
	color:#9a9a9a;
	margin-top:24px;
	text-align:left;
}

p.m-sumario-texto {
	font-family:FF-Merriweather,Merriweather;
	font-size:15px;
	line-height:24px;
	color:#000;
	margin-top:2px;
	text-align:left;
}

p.m-expediente-texto-2 {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:10px;
	text-align:left;
}

p.m-expediente-funcao {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#ecbd28;
	margin-top:10px;
	text-align:left;
}

p.m-expediente-texto {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:2px;
	text-align:left;
}

p.m-expediente-edicao {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:14px;
	line-height:18px;
	color:#fff;
	margin-top:3px;
	margin-bottom:2px;
	text-align:left;
}

p.m-expediente-revista-mackenzie {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:18px;
	color:#ecbd28;
	text-align:left;
}

p.m-capa-ano-e-mes {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:13px;
	line-height:13px;
	color:#ffdc28;
	text-align:center;
}

p.m-clique-aqui {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#000;
	text-align:center;
}

p.m-capa-edicao {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#000;
	text-align:right;
}

p.m-capa-chamada-parte1 {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:20px;
	line-height:20px;
	color:#ecbd28;
	text-align:left;
}

p.m-capa-chamada-parte2 {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:30px;
	line-height:30px;
	color:#fff;
	margin-top:3px;
	text-align:left;
}

p.m-credito-de-foto {
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#000;
	text-align:left;
}

p.m-credito-de-foto-3 {
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:14px;
	color:#fff;
	margin-top:16px;
	text-align:left;
}

p.m-linha-fina-esquerda {
	font-family:FF-Merriweather,Merriweather;
	font-size:18px;
	line-height:26px;
	color:#9a9a9a;
	margin-bottom:24px;
	text-align:left;
}

p.m-linha-fina {
	font-family:FF-Merriweather,Merriweather;
	font-size:18px;
	line-height:26px;
	color:#9a9a9a;
	margin-bottom:24px;
	text-align:left;
}

p.m-inter {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:18px;
	line-height:24px;
	color:#00a9b7;
	margin-top:18px;
	text-align:left;
}

p.m-texto {
	font-family:Source-Serif-Pro,"Source Serif Pro",serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.m-titulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:22px;
	line-height:24px;
	color:#fff;
	text-align:center;
}

p.inter {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#00a9b7;
	margin-top:18px;
	text-align:left;
}

p.linha-fina {
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#9a9a9a;
	margin-bottom:30px;
	text-align:right;
}

p.titulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:64px;
	line-height:60px;
	color:#fff;
	text-align:center;
}

p.texto {
	font-family:Source-Serif-Pro,"Source Serif Pro",serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.credito-de-foto-3 {
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:14px;
	color:#fff;
	margin-top:16px;
	text-align:left;
}

p.credito-de-foto {
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#000;
	text-align:left;
}

p.linha-fina-esquerda {
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#9a9a9a;
	margin-bottom:30px;
	text-align:left;
}

p.chancelaria-titulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:36px;
	line-height:48px;
	color:#f47721;
	margin-top:48px;
	text-align:left;
}

p.citado {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#ecbd28;
	margin-top:18px;
	text-align:left;
}

p.citacao {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#ecbd28;
	margin-top:18px;
	text-align:left;
}

p.titulo2 {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:50px;
	line-height:56px;
	color:#fff;
	text-align:center;
}

p.titulo-55-60 {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:55px;
	line-height:60px;
	color:#fff;
	text-align:center;
}

p.vinhetas-vinheta {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:27px;
	line-height:34px;
	color:#fff;
	padding-left:45px;
	padding-right:30px;
	text-align:left;
}

p.sumario-nesta-edicao {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:32px;
	line-height:32px;
	color:#fff;
	white-space:nowrap;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.sumario-texto-com-bolotas {
	font-family:FF-Merriweather,Merriweather;
	font-size:15px;
	line-height:23px;
	color:#000;
	padding-left:20px;
	margin-top:5px;
	text-align:left;
}

p.sumario-titulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:32px;
	color:#9a9a9a;
	margin-top:24px;
	text-align:left;
}

p.sumario-texto {
	font-family:FF-Merriweather,Merriweather;
	font-size:15px;
	line-height:24px;
	color:#000;
	margin-top:2px;
	text-align:left;
}

p.expediente-edicao {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:14px;
	line-height:18px;
	color:#fff;
	margin-top:3px;
	margin-bottom:2px;
	text-align:left;
}

p.expediente-revista-mackenzie {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:18px;
	color:#ecbd28;
	text-align:left;
}

p.expediente-funcao {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#ecbd28;
	margin-top:10px;
	text-align:left;
}

p.expediente-texto-2 {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:10px;
	text-align:left;
}

p.expediente-texto {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:2px;
	text-align:left;
}

p.rodapes-compartilhamento {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:right;
}

p.rodapes-portal-mackenzie {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:center;
}

p.rodapes-redes-sociais {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:left;
}

p.citacao-sobre-foto-2 {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#fff;
	margin-bottom:5px;
	text-align:center;
}

p.citacao-sobre-foto {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:40px;
	color:#ffdc28;
	margin-bottom:5px;
	text-align:center;
}

p.legenda-lateral {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#f47721;
	text-align:right;
}

p.credito-de-foto-4 {
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#f47721;
	margin-top:14px;
	text-align:right;
}

p.credito-de-foto-2 {
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#ffdc28;
	margin-top:8px;
	text-align:center;
}

p.clique-aqui {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#000;
	text-align:center;
}

p.capa-ano-e-mes {
	font-weight:bold;
	font-family:FF-Merriweather,Merriweather;
	font-size:13px;
	line-height:13px;
	color:#000;
	text-align:left;
}

p.capa-edicao {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#000;
	text-align:right;
}

p.capa-titulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:44px;
	line-height:46px;
	color:#fff;
	text-align:left;
}

p.capa-titulinho {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#0069a6;
	text-align:left;
}

p.capa-titulinho-vinheta {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:18px;
	line-height:30px;
	color:#4c96c0;
	text-align:left;
}

p.capa-chamada-parte1 {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:30px;
	line-height:30px;
	color:#7b796f;
	text-align:left;
}

p.capa-chamada-parte2 {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:43px;
	line-height:43px;
	color:#872118;
	margin-top:4px;
	text-align:left;
}

p.acontece-abertura-secoes {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#fff;
	text-align:center;
}

p.acontece-abertura-subtitulo {
	font-weight:900;
	font-family:FF-Merriweather,Merriweather;
	font-size:24px;
	line-height:26px;
	color:#fff;
	margin-top:10px;
	text-align:center;
}

p.acontece-abertura-titulo {
	font-weight:900;
	font-style:italic;
	font-family:FF-Merriweather,Merriweather;
	font-size:58px;
	line-height:60px;
	color:#ecbd28;
	margin-top:30px;
	text-align:center;
}

p.Basic-Paragraph {
	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.No-Paragraph-Style {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

span.italico {
	font-style:italic;
	font-weight:normal;
}

span.None {
}
#in5footer,  #prefooter {display:none;}

div.foto-ancorada {
  display:inline-block;
  margin-top:24px;
  margin-bottom:12px;
}

[class*=" mq-"]{ display:none; }
.mq-default { display:block; }
@media all and (max-width:505px){ [class*=" mq-"], .mq-default { display:none; } .mq-375 {display:block; } }

