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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*CSS Generated from InDesign Styles*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#item263368 {
	width:140px !important;
	height:121px !important;
	left:850px !important;
	top:622px !important;
}

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

@keyframes flyinfromright-263404 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-263404 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item263405 {
	width:329px !important;
	height:377px !important;
	border-radius:0 0 0 25px;
	background:#69547b;
}

#item263406 {
	width:226px !important;
	left:30px !important;
	top:28px !important;
	min-height:16px !important;
}

#item263429 {
	width:274px !important;
	min-height:263px !important;
}

#item263687 {
	width:274px !important;
	height:263px !important;
	left:30px !important;
	top:81px !important;
}

@keyframes flyinfromleft-263682 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-263682 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item263452 {
	width:190px !important;
	height:130px !important;
	border-radius:0 12px 12px 0;
	background:#9a9a9a;
}

#item263454 {
	width:157px !important;
	left:20px !important;
	top:9px !important;
	min-height:108px !important;
}

#item263682 {
	width:190px !important;
	height:130px !important;
	top:336px !important;
}

@keyframes flyinfromleft-263684 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-263684 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item263535 {
	width:190px !important;
	height:108px !important;
	border-radius:0 12px 12px 0;
	background:#7b796f;
}

#item263536 {
	width:157px !important;
	left:20px !important;
	top:9px !important;
	min-height:86px !important;
}

#item263684 {
	width:190px !important;
	height:108px !important;
	top:478px !important;
}

@keyframes flyinfromleft-268212 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-268212 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item268069 {
	width:184px !important;
	height:61px !important;
	border-radius:0 12px 12px 0;
	background:#7b796f;
}

#item268154 {
	width:155px !important;
	left:13px !important;
	top:6px !important;
	min-height:45px !important;
}

#item268231 {
	width:171px !important;
	height:61px !important;
}

#item268228 {
	width:171px !important;
	height:61px !important;
	left:184px !important;
	top:589px !important;
}

@keyframes flyinfromright-268232 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-268232 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item268045 {
	width:355px !important;
	height:90px !important;
	border-radius:10px 0 0 10px;
	background:#69547b;
}

#item268046 {
	width:340px !important;
	left:15px !important;
	top:4px !important;
	min-height:65px !important;
}

#item268232 {
	width:355px !important;
	height:90px !important;
	left:20px !important;
	top:202px !important;
}

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

@keyframes flyinfromtop-268101 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-268101 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item268102 {
	width:20px !important;
	height:184px !important;
	background:#0069a6;
}

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

#item268150 {
	width:140px !important;
	height:121px !important;
	left:235px !important;
	top:459px !important;
}

@keyframes flyinfromleft-268213 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-268213 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item268070 {
	width:184px !important;
	height:61px !important;
	border-radius:0 12px 12px 0;
	background:#9a9a9a;
}

#item268177 {
	width:160px !important;
	left:9px !important;
	top:6px !important;
	min-height:45px !important;
}

#item268223 {
	width:184px !important;
	height:61px !important;
}

#item268224 {
	width:184px !important;
	height:61px !important;
	top:589px !important;
}

#item52164_container {
	width:1024px !important;
	height:312px !important;
	top:48px !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;
	}
}
#item24312 {
	width:208px !important;
	left:120px !important;
	top:1338px !important;
	min-height:326px !important;
}

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

#item249966 {
	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:1189px !important;
}

#item249762 {
	width:352px !important;
	min-height:154px !important;
}

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

#item178011 {
	width:352px !important;
	height:154px !important;
	left:120px !important;
	top:992px !important;
}

#item249883 {
	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:931px !important;
}

#item249859 {
	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:860px !important;
}

#item249942 {
	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:1073px !important;
}

#item249918 {
	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:1002px !important;
}

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

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

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

#item178012 {
	width:352px !important;
	height:130px !important;
	left:120px !important;
	top:724px !important;
}

#item249738 {
	width:352px !important;
	min-height:98px !important;
}

#item120325 {
	width:352px !important;
	min-height:98px !important;
}

