@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	outline:none;
}

body{
	font-family: 'Montserrat', sans-serif;;
	font-size: 14px;
	color: #213b39;
	background: #fdf9f3;
	font-weight: 300;
}

#loader{ position: fixed; width: 100%; height: 100%; background: #fff; z-index: 99999999999999; display: flex; align-items: center; justify-content: center; }
#loader .circle{ border-color: #00524C; }

a{
	text-decoration: none;
	color:#00524C;
}

a:hover{
	text-decoration: none;
	color:#000;
}

h1{
	font-size:18px;
	margin:0;
	padding:0;
	font-family: 'Crimson Text', sans-serif;
	font-weight:400;
}

.crimson{ font-family: 'Crimson Text', sans-serif; font-weight:400; }

.light{
	font-weight: 300;
}

.normal{
	font-weight: 500;
}

.destaque{
	font-weight: 700;
}

.underline{
	text-decoration:underline;
}

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.clear{
	clear:both;	
}

.vmiddle{
	vertical-align:middle;	
}

.m0{ margin:0; }
.p0{ padding:0; }
.p-5{ padding:5px; }
.p-10{ padding:10px; }
.p-20{ padding:20px; }
.pt-10{ padding-top:10px; }
.pb-10{ padding-bottom:10px; }
.pt-20{ padding-top:20px; }
.pb-20{ padding-bottom:20px; }
.pt-30{ padding-top:30px; }
.pb-30{ padding-bottom:30px; }
.pt-40{ padding-top:40px; }
.pb-40{ padding-bottom:40px; }
.pt-60{ padding-top:60px; }
.pb-60{ padding-bottom:60px; }
.pt-80{ padding-top:80px; }
.pb-80{ padding-bottom:80px; }
.pt-90{ padding-top:90px; }
.pb-90{ padding-bottom:90px; }
.pt-120{ padding-top:120px; }
.pb-120{ padding-bottom:120px; }
.mt-5{ margin-top:5px; }
.mb-5{ margin-bottom:5px; }
.mt-10{ margin-top:10px; }
.mb-10{ margin-bottom:10px; }
.mt-20{ margin-top:20px; }
.mb-20{ margin-bottom:20px; }
.mr-20{ margin-right:20px; }
.mt-30{ margin-top:30px; }
.mb-30{ margin-bottom:30px; }
.mt-40{ margin-top:40px; }
.mb-40{ margin-bottom:40px; }
.mt-50{ margin-top:50px; }
.mb-50{ margin-bottom:50px; }
.mt-60{ margin-top:60px; }
.mb-60{ margin-bottom:60px; }

.f10{ font-size:10px; }
.f11{ font-size:11px; }
.f12{ font-size:12px; }
.f14{ font-size:14px; }
.f16{ font-size:16px; }
.f18{ font-size:18px; }
.f20{ font-size:20px; }
.f24{ font-size:24px; }
.f26{ font-size:26px; }
.f30{ font-size:30px; }
.f36{ font-size:36px; }
.f40{ font-size:40px; }
.f50{ font-size:50px; }
.f50-2{ font-size:50px; }
.f80{ font-size:80px; }

.lh30{ line-height: 30px; }

.branco{
	color:#fff;
}

.preto{
	color:#000;
}

.verde{
	color:#00524C;
}

.amarelo{
	color:#fcba37;
}

.vermelho{
	color:#ff0000;
}

.cinza{
	color:#666;
}

.arreia{
	color:#D6B78A;
}

.italic{
	font-style:italic;
}

.center{
	text-align:center;
}

.textRight{
	text-align:right;
}

.underline{
	text-decoration:underline;
}

.uppercase{
	text-transform:uppercase;	
}

.riscado{
	text-decoration:line-through;
}

.vmiddle{
	vertical-align:middle;
}

.nounderline:hover{
	text-decoration:none;
}

.alpha{ transition: all 0.3s; }
.alpha:hover{
	opacity: .7;
    filter: alpha(opacity = 70);
	transition: all 0.3s;
}

