/* 	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; 
}
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:1.5ex;padding-left:1.5ex; }
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; }
nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	left:0;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /*.5 height*/
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.svg) no-repeat;
	opacity:.7;
	will-change:transform;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
html[data-dir="rtl"] nav#page-nav > #backBtn, html:not([data-dir="rtl"]) nav#page-nav > #nextBtn { 
	left:auto;
	right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
@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-Spectral-Italic;
	src:url("../fonts/Spectral-Italic.ttf");
	font-style:italic;
}

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

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

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

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

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

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

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

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

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

@keyframes flyinfromtop-7840 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-7840 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item54211 {
	width:156px !important;
	left:310px !important;
	top:256px !important;
	min-height:20px !important;
}

#item7860 {
	width:268px !important;
	left:611px !important;
	top:397px !important;
	min-height:133px !important;
}

@keyframes flyinfromright-7860 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes flyinfromright-7860 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes zoomin2d-29931 {
	0% {
		transform:translate(0px,0px) scaleX(0.05) scaleY(0.05);
		opacity:0;
	}
	20% {opacity:0.85;}
	72% {opacity:1;}
	92% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@-webkit-keyframes zoomin2d-29931 {
	0% {
		-webkit-transform:translate(0px,0px) scaleX(0.05) scaleY(0.05);
		opacity:0;
	}
	20% {opacity:0.85;}
	72% {opacity:1;}
	92% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@keyframes pulse-29936 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	21% {transform:translate(0px,0px) scaleX(1.32) scaleY(1.32);}
	42% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	63% {transform:translate(0px,0px) scaleX(1.8) scaleY(1.8);}
	83% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@-webkit-keyframes pulse-29936 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	21% {-webkit-transform:translate(0px,0px) scaleX(1.32) scaleY(1.32);}
	42% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	63% {-webkit-transform:translate(0px,0px) scaleX(1.8) scaleY(1.8);}
	83% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
#item29977 {
	width:90px !important;
	left:65px !important;
	top:18px !important;
	min-height:15px !important;
}

#item29945 {
	width:90px !important;
	left:65px !important;
	top:18px !important;
	min-height:15px !important;
}

#item29936 {
	width:155px !important;
	height:56px !important;
	left:765px !important;
	top:638px !important;
}

#item52110 {
	width:270px !important;
	left:25px !important;
	top:25px !important;
	min-height:20px !important;
}

#item74484 {
	width:115px !important;
	left:68px !important;
	top:637px !important;
	min-height:30px !important;
}

@keyframes flyinfromright-59998 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-59998 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item60004 {
	width:100px !important;
	left:177px !important;
	top:152px !important;
	min-height:13px !important;
}

#item60029 {
	width:147px !important;
	left:229px !important;
	top:273px !important;
	min-height:75px !important;
}

@keyframes flyinfromright-60029 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes flyinfromright-60029 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes pulse-60056 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	21% {transform:translate(0px,0px) scaleX(1.32) scaleY(1.32);}
	42% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	63% {transform:translate(0px,0px) scaleX(1.8) scaleY(1.8);}
	83% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@-webkit-keyframes pulse-60056 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	21% {-webkit-transform:translate(0px,0px) scaleX(1.32) scaleY(1.32);}
	42% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	63% {-webkit-transform:translate(0px,0px) scaleX(1.8) scaleY(1.8);}
	83% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
#item60090 {
	width:58px !important;
	left:42px !important;
	top:12px !important;
	min-height:10px !important;
}

#item60063 {
	width:58px !important;
	left:42px !important;
	top:12px !important;
	min-height:10px !important;
}

#item60056 {
	width:100px !important;
	height:36px !important;
	left:154px !important;
	top:619px !important;
}

#item69186 {
	width:20px !important;
	height:170px !important;
	background:#e31f20;
}

#item52164_container {
	width:1024px !important;
	height:312px !important;
}

@keyframes custom-52164 {
	0% {
		transform:translate(0px,-468px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes custom-52164 {
	0% {
		-webkit-transform:translate(0px,-468px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item24306 {
	width:1024px !important;
	height:420px !important;
	top:1170px !important;
	background:#000;
}

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

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

#item32519 {
	width:352px !important;
	min-height:51px !important;
}

#item24373 {
	width:352px !important;
	min-height:51px !important;
}

#item32274 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:1062px !important;
}

#item32228 {
	width:352px !important;
	min-height:99px !important;
}

#item24423 {
	width:352px !important;
	min-height:99px !important;
}

#item32224 {
	width:352px !important;
	height:99px !important;
	left:120px !important;
	top:521px !important;
}

#item32447 {
	width:352px !important;
	min-height:51px !important;
}

#item24828 {
	width:352px !important;
	min-height:51px !important;
}

#item32265 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:795px !important;
}

#item32423 {
	width:352px !important;
	min-height:51px !important;
}

#item32293 {
	width:352px !important;
	min-height:51px !important;
}

#item32290 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:720px !important;
}

#item32471 {
	width:352px !important;
	min-height:51px !important;
}

#item24878 {
	width:352px !important;
	min-height:51px !important;
}

#item32268 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:870px !important;
}

#item32495 {
	width:352px !important;
	min-height:51px !important;
}

#item24928 {
	width:352px !important;
	min-height:51px !important;
}

#item32271 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:945px !important;
}

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

#item25003 {
	width:30px !important;
	height:29px !important;
	left:48px !important;
	top:373px !important;
}

#item25011 {
	width:30px !important;
	height:29px !important;
	left:946px !important;
	top:373px !important;
}

#item32327 {
	width:352px !important;
	min-height:99px !important;
}

#item29723 {
	width:352px !important;
	min-height:99px !important;
}

#item32253 {
	width:352px !important;
	height:99px !important;
	left:120px !important;
	top:667px !important;
}

#item32351 {
	width:352px !important;
	min-height:123px !important;
}

#item29746 {
	width:352px !important;
	min-height:123px !important;
}

#item32256 {
	width:352px !important;
	height:123px !important;
	left:120px !important;
	top:813px !important;
}

#item32375 {
	width:352px !important;
	min-height:130px !important;
}

#item29769 {
	width:352px !important;
	min-height:130px !important;
}

#item32259 {
	width:352px !important;
	height:130px !important;
	left:120px !important;
	top:983px !important;
}

#item32399 {
	width:352px !important;
	min-height:132px !important;
}

#item29852 {
	width:352px !important;
	min-height:132px !important;
}

#item32262 {
	width:352px !important;
	height:132px !important;
	left:552px !important;
	top:521px !important;
}

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

#item32132 {
	width:128px !important;
	left:776px !important;
	top:1218px !important;
	min-height:232px !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;
}

#item60175 {
	width:375px !important;
	height:1120px !important;
	top:1350px !important;
	background:#000;
}

#item60181 {
	width:275px !important;
	left:50px !important;
	top:1376px !important;
	min-height:1057px !important;
}

#item60222 {
	width:275px !important;
	min-height:71px !important;
}

#item60219 {
	width:275px !important;
	height:71px !important;
	left:50px !important;
	top:1244px !important;
}

#item60272 {
	width:275px !important;
	min-height:94px !important;
}

#item60269 {
	width:275px !important;
	height:94px !important;
	left:50px !important;
	top:84px !important;
}

#item60323 {
	width:275px !important;
	min-height:47px !important;
}

#item60319 {
	width:275px !important;
	height:47px !important;
	left:50px !important;
	top:989px !important;
}

#item60373 {
	width:275px !important;
	min-height:47px !important;
}

#item60370 {
	width:275px !important;
	height:47px !important;
	left:50px !important;
	top:912px !important;
}

#item60424 {
	width:275px !important;
	min-height:71px !important;
}

#item60420 {
	width:275px !important;
	height:71px !important;
	left:50px !important;
	top:1066px !important;
}

#item60474 {
	width:275px !important;
	min-height:47px !important;
}

#item60471 {
	width:275px !important;
	height:47px !important;
	left:50px !important;
	top:1167px !important;
}

#item60525 {
	width:375px !important;
	height:24px !important;
	top:13px !important;
}

#item60569 {
	width:275px !important;
	min-height:119px !important;
}

#item60566 {
	width:275px !important;
	height:119px !important;
	left:50px !important;
	top:208px !important;
}

#item60621 {
	width:275px !important;
	min-height:167px !important;
}

#item60618 {
	width:275px !important;
	height:167px !important;
	left:50px !important;
	top:357px !important;
}

#item60671 {
	width:275px !important;
	min-height:149px !important;
}

#item60668 {
	width:275px !important;
	height:149px !important;
	left:50px !important;
	top:554px !important;
}

#item60721 {
	width:275px !important;
	min-height:149px !important;
}

#item60718 {
	width:275px !important;
	height:149px !important;
	left:50px !important;
	top:733px !important;
}

@keyframes flyinfromtop-59928 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-59928 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item32810 {
	width:224px !important;
	min-height:16px !important;
}

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

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

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

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

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

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

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

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

#item84472 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:169px !important;
}

#item54509 {
	width:80px !important;
	left:45px !important;
	top:6px !important;
	min-height:15px !important;
}