#item178013 {
	width:352px !important;
	height:98px !important;
	left:120px !important;
	top:874px !important;
}

#item249690 {
	width:352px !important;
	min-height:154px !important;
}

#item120376 {
	width:352px !important;
	min-height:154px !important;
}

#item178014 {
	width:352px !important;
	height:154px !important;
	left:120px !important;
	top:550px !important;
}

#item249810 {
	width:352px !important;
	min-height:122px !important;
}

#item120426 {
	width:352px !important;
	min-height:122px !important;
}

#item178015 {
	width:352px !important;
	height:122px !important;
	left:552px !important;
	top:550px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

#item249786 {
	width:352px !important;
	min-height:74px !important;
}

#item248106 {
	width:352px !important;
	min-height:74px !important;
}

#item248179 {
	width:352px !important;
	height:74px !important;
	left:120px !important;
	top:1166px !important;
}

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

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

#item248182 {
	width:352px !important;
	height:99px !important;
	left:552px !important;
	top:692px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#item33217 {
	width:496px !important;
	left:408px !important;
	top:704px !important;
	min-height:1172px !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;
	}
}
#item90213 {
	width:224px !important;
	min-height:16px !important;
}

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

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

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

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

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

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

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

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

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

#item120233 {
	width:904px !important;
	top:575px !important;
	min-height:63px !important;
}

#item251208 {
	width:315px !important;
	left:30px !important;
	top:303px !important;
	min-height:1844px !important;
}

#item251435 {
	width:315px !important;
	left:30px !important;
	top:253px !important;
	min-height:20px !important;
}

@keyframes flyinfromleft-262842 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-262842 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item262950 {
	width:315px !important;
	left:30px !important;
	top:2198px !important;
	min-height:12px !important;
}

#item235696 {
	width:1024px !important;
	height:2750px !important;
	top:6295px !important;
	background:#dedddb;
}

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

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

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

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

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

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

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

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

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

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

#item235898 {
	width:1024px !important;
	height:479px !important;
	top:48px !important;
	background:#000;
}

#item235899 {
	width:496px !important;
	left:408px !important;
	top:770px !important;
	min-height:630px !important;
}

#item235922 {
	width:248px !important;
	left:120px !important;
	top:770px !important;
	min-height:384px !important;
}

@keyframes flyinfromleft-235945 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-235945 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-235968 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-235968 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-235983 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-235983 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item235985 {
	width:1024px !important;
	height:195px !important;
	background:#000;
}

#item235988 {
	width:1024px !important;
	top:17px !important;
	min-height:148px !important;
}

#item236011 {
	width:496px !important;
	height:283px !important;
	left:408px !important;
	top:1426px !important;
}

#item236039 {
	width:496px !important;
	height:283px !important;
	left:408px !important;
	top:2445px !important;
}

#item236067 {
	width:496px !important;
	height:283px !important;
	left:408px !important;
	top:3116px !important;
}

#item236095 {
	width:496px !important;
	height:283px !important;
	left:408px !important;
	top:5723px !important;
}

#item236123 {
	width:784px !important;
	height:97px !important;
	left:120px !important;
	top:6295px !important;
	background:#e31f20;
}

#item236132 {
	width:496px !important;
	left:408px !important;
	top:7107px !important;
	min-height:1740px !important;
}

#item236136 {
	width:496px !important;
	left:408px !important;
	top:6434px !important;
	min-height:168px !important;
}

#item236140 {
	width:784px !important;
	left:120px !important;
	top:6317px !important;
	min-height:51px !important;
}

#item239296 {
	width:496px !important;
	left:408px !important;
	top:1733px !important;
	min-height:690px !important;
}

#item239303 {
	width:496px !important;
	left:408px !important;
	top:2752px !important;
	min-height:345px !important;
}

#item239317 {
	width:496px !important;
	left:408px !important;
	top:3423px !important;
	min-height:2278px !important;
}

#item239322 {
	width:496px !important;
	left:408px !important;
	top:6030px !important;
	min-height:216px !important;
}

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

#item251733 {
	width:315px !important;
	left:30px !important;
	top:15px !important;
	min-height:64px !important;
}

