* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.main {
  max-width: 100%;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
  min-height: 460px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  background-color: #656565;
  padding: 20px;
  border: 0px;
  border-radius: 0px !important;
  width: 100%;
}

.btn:hover {
  background-color: #557f86;
  color: #000000;
  font-weight: 700;

}

.btn.active {
  background-color: #545454;
  color: #000000;
}


.btn2 {
  padding: 20px 5px 20px 5px;
  border: 0px;
  background-color: #808080;
  width: 100%;
}

.btn2:hover {
  background-color: #557f86;
  color: #000000;
  font-weight: 700;
}

.btn2.active2 {
  background-color: #656565;
  color: #000000;
}

.btnsite {
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 6px 18px;
  background-color: #169eff;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  text-decoration:none;
}

.btnsite:hover {
  background-color: #557f86;
}

.wrapper_menu_categorias {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.menu_categorias {
    flex: 1 1 auto;
    flex-flow: row nowrap;
    display: inherit;
}

.menu_categorias .lp-topbar-menu {
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    list-style: none;
    display: flex;
}

.menu_categorias .lp-topbar-menu li {
    position: static;
    flex: 1 1 auto;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    background: var(--cor-menu);
    float: left;
}

.lp-topbar-menu {
    padding: 0px;
    margin: 0px;
    line-height: 32px;
}


.menu_categorias .lp-topbar-menu li a {
    padding: 10px;
    text-decoration:none;
    display: block;
}

.lp-topbar-menu li:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 15px;
    color: #fff;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.menu_categorias img.menu-image {
    width: 48px;
    padding-bottom: 0 !important;
}

span.menu-image-title {
    color: #fff;
    line-height: 100%;
}

.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
    text-align: center;
    display: block;
}

.menu-image-title.menu-image-title-below.menu-image-title {
    display: inline;
}

.menu-image-title-below.menu-image-not-hovered > img, .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper, .menu-image-title-below .menu-image-hover-wrapper {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto !important;
}

.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    display: inline;
}

img {
    max-width: 100%;
    height: auto;
}

.menu_categorias .lp-topbar-menu li:hover {
   background-color: #f5e85c;
   color:
}

#footer {
bottom: 0;
width: 100%;
height: 2.5rem;
border-top: 5px solid #656565;
}


.bottom {
  padding: 27px 0;
background-color: #515151;
color:#ffffff;
font-size: 14px;
z-index: 1;
position: relative;
display: flex;
 align-items: center;
 justify-content: center;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.caixa {
      max-width: 30%;
}
@media only screen and (max-width: 600px) {
  .caixa {
      min-width: 90%;
      margin-bottom: 20px !important;
  }
  .unicobox {
      width: 75%;

  }
}

nav select {
  display: none;
}

@media (max-width: 960px) {
  nav ul     { display: none; }
  nav select { display: inline-block; }
}
