@import url("https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900");
html, body {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Catamaran", "sans-serif"; }

.wrapper, .pagecontent pre {
  display: block;
  max-width: 1024px;
  margin: 0px auto;
  height: auto; }

.header-nav {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
  background: #231F20; }
  .header-nav .wrapper {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .header-nav .color-complete {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50%;
    background: red; }
    .header-nav .color-complete.top {
      background: #dcdcdc; }
    .header-nav .color-complete.bottom {
      top: 50px;
      background: #494949; }
  .header-nav .logo {
    display: inline-block;
    width: 25%;
    height: 112px;
    background-image: url("../images/logo-options-top-black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: 13px;
    margin-bottom: 13px; }
    .header-nav .logo.fas {
      background-position: 0px -6px; }
    .header-nav .logo.loc {
      background-position: 0px -131px; }
  .header-nav .basemenu {
    display: block;
    width: 100%;
    height: 30px;
    background: #231F20;
    position: absolute;
    top: 130px;
    left: 0px;
    z-index: 2; }
    .header-nav .basemenu.fas {
      background: #EC1D24; }
    .header-nav .basemenu.loc {
      background: #4986C6; }
  .header-nav .top-nav-block {
    display: inline-block;
    width: 74%;
    vertical-align: top;
    position: relative;
    top: 40px; }
    .header-nav .top-nav-block .mobile-anchor-menu {
      display: none; }
    .header-nav .top-nav-block nav.mainmenu {
      display: block;
      width: 80%;
      height: 40px;
      text-align: right;
      margin-top: 50px;
      float: right;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-nav .top-nav-block nav.mainmenu li {
        display: inline-block;
        margin-right: 30px;
        height: 50px;
        font-family: "Catamaran","sans-serif"; }
        .header-nav .top-nav-block nav.mainmenu li a {
          cursor: pointer;
          display: block;
          text-decoration: none;
          padding: 10px 15px;
          font-size: 0.8em;
          margin-top: 9px;
          font-weight: bold;
          color: #FFF;
          text-transform: uppercase;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .header-nav .top-nav-block nav.mainmenu li span {
          text-transform: uppercase;
          font-size: 15px;
          color: #FFF; }
        .header-nav .top-nav-block nav.mainmenu li ul {
          display: none;
          width: auto;
          height: auto;
          position: absolute;
          background: #FFF;
          z-index: 9999;
          text-align: left;
          top: 90px;
          right: 0%; }
          .header-nav .top-nav-block nav.mainmenu li ul li {
            width: 120px;
            height: auto;
            display: block;
            float: left;
            margin-right: 0px;
            text-align: center; }
            .header-nav .top-nav-block nav.mainmenu li ul li a {
              height: 30px;
              line-height: 30px;
              padding: 0px 10%;
              border-radius: 0px;
              width: 80%;
              margin: 0px; }
        .header-nav .top-nav-block nav.mainmenu li:last-child {
          margin-right: 0px; }
        .header-nav .top-nav-block nav.mainmenu li.active ul {
          display: block;
          z-index: 3; }
          .header-nav .top-nav-block nav.mainmenu li.active ul li.active a {
            font-weight: bold !important; }
          .header-nav .top-nav-block nav.mainmenu li.active ul li a {
            background: none;
            overflow: hidden;
            font-weight: normal; }
            .header-nav .top-nav-block nav.mainmenu li.active ul li a:hover {
              font-weight: bold; }
        .header-nav .top-nav-block nav.mainmenu li.locadora-menu.active a {
          background: #4986C6;
          color: #FFF; }
        .header-nav .top-nav-block nav.mainmenu li.locadora-menu.active ul {
          display: block;
          background: #4986C6;
          color: #FFF; }
          .header-nav .top-nav-block nav.mainmenu li.locadora-menu.active ul li a {
            background: none;
            color: #FFF;
            overflow: hidden;
            font-weight: normal; }
            .header-nav .top-nav-block nav.mainmenu li.locadora-menu.active ul li a:hover {
              font-weight: bold; }
        .header-nav .top-nav-block nav.mainmenu li.fastfood-menu.active a {
          background: #EC1D24;
          color: #FFF; }
        .header-nav .top-nav-block nav.mainmenu li.fastfood-menu.active ul {
          display: block;
          background: #EC1D24;
          color: #FFF; }
          .header-nav .top-nav-block nav.mainmenu li.fastfood-menu.active ul li a {
            background: none;
            color: #FFF;
            overflow: hidden;
            font-weight: normal; }
            .header-nav .top-nav-block nav.mainmenu li.fastfood-menu.active ul li a:hover {
              font-weight: bold; }
    .header-nav .top-nav-block .add-nav {
      display: block;
      width: 93%;
      height: 50px;
      background: #494949;
      margin-left: 7%;
      position: relative;
      -webkit-border-radius: 0px 0px 0px 100px;
      border-radius: 0px 0px 0px 100px; }
      .header-nav .top-nav-block .add-nav .tel {
        color: #FFF;
        font-size: 18px;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        position: absolute;
        left: 26%; }
      .header-nav .top-nav-block .add-nav a.faleconosco {
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        height: 50px;
        margin-left: 40px;
        line-height: 48px;
        font-size: 19px; }
      .header-nav .top-nav-block .add-nav .search-block {
        display: block;
        height: auto;
        position: absolute;
        right: 2%;
        top: 12px;
        width: auto; }
        .header-nav .top-nav-block .add-nav .search-block input {
          border: 2px solid #888;
          height: 14px;
          padding: 5px;
          border-radius: 100px;
          width: 313px;
          margin: 0px;
          outline: none; }
        .header-nav .top-nav-block .add-nav .search-block button {
          display: inline-block;
          width: 46px;
          height: 27px;
          background: #808080;
          text-align: center;
          color: #FFF;
          margin-left: -20px;
          position: absolute;
          border: 0px;
          cursor: pointer;
          top: 0px;
          right: 0px;
          font-size: 17px;
          padding: 0px 30px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px; }
          .header-nav .top-nav-block .add-nav .search-block button i {
            margin-left: -5px; }
      .header-nav .top-nav-block .add-nav .search-holder {
        display: block;
        position: absolute;
        width: 80%;
        height: 0px;
        overflow-y: auto;
        box-shadow: 0px 0px 10px #333;
        border: 0px solid #6d6d6d;
        border-radius: 5px;
        background: #FFFFFF;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header-nav .top-nav-block .add-nav .search-holder.show {
          height: 300px;
          border: 2px solid #6d6d6d; }
        .header-nav .top-nav-block .add-nav .search-holder .waiting {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 70px;
          color: #CCC;
          height: 300px;
          line-height: 300px; }
        .header-nav .top-nav-block .add-nav .search-holder #search-result {
          display: block;
          opacity: 0;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background: #FFF;
          margin: auto;
          z-index: 2;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .header-nav .top-nav-block .add-nav .search-holder #search-result .result-el {
            display: block;
            width: 90%;
            padding: 5%;
            background: #CCC;
            border-bottom: 1px solid #888;
            color: #333;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .header-nav .top-nav-block .add-nav .search-holder #search-result .result-el:hover {
              background: #333;
              color: #FFF; }
            .header-nav .top-nav-block .add-nav .search-holder #search-result .result-el .image {
              display: inline-block;
              width: 50px;
              height: 50px;
              background: #333;
              margin-right: 8px;
              background-position: center center;
              background-size: cover;
              border: 1px solid #FFF;
              border-radius: 5px; }
            .header-nav .top-nav-block .add-nav .search-holder #search-result .result-el .title {
              display: inline-block;
              vertical-align: top;
              height: 50px;
              line-height: 50px; }
          .header-nav .top-nav-block .add-nav .search-holder #search-result.show {
            opacity: 1; }

.page-sub-title {
  display: block;
  width: 100%; }
  .page-sub-title .module-box {
    line-height: 40px;
    width: 670px;
    float: left; }
  .page-sub-title .wrapper {
    position: relative; }
  .page-sub-title h2 {
    font-size: 1.7em;
    margin: 40px;
    text-transform: uppercase; }
  .page-sub-title .user-stats {
    display: block;
    width: 180px;
    height: 63px;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 1em;
    float: right;
    position: relative;
    margin-top: 17px; }
    .page-sub-title .user-stats .user-name {
      font-size: 1.3em;
      position: absolute;
      right: 60px;
      top: 14px;
      text-align: right;
      color: #e71b26; }
    .page-sub-title .user-stats .user-panel-bt {
      display: block;
      width: 45px;
      height: 45px;
      font-size: 20px;
      text-align: center;
      line-height: 45px;
      border: 2px solid #818181;
      color: #c2c2c2;
      position: absolute;
      top: 0px;
      right: 0px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
  .page-sub-title .register-block {
    display: block;
    width: 260px;
    height: 80px;
    text-align: center;
    font-size: 1em;
    float: right;
    line-height: 1em;
    position: relative;
    padding-top: 15px; }
    .page-sub-title .register-block span {
      font-size: 0.7em;
      display: block;
      width: 100%;
      margin-top: 20px;
      font-weight: bold; }

.home-destaq .first-slide {
  display: block;
  width: 100%;
  height: 100%;
  background: #231F20;
  position: absolute; }
  .home-destaq .first-slide .slide-page {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease; }
    .home-destaq .first-slide .slide-page.show {
      opacity: 1; }
    .home-destaq .first-slide .slide-page.hide {
      opacity: 0; }
.home-destaq .label-home {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 5;
  bottom: 240px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  text-shadow: 0px 0px 10px #000; }
.home-destaq .homebuttons {
  position: absolute;
  display: block;
  width: 450px;
  height: 200px;
  bottom: 20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 3; }
  .home-destaq .homebuttons .homebutton {
    display: block;
    float: left;
    width: 198px;
    height: 198px;
    overflow: hidden;
    text-indent: -999px;
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    background-image: url("../images/logo-options-01_new.jpg"); }
    .home-destaq .homebuttons .homebutton.loc {
      background-position: 0px -200px; }
      .home-destaq .homebuttons .homebutton.loc:hover {
        background-position: -200px -200px; }
    .home-destaq .homebuttons .homebutton.fas {
      background-position: 0px 0px; }
      .home-destaq .homebuttons .homebutton.fas:hover {
        background-position: -200px 0px; }
    .home-destaq .homebuttons .homebutton:nth-child(2) {
      margin-left: 50px; }

.page-content .bg-image {
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.page-content p.parag-sp {
  display: block;
  width: 944px;
  margin: 40px auto;
  padding-left: 80px;
  position: relative;
  line-height: 18px;
  font-size: 15px; }
  .page-content p.parag-sp img {
    position: absolute;
    left: 0px;
    top: 0px; }
.page-content .galery {
  border: 0px !important;
  position: relative;
  width: auto;
  height: 200px;
  margin: 60px auto;
  left: -200px; }
  .page-content .galery img {
    display: block;
    width: 300px !important;
    height: 200px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #FFF;
    filter: grayscale(100%) brightness(1.3);
    -webkit-filter: grayscale(100%) brightness(1.3);
    -moz-filter: grayscale(100%) brightness(1.3);
    -o-filter: grayscale(100%) brightness(1.3);
    -ms-filter: grayscale(100%) brightness(1.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .page-content .galery img.active {
      width: 360px !important;
      height: 260px !important;
      top: -30px;
      border: 1px solid #000;
      filter: grayscale(0%) brightness(1);
      -webkit-filter: grayscale(0%) brightness(1);
      -moz-filter: grayscale(0%) brightness(1);
      -o-filter: grayscale(0%) brightness(1);
      -ms-filter: grayscale(0%) brightness(1); }
    .page-content .galery img.open {
      margin-left: 310px;
      box-shadow: 0px 0px 10px #000; }
.page-content .pagecontent {
  margin-top: 50px; }
  .page-content .pagecontent.im {
    margin-top: 500px;
    position: absolute;
    width: 100%;
    padding-bottom: 100px; }
  .page-content .pagecontent .bottom-tab {
    display: block;
    width: 50%;
    background: #f4811f;
    padding: 50px 25%;
    position: relative;
    margin-top: 50px; }
    .page-content .pagecontent .bottom-tab img {
      width: 100%; }
    .page-content .pagecontent .bottom-tab .title {
      width: 90%;
      color: #FFF;
      font-weight: bold;
      display: block;
      float: left;
      margin: 12px 0px 0px 10px;
      font-size: 27px;
      font-weight: 300; }
    .page-content .pagecontent .bottom-tab .desc {
      width: 90%;
      color: #000;
      font-weight: bold;
      display: block;
      float: left;
      margin: 2px 0px 0px 10px;
      font-weight: 400;
      font-size: 20px; }
    .page-content .pagecontent .bottom-tab i {
      display: block;
      width: 50px;
      height: 50px;
      background: #000;
      border-radius: 100px;
      color: #FFF;
      text-align: center;
      line-height: 50px;
      font-size: 26px;
      float: left; }
    .page-content .pagecontent .bottom-tab ul {
      list-style: none;
      display: block;
      width: 100%;
      margin-top: 40px; }
      .page-content .pagecontent .bottom-tab ul li {
        display: block;
        width: 100%;
        clear: both; }
    .page-content .pagecontent .bottom-tab:before {
      display: block;
      width: 30%;
      height: 50px;
      background: #f4811f;
      margin: auto;
      position: absolute;
      top: -40px;
      text-align: center;
      color: #FFF;
      line-height: 50px;
      font-size: 25px;
      font-weight: 100;
      left: 0;
      right: 0; }
.page-content .wrapper .bg-image {
  position: relative; }
.page-content h1 {
  display: inline-block;
  font-size: 3.5em;
  color: #333;
  margin-bottom: 50px;
  font-style: italic;
  text-align: left;
  margin-top: 50px;
  font-weight: bold;
  text-transform: uppercase; }
  .page-content h1.im {
    position: absolute;
    color: #FFF;
    text-shadow: 0px 0px 10px #000; }
  .page-content h1 i {
    margin-left: 20px;
    margin-right: -40px;
    font-size: 34px; }
.page-content .list-blocks {
  display: block;
  width: 90%;
  margin: auto; }
  .page-content .list-blocks .block {
    position: relative;
    display: inline-block;
    background-position: center center;
    width: 29%;
    height: 100px;
    margin-right: 5%;
    margin-bottom: 5%;
    background-color: #e7e7e7;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 0px #494947;
    text-decoration: none;
    cursor: pointer; }
    .page-content .list-blocks .block h2 {
      display: block;
      width: 100%;
      height: 64px;
      background: #c2c2c2;
      position: absolute;
      top: 0px;
      left: 0px;
      font-size: 1.4em;
      text-align: center;
      color: #4d4d4d;
      line-height: 64px; }
    .page-content .list-blocks .block:nth-child(3n) {
      margin-right: 0px; }

.pagecontent p {
  display: block;
  margin-bottom: 20px; }

footer {
  padding: 50px 0px; }
  footer.logged {
    padding-bottom: 300px; }
  footer .footer-left, footer .footer-middle, footer .footer-right {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.2em;
    overflow: hidden; }
  footer .footer-left {
    width: 33%;
    height: 220px; }
  footer .footer-middle {
    padding-top: 60px;
    height: 160px;
    width: 40%; }
  footer .footer-right {
    width: 26%;
    height: 200px;
    padding-top: 20px; }
  footer .certa-footer-logo {
    display: block;
    width: 50%;
    height: 90px;
    margin: auto;
    background-image: url("../images/logo_footer.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  footer .tel.big {
    font-weight: bold;
    font-size: 1.6em;
    margin-top: 15px;
    display: block; }
  footer .footer-menu {
    display: block;
    width: 100%;
    margin-bottom: 27px; }
    footer .footer-menu a {
      display: block;
      width: 100%;
      text-align: right;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.2em;
      color: #000;
      margin-bottom: 3px; }
  footer .footer-right .button {
    margin: 0px;
    float: right; }
  footer .button {
    font-size: 1em;
    display: block;
    margin: 20px auto;
    max-width: 130px; }
    footer .button.w-icon {
      position: relative;
      padding-right: 60px; }
      footer .button.w-icon i {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 58px;
        width: 60px;
        font-size: 41px;
        line-height: 58px; }
    footer .button span {
      display: inline-block;
      width: 170px; }
    footer .button.big {
      font-size: 1.6em;
      max-width: 177px;
      line-height: 1em;
      float: left; }
  footer .simple-footer {
    display: block;
    width: 100%;
    position: relative; }
    footer .simple-footer .logo {
      display: block;
      width: 160px;
      height: 100px;
      z-index: 2;
      margin: auto;
      background-image: url("../images/logo_footer.png");
      background-position: center center;
      background-size: 70%;
      background-repeat: no-repeat;
      background-color: #FFF;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    footer .simple-footer .horizontal-line {
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 100%;
      height: 1px;
      background: #c2c2c2; }

.footer-pedido {
  position: fixed;
  display: block;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  height: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 999;
  color: #FFF;
  background-color: #e71b26;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .footer-pedido .client-select-holder {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #FFF;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .footer-pedido .client-select {
    width: 272px;
    outline: none; }
  .footer-pedido .select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    height: 33px;
    padding: 3px;
    outline: none; }
  .footer-pedido .bt-finish-kart {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size: 24px;
    width: 24%;
    overflow: hidden;
    vertical-align: top;
    height: 0px;
    line-height: 60px;
    padding-left: 19px;
    float: right;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .footer-pedido .client-select-holder {
    opacity: 1;
    height: auto;
    padding: 15px 1% 14px 1%;
    width: 30%; }
  .footer-pedido .bt-finish-kart {
    opacity: 1;
    height: 60px; }
  .footer-pedido hr {
    border-top: 1px solid #FFF;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    margin: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .footer-pedido .itens-block {
    display: inline-block;
    width: 821px;
    height: 179px;
    padding: 26px 0px 0px 20px; }
    .footer-pedido .itens-block .item-block {
      display: inline-block;
      width: 122px;
      height: 92px;
      background-color: #CCC;
      background-size: cover;
      background-position: center center;
      position: relative;
      margin-right: 17px;
      margin-top: 30px;
      margin-bottom: 40px;
      box-shadow: 0px 5px 20px #333; }
      .footer-pedido .itens-block .item-block .remov-item {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        border: 4px solid #FFF;
        top: -42px;
        right: -12px;
        text-align: center;
        line-height: 20px;
        background: red;
        border-radius: 100px;
        z-index: 2;
        cursor: pointer; }
      .footer-pedido .itens-block .item-block .title {
        font-size: 12px;
        position: absolute;
        left: 0px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #CCC;
        color: #333;
        z-index: 1;
        top: -30px;
        border-bottom: 1px solid #FFF; }
        .footer-pedido .itens-block .item-block .title a {
          color: #333; }
      .footer-pedido .itens-block .item-block .quant {
        display: block;
        width: 100%;
        height: 30px;
        position: absolute;
        bottom: -42px;
        text-align: center;
        font-size: 17px;
        z-index: 1; }
        .footer-pedido .itens-block .item-block .quant.show .changeQuantit {
          height: 50px;
          padding-top: 5px;
          opacity: 1; }
        .footer-pedido .itens-block .item-block .quant a {
          cursor: pointer; }
        .footer-pedido .itens-block .item-block .quant .changeQuantit {
          font-size: 12px;
          display: block;
          width: 100%;
          position: absolute;
          bottom: 33px;
          left: 0px;
          background: #333;
          overflow: hidden;
          box-shadow: 0px 0px 10px #FFF;
          height: 0px;
          padding-top: 0px;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .footer-pedido .itens-block .item-block .quant .changeQuantit input {
            outline: none;
            background: #7B7B7B;
            border: 1px solid #FFF;
            padding: 3px;
            font-size: 18px;
            text-align: center;
            width: 60px;
            margin-top: 7px;
            position: absolute;
            bottom: 5px;
            left: 5px;
            color: #FFF; }
          .footer-pedido .itens-block .item-block .quant .changeQuantit a {
            display: block;
            width: 30px;
            height: 30px;
            float: right;
            background: #CCC;
            line-height: 30px;
            position: absolute;
            bottom: 5px;
            right: 5px;
            cursor: pointer; }
  .footer-pedido .see-all-block {
    display: inline-block;
    width: 179px;
    height: 190px;
    vertical-align: top; }
    .footer-pedido .see-all-block .see-bt {
      display: block;
      width: 100px;
      height: 100px;
      background: #333;
      font-size: 23px;
      text-align: center;
      padding: 10px;
      margin: 35px auto;
      color: #9f9f9f;
      cursor: pointer; }
      .footer-pedido .see-all-block .see-bt.minimize {
        display: none; }
      .footer-pedido .see-all-block .see-bt.normal {
        display: block; }
      .footer-pedido .see-all-block .see-bt i {
        font-size: 46px;
        margin-top: 6px; }
  .footer-pedido h3 {
    font-size: 28px;
    margin-top: 14px;
    margin-left: 11px;
    display: inline-block;
    width: 40%; }
    .footer-pedido h3 .open-pedidos {
      display: inline-block;
      width: 35px;
      height: 35px;
      cursor: pointer;
      border: 1px solid #FFF;
      text-align: center;
      margin-right: 21px; }
      .footer-pedido h3 .open-pedidos .on {
        display: none; }
      .footer-pedido h3 .open-pedidos .off {
        display: block; }
    .footer-pedido h3 i {
      font-size: 34px; }
    .footer-pedido h3 span {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .footer-pedido.expand {
    height: 100% !important; }
    .footer-pedido.expand .open-pedidos {
      display: none; }
    .footer-pedido.expand .see-bt.normal {
      display: none !important; }
    .footer-pedido.expand .see-bt.minimize {
      display: block !important; }
    .footer-pedido.expand .client-select-holder {
      height: auto !important;
      padding: 15px 8px 14px 5px !important; }
    .footer-pedido.expand .bt-finish-kart {
      height: 60px !important; }
    .footer-pedido.expand .client-select-holder, .footer-pedido.expand .bt-finish-kart, .footer-pedido.expand hr {
      opacity: 1 !important; }
  .footer-pedido.show {
    opacity: 1;
    height: 270px;
    /*.client-select-holder{
      height: auto;
      padding: 15px 8px 14px 5px;
    }

    .bt-finish-kart{
      height: 60px;
    }*/ }
    .footer-pedido.show h3 .open-pedidos {
      opacity: 1; }
      .footer-pedido.show h3 .open-pedidos .on {
        display: block; }
      .footer-pedido.show h3 .open-pedidos .off {
        display: none; }
    .footer-pedido.show h3 span {
      opacity: 0; }
    .footer-pedido.show .client-select-holder, .footer-pedido.show .bt-finish-kart, .footer-pedido.show hr {
      opacity: 1; }

.gradient0, .gradient5 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef8c2f+0,f2d482+100 */
  background: #ef8c2f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef8c2f 0%, #f2d482 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ef8c2f), color-stop(100%, #f2d482));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ef8c2f 0%, #f2d482 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ef8c2f 0%, #f2d482 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ef8c2f 0%, #f2d482 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ef8c2f 0%, #f2d482 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8c2f', endColorstr='#f2d482',GradientType=1 );
  /* IE6-9 */ }

.gradient1, .gradient3 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29871b+0,88ba64+100 */
  background: #29871b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #29871b 0%, #88ba64 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #29871b), color-stop(100%, #88ba64));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #29871b 0%, #88ba64 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #29871b 0%, #88ba64 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #29871b 0%, #88ba64 100%);
  /* IE10+ */
  background: linear-gradient(to right, #29871b 0%, #88ba64 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29871b', endColorstr='#88ba64',GradientType=1 );
  /* IE6-9 */ }

.gradient2, .gradient4 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to right, #1e5799 0%, #7db9e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
  /* IE6-9 */ }

aside.filter-side {
  display: block;
  float: left;
  width: 18%;
  height: auto;
  border: 2px solid #c2c2c2;
  padding: 1%; }
  aside.filter-side h3 {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 1.8em;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 10px;
    color: #8f8f8f; }
  aside.filter-side button {
    width: 100%;
    font-size: 12px; }
  aside.filter-side .filter-opt {
    display: block;
    width: 100%;
    height: auto; }
    aside.filter-side .filter-opt .opt {
      font-size: 1.7em;
      display: block;
      margin-bottom: 10px;
      margin-top: 10px; }
    aside.filter-side .filter-opt span {
      display: block;
      width: 100%;
      height: 20px;
      line-height: 20px;
      padding-left: 5px;
      color: #a9a9a9;
      position: relative;
      overflow: hidden;
      /*&:before{
        top: 0px;
        left: 5px;
        bottom: 0px;
        margin: auto;
        display: block;
        width: 8px;
        height: 8px;
        background: #a9a9a9;
      }*/ }
      aside.filter-side .filter-opt span .icheckbox_minimal-red {
        margin-right: 9px; }

.result-side {
  display: block;
  float: left;
  width: 78%;
  height: auto;
  min-height: 500px;
  padding-left: 1%; }
  .result-side .prod-block {
    display: inline-block;
    width: 31%;
    background: white;
    margin-right: 2%;
    margin-bottom: 3%;
    border: 1px solid #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .result-side .prod-block .price-label {
      display: block;
      width: 100%;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-weight: bold;
      background: #CCC;
      color: #333; }
    .result-side .prod-block:hover, .result-side .prod-block.selected {
      border: 1px solid #c2c2c2; }
    .result-side .prod-block:nth-child(3n) {
      margin-right: 0px; }
    .result-side .prod-block span.name {
      display: block;
      width: 100%;
      height: 50px;
      background: #c2c2c2;
      text-align: center;
      line-height: 50px;
      font-size: 1.2em;
      color: #4d4d4d; }
    .result-side .prod-block .image {
      display: block;
      width: 100%;
      height: 170px;
      background-position: center center;
      background-size: cover;
      background-color: #FFF;
      background-repeat: no-repeat;
      cursor: pointer; }
    .result-side .prod-block .info {
      display: block;
      width: 70%;
      height: auto;
      margin: 10px auto; }
      .result-side .prod-block .info strong {
        display: block;
        width: 100px;
        float: right;
        overflow: hidden;
        height: 12px;
        font-size: 12px;
        line-height: 12px; }
      .result-side .prod-block .info span {
        display: block;
        width: 100%;
        height: 16px;
        font-size: 0.9em; }
        .result-side .prod-block .info span em {
          display: inline-block;
          width: 60px;
          margin-right: 10px; }
    .result-side .prod-block .select-product {
      display: block;
      width: 90%;
      height: 50px;
      background: #333;
      position: relative;
      border-radius: 10px;
      margin: 10px auto;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .result-side .prod-block .select-product .label {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 21px;
        color: #FFF;
        opacity: 1;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .result-side .prod-block .select-product i {
        opacity: 0;
        display: block;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        font-size: 33px;
        color: #e71b26;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .result-side .prod-block .select-product.selected {
        width: 100%;
        border-radius: 0px;
        background: #FFF; }
        .result-side .prod-block .select-product.selected i {
          opacity: 1; }
        .result-side .prod-block .select-product.selected .label {
          opacity: 0; }

.prod-image-block {
  display: inline-block;
  width: 30%;
  padding: 0px 3% 0px 0px;
  vertical-align: top; }
  .prod-image-block .thumb-holder {
    margin: 0px 0px 1% 0px;
    border: 3px solid #333; }
  .prod-image-block .main-prod-image {
    display: block;
    float: none;
    width: 104%;
    margin: 0px 0px 10px 0px;
    border: 1px solid #333;
    padding: 0px; }
  .prod-image-block .gallery-block {
    display: block;
    width: 106%; }
    .prod-image-block .gallery-block .thumb-holder {
      width: 31%;
      margin: 0px 1% 0px 0px;
      padding: 0px;
      border: 1px solid #333; }
      .prod-image-block .gallery-block .thumb-holder.mini i {
        font-size: 30px; }
      .prod-image-block .gallery-block .thumb-holder:last-child {
        margin-right: 0px; }

.prod-aditional-block {
  display: inline-block;
  vertical-align: top;
  width: 66%; }
  .prod-aditional-block h2 {
    font-size: 20px;
    margin: 15px 0px 5px 0px;
    color: #e71b26; }
  .prod-aditional-block .price {
    font-size: 30px; }

.order section.cliente-info {
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 20px;
  margin: 20px auto;
  position: relative; }
  .order section.cliente-info h2 {
    display: block;
    width: auto;
    position: absolute;
    top: -20px;
    left: 20px;
    background: #FFF;
    padding: 10px;
    font-size: 22px; }
  .order section.cliente-info ul li {
    position: relative;
    padding: 0px 0px 0px 20px;
    margin-left: 30px; }
    .order section.cliente-info ul li .title {
      font-weight: bold; }
    .order section.cliente-info ul li:before {
      content: " ";
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      left: 0px;
      top: 4px;
      border-radius: 100px;
      background: #CCC; }
.order .status-pedido-bar {
  display: block;
  width: 98%;
  padding: 1%;
  border-radius: 5px; }
.order .resumetotalorder {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
  font-size: 25px;
  color: #333; }
.order section.kart-info {
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 20px;
  margin: 20px auto;
  position: relative; }
  .order section.kart-info h2 {
    display: block;
    width: auto;
    position: absolute;
    top: -20px;
    left: 20px;
    background: #FFF;
    padding: 10px;
    font-size: 22px; }
.order .preparingTosend {
  display: block;
  width: 60px;
  height: 0px;
  margin: 10px auto;
  font-size: 60px;
  text-align: center;
  line-height: 60px;
  color: #CCC;
  overflow: hidden;
  -webkit-transition: "all" 0.3 easy-in-out;
  -moz-transition: "all" 0.3 easy-in-out;
  -ms-transition: "all" 0.3 easy-in-out;
  -o-transition: "all" 0.3 easy-in-out;
  transition: "all" 0.3 easy-in-out; }
  .order .preparingTosend.show {
    height: 60px; }
.order #pagamentoinfo {
  display: block;
  width: 50%;
  margin: 20px auto;
  height: 60px;
  border: 1px solid #cccccc;
  border-radius: 5px; }
.order .change-value-input {
  height: 30px;
  text-align: center;
  font-size: 15px;
  width: 80px;
  border-radius: 100px;
  border: 1px solid #CCC; }
.order .change-value-order {
  border: 1px solid #333;
  padding: 5px;
  cursor: pointer;
  border-radius: 100px; }
.order .remov-item {
  display: inline-block;
  height: 30px;
  border: 1px solid red;
  border-radius: 100px;
  width: auto;
  color: red;
  margin-top: 12px;
  cursor: pointer !important; }
  .order .remov-item i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
.order .client-select-holder {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: auto;
  height: 50px;
  text-align: right;
  z-index: 2;
  outline: none !important; }
  .order .client-select-holder .loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
  .order .client-select-holder select {
    outline: none !important; }

table {
  background-color: #FFFFFF; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #CCCCCC;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #333333; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #333333; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #333333; }
  .table .table {
    background-color: #FFFFFF; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 10px; }

.table-bordered {
  border: 1px solid #333333; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #333333; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

/*@include table-row-variant('active', $table-bg-active);
@include table-row-variant('success', $state-success-bg);
@include table-row-variant('info', $state-info-bg);
@include table-row-variant('warning', $state-warning-bg);
@include table-row-variant('danger', $state-danger-bg);*/
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 1020px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #333333; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4; }

.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4; }

.table tr td .progress {
  margin-top: 5px; }

.table-bordered {
  border: 1px solid #f4f4f4; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0; }

/*
 * Component: Form
 * ---------------
 */
.form-control {
  box-shadow: none;
  min-height: 30px;
  min-width: 96%;
  border-radius: 5px;
  border: 1px solid #d2d6de;
  padding: 0px 2%; }

.contactform {
  display: block;
  width: 400px;
  height: auto;
  margin: auto; }

.form-control.textarea {
  padding: 1% 2%; }

.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
  outline: none; }

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1; }

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group {
  display: block;
  width: 100%;
  margin: 10px auto;
  text-align: center; }
  .form-group label.error {
    display: block;
    width: auto;
    padding: 10px;
    background: red;
    clear: both;
    color: #FFF;
    border-radius: 5px;
    float: none;
    margin: 5px auto;
    font-size: 12px;
    position: relative; }
    .form-group label.error:before {
      content: " ";
      display: inline-block;
      position: absolute; }
    .form-group label.error.valid {
      padding: 0px; }
      .form-group label.error.valid::before {
        height: 0px;
        width: 0px; }
    .form-group label.error::before {
      display: red;
      background: red;
      width: 15px;
      height: 15px;
      position: absolute;
      top: -6px;
      left: 12px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      writing-mode: tb-rl; }
  .form-group label {
    float: left;
    text-align: left; }

.form-group.has-success label {
  color: #00a65a; }

.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none; }

.form-group.has-warning label {
  color: #f39c12; }

.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none; }

.form-group.has-error label {
  color: #dd4b39; }

.form-group.has-error .form-control {
  border-color: #dd4b39;
  box-shadow: none; }

/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff; }

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0; }

.icheck > label {
  padding-left: 0; }

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px; }

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px; }

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px; }

.module-box {
  display: block;
  min-height: 40px; }
  .module-box h2 {
    margin: 20px 0px;
    font-size: 21px; }

#loginform {
  display: block;
  width: 250px;
  margin: auto;
  padding: 20px;
  border: 1px solid #CCC;
  text-align: center; }
  #loginform h1 {
    font-size: 2em;
    margin-bottom: 30px; }
  #loginform .form-group {
    margin: 10px auto; }
    #loginform .form-group input {
      padding: 10px; }
  #loginform .logo {
    display: block;
    width: 50%;
    height: 90px;
    margin: auto;
    background-image: url("../images/logo_footer.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }

/*Fancybox*/
a.thumb-holder {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-size: cover;
  line-height: 200px;
  text-align: center;
  font-size: 80px;
  padding: 6px;
  background-position: center center;
  background-clip: content-box;
  border: 4px solid #333;
  border-radius: 3px;
  margin: 10px;
  color: #FFF; }
  a.thumb-holder.mini {
    width: 50px;
    height: 50px;
    padding: 1px;
    margin: auto;
    float: none;
    font-size: 22px;
    line-height: 40px; }
  a.thumb-holder:hover .fa {
    opacity: 0.5; }
  a.thumb-holder .fa {
    color: #FFF !important;
    opacity: 0; }

b {
  font-weight: bold; }

strong {
  font-weight: bold; }

input, button {
  outline: none; }

button, .button {
  background: #e71b26;
  color: #FFF;
  font-size: 1.4em;
  text-decoration: none;
  padding: 8px 40px;
  text-align: center;
  border: 0px;
  cursor: pointer;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }
  button.center, .button.center {
    margin: auto;
    width: 240px;
    display: block;
    font-size: 30px; }

button.button-grey {
  background: #CCC;
  color: #333; }

.clr {
  display: block;
  width: 100%;
  height: 0px;
  clear: both; }

section.section-info {
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 20px;
  margin: 20px auto;
  position: relative; }
  section.section-info h2 {
    display: block;
    width: auto;
    position: absolute;
    top: -20px;
    left: 20px;
    background: #FFF;
    padding: 10px;
    font-size: 22px; }
  section.section-info ul li {
    position: relative;
    padding: 0px 0px 0px 20px;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px; }
    section.section-info ul li .title {
      font-weight: bold; }
    section.section-info ul li:before {
      content: " ";
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      left: 0px;
      top: 4px;
      border-radius: 100px;
      background: #CCC; }

.message {
  display: block;
  width: 80%;
  height: 0px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  opacity: 0;
  cursor: pointer;
  z-index: 9999999;
  background: none;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .message .mContent {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1%;
    background-color: #CCCCCC;
    padding-bottom: 10px; }
    .message .mContent.btn-danger {
      color: #FFFFFF;
      background: #9c1d19; }
    .message .mContent.btn-success {
      color: #FFFFFF;
      background: #659c3a; }
  .message .dissMessage {
    position: absolute;
    right: 0px;
    top: -6px;
    color: #FFFFFF; }
  .message.show {
    opacity: 1;
    height: 63px;
    top: 10%;
    box-shadow: 0px 0px 50px #000; }
    .message.show .mContent {
      padding: 1%; }

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee; }

.callout a {
  color: #fff;
  text-decoration: underline; }

.callout a:hover {
  color: #eee; }

.callout h4 {
  margin-top: 0;
  font-weight: 600; }

.callout p:last-child {
  margin-bottom: 0; }

.callout code,
.callout .highlight {
  background-color: #fff; }

.callout.callout-danger {
  border-color: #c23321; }

.callout.callout-warning {
  border-color: #c87f0a; }

.callout.callout-info {
  border-color: #0097bc; }

.callout.callout-success {
  border-color: #00733e; }

.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success {
  color: #FFFFFF !important; }

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important; }

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important; }

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important; }

/*FOOTER*/
h2.bottom-title {
  margin: 30px 10%;
  font-size: 30px; }

hr {
  display: block;
  width: 20%;
  height: 100px;
  float: left;
  border: 0px; }

.bottom-tile {
  border: 0px !important;
  background-color: #929497;
  width: 13%;
  height: 190px;
  float: left;
  margin-right: 5%;
  position: relative;
  padding-left: 16%;
  font-size: 27px;
  line-height: 33px;
  font-weight: bold;
  color: #FFF; }
  .bottom-tile a {
    text-decoration: none;
    color: #FFF; }
  .bottom-tile img {
    width: auto !important;
    height: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px; }
  .bottom-tile:last-child {
    margin-right: 0px; }

.footer-logo {
  display: block;
  width: 20%;
  height: 120px;
  position: relative; }
  .footer-logo:before {
    content: " ";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #231F20; }
  .footer-logo:after {
    content: " ";
    display: block;
    width: 120px;
    height: 110px;
    position: absolute;
    right: 0px;
    top: 6px;
    margin-right: 20px;
    background-image: url("../images/logo-options-top-black.png"); }

.pagecontent.fastfood-menu .footer-logo:after {
  background-position: -34px -190px; }

.pagecontent.locadora-menu .footer-logo:after {
  background-position: -34px -93px; }

/*# sourceMappingURL=style.css.map */