#item32920 {
	width:80px !important;
	left:45px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54506 {
	width:125px !important;
	height:28px !important;
	left:48px !important;
	top:60px !important;
}

#item54540 {
	width:110px !important;
	top:6px !important;
	min-height:15px !important;
}

#item33054 {
	width:110px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54536 {
	width:150px !important;
	height:29px !important;
	left:826px !important;
	top:60px !important;
}

#item33217 {
	width:496px !important;
	left:408px !important;
	top:712px !important;
	min-height:1044px !important;
}

#item33241 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:558px !important;
}

@keyframes fadein-59926 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-59926 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item33258 {
	width:442px !important;
	left:96px !important;
	top:82px !important;
	min-height:190px !important;
}

@keyframes flyinfromleft-33281 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-33281 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item33250 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:558px !important;
}

@keyframes flyinfromtop-80089 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-80089 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-61108 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-61108 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item61110 {
	width:149px !important;
	left:32px !important;
	top:27px !important;
	min-height:64px !important;
}

#item70503 {
	width:275px !important;
	left:50px !important;
	top:264px !important;
	min-height:1940px !important;
}

#item70613 {
	width:275px !important;
	min-height:16px !important;
}

@keyframes flyinfromleft-61133 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-61133 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item80145 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item80142 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item80150 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item80154 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80151 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item80180 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80177 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item80207 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80203 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item80234 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80230 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item80260 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80257 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item80286 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80283 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item80312 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80309 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item80338 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80335 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item80364 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80361 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item80390 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80387 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item80417 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80413 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item80445 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item80442 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item80140 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

#item8866 {
	width:496px !important;
	height:568px !important;
	left:408px !important;
	top:1776px !important;
	background:#dbdad4;
}

#item4447 {
	width:228px !important;
	left:644px !important;
	top:1880px !important;
	min-height:351px !important;
}

@keyframes titulo-3253 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-3253 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item3255 {
	width:1024px !important;
	height:143px !important;
	background:#005a00;
}

#item3258 {
	width:784px !important;
	left:120px !important;
	top:37px !important;
	min-height:63px !important;
}

#item3281 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:52px !important;
}

#item3289 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:52px !important;
}

#item4388 {
	width:496px !important;
	left:408px !important;
	top:753px !important;
	min-height:977px !important;
}

#item4422 {
	width:248px !important;
	left:120px !important;
	top:753px !important;
	min-height:426px !important;
}

#item18334 {
	width:496px !important;
	left:408px !important;
	top:2411px !important;
	min-height:530px !important;
}

#item18367 {
	width:496px !important;
	left:408px !important;
	top:3373px !important;
	min-height:2560px !important;
}

#item20165 {
	width:496px !important;
	left:408px !important;
	top:6383px !important;
	min-height:1336px !important;
}

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

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

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

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

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

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

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

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

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

#item84662 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:169px !important;
}

#item54586 {
	width:120px !important;
	left:40px !important;
	top:6px !important;
	min-height:15px !important;
}

#item32592 {
	width:120px !important;
	left:40px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54583 {
	width:160px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item54623 {
	width:80px !important;
	left:45px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54648 {
	width:80px !important;
	left:45px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54620 {
	width:125px !important;
	height:28px !important;
	left:398px !important;
	top:60px !important;
}

#item54685 {
	width:202px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54711 {
	width:202px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54682 {
	width:242px !important;
	height:29px !important;
	left:734px !important;
	top:60px !important;
}

#item19854 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item58035 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19831 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item58001 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19808 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57976 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19785 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57950 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19751 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57927 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19728 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57902 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19705 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57878 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19682 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57775 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19659 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57853 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19391 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57827 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19331 {
	width:496px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item57802 {
	width:474px !important;
	top:329px !important;
	min-height:39px !important;
}

#item19095 {
	width:496px !important;
	height:376px !important;
	left:408px !important;
	top:2965px !important;
}

#item18360 {
	width:28px !important;
	height:46px !important;
	left:368px !important;
	top:3130px !important;
}

#item20144 {
	width:28px !important;
	height:46px !important;
	left:368px !important;
	top:6122px !important;
}

#item19360 {
	width:28px !important;
	height:46px !important;
	left:916px !important;
	top:3130px !important;
}

#item20150 {
	width:28px !important;
	height:46px !important;
	left:916px !important;
	top:6122px !important;
}

#item20055 {
	width:496px !important;
	height:376px !important;
	left:408px !important;
	top:5957px !important;
}

@keyframes flyinfromtop-61308 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-61308 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item61312 {
	width:375px !important;
	height:450px !important;
	top:1513px !important;
	background:#dbdad4;
}

#item61317 {
	width:275px !important;
	left:50px !important;
	top:1688px !important;
	min-height:244px !important;
}

@keyframes titulo-71667 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-71667 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item61342 {
	width:375px !important;
	height:53px !important;
	background:#005a00;
}

#item61345 {
	width:375px !important;
	top:10px !important;
	min-height:26px !important;
}

#item61385 {
	width:275px !important;
	left:50px !important;
	top:589px !important;
	min-height:902px !important;
}

#item61408 {
	width:275px !important;
	left:50px !important;
	top:281px !important;
	min-height:272px !important;
}

#item61431 {
	width:275px !important;
	left:50px !important;
	top:4238px !important;
	min-height:4685px !important;
}

@keyframes flyinfromleft-61443 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-61443 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item71680 {
	width:275px !important;
	left:50px !important;
	top:1995px !important;
	min-height:1812px !important;
}

#item71701 {
	width:275px !important;
	left:50px !important;
	top:9354px !important;
	min-height:2384px !important;
}

#item71712 {
	width:275px !important;
	min-height:16px !important;
}

#item80475 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item80472 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item80480 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item80485 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80482 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item80511 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80508 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item80537 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80534 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item80563 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80560 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item80590 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80586 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item80616 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80613 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item80642 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80639 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item80668 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80665 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item80694 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80691 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item80720 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80717 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item80746 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80743 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item80773 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item80770 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item80470 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

#item62146 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item62147 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item62116 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item62117 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item61658 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item61659 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item62062 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item62063 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item62008 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item62009 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item61955 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item61956 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item61901 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item61902 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item61848 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item61849 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item61817 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item61818 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item61740 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item61764 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item61710 {
	width:375px !important;
	height:44px !important;
	top:332px !important;
	background:rgba(0,0,0,0.7);
}

#item61711 {
	width:353px !important;
	top:329px !important;
	min-height:39px !important;
}

#item61627 {
	width:375px !important;
	height:376px !important;
	top:3826px !important;
}

#item62194 {
	width:375px !important;
	height:376px !important;
	top:8942px !important;
}

@keyframes flyinfromtop-59954 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-59954 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item17616 {
	width:248px !important;
	height:610px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item17617 {
	width:248px !important;
	height:153px !important;
	left:13px !important;
	top:720px !important;
	background:#98978c;
}

@keyframes custom-17626 {
	0% {transform:translate(0px,714px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-17626 {
	0% {-webkit-transform:translate(0px,714px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item17627 {
	width:228px !important;
	min-height:424px !important;
}

#item17651 {
	width:228px !important;
	top:459px !important;
	min-height:118px !important;
}

#item17674 {
	width:250px !important;
	height:612px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes flyoutbottom-17674 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,612px);}
}
@-webkit-keyframes flyoutbottom-17674 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,612px);}
}
#item17679 {
	width:248px !important;
	height:860px !important;
	left:3px !important;
	top:3px !important;
}

#item17676 {
	width:254px !important;
	height:866px !important;
	left:10px !important;
	top:10px !important;
}

#item18206 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item17614 {
	width:264px !important;
	height:876px !important;
	left:107px !important;
	top:3996px !important;
}

#item17853 {
	width:248px !important;
	height:359px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item17855 {
	width:248px !important;
	height:201px !important;
	left:13px !important;
	top:600px !important;
	background:#98978c;
}

@keyframes custom-17861 {
	0% {transform:translate(0px,524px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-17861 {
	0% {-webkit-transform:translate(0px,524px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item17862 {
	width:228px !important;
	min-height:304px !important;
}

#item17885 {
	width:228px !important;
	top:339px !important;
	min-height:166px !important;
}

#item17908 {
	width:250px !important;
	height:540px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes flyoutbottom-17908 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,540px);}
}
@-webkit-keyframes flyoutbottom-17908 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,540px);}
}
#item17912 {
	width:248px !important;
	height:788px !important;
	left:3px !important;
	top:3px !important;
}

#item17909 {
	width:254px !important;
	height:794px !important;
	left:10px !important;
	top:10px !important;
}

#item18264 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item17840 {
	width:264px !important;
	height:804px !important;
	left:107px !important;
	top:3738px !important;
}

#item17752 {
	width:248px !important;
	height:664px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item17753 {
	width:248px !important;
	height:177px !important;
	left:13px !important;
	top:816px !important;
	background:#98978c;
}

