@charset "utf-8";
/* CSS Document */

.ementasbody {
	display:table;
	margin: 0 auto;
	max-width: 1000px;
	padding-left:5%;
	padding-right:5%;
	background-color:rgba(32,32,128,.8);
}

.cardclr {
	clear:both;
}

.cardbranco {
	background:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	width: 950px;
}

.centerdiv {
	display:table;
	margin: 0 auto;
}

.espacobaixo {
	height:10px;
}

.video {
  position: fixed;
  top: 50%; left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.ementas_cal_days {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 242px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 20px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background: rgba(173,173,173,1);
	background: -moz-linear-gradient(top, rgba(173,173,173,0.25) 0%, rgba(156,132,201,0.25) 6%, rgba(166,166,166,0.20) 50%, rgba(158,158,158,0.20) 51%, rgba(194,194,194,0.19) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(173,173,173,0.25)), color-stop(6%, rgba(156,132,201,0.25)), color-stop(50%, rgba(166,166,166,0.20)), color-stop(51%, rgba(158,158,158,0.20)), color-stop(100%, rgba(194,194,194,0.19)));
	background: -webkit-linear-gradient(top, rgba(173,173,173,0.25) 0%, rgba(156,132,201,0.25) 6%, rgba(166,166,166,0.20) 50%, rgba(158,158,158,0.20) 51%, rgba(194,194,194,0.19) 100%);
	background: -o-linear-gradient(top, rgba(173,173,173,0.25) 0%, rgba(156,132,201,0.25) 6%, rgba(166,166,166,0.20) 50%, rgba(158,158,158,0.20) 51%, rgba(194,194,194,0.19) 100%);
	background: -ms-linear-gradient(top, rgba(173,173,173,0.25) 0%, rgba(156,132,201,0.25) 6%, rgba(166,166,166,0.20) 50%, rgba(158,158,158,0.20) 51%, rgba(194,194,194,0.19) 100%);
	background: linear-gradient(to bottom, rgba(173,173,173,0.25) 0%, rgba(156,132,201,0.25) 6%, rgba(166,166,166,0.20) 50%, rgba(158,158,158,0.20) 51%, rgba(194,194,194,0.19) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#c2c2c2', GradientType=0 );
}

.ementas_cal_today {
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 20px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background: rgba(239,197,202,0.25);
	background: -moz-linear-gradient(top, rgba(239,197,202,0.25) 0%, rgba(210,75,90,0.75) 50%, rgba(186,39,55,0.75) 51%, rgba(241,142,153,0.70) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,197,202,0.25)), color-stop(50%, rgba(210,75,90,0.75)), color-stop(51%, rgba(186,39,55,0.75)), color-stop(100%, rgba(241,142,153,0.70)));
	background: -webkit-linear-gradient(top, rgba(239,197,202,0.25) 0%, rgba(210,75,90,0.75) 50%, rgba(186,39,55,0.75) 51%, rgba(241,142,153,0.70) 100%);
	background: -o-linear-gradient(top, rgba(239,197,202,0.25) 0%, rgba(210,75,90,0.75) 50%, rgba(186,39,55,0.75) 51%, rgba(241,142,153,0.70) 100%);
	background: -ms-linear-gradient(top, rgba(239,197,202,0.25) 0%, rgba(210,75,90,0.75) 50%, rgba(186,39,55,0.75) 51%, rgba(241,142,153,0.70) 100%);
	background: linear-gradient(to bottom, rgba(239,197,202,0.25) 0%, rgba(210,75,90,0.75) 50%, rgba(186,39,55,0.75) 51%, rgba(241,142,153,0.70) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99', GradientType=0 );
}

.pboxpos {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width:  242px;
	height: 220px;
	background-repeat: no-repeat;
}

.pcarne {
	background-image: url(../img/pcarnebox.png);
}

.ppeixe {
	background-image: url(../img/ppeixebox.png);
}

.emheading {	
	height: 30px;
	padding-top:10px;
	text-transform: capitalize;
	color: #F6E498;
	text-shadow: 2px 2px 5px black;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
}

.emimgbox {
	height:34px;
	width:32px;
	float:left;
	background:#FFFFFF;
}

.emtxtbox {
	height:34px;
	width:210px;
	float:right;
	font-size: 12px;
}

.emcard {
	background: rgba(255,255,220,0.5);
	height:170px;
	width:242px;
}

.refeicoesbody {
	/*width:90%;*/
	display:table;
	margin: 0 auto;
	max-width: 1000px;
	padding-left:1%;
	padding-right:1%;
	background-color:rgba(64,64,64,.5);
	margin-bottom:50px;
}