﻿@import url("pg_cardapio.css");
@import url("pg_internas.css");

@charset "utf-8";

@font-face {
    font-family: 'bodonistditalic';
    src: url('../fonts/bodonistditalic.eot');
    src: url('../fonts/bodonistditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bodonistditalic.woff') format('woff'),
         url('../fonts/bodonistditalic.ttf') format('truetype'),
         url('../fonts/bodonistditalic.svg#bodonistditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutigerbold';
    src: url('../fonts/frutigerbold.eot');
    src: url('../fonts/frutigerbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerbold.woff') format('woff'),
         url('../fonts/frutigerbold.ttf') format('truetype'),
         url('../fonts/frutigerbold.svg#frutigerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutigerltroman';
    src: url('../fonts/frutigerltroman.eot');
    src: url('../fonts/frutigerltroman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerltroman.woff') format('woff'),
         url('../fonts/frutigerltroman.ttf') format('truetype'),
         url('../fonts/frutigerltroman.svg#frutigerltroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hagincapsmedium';
    src: url('../fonts/hagin_caps_medium-webfont.eot');
    src: url('../fonts/hagin_caps_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hagin_caps_medium-webfont.woff') format('woff'),
         url('../fonts/hagin_caps_medium-webfont.ttf') format('truetype'),
         url('../fonts/hagin_caps_medium-webfont.svg#hagincapsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'introinline';
    src: url('../fonts/introinline.eot');
    src: url('../fonts/introinline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/introinline.woff') format('woff'),
         url('../fonts/introinline.ttf') format('truetype'),
         url('../fonts/introinline.svg#introinline') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'introinline';
		src: url('../fonts/introinline.svg') format('svg');
	}

	@font-face {
		font-family: 'bodonistditalic';
		src: url('../fonts/bodonistditalic.svg') format('svg');
	}
}

*{margin:0;padding:0;}
a{outline:none;}
a:hover {
	text-decoration: none !important;
}
a img, fieldset{border:0; display:block;}
div > img {display:block;}
.f_lf{float:left;}
.f_rt{float:right;}
.f_canto{margin-left:-40px;}
.cnt { text-align:center; margin:0 auto; }
.hd { display:none; }

.borda{background-image:url(../img/bg/divide.png); background-repeat:repeat-y; height:100%; width:3px;}
.bg-rpt{background-repeat:repeat;}
.bd-bottom{border-bottom:1px dotted #ccc;}
.active .f_lf {
	color: #fff;
}

body {
	background:#FFF url(../img/bg/hp_bg.jpg) repeat scroll center top;
	color:#666;
	font:12px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	position:relative;
	height:100%;
	width:100%;
}

/*h2, h3 {
	font-family: HaginCapsMedium, Arial, Helvetica, sans-serif !important;
}*/

article, aside, footer, header, nav, section, figure  { display: block; }

p { color:#686868; margin:15px 0; font-size:12px; line-height:12px; word-wrap:break-word; }
p a { color:#1a954a; text-decoration:none; }
p a:hover { text-decoration:underline; }

.buttons a.baixar-cardapio {display:block;width:162px;height:30px;background:url(../img/ico/baixar-cardapio.png) no-repeat left top;}

section.container-main {
	background:#fef8e6;
	margin:0 auto;
	width:980px;
}
.main {
	clear:both;
	margin:0 auto;
	padding:0;
	position:relative;
	width:940px;
	z-index:1;
}

article h2 {
	color:#71943e;
	font-size:58px;
	line-height:58px;
	height:66px;
	margin:9px 0 20px -4px;
	font-family:introinline;
	font-weight:normal;
	letter-spacing:-4px;
}

/*article h2 {
	color:#ae945b;
	font-size:22px;
	line-height:18px;
	margin:20px 0;
}*/

article #kids_home h2 {
	margin: 0;
}

article.restaurantes h3 {
	color:#b09455;
	padding-top: 20px;
	font-size: 22px !important;
	line-height: 18px !important;
	margin: 20px 0 !important;
	margin-left:10px !important;
}

article h3 {
	color:#ae945b;
	font-size:22px;
	line-height:18px;
	margin:20px 0;
	font-family:hagincapsmedium;
	font-weight:normal;
}

hr {
	background:transparent url(../img/bg/rodape.png) repeat-x;
	color:transparent;
	margin:10px 0; *margin:2px 0;
	border:0 none;
	height:3px;
}
.modal-overlay hr { border-top:3px double #056333; margin-top:20px;background:none; }

/* form error message */
.error {
	background:#b51827 url(../img/bg/alerta-erro.gif) repeat-x;
	height:27px;
	color:#ffe4b8;
	padding:2px 0 2px 10px;
	margin:0 0 0 11px;
	z-index:1;
}
.error p { background:#b51827 url(../img/bg/alerta-erro-lateral.gif) no-repeat scroll right top; color:#ffe4b8; margin:0; font-size:12px; line-height:27px; padding-right:9px; }
.error span { background:url(../img/bg/alerta-erro-seta.gif) no-repeat; position:absolute; height:31px; width:8px; left:-8px; top:0; }

/* form error message - em baixo */
.error-low {
	background:#b51827 url(../img/bg/alerta-erro.gif) repeat-x;
	height:26px;
	color:#ffe4b8;
	padding:2px 0 2px 10px;
	margin:8px 0 0 0;
	z-index:1;
}
.error-low p { background:#b51827 url(../img/bg/alerta-erro-lateral.gif) no-repeat scroll right top; color:#ffe4b8; margin:0; font-size:12px; line-height:27px; padding-right:9px; display:inline-block !important; }
.error-low span { background:url(../img/bg/alerta-erro-top.gif) no-repeat; position:absolute; height:8px; width:14px; left:8px; top:-6px; }

.row {
	display:inline-block;
	padding:6px 0;
	position:relative;*position:none;
	width:100%;
}
span.small{
	color: #981224 !important;
	font-size: 10px;
}

/***************************************/
.alert_overlay {
	background:#FFF;
	border:10px solid #2084d0;
	display:none;
	padding:10px 20px;
	height:	140px;
	width:300px;
	z-index:10000;
}
.alert_overlay .close {
	position:absolute;
	left:143px;
	bottom:15px;
}

/******** HEADER MAIN *******/
header.main {
	background:url(../img/bg/bg-header.png) repeat-x left bottom;
	height:135px;
}

header.main .logo {
	overflow:hidden;
	float:left;
	height:130px;
	width:200px;
}
header.main .logo span { text-indent:-99999px; position:absolute; }

header.main nav {
	clear:right;
	display:inline-block;
	float:right;
	position:relative;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) { header.main nav { margin:0 -191px 0 0; padding:0 191px 0 0; } }*/

/******** MENU SECUNDARIO *******/
header.main nav ul.secundario li,
footer.main ul.nav-rodape li { padding:0 0 0 10px; }

header.main nav ul.secundario li,
header.main nav ul.secundario a,
footer.main ul.nav-rodape li,
footer.main ul.nav-rodape a,
footer.main .logos a {
	color:#ae945b;
	font-size:13px;
	line-height:2.5em;
	height:31px;
	text-decoration:none;
	font-family:bodonistditalic;
	font-weight:normal;
}

footer .aside {
	width: 100%;
	top: 100px;
	position: absolute;
}

footer .aside>p {
	margin-bottom: 18px;
}

footer .aside p {
	color: #ae945b;
	font-size: 11px;
}

header.main nav ul.secundario li.sel a,
header.main nav ul.secundario a:hover { color:#075e31; }
header.main nav ul.secundario li.divide-star, footer.main ul.nav-rodape li.divide-star {
	background:url(../img/ico/menu-star.png) no-repeat scroll right center;
	width:10px;
}

/******** MENU PRINCIPAl *******/
header.main nav ul.principal { *width:595px; }
header.main nav ul.principal a {
	background:url(../img/menu-principal.png) no-repeat;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	/*height:99px;*/
	height:99px;
	width:119px;
}
header.main nav ul.principal a.cardapio { background-position:0 0; }
header.main nav ul.principal a:hover.cardapio, header.main nav ul.principal li.sel a.cardapio { background-position:0 -99px; }
header.main nav ul.principal a.promocoes { background-position:-119px 0; }
header.main nav ul.principal a:hover.promocoes, header.main nav ul.principal li.sel a.promocoes { background-position:-119px -99px; }
header.main nav ul.principal a.restaurantes { background-position:-238px 0; }
header.main nav ul.principal a:hover.restaurantes, header.main nav ul.principal li.sel a.restaurantes { background-position:-238px -99px; }
header.main nav ul.principal a.america-kids { background-position:-357px 0; }
header.main nav ul.principal a:hover.america-kids, header.main nav ul.principal li.sel a.america-kids { background-position:-357px -99px; }
header.main nav ul.principal a.delivery-america { background-position:-476px 0; }
header.main nav ul.principal a:hover.delivery-america, header.main nav ul.principal li.sel a.delivery-america { background-position:-476px -99px; }

header.main nav ul, footer.main ul.nav-rodape {
	clear:right;
	display:block;
	list-style:none outside none;
	float:right;
	margin:0; padding:0;
}
header.main nav ul li, footer.main ul.nav-rodape li { float:left; }
header.main nav ul li a, footer.main ul.nav-rodape li a {
	display:inline-block;
	float:left;
}

/******** SECTION MAIN *******/
section {
	overflow:visible;
	position: relative;
}
div.bg { width: 100%; background: #fef8e6; position: fixed; top: 0; left: 50%; width: 1000px; height: 100%; margin-left: -500px; z-index: -1; }

/******** ARTICLE *******/
section article {
	display:block;
	padding:0;
	margin:0 auto;
	/*overflow:hidden;*/
	position:relative;
	width:940px;
	min-height: 418px;
}
.overflow { overflow:hidden; }
/*CHROME E SAFARI
@media screen and (-webkit-min-device-pixel-ratio:0) { section.main article { display:table; } }*/

/** HOME - WEBDOOR **/
article.home .webdoor_wrap {
	margin:0;
	position:relative;
	height:380px;
	margin:0 0 40px 0;
}
article.home .webdoor_wrap img { float:left; }
article.home .webdoor_wrap .box-imagem { position:relative; width:100%; height:100%; }
article.home .webdoor_wrap .box-texto {
	position:absolute;
	right:0; top:0;
	height:380px;
	width:357px;
}
article.home .webdoor_wrap .navi {
	background:url(../img/bg/webdoor-paginacao-lf-home.png) no-repeat;
	position:absolute;
	bottom:20px; right:10px;
	padding:0 3px 0 37px;
	height:39px;
	z-index:1;
}
article.home .webdoor_wrap .navi .pages {
	background:url(../img/bg/webdoor-paginacao-rt-home.png) no-repeat scroll right bottom;
	margin-top:21px;
	padding-right:3px;
	height:18px;
}
article.home .webdoor_wrap .navi a {
	background:url(../img/bg/webdoor-paginacao-star-home.gif) no-repeat;
	cursor:pointer;
	float:left;
	margin-right:0;
	width:15px;
	height:18px
}
article.home .webdoor_wrap .navi a.active { background-position:left bottom; }

article.home .webdoor_wrap .bg-webdoor-tp, .webdoor_wrap .bg-webdoor-bt {
	background:url(../img/bg/webdoor-home.png) no-repeat;
	position:absolute;
	left:0;
	height:3px;
	width:940px;
	z-index:1;
}
article.home .webdoor_wrap .bg-webdoor-tp { top:10px; }
article.home .webdoor_wrap .bg-webdoor-bt { bottom:9px; }

/** HOME - DESTAQUES **/
article.home .destaques {
	display:inline-block;
	margin:0 -7px 40px -6px;
	width:951px;
}
article.home .destaques .item { float:left; margin:0 6px; }


/******** BREADCRUMB *******/
ul.breadcrumb {
	background:url(../img/ico/menu-star.gif) no-repeat scroll left 9px;
	list-style:none outside none;
	display:inline-block;
	padding: 8px 0 0 10px;
	height: 19px;
}
ul.breadcrumb li {
	color:#ae945b;
	font-size:11px;
	float:left;
	line-height:11px;
	margin:0 0 0 6px;
	display:inline-block;
}
ul.breadcrumb a {
	color:#ae945b;
	text-decoration:none;
}

/******** ARTICLE HEADER *******/
/** BANNER **/
article header .banner { margin:20px 0; }
article header .banner img { display:block; }

article .texto {
	background:#FFF;
	display:inline-block;_display:inline;
	float:left;
	padding:10px 27px 0 27px;
	margin:22px 0 0 0;
	overflow:visible;
	min-height:390px;
	width:586px;
}
article .texto-destaque { background:#f5f4ed; margin:0 -27px 0 -27px; padding:10px 27px; }
article .bg-box-texto {
	background:url(../img/bg-lateral-box-texto.png) no-repeat;
	position:absolute;
	right:30px; top:353px;
	height:130px;
	width:700px;
	z-index:-1;
}

/***** LISTAS *****/
article ul.lista { list-style:none outside none; display:inline-block; width:100%; position:relative; }
article.cardapio ul.lista { width:1012px; margin:0 -35px; }
article.promocoes ul.lista { margin:-30px 0 0 0; }
article.restaurantes ul.lista { margin:6px 0; }

/*PAGINACAO*/
article ul.paginacao { list-style:none outside none; margin:0 auto; text-align:center; padding:15px 0 20px 0; }
article ul.paginacao li { display:inline; }
article ul.paginacao li a {
	background:url(../img/webdoor-home-paginacao.png) no-repeat;
	cursor:pointer;
	display:inline-block;
	margin-right:8px;
	width:8px;
	height:8px;
}
article ul.paginacao li a.sel { background-position:left bottom; }

/*LATERAL-ESQUERDA*/
article aside {
	display:inline-block;
	float:left;
	width:260px;
}
article aside ul { padding:10px 0 10px 40px; list-style:none outside none; }
article aside ul li { margin:20px 0; }
article aside ul li a.btn-contato { width:145px; }
article.contato aside {
	background:url(../img/bg-lateral-contato.jpg) no-repeat;
	padding:93px 0 0 0;
	height:260px;
}

/** FORMULARIO **/
input, textarea, select { color:#666; font:12px Arial, Helvetica, sans-serif; }
fieldset legend { color:#fcb200; font-weight:bold; line-height:20px; display:block; }
form button { cursor:pointer; border:0; }

label { color:#2d2d2d; display:block; float:left; padding:8px 18px 2px 0; line-height:14px; text-align:right; width:162px; }
label.plus{width: 192px;}
label.plus-2{width: 192px;}
label.l_col2 { width:160px; margin-left:20px; }
label.lb-opt { padding:5px 12px 5px 0; width:auto; }

.text {
	height:26px;
}
.textarea {
	height:50px;
	max-height:50px;
	min-height:50px;
	max-width:354px;
	min-width:354px;
}
.text,
.textarea {
	background:#FFF;
	border:1px solid #b2b2b2;
	border-bottom-color:#efefef; border-right-color:#efefef;
	float:left;
	padding:1px 3px;
	width:354px;
}
.without-field {
	display: none;
}
.modal-overlay .text { border:1px solid #064a27; border-bottom-color:#FFF; border-right-color:#FFF; }

.select {
	border-width:1px;
	border-style:solid;
	border-color:#b2b2b2 #efefef #efefef #b2b2b2;
	padding:3px 1px;_padding:0;
	float:left;
	z-index:0;
}

.submit {
	background:#2084d0;
	border:medium none;
	color:#FFF;
	cursor:pointer;
	display:inline-block;
	font:bold 11px/30px Arial, Helvetica, sans-serif;
	padding:0 20px;
	text-decoration:none;
	height:30px;
}

.button {
	background:url(../img/ico/link-button.png) no-repeat;
	border: medium none;
    color: #981224;
	cursor:pointer;
    display: inline-block;
    font-size: 18px;
	line-height:34px;
	height:34px;
	padding: 0 0 0 43px;
    text-decoration: none;
    word-spacing: -2px;
}
.button.plus { background:url(../img/ico/plus-button.png) no-repeat; }
.button-back { background:url(../img/ico/voltar-button.png) no-repeat; }
.button.white { background:url(../img/ico/link-button-white.png) no-repeat; color:#FFF; }
button.button { line-height:15px; }
.button-small {
	/*background:url(../img/ico/link-button-small.png) no-repeat;*/
	font-size:16px!important;
	line-height:18px;
	padding: 0 0 0 35px;
	color:#981224;
	font-family:bodonistditalic;
	font-weight:normal;
}
.button-overlay { background:url(../img/ico/link-button-overlay.png) no-repeat; font-size:22px;color:#ffe4b8; }

.cancel { background:url(../img/ico/fechar-overlay.png) no-repeat scroll left center; color:#FFF; padding-left:24px; line-height:32px; }

.back-overlay { background:url(../img/ico/link-button-voltar-overlay.png) no-repeat scroll left center; padding-left:35px; line-height:32px; color:#FFF; }

.plus-overlay { background:url(../img/ico/delivery-combos-incluir-overlay.png) no-repeat scroll left center; padding-left:24px; line-height:32px; color:#FFF; }

.subvd { background:#74ae01; }

.row.valor { line-height:16px; }
.row.valor label { color:#545454; padding-top:0; padding-bottom:0; line-height:16px; }
.row.valor span{ color:#1e1916; font-size:14px; font-weight:bold; }

.small { padding:3px 0; font-size:10px; line-height:18px; }

.opt { float:left; margin:6px 5px 0 0; *margin:2px 2px 0 -5px; }

.main .ver_mais{
	background:#2bbceb;
	color:#FFF;
	cursor:pointer;
	display:inline-block;
	font:bold 14px/40px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	margin:0 20px;
	width:710px;
	height:40px;
}

.box_errors { background:#FFF; display:none; margin-bottom:10px; padding:1px 0; width:100%; }
.box_errors p { color:#cc1927; margin:6px 20px; }

/** LATERAL DIREITA **/

/******** OVERLAYS *******/
#exposeMask {
	height:100% !important;
	width:100% !important;
	position:fixed !important;
}
.modal-overlay {display:none;background-color:#709533;border:#056333 3px double;}
.modal-overlay .close,
.modal-overlay .close-2,
article.cardapio .detalhe-produto .produto_adicionado .close,
article.cardapio .detalhe-produto .produto-indisponivel .close {position:absolute;display:block;width:29px;height:28px;right:-2px;top:-2px;cursor:pointer;border:none;background:url(../img/ico/fechar-overlay.png) no-repeat;
}
.modal-overlay h3{font-size:22px !important;color:#056333;font-family:hagincapsmedium;font-weight:normal;}
.modal-overlay h4{font-size:12px;color:#ffe4b8;}
/*
.bd-tp, .bd-lf { background:red; position:absolute; }
.bd-bt, .bd-rt { background:red; position:absolute; }
.bd-tp { height:2px; top:4px; left:1px; right:1px; }
.bd-lf { width:2px; bottom:1px; top:1px; left:0; }
.bd-bt { height:2px; bottom:0; left:1px; right:1px; }
.bd-rt { width:2px; bottom:1px; top:1px; right:0; }
.modal-overlay h3, article .modal-overlay h3 { color:#d7df21; font-size:25px; line-height:25px; margin:8px 0; }
.modal-overlay h4 { color:#ffe4b8; font-size:13px; line-height:15px; margin:15px 0 20px 0; word-spacing:-3px; }*/
/*.bd-tp, .bd-lf {
	background:url(../img/bg/border-overlay-lf.png) repeat;
	position:absolute;
	top:0; left:0;
	height:2px;
	width:100%;
}
.bd-lf { width:2px; height:100%; }
.bd-bt, .bd-rt {
	background:url(../img/bg/border-overlay-rt.png) repeat;
	position:absolute;
	bottom:0; right:0;
	height:2px;
	width:100%;
}
.bd-rt { width:2px; height:100%; }*/

/****** BAIXAR CARDÁPIO ******/
#buttons_baixar {
	width:455px;
	position:relative;
	padding:20px;
}
#buttons_baixar div.idiomas{margin-top:20px;padding-bottom:15px;background:url(../img/bg/bg-green.png) left bottom repeat-x;}
#buttons_baixar div.idiomas a:link{position:relative;display:inline-block;width:130px;height:122px;font-size:17px;color:#ffe4b8;margi-right:10px;}
#buttons_baixar div.idiomas a:hover{color:#fff;background-color:#056333;}
#buttons_baixar div.idiomas a span{position:absolute;left:0px;bottom:8px;width:100%;text-align:center;}

#buttons_baixar div.idiomas a.pt{background-image:url(../img/cardapio/bandeira-brasil.png);background-position:38px 20px;background-repeat:no-repeat;}
#buttons_baixar div.idiomas a.en{background-image:url(../img/cardapio/bandeira-eua.png);background-position:38px 20px;background-repeat:no-repeat;}
#buttons_baixar div.idiomas a.es{background-image:url(../img/cardapio/bandeira-espanha.png);background-position:38px 20px;background-repeat:no-repeat;}

#buttons_baixar div.idiomas a.it{background-image:url(../img/cardapio/bandeira-italia.png);background-position:38px 20px;background-repeat:no-repeat;}
#buttons_baixar div.idiomas a.fr{background-image:url(../img/cardapio/bandeira-franca.png);background-position:38px 20px;background-repeat:no-repeat;}
#buttons_baixar div.idiomas a.dt{background-image:url(../img/cardapio/bandeira-alemanha.png);background-position:38px 20px;background-repeat:no-repeat;}

#buttons_dietas {
	background-image:url(../img/cardapio/dietas-especiais-cardapio.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
	height:315px;
	width:581px;
}
#buttons_dietas .baixe {
	position:absolute;
	left:20px; top:280px;
	height:20px;
	width:107px;
}
/****** OVERLAY DIETAS ESPECIAIS ******/
.dietas-overlay{
	width:559px;
	position:relative;
	padding:20px;
	text-align:left;
}
article .dietas-overlay h3{
	color:#fff;
	font-size:25px;
	line-height:35px;
}
.dietas-overlay p {
	color:#ffe4b8!important;
	margin:5px 0;
	font-size:12px;
	/*font-family:Arial,Helvetica,sans-serif;*/
	overflow::hidden;
}


.modal-overlay fieldset { width:380px; }

/***** FALE CONOSCO - MODAL NOVIDADES *****/
#button_cadastro_promocional {
	background-image:url(../img/bg/promocoes-cadastro-promocional.png);
	background-position:20px 30px;
	background-repeat:no-repeat;
	/*height:323px;*/
	left:50% !important;
	margin-left:-202px;
	padding:0 20px 10px 20px;
	width:361px;
}
#button_cadastro_promocional fieldset { width:401px; margin:0 -20px; }
#button_cadastro_promocional h3 { margin:25px 0 8px 108px;font-size:22px;color:#056333; }
#button_cadastro_promocional h4 { margin:8px 23px 25px 108px; height:47px;font-size:12px;color:#ffe4b8;}
#button_cadastro_promocional legend {
	background:url(../img/bg/promocoes-cadastro-promocional-textos.png) no-repeat;
	float:left;
	text-indent:-9999px;
	margin:67px 0 25px 111px;
	height:40px;
	width:269px;
}
#button_cadastro_promocional .msg legend { background-position:0 -50px; }
.modal-overlay .row { padding:5px 0; }
.modal-overlay .text { width:253px; }
.modal-overlay label { color:#FFF; padding-right:8px; width:100px; }
.modal-overlay label.small { text-align:left; line-height:13px; width:186px; padding:0; }
.modal-overlay .opt { margin-top:1px; *margin-top:-3px; }
.modal-overlay .bt-enviar {
	background:url(../img/bt/enviar-overlay.gif) no-repeat;
	margin-top:-5px;
	height:18px;
	width:74px;
}

/******** FOOTER MAIN *******/
footer.main {
	background:url(../img/bg/rodape.png) left top no-repeat;
	height:70px;
	z-index:0;
}
footer.main .logos { padding-top:15px; width: 450px; }
footer.main .logos a {
	float:left;
	display:block;
	height:33px;
	font-size:13px;
	line-height:3em;
	color:#ae945b;
	background:url(../img/ico/logos-rodape.png) no-repeat;
}
footer.main .logos a.america { background-position:0 0; width:45px; margin-right:20px; }
footer.main .logos a.twitter { background-position:0 -33px; padding-left:38px; margin:4px 15px 0 0; }
footer.main .logos a.facebook { background-position:0 -66px; padding-left:38px; margin:4px 0 0 0; }
footer.main .logos a.instagram { background-position:0 -99px; padding-left:38px; margin:5px 0 0 65px;; }
/******** MENU RODAPE *******/
footer.main ul.nav-rodape li { margin-top:15px;padding:0 0 0 10px; }
footer.main ul.nav-rodape li, footer.main ul.nav-rodape a {
	color:#ae945b;
	font-size:13px;
	line-height:2.5em;
}
footer.main div.f_rt { margin-top: 20px; clear:right; *width:420px; }
footer.main .f_rt, footer.main .f_rt a {
	color:#ae945b;
	font-size:11px;
	padding-top:0;
	text-align:right;
	font-family: bodonistditalic;
}
footer.main .f_rt a.inkuba { margin:0 6px 0 12px; }

/*KIDS*/
article.kids-home nav ul { list-style:none outside none; }
#kids_home
{
	background			: url(../img/kids/home-kids_v06.jpg);
	height				: 657px;
	position			: relative;
	margin				: 10px 0 50px;
	margin-left			: -16px;
}
#kids_home h1, #kids_home strong, #kids_home h2, #kids_home a, #kids_home p { display: block; text-indent: -9999px; }
#kids_home a { position: absolute; }
#kids_home a.km_rest { width: 200px; height: 66px; top: 12px; left: 729px; }
#kids_home a.km_menu { width: 200px; height: 66px; top: 80px; left: 729px; }
#kids_home a.km_play { width: 339px; height: 239px; top: 129px; left: 230px; }
#kids_home a.km_agnda { width: 118px; height: 31px; top: 390px; left: 706px; }
#kids_home a.km_desenhe { width: 173px; height: 157px; top: 437px; left: 351px; }
#kids_home a.km_brinde { width: 288px; height: 76px; top: 509px; left: 652px; }
#kids_home a.km_pelucia { width: 140px; height: 96px; top: 150px; left: 53px;background:url(../img/kids/garanta-seu-fogofino.png) top left no-repeat; }
#kids_home .km_data
{
	width			: 192px;
	height			: 64px;
	position		: absolute;
	top				: 290px;
	left			: 671px;
	text-align		: center;
}
.km_data h3
{
	margin			: 0 !important;
	padding			: 0 !important;
	font-size		: 38px !important;
	color			: #075e31;
	font-weight		: bold;
	letter-spacing	: -2px;
}
.km_data h3 span
{
	margin			: 0;
	padding			: 0;
	font-size		: 14px !important;
	color			: #075e31;
	letter-spacing	: 0;
}
.km_data h4
{
	margin			: -18px 0 0 0 !important;
	*margin			: -8px 0 0 0 !important;
	padding			: 0 !important;
	font-size		: 14px !important;
	color			: #970048;
	letter-spacing	: -1px;
	word-spacing	: -2px;
}


#kids_desenhe { position: relative; height: 618px; background: url(../img/kids/bg-desenhe.jpg); margin: 10px 0 50px; }
#kids_desenhe .voltar { display: block; position: absolute; width: 73px; height: 18px; background: url(../img/kids/bt-voltar.png); left: 9px; top: 23px; text-indent: -9999px; }
#kids_desenhe .game { position:absolute; width:800px; height:460px; left:35px; top:135px; }
#kids_desenhe .redesJogo { position:absolute; width:231px; height:30px; left:584px; top:86px; }

#kids_jogo { position: relative; height: 618px; background: url(../img/kids/bg-jogo_v02.jpg); margin: 10px 0 50px; }
#kids_jogo .voltar { display: block; position: absolute; width: 73px; height: 18px; background: url(../img/kids/bt-voltar.png); left: 9px; top: 23px; text-indent: -9999px; }
#kids_jogo .game { position:absolute; width:800px; height:460px; left:70px; top:135px; }
#kids_jogo .redesJogo { position:absolute; width:231px; height:30px; left:584px; top:86px; }

#kids_agenda { position: relative; min-height: 618px; background: url(../img/kids/bg_agenda.jpg); background-repeat:no-repeat; margin: 10px 0 50px; padding: 135px 0 0 40px !important; }
#kids_agenda .voltar { display: block; position: absolute; width: 73px; height: 18px; background: url(../img/kids/bt-voltar.png); left: 9px; top: 23px; text-indent: -9999px; }
#kids_agenda .redesJogo { position:absolute; width:231px; height:30px; left:615px; top:86px; }




/*
aside.sobre-america .contatoEventos
{
	background		: url(../img/bt/contato_evento.png);
	display			: block;
	width			: 151px;
	height			: 18px;
	text-indent		: -9999px;
	margin: 14px 0 20px 100px;
	*margin: 14px 0 20px 50px;
}
*/


/*SELECT PERSONALIZADO*/
span.select-green {
	background-color:#FFF;
	display: inline-block;
	width: 288px;
	height: 26px;
	padding: 1px 3px;
	border: 1px solid #b2b2b2;
	border-color: #b2b2b2 #efefef #efefef #b2b2b2;
	position: relative;
}
span.select-green.open { z-index: 2; }
span.select-green button {
	display: inline-block;
	width:28px;
	height:30px;
	background: url(../img/bt/select-green.png) no-repeat center center;
	position:absolute;
	top:-1px;
	right:-1px;
}
span.select-green span.txt {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	padding-left: 3px;
	cursor: default;
	width: 100%;
}
span.select-green span.list {
	display: none;
	width: 100%;
	position: absolute;
	top: 28px;
	left: -1px;
	max-height:133px;
	overflow:auto;
	background: white;
	border: 1px solid #b2b2b2;
	border-color: #b2b2b2 #efefef #efefef #b2b2b2;
}
span.select-green span.list span {
	display:block;
	font:12px/17px Arial;
	padding:1px 3px;
	cursor:default;
}
span.select-green span.list span:hover {
	background: #eee;
}
span.select-green span.list span.selected {
	background: #981224;
	color: white;
}

/******* ERRO *******/
article.erro .mensagem {
	padding:5px 0 0 0;
	height:340px;
}

article.erro .mensagem h2 {font-size:18px;color:#b09455;}
article.erro .mensagem h4 { font-size:13px; }
article.erro .mensagem h4 a { color:#981224 !important;font-size:22px; text-decoration:none; }
article.erro .mensagem h4 span { color:#9c1421; font-size:22px; }
article.erro .mensagem a.button-back{background:url(../img/ico/voltar-estrelas-america.png) top left no-repeat;}
/* ALERT OVERLAY*/
.alert-overlay, .yesno-overlay { padding:20px; width:361px; }
.yesno-overlay .button { margin:0 20px; }


.intro-agenda-monitorias{width:735px;float:left;}


#kids_agenda .contentAgenda
{
	margin				: 0;
	padding				: 10px 0 0 10px !important;
	width				: 800px;
	background			: #FFF;
}

.conteudoAgenda
{
	/*margin				: 0 0 0 -10px !important;*/
	padding				: 0;
	/*width				: 516px;*/
	width				: 410px;
	float				: left;
	font-size			: 12px;
	color				: #686868;
}

.conteudoAgenda h3
{
	margin				: 0 !important;
	padding				: 0 !important;
	font-size			: 13px;
	color				: #cc1927;
	word-spacing		: -2px !important;
	font-family		: sans-serif;
	font-weight		: bold;
}

.conteudoAgenda p
{
	margin				: 0 0 20px 0;
	padding				: 0;
	line-height			: 18px;
	font-size			: 12px;
	font-family			: Arial, Helvetica, sans-serif;
}

.conteudoAgenda ul
{
	margin-top			: -8px !important;
	padding-bottom		: 18px;
}

.conteudoAgenda h2
{
	font-size			: 18px;
	color				: #cc1927;
}

.latAgenda
{
	margin				: 0 0 0 0 !important;
	padding				: 0;
	width				: 221px;
	float				: left;
	line-height			: 18px;
	font-size			: 12px;
	font-family			: sans-serif;
	position			: absolute;
	top					: 0;
	right				: 60px;

}

.latAgenda h3 {
	font-family: sans-serif;
	font-weight: bold;
}

.latAgenda #slideshow
{
	position			: relative;
	min-width			: 330px !important;
	min-height			: 203px !important;
}


.latAgenda #slideshow ul li a:hover span
{
	position			: absolute;
	top					: 0;
	left				: 0;
	background			: url(/templates/img/kids/lupa.png);
	width				: 330px;
	height				: 203px;
	cursor				: pointer;
	z-index				: 90;
}

.latAgenda #controls #prev
{
	height				: 203px;
	width				: 40px;
	position			: absolute;
}

.latAgenda #controls #next
{
	left				: 275px;
	height				: 203px;
	width				: 40px;
	position			: absolute;
}

.latAgenda ul
{
	margin				: 0 0 0 -9px !important;
	padding				: 0 !important;
	list-style-type		: none;
}

.latAgenda ul li
{
	margin				: 0 !important;
	padding				: 0 !important;
}

.latAgenda p
{
	margin				: 0 0 17px 0;
	padding				: 0;
	line-height			: 18px;
	font-size			: 12px;
	font-family			: sans-serif;
}

.latAgenda h2
{
	font-size			: 18px;
	color				: #a9c832;
}

.boxDataAgenda a
{
	margin				: 0 0 8px 0;
	padding				: 18px 0 0 20px;
	width				: 221px;
	height				: 53px;
	background			: url(/templates/img/kids/bg_data_agenda.gif);
	background-repeat	: no-repeat;
	color				: #bfd730;
	font-size			: 18px !important;
	display				: block;
}
.boxDataAgenda a span
{
	margin				: 0;
	padding				: 0;
	display				: block;
	color				: #fff;
	font-size			: 10px !important;
	font-weight			: normal !important;
}

.fotoMonitoradas
{
	margin				: -47px 0 0 0 !important;
	padding				: 0 0 20px 30px;
	width				: 755px;
}

.fotoMonitoradas h2
{
	padding-top			: 38px;
}

.fotoMonitoradas h3.h3-monitorias {
	font-size: 22px !important;
	margin-top: 10px !important;
}

.fotoMonitoradas h3
{
	margin				: 0 0 -5px 0 !important;
	padding				: 0 !important;
	font-size			: 12px !important;
	color				: #cc1927;
	word-spacing		: -2px !important;
	font-family		: sans-serif;
	font-weight		: bold;
}

.fotoMonitoradas .listaCalendarioMes
{
	width				: 800px;
}

.fotoMonitoradas .listaCalendarioMes div
{
	width				: 400px;
	float				: left;
}

.fotoMonitoradas .listaCalendarioMes div span
{
	display				: block;
	margin				: 0 !important;
	padding				: 0 !important;
}

.fotoMonitoradas ul
{
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
}

.top_infoResgate
{
	margin				: 43px 0 0 0;
}

.top_infoResgate .voltar
{
	display: block; width: 73px; height: 18px; background: url(../img/bt/voltar.png) no-repeat; text-indent: -9999px;
}

.info_resgate .num_pontos
{
	width				: 459px;
	height				: 105px;
	background			: url(/templates/img/delivery/bg_pontos.gif);
	background-repeat	: no-repeat;
	position			: relative;
	float				: left;
}

.info_resgate .num_pontos .vc_possui
{
	position			: absolute;
	top					: 18px;
	left				: 10px;
	font-size			: 13px;
	color				: #ffe4b8;
	display				: block;
	font-weight			: 900;
	letter-spacing		: -1px;
	word-spacing		: -2px;
	text-indent			: -9999px;
	width				: 81px;
	height				: 15px;
	background			: url(/templates/img/delivery/txt_vocePossui.png);
	background-repeat	: no-repeat;
}

.info_resgate .num_pontos .total_pontos
{
	position			: absolute;
	top					: 33px;
	left				: 20px;
	font-size			: 55px;
	color				: #fefefe;
	letter-spacing		: 0;
	font-family			: Arial;
	font-weight			: bold;
}

.info_resgate .num_pontos .txt_pontos
{
	position			: absolute;
	top					: 58px;
	left				: 187px;
	font-size			: 24px;
	color				: #fefefe;
	font-family			: Arial;
}

.info_resgate .num_pontos .txt_resgate
{
	position			: absolute;
	top					: 25px;
	left				: 295px;
	font-size			: 13px;
	color				: #FFF;
	font-weight			: bold;
	line-height			: 18px;
	letter-spacing		: -1px;
	word-spacing		: -2px;
	display				: block;
	text-indent			: -9999px !important;
	width				: 147px;
	height				: 55px;
	background			: url(/templates/img/delivery/txt_resgate.png);
	background-repeat	: no-repeat;
}

.info_resgate .resumo_historico
{
	width				: 411px;
	float				: right;
}

.info_resgate .historico_pontos
{
	margin				: 30px 0 15px 42px;
	width				: 411px;
	float				: none;
}

.historico_pontos .top_resumo .tit_historico
{
	margin-bottom		: 10px;
	color				: #cc1927;
	font-size			: 18px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
}


.historico_pontos .top_resumo .box_adesao span
{
	color				: #cc1927;
	font-size			: 13px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
}

.historico_pontos .top_resumo .box_adesao b
{
	padding-left		: 7px;
	color				: #cc1927;
	font-size			: 13px;
	font-weight			: bold;
	font-size			: 14px;
	color				: #075e31;
	font-family			: Arial;
}

.resumo_histo
{
	width				: 218px;
	float				: left;
	height				: 21px;
	background			: url(/templates/img/bg/rodape.png);
	background-position	: top right;
	background-repeat	: repeat-y;
}

.info_resgate .resumo_historico .top_resumo .resumo_histo span
{
	color				: #cc1927;
	font-size			: 18px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
}

.info_resgate .resumo_historico .top_resumo .resumo_histo a
{
	margin-top			: 3px;
	color				: #1a954a;
	font-size			: 13px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
	background			: url(/templates/img/delivery/setas.png);
	background-repeat	: no-repeat;
	background-position	: 0 -38px;
	margin-right		: 26px;
	padding-left		: 25px;
	display				: block;
	height				: 18px;
	float				: right;

}

/**/
.resumo_histo
{
	width				: 218px;
	height				: 26px;
}

.info_resgate .historico_pontos .top_resumo .resumo_histo span
{
	color				: #cc1927;
	font-size			: 18px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
}
/**/


.info_adesao
{
	margin-left			: 22px;
	padding-top			: 3px;
	width				: 170px;
	float				: left;
	font-size			: 14px;
	color				: #075e31;
	font-family			: Arial;
}

.info_resgate .resumo_historico .top_resumo .info_adesao span
{
	margin-right		: 3px;
	color				: #cc1927;
	font-size			: 13px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
}

/**/
.historico_pontos .info_adesao
{
	margin-left			: 22px;
	padding-top			: 3px;
	width				: 170px;
	float				: none;
	font-size			: 14px;
	color				: #075e31;
	font-family			: Arial;
}

.info_resgate .historico_pontos .top_resumo .info_adesao span
{
	margin-right		: 3px;
	color				: #cc1927;
	font-size			: 13px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
}
/**/

.content_resumo
{
	margin-top			: 12px;
}

.linha
{
	padding				: 18px 0;
	width				: 411px;
	min-height			: 16px;
	background			: url(/templates/img/bg/rodape.png);
	background-position	: top;
	background-repeat	: repeat-x;
	font-size			: 14px;
	font-family			: Arial;
	color				: #2d2d2d;

}

.linha .data
{
	float				: left;
	width				: 150px;
	font-weight			: bold;
}

.linha .info_fontos
{
	float				: right;
	width				: 176px;
	color				: #686868;
	text-align			: right;
	font-size			: 11px !important;
}

.linha .info_fontos span, .linha .info_fontos b
{
	display				: block;
	float				: right;
}

.linha .list_produtos
{
	width				: 411px;
	color				: #2d2d2d;
	font-size			: 11px !important;
}

.linha .list_produtos ul
{
	margin				: 10px 0 0 0;
	padding				: 0;
	list-style-type		: none;
}

.linha .info_fontos .postitivo
{
	font-weight			: bold;
	width				: 40px;
	color				: #075e31;
	font-size			: 14px !important;
}

.linha .info_fontos .netativo
{
	font-weight			: bold;
	width				: 40px;
	color				: #cc1927;
	font-size			: 14px !important;
}

.content_brindes
{
	margin-top			: 30px;
	padding-top			: 2px;
	width				: 940px;
	background			: url(/templates/img/bg/rodape.png);
	background-position	: top;
	background-repeat	: repeat-x;
}

.tit_selecione
{
	padding-top			: 17px;
	width				: 280px;
	color				: #cc1927;
	font-size			: 18px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -4px;
	float				: left;
}

.valor_regatar
{
	width				: 434px;
	height				: 54px;
	background			: url(/templates/img/delivery/bg_mais.gif);
	background-repeat	: no-repeat;
	float				: right;
}


.pontos_restantes
{
	float				: left;
	width				: 245px;
}

.pontos_restantes div
{
	float				: left;
}

.txt_possui
{
	padding-top			: 28px;
	font-size			: 13px;
	color				: #686868;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -1px;
}

.valor_regatar .num_pontos
{
	margin				: 0 10px;
	padding-top			: 8px;
	font-size			: 40px;
	color				: #075e31;
	font-weight			: bold;
}

.txt_resPontos
{
	padding-top			: 18px;
	font-size			: 13px;
	color				: #686868;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
	line-height			: 10px;
}

.bot_resgatar
{
	padding-left		: 27px;
	margin				: 15px 0 0 16px;
	background			: url(/templates/img/bg/rodape.png);
	background-position	: top left;
	background-repeat	: repeat-y;
	float				: left;
}

.bot_resgatar a
{
	display				: block;
	width				: 145px;
	height				: 33px;
	background			: url(/templates/img/delivery/bot_resgatar.gif);
	background-repeat	: no-repeat;
	text-indent			: -9999px;
}

.content_produtos
{
	margin-top			: -2px;
	padding				: 20px 0 20px 20px;
	width				: 920px;
	background			: #ffeed3;
}

.content_item
{
	margin				: 0 30px 30px 0;
	width				: 180px;
	height				: 200px;
	padding				: 10px 10px 0 10px;
	background			: #ffe4b8;
	position			: relative;
	float				: left;
}

.content_item img
{
	border				: solid 5px #ffeed3;
}

/*.content_item:hover
{
	background			: #fff;
}*/

.content_itemCheck
{
	margin				: 0 30px 30px 0;
	width				: 180px;
	height				: 200px;
	padding				: 10px 10px 0 10px;
	background			: #fff;
	position			: relative;
	float				: left;
}

.content_itemCheck img
{
	border				: solid 5px #ffeed3;
}


.check_off
{
	display				: none;
}

.check_on
{
	position			: absolute;
	top					: -13px;
	right				: -8px;
	width				: 28px;
	height				: 28px;
	background			: url(/templates/img/delivery/check.png);
	background-repeat	: no-repeat;
}

.legenda_foto
{
	text-align			: center;
	padding-top			: 5px;
	color				: #cc1927;
	font-size			: 13px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -4px;
}

.info_produto
{
	margin-top			: 6px;
	width				: 180px;
	background			: url(/templates/img/bg/rodape.png);
	background-position	: top;
	background-repeat	: repeat-x;
}

.info_produto .ponto_produtos
{
	margin-top			: 8px;
	width				: 98px;
	font-size			: 30px;
	color				: #075e31;
	float				: left;
	font-weight			: bold;
	word-spacing		: -2px;
}

.info_produto .ponto_produtos span
{
	padding-top			: 10px;
	color				: #686868;
	font-size			: 13px;
	font-weight			: bold;
	letter-spacing		: -1px;
	word-spacing		: -2px;
}

.quantidade_produtos
{
	margin-top			: 23px;
	margin-left			: 10px;
	padding-left		: 0;
	width				: 72px;
	float				: left;
	text-align			: right;
	background			: url(/templates/img/bg/rodape.png);
	background-position	: top left;
	background-repeat	: repeat-y;
}

.add_quantidade
{
	display				: block;
	float				: right;
	width				: 18px;
	height				: 17px;
	background			: url(/templates/img/delivery/setas.png);
	background-repeat	: no-repeat;
	background-position	: 0 -19px;
	cursor				: pointer;
}

.numero_quantidade
{
	margin				: 0 5px;
	display				: block;
	float				: right;
	width				: 15px;
	font-weight			: bold;
	font-size			: 15px;
	color				: #cc1927;
}
.remove_quantidade
{
	display				: block;
	float				: right;
	width				: 18px;
	height				: 17px;
	background			: url(/templates/img/delivery/setas.png);
	background-repeat	: no-repeat;
	background-position	: 0 0;
	cursor				: pointer;
}

.itemOff
{
	opacity				: 0.35;
	-moz-opacity		: 0.35;
	filter				: alpha(opacity=35);
}

.itemOff .add_quantidade,.itemOff .remove_quantidade{cursor: auto !important;}

.mensagem_pontos
{
	margin-top			: 20px;
	padding				: 10px 0 40px 0;
	width				: 940px;
	font-size			: 11px;
	color				: #686868;
	background			: url(/templates/img/bg/rodape.png);
	background-position	: top;
	background-repeat	: repeat-x;
}

/*.detatqueTxt*/

.quebra_float
{
   float					: none !important;
   clear					: both !important;
   font-size				: 1px !important;
   margin-bottom			: -1px !important;
   height					: 1px !important;
   margin					: 0 !important;
   padding					: 0 !important;
   background-image			: none !important;

}

#novo_validador {
	left: 50% !important;
}

/* Banner Capitao América */
.bn-capitao-america{
	background: url(/templates/img/bn-capitao-america.jpg) no-repeat;
	height: 380px;
	width: 980px;
}
.bx-video-capitao{
	height: 244px;
	width: 417px;
	position: absolute;
	left: 477px;
	top: 116px;
}

h3.tit-quadro-resgate {
	margin-top: 30px !important;
}

.nav-rodape {
	margin-top: 8px !important;
}

.lightbox-app {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	top: 0;
}

.lighbox-app-inner {
	width: 320px;
	height: 480px;
	position: absolute;
	top: 50%;
	margin-top: -240px;
	left: 50%;
	margin-left: -160px;
	background-size: 100%;
}

.lightbox-app.apple .lighbox-app-inner {
	background-image: url(/templates/img/lightbox-app/apple.jpg);
}

.lightbox-app.android .lighbox-app-inner {
	background-image: url(/templates/img/lightbox-app/android.jpg);
}

.lightbox-link-app {
	height: 385px;
	width: 320px;
	position: absolute;
	bottom: 50px;
}