.active{ color: #000; }

.line{
	margin:10px 0;
	border-bottom:2px solid #ebebeb;
}

.left{
	float:left;
}

.right{
	float:right;
}

.noborder{
	border:0
}

.form-control{
	height: 46px;
	padding: 12px 12px;
	border: none;
	border-radius: 0;
	background: #ebe4de;
	color: #333
}

.btn-site{
	min-width: 120px;
	background: #ebe4de;
	border-radius: 6px;
	padding: 10px 20px;
	transition: all 0.3s;
	color: #00524C;
	font-weight: 500;
}

.btn-site.cor{ background: #d6b78a; }
.btn-site.cor2{ background: #00524C; }

.btn-site.bt-branco{ background: #fff; border: 1px solid #00524C; }
.btn-site.bt-branco:hover{ background: #00524C; color: #ebe4de; }

.btn-site:hover{ background: #D8D2CC; transition: all 0.3s; }

.btn-site.bg-verde:hover{ background: #00524C; }

.btn-filtro{ background: #ebe4de; border: 1px solid #ccc; margin:0 5px; padding: 3px 5px; }
.btn-filtro:hover, .btn-filtro.selected{ background: #D8D2CC; border: 1px solid #B5B2B2; }

.seta{ font-size: 40px; }

.quem_somos .left{
	width:49%;
	float:left;
	margin-right: 1%;
}

.quem_somos .right{
	width:49%;
	float:right;
	margin-left: 1%;
}

.esconde{ display: block; }

a .receitas{ position: relative; float: left; width: 31.33%; height: 350px; margin: 1%; transition: all 0.3s; background-position: center; background-size: cover; }
a .receitas-2{ position: relative; float: left; width: 23%; height: 350px; margin: 1%; transition: all 0.3s; background-position: center; background-size: cover;  }

a:hover .receitas, a:hover .receitas-2{ transition: all 0.3s; }
 
a .receitas.bg-verde{ background: #00524C; }
a:hover .receitas.bg-verde{ background: #3C6761; }

a .produtos{ position: relative; float: left; width: 23%; background: #fff; margin: 1%; border: 2px solid #ebe4de; padding: 20px; transition: all 0.3s; }
a .produtos-receitas{ position: relative; float: left; width: 23%; background: #fff; margin: 1%; border: 2px solid #ebe4de; padding: 20px; transition: all 0.3s; }

a:hover .produtos, a:hover .produtos-receitas{ transition: all 0.3s; }

.produtos .img, .produtos-receitas .img{
	transition: all 0.3s;
}
a:hover .produtos .img, a:hover .produtos-receitas .img{ transform: scale(1.06); transition: all 0.3s; }

.busca input{ width: 85%; float: left; padding: 5px 0; }
.busca button{ width: 15%; float: right; background: none; padding: 3px 0; }

.linha{ border-top: 3px solid #fcba37; width: 50px; margin: auto; }

/*ESTRUTURA DO SITE*/
header#topo{
	position: relative;
	width:100%;
	padding:0px;
	z-index: 99999;
}

header#topo .topo{
	position: absolute;
	top: 0;
	width:100%;
}

header#topo .logo{
	position: absolute;
	top: 5px;
	left: 10px;
}

header#topo .logo img{ max-width:200px; width:100%; }

header#topo .topo-right{
	padding:10px 0 0 0;
}

header#topo .midias{
	float:right;
	margin-top: 10px;
	padding: 0 10px;
}

header#topo .topo-right a{
	padding: 0 5px;
	color:#fff;
	transition: all 0.3s;
}

header#topo .topo-right .midias a i{ transition: all 0.3s;}
header#topo .topo-right .midias a:hover i{
	transform: scale(1.2);
}

header#topo .topo-right a:hover{
	color:#00524C;
	transition: all 0.3s;
}

header#topo .area_menu{
	padding:0;
	background: #333333;
	border-radius: 5px;
	margin-top: 5px;
}

header#topo nav.menu ul{
	width: 100%;
	padding:0;
	margin:auto;
	display:table;
	margin:0px;
}

header#topo nav.menu ul li{
	float:right;
	margin-right:10px;
	padding:18px 10px;
	transition: all 0.3s;
	text-transform: uppercase;
}

header#topo nav.menu ul li:first-child{
	float:right;
	margin-right:0px;
	padding:14px 10px;
}

header#topo nav.menu ul li:first-child:hover{
	background: none;
}

header#topo nav.menu ul li a{
	color:#fff;
	font-size:14px;
	font-weight: 300;
}