#item251756 {
	width:375px !important;
	height:215px !important;
	top:1645px !important;
}

#item251758 {
	width:375px !important;
	height:215px !important;
	top:3561px !important;
}

#item251760 {
	width:375px !important;
	height:215px !important;
	top:4415px !important;
}

#item251762 {
	width:375px !important;
	height:215px !important;
	top:7694px !important;
}

#item251764 {
	width:375px !important;
	height:53px !important;
	top:8325px !important;
	background:#e31f20;
}

#item251772 {
	width:315px !important;
	left:30px !important;
	top:8801px !important;
	min-height:2546px !important;
}

#item251795 {
	width:315px !important;
	left:30px !important;
	top:8617px !important;
	min-height:148px !important;
}

#item251819 {
	width:375px !important;
	top:8338px !important;
	min-height:22px !important;
}

@keyframes fadein-265544 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-265544 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item265553 {
	width:315px !important;
	left:30px !important;
	top:569px !important;
	min-height:1053px !important;
}

#item265576 {
	width:315px !important;
	left:30px !important;
	top:385px !important;
	min-height:148px !important;
}

@keyframes flyinfromleft-265599 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-265599 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item265757 {
	width:315px !important;
	left:30px !important;
	top:1884px !important;
	min-height:1656px !important;
}

#item265769 {
	width:315px !important;
	left:30px !important;
	top:3800px !important;
	min-height:591px !important;
}

#item265779 {
	width:315px !important;
	left:30px !important;
	top:4654px !important;
	min-height:3018px !important;
}

#item265799 {
	width:315px !important;
	left:30px !important;
	top:7933px !important;
	min-height:356px !important;
}

@keyframes titulo-177628 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-177628 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item166299 {
	width:1024px !important;
	height:195px !important;
	background:#000;
}

#item166302 {
	width:1024px !important;
	top:18px !important;
	min-height:148px !important;
}

#item166325 {
	width:496px !important;
	left:408px !important;
	top:799px !important;
	min-height:2384px !important;
}

#item166348 {
	width:248px !important;
	left:120px !important;
	top:799px !important;
	min-height:168px !important;
}

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

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

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

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

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

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

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

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

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

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

#item239666 {
	width:248px !important;
	left:120px !important;
	top:1591px !important;
	min-height:16px !important;
}

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

#item251885 {
	width:375px !important;
	top:15px !important;
	min-height:64px !important;
}

#item251908 {
	width:315px !important;
	left:30px !important;
	top:533px !important;
	min-height:802px !important;
}

#item251931 {
	width:315px !important;
	left:30px !important;
	top:427px !important;
	min-height:70px !important;
}

@keyframes flyinfromleft-265839 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-265839 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item265914 {
	width:315px !important;
	left:30px !important;
	top:1601px !important;
	min-height:2894px !important;
}

#item265930 {
	width:315px !important;
	left:30px !important;
	top:4546px !important;
	min-height:12px !important;
}

#item266672 {
	width:150px !important;
	height:220px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

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

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

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

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

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

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

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

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

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

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

#item236523 {
	width:496px !important;
	left:408px !important;
	top:770px !important;
	min-height:370px !important;
}

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

@keyframes flyinfromleft-236569 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-236569 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-236601 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-236601 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes titulo-236616 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-236616 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item236617 {
	width:1024px !important;
	height:195px !important;
	background:#000;
}

#item236620 {
	width:1024px !important;
	top:18px !important;
	min-height:148px !important;
}

#item239367 {
	width:496px !important;
	left:408px !important;
	top:1469px !important;
	min-height:815px !important;
}

#item239371 {
	width:496px !important;
	left:408px !important;
	top:2603px !important;
	min-height:968px !important;
}

#item249401 {
	width:496px !important;
	height:283px !important;
	left:408px !important;
	top:1163px !important;
}

@keyframes flyinfromtop-252249 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-252249 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item252433 {
	width:315px !important;
	left:30px !important;
	top:545px !important;
	min-height:564px !important;
}

#item252456 {
	width:315px !important;
	left:30px !important;
	top:413px !important;
	min-height:96px !important;
}

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

