/* 	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:'Aguarde...'; }
.page-scale-wrap { width:1024px; height:768px; background: #fff !important; }
.paper-vertical { width:1024px; height:100%; }
.paper-horizontal { width:10px; height:780px; }
/* ColorBox Core Style:The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
/* Colorbox User Style: */
#colorbox{
	border-radius:12px;
    box-shadow:0 0 10px 10px #CCCCCC;
}
    #colorbox, #cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay { background:#fff; }
    #cboxContent{ overflow:hidden;}
    #cboxMiddleLeft, #cboxMiddleRight { width:8px; }
    #cboxTopCenter{ height:24px; } 
    #cboxBottomCenter { height:8px; }
	#cboxError{padding:50px;}
	#cboxLoadedContent{margin-top:28px;}
	#cboxTitle, #cboxCurrent { position:absolute; top:4px; left:0; color:#949494; }
	#cboxTitle{ text-align:center; width:100%; }
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-32px; width:33px; height:65px; text-indent:-9999px;}
	#cboxPrevious{left:0px; background:url(../images/lb_controls.png) no-repeat top left; }
	#cboxNext{right:0px; background:url(../images/lb_controls.png) no-repeat top right; }
	#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url(../images/lb_controls.png) no-repeat top center; width:26px; height:24px; text-indent:-9999px;}
@media all and (max-height:768px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1024px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
/*start:fixedpos*/
.pageItem.fixed-pos-elem { position:fixed !important; }
.fixed-center-x {
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed-center-y {
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-center-y.fixed-center-x {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@font-face {
	font-family:FF-MinionPro-Regular;
	src:url("../fonts/MinionPro-Regular.otf");
}

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

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

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

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

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

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

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

@keyframes moveleft-227213 {
	0% {
		transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		transform:translate(-262px,0px);
		opacity:1;
	}
}
@-webkit-keyframes moveleft-227213 {
	0% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		-webkit-transform:translate(-262px,0px);
		opacity:1;
	}
}
@keyframes moveright-227239 {
	0% {
		transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		transform:translate(355px,0px);
		opacity:1;
	}
}
@-webkit-keyframes moveright-227239 {
	0% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		-webkit-transform:translate(355px,0px);
		opacity:1;
	}
}
@keyframes flyinfromtop-227261 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-227261 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item227264 {
	width:55px !important;
	height:84px !important;
	border-radius:5px 5px 0 0;
	background:#e31f20;
}

#item227273 {
	width:344px !important;
	top:213px !important;
	min-height:22px !important;
}

@keyframes fadein-227296 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-227296 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-227319 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-227319 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item227330 {
	width:612px !important;
	left:206px !important;
	top:428px !important;
	min-height:136px !important;
}

@keyframes flyinfrombottom-227330 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-227330 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-170523 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-170523 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@keyframes disappear-171419 {
	0% {opacity:0.25;}
	57% {opacity:0.25;}
	64% {opacity:0;}
	100% {opacity:0;}
}
@-webkit-keyframes disappear-171419 {
	0% {opacity:0.25;}
	57% {opacity:0.25;}
	64% {opacity:0;}
	100% {opacity:0;}
}
#item154617 {
	width:140px !important;
	height:121px !important;
}

#item154615 {
	width:140px !important;
	height:121px !important;
	left:884px !important;
	top:647px !important;
}

#item232113 {
	opacity:0.90;
	width:1024px !important;
	height:768px !important;
	background:#fff;
}

@keyframes fadein-232113 {
	0% {opacity:0;}
	100% {opacity:0.9;}
}
@-webkit-keyframes fadein-232113 {
	0% {opacity:0;}
	100% {opacity:0.9;}
}
#item232115 {
	width:547px !important;
	height:339px !important;
	left:56px !important;
	top:60px !important;
	background:#646465;
}

#item232120 {
	width:547px !important;
	left:56px !important;
	top:73px !important;
	min-height:30px !important;
}

#item232111 {
	width:10px !important;
	height:10px !important;
}

#item232109 {
	width:1024px !important;
	height:768px !important;
	top:-1px !important;
}

#item232156 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item232152 {
	width:176px !important;
	height:56px !important;
	left:10px !important;
	top:236px !important;
}

#item232200 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item232197 {
	width:176px !important;
	height:56px !important;
	left:10px !important;
	top:236px !important;
}

#item232206 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item232201 {
	width:176px !important;
	height:56px !important;
	left:387px !important;
	top:236px !important;
}

#item232184 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item232181 {
	width:176px !important;
	height:56px !important;
	left:387px !important;
	top:236px !important;
}

#item232188 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item232185 {
	width:176px !important;
	height:56px !important;
	left:10px !important;
	top:236px !important;
}

#item232170 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item232167 {
	width:176px !important;
	height:56px !important;
	left:387px !important;
	top:236px !important;
}

#item232158 {
	width:10px !important;
	height:10px !important;
	left:13px !important;
	top:13px !important;
}

#item232143 {
	width:563px !important;
	height:294px !important;
	left:226px !important;
	top:220px !important;
}

#item232213 {
	width:170px !important;
	height:50px !important;
}

#item232207 {
	width:170px !important;
	height:50px !important;
	left:616px !important;
	top:458px !important;
}

#item240528 {
	width:375px !important;
	top:249px !important;
	min-height:128px !important;
}

@keyframes titulo-240528 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-240528 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes custom-249158 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,171px);}
}
@-webkit-keyframes custom-249158 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,171px);}
}
#item240650 {
	width:36px !important;
	height:52px !important;
	border-radius:4px 4px 0 0;
	background:#e31f20;
}

#item240658 {
	width:202px !important;
	top:137px !important;
	min-height:15px !important;
}

@keyframes disappear-240619 {
	0% {opacity:0.25;}
	57% {opacity:0.25;}
	64% {opacity:0;}
	100% {opacity:0;}
}
@-webkit-keyframes disappear-240619 {
	0% {opacity:0.25;}
	57% {opacity:0.25;}
	64% {opacity:0;}
	100% {opacity:0;}
}
@keyframes fadein-240620 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-240620 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item240646 {
	width:120px !important;
	height:120px !important;
}

#item240643 {
	width:120px !important;
	height:120px !important;
	left:255px !important;
	top:547px !important;
}

#item106864 {
	width:350px !important;
	left:554px !important;
	top:1191px !important;
	min-height:85px !important;
}

#item106887 {
	width:350px !important;
	left:554px !important;
	top:530px !important;
	min-height:84px !important;
}

#item230625 {
	width:350px !important;
	left:120px !important;
	top:1057px !important;
	min-height:84px !important;
}

#item230662 {
	width:350px !important;
	left:120px !important;
	top:1192px !important;
	min-height:84px !important;
}

#item106914 {
	width:360px !important;
	left:554px !important;
	top:296px !important;
	min-height:61px !important;
}

#item113711 {
	width:272px !important;
	left:632px !important;
	top:370px !important;
	min-height:45px !important;
}

#item113735 {
	width:272px !important;
	left:632px !important;
	top:433px !important;
	min-height:45px !important;
}

#item107113 {
	width:330px !important;
	left:120px !important;
	top:531px !important;
	min-height:85px !important;
}

#item107316 {
	width:350px !important;
	left:554px !important;
	top:933px !important;
	min-height:84px !important;
}

#item111560 {
	width:198px !important;
	left:67px !important;
	top:1563px !important;
	min-height:18px !important;
}

#item111587 {
	width:31px !important;
	height:45px !important;
	border-radius:3px 3px 0 0;
	background:#e31f20;
}

#item111610 {
	width:125px !important;
	left:74px !important;
	top:3306px !important;
	min-height:18px !important;
}

#item111666 {
	width:160px !important;
	left:67px !important;
	top:3357px !important;
	min-height:68px !important;
}

#item111689 {
	width:162px !important;
	left:247px !important;
	top:3295px !important;
	min-height:165px !important;
}