@keyframes custom-17760 {
	0% {transform:translate(0px,768px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-17760 {
	0% {-webkit-transform:translate(0px,768px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item17761 {
	width:228px !important;
	min-height:520px !important;
}

#item17784 {
	width:228px !important;
	top:555px !important;
	min-height:142px !important;
}

#item17807 {
	width:250px !important;
	height:732px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes flyoutbottom-17807 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,732px);}
}
@-webkit-keyframes flyoutbottom-17807 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,732px);}
}
#item17811 {
	width:248px !important;
	height:980px !important;
	left:3px !important;
	top:3px !important;
}

#item17808 {
	width:254px !important;
	height:986px !important;
	left:10px !important;
	top:10px !important;
}

#item18245 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item17740 {
	width:264px !important;
	height:996px !important;
	left:107px !important;
	top:3480px !important;
}

#item17979 {
	width:248px !important;
	height:624px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item17980 {
	width:248px !important;
	height:249px !important;
	left:13px !important;
	top:865px !important;
	background:#98978c;
}

@keyframes custom-17987 {
	0% {transform:translate(0px,983px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-17987 {
	0% {-webkit-transform:translate(0px,983px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item17988 {
	width:228px !important;
	min-height:568px !important;
}

#item18011 {
	width:228px !important;
	top:604px !important;
	min-height:214px !important;
}

#item18034 {
	width:250px !important;
	height:853px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes flyoutbottom-18034 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,853px);}
}
@-webkit-keyframes flyoutbottom-18034 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,853px);}
}
#item18038 {
	width:248px !important;
	height:1101px !important;
	left:3px !important;
	top:3px !important;
}

#item18035 {
	width:254px !important;
	height:1107px !important;
	left:10px !important;
	top:10px !important;
}

#item18290 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item17967 {
	width:264px !important;
	height:1117px !important;
	left:107px !important;
	top:3222px !important;
}

#item4190 {
	width:496px !important;
	left:408px !important;
	top:720px !important;
	min-height:381px !important;
}

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

#item8483 {
	width:248px !important;
	height:50px !important;
	left:120px !important;
	top:3178px !important;
	background:#7b796f;
}

#item7946 {
	width:248px !important;
	left:120px !important;
	top:3186px !important;
	min-height:28px !important;
}

@keyframes titulo-16151 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-16151 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item16153 {
	width:1024px !important;
	height:143px !important;
	background:#f47721;
}

#item16156 {
	width:842px !important;
	left:90px !important;
	top:14px !important;
	min-height:105px !important;
}

#item16179 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:51px !important;
}

#item16187 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:51px !important;
}

#item16284 {
	width:496px !important;
	left:408px !important;
	top:1524px !important;
	min-height:1190px !important;
}

#item16288 {
	width:496px !important;
	left:408px !important;
	top:3128px !important;
	min-height:1177px !important;
}

#item16293 {
	width:496px !important;
	left:408px !important;
	top:4711px !important;
	min-height:930px !important;
}

#item16297 {
	width:496px !important;
	left:408px !important;
	top:6059px !important;
	min-height:377px !important;
}

#item16301 {
	width:496px !important;
	left:408px !important;
	top:6775px !important;
	min-height:1100px !important;
}

#item8276 {
	width:440px !important;
	height:260px !important;
	left:436px !important;
	top:1184px !important;
	background:#dbdad4;
}

#item17147 {
	width:370px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item17235 {
	width:376px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item21253 {
	width:376px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item17228 {
	width:386px !important;
	height:346px !important;
	left:458px !important;
	top:1136px !important;
}

#item17296 {
	width:440px !important;
	height:260px !important;
	left:436px !important;
	top:2787px !important;
	background:#dbdad4;
}

#item17318 {
	width:248px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item17313 {
	width:254px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item21281 {
	width:254px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item17297 {
	width:264px !important;
	height:346px !important;
	left:519px !important;
	top:2739px !important;
}

#item17370 {
	width:440px !important;
	height:260px !important;
	left:436px !important;
	top:4377px !important;
	background:#dbdad4;
}

#item17474 {
	width:440px !important;
	height:260px !important;
	left:436px !important;
	top:5719px !important;
	background:#dbdad4;
}

#item17392 {
	width:370px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item17388 {
	width:376px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item21303 {
	width:376px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item17371 {
	width:386px !important;
	height:346px !important;
	left:458px !important;
	top:4329px !important;
}

#item17498 {
	width:300px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item17494 {
	width:306px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item21335 {
	width:306px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item17475 {
	width:316px !important;
	height:346px !important;
	left:493px !important;
	top:5671px !important;
}

@keyframes flyinfromleft-25113 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-25113 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item52166 {
	width:496px !important;
	height:283px !important;
	left:408px !important;
	top:6454px !important;
}

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

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

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

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

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

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

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

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

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

#item84864 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:169px !important;
}

#item54772 {
	width:120px !important;
	left:40px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54747 {
	width:120px !important;
	left:40px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54744 {
	width:160px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item54824 {
	width:80px !important;
	left:45px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54799 {
	width:80px !important;
	left:45px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54796 {
	width:125px !important;
	height:28px !important;
	left:417px !important;
	top:60px !important;
}

#item54878 {
	width:202px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54851 {
	width:202px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54848 {
	width:242px !important;
	height:29px !important;
	left:734px !important;
	top:60px !important;
}

@keyframes flyinfromtop-71808 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-71808 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item62706 {
	width:275px !important;
	left:50px !important;
	top:467px !important;
	min-height:425px !important;
}

#item62729 {
	width:275px !important;
	left:50px !important;
	top:291px !important;
	min-height:140px !important;
}

@keyframes titulo-71807 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-71807 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item62779 {
	width:375px !important;
	height:75px !important;
	background:#f47721;
}

#item62782 {
	width:375px !important;
	top:12px !important;
	min-height:44px !important;
}

#item62821 {
	width:275px !important;
	left:50px !important;
	top:1282px !important;
	min-height:793px !important;
}

#item62855 {
	width:275px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item62852 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item62879 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item62843 {
	width:291px !important;
	height:346px !important;
	left:37px !important;
	top:903px !important;
}

#item62897 {
	width:275px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item62894 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item62921 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item62889 {
	width:291px !important;
	height:346px !important;
	left:37px !important;
	top:4782px !important;
}

#item62943 {
	width:275px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item62940 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item62968 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item62930 {
	width:291px !important;
	height:346px !important;
	left:37px !important;
	top:8499px !important;
}

#item62986 {
	width:275px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item62983 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item63010 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item62978 {
	width:291px !important;
	height:346px !important;
	left:37px !important;
	top:10159px !important;
}

@keyframes flyinfromleft-63017 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-63017 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item63040 {
	width:375px !important;
	height:218px !important;
	top:12946px !important;
}

#item72026 {
	width:275px !important;
	left:50px !important;
	top:2436px !important;
	min-height:1278px !important;
}

#item72052 {
	width:275px !important;
	left:50px !important;
	top:4077px !important;
	min-height:694px !important;
}

#item72397 {
	width:275px !important;
	left:50px !important;
	top:5161px !important;
	min-height:1793px !important;
}

#item72405 {
	width:275px !important;
	left:50px !important;
	top:8872px !important;
	min-height:1278px !important;
}

#item72416 {
	width:275px !important;
	left:50px !important;
	top:10538px !important;
	min-height:873px !important;
}

#item72487 {
	width:275px !important;
	left:50px !important;
	top:7318px !important;
	min-height:1170px !important;
}

#item72513 {
	width:275px !important;
	left:50px !important;
	top:11775px !important;
	min-height:1140px !important;
}

#item72587 {
	width:275px !important;
	min-height:16px !important;
}

#item73969 {
	width:248px !important;
	height:610px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item73970 {
	width:248px !important;
	height:153px !important;
	left:13px !important;
	top:720px !important;
	background:#98978c;
}