#item252518 {
	width:315px !important;
	left:30px !important;
	top:14px !important;
	min-height:64px !important;
}

#item252541 {
	width:315px !important;
	left:30px !important;
	top:1371px !important;
	min-height:1290px !important;
}

#item252547 {
	width:315px !important;
	left:30px !important;
	top:2914px !important;
	min-height:1528px !important;
}

#item252551 {
	width:375px !important;
	height:214px !important;
	top:1133px !important;
}

@keyframes flyinfromleft-266015 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-266015 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item267162 {
	width:315px !important;
	left:30px !important;
	top:4493px !important;
	min-height:12px !important;
}

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

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

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

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

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

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

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

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

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

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

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

#item239003 {
	width:1024px !important;
	top:13px !important;
	min-height:105px !important;
}

#item239026 {
	width:496px !important;
	left:408px !important;
	top:779px !important;
	min-height:2360px !important;
}

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

@keyframes flyinfromleft-239072 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-239072 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item239120 {
	width:209px !important;
	left:132px !important;
	top:1556px !important;
	min-height:64px !important;
}

#item239143 {
	width:209px !important;
	left:132px !important;
	top:2043px !important;
	min-height:88px !important;
}

#item239166 {
	width:209px !important;
	left:132px !important;
	top:2531px !important;
	min-height:40px !important;
}

@keyframes flyinfromleft-252574 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-252574 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-252763 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-252763 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item252764 {
	width:375px !important;
	height:75px !important;
	background:#000;
}

#item252768 {
	width:375px !important;
	top:13px !important;
	min-height:44px !important;
}

#item252791 {
	width:315px !important;
	left:30px !important;
	top:480px !important;
	min-height:2054px !important;
}

#item252814 {
	width:315px !important;
	left:30px !important;
	top:374px !important;
	min-height:70px !important;
}

#item266054 {
	width:150px !important;
	height:220px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item266525 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item266567 {
	width:150px !important;
	height:220px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

@keyframes flyinfromleft-266204 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-266204 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item266297 {
	width:315px !important;
	left:30px !important;
	top:2803px !important;
	min-height:312px !important;
}

#item266310 {
	width:315px !important;
	left:30px !important;
	top:3383px !important;
	min-height:760px !important;
}

#item266317 {
	width:315px !important;
	left:30px !important;
	top:4411px !important;
	min-height:580px !important;
}

#item267194 {
	width:315px !important;
	left:30px !important;
	top:5041px !important;
	min-height:12px !important;
}

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

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

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

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

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

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

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

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

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

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

@keyframes titulo-238420 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-238420 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item238421 {
	width:1024px !important;
	height:87px !important;
	background:#000;
}

#item238424 {
	width:1024px !important;
	top:16px !important;
	min-height:49px !important;
}

#item238447 {
	width:496px !important;
	left:408px !important;
	top:778px !important;
	min-height:2740px !important;
}

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

@keyframes flyinfromleft-238493 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-238493 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item263759 {
	width:209px !important;
	left:148px !important;
	top:1561px !important;
	min-height:64px !important;
}

@keyframes titulo-253170 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-253170 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item253171 {
	width:375px !important;
	height:53px !important;
	background:#000;
}

#item253174 {
	width:375px !important;
	top:15px !important;
	min-height:22px !important;
}

#item253197 {
	width:315px !important;
	left:30px !important;
	top:531px !important;
	min-height:510px !important;
}

#item253220 {
	width:315px !important;
	left:30px !important;
	top:399px !important;
	min-height:96px !important;
}

@keyframes flyinfromleft-266339 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-266339 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item266455 {
	width:315px !important;
	left:30px !important;
	top:1307px !important;
	min-height:3708px !important;
}

#item266628 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267223 {
	width:315px !important;
	left:30px !important;
	top:5066px !important;
	min-height:12px !important;
}

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

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

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

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

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

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

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

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

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

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

#item236951 {
	width:496px !important;
	left:408px !important;
	top:770px !important;
	min-height:3432px !important;
}