#item111693 {
	width:153px !important;
	left:424px !important;
	top:3295px !important;
	min-height:147px !important;
}

#item111698 {
	width:180px !important;
	left:595px !important;
	top:3295px !important;
	min-height:230px !important;
}

#item111702 {
	width:727px !important;
	left:75px !important;
	top:2412px !important;
	min-height:28px !important;
}

#item111725 {
	width:214px !important;
	left:67px !important;
	top:2504px !important;
	min-height:668px !important;
}

#item111748 {
	width:214px !important;
	left:292px !important;
	top:2504px !important;
	min-height:680px !important;
}

#item111752 {
	width:214px !important;
	left:518px !important;
	top:2504px !important;
	min-height:658px !important;
}

#item111756 {
	width:214px !important;
	left:743px !important;
	top:2504px !important;
	min-height:695px !important;
}

#item111760 {
	width:168px !important;
	left:67px !important;
	top:1617px !important;
	min-height:637px !important;
}

#item111783 {
	width:168px !important;
	left:247px !important;
	top:1617px !important;
	min-height:653px !important;
}

#item111787 {
	width:168px !important;
	left:428px !important;
	top:1617px !important;
	min-height:653px !important;
}

#item111792 {
	width:168px !important;
	left:608px !important;
	top:1617px !important;
	min-height:653px !important;
}

#item111796 {
	width:168px !important;
	left:789px !important;
	top:1617px !important;
	min-height:653px !important;
}

#item111800 {
	width:173px !important;
	left:789px !important;
	top:3295px !important;
	min-height:250px !important;
}

#item111935 {
	width:70px !important;
	height:45px !important;
	left:554px !important;
	top:371px !important;
	background:#008eb7;
}

#item113734 {
	width:70px !important;
	height:45px !important;
	left:554px !important;
	top:434px !important;
	background:#ffdc28;
}

#item113800 {
	width:350px !important;
	left:554px !important;
	top:1057px !important;
	min-height:84px !important;
}

#item184914 {
	width:366px !important;
	left:120px !important;
	top:930px !important;
	min-height:84px !important;
}

#item232456 {
	width:425px !important;
	height:364px !important;
}

#item232457 {
	width:425px !important;
	height:364px !important;
	left:61px !important;
	top:275px !important;
}

#item232475 {
	width:425px !important;
	height:374px !important;
}

#item232472 {
	width:425px !important;
	height:374px !important;
	left:61px !important;
	top:652px !important;
}

#item232480 {
	width:425px !important;
	height:374px !important;
}

#item232477 {
	width:425px !important;
	height:374px !important;
	left:511px !important;
	top:652px !important;
}

#item232463 {
	width:379px !important;
	height:217px !important;
}

#item232460 {
	width:379px !important;
	height:217px !important;
	left:540px !important;
	top:275px !important;
}

#item232467 {
	width:379px !important;
	height:59px !important;
}

#item232464 {
	width:379px !important;
	height:59px !important;
	left:540px !important;
	top:428px !important;
}

#item232471 {
	width:379px !important;
	height:106px !important;
}

#item232468 {
	width:379px !important;
	height:106px !important;
	left:540px !important;
	top:521px !important;
}

#item232484 {
	width:379px !important;
	height:106px !important;
}

#item232481 {
	width:379px !important;
	height:106px !important;
	left:99px !important;
	top:1045px !important;
}

#item232492 {
	width:379px !important;
	height:106px !important;
}

#item232489 {
	width:379px !important;
	height:106px !important;
	left:99px !important;
	top:1180px !important;
}

#item232488 {
	width:379px !important;
	height:106px !important;
}

#item232485 {
	width:379px !important;
	height:106px !important;
	left:540px !important;
	top:1045px !important;
}

#item232496 {
	width:379px !important;
	height:106px !important;
}

#item232493 {
	width:379px !important;
	height:106px !important;
	left:540px !important;
	top:1180px !important;
}

#item184912 {
	width:904px !important;
	height:684px !important;
	left:13px !important;
	top:61px !important;
	background:#fff;
}

@keyframes custom-184912 {
	0% {transform:translate(0px,0px) scaleY(1);}
	100% {transform:translate(0px,0px) scaleY(0);}
}
@-webkit-keyframes custom-184912 {
	0% {-webkit-transform:translate(0px,0px) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleY(0);}
}
#item184912 {
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}

#item185849 {
	width:904px !important;
	height:684px !important;
	left:3px !important;
	top:3px !important;
}

#item185850 {
	width:910px !important;
	height:690px !important;
	left:10px !important;
	top:58px !important;
}

#item183603 {
	width:1024px !important;
	height:48px !important;
	left:13px !important;
	top:13px !important;
	background:#000;
}

#item183604 {
	width:141px !important;
	height:54px !important;
	left:10px !important;
	top:10px !important;
}

#item183615 {
	width:266px !important;
	height:54px !important;
	left:145px !important;
	top:10px !important;
}

#item183626 {
	width:220px !important;
	height:54px !important;
	left:612px !important;
	top:10px !important;
}

#item183638 {
	width:214px !important;
	height:54px !important;
	left:826px !important;
	top:10px !important;
}

#item184902.fixed-pos-elem {
	width:1040px !important;
	height:759px !important;
	left:50% !important;
	top:-13px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item240809 {
	width:25px !important;
	height:36px !important;
	border-radius:2px 2px 0 0;
	background:#e31f20;
}

#item240817 {
	width:315px !important;
	left:30px !important;
	top:5895px !important;
	min-height:668px !important;
}

#item240841 {
	width:140px !important;
	left:30px !important;
	top:903px !important;
	min-height:1733px !important;
}

#item240865 {
	width:315px !important;
	left:30px !important;
	top:2766px !important;
	min-height:2760px !important;
}

#item240892 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item240888 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:281px !important;
}

#item240925 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item240921 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:569px !important;
}

#item243958 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item243954 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:713px !important;
}

#item240958 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item240954 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:209px !important;
}

#item240987 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:497px !important;
}

#item241026 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item241022 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:137px !important;
}

#item241060 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item241056 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:353px !important;
}

#item241094 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item241090 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:641px !important;
}

#item241131 {
	width:106px !important;
	left:30px !important;
	top:5850px !important;
	min-height:20px !important;
}

#item241154 {
	width:82px !important;
	left:30px !important;
	top:858px !important;
	min-height:20px !important;
}

#item241177 {
	width:120px !important;
	left:30px !important;
	top:2721px !important;
	min-height:24px !important;
}

#item241203 {
	width:140px !important;
	left:205px !important;
	top:903px !important;
	min-height:1739px !important;
}

#item241207 {
	width:315px !important;
	left:30px !important;
	top:80px !important;
	min-height:35px !important;
}

#item241237 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item241233 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:425px !important;
}

#item240787 {
	opacity:0.90;
	width:375px !important;
	height:710px !important;
	left:13px !important;
	top:13px !important;
	background:#fff;
}

#item240794 {
	width:375px !important;
	height:589px !important;
	left:13px !important;
	top:73px !important;
	background:#fff;
}

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

#item240799 {
	width:375px !important;
	height:589px !important;
	left:3px !important;
	top:3px !important;
}

#item240796 {
	width:381px !important;
	height:595px !important;
	left:10px !important;
	top:70px !important;
}

#item240768 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item240765 {
	width:70px !important;
	height:66px !important;
	left:88px !important;
	top:10px !important;
}

#item240773 {
	width:60px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item240769 {
	width:66px !important;
	height:66px !important;
	left:10px !important;
	top:10px !important;
}

#item240777 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item240774 {
	width:70px !important;
	height:66px !important;
	left:321px !important;
	top:10px !important;
}

#item240781 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item240778 {
	width:70px !important;
	height:66px !important;
	left:254px !important;
	top:10px !important;
}