header#topo nav.menu ul li:hover, header#topo nav.menu ul li.active{
	background: #3b3b3b;
	transition: all 0.3s;
}

/*menu dropdown*/
header#topo nav.menu ul li ul{
	border:1px solid #fff;
	margin-top:5px;
	position:absolute;
	z-index:9999999999999999999999;
		visibility:hidden;
		opacity:0;
		transition:visibility 0s linear 0.5s,opacity 0.5s linear;
		z-index:999999999;
}

header#topo nav.menu ul li ul li{
	background:#dedede;
	float:none;
	padding:5px 10px 5px 5px;
	margin:0;
	text-align:left;
	width:100%;
	max-width:250px;
}

header#topo nav.menu ul li ul li:hover, header#topo nav.menu ul li ul li.active{ border:0; background:#ccc }

header#topo nav.menu ul li ul li a, header#topo nav.menu ul li:hover ul li a, header#topo nav.menu ul li.active ul li a{
	color:#333;
	border-bottom:0;
}

header#topo nav.menu ul li ul li:hover a{
	color:#000;
}

header#topo nav.menu ul li:hover ul{
	opacity:1;
	transition-delay:0s;
	visibility:visible;
}

/*menu mobile*/
header#topo .dropdown-mobi{ position: absolute; top:20px; right:10px; float: left; display: none; }

header#topo .menu-mobile{ position: absolute; color: #fff; top:20px; left:10px; float: left; display: none; }

header#topo #menu-mobile{ background: #00524C; }
header#topo #menu-mobile a{ color: #fff; }
header#topo #menu-mobile li{ font-size: 300; }
header#topo #menu-mobile li ul{ display:none; background: #345d57; border:0; box-shadow: none; }
header#topo #menu-mobile li:hover ul, header#topo #menu-mobile li.active ul{ display:block; background: #345d57; }
header#topo #menu-mobile .collapsible-header{ background: #345d57; padding: 0; margin: 0; border:0; width:100%; }
header#topo #menu-mobile .collapsible-body{ padding: 0; margin: 0; border:0; width:100%; }
header#topo #menu-mobile li ul li:hover ul{ display:block; background: #345d57; }
header#topo #menu-mobile li{ border: 0; margin: 0; }
header#topo #menu-mobile li a:hover, header#topo #menu-mobile li.active{ background: #345d57; }
header#topo #menu-mobile li ul li.active, header#topo #menu-mobile li ul li:hover a{ display:block; background: #333; }
header#topo #menu-mobile li ul li .sub{ display:none; }
header#topo #menu-mobile li ul li:hover .sub{ display:block; }
header#topo #menu-mobile li i{ color: #fff; margin: 0; padding: 0 }
header#topo #menu-mobile li:last-child a{ width: 25%; float: left; text-align: center }
header#topo #menu-mobile li:last-child a:hover{ background: #00524C; }
header#topo #menu-mobile li:last-child i:hover{ color: #fcba37; }

.w1200{ 
	max-width:1280px;
	padding:0 10px;
	margin:auto;
}

.w2{
	float:left;
	width:50%;
}

.w3{
	float:left;
	width:28.33%;
	margin:0 2.5%;
}

.w3-2{
	float:left;
	width:28.33%;
	margin:0 2.5%;
}

.w4{
	float:left;
	width:20.33%;
	margin:0 2.5%;
}

.w4-2{
	float:left;
	width:23%;
	margin:40px 1%;
}

.w4-3{
	float:left;
	width:25%;
	margin:10px 0;
}

.w4-3:nth-child(5){ margin-left: 12.5%; }

.w5{
	float:left;
	width:18%;
	margin:0 1%;
	text-align:center;
}