#item236975 {
	width:248px !important;
	left:120px !important;
	top:770px !important;
	min-height:312px !important;
}

@keyframes flyinfromleft-236998 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-236998 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-249375 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-249375 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item237083 {
	opacity:0.30;
	width:1024px !important;
	height:195px !important;
	background:#000;
}

#item237086 {
	width:1024px !important;
	top:20px !important;
	min-height:161px !important;
}

#item237329 {
	width:248px !important;
	top:266px !important;
	min-height:40px !important;
}

#item239473 {
	width:248px !important;
	top:266px !important;
	min-height:40px !important;
}

#item239525 {
	width:248px !important;
	top:266px !important;
	min-height:40px !important;
}

#item239548 {
	width:248px !important;
	top:266px !important;
	min-height:40px !important;
}

#item239574 {
	width:248px !important;
	top:266px !important;
	min-height:40px !important;
}

#item239597 {
	width:248px !important;
	top:266px !important;
	min-height:40px !important;
}

#item239449 {
	width:248px !important;
	top:266px !important;
	min-height:65px !important;
}

@keyframes flyinfromright-253284 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-253284 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item253468 {
	width:315px !important;
	left:30px !important;
	top:597px !important;
	min-height:2476px !important;
}

#item253491 {
	width:315px !important;
	left:30px !important;
	top:439px !important;
	min-height:122px !important;
}

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

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

#item266735 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267040 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item266971 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267068 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item266842 {
	width:150px !important;
	height:220px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267096 {
	width:150px !important;
	height:220px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267005 {
	width:150px !important;
	height:220px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267289 {
	width:315px !important;
	left:30px !important;
	top:7892px !important;
	min-height:12px !important;
}

@keyframes flyinfromleft-267330 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-267330 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item267356 {
	width:315px !important;
	left:30px !important;
	top:3341px !important;
	min-height:483px !important;
}

#item267369 {
	width:315px !important;
	left:30px !important;
	top:4089px !important;
	min-height:537px !important;
}

#item267378 {
	width:315px !important;
	left:30px !important;
	top:4885px !important;
	min-height:510px !important;
}

#item267390 {
	width:315px !important;
	left:30px !important;
	top:5905px !important;
	min-height:650px !important;
}

#item267399 {
	width:315px !important;
	left:30px !important;
	top:6821px !important;
	min-height:509px !important;
}

#item267404 {
	width:315px !important;
	left:30px !important;
	top:7597px !important;
	min-height:244px !important;
}

#item237436 {
	width:1024px !important;
	height:479px !important;
	top:48px !important;
	background:#000;
}

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

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

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

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

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

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

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

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

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

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

#item237644 {
	width:496px !important;
	left:408px !important;
	top:662px !important;
	min-height:2412px !important;
}

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

@keyframes flyinfromleft-237690 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-237690 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-237720 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-237720 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromtop-237730 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-237730 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-237788 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-237788 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item237789 {
	width:1024px !important;
	height:87px !important;
	background:#000;
}

#item237792 {
	width:1024px !important;
	top:18px !important;
	min-height:49px !important;
}

#item237935 {
	width:248px !important;
	top:303px !important;
	min-height:40px !important;
}

#item237958 {
	width:248px !important;
	top:303px !important;
	min-height:40px !important;
}

#item237981 {
	width:248px !important;
	top:303px !important;
	min-height:40px !important;
}

#item238004 {
	width:248px !important;
	top:303px !important;
	min-height:40px !important;
}

#item238027 {
	width:248px !important;
	top:303px !important;
	min-height:16px !important;
}

#item239712 {
	width:496px !important;
	left:408px !important;
	top:3418px !important;
	min-height:1700px !important;
}

#item267582 {
	width:375px !important;
	height:252px !important;
}

#item267583 {
	width:375px !important;
	height:252px !important;
}

#item267530 {
	width:375px !important;
	height:252px !important;
}

#item267527 {
	width:375px !important;
	height:252px !important;
}

#item267524 {
	width:375px !important;
	height:252px !important;
}

#item267519 {
	width:375px !important;
	height:252px !important;
	top:60px !important;
}