@keyframes custom-73977 {
	0% {transform:translate(0px,714px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-73977 {
	0% {-webkit-transform:translate(0px,714px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item73978 {
	width:228px !important;
	min-height:424px !important;
}

#item74001 {
	width:228px !important;
	top:459px !important;
	min-height:118px !important;
}

#item74024 {
	width:250px !important;
	height:612px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes shrink-74024 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
@-webkit-keyframes shrink-74024 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
#item74024 {
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}

#item74028 {
	width:248px !important;
	height:860px !important;
	left:3px !important;
	top:3px !important;
}

#item74025 {
	width:254px !important;
	height:866px !important;
	left:10px !important;
	top:10px !important;
}

#item73955 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item73953 {
	width:264px !important;
	height:876px !important;
	left:50px !important;
	top:11478px !important;
}

#item74044 {
	width:248px !important;
	height:359px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item74046 {
	width:248px !important;
	height:201px !important;
	left:13px !important;
	top:600px !important;
	background:#98978c;
}

@keyframes custom-74053 {
	0% {transform:translate(0px,524px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-74053 {
	0% {-webkit-transform:translate(0px,524px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item74054 {
	width:228px !important;
	min-height:304px !important;
}

#item74077 {
	width:228px !important;
	top:339px !important;
	min-height:166px !important;
}

#item74100 {
	width:250px !important;
	height:540px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes shrink-74100 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
@-webkit-keyframes shrink-74100 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
#item74100 {
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}

#item74104 {
	width:248px !important;
	height:788px !important;
	left:3px !important;
	top:3px !important;
}

#item74101 {
	width:254px !important;
	height:794px !important;
	left:10px !important;
	top:10px !important;
}

#item74031 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item74029 {
	width:264px !important;
	height:804px !important;
	left:50px !important;
	top:7021px !important;
}

#item74121 {
	width:248px !important;
	height:664px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item74122 {
	width:248px !important;
	height:177px !important;
	left:13px !important;
	top:816px !important;
	background:#98978c;
}

@keyframes custom-74128 {
	0% {transform:translate(0px,768px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-74128 {
	0% {-webkit-transform:translate(0px,768px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item74129 {
	width:228px !important;
	min-height:520px !important;
}

#item74152 {
	width:228px !important;
	top:555px !important;
	min-height:142px !important;
}

#item74176 {
	width:250px !important;
	height:732px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes shrink-74176 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
@-webkit-keyframes shrink-74176 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
#item74176 {
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}

#item74180 {
	width:248px !important;
	height:980px !important;
	left:3px !important;
	top:3px !important;
}

#item74177 {
	width:254px !important;
	height:986px !important;
	left:10px !important;
	top:10px !important;
}

#item74107 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item74105 {
	width:264px !important;
	height:996px !important;
	left:50px !important;
	top:3780px !important;
}

#item74192 {
	width:248px !important;
	height:624px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item74193 {
	width:248px !important;
	height:249px !important;
	left:13px !important;
	top:865px !important;
	background:#98978c;
}

@keyframes custom-74197 {
	0% {transform:translate(0px,983px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-74197 {
	0% {-webkit-transform:translate(0px,983px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item74198 {
	width:228px !important;
	min-height:568px !important;
}

#item74221 {
	width:228px !important;
	top:604px !important;
	min-height:214px !important;
}

#item74244 {
	width:250px !important;
	height:853px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes shrink-74244 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
@-webkit-keyframes shrink-74244 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
#item74244 {
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}

#item74248 {
	width:248px !important;
	height:1101px !important;
	left:3px !important;
	top:3px !important;
}

#item74245 {
	width:254px !important;
	height:1107px !important;
	left:10px !important;
	top:10px !important;
}

#item74183 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item74181 {
	width:264px !important;
	height:1117px !important;
	left:50px !important;
	top:2139px !important;
}

#item74249 {
	width:248px !important;
	height:50px !important;
	background:#7b796f;
}

#item74250 {
	width:248px !important;
	top:8px !important;
	min-height:28px !important;
}

#item74311 {
	width:248px !important;
	height:50px !important;
	background:#7b796f;
}

#item74312 {
	width:248px !important;
	top:8px !important;
	min-height:28px !important;
}

#item74355 {
	width:248px !important;
	height:50px !important;
	background:#7b796f;
}

#item74356 {
	width:248px !important;
	top:8px !important;
	min-height:28px !important;
}

#item74413 {
	width:248px !important;
	height:50px !important;
	background:#7b796f;
}

#item74414 {
	width:248px !important;
	top:8px !important;
	min-height:28px !important;
}

#item76423 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item76421 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item76429 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item76434 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76430 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item76461 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76457 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item76488 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76484 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item76514 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76511 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item76540 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76537 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item76566 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76563 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item76592 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76589 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item76618 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76615 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item76644 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76641 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item76670 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76667 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item76697 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item76694 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item76723 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item76721 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item76419 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

@keyframes flyinfromtop-59955 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-59955 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-2981 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-2981 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item2983 {
	width:1024px !important;
	height:202px !important;
	background:#000;
}

#item2986 {
	width:784px !important;
	left:120px !important;
	top:19px !important;
	min-height:148px !important;
}

#item3009 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:82px !important;
}

#item3017 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:82px !important;
}

@keyframes flyinfromleft-3025 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-3025 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item4309 {
	width:496px !important;
	left:408px !important;
	top:779px !important;
	min-height:2404px !important;
}

#item4336 {
	width:248px !important;
	left:120px !important;
	top:779px !important;
	min-height:528px !important;
}

#item8567 {
	width:248px !important;
	left:120px !important;
	top:1882px !important;
	min-height:90px !important;
}

#item8601 {
	width:812px !important;
	height:392px !important;
	left:72px !important;
	top:3238px !important;
	background:#dbdad4;
}

#item8597 {
	width:257px !important;
	left:95px !important;
	top:3270px !important;
	min-height:324px !important;
}

#item52170 {
	width:560px !important;
	height:315px !important;
	left:392px !important;
	top:3277px !important;
}

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

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

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

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

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

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

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

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

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

#item85055 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:169px !important;
}

#item54931 {
	width:220px !important;
	left:40px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54906 {
	width:220px !important;
	left:40px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54903 {
	width:260px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item54983 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item54958 {
	width:80px !important;
	left:45px !important;
	top:6px !important;
	min-height:15px !important;
}

#item54955 {
	width:125px !important;
	height:28px !important;
	left:365px !important;
	top:60px !important;
}

#item55037 {
	width:400px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55010 {
	width:400px !important;
	top:6px !important;
	min-height:15px !important;
}

#item55007 {
	width:440px !important;
	height:29px !important;
	left:536px !important;
	top:60px !important;
}

@keyframes flyinfromtop-72657 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-72657 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-63420 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-63420 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item63516 {
	width:375px !important;
	height:410px !important;
	top:5544px !important;
	background:#dbdad4;
}

#item63517 {
	width:257px !important;
	left:50px !important;
	top:5561px !important;
	min-height:184px !important;
}

#item63540 {
	width:275px !important;
	height:159px !important;
	left:50px !important;
	top:5769px !important;
}

#item72686 {
	width:275px !important;
	left:50px !important;
	top:621px !important;
	min-height:820px !important;
}

#item72709 {
	width:275px !important;
	left:50px !important;
	top:325px !important;
	min-height:260px !important;
}

@keyframes titulo-80090 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-80090 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item63376 {
	width:375px !important;
	height:97px !important;
	background:#000;
}

#item72807 {
	width:375px !important;
	top:14px !important;
	min-height:64px !important;
}

#item72867 {
	width:275px !important;
	height:330px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item72864 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item72849 {
	width:281px !important;
	height:336px !important;
	left:10px !important;
	top:10px !important;
}

#item72847 {
	width:291px !important;
	height:346px !important;
	left:37px !important;
	top:1448px !important;
}

#item72900 {
	width:275px !important;
	left:50px !important;
	top:1827px !important;
	min-height:3681px !important;
}

#item73005 {
	width:275px !important;
	min-height:16px !important;
}

#item80813 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item80810 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item80818 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item80822 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80819 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item80848 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80845 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item80874 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80871 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item80900 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80897 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item80926 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80923 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item80952 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80949 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item80978 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item80975 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item81005 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81002 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item81031 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81028 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item81058 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81055 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item81085 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81081 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item81112 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81109 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item80807 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

@keyframes titulo-3522 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-3522 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item3524 {
	width:1024px !important;
	height:143px !important;
	background:#000;
}

#item3527 {
	width:784px !important;
	left:120px !important;
	top:15px !important;
	min-height:113px !important;
}

#item3550 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:52px !important;
}

#item3560 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:52px !important;
}

#item4472 {
	width:784px !important;
	left:120px !important;
	top:901px !important;
	min-height:286px !important;
}

#item4511 {
	width:544px !important;
	left:240px !important;
	top:719px !important;
	min-height:132px !important;
}

#item16319 {
	width:784px !important;
	left:120px !important;
	top:1626px !important;
	min-height:567px !important;
}

#item16323 {
	width:784px !important;
	left:120px !important;
	top:2635px !important;
	min-height:1472px !important;
}

#item16328 {
	width:784px !important;
	left:120px !important;
	top:4613px !important;
	min-height:2826px !important;
}

#item20261 {
	width:784px !important;
	left:120px !important;
	top:7878px !important;
	min-height:188px !important;
}