#item240785 {
	width:96px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item240782 {
	width:102px !important;
	height:66px !important;
	left:155px !important;
	top:10px !important;
}

#item240755.fixed-pos-elem {
	width:401px !important;
	height:723px !important;
	left:50% !important;
	top:-13px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item227548 {
	width:302px !important;
	min-height:18px !important;
}

#item227598 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item227746 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item227753 {
	width:180px !important;
	min-height:18px !important;
}

#item227486 {
	width:263px !important;
	height:72px !important;
	top:152px !important;
	background:#fff;
}

#item227487 {
	width:239px !important;
	left:18px !important;
	top:152px !important;
	min-height:78px !important;
}

#item227454 {
	width:540px !important;
	left:242px !important;
	top:1168px !important;
	min-height:1284px !important;
}

@keyframes custom-227439 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(894px,0px);}
}
@-webkit-keyframes custom-227439 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(894px,0px);}
}
#item227793 {
	width:784px !important;
	left:1320px !important;
	top:867px !important;
	min-height:204px !important;
}

#item227512 {
	width:662px !important;
	height:40px !important;
	left:1248px !important;
	top:27px !important;
}

@keyframes fadein-227512 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-227512 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-227536 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-227536 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item246058 {
	width:235px !important;
	min-height:18px !important;
}

#item246114 {
	width:125px !important;
	left:17px !important;
	top:23px !important;
	min-height:81px !important;
}

#item241524 {
	width:315px !important;
	left:30px !important;
	top:400px !important;
	min-height:2841px !important;
}

@keyframes custom-233712 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(894px,0px);}
}
@-webkit-keyframes custom-233712 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(894px,0px);}
}
@keyframes fadein-244180 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-244180 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item241645 {
	width:315px !important;
	height:20px !important;
	left:979px !important;
	top:16px !important;
}

@keyframes flyinfromright-241645 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-241645 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item176177 {
	width:302px !important;
	min-height:18px !important;
}

#item176221 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item176332 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item176343 {
	width:180px !important;
	min-height:18px !important;
}

#item225473 {
	width:458px !important;
	left:242px !important;
	top:6480px !important;
	min-height:450px !important;
}

#item222247 {
	width:540px !important;
	height:307px !important;
	left:122px !important;
	top:120px !important;
}

#item225209 {
	width:458px !important;
	left:242px !important;
	top:5346px !important;
	min-height:540px !important;
}

#item228237 {
	width:612px !important;
	height:348px !important;
	left:89px !important;
	top:61px !important;
}

#item231994 {
	width:66px !important;
	height:48px !important;
	background:#7b796f;
}

#item228291 {
	width:66px !important;
	height:48px !important;
	background:#008eb7;
}

#item228288 {
	width:66px !important;
	height:48px !important;
	left:720px !important;
	top:211px !important;
}

#item228293 {
	width:66px !important;
	height:49px !important;
	top:210px !important;
}

#item228298 {
	width:540px !important;
	left:125px !important;
	top:499px !important;
	min-height:24px !important;
}

#item228890 {
	width:96px !important;
	height:66px !important;
	left:605px !important;
	top:419px !important;
}

#item228891 {
	width:96px !important;
	height:66px !important;
	left:192px !important;
	top:419px !important;
}

#item228892 {
	width:96px !important;
	height:66px !important;
	left:89px !important;
	top:419px !important;
}

#item228893 {
	width:96px !important;
	height:66px !important;
	left:502px !important;
	top:419px !important;
}

#item228894 {
	width:96px !important;
	height:66px !important;
	left:295px !important;
	top:419px !important;
}

#item228895 {
	width:96px !important;
	height:66px !important;
	left:399px !important;
	top:419px !important;
}

#item225200 {
	width:458px !important;
	left:242px !important;
	top:4213px !important;
	min-height:519px !important;
}

#item222277 {
	width:540px !important;
	height:307px !important;
	left:122px !important;
	top:114px !important;
}

#item224718 {
	width:540px !important;
	left:242px !important;
	top:2806px !important;
	min-height:834px !important;
}

#item222051 {
	width:540px !important;
	height:307px !important;
	left:122px !important;
	top:111px !important;
}

#item224713 {
	width:540px !important;
	left:242px !important;
	top:2009px !important;
	min-height:221px !important;
}

#item224725 {
	width:772px !important;
	height:629px !important;
	left:3px !important;
}

#item224728 {
	width:612px !important;
	height:348px !important;
	left:89px !important;
	top:82px !important;
}

#item231988 {
	width:66px !important;
	height:48px !important;
	background:#7b796f;
}

#item224779 {
	width:66px !important;
	height:48px !important;
	background:#008eb7;
}

#item224776 {
	width:66px !important;
	height:48px !important;
	left:720px !important;
	top:232px !important;
}

#item224784 {
	width:66px !important;
	height:49px !important;
	top:232px !important;
}

#item224792 {
	width:540px !important;
	left:125px !important;
	top:519px !important;
	min-height:48px !important;
}

#item228867 {
	width:95px !important;
	height:66px !important;
	left:606px !important;
	top:440px !important;
}

#item228868 {
	width:95px !important;
	height:66px !important;
	left:192px !important;
	top:440px !important;
}

#item228869 {
	width:95px !important;
	height:66px !important;
	left:89px !important;
	top:440px !important;
}

#item228870 {
	width:95px !important;
	height:66px !important;
	left:503px !important;
	top:440px !important;
}

#item228871 {
	width:95px !important;
	height:66px !important;
	left:296px !important;
	top:440px !important;
}

#item228872 {
	width:95px !important;
	height:66px !important;
	left:399px !important;
	top:440px !important;
}

#item179689 {
	width:540px !important;
	left:242px !important;
	top:1151px !important;
	min-height:195px !important;
}

#item179712 {
	width:540px !important;
	left:41px !important;
	min-height:56px !important;
}

@keyframes fadein-224679 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-224679 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item179761 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:27px !important;
}

@keyframes flyinfromleft-179761 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-179761 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-179784 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-179784 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item246809 {
	width:235px !important;
	min-height:18px !important;
}

#item246794 {
	width:315px !important;
	left:30px !important;
	top:6558px !important;
	min-height:890px !important;
}

#item234649 {
	width:375px !important;
	height:218px !important;
	top:6316px !important;
}

#item246786 {
	width:315px !important;
	left:30px !important;
	top:5357px !important;
	min-height:948px !important;
}

#item246681 {
	width:375px !important;
	height:280px !important;
}

#item246716 {
	width:66px !important;
	height:48px !important;
	background:#008e89;
}

#item246713 {
	width:66px !important;
	height:48px !important;
	left:309px !important;
	top:117px !important;
}

#item246718 {
	width:66px !important;
	height:49px !important;
	top:116px !important;
}

#item246723 {
	width:375px !important;
	height:72px !important;
	top:279px !important;
	background:#008e89;
	padding:0px 10px 0px 10px;
}

#item246676 {
	width:315px !important;
	left:30px !important;
	top:4100px !important;
	min-height:873px !important;
}

#item234647 {
	width:375px !important;
	height:218px !important;
	top:3856px !important;
}

#item246666 {
	width:315px !important;
	left:30px !important;
	top:2460px !important;
	min-height:1380px !important;
}

#item234644 {
	width:375px !important;
	height:218px !important;
	top:2212px !important;
}

#item246658 {
	width:315px !important;
	left:30px !important;
	top:1405px !important;
	min-height:796px !important;
}

#item246580 {
	width:375px !important;
	height:280px !important;
}

#item246623 {
	width:66px !important;
	height:48px !important;
	background:#008e89;
}

#item246620 {
	width:66px !important;
	height:48px !important;
	left:309px !important;
	top:117px !important;
}

#item246625 {
	width:66px !important;
	height:49px !important;
	top:116px !important;
}