#item254011 {
	width:315px !important;
	left:30px !important;
	top:533px !important;
	min-height:817px !important;
}

#item254034 {
	width:315px !important;
	left:30px !important;
	top:401px !important;
	min-height:96px !important;
}

@keyframes titulo-254099 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-254099 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item254100 {
	width:375px !important;
	height:53px !important;
	background:#000;
}

#item254103 {
	width:375px !important;
	top:13px !important;
	min-height:22px !important;
}

#item267430 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267627 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267701 {
	width:150px !important;
	height:220px !important;
	left:165px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267459 {
	width:150px !important;
	height:220px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item267669 {
	width:150px !important;
	height:220px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

@keyframes flyinfromleft-267482 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-267482 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item267737 {
	width:315px !important;
	left:30px !important;
	top:1618px !important;
	min-height:1243px !important;
}

#item267745 {
	width:315px !important;
	left:30px !important;
	top:3128px !important;
	min-height:482px !important;
}

#item267760 {
	width:315px !important;
	left:30px !important;
	top:3875px !important;
	min-height:2846px !important;
}

#item267765 {
	width:315px !important;
	left:30px !important;
	top:6987px !important;
	min-height:443px !important;
}

#item267777 {
	width:315px !important;
	left:30px !important;
	top:7693px !important;
	min-height:664px !important;
}

#item171199 {
	width:496px !important;
	left:408px !important;
	top:800px !important;
	min-height:1720px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes flyinfromleft-171516 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-171516 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item263663 {
	width:248px !important;
	left:120px !important;
	top:800px !important;
	min-height:312px !important;
}

@keyframes flyinfromtop-254316 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-254316 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item262999 {
	width:315px !important;
	left:30px !important;
	top:553px !important;
	min-height:2700px !important;
}

#item263056 {
	width:375px !important;
	height:89px !important;
	top:251px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item263080 {
	width:345px !important;
	left:30px !important;
	top:3680px !important;
	min-height:12px !important;
}

@keyframes flyinfromleft-263103 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-263103 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-263221 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-263221 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item263223 {
	width:375px !important;
	height:77px !important;
	background:#ecbd28;
}

#item263245 {
	width:375px !important;
	top:14px !important;
	min-height:48px !important;
}

#item264338 {
	width:315px !important;
	left:30px !important;
	top:395px !important;
	min-height:122px !important;
}

#item215598 {
	width:1024px !important;
	height:616px !important;
	top:48px !important;
	background:#140a06;
}

#item1512 {
	width:496px !important;
	left:408px !important;
	top:799px !important;
	min-height:2016px !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:87px !important;
	background:#ecbd28;
}

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

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

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

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

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

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

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

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

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

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

#item92552 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !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;
	}
}
#item249566 {
	width:248px !important;
	left:120px !important;
	top:2717px !important;
	min-height:66px !important;
}

#item254652 {
	width:315px !important;
	left:30px !important;
	top:455px !important;
	min-height:3108px !important;
}

#item264141 {
	width:375px !important;
	height:89px !important;
	top:251px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

@keyframes flyinfromleft-264164 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-264164 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-264217 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-264217 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item264219 {
	width:375px !important;
	height:53px !important;
	background:#ecbd28;
}

#item264222 {
	width:375px !important;
	top:14px !important;
	min-height:24px !important;
}

#item264298 {
	width:315px !important;
	left:30px !important;
	top:3990px !important;
	min-height:12px !important;
}

#item171589 {
	width:496px !important;
	left:408px !important;
	top:768px !important;
	min-height:2276px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes flyinfrombottom-171868 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-171868 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-171877 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-171877 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item249644 {
	width:248px !important;
	left:120px !important;
	top:2818px !important;
	min-height:114px !important;
}

@keyframes flyinfrombottom-264370 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-264370 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item264400 {
	width:315px !important;
	left:30px !important;
	top:553px !important;
	min-height:3592px !important;
}

#item264429 {
	width:375px !important;
	height:89px !important;
	top:251px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 10px 0px 10px;
}