.i90{
	float:left;
	width:88%;
	margin-left: 2%;
}

.i75{
	float:left;
	width:75%;
}

.i75-2{
	float:left;
	width:73%;
	margin-left: 2%;
}

.i75-3{
	float:left;
	width:74%;
	margin-right: 1%;
}

.i66{
	float:left;
	width:65.66%;
	margin-right:1%;
}

.i60{
	float:left;
	width:60%;
}

.i60-2{
	float:left;
	width:56%;
	margin-right:4%;
}

.i60-3{
	float:left;
	width:56%;
	margin-left:4%;
}

.i50{
	float:left;
	width:50%; 
}

.i50-2{
	float:left;
	width:49%;
	margin-left:1%;
}

.i50-3{
	float:left;
	width:48%;
	margin-left:2%;
}

.i50-4{
	float:left;
	width:48%;
	margin-right:2%;
}

.i40{
	float:left;
	width:39%;
	margin-left:1%;
}

.i35{
	float:left;
	width:34%;
	margin-right:1%;
}

.i30{
	float:left;
	width:30%;
}

.i33{
	float:left;
	width:32.33%;
	margin-right:1%;
}

.i33-2{
	float:left;
	width:33.33%;
}

.i25{
	float:left;
	width:24%;
	margin-left:1%;
}

.i25-2{
	float:left;
	width:25%;
}

.i25-3{
	float:left;
	width:24%;
	margin-right:1%;
}

.i20{
	float:left;
	width:19%;
	margin-left:1%;
}

.i16{
	float:left;
	width:15.66%;
	margin-left:1%;
}

.i10{
	float:left;
	width:10%;
}

.i25-2 .active, .i25-2 a:hover{ text-decoration: underline; }

.i50-rec{
	float:left;
	width:50%;
}

.flex{ display: flex; align-items: center; justify-content: center; }

.bg-cinza{
	background: #f9f9f9;
}

.bg-verde{
	background: #00524C;
}

.bg-arreia{
	background: #ebe4de;
}

