/* 	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-Bold;
	src:url("../fonts/Spectral-Bold.ttf");
	font-weight:bold;
}

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

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

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

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

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

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

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

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

@keyframes flyinfromleft-289915 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-289915 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item289915 {
	width:784px !important;
	height:474px !important;
	left:120px !important;
	top:294px !important;
}

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

@keyframes flyinfromright-289914 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-289914 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item289598 {
	width:329px !important;
	height:336px !important;
	border-radius:0 0 0 25px;
	background:#7b796f;
}

#item289600 {
	width:267px !important;
	left:28px !important;
	top:113px !important;
	min-height:181px !important;
}

#item289914 {
	width:329px !important;
	height:336px !important;
	left:695px !important;
}

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

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

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

@keyframes fadein-294710 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-294710 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item294711 {
	width:41px !important;
	height:396px !important;
	background:#872118;
}

#item294717 {
	width:375px !important;
	top:21px !important;
	min-height:71px !important;
}

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

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

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

#item294819 {
	width:140px !important;
	height:121px !important;
	left:235px !important;
	top:546px !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:1225px !important;
	min-height:358px !important;
}

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

#item290261 {
	width:352px !important;
	min-height:50px !important;
}

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

#item290025 {
	width:352px !important;
	height:50px !important;
	left:552px !important;
	top:1084px !important;
}

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

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

#item290022 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:809px !important;
}

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

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

#item290021 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:728px !important;
}

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

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

#item290024 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:971px !important;
}

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

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

#item290023 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:890px !important;
}

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

#item290062 {
	width:352px !important;
	min-height:338px !important;
}

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

#item290017 {
	width:352px !important;
	height:338px !important;
	left:120px !important;
	top:540px !important;
}

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

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

#item290018 {
	width:352px !important;
	height:98px !important;
	left:120px !important;
	top:1036px !important;
}

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

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

#item290019 {
	width:352px !important;
	height:98px !important;
	left:120px !important;
	top:908px !important;
}

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

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

#item290020 {
	width:352px !important;
	height:122px !important;
	left:552px !important;
	top:540px !important;
}

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

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

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

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

#item298991_302941 {
	width:375.019273158972px !important;
	position:relative;
	left:-30px !important;
	top:auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

#item284103 {
	width:576px !important;
	height:2350px !important;
	left:368px !important;
	top:5494px !important;
	background:#e0e0e0;
}

#item284105 {
	width:576px !important;
	height:150px !important;
	left:368px !important;
	top:5506px !important;
	background:#872118;
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes flyinfromleft-284356 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-284356 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-289448 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-289448 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item284383 {
	width:1024px !important;
	top:28px !important;
	min-height:127px !important;
}

#item284499 {
	width:496px !important;
	left:408px !important;
	top:5680px !important;
	min-height:2116px !important;
}

#item285466 {
	width:496px !important;
	left:408px !important;
	top:1915px !important;
	min-height:1215px !important;
}

#item285772 {
	width:90px !important;
	height:85px !important;
	left:814px !important;
	top:1806px !important;
}

#item285779 {
	width:90px !important;
	height:85px !important;
	left:713px !important;
	top:1806px !important;
}

#item285786 {
	width:90px !important;
	height:85px !important;
	left:611px !important;
	top:1806px !important;
}

#item285793 {
	width:90px !important;
	height:85px !important;
	left:509px !important;
	top:1806px !important;
}

#item285800 {
	width:90px !important;
	height:85px !important;
	left:408px !important;
	top:1806px !important;
}

#item285815 {
	width:496px !important;
	height:320px !important;
	left:408px !important;
	top:1386px !important;
}

#item285811 {
	width:30px !important;
	height:50px !important;
	left:418px !important;
	top:1521px !important;
}

#item285807 {
	width:30px !important;
	height:50px !important;
}

#item285810 {
	width:30px !important;
	height:50px !important;
	left:864px !important;
	top:1521px !important;
}

#item287920 {
	width:76px !important;
	height:85px !important;
	left:336px !important;
	top:331px !important;
}

#item288394 {
	width:76px !important;
	height:85px !important;
	left:420px !important;
	top:331px !important;
}

#item287929 {
	width:76px !important;
	height:85px !important;
	left:252px !important;
	top:331px !important;
}

#item287939 {
	width:76px !important;
	height:85px !important;
	left:168px !important;
	top:331px !important;
}

#item287948 {
	width:76px !important;
	height:85px !important;
	left:84px !important;
	top:331px !important;
}

#item287957 {
	width:76px !important;
	height:85px !important;
	top:331px !important;
}

#item288360 {
	width:165px !important;
	background:#000;
	min-height:320px !important;
	padding:20px 0px 0px 0px;
}

#item288322 {
	width:165px !important;
	background:#000;
	min-height:320px !important;
	padding:20px 0px 0px 0px;
}

#item288285 {
	width:165px !important;
	background:#000;
	min-height:320px !important;
	padding:20px 0px 0px 0px;
}

#item288241 {
	width:165px !important;
	background:#000;
	min-height:320px !important;
	padding:20px 0px 0px 0px;
}

#item288200 {
	width:165px !important;
	background:#000;
	min-height:320px !important;
	padding:20px 0px 0px 0px;
}

#item287974 {
	width:165px !important;
	background:#000;
	min-height:320px !important;
	padding:20px 0px 0px 0px;
}

#item287967 {
	width:496px !important;
	height:320px !important;
}

#item288118 {
	width:30px !important;
	height:50px !important;
	left:10px !important;
	top:245px !important;
}

#item288126 {
	width:30px !important;
	height:50px !important;
}

#item288123 {
	width:30px !important;
	height:50px !important;
	left:456px !important;
	top:245px !important;
}

#item288546 {
	width:496px !important;
	left:408px !important;
	top:3587px !important;
	min-height:1600px !important;
}

#item288578 {
	width:496px !important;
	left:408px !important;
	top:5520px !important;
	min-height:119px !important;
}

#item290298 {
	width:496px !important;
	height:90px !important;
	left:408px !important;
	top:1706px !important;
	background:#000;
	padding:5px 10px 0px 10px;
}

#item291426 {
	width:375px !important;
	height:4888px !important;
	top:7112px !important;
	background:#e0e0e0;
}

#item291427 {
	width:375px !important;
	top:7070px !important;
	background:#872118;
	min-height:42px !important;
	padding:10px 0px 0px 0px;
}

#item306304 {
	width:315px !important;
	top:292px !important;
	background:#000;
	min-height:82px !important;
	padding:10px 10px 0px 10px;
}

#item291613_306299 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item306490 {
	width:375px !important;
	height:320px !important;
}

#item306524 {
	width:30px !important;
	height:50px !important;
	left:15px !important;
	top:135px !important;
}

#item306533 {
	width:30px !important;
	height:50px !important;
}

#item306530 {
	width:30px !important;
	height:50px !important;
	left:330px !important;
	top:135px !important;
}

#item306535 {
	width:375px !important;
	height:138px !important;
	top:320px !important;
	background:#000;
	padding:5px 30px 0px 30px;
}

#item306304_306489 {
	width:375px !important;
	position:relative;
	left:-30px !important;
	top:auto !important;
}

#item291613 {
	width:315px !important;
	left:30px !important;
	top:475px !important;
	min-height:10271px !important;
}

#item291636 {
	width:315px !important;
	left:30px !important;
	top:328px !important;
	min-height:112px !important;
}

#item291709_306740 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item291709_306821 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item291709_306902 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item291709_306983 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item291709_307065 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item291709 {
	width:315px !important;
	left:30px !important;
	top:7132px !important;
	min-height:4780px !important;
}

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

#item297893 {
	width:375px !important;
	top:9px !important;
	min-height:46px !important;
}

@keyframes flyinfromleft-297916 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-297916 {
	0% {
		-webkit-transform:translate(-307px,0px);
		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;
}

#item285033 {
	width:496px !important;
	left:408px !important;
	top:818px !important;
	min-height:3636px !important;
}

#item285056 {
	width:248px !important;
	left:120px !important;
	top:818px !important;
	min-height:240px !important;
}

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

#item285105 {
	width:1024px !important;
	top:16px !important;
	min-height:63px !important;
}

#item285158 {
	width:248px !important;
	left:120px !important;
	top:1763px !important;
	min-height:64px !important;
}

#item285181 {
	width:248px !important;
	left:120px !important;
	top:2133px !important;
	min-height:40px !important;
}

#item285204 {
	width:248px !important;
	left:120px !important;
	top:3597px !important;
	min-height:64px !important;
}

#item285331 {
	width:496px !important;
	left:492px !important;
	top:237px !important;
	min-height:903px !important;
}

#item285354 {
	width:248px !important;
	left:204px !important;
	top:789px !important;
	min-height:64px !important;
	padding:0px 10px 0px 0px;
}

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

#item308272_308396 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item308272 {
	width:315px !important;
	left:30px !important;
	top:36px !important;
	min-height:1645px !important;
}

#item295621_308269 {
	width:375px !important;
	position:relative;
	left:-30px !important;
	top:auto !important;
}

#item308675 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item308427_308645 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item308953 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item308675_308923 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item309103 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item308953_309075 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item295621 {
	width:315px !important;
	left:30px !important;
	top:498px !important;
	min-height:6934px !important;
}

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

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

#item295681 {
	width:375px !important;
	top:12px !important;
	min-height:22px !important;
}

@keyframes flyinfromleft-295704 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-295704 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item289456 {
	width:1024px !important;
	height:636px !important;
	top:48px !important;
}

#item286279 {
	width:1024px !important;
	height:636px !important;
	top:48px !important;
	background:#009767;
}

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

#item286122 {
	width:496px !important;
	left:408px !important;
	top:818px !important;
	min-height:862px !important;
}

#item286145 {
	width:248px !important;
	left:120px !important;
	top:818px !important;
	min-height:672px !important;
}

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

#item286194 {
	width:1024px !important;
	top:15px !important;
	min-height:63px !important;
}

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

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

#item287339 {
	width:496px !important;
	top:106px !important;
	min-height:168px !important;
	padding:0px 40px 0px 40px;
}

#item287422 {
	width:496px !important;
	top:27px !important;
	min-height:276px !important;
	padding:0px 30px 0px 30px;
}

#item287625 {
	width:496px !important;
	left:408px !important;
	top:2106px !important;
	min-height:1594px !important;
}

#item287638 {
	width:496px !important;
	left:408px !important;
	top:4130px !important;
	min-height:1824px !important;
}

#item292709 {
	width:375px !important;
	height:232px !important;
	top:60px !important;
}

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

#item292895_311680 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

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

#item311710_312155 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item292895 {
	width:315px !important;
	left:30px !important;
	top:660px !important;
	min-height:7542px !important;
}

#item292918 {
	width:315px !important;
	left:30px !important;
	top:372px !important;
	min-height:252px !important;
}

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

#item296353 {
	width:375px !important;
	top:12px !important;
	min-height:22px !important;
}

@keyframes flyinfromleft-296376 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-296376 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item289833 {
	width:1024px !important;
	height:600px !important;
	top:48px !important;
}

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

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

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

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

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

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

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

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

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

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

#item286554 {
	width:496px !important;
	left:408px !important;
	top:782px !important;
	min-height:5740px !important;
}

#item286577 {
	width:248px !important;
	left:120px !important;
	top:781px !important;
	min-height:492px !important;
}

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

#item286626 {
	width:1024px !important;
	top:15px !important;
	min-height:63px !important;
}

#item286892 {
	width:248px !important;
	left:120px !important;
	top:1777px !important;
	min-height:40px !important;
}

#item286941 {
	width:248px !important;
	left:120px !important;
	top:3876px !important;
	min-height:64px !important;
}

#item287095 {
	width:248px !important;
	left:120px !important;
	top:5205px !important;
	min-height:64px !important;
}

#item287184 {
	width:248px !important;
	left:120px !important;
	top:6096px !important;
	min-height:40px !important;
}

#item286916 {
	width:248px !important;
	left:120px !important;
	top:2270px !important;
	min-height:64px !important;
}

#item286964 {
	width:248px !important;
	left:120px !important;
	top:4716px !important;
	min-height:64px !important;
}

#item287118 {
	width:248px !important;
	left:120px !important;
	top:5662px !important;
	min-height:64px !important;
}

#item287207 {
	width:248px !important;
	left:120px !important;
	top:6442px !important;
	min-height:40px !important;
}

#item297290 {
	width:375px !important;
	height:232px !important;
	top:60px !important;
}

#item315075 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item293371_315047 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item315301 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item315075_315272 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item315526 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item315301_315498 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item315690 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:84px !important;
	padding:12px 10px 0px 10px;
}

#item315526_315661 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item315855 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:84px !important;
	padding:12px 10px 0px 10px;
}

#item315690_315825 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item316205 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item315855_316176 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item316616 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item316205_316588 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item316966 {
	opacity:0.90;
	width:315px !important;
	top:282px !important;
	background:#000;
	min-height:64px !important;
	padding:12px 10px 0px 10px;
}

#item316616_316937 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item293371 {
	width:315px !important;
	left:30px !important;
	top:582px !important;
	min-height:12032px !important;
}

#item293394 {
	width:315px !important;
	left:30px !important;
	top:372px !important;
	min-height:174px !important;
}

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

#item297172 {
	width:375px !important;
	top:12px !important;
	min-height:22px !important;
}

@keyframes flyinfromleft-297196 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-297196 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#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;
}

#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-175862 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-175862 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item175894 {
	width:95px !important;
	top:98px !important;
	min-height:14px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#item299135 {
	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;
}

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

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

#item299159 {
	width:80px !important;
	height:97px !important;
	left:118px !important;
}

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

#item299273 {
	width:80px !important;
	height:98px !important;
	left:235px !important;
}

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

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

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

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

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

#item299245 {
	width:80px !important;
	height:97px !important;
	left:118px !important;
}

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

#item299726 {
	width:80px !important;
	height:98px !important;
	left:235px !important;
}

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

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

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

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

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

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

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

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

p.m-box-crm-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:24px;
	color:#155275;
	text-align:left;
}

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

p.m-legenda-diretoria {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#ffdc28;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	text-align:left;
}

p.m-vinhetas-vinheta {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:21px;
	color:#fff;
	padding-left:30px;
	padding-right: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:left;
}

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

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

p.m-texto-150 {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:150px;
	text-align:left;
}

p.m-texto-334 {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:334px;
	text-align:left;
}

p.m-texto-338 {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:338px;
	text-align:left;
}

p.m-texto-358 {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:358px;
	text-align:left;
}

p.m-texto-384 {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:384px;
	text-align:left;
}

p.m-texto-468 {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:468px;
	text-align:left;
}

p.m-texto-306 {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:306px;
	text-align:left;
}

p.m-texto {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p.box-crm-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:64px;
	line-height:60px;
	color:#155275;
	text-align:left;
}

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

p.titulo-6 {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:56px;
	line-height:57px;
	color:#fff;
	text-align:left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.legenda-diretoria {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#ffdc28;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	text-align:right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.texto {
	font-family:FF-SourceSerifRoman-Regular,"Source Serif Variable","Times New Roman", Times, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	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.negrito {
	font-weight:bold;
	font-family:FF-Spectral-Bold,Spectral,Georgia, serif;
}

span.caixa-alta {
	text-transform:uppercase;
}

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

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

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