#item20361 {
	width:784px !important;
	height:380px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item20515 {
	width:790px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item20513 {
	width:790px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item20517 {
	width:800px !important;
	height:396px !important;
	left:107px !important;
	top:2206px !important;
}

#item20331 {
	width:784px !important;
	height:380px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item20506 {
	width:790px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item20504 {
	width:790px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item20508 {
	width:800px !important;
	height:396px !important;
	left:107px !important;
	top:1197px !important;
}

#item20386 {
	width:784px !important;
	height:380px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item20524 {
	width:790px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item20522 {
	width:790px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item20526 {
	width:800px !important;
	height:396px !important;
	left:107px !important;
	top:7449px !important;
}

@keyframes flyinfromleft-20626 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-20626 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item52176 {
	width:784px !important;
	height:445px !important;
	left:120px !important;
	top:4132px !important;
}

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

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

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

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

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

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

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

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

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

#item85445 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:169px !important;
}

#item55107 {
	width:190px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55082 {
	width:190px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55079 {
	width:230px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item55159 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55134 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55131 {
	width:125px !important;
	height:28px !important;
	left:390px !important;
	top:60px !important;
}

#item55213 {
	width:320px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55187 {
	width:320px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55184 {
	width:360px !important;
	height:29px !important;
	left:616px !important;
	top:60px !important;
}

@keyframes titulo-63848 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-63848 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item63850 {
	width:375px !important;
	height:75px !important;
	background:#000;
}

#item63853 {
	width:375px !important;
	top:13px !important;
	min-height:42px !important;
}

#item63893 {
	width:315px !important;
	left:30px !important;
	top:527px !important;
	min-height:733px !important;
}

#item63939 {
	width:315px !important;
	left:30px !important;
	top:1699px !important;
	min-height:1350px !important;
}

#item63944 {
	width:315px !important;
	left:30px !important;
	top:3534px !important;
	min-height:3384px !important;
}

#item63948 {
	width:315px !important;
	left:30px !important;
	top:7196px !important;
	min-height:6717px !important;
}

#item63966 {
	width:375px !important;
	height:450px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item63958 {
	width:381px !important;
	height:456px !important;
	left:10px !important;
	top:10px !important;
}

#item63990 {
	width:381px !important;
	height:456px !important;
	left:10px !important;
	top:10px !important;
}

#item63956 {
	width:391px !important;
	height:466px !important;
	left:-13px !important;
	top:3035px !important;
}

#item64012 {
	width:375px !important;
	height:380px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item64003 {
	width:381px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item64036 {
	width:381px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item64000 {
	width:391px !important;
	height:396px !important;
	left:-13px !important;
	top:1270px !important;
}

#item64060 {
	width:375px !important;
	height:450px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item64051 {
	width:381px !important;
	height:456px !important;
	left:10px !important;
	top:10px !important;
}

#item64084 {
	width:381px !important;
	height:456px !important;
	left:10px !important;
	top:10px !important;
}

#item64049 {
	width:391px !important;
	height:466px !important;
	left:-13px !important;
	top:13923px !important;
}

#item64143 {
	width:375px !important;
	height:218px !important;
	top:6942px !important;
}

@keyframes flyinfromtop-73058 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-73058 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item73088 {
	width:275px !important;
	left:50px !important;
	top:291px !important;
	min-height:200px !important;
}

@keyframes flyinfromleft-64097 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-64097 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item79951 {
	width:315px !important;
	left:30px !important;
	top:14422px !important;
	min-height:524px !important;
}

#item79966 {
	width:275px !important;
	min-height:16px !important;
}

#item81179 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81176 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item81185 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81189 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81186 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item81215 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81212 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item81241 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81238 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item81267 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81264 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item81293 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81290 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item81319 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81316 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item81345 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81342 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item81372 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81368 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item81398 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81395 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item81424 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81421 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item81450 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81447 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item81477 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81474 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item81174 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

@keyframes flyinfromtop-9615 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-9615 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item9625 {
	width:248px !important;
	height:276px !important;
	left:120px !important;
	top:2424px !important;
	background:#dbdad4;
}

#item9688 {
	width:248px !important;
	height:100px !important;
	left:120px !important;
	top:2700px !important;
	background:#7b796f;
}

@keyframes titulo-3792 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-3792 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item3794 {
	width:1024px !important;
	height:143px !important;
	background:#000;
}

#item3797 {
	width:784px !important;
	left:120px !important;
	top:11px !important;
	min-height:106px !important;
}

#item3820 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:52px !important;
}

#item3829 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:52px !important;
}

#item4537 {
	width:496px !important;
	left:408px !important;
	top:720px !important;
	min-height:597px !important;
}

#item4564 {
	width:248px !important;
	left:120px !important;
	top:720px !important;
	min-height:318px !important;
}

#item9661 {
	width:248px !important;
	left:120px !important;
	top:2575px !important;
	min-height:112px !important;
	padding:0px 16px 0px 16px;
}

#item58300 {
	width:248px !important;
	left:120px !important;
	top:2716px !important;
	min-height:64px !important;
	padding:0px 16px 0px 16px;
}

#item9732 {
	width:201px !important;
	left:167px !important;
	top:1531px !important;
	min-height:88px !important;
}

#item16341 {
	width:496px !important;
	left:408px !important;
	top:1744px !important;
	min-height:2196px !important;
}

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

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

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

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

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

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

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

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

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

#item85646 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:169px !important;
}

#item55266 {
	width:390px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55241 {
	width:390px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55238 {
	width:430px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item55318 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55293 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55290 {
	width:125px !important;
	height:28px !important;
	left:545px !important;
	top:60px !important;
}

#item55371 {
	width:220px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55345 {
	width:220px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55342 {
	width:260px !important;
	height:29px !important;
	left:716px !important;
	top:60px !important;
}

@keyframes flyinfromtop-64446 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-64446 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-64459 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-64459 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item64460 {
	width:375px !important;
	height:75px !important;
	background:#000;
}

#item64463 {
	width:375px !important;
	top:206px !important;
	min-height:42px !important;
}

#item64503 {
	width:275px !important;
	left:50px !important;
	top:539px !important;
	min-height:1124px !important;
}

#item64451 {
	width:275px !important;
	height:287px !important;
	background:#dbdad4;
}

#item64452 {
	width:275px !important;
	height:124px !important;
	top:287px !important;
	background:#7b796f;
}

#item64558 {
	width:275px !important;
	top:151px !important;
	min-height:88px !important;
	padding:0px 16px 0px 16px;
}

#item64581 {
	width:275px !important;
	top:299px !important;
	min-height:64px !important;
	padding:0px 16px 0px 16px;
}

#item73379 {
	width:275px !important;
	left:50px !important;
	top:291px !important;
	min-height:212px !important;
}

@keyframes flyinfromleft-64631 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-64631 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item73461 {
	width:275px !important;
	left:50px !important;
	top:1997px !important;
	min-height:1263px !important;
}

#item73474 {
	width:275px !important;
	left:50px !important;
	top:3593px !important;
	min-height:1630px !important;
}

#item73494 {
	width:275px !important;
	left:50px !important;
	top:5695px !important;
	min-height:1130px !important;
}

#item73507 {
	width:275px !important;
	min-height:16px !important;
}

#item81512 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81509 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item81517 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81521 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81518 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item81548 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81544 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item81575 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81571 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item81601 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81598 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item81627 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81624 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item81653 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81650 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item81679 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81676 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item81705 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81702 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item81731 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81728 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item81757 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81754 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item81785 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81782 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item81812 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81809 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item81507 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

@keyframes fadein-20691 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-20691 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item20709 {
	width:496px !important;
	left:408px !important;
	top:678px !important;
	min-height:1776px !important;
}

#item20732 {
	width:248px !important;
	left:120px !important;
	top:2491px !important;
	min-height:90px !important;
}

@keyframes flyinfromleft-20901 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-20901 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item21065 {
	width:248px !important;
	left:120px !important;
	top:678px !important;
	min-height:221px !important;
}

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

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

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

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

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

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

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

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

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

#item85846 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:169px !important;
}

#item55426 {
	width:320px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55401 {
	width:320px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55398 {
	width:360px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item55478 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55453 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55450 {
	width:125px !important;
	height:28px !important;
	left:527px !important;
	top:60px !important;
}

#item55532 {
	width:170px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55505 {
	width:170px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55502 {
	width:210px !important;
	height:29px !important;
	left:766px !important;
	top:60px !important;
}

@keyframes titulo-59465 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-59465 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item59467 {
	width:1024px !important;
	height:143px !important;
	background:#ecbd28;
}

#item59470 {
	width:784px !important;
	left:120px !important;
	top:40px !important;
	min-height:53px !important;
}

#item59493 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:52px !important;
}

#item59501 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:52px !important;
}

@keyframes flyinfromtop-80092 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-80092 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item64966 {
	width:275px !important;
	left:50px !important;
	top:462px !important;
	min-height:3260px !important;
}

#item64989 {
	width:275px !important;
	left:50px !important;
	top:4044px !important;
	min-height:90px !important;
}

@keyframes flyinfromleft-65017 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-65017 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item65040 {
	width:275px !important;
	left:50px !important;
	top:286px !important;
	min-height:140px !important;
}

@keyframes titulo-65245 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-65245 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item65247 {
	width:375px !important;
	height:53px !important;
	background:#ecbd28;
}

#item65250 {
	width:375px !important;
	top:14px !important;
	min-height:22px !important;
}

#item64832 {
	width:275px !important;
	min-height:16px !important;
}

#item81841 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81838 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item81846 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item81850 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81847 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item81877 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81874 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item81903 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81900 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item81930 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81926 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item81956 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81953 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item81982 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item81979 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item82008 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82005 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item82034 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82031 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item82060 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82057 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item82086 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82083 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item82112 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82109 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item82140 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82136 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item81836 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

@keyframes fadein-617 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-617 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item628 {
	width:496px !important;
	left:408px !important;
	top:678px !important;
	min-height:1328px !important;
}

#item651 {
	width:248px !important;
	left:120px !important;
	top:2042px !important;
	min-height:128px !important;
}

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

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

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

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

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

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

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

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

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

#item86037 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:170px !important;
}