.bg-arreia-2{
	background-image: linear-gradient(to bottom, #fdf9f3 0, #fdf9f3 50%, #ebe4de 50%);
}

.bg-arreia-3{
	background-image: linear-gradient(to right, #ebe4de 0, #ebe4de 44%, #efebe5 44%, #efebe5 100%);
}

.bg-escuro{
	background: #231F20;
}

.bg-entregues{
	background-image: url(../imagens/bg-entregues.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-transparente{
	background: url(../imagens/bg-transparente.png);
}

.min-550{ min-width: 550px }

.alert{
	width:100%;
	position:absolute;
	top:20px;
	z-index:999999999999999999999999999999999999999999999999999;
	text-align:center;
	display:none;
}

/*JANELA POLITICAS DE PRIVACIDADES*/
.janela_politicas{
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	background: #333333;
	padding: 10px;
}

.janela_politicas a{ color: #fff; text-decoration: underline; }
.janela_politicas a:hover{ color: #dedede; }

.janela_politicas .aceite-politicas{
	float: left;
	margin-top: 10px;
}

.janela_politicas .btn-concordar{
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 15px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.janela_politicas .btn-concordar:hover{
	border: 1px solid #dedede;
	color: #dedede;
}

.receita{
	width: 100%;
	height: 80vh;
	background-position: center;
	background-size: cover;
}

.novidades .item{
	float: left;
	width: 30.33%;
	margin: 20px 1.5%;
}

.novidades .item.tambem{ width: 32.33%; margin: 20px 0.5%; }

.novidades .item .img{
	width: 100%;
	height: 225px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.novidades .item .img img{ height:100%; }

.novidades .item .dados{
	min-height: 350px;
}

.novidade p{ padding: 10px 0; }
.novidade a{ color:#2fab76; }

.borda{ border: 1px solid #dedede; box-shadow: 0 0 10px 4px rgb(222, 222, 222); transition: all 0.3s; }
.borda:hover{ box-shadow: 0 0 10px 8px rgb(222, 222, 222); transition: all 0.3s; }

/*RODAPE*/
footer#rodape{
	background: #00524C;
	padding:0 10px;
}

footer#rodape .footer{
	padding:60px 0 40px 0;
}

footer#rodape .footer .logo_rodape{
	float:left;
	width:21%;
}

footer#rodape .footer .infos_rodape{
	float:right;
	width:70%;
	margin: 0 2%;
}

footer#rodape .footer .midias{
	max-width:250px;
	margin: auto;
	text-align: center;
}

footer#rodape .midias a .mid{ color:#fff; border: 0; transition: all 0.3s; }
footer#rodape .midias a:hover .mid{
	transform: scale(1.1);
	transition: all 0.3s;
}

footer#rodape .assinatura{
	padding:10px 0 20px 0;
}

footer#rodape a, footer#rodape a:hover{ color: #fff; }

.whats{ position: fixed; bottom: 10px; right: 10px; z-index: 999; transition: all 0.3s; }
.whats img{ transition: all 0.3s; }
.whats img:hover{ transform: scale(1.1); transition: all 0.3s; }

#divErro, #divRetorno{ position: fixed; top:49vh; margin: 0 1%; width: 98%; z-index: 9999999; }

.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-20by9{padding-bottom:45%}
.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive-4by3{padding-bottom:75%}

.slick-slide{
	
}

.slick-center{
	transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
}


@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
	.janela_politicas .aceite-politicas{ width: 80%; margin-top: 0; }
	
	.w1200{ 
		max-width:auto;
	}

	.min-550{ min-width: 350px }
}

@media (max-width: 1100px) {
	.video-2{ height:26vh; }
	header#topo nav.menu ul li{ margin-right:5px; padding:18px 5px; }

	header#topo nav.menu ul li a{ font-size:13px; }
	
	a .produtos, a .produtos-2{ width: 31.33%; }
	
	a .receitas-2{ width: 31.33%; }

	.i16{ width:19%; }
	.i16:first-child{ width:99%; text-align: center }
}

@media (max-width: 1023px) {
	
	.janela_politicas .aceite-politicas{ width: 75%; margin-top: 0; }

	.w5{
		width:29.33%;
		margin:10px 2% 20px 2%;
	}
	
	.w3{
		float:left;
		width:31.33%;
		margin:0 1%;
	}
	
	a .receitas{ width: 48%; }
	a .receitas-2{ width: 31.33%; }
	
	a .produtos-receitas{ width: 31.33%; }
	
	.entregues .i25-2{ width: 33.33%; }
	
	.i75-2{ width:70%; }
	.i25-2{ width:28%; }
}

@media (max-width: 900px) {
	header#topo nav.menu, header#topo .midias{ display:none; }
	header#topo .menu-mobile, header#topo .dropdown-mobi{ display: block; }
	header#topo .topo-right .midias{
		text-align:center;
	}
	
	header#topo .logo{
		position: inherit;
		width:90%;
		margin: auto;
		padding:10px 0;
		text-align:center;
	}
	
	header#topo .topo-right{
		margin:0px;
		width:100%;
		padding:10px;
	}
	
	header#topo .area_menu{
		margin-top:0;
	}
	
	footer#rodape .footer .logo_rodape, footer#rodape .footer .midias{
		float:none;
		width:100%;
		padding: 10px 0;
		margin: 10px 0;
		text-align: center;
	}
	footer#rodape .footer .infos_rodape{
		float:none;
		width:100%;
		padding: 10px 0;
		margin: 10px 0;
	}
	footer#rodape .footer .midias div{ float: left; width: 33.33%; margin-top: 5px; }
	footer#rodape .footer .logo_rodape{ text-align: center}
	footer#rodape .footer .midias{ max-width:100%; }
	
	.esconde{ display: none; }
	
	.janela_politicas .aceite-politicas{ width: 70%; margin-top: 0; }
	
	.w3{
		width:46%;
	}
	
	.novidades .item .dados{ min-height: 460px; }
	.novidades .item.tambem{ width: 49%; }
	
	.i75, .i25-3{
		float:none;
		width:100%;
		margin-left:0;
		margin-right:0;
	}
}