#item246630 {
	width:375px !important;
	height:96px !important;
	top:279px !important;
	background:#008e89;
	padding:0px 10px 0px 10px;
}

#item241725 {
	width:315px !important;
	left:30px !important;
	top:411px !important;
	min-height:585px !important;
}

@keyframes fadein-234055 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-234055 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item241749 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:16px !important;
}

@keyframes flyinfromright-241749 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-241749 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item252130 {
	width:1024px !important;
	height:768px !important;
	background:#000;
}

#item252131 {
	width:375px !important;
	height:667px !important;
	background:#000;
}

#item221059 {
	width:302px !important;
	min-height:18px !important;
}

#item221101 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item221215 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item221222 {
	width:180px !important;
	min-height:18px !important;
}

#item177542 {
	width:500px !important;
	left:404px !important;
	top:857px !important;
	min-height:1362px !important;
}

#item225502 {
	width:232px !important;
	height:448px !important;
	background:#506675;
}

#item225529 {
	width:232px !important;
	top:453px !important;
	min-height:82px !important;
}

#item222371 {
	width:232px !important;
	height:240px !important;
	background:#506675;
}

#item225522 {
	width:232px !important;
	top:245px !important;
	min-height:82px !important;
}

#item222349 {
	width:218px !important;
	left:38px !important;
	min-height:248px !important;
}

#item95088 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:78px !important;
}

@keyframes flyinfromleft-95088 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-95088 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-95141 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-95141 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item244474 {
	width:235px !important;
	min-height:18px !important;
}

#item244256 {
	width:315px !important;
	left:30px !important;
	top:454px !important;
	min-height:1405px !important;
}

#item241864 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:12px !important;
}

@keyframes flyinfromright-241864 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-241864 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item241889 {
	width:375px !important;
	height:50px !important;
	top:293px !important;
	background:#998467;
}

@keyframes titulo-241889 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-241889 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item251918 {
	width:315px !important;
	height:55px !important;
	top:360px !important;
	background:#000;
	padding:0px 10px 0px 10px;
}

#item251962 {
	width:315px !important;
	height:55px !important;
	top:245px !important;
	background:rgba(0,0,0,0.8);
	padding:0px 10px 0px 10px;
}

#item251989 {
	width:315px !important;
	left:30px !important;
	top:2313px !important;
	min-height:684px !important;
}

#item251994 {
	width:315px !important;
	left:30px !important;
	top:3342px !important;
	min-height:662px !important;
}

#item230775 {
	width:1024px !important;
	height:768px !important;
	top:48px !important;
	background:#000;
}

#item151961 {
	width:302px !important;
	min-height:18px !important;
}

#item152007 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item152121 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item152129 {
	width:180px !important;
	min-height:18px !important;
}

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

#item97216 {
	width:220px !important;
	left:85px !important;
	min-height:184px !important;
}

#item97240 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:27px !important;
}