#item55586 {
	width:210px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55561 {
	width:210px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55558 {
	width:250px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item55639 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55613 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55610 {
	width:125px !important;
	height:28px !important;
	left:457px !important;
	top:60px !important;
}

#item55692 {
	width:210px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55666 {
	width:210px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55663 {
	width:250px !important;
	height:29px !important;
	left:726px !important;
	top:60px !important;
}

@keyframes titulo-59528 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-59528 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item59530 {
	width:1024px !important;
	height:143px !important;
	background:#ecbd28;
}

#item59533 {
	width:784px !important;
	left:120px !important;
	top:11px !important;
	min-height:109px !important;
}

#item59556 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:52px !important;
}

#item59564 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:52px !important;
}

@keyframes flyinfromtop-80104 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-80104 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-65493 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-65493 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item69331 {
	width:275px !important;
	left:50px !important;
	top:309px !important;
	min-height:2504px !important;
}

#item69354 {
	width:275px !important;
	left:50px !important;
	top:3134px !important;
	min-height:114px !important;
}

@keyframes titulo-69452 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-69452 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item69454 {
	width:375px !important;
	height:75px !important;
	background:#ecbd28;
}

#item69457 {
	width:375px !important;
	top:12px !important;
	min-height:44px !important;
}

#item69626 {
	width:275px !important;
	min-height:16px !important;
}

#item82168 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82165 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item82173 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82177 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82174 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item82203 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82200 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item82229 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82226 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item82255 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82252 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item82281 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82278 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item82308 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82304 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item82334 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82331 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item82360 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82357 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item82387 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82383 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item82414 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82410 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item82440 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82437 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item82467 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82464 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item82163 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

@keyframes fadein-1500 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-1500 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item1512 {
	width:496px !important;
	left:408px !important;
	top:678px !important;
	min-height:2720px !important;
}

#item1535 {
	width:248px !important;
	left:120px !important;
	top:3434px !important;
	min-height:72px !important;
}

@keyframes flyinfromleft-1667 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-1667 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item1964 {
	width:248px !important;
	left:120px !important;
	top:678px !important;
	min-height:312px !important;
}

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

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

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

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

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

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

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

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

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

#item86239 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:170px !important;
}

#item55773 {
	width:170px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55747 {
	width:170px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55744 {
	width:210px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item55825 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55800 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55797 {
	width:125px !important;
	height:28px !important;
	left:434px !important;
	top:61px !important;
}

#item55880 {
	width:220px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55854 {
	width:220px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55850 {
	width:260px !important;
	height:29px !important;
	left:716px !important;
	top:60px !important;
}

@keyframes titulo-59678 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-59678 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item59680 {
	width:1024px !important;
	height:143px !important;
	background:#ecbd28;
}

#item59683 {
	width:784px !important;
	left:120px !important;
	top:40px !important;
	min-height:53px !important;
}

#item59706 {
	width:40px !important;
	height:38px !important;
	left:936px !important;
	top:52px !important;
}

#item59714 {
	width:40px !important;
	height:38px !important;
	left:48px !important;
	top:52px !important;
}

@keyframes flyinfromtop-80105 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-80105 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item69708 {
	width:275px !important;
	left:50px !important;
	top:541px !important;
	min-height:4792px !important;
}

#item69731 {
	width:275px !important;
	left:50px !important;
	top:5655px !important;
	min-height:66px !important;
}

#item69782 {
	width:275px !important;
	left:50px !important;
	top:286px !important;
	min-height:230px !important;
}

@keyframes titulo-69828 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-69828 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item69830 {
	width:375px !important;
	height:53px !important;
	background:#ecbd28;
}

#item69833 {
	width:375px !important;
	top:14px !important;
	min-height:22px !important;
}

#item69861 {
	width:275px !important;
	min-height:16px !important;
}

@keyframes flyinfromleft-65953 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-65953 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item82502 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82499 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item82508 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82512 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82509 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item82539 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82536 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item82565 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82562 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item82591 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82588 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item82617 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82614 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item82643 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82640 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item82669 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82666 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item82696 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82692 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item82722 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82719 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item82748 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82745 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item82774 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82771 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item82801 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82798 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item82497 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

#item16014 {
	width:1024px !important;
	height:742px !important;
	left:256px !important;
	top:247px !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;
}

@keyframes flyinfromleft-58547 {
	0% {
		transform:translate(-337px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-58547 {
	0% {
		-webkit-transform:translate(-337px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item58552 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item2040 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item58547 {
	width:95px !important;
	height:113px !important;
	left:313px !important;
	top:475px !important;
}

@keyframes flyinfromleft-58578 {
	0% {
		transform:translate(-537px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-58578 {
	0% {
		-webkit-transform:translate(-537px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item58583 {
	width:95px !important;
	top:99px !important;
	min-height:13px !important;
}

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

#item58578 {
	width:95px !important;
	height:112px !important;
	left:465px !important;
	top:475px !important;
}

@keyframes flyinfromleft-58606 {
	0% {
		transform:translate(-935px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-58606 {
	0% {
		-webkit-transform:translate(-935px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item58613 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item2204 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item58606 {
	width:95px !important;
	height:113px !important;
	left:617px !important;
	top:475px !important;
}

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

@keyframes fadein-16019 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-16019 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item55934 {
	width:210px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55908 {
	width:210px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55905 {
	width:250px !important;
	height:29px !important;
	left:48px !important;
	top:678px !important;
}

#item55986 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55961 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item55958 {
	width:125px !important;
	height:28px !important;
	left:428px !important;
	top:679px !important;
}

#item56040 {
	width:260px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56013 {
	width:260px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56010 {
	width:300px !important;
	height:29px !important;
	left:676px !important;
	top:678px !important;
}

#item74508 {
	width:222px !important;
	min-height:30px !important;
}

#item66266 {
	width:750px !important;
	height:542px !important;
	top:172px !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;
}

@keyframes flyinfromleft-71509 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-71509 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item71518 {
	width:80px !important;
	top:82px !important;
	min-height:10px !important;
}

#item66282 {
	width:80px !important;
	top:82px !important;
	min-height:10px !important;
}

#item71509 {
	width:80px !important;
	height:92px !important;
	left:50px !important;
	top:333px !important;
}

@keyframes flyinfromleft-71511 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-71511 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item71545 {
	width:80px !important;
	top:82px !important;
	min-height:10px !important;
}

#item66338 {
	width:80px !important;
	top:82px !important;
	min-height:10px !important;
}

#item71511 {
	width:80px !important;
	height:92px !important;
	left:148px !important;
	top:333px !important;
}

@keyframes flyinfromleft-71513 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-71513 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item71571 {
	width:80px !important;
	top:82px !important;
	min-height:10px !important;
}

#item66392 {
	width:80px !important;
	top:82px !important;
	min-height:10px !important;
}

#item71513 {
	width:80px !important;
	height:92px !important;
	left:245px !important;
	top:333px !important;
}

#item66441 {
	width:375px !important;
	top:177px !important;
	min-height:133px !important;
}

@keyframes fadein-66441 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-66441 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item82904 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82901 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item82910 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item82914 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82911 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item82940 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82937 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item82966 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82963 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item82992 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item82989 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item83018 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83015 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item83045 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83042 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item83071 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83068 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item83097 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83094 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item83124 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83121 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item83151 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83147 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item83177 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83174 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item83204 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83201 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item82899 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

@keyframes flyinfromright-4681 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-4681 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item4692 {
	width:496px !important;
	top:229px !important;
	min-height:45px !important;
}

@keyframes flyinfromleft-4850 {
	0% {
		transform:translate(-552px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-4850 {
	0% {
		-webkit-transform:translate(-552px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item4851 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item57581 {
	width:144px !important;
	left:45px !important;
	top:2px !important;
	min-height:24px !important;
}

#item57556 {
	width:144px !important;
	left:45px !important;
	top:2px !important;
	min-height:24px !important;
}

#item57553 {
	width:189px !important;
	height:28px !important;
	left:75px !important;
	top:306px !important;
}

#item4930 {
	width:248px !important;
	min-height:24px !important;
}

#item4906 {
	width:248px !important;
	min-height:24px !important;
}

#item4903 {
	width:248px !important;
	height:24px !important;
	left:120px !important;
	top:222px !important;
}

#item5030 {
	width:248px !important;
	min-height:24px !important;
}

#item5006 {
	width:248px !important;
	min-height:24px !important;
}

#item5003 {
	width:248px !important;
	height:24px !important;
	left:120px !important;
	top:180px !important;
}

#item5279 {
	width:248px !important;
	left:120px !important;
	top:138px !important;
	min-height:24px !important;
}

#item5302 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:34px !important;
}

#item6763 {
	width:496px !important;
	left:408px !important;
	top:647px !important;
	min-height:535px !important;
}

@keyframes flyinfrombottom-6763 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-6763 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfrombottom-15721 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-15721 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfrombottom-21344 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-21344 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item21366 {
	width:496px !important;
	height:300px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item21363 {
	width:502px !important;
	height:306px !important;
	left:10px !important;
	top:10px !important;
}

#item21346 {
	width:502px !important;
	height:306px !important;
	left:10px !important;
	top:10px !important;
}

#item21344 {
	width:512px !important;
	height:316px !important;
	left:395px !important;
	top:310px !important;
}

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

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

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

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

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

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

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

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

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

#item86664 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:170px !important;
}

#item56093 {
	width:220px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56068 {
	width:220px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56065 {
	width:260px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item56145 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56120 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56117 {
	width:125px !important;
	height:28px !important;
	left:442px !important;
	top:61px !important;
}

#item56198 {
	width:250px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56172 {
	width:250px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56169 {
	width:290px !important;
	height:29px !important;
	left:686px !important;
	top:60px !important;
}

@keyframes flyinfromleft-66765 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-66765 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item66770 {
	width:367px !important;
	left:8px !important;
	top:141px !important;
	min-height:30px !important;
}

#item66996 {
	width:288px !important;
	left:50px !important;
	top:456px !important;
	min-height:84px !important;
}

#item67044 {
	width:375px !important;
	height:226px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item67041 {
	width:381px !important;
	height:232px !important;
	left:10px !important;
	top:10px !important;
}

#item67027 {
	width:381px !important;
	height:232px !important;
	left:10px !important;
	top:10px !important;
}

#item67024 {
	width:391px !important;
	height:242px !important;
	left:-13px !important;
	top:193px !important;
}

#item70071 {
	width:275px !important;
	min-height:16px !important;
}

#item87127 {
	width:275px !important;
	left:50px !important;
	top:552px !important;
	min-height:888px !important;
}

#item83231 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83228 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item83236 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83240 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83237 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item83267 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83264 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item83294 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83291 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item83320 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83317 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item83347 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83343 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item83373 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83370 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item83399 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83396 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item83425 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83422 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item83451 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83448 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item83477 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83474 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item83504 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83500 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item83531 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83528 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item83226 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

#item21770 {
	width:290px !important;
	height:424px !important;
	left:118px !important;
	top:4086px !important;
	background:#fff;
}