#item264452 {
	width:345px !important;
	left:30px !important;
	top:4572px !important;
	min-height:12px !important;
}

@keyframes flyinfromleft-264475 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-264475 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-264498 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-264498 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item264500 {
	width:375px !important;
	height:77px !important;
	background:#ecbd28;
}

#item264503 {
	width:375px !important;
	top:14px !important;
	min-height:48px !important;
}

#item264526 {
	width:315px !important;
	left:30px !important;
	top:395px !important;
	min-height:122px !important;
}

#item247458 {
	width:256px !important;
	height:198px !important;
	left:768px !important;
	top:246px !important;
}

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

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

#item173891 {
	width:2048px !important;
	height:400px !important;
	top:442px !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 flyinfromright-175732 {
	0% {
		transform:translate(266px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-175732 {
	0% {
		-webkit-transform:translate(266px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item175764 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item175738 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item175732 {
	width:95px !important;
	height:113px !important;
	left:772px !important;
	top:490px !important;
}

@keyframes flyinfromleft-175862 {
	0% {
		transform:translate(-389px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-175862 {
	0% {
		-webkit-transform:translate(-389px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item175894 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

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

#item175862 {
	width:95px !important;
	height:113px !important;
	left:280px !important;
	top:490px !important;
}

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

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

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

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

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

#item105991 {
	width:95px !important;
	height:113px !important;
	left:526px !important;
	top:490px !important;
}

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

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

#item175675 {
	width:95px !important;
	height:113px !important;
	left:157px !important;
	top:490px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#item122035 {
	width:95px !important;
	height:112px !important;
	left:649px !important;
	top:490px !important;
}

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

#item247995 {
	width:256px !important;
	height:396px !important;
	top:48px !important;
}

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

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

#item265239 {
	width:375px !important;
	height:176px !important;
	top:60px !important;
}

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

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

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

@keyframes fadein-264652 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-264652 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-268506 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-268506 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item264680 {
	width:80px !important;
	top:84px !important;
	min-height:13px !important;
}

#item264675 {
	width:80px !important;
	height:97px !important;
}

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

#item264729 {
	width:80px !important;
	height:98px !important;
	left:100px !important;
}

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

#item264948 {
	width:80px !important;
	height:97px !important;
	left:200px !important;
}

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

#item264784 {
	width:80px !important;
	height:98px !important;
	left:100px !important;
}

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

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

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

#item265003 {
	width:80px !important;
	height:97px !important;
	left:200px !important;
}

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

ul.m-guia-do-usuario-texto-nivel-1 > li {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:20px;
	line-height:30px;
	color:#fff;
	padding-left:30px;
	margin-top:20px;
	text-align:left;
}
ul.m-guia-do-usuario-texto-nivel-1 > li::before {
	content:'\25A0';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

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-legenda-em-quadro-dividido-esq {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:16px;
	line-height:20px;
	color:#ffdc28;
	text-align:left;
}

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

p.m-legenda-sobre-foto {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#ffdc28;
	margin-bottom:5px;
	text-align:center;
}

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

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

p.m-inter {
	font-weight:bold;
	font-family:FF-Merriweather-Regular,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:18px;
	line-height:26px;
	color:#9a9a9a;
	margin-bottom:30px;
	text-align:left;
}

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

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.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-em-quadro-dividido-esq {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:14px;
	color:#ffdc28;
	margin-top:5px;
	text-align:left;
}

p.m-credito-de-foto-em-quadro-dividido {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:14px;
	color:#ffdc28;
	margin-top:5px;
	text-align:right;
}

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

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

p.acontece-subitem {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:17px;
	line-height:17px;
	color:#000;
	padding-left:16px;
	margin-top:12px;
	text-align:left;
}

p.acontece-menu-item-instituto-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	text-align:left;
}

p.acontece-menu-item-faculdades-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	text-align:left;
}

p.acontece-menu-item-universidade-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-colegios-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#8a1a0b;
	text-align:left;
}

p.acontece-menu-item-colegios-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	text-align:left;
}

p.acontece-menu-item-homenagem-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	text-align:left;
}