@keyframes flyinfromleft-97240 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-97240 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-97263 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-97263 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes custom-222492 {
	0% {transform:translate(42px,-300px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-222492 {
	0% {-webkit-transform:translate(42px,-300px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-222508 {
	0% {transform:translate(-288px,66px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-222508 {
	0% {-webkit-transform:translate(-288px,66px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-222518 {
	0% {transform:translate(39px,-352px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-222518 {
	0% {-webkit-transform:translate(39px,-352px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-222526 {
	0% {transform:translate(255px,50px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-222526 {
	0% {-webkit-transform:translate(255px,50px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-222534 {
	0% {transform:translate(399px,-49px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-222534 {
	0% {-webkit-transform:translate(399px,-49px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-222501 {
	0% {transform:translate(499px,5px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-222501 {
	0% {-webkit-transform:translate(499px,5px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-222484 {
	0% {transform:translate(-365px,52px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-222484 {
	0% {-webkit-transform:translate(-365px,52px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item246160 {
	width:235px !important;
	min-height:18px !important;
}

#item241959 {
	width:315px !important;
	left:30px !important;
	top:450px !important;
	min-height:3170px !important;
}

#item242008 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:13px !important;
}

@keyframes flyinfromright-242008 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-242008 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes custom-235374 {
	0% {transform:translate(42px,-300px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-235374 {
	0% {-webkit-transform:translate(42px,-300px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-235377 {
	0% {transform:translate(-288px,66px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-235377 {
	0% {-webkit-transform:translate(-288px,66px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-235381 {
	0% {transform:translate(39px,-352px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-235381 {
	0% {-webkit-transform:translate(39px,-352px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-235385 {
	0% {transform:translate(255px,50px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-235385 {
	0% {-webkit-transform:translate(255px,50px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-235389 {
	0% {transform:translate(399px,-49px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-235389 {
	0% {-webkit-transform:translate(399px,-49px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-235393 {
	0% {transform:translate(499px,5px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-235393 {
	0% {-webkit-transform:translate(499px,5px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes custom-235396 {
	0% {transform:translate(-365px,52px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-235396 {
	0% {-webkit-transform:translate(-365px,52px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes fadeout-108538 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-108538 {
	0% {opacity:1;}
	100% {opacity:0;}
}
#item108540 {
	width:200px !important;
	left:28px !important;
	top:86px !important;
	min-height:92px !important;
}

#item108599 {
	width:256px !important;
	height:280px !important;
}

#item108594 {
	width:256px !important;
	height:280px !important;
	left:512px !important;
	top:468px !important;
}

@keyframes fadeout-108563 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-108563 {
	0% {opacity:1;}
	100% {opacity:0;}
}
#item108565 {
	width:200px !important;
	left:28px !important;
	top:95px !important;
	min-height:69px !important;
}

#item108605 {
	width:256px !important;
	height:280px !important;
}

#item108600 {
	width:256px !important;
	height:280px !important;
	left:128px !important;
	top:118px !important;
}

#item108461 {
	width:1024px !important;
	top:390px !important;
	min-height:55px !important;
}

@keyframes fadein-108461 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-108461 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item242070 {
	width:315px !important;
	left:30px !important;
	top:109px !important;
	min-height:100px !important;
}

@keyframes flyinfromleft-242070 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-242070 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item242094 {
	width:125px !important;
	left:188px !important;
	top:538px !important;
	min-height:55px !important;
	padding:0px 10px 0px 10px;
}

@keyframes fadein-242094 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-242094 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item242117 {
	width:125px !important;
	left:63px !important;
	top:340px !important;
	min-height:43px !important;
	padding:0px 10px 0px 10px;
}

@keyframes fadein-242117 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-242117 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item242140 {
	width:125px !important;
	height:137px !important;
	left:63px !important;
	top:292px !important;
}

#item242145 {
	width:125px !important;
	height:137px !important;
	left:188px !important;
	top:497px !important;
}

#item225795 {
	width:1024px !important;
	height:2972px !important;
	background:#e6e6e6;
}

#item151559 {
	width:302px !important;
	min-height:18px !important;
}

#item151606 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item151721 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item151729 {
	width:180px !important;
	min-height:18px !important;
}

#item222721 {
	width:540px !important;
	height:307px !important;
	left:55px !important;
	top:40px !important;
}

#item225628 {
	width:540px !important;
	left:242px !important;
	top:1949px !important;
	min-height:381px !important;
}

#item228927 {
	width:540px !important;
	height:308px !important;
	left:129px !important;
	top:61px !important;
}

#item231997 {
	width:66px !important;
	height:48px !important;
	background:#7b796f;
}

#item228968 {
	width:66px !important;
	height:48px !important;
	background:#008eb7;
}

#item228965 {
	width:66px !important;
	height:48px !important;
	left:741px !important;
	top:191px !important;
}

#item228970 {
	width:66px !important;
	height:49px !important;
	top:191px !important;
}

#item228975 {
	width:540px !important;
	left:129px !important;
	top:459px !important;
	min-height:72px !important;
}

#item229141 {
	width:83px !important;
	height:66px !important;
	left:586px !important;
	top:379px !important;
}

#item229137 {
	width:82px !important;
	height:66px !important;
	left:221px !important;
	top:379px !important;
}

#item229136 {
	width:83px !important;
	height:66px !important;
	left:129px !important;
	top:379px !important;
}

#item229140 {
	width:82px !important;
	height:66px !important;
	left:495px !important;
	top:379px !important;
}

#item229138 {
	width:82px !important;
	height:66px !important;
	left:312px !important;
	top:379px !important;
}

#item229139 {
	width:82px !important;
	height:66px !important;
	left:404px !important;
	top:379px !important;
}

#item110890 {
	width:540px !important;
	left:242px !important;
	top:1068px !important;
	min-height:248px !important;
}

#item222582 {
	width:540px !important;
	left:242px !important;
	top:946px !important;
	min-height:88px !important;
}

#item110794 {
	width:662px !important;
	left:242px !important;
	top:811px !important;
	min-height:101px !important;
}

@keyframes flyinfromright-232353 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-232353 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item232357 {
	width:577px !important;
	height:56px !important;
	left:186px !important;
	top:29px !important;
}

@keyframes fadein-232357 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-232357 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-232380 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-232380 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item242156 {
	width:375px !important;
	height:2947px !important;
	top:60px !important;
	background:#e6e6e6;
}

#item246286 {
	width:235px !important;
	min-height:18px !important;
}

#item246274 {
	width:375px !important;
	height:217px !important;
	top:2601px !important;
}

#item246331 {
	width:315px !important;
	left:30px !important;
	top:1723px !important;
	min-height:842px !important;
}

#item246209 {
	width:375px !important;
	height:280px !important;
}

#item246242 {
	width:48px !important;
	height:48px !important;
	background:#008eb7;
}

#item246239 {
	width:48px !important;
	height:48px !important;
	left:327px !important;
	top:117px !important;
}

#item246244 {
	width:48px !important;
	height:48px !important;
	top:117px !important;
}

#item246250 {
	width:375px !important;
	height:120px !important;
	top:279px !important;
	background:#008eb7;
	padding:0px 10px 0px 10px;
}

#item242165 {
	width:315px !important;
	left:30px !important;
	top:392px !important;
	min-height:898px !important;
}

#item242244 {
	width:277px !important;
	height:20px !important;
	left:68px !important;
	top:11px !important;
}

@keyframes flyinfromright-242244 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-242244 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-242284 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-242284 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item130720 {
	width:1024px !important;
	height:2416px !important;
	top:48px !important;
	background:#e6e6e6;
}

#item151758 {
	width:302px !important;
	min-height:18px !important;
}

#item151801 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item151916 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item151923 {
	width:180px !important;
	min-height:18px !important;
}

#item225864 {
	width:540px !important;
	left:242px !important;
	top:1919px !important;
	min-height:315px !important;
}

#item225815 {
	width:540px !important;
	left:60px !important;
	top:308px !important;
	min-height:20px !important;
}

#item221326 {
	width:540px !important;
	left:242px !important;
	top:1017px !important;
	min-height:471px !important;
}

#item123327 {
	width:516px !important;
	left:24px !important;
	min-height:88px !important;
}

#item123304 {
	width:662px !important;
	left:242px !important;
	top:691px !important;
	min-height:101px !important;
}

@keyframes flyinfromleft-143035 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-143035 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item108863 {
	width:577px !important;
	height:56px !important;
	left:186px !important;
	top:29px !important;
}

@keyframes fadein-108863 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-108863 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-108832 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-108832 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item242351 {
	width:375px !important;
	height:2767px !important;
	top:60px !important;
	background:#e6e6e6;
}

#item246353 {
	width:235px !important;
	min-height:18px !important;
}

#item242420 {
	width:315px !important;
	left:30px !important;
	top:380px !important;
	min-height:685px !important;
}

#item242366 {
	width:277px !important;
	height:20px !important;
	left:68px !important;
	top:11px !important;
}

@keyframes flyinfromright-242366 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-242366 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-242389 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-242389 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item252028 {
	width:375px !important;
	height:48px !important;
	top:171px !important;
	background:#008eb7;
	padding:0px 10px 0px 10px;
}

#item252052 {
	width:315px !important;
	left:30px !important;
	top:1321px !important;
	min-height:1292px !important;
}

#item230870 {
	width:1024px !important;
	height:768px !important;
	top:48px !important;
	background:#000;
}

#item152169 {
	width:302px !important;
	min-height:18px !important;
}

#item152214 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item152327 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item152336 {
	width:180px !important;
	min-height:18px !important;
}

#item223364 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item225956 {
	width:540px !important;
	left:84px !important;
	min-height:201px !important;
}

#item223338 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item225947 {
	width:540px !important;
	left:84px !important;
	top:392px !important;
	min-height:142px !important;
}

#item229365 {
	width:540px !important;
	height:328px !important;
	left:84px !important;
	top:40px !important;
}

#item232024 {
	width:45px !important;
	height:80px !important;
}

#item229413 {
	width:45px !important;
	height:80px !important;
}

#item229410 {
	width:45px !important;
	height:80px !important;
	left:579px !important;
	top:164px !important;
}

#item229415 {
	width:45px !important;
	height:80px !important;
	left:84px !important;
	top:164px !important;
}

#item232621 {
	width:540px !important;
	height:40px !important;
	left:84px !important;
	background:#008eb7;
	padding:2px 0px 0px 10px;
}

#item223312 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item225933 {
	width:540px !important;
	left:84px !important;
	top:392px !important;
	min-height:170px !important;
}

#item229296 {
	width:540px !important;
	height:328px !important;
	left:84px !important;
	top:40px !important;
}

#item232020 {
	width:45px !important;
	height:80px !important;
}

#item229349 {
	width:45px !important;
	height:80px !important;
}

#item229346 {
	width:45px !important;
	height:80px !important;
	left:579px !important;
	top:164px !important;
}

#item229353 {
	width:45px !important;
	height:80px !important;
	left:84px !important;
	top:164px !important;
}

#item232592 {
	width:540px !important;
	height:40px !important;
	left:84px !important;
	background:#008eb7;
	padding:2px 0px 0px 10px;
}

#item232560 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item225928 {
	width:540px !important;
	left:84px !important;
	top:396px !important;
	min-height:250px !important;
}

#item232554 {
	width:540px !important;
	height:40px !important;
	left:84px !important;
	background:#008eb7;
	padding:2px 0px 0px 10px;
}

#item110943 {
	width:540px !important;
	left:84px !important;
	min-height:420px !important;
}

#item222895 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item222890 {
	width:540px !important;
	left:242px !important;
	top:847px !important;
	min-height:56px !important;
}

#item110966 {
	width:662px !important;
	left:242px !important;
	top:705px !important;
	min-height:106px !important;
}

#item229188 {
	width:1024px !important;
	height:490px !important;
	top:122px !important;
}

#item106113 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:27px !important;
}

@keyframes flyinfromleft-106113 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-106113 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-106136 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-106136 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item247585 {
	width:235px !important;
	min-height:18px !important;
}

#item242535 {
	width:315px !important;
	left:30px !important;
	top:373px !important;
	min-height:213px !important;
}

#item246919 {
	width:375px !important;
	height:235px !important;
	top:50px !important;
}

#item246939 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:13px !important;
}

@keyframes flyinfromright-246939 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-246939 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item250851 {
	width:315px !important;
	left:30px !important;
	top:4438px !important;
	min-height:366px !important;
}

#item250887 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item251025 {
	width:315px !important;
	left:30px !important;
	top:3397px !important;
	min-height:54px !important;
}

#item251123 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item251174 {
	width:375px !important;
	height:229px !important;
}

#item251226 {
	width:48px !important;
	height:48px !important;
	background:#008e89;
}

#item251224 {
	width:48px !important;
	height:48px !important;
	left:327px !important;
	top:90px !important;
}

#item251229 {
	width:48px !important;
	height:48px !important;
	top:90px !important;
}