@keyframes grow-21770 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {transform:translate(0px,0px) scaleX(0) scaleY(1);}
}
@-webkit-keyframes grow-21770 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleX(0) scaleY(1);}
}
#item21770 {
	transform-origin:0% 50%;
	-webkit-transform-origin:0% 50%;
}

@keyframes flyinfromright-13740 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-13740 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item14273 {
	width:496px !important;
	left:408px !important;
	top:1434px !important;
	min-height:570px !important;
}

#item14319 {
	width:496px !important;
	left:408px !important;
	top:2418px !important;
	min-height:654px !important;
}

#item14350 {
	width:496px !important;
	left:408px !important;
	top:3486px !important;
	min-height:542px !important;
}

#item14416 {
	width:496px !important;
	left:408px !important;
	top:4532px !important;
	min-height:458px !important;
}

#item14461 {
	width:248px !important;
	left:120px !important;
	top:2700px !important;
	min-height:1164px !important;
}

#item14484 {
	width:496px !important;
	left:408px !important;
	top:5404px !important;
	min-height:570px !important;
}

#item21828 {
	width:496px !important;
	height:420px !important;
}

#item21841 {
	width:496px !important;
	height:420px !important;
	left:408px !important;
	top:4088px !important;
}

@keyframes flyinfrombottom-24294 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-24294 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes moveleft-22020 {
	0% {
		transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		transform:translate(-2012px,0px);
		opacity:1;
	}
}
@-webkit-keyframes moveleft-22020 {
	0% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		-webkit-transform:translate(-2012px,0px);
		opacity:1;
	}
}
#item22020 {
	transform-origin:100% 50%;
	-webkit-transform-origin:100% 50%;
}

#item14129 {
	width:496px !important;
	left:410px !important;
	top:330px !important;
	min-height:458px !important;
}

#item14383 {
	width:248px !important;
	left:122px !important;
	top:869px !important;
	min-height:931px !important;
}

#item22065 {
	width:410px !important;
	height:307px !important;
	background:#fff;
}

#item22067 {
	width:122px !important;
	height:307px !important;
	left:906px !important;
	background:#fff;
}

@keyframes flyinfromleft-22328 {
	0% {
		transform:translate(-552px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-22328 {
	0% {
		-webkit-transform:translate(-552px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item22329 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item58910 {
	width:144px !important;
	left:45px !important;
	top:2px !important;
	min-height:24px !important;
}

#item58885 {
	width:144px !important;
	left:45px !important;
	top:2px !important;
	min-height:24px !important;
}

#item58880 {
	width:189px !important;
	height:28px !important;
	left:75px !important;
	top:306px !important;
}

#item22409 {
	width:248px !important;
	min-height:24px !important;
}

#item22385 {
	width:248px !important;
	min-height:24px !important;
}

#item22382 {
	width:248px !important;
	height:24px !important;
	left:120px !important;
	top:222px !important;
}

#item22459 {
	width:248px !important;
	min-height:24px !important;
}

#item22435 {
	width:248px !important;
	min-height:24px !important;
}

#item22432 {
	width:248px !important;
	height:24px !important;
	left:120px !important;
	top:138px !important;
}

#item22482 {
	width:248px !important;
	left:120px !important;
	top:180px !important;
	min-height:24px !important;
}

#item22505 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:34px !important;
}

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

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

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

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

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

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

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

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

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

#item86865 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:170px !important;
}

#item56252 {
	width:260px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56226 {
	width:260px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56223 {
	width:300px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item56304 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56279 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56276 {
	width:125px !important;
	height:28px !important;
	left:482px !important;
	top:61px !important;
}

#item56357 {
	width:210px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56331 {
	width:210px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56328 {
	width:250px !important;
	height:29px !important;
	left:726px !important;
	top:60px !important;
}

@keyframes flyinfromleft-67378 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-67378 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item67385 {
	width:275px !important;
	left:50px !important;
	top:1577px !important;
	min-height:1048px !important;
}

#item67408 {
	width:275px !important;
	left:50px !important;
	top:4268px !important;
	min-height:1188px !important;
}

#item67436 {
	width:275px !important;
	left:50px !important;
	top:5778px !important;
	min-height:936px !important;
}

#item67463 {
	width:275px !important;
	left:50px !important;
	top:8028px !important;
	min-height:824px !important;
}

#item67486 {
	width:275px !important;
	left:50px !important;
	top:6762px !important;
	min-height:994px !important;
}

#item67509 {
	width:275px !important;
	left:50px !important;
	top:9173px !important;
	min-height:1076px !important;
}

@keyframes moveleft-67547 {
	0% {
		transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		transform:translate(-1520px,0px);
		opacity:1;
	}
}
@-webkit-keyframes moveleft-67547 {
	0% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		-webkit-transform:translate(-1520px,0px);
		opacity:1;
	}
}
#item67547 {
	transform-origin:100% 50%;
	-webkit-transform-origin:100% 50%;
}

#item67580 {
	width:304px !important;
	left:50px !important;
	top:422px !important;
	min-height:84px !important;
}

#item67610 {
	width:275px !important;
	left:50px !important;
	top:3099px !important;
	min-height:847px !important;
}

#item70155 {
	width:275px !important;
	min-height:16px !important;
}

#item87158 {
	width:275px !important;
	left:50px !important;
	top:525px !important;
	min-height:748px !important;
}

#item83561 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83558 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item83566 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83570 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83567 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item83596 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83593 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item83622 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83619 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item83648 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83645 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item83675 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83672 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item83701 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83698 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item83727 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83724 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item83753 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83750 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item83779 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83776 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item83806 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83803 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item83832 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83829 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item83859 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83856 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item83556 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

@keyframes flyinfromright-15166 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-15166 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item15455 {
	width:496px !important;
	left:408px !important;
	top:1522px !important;
	min-height:563px !important;
}

#item15487 {
	width:496px !important;
	left:408px !important;
	top:2499px !important;
	min-height:486px !important;
}

#item15518 {
	width:496px !important;
	left:408px !important;
	top:3247px !important;
	min-height:535px !important;
}

@keyframes flyinfrombottom-24296 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-24296 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item15423 {
	width:496px !important;
	left:288px !important;
	top:354px !important;
	min-height:456px !important;
}

#item15549 {
	width:248px !important;
	top:812px !important;
	min-height:1242px !important;
}

@keyframes flyinfromleft-22908 {
	0% {
		transform:translate(-552px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-22908 {
	0% {
		-webkit-transform:translate(-552px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item22909 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item58964 {
	width:144px !important;
	left:45px !important;
	top:2px !important;
	min-height:24px !important;
}

#item58939 {
	width:144px !important;
	left:45px !important;
	top:2px !important;
	min-height:24px !important;
}

#item58936 {
	width:189px !important;
	height:28px !important;
	left:75px !important;
	top:306px !important;
}

#item22987 {
	width:248px !important;
	min-height:24px !important;
}

#item22963 {
	width:248px !important;
	min-height:24px !important;
}

#item22960 {
	width:248px !important;
	height:24px !important;
	left:120px !important;
	top:180px !important;
}

#item23037 {
	width:248px !important;
	min-height:24px !important;
}

#item23013 {
	width:248px !important;
	min-height:24px !important;
}

#item23010 {
	width:248px !important;
	height:24px !important;
	left:120px !important;
	top:138px !important;
}

