body{margin: 0px !important;}
.main-menu-btn
{
    margin-left:5px;
}
.suportmenus
{
  width: 100%;
  border: 0;
}
/*.smartFloatMenu
{
  height: 30px;
  text-align: left !important;
}*/
.floatMenu
{
  height: 30px;
  text-align: left !important;
  text-align: right; /*novo*/
}
.pushMenu
{
  position: relative;
  text-align: left !important;
}
.sm-smart
{
  margin-top:10px;
  position: absolute;
  display: block;
}
/*#top
{
  text-align: right;
}*/
td .top-h
{
  height: 49px;
}
.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox offscreen (so it stays visible to screen readers) */
#main-menu-state {
  position: absolute;
  top: -99999px;
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ .sm {
  display: none;
}
#main-menu-state:checked ~ .sm {
  display: block;
}
@media (min-width: 9999px) {
  /* hide the button in desktop view 768*/
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ .sm {
    display: block;
  }
}
.tempFristChild a:first-child{
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}