p.acontece-menu-item-generico-base {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	text-align:left;
}

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

p.m-acontece-abertura-subtitulo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,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-Regular,Merriweather;
	font-size:42px;
	line-height:44px;
	color:#ecbd28;
	margin-top:30px;
	text-align:center;
}

p.m-materia-de-capa-box-inter {
	font-weight:bold;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:21px;
	line-height:30px;
	color:#e31f20;
	margin-top:18px;
	text-align:left;
}

p.m-materia-de-capa-box-texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:3px;
	text-align:left;
}

p.m-materia-de-capa-box-titulao {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:52px;
	line-height:52px;
	color:#fff;
	text-align:center;
}

p.m-materia-de-capa-box-linha-fina {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#9a9a9a;
	text-align:right;
}

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

p.m-titulo-1-linha-preto {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#000;
	text-align:center;
}

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

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

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

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

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

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

p.assinatura {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:right;
}

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

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

p.m-sumario-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:18px;
	line-height:24px;
	color:#9a9a9a;
	margin-top:24px !important;
	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.m-expediente-texto-2 {
	font-weight:bold;
	font-family:FF-Merriweather-Regular,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-Regular,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-Regular,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-Regular,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-Regular,Merriweather;
	font-size:16px;
	line-height:18px;
	color:#ecbd28;
	text-align:left;
}

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

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

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

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

p.m-capa-titulao-primeira-parte {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:15px;
	line-height:23px;
	color:#fff;
	text-align:left;
}

p.m-capa-titulao-segunda-parte {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:22px;
	line-height:23px;
	color:#ffff83;
	margin-top:2px;
	text-align:left;
}

p.m-capa-chamadinha {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:13px;
	line-height:16px;
	color:#fff;
	text-align:right;
}

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.inter {
	font-weight:bold;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#00a9b7;
	margin-top:18px;
	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.materia-lgpd-legenda {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#fff;
	text-align:left;
}

p.materia-de-capa-box-texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.materia-de-capa-box-inter {
	font-weight:bold;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#e31f20;
	margin-top:18px;
	text-align:left;
}

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

p.titulo1 {
	font-weight:900;
	font-family:FF-Merriweather-Regular,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-Regular,Merriweather;
	font-size:27px;
	line-height:34px;
	color:#fff;
	padding-left:45px;
	padding-right:30px;
	text-align:left;
}

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

p.sumario-nesta-edicao {
	font-weight:bold;
	font-family:FF-Merriweather-Regular,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-Regular,Merriweather;
	font-size:24px;
	line-height:32px;
	color:#f47721;
	margin-top:24px;
	text-align:left;
}

p.expediente-edicao {
	font-weight:900;
	font-family:FF-Merriweather-Regular,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-Regular,Merriweather;
	font-size:16px;
	line-height:18px;
	color:#ecbd28;
	text-align:left;
}

p.expediente-funcao {
	font-weight:bold;
	font-family:FF-Merriweather-Regular,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-Regular,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:10px;
	text-align:left;
}

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

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

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

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

p.citacao-1 {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	text-align:center;
}

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

p.capa-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:40px;
	line-height:50px;
	color:#0069a6;
	text-align:left;
}

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

p.capa-chamada-menor {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#fff;
	text-align:right;
}

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

p.capa-chamada-parte1 {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:28px;
	line-height:26px;
	color:#fff;
	text-align:left;
}

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

p.acontece-menu-item-esportes-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	text-align:left;
}

p.acontece-abertura-secoes {
	font-weight:900;
	font-family:FF-Merriweather-Regular,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-Regular,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-Regular,Merriweather;
	font-size:58px;
	line-height:60px;
	color:#ecbd28;
	margin-top:30px;
	text-align:center;
}

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

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

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.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-credito-stockphotos {
	color:#164194;
}

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

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

span.linhas-finas-italico {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Merriweather-Regular,Merriweather;
}

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

span.italico {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
}

span.Hyperlink {
	font-weight:bold;
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	text-decoration:underline;
	text-decoration-color:#e31f20;
	-webkit-text-decoration-color:#e31f20;
}

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; } }