#item251253 {
	width:315px !important;
	left:30px !important;
	top:3727px !important;
	min-height:260px !important;
}

#item251386 {
	width:375px !important;
	height:227px !important;
}

#item251430 {
	width:48px !important;
	height:48px !important;
	background:#008e89;
}

#item251428 {
	width:48px !important;
	height:48px !important;
	left:327px !important;
	top:90px !important;
}

#item251433 {
	width:48px !important;
	height:48px !important;
	top:89px !important;
}

#item251457 {
	width:315px !important;
	left:30px !important;
	top:2962px !important;
	min-height:320px !important;
}

#item251485 {
	width:315px !important;
	left:30px !important;
	top:2633px !important;
	min-height:54px !important;
}

#item251494 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item251615 {
	width:315px !important;
	left:30px !important;
	top:1988px !important;
	min-height:530px !important;
}

#item251649 {
	width:315px !important;
	left:30px !important;
	top:1656px !important;
	min-height:54px !important;
}

#item251692 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item251750 {
	width:315px !important;
	left:30px !important;
	top:701px !important;
	min-height:840px !important;
}

#item251782 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

@keyframes fadein-171846 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-171846 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes custom-171870 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-512px,-383px);}
}
@-webkit-keyframes custom-171870 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-512px,-383px);}
}
@keyframes custom-171877 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(512px,-383px);}
}
@-webkit-keyframes custom-171877 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(512px,-383px);}
}
@keyframes custom-171882 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-512px,383px);}
}
@-webkit-keyframes custom-171882 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-512px,383px);}
}
@keyframes custom-171886 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(512px,384px);}
}
@-webkit-keyframes custom-171886 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(512px,384px);}
}
@keyframes fadein-190669 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-190669 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item190699 {
	width:24px !important;
	height:41px !important;
	left:500px !important;
	top:420px !important;
}

@keyframes fadein-190699 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-190699 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item194488 {
	width:116px !important;
	height:116px !important;
}

#item194489 {
	width:116px !important;
	height:116px !important;
	left:454px !important;
	top:350px !important;
}

@keyframes flyinfromright-242616 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-242616 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-242622 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-242622 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-242636 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-242636 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-242654 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-242654 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-242668 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-242668 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes fadein-242676 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-242676 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
#item242676 {
	width:60px !important;
	height:60px !important;
	left:158px !important;
	top:272px !important;
}

#item152367 {
	width:302px !important;
	min-height:18px !important;
}

#item152409 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item152523 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item152530 {
	width:180px !important;
	min-height:18px !important;
}

#item230566 {
	width:784px !important;
	height:1041px !important;
	left:120px !important;
	top:274px !important;
	background:#fff;
}

#item230453 {
	width:744px !important;
	left:20px !important;
	top:582px !important;
	min-height:370px !important;
}

#item230479 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item230502 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item230368 {
	width:744px !important;
	left:20px !important;
	top:524px !important;
	min-height:366px !important;
}

#item230395 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item230418 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item230278 {
	width:744px !important;
	left:20px !important;
	top:524px !important;
	min-height:366px !important;
}

#item230304 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item230328 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item230193 {
	width:744px !important;
	left:20px !important;
	top:524px !important;
	min-height:366px !important;
}

#item230219 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 10px 0px 0px;
}

#item230242 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item230099 {
	width:744px !important;
	left:20px !important;
	top:524px !important;
	min-height:366px !important;
}

#item230126 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item230149 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item230012 {
	width:744px !important;
	left:20px !important;
	top:524px !important;
	min-height:366px !important;
}

#item230038 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item230061 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item229913 {
	width:744px !important;
	left:20px !important;
	top:524px !important;
	min-height:366px !important;
}

#item229940 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item229963 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item229830 {
	width:744px !important;
	left:20px !important;
	top:524px !important;
	min-height:366px !important;
}

#item229856 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item229879 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item226398 {
	width:210px !important;
	left:522px !important;
	top:96px !important;
	min-height:651px !important;
}

#item226442 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item229712 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item229617 {
	width:744px !important;
	left:20px !important;
	top:524px !important;
	min-height:366px !important;
}

#item229643 {
	width:87px !important;
	min-height:60px !important;
	padding:0px 0px 0px 10px;
}

#item226486 {
	width:662px !important;
	left:122px !important;
	top:19px !important;
	min-height:19px !important;
}

#item230559 {
	width:784px !important;
	height:952px !important;
	left:120px !important;
	top:202px !important;
}

#item232003 {
	width:66px !important;
	height:48px !important;
	background:#7b796f;
}

#item230581 {
	width:66px !important;
	height:48px !important;
	background:#008eb7;
}

#item230579 {
	width:66px !important;
	height:48px !important;
	left:871px !important;
	top:464px !important;
}

#item230583 {
	width:66px !important;
	height:49px !important;
	left:87px !important;
	top:464px !important;
}

#item226069 {
	width:784px !important;
	left:120px !important;
	top:78px !important;
	min-height:80px !important;
}

#item98194 {
	width:540px !important;
	left:242px !important;
	top:1107px !important;
	min-height:1308px !important;
}

#item98218 {
	width:500px !important;
	left:40px !important;
	min-height:120px !important;
}

@keyframes fadein-223846 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-223846 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-98267 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-98267 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item98243 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:27px !important;
}

@keyframes flyinfromleft-98243 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-98243 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item249059 {
	width:235px !important;
	min-height:18px !important;
}

#item248840 {
	width:315px !important;
	top:272px !important;
	min-height:962px !important;
}

#item248750 {
	width:315px !important;
	top:251px !important;
	min-height:572px !important;
}

#item248652 {
	width:315px !important;
	top:251px !important;
	min-height:230px !important;
}

#item248547 {
	width:315px !important;
	top:251px !important;
	min-height:914px !important;
}

#item248455 {
	width:315px !important;
	top:302px !important;
	min-height:542px !important;
}

#item248356 {
	width:315px !important;
	top:242px !important;
	min-height:512px !important;
}

#item248260 {
	width:315px !important;
	top:221px !important;
	min-height:1094px !important;
}

#item248162 {
	width:315px !important;
	top:282px !important;
	min-height:602px !important;
}

#item248064 {
	width:315px !important;
	top:457px !important;
	min-height:512px !important;
}

#item247719 {
	width:315px !important;
	top:261px !important;
	min-height:512px !important;
}

#item238378 {
	width:375px !important;
	top:18px !important;
	min-height:90px !important;
}

#item238105 {
	width:315px !important;
	left:30px !important;
	top:441px !important;
	min-height:2994px !important;
}

@keyframes fadein-238074 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-238074 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item242759 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:13px !important;
}

@keyframes flyinfromright-242759 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-242759 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item191005 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:580px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191038 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:698px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191069 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:344px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191101 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:462px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191135 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:226px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191166 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:757px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191197 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:639px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191229 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:580px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191263 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:698px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191294 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:344px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191326 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:462px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191359 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:226px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191391 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:639px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191422 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:757px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191454 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:403px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191487 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:521px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191519 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:285px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191551 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:167px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191583 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:403px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191616 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:521px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191647 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:285px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item191681 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:167px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#6c8770;
}

#item171894 {
	width:265px !important;
	left:759px !important;
	top:149px !important;
	background:rgba(255,255,255,0.7);
	min-height:737px !important;
	padding:15px 20px 0px 20px;
}

@keyframes flyinfrombottom-171894 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-171894 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item172443 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173640 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:580px !important;
}

#item172444 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173641 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:698px !important;
}

#item172446 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173638 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:344px !important;
}

#item172447 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173639 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:462px !important;
}

#item172448 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173637 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:226px !important;
}

#item172450 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173647 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:757px !important;
}

#item172451 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173646 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:639px !important;
}

