.sblinha{
 width:930;
 height:1px;
 top:150px;
 background-color:#555555;
 position: absolute;
 margin-left: auto;
 margin-right: auto;
 left: 0;
 right: 0;
 z-index:1020;
}
.sbshadow{
 border-radius: 10px;
 max-width:910;
 top:150px;
 position: absolute;
 margin-left: auto;
 margin-right: auto;
 left: 0;
 right: 0;
 z-index:1000;
 padding: 11px 5px;
 box-sizing: border-box;
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 -webkit-box-shadow: 0px 4px 10px 1px rgba(66,57,66,0.71);
 -moz-box-shadow: 0px 4px 10px 1px rgba(66,57,66,0.71);
 box-shadow: 0px 4px 10px 1px rgba(66,57,66,0.71);
}
.sbshadow::before{
 border-radius: 10px; 
 background-color: #FFFFFF;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 height:auto;
 position: absolute;
 z-index: -1;   
}
.imgtopo{
 top:55px;
 position: absolute;
 margin-left: auto;
 margin-right: auto;
 left: 0;
 right: 0;
}
.sbmenu{
 border-radius: 0px 0px 10px 10px ;
 text-align:center;
 font-family: Arial;
 color: #FFFFFF;
 padding:10px;
 max-width:600px;
 top:7px;
 position: absolute;
 margin-left: auto;
 margin-right: auto;
 left: 0;
 right: 0;
 border:3px solid #033866;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#033866, endColorstr=#999999,GradientType=0);
 background: -moz-linear-gradient(bottom,#999999,#033866) repeat-X;
 background: -webkit-gradient(linear, left top, left bottom, from(#033866), to(#999999)) repeat-X;
 box-sizing: border-box;
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 
}

.sbtopo{
 background: rgba(204,195,194,0.96);
 background: -moz-radial-gradient(center, ellipse cover, rgba(204,195,194,0.96) 0%, rgba(106,130,156,0.96) 49%, rgba(105,129,156,1) 50%, rgba(95,122,152,0.99) 55%, rgba(47,91,133,0.97) 79%, rgba(5,63,117,0.97) 100%);
 background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(204,195,194,0.96)), color-stop(49%, rgba(106,130,156,0.96)), color-stop(50%, rgba(105,129,156,1)), color-stop(55%, rgba(95,122,152,0.99)), color-stop(79%, rgba(47,91,133,0.97)), color-stop(100%, rgba(5,63,117,0.97)));
 background: -webkit-radial-gradient(center, ellipse cover, rgba(204,195,194,0.96) 0%, rgba(106,130,156,0.96) 49%, rgba(105,129,156,1) 50%, rgba(95,122,152,0.99) 55%, rgba(47,91,133,0.97) 79%, rgba(5,63,117,0.97) 100%);
 background: -o-radial-gradient(center, ellipse cover, rgba(204,195,194,0.96) 0%, rgba(106,130,156,0.96) 49%, rgba(105,129,156,1) 50%, rgba(95,122,152,0.99) 55%, rgba(47,91,133,0.97) 79%, rgba(5,63,117,0.97) 100%);
 background: -ms-radial-gradient(center, ellipse cover, rgba(204,195,194,0.96) 0%, rgba(106,130,156,0.96) 49%, rgba(105,129,156,1) 50%, rgba(95,122,152,0.99) 55%, rgba(47,91,133,0.97) 79%, rgba(5,63,117,0.97) 100%);
 background: radial-gradient(ellipse at center, rgba(204,195,194,0.96) 0%, rgba(106,130,156,0.96) 49%, rgba(105,129,156,1) 50%, rgba(95,122,152,0.99) 55%, rgba(47,91,133,0.97) 79%, rgba(5,63,117,0.97) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc3c2', endColorstr='#053f75', GradientType=1 );
 height:200px;
}
.sbmeio{
 height:20px;
 border:0px;
 border-bottom:2px solid #666666;
}
.sbinicio{
 height:10px;
 background:#033866;
}
.sbitem{
 width:100px;
 height:100px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00407e, endColorstr=#999999,GradientType=0);
 background: -moz-linear-gradient(bottom,#999999,#00407e) repeat-X;
 background: -webkit-gradient(linear, left top, left bottom, from(#00407e), to(#999999)) repeat-X;
 font-family: Arial;
 font-size:14px;
 text-align:center;
 color:#f3f3f3;
 padding:10px;
 border-radius:10px;
 border:3px outset #888888;
 cursor:pointer;
}
.quadro {
 flex: 2;
 min-width: 126px;
 margin: 3px;
 max-width: 126px;
} 
.foot {
 flex: 3;
 min-width: 100%;
}
.foot img {
 background: white;
 box-shadow: 0px 0px 10px 1px;
 border-radius: 4px; 
 display: block;
 margin: auto;
}
.carne {
 flex: 2;   
 min-width: 126px;   
 margin: 3px;   
 max-width: 126px;   
 height: 1px;
} 