#item23060 {
	width:248px !important;
	left:120px !important;
	top:222px !important;
	min-height:24px !important;
}

#item23083 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:34px !important;
}

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

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

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

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

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

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

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

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

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

#item87063 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:170px !important;
}

#item56748 {
	width:241px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56723 {
	width:241px !important;
	left:40px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56720 {
	width:281px !important;
	height:29px !important;
	left:48px !important;
	top:60px !important;
}

#item56801 {
	width:80px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56776 {
	width:70px !important;
	left:45px !important;
	top:8px !important;
	min-height:14px !important;
}

#item56772 {
	width:125px !important;
	height:28px !important;
	left:856px !important;
	top:60px !important;
}

@keyframes flyinfromleft-68142 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-68142 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item68147 {
	width:275px !important;
	left:50px !important;
	top:1626px !important;
	min-height:1069px !important;
}

#item68170 {
	width:275px !important;
	left:50px !important;
	top:4474px !important;
	min-height:880px !important;
}

#item68199 {
	width:275px !important;
	left:50px !important;
	top:5648px !important;
	min-height:987px !important;
}

#item68232 {
	width:275px !important;
	left:50px !important;
	top:452px !important;
	min-height:822px !important;
}

#item68267 {
	width:275px !important;
	left:50px !important;
	top:3051px !important;
	min-height:1102px !important;
}

#item70417 {
	width:275px !important;
	min-height:16px !important;
}

#item83902 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83899 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item83907 {
	width:275px !important;
	height:462px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item83911 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83908 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:413px !important;
}

#item83937 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83934 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:373px !important;
}

#item83963 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83960 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:333px !important;
}

#item83989 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item83986 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:293px !important;
}

#item84015 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item84012 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:253px !important;
}

#item84041 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item84038 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:213px !important;
}

#item84068 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item84065 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:173px !important;
}

#item84095 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item84091 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:133px !important;
}

#item84121 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item84118 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:93px !important;
}

#item84147 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item84144 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:53px !important;
}

#item84173 {
	width:260px !important;
	height:36px !important;
	background:#4c4c4c;
	padding:0px 0px 0px 20px;
}

#item84170 {
	width:260px !important;
	height:36px !important;
	left:14px !important;
	top:13px !important;
}

#item84200 {
	width:50px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
	background:#4c4c4c;
	outline:solid 1px #4c4c4c;
}

#item84197 {
	width:56px !important;
	height:56px !important;
	left:282px !important;
	top:10px !important;
}

#item83897 {
	width:338px !important;
	height:475px !important;
	left:40px !important;
	top:-13px !important;
}

p.menu_item {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:19.2px;
	color:#fff;
	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.m-acontece-texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:5px;
	text-align:left;
}

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

p.acontece-menu-item-universidade-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#00a9b7;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-esportes-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#005a00;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-sumario {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-colegios-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#ff0000;
	margin-top:18px;
	text-align:left;
}

p.m-acontece-subsecao {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:30px;
	line-height:30px;
	color:#e31f20;
	text-align:left;
}

p.m-acontece-abertura-subtitulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,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-BlackItalic,Merriweather;
	font-size:42px;
	line-height:44px;
	color:#ecbd28;
	text-align:center;
}

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

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

p.m-editoriais-linha-fina {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:30px;
	color:#646464;
	text-align:left;
}

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

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

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

p.m-slideshow-daniel-dias-legenda {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:40px;
	line-height:24px;
	color:#f47721;
	text-align:right;
}

p.m-depoimentos-titulo {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:28px;
	line-height:28px;
	color:#fff;
	text-align:center;
}

p.m-influencer {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.m-depoimento {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#7b796f;
	margin-top:12px;
	text-align:left;
}

p.m-depoimento-pessoa {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
	text-align:left;
}

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

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

p.m-rodapes-chamada-direita {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	text-align:right;
}

p.m-rodapes-chamada-esquerda {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	text-align:left;
}

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

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

p.m-sumario-nesta-edicao {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:24px;
	line-height:24px;
	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.m-sumario-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:18px;
	line-height:27px;
	color:#9a9a9a;
	margin-top:24px;
	text-align:left;
}

p.m-sumario-texto {
	font-family:FF-Merriweather-Regular,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-Bold,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-Bold,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-Bold,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-Black,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-Black,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-Bold,Merriweather;
	font-size:13px;
	line-height:13px;
	color:#fff;
	text-align:center;
}

p.m-capa-sumario-hover {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:14px;
	line-height:14px;
	color:#ecbd28;
	margin-top:30px;
	text-align:left;
}

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

p.m-capa-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:23px;
	line-height:26px;
	color:#000;
	margin-top:30px;
	text-align:left;
}

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

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

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

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

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

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

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

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

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

p.m-legenda-sobre-foto {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#ffdc28;
	margin-bottom:10px;
	text-align:center;
}

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

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

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

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

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

p.m-texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

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

p.titulo-45-52 {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:45px;
	line-height:52px;
	color:#fff;
	margin-bottom:30px;
	text-align:center;
}

p.vinhetas-vinheta {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,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-Bold,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-Regular,Merriweather;
	font-size:15px;
	line-height:23px;
	color:#000;
	padding-left:20px;
	margin-top:5px;
	text-align:left;
}

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

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

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

p.sumario-texto {
	font-family:FF-Merriweather-Regular,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-Black,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-Black,Merriweather;
	font-size:16px;
	line-height:18px;
	color:#ecbd28;
	text-align:left;
}

p.expediente-funcao {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,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-Bold,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-Bold,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:2px;
	text-align:left;
}

p.slideshow-daniel-dias-legenda {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:40px;
	line-height:24px;
	color:#f47721;
	text-align:right;
}

p.rodapes-chamada-direita-hover {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13px;
	line-height:14px;
	color:#ecbd28;
	text-align:right;
}

p.rodapes-chamada-direita {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	text-align:right;
}

p.rodapes-chamada-esquerda-hover {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13px;
	line-height:14px;
	color:#ecbd28;
	text-align:left;
}

p.rodapes-chamada-esquerda {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	text-align:left;
}

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

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

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

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

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

p.editoriais-linha-fina {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#646464;
	text-align:right;
}

p.depoimento-pessoa {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
	text-align:left;
}

p.depoimento {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#7b796f;
	margin-top:12px;
	text-align:left;
}

p.influencer {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.depoimentos-titulo {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:28px;
	line-height:28px;
	color:#fff;
	text-align:center;
}

p.capa-sumario-hover {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:14px;
	line-height:14px;
	color:#ecbd28;
	margin-top:30px;
	text-align:left;
}

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

p.capa-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:42px;
	line-height:46px;
	color:#000;
	margin-top:30px;
	text-align:left;
}

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

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

p.acontece-menu-acontece {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:32px;
	line-height:32px;
	color:#000;
	margin-top:30px;
	text-align:left;
}

p.acontece-subitem {
	font-family:chaparral-pro,"Chaparral Pro";
	font-size:20px;
	line-height:18px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.acontece-menu-item-universidade-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-instituto-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#f47721;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-esportes-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-sumario-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#000;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-colegios-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-subsecao {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:46px;
	line-height:46px;
	color:#e31f20;
	text-align:left;
}

p.acontece-texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:5px;
	text-align:left;
}

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

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

p.acontece-abertura-subtitulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,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-BlackItalic,Merriweather;
	font-size:58px;
	line-height:60px;
	color:#ecbd28;
	margin-top:30px;
	text-align:center;
}

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

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

p.legenda-sobre-foto {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#ffdc28;
	margin-bottom:10px;
	text-align:center;
}

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

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

p.credito-de-foto-5 {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#9a9a9a;
	text-align:right;
}

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

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

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

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

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

p.texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

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

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

p.titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:64px;
	line-height:60px;
	color:#fff;
	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.m-acontece-titulo-italico {
	font-weight:900;
	font-style:italic;
	font-family:FF-Merriweather-BlackItalic,Merriweather;
}

span.m-negrito {
	font-weight:bold;
	font-family:FF-Spectral-Bold,Spectral,Georgia, serif;
}

span.m-editoriais-linha-fina-grifo {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Merriweather-Italic,Merriweather;
}

span.m-competicao {
	font-size:27px;
	color:#fff;
}

span.m-depoimentos-italico {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
}

span.m-italico {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Spectral-Italic,Spectral,Georgia, serif;
}

span.editoriais-linha-fina-grifo {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Merriweather-Italic,Merriweather;
}

span.competicao {
	font-size:27px;
	color:#fff;
}

span.depoimentos-italico {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
}

span.hyperlink {
	font-weight:bold;
	font-family:FF-Spectral-Bold,Spectral,Georgia, serif;
	text-decoration:underline;
	text-decoration-color:#e31f20;
	-webkit-text-decoration-color:#e31f20;
}

span.acontece-titulo-italico {
	font-weight:900;
	font-style:italic;
	font-family:FF-Merriweather-BlackItalic,Merriweather;
}

span.negrito {
	font-weight:bold;
	font-family:FF-Spectral-Bold,Spectral,Georgia, serif;
}

span.italico {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Spectral-Italic,Spectral,Georgia, serif;
}

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

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