#item172453 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173629 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:580px !important;
}

#item172454 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173630 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:698px !important;
}

#item172456 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173627 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:344px !important;
}

#item172457 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173628 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:462px !important;
}

#item172458 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173626 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:226px !important;
}

#item172460 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173635 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:639px !important;
}

#item172461 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173636 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:757px !important;
}

#item172462 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173633 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:403px !important;
}

#item172463 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173634 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:521px !important;
}

#item172464 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173632 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:285px !important;
}

#item172487 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173631 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:167px !important;
}

#item172489 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173644 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:403px !important;
}

#item172490 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173645 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:521px !important;
}

#item172491 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173643 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:285px !important;
}

#item172492 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173642 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:167px !important;
}

#item194662 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:82px !important;
}

@keyframes flyinfromleft-194662 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-194662 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-194685 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-194685 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-242826 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-242826 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item242836 {
	width:375px !important;
	top:133px !important;
	min-height:72px !important;
}

#item242859 {
	width:315px !important;
	left:30px !important;
	top:565px !important;
	min-height:452px !important;
}

#item242883 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:73px !important;
}

@keyframes flyinfromright-242883 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-242883 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item242912 {
	width:235px !important;
	min-height:18px !important;
}

#item242961 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1049px !important;
}

#item242990 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1569px !important;
}

#item243016 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2089px !important;
}

#item243042 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1114px !important;
}

#item243068 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1634px !important;
}

#item243095 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2154px !important;
}

#item243122 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1179px !important;
}

#item243148 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1699px !important;
}

#item243174 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2219px !important;
}

#item243202 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1244px !important;
}

#item243228 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1764px !important;
}

#item243254 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2284px !important;
}

#item243280 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1309px !important;
}

#item243306 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1829px !important;
}

#item243332 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2349px !important;
}

#item243358 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1374px !important;
}

#item243384 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1894px !important;
}

#item243411 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2414px !important;
}

#item243437 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1439px !important;
}

#item243463 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1959px !important;
}

#item243490 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1504px !important;
}

#item243516 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2024px !important;
}

#item230933 {
	width:420px !important;
	height:100px !important;
}

#item230930 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:241px !important;
}

#item230937 {
	width:420px !important;
	height:100px !important;
}

#item230934 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:348px !important;
}

#item230941 {
	width:420px !important;
	height:100px !important;
}

#item230938 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:455px !important;
}

#item230945 {
	width:420px !important;
	height:100px !important;
}

#item230942 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:562px !important;
}

#item230950 {
	width:420px !important;
	height:100px !important;
}

#item230946 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:669px !important;
}

#item230954 {
	width:1024px !important;
	height:150px !important;
}

#item230951 {
	width:1024px !important;
	height:150px !important;
	top:48px !important;
}

#item249112 {
	width:200px !important;
	height:45px !important;
}

#item249108 {
	width:200px !important;
	height:45px !important;
	left:100px !important;
	top:432px !important;
}

#item249116 {
	width:200px !important;
	height:40px !important;
}

#item249113 {
	width:200px !important;
	height:40px !important;
	left:100px !important;
	top:478px !important;
}

#item249120 {
	width:200px !important;
	height:40px !important;
}

#item249117 {
	width:200px !important;
	height:40px !important;
	left:100px !important;
	top:518px !important;
}

#item249124 {
	width:200px !important;
	height:40px !important;
}

#item249121 {
	width:200px !important;
	height:40px !important;
	left:100px !important;
	top:562px !important;
}

#item249128 {
	width:200px !important;
	height:40px !important;
}

#item249125 {
	width:200px !important;
	height:40px !important;
	left:100px !important;
	top:606px !important;
}

#item249132 {
	width:315px !important;
	height:78px !important;
}

#item249129 {
	width:315px !important;
	height:78px !important;
	left:30px !important;
	top:72px !important;
}

#item152609 {
	width:302px !important;
	min-height:18px !important;
}

#item152653 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item152768 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item152775 {
	width:180px !important;
	min-height:18px !important;
}

#item229583 {
	width:540px !important;
	height:307px !important;
	top:53px !important;
}

#item101662 {
	width:496px !important;
	left:408px !important;
	top:816px !important;
	min-height:1914px !important;
}

@keyframes flyinfromleft-226677 {
	0% {
		transform:translate(-512px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-226677 {
	0% {
		-webkit-transform:translate(-512px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item101239 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:27px !important;
}

@keyframes flyinfromleft-101239 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-101239 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-101262 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-101262 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item249424 {
	width:235px !important;
	min-height:18px !important;
}

#item243591 {
	width:315px !important;
	left:30px !important;
	top:517px !important;
	min-height:1804px !important;
}

@keyframes titulo-243614 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-243614 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item243641 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:13px !important;
}

@keyframes flyinfromright-243641 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-243641 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item252092 {
	width:375px !important;
	height:214px !important;
	top:6146px !important;
}

#item252098 {
	width:315px !important;
	left:30px !important;
	top:3070px !important;
	min-height:396px !important;
}

#item252107 {
	width:315px !important;
	left:30px !important;
	top:4519px !important;
	min-height:1592px !important;
}

#item249363 {
	width:1024px !important;
	height:816px !important;
	background:#000;
}

#item224024 {
	width:302px !important;
	min-height:18px !important;
}

#item224071 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

#item224189 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item224198 {
	width:180px !important;
	min-height:18px !important;
}

#item224595 {
	width:496px !important;
	height:307px !important;
	left:64px !important;
	top:60px !important;
}

#item223970 {
	width:496px !important;
	left:408px !important;
	top:901px !important;
	min-height:1134px !important;
}

#item223995 {
	width:220px !important;
	left:83px !important;
	min-height:88px !important;
}

@keyframes fadein-224534 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-224534 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item223943 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:27px !important;
}

@keyframes flyinfromleft-223943 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-223943 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-223966 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-223966 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item250705 {
	width:235px !important;
	min-height:18px !important;
}

#item243750 {
	width:315px !important;
	left:30px !important;
	top:364px !important;
	min-height:2625px !important;
}

@keyframes titulo-243746 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-243746 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item243774 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:12px !important;
}

@keyframes flyinfromright-243774 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-243774 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item252119 {
	width:375px !important;
	height:236px !important;
	top:3024px !important;
}

p.m-legenda-em-slideshow {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:left;
}

p.m-legenda-dentro-de-foto {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.m-titulo-centrado {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#929893;
	margin-top:20px;
	margin-bottom:15px;
	text-align:center;
}

p.m-legenda-em-slideshow-vazada {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-align:left;
}

p.m-legenda {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:16px;
	line-height:22px;
	color:#000;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.m-titulo-leading-32-branco-centrado {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:32px;
	color:#fff;
	margin-top:20px;
	margin-bottom:15px;
	text-align:center;
}

p.m-titulo-leading-32-branco {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:32px;
	color:#fff;
	margin-top:20px;
	margin-bottom:15px;
	text-align:left;
}

p.m-linha-fina-L {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:24px;
	line-height:32px;
	color:#929893;
	margin-bottom:20px;
	text-align:left;
}

p.m-inter {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#008eb7;
	margin-top:18px;
	text-align:left;
}

p.m-vinheta-branca {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	text-align:left;
}

p.m-vinheta {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#000;
	text-align:left;
}

p.m-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:20px;
	line-height:30px;
	color:#000;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.m-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#929893;
	margin-top:20px;
	margin-bottom:15px;
	text-align:left;
}

p.m-turismo-unidades-de-lazer-titulo {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:36px;
	line-height:36px;
	color:#fff;
	text-align:center;
}

p.m-turismo-calendario-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	padding-left:20px;
	margin-bottom:30px;
	text-align:left;
}

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

p.m-quadro-pocos-de-caldas-titulao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:30px;
	color:#000;
	text-align:center;
}