@media (max-width: 800px) {
	.flex{ display: block; }
	.titulos .left{ float: none; }
	.titulos .right{ float: none; margin-top: 30px }
	
	.quem_somos .right, .quem_somos .left{
		width:100%;
		float:none;
		margin: 40px 0;
	}
	
	.quem_somos .esconde{ display: block; }
	.quem_somos .mostra{ display: none; }

	.video-2{ height:50vh; }
	
	a .produtos{ width: 48%; }
	
	a .receitas-2{ width: 48%; }
	
	.w5{
		width:44%;
		margin:10px 3% 20px 3%;
	}
	
	.i75, .i75-2, .i75-3, .i66, .i60, .i60-2, .i60-3, .i50, .i50-2, .i50-3, .i50-4, .i40, .i33, .i33-2, .i30, .i25, .i25-2, .i25-3, .i20{
		float:none;
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	
	.i50-rec{
		float:left;
		width:100%;
	}
	
	.i50-rec h1, .i50-rec div{ text-align: center; margin: auto; }
	.i50-rec .i33{ float:left; width: 32.33%; }
	
	footer#rodape .footer .infos_rodape .i33, footer#rodape .footer .infos_rodape .i50, footer#rodape .footer .infos_rodape .i66{ float: left; width: 100%; padding: 20px 0; text-align: center; }
	
	.w3{
		float:none;
		width:100%;
		margin:0;
	}
	
	.w4-3, .w4-3:nth-child(5){ width:33.33%; margin: 10px 0; }
	.w4-3:nth-child(7){ margin-left: 33.33%; }
	
	.novidades .item{ width: 47%; }
	.novidades .item .dados{ min-height: 420px; }
	
	.entregues .i25-2{ float: left; width: 50%; }
	
	.janela_politicas{ text-align: center; padding: 10px 10px 20px 10px; }
	.janela_politicas .aceite-politicas{ width: 100%; margin-bottom: 15px; }
	.janela_politicas .btn-concordar{ float: none; }
	
	.i16{ width:49%; }
	.i16:first-child{ width:99%; text-align: center }
}

@media screen and (max-width: 650px) {
	.novidades .item .dados{ min-height: 450px; }
}

@media screen and (max-width: 570px) {
	.w2{ width:100% }
	
	.f50{ font-size:20px; }
	
	.icone .f50{ font-size:36px; }
	
	a .receitas{ width: 100%; margin: 2% 0; }
	a .receitas-produtos{ width: 48%; }
	
	a .produtos{ width: 98%; margin: 2% 1%; }
	a .produtos-receitas{ width: 48%; }

	.w5{
		width:90%;
		margin:10px 5% 20px 5%;
	}
	
	.entregues .i25-2{ float: left; width: 100%; }
	
	.infra.i50-3{ float:none; width:100%; margin:0%; }
	.infra.i50-3 .i25{ float:left; width:25%; }
	.infra.i50-3 .i75{ float:left; width:75%; }
	
	.video-2{ height:30vh; }
	
	.video{
		width:100%;
		height:30vh;
	}
	
	.f30{ font-size: 22px; }
	.menu-mobile .f30{ font-size: 30px; }
	
	.w4-3, .w4-3:nth-child(5){ width:50%; margin: 10px 0; }
	.w4-3:nth-child(7){ margin-left: 25%; }
	
	.novidades .item{ width: 100%; margin: 40px 0%; }
	.novidades .item.tambem{ width: 100%; margin: 20px 0%; }
	.novidades .item .img{ height: 300px; }
	.novidades .item .img img{ height:auto; }
	.novidades .item .dados{ min-height: auto; }
}

@media screen and (max-width: 460px) {
	header#topo .logo img{ max-width:120px; width:100%; }
	
	.f50{ font-size:16px; }
	.f50-2{ font-size:40px; }
	
	a .receitas-2{ width: 98%; }
	
	.i50-rec .i33{ float:left; width: 100%; }
}