p.m-sustentabilidade-numerinhos {
	font-weight:900;
	font-family:FF-Exo2-Black,"Exo 2";
	font-size:32px;
	line-height:32px;
	color:#929893;
	text-align:center;
}

p.m-acontece-vinheta {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:17px;
	line-height:17px;
	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:left;
}

p.m-acontece-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#000;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

p.m-acontece-abertura-chamada {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:13px;
	line-height:14px;
	color:#fff;
	text-align:center;
}

p.m-acontece-abre-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:48px;
	line-height:50px;
	color:#000;
	margin-top:20px;
	text-align:left;
}

p.m-compartilhe-compartilhe {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#fff;
	margin-bottom:20px;
	text-align:right;
}

p.m-compartilhe-redes-sociais {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#254053;
	margin-bottom:20px;
	text-align:left;
}

p.m-palavra-do-presidente-cargo {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:16px;
	line-height:18px;
	color:#000;
	margin-top:2px;
	text-align:right;
}

p.m-palavra-do-presidente-nome {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:16px;
	line-height:18px;
	color:#000;
	margin-top:18px;
	text-align:right;
}

p.m-expediente-telefones-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.m-expediente-telefones-intertitulo-maior {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-transform:uppercase;
	margin-top:18px;
	text-align:left;
}

p.m-expediente-telefones-intertitulo-menor {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.m-expediente-edicao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	margin-top:24px;
	text-align:left;
}

p.m-expediente-revista-texto-12 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.m-expediente-revista-texto-6 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.m-expediente-revista-intertitulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#ffff83;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.m-expediente-afpesp-texto2 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.m-expediente-afpesp-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.m-expediente-afpesp-intertitulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.m-sumario-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	margin-top:24px;
	text-align:left;
}

p.m-capa-identificacao-linha-2 {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:12px;
	line-height:12px;
	color:#fff;
	letter-spacing:0.030em;
	text-transform:uppercase;
	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;
	margin-top:4px;
	text-align:center;
}

p.m-capa-identificacao-linha-1 {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:6.5px;
	line-height:8px;
	color:#000;
	letter-spacing:0.030em;
	text-transform:uppercase;
	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:right;
}

p.m-capa-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-chamada-linha-maior {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:44px;
	line-height:48px;
	color:#7b796f;
	text-align:center;
}

p.m-capa-chamada {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:38px;
	line-height:42px;
	color:#7b796f;
	text-align:center;
}

p.barra-superior-texto-ajuda {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#ffff83;
	text-align:left;
}

p.barra-superior-alinh-direita {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-align:right;
}

p.barra-superior-alinh-esquerda {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-align:left;
}

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

p.dicas-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
}

p.sustentabilidade-numerinhos {
	font-weight:900;
	font-family:FF-Exo2-Black,"Exo 2";
	font-size:32px;
	line-height:32px;
	color:#929893;
	text-align:center;
}

p.palavra-do-presidente-cargo {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#000;
	text-align:left;
}

p.palavra-do-presidente-nome {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#000;
	margin-top:18px;
	text-align:left;
}

p.compartilhe-compartilhe {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#fff;
	margin-bottom:20px;
	text-align:right;
}

p.compartilhe-redes-sociais {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#254053;
	margin-bottom:20px;
	text-align:left;
}

p.compartilhe-portal {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#ffff83;
	margin-bottom:20px;
	text-align:center;
}

p.capa-identificacao-linha-2 {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:16px;
	line-height:20px;
	color:#fff;
	letter-spacing:0.030em;
	text-transform:uppercase;
	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;
	margin-top:4px;
	text-align:center;
}

p.capa-identificacao-linha-1 {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:10px;
	line-height:12px;
	color:#000;
	letter-spacing:0.030em;
	text-transform:uppercase;
	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:right;
}

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-chamada {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:60px;
	line-height:56px;
	color:#254053;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.expediente-afpesp-texto2 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.expediente-afpesp-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.expediente-afpesp-intertitulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.expediente-edicao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:18px;
	color:#00ff00;
	margin-top:6px;
	text-align:left;
}

p.expediente-telefones-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.expediente-telefones-intertitulo-maior {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-transform:uppercase;
	margin-top:18px;
	text-align:left;
}

p.expediente-telefones-intertitulo-menor {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.expediente-telefones-titulao {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:28px;
	line-height:18px;
	color:#fff;
	margin-top:6px;
	text-align:left;
}

p.expediente-revista-texto-12 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.expediente-revista-texto-6 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.expediente-revista-intertitulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#ffff83;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.expediente-revista-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:28px;
	line-height:18px;
	color:#fff;
	font-variant:small-caps;
	margin-top:6px;
	text-align:left;
}

p.acontece-vinheta {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:48px;
	line-height:48px;
	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:left;
}

p.acontece-abertura-chamada {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:21px;
	line-height:23px;
	color:#fff;
	text-align:center;
}

p.acontece-abertura-titulao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:49.2px;
	line-height:54.5px;
	color:#fff;
	text-align:center;
}

p.sumario-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:33px;
	color:#000;
	margin-top:24px;
	text-align:left;
}

p.sumario-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:18px;
	line-height:27px;
	color:#000;
	letter-spacing:0.005em;
	text-align:left;
}

p.quadro-pocos-de-caldas-numerao {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:60px;
	line-height:40px;
	color:#fff;
	margin-top:18px;
	text-align:right;
}

p.quadro-pocos-de-caldas-titulao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:38px;
	line-height:42px;
	color:#000;
	text-align:center;
}

p.slideshow-pocos-de-caldas-atracao {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:19px;
	line-height:18px;
	color:#000;
	margin-top:35px;
	margin-bottom:15px;
	text-align:left;
}

p.turismo-imagens-afpesp-abre-titulao {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:72px;
	line-height:72px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.turismo-unidades-de-lazer-unidade {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:20px;
	line-height:22px;
	color:#00ff00;
	text-align:center;
}

p.turismo-unidades-de-lazer-titulo-alt {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:36px;
	line-height:40px;
	color:#375b6a;
	text-align:left;
}

p.turismo-unidades-de-lazer-titulo {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:64px;
	line-height:70px;
	color:#fff;
	text-align:right;
}

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

p.texto-turismo-unidades-de-lazer {
	font-family:FF-Exo2-Regular,"Exo 2";
	font-size:18px;
	line-height:27px;
	color:#375b6a;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.linha-fina-R {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:24px;
	line-height:32px;
	color:#929893;
	margin-bottom:20px;
	text-align:right;
}

p.linha-fina-L {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:24px;
	line-height:32px;
	color:#929893;
	margin-bottom:20px;
	text-align:left;
}

p.vinheta-branca {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:40px;
	line-height:40px;
	color:#fff;
	text-align:left;
}

p.vinheta {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:40px;
	line-height:40px;
	color:#000;
	text-align:left;
}

p.inter-vazado {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#fff;
	margin-top:18px;
	text-align:left;
}

p.inter {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#008eb7;
	margin-top:18px;
	text-align:left;
}

p.titulo-68-68-branco {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:68px;
	line-height:68px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.titulo-68-68 {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:68px;
	line-height:68px;
	color:#929893;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.legenda-em-slideshow {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:left;
}

p.legenda {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:16px;
	line-height:22px;
	color:#000;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:18px;
	line-height:27px;
	color:#000;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.titulo {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:48px;
	line-height:52.8px;
	color:#929893;
	margin-top:20px;
	margin-bottom:30px;
	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.autoCharStyle1 {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
}

span.m-destaquinho {
	font-weight:600;
	color:#ffffff;
	text-decoration:underline;
	text-decoration-color:#662382;
	-webkit-text-decoration-color:#662382;
}

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

span.negrito {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
}

span.Hyperlink {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
	text-decoration-color:#ff0000;
	-webkit-text-decoration-color:#ff0000;
}

span.capa-chamada-transparencia {
	font-size:74px;
}

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

