div.menu-bottom{
  max-width: 100%;
  width: auto;
  min-height: 27px;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 20px;
}
div.menu-bottom .cat-produtos{
  display: none;
}
div.menu-bottom ul{
  max-width: 100%;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  position: relative;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;


  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: initial;
  z-index: 1;
}
div.menu-bottom ul li {
    display: block;
    width: auto;
    height: auto;
    z-index: 1;
    min-width: 100px;
    position: relative;
}
div.menu-bottom ul li:hover {
    z-index: 3;
}
div.menu-bottom ul li:hover a{
    font-family: 'Lato-Semibold';
}
div.menu-bottom ul:first-of-type li:first-of-type a{
  padding-left: 0px;
}
div.menu-bottom ul:last-of-type li:last-of-type a{
  padding-right: 0px;
}
div.menu-bottom ul li:hover a span.seta {
    opacity: 1;
}

div.menu-bottom ul:first-of-type li:first-of-type:hover ul.sub,
div.menu-bottom ul:first-of-type li:first-of-type ul.sub{
  left: calc(0% - 0px);
}
div.menu-bottom ul:first-of-type li:last-of-type:hover ul.sub,
div.menu-bottom ul:first-of-type li:last-of-type ul.sub{
  left: initial;
  right: calc(0% - 0px);
}

div.menu-bottom ul li a span.seta:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: calc(50% - 8px);
  cursor: pointer;
  z-index: 1;
  background: url('../images/assets/sprite.png') -170px -40px no-repeat;
}
div.menu-bottom ul li a span.seta {
    width: calc(100% - 0px);
    left: 0px;
    bottom: -3px;
    height: 12px;
    margin: 0px auto 0px;
    display: block;
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 2;
/*     -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); */
    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;
    /* background: url('../images/icon/seta-sub-menu.png') center top no-repeat; */
}
div.menu-bottom ul li:hover ul.sub:after {
  max-height: 400px;
  min-height: 400px;
  opacity: 1;
}
div.menu-bottom ul li ul.sub:after {
  /* content: ""; */
  width: 100%;
  max-height: 0px; 
  left: -50%;
  background: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: -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;
  border-bottom: 2px solid #173f70;
  border-top: 0px;

}
div.menu-bottom ul li:hover ul.sub {
  min-width: 500px;
  max-height: 800px;
  min-height: 320px;
  opacity: 1;
  -webkit-box-shadow: : 0px 0px 70px -30px #000;
  box-shadow: : 0px 0px 70px -30px #000;
  border-top: 0px;
  /* overflow: initial!important; */
  z-index: 2;
  -webkit-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.5);
    
}
footer div.menu-bottom ul li ul.sub {
  bottom: 50px!important;
  top: initial!important;  
  z-index: -1;
}
footer div.menu-bottom ul li ul.sub .dir{
  border-top: 2px solid #173f70;
  margin-top: -2px;
  border-bottom: 0px;
}
footer div.menu-bottom ul li:hover ul.sub:after {
  max-height: 400px;
  min-height: 399px;
  opacity: 1;
  border-top: 2px solid #173f70;
  top: -2px;
}
footer div.menu-bottom ul li:hover ul.sub {
  border-bottom: 0px;
  /*border: 1px solid #e60415;*/
  bottom: 60px!important;
  top: initial!important;
}
footer div.menu-bottom ul li a:after{
    opacity: 1;
    top: 7px;
    bottom: initial;
    transform: rotate(180deg);
    opacity: 0;
}
div.menu-bottom ul li ul.sub{
  width: 500px;
  display: block;
  opacity: 0;
  max-height: 0px;
  min-height: 0px;
  overflow: hidden;
  position: absolute;
  /* left: calc(0% - 470px); */
  left: calc(-50% - 90px);
  background: #fff;
  border-radius: 15px;
  top: 50px;
  z-index: 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;
  /*border-bottom: 2px solid #173f70;*/
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

div.menu-bottom ul li ul.sub div.top{
  width: 100%;
  height: 80px;
  display: block;
  border: 0px;
}

div.menu-bottom ul li ul.sub div.top span.cat {
font-family: 'ralewaysemibold';
    font-size: 12px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px 15px 40px;
    width: calc(100% - 60px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: left;
    letter-spacing: 2px;
    -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

div.menu-bottom ul li ul.sub .esq, 
div.menu-bottom ul li ul.sub .dir {
    width: 50%;
    float: left;
    display: block;
    position: relative;
    height: auto;
}
div.menu-bottom ul li ul.sub .dir {
    width: 50%;
    position: relative;
    right: 0%;
    background: #fff;
}
div.menu-bottom ul li ul.sub .esq ul.lista {
    width: 100%;
    display: inline-block;
    margin: 15px 0px;
    height: auto;
    overflow-y: auto;
}



div.menu-bottom ul li ul.sub .esq ul.lista li {
    padding: 0px;
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
    border-bottom: 1px solid #eeece5;
    margin-left: 30px;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a:after {
  content: "";
  min-width: 0px;
  min-height: 0px;
  position: absolute;
  bottom: calc(50% - 9px);
  left: 5px;
  opacity: 0;
  /* border-left: 2px solid #f1592a; */
  /* border-bottom: 2px solid #f1592a; */
  -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;
  background: url(../images/icon/icon-logo.svg) center center no-repeat;
  background-size: 100% auto;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a:hover:after {
    opacity: 1;
    min-width: 17px;
    min-height: 100%;
    left: 0px;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a:hover {
  color: #bf051b;
  background: transparent!important;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a {
  background: none!important;
  font-family: 'Lato-Medium';
  font-size: 14px;
  line-height: 14px;
  color: #53534e;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  margin: 6px 0px;
  letter-spacing: 0px;
  text-align: left;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  -webkit-transform: translate3d(-20px,0px,0px);
  -moz-transform: translate3d(-20px,0px,0px);
  -ms-transform: translate3d(-20px,0px,0px);
  -o-transform: translate3d(-20px,0px,0px);
  transform: translate3d(-20px,0px,0px);
  /* border-bottom: 1px solid #eeece5; */
}


div.menu-bottom ul li ul.sub.cat{
  width: 100%!important;
}
div.menu-bottom ul li:hover ul.sub.cat{
  width: 100%!important;
    max-height: 900px;
    min-height: 285px;
    /*padding-bottom: 100px;*/
    opacity: 1;
}
div.menu-bottom ul li ul.sub.cat ul.lista{
    width: calc(25% - 91px);
    float: left;
    height: 140px;
    /*overflow: hidden;*/
    padding: 10px 45px;
    border-right: 1px solid #bdbdbd;
    margin: 20px 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat div.box{
    width: calc(25% - 91px);
    float: left;
    height: 140px;
    /*overflow: hidden;*/
    padding: 10px 45px;
    border-right: 1px solid #bdbdbd;
    margin: 20px 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat div.lista{
    width: 100%;
    float: left;
    height: 90px;
    overflow: hidden;
    padding: 0px;
    border-right: 0px!important;
    margin: 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat a.sub_top:hover,
div.menu-bottom ul li ul.sub.cat a.sub_bottom:hover {
    text-decoration: underline!important;
    color: #4e4d4d;
    padding-left: 5px;
    background: transparent!important;
}
div.menu-bottom ul li ul.sub.cat a.sub_top:before,
div.menu-bottom ul li ul.sub.cat a.sub_bottom:before,
div.menu-bottom ul li ul.sub.cat div.lista a:before{
    content: none;
}
div.menu-bottom ul li ul.sub.cat a.sub_top {
    text-transform: uppercase;
    color: #172f50;
    font-family: 'ralewaysemibold';
    font-size: 14px;
    line-height: 30px;
    display: block;
    background: transparent!important;
    padding: 0px;
    width: 100%;
}
div.menu-bottom ul li ul.sub.cat a.sub_bottom {
    text-transform: uppercase;
    color: #f1592a;
    font-family: 'montserratbold';
    font-size: 14px;
    line-height: 30px;
    display: block;
    background: transparent!important;
    padding: 0px;
    width: 100%;
}
div.menu-bottom ul li ul.sub.cat div.lista a:before {
    text-decoration: underline!important;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub.cat div.lista a:hover {
    text-decoration: underline!important;
    padding-left: 5px;
    background: transparent!important;
}
div.menu-bottom ul li ul.sub.cat div.lista a {
    background: none!important;
    padding: 0px;
    font-family: 'ralewayregular';
    width: 90%;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    color: #a1a0a0;
    text-transform: none;
    margin: 0px;
    letter-spacing: 0px;
}
div.menu-bottom ul li ul.sub.cat:after{
    /*content: "";*/
    height: 1px;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 51.5%;
    background: #bdbdbd;
    position: absolute;
}


div.menu-bottom ul li ul.sub.cat li.borda{
    display: block;
  width: 100%;
    height: auto;
    float: left;
}
div.menu-bottom ul li ul.sub.cat li.borda:nth-child(1n){
  border-bottom: 1px solid #bdbdbd;
    display: block;
  width: 100%;
    height: auto;
    float: left;
}
div.menu-bottom ul li ul.sub.cat li.borda:last-of-type{
    border: 0px;
}
div.menu-bottom ul li ul.sub.cat li ul.lista:nth-child(4n){
    border-right: 0px;
}
div.menu-bottom ul li ul.sub.cat li div.box:nth-child(4n){
  border-right: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li{
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:first-of-type a{
  text-transform: uppercase;
  color: #172f50;
    font-family: 'ralewaysemibold';
    font-size: 14px;
    line-height: 36px;
    display: block;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:last-of-type {
    position: absolute;
    bottom: -10px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:last-of-type a{
  text-transform: uppercase;
  color: #f1592a;
    font-family: 'montserratbold';
    font-size: 13px;
    line-height: 24px;
    display: block;
}
div.menu-bottom ul li ul.sub.cat ul.lista li {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a:after {
  display: none;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a:hover {
  text-decoration: underline!important;
    color: #4e4d4d;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a {
    background: none;
    padding: initial;
    font-family: 'ralewayregular';
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    color: #a1a0a0;
    text-transform: none;
    margin: 0px;
    letter-spacing: 0px;
}

div.menu-bottom ul li:hover ul.sub .dir .produ {
    background-position: center;
    background-size: auto 100%;
    height: 100%;
}
div.menu-bottom ul li ul.sub .dir .produ img {
    margin-top: 0px;
    width: calc(100% - 30px);
    max-height: 100%;
    display: inline-block;
    float: left;
}
div.menu-bottom ul li ul.sub .dir span.titu {
    color: #bf051b;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    font-family: 'Lato-Black';
    margin-top: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
div.menu-bottom ul li ul.sub .dir .produ {
    width: 100%;
    height: 100%;
    display: block;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

}

div.menu-bottom ul li ul.sub div.top span.cat img.icon {
    float: left;
    margin-right: 20px;
    height: 38px;
    width: auto;
}

div.menu-bottom ul li:last-of-type a:before {
  opacity: 0;
}
div.menu-bottom ul li a {
  width: auto;
  min-width: 60px;
  font-family: 'Lato-Light';
  font-size: 13px;
  line-height: 13px;
  color: #000;
  min-height: 27px;
  text-transform: uppercase;
  /* float: left; */
  padding: 0px 25px;
  position: relative;
  -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;
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /* display: block; */
  text-align: center;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

  /* letter-spacing: 2px; */
  /* border-bottom: 4px solid #887a1a; */
  /* border-right: 1px solid rgba(255, 255, 255, 0.3)!important; */
}
div.menu-bottom ul li a:before {
    content: "";
    width: 2px;
    position: absolute;
    right: -1px;
    /* right: 0px; */
    top: 5px;
    background: #d4d0c8;
    height: calc(100% - 10px);
}

div.menu-bottom ul li:last-of-type a{
  /* padding-right: 0px; */
}

div.menu-bottom ul li:hover a:after,
div.menu-bottom ul li.is-active a:after {
    opacity: 1;
}
div.menu-bottom ul li a:after {
    content: "";
    width: 27px;
    height: 14px;
    background: url(../images/assets/sprite.png) -91px -32px no-repeat;
    display: block;
    bottom: -24px;
    right: calc(50% - 10px);
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
div.menu-bottom ul li:nth-child(2) ul.sub {
  
}
div.menu-bottom ul li:nth-child(3) ul.sub {
  
}
div.menu-bottom ul li:nth-child(4) ul.sub {
  
}
div.menu-bottom ul li:nth-child(5) ul.sub {
  
}

div.menu-bottom ul li:nth-child(6) ul.sub {
  
}
div.menu-bottom ul li:nth-child(7) ul.sub {
  
}
div.menu-bottom ul li:nth-child(8) ul.sub {
  
}
div.menu-bottom ul li:nth-child(8) a{
  /* border-right: 0px!important; */
}
div.menu-bottom ul li.cat a:after{
    content: none;
}
div.menu-bottom ul li.cat a:before{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/icon/seta-header-menu-bottom.png) left top no-repeat;
    background-size: 8px;
    display: block;
    top: 22px;
    right: 15px;
    position: absolute;
}
div.menu-bottom ul li.cat:hover a:before{
    background: url(../images/icon/seta-header-menu-bottom.png) left bottom no-repeat;

}

ul.lista li a:before{
    content: none!important;
}


.mobile-bottom,
.mobile-bottom .menu{
  display: none;
}
.mobile-bottom {
  max-width: 100%;
  width: auto;
  background-color: #fff;
  border-radius: 5px;
  min-height: 47px;
  padding: 5px 20px;
}
.mobile-bottom .open-bottom{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  cursor: pointer;
}
.mobile-bottom .open-bottom p{
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3px;
  color: #bf001d;
}
.mobile-bottom .open-bottom i{
  font-size: 25px;
  color: #bf001d;
}
.mobile-bottom .cat-produtos{
  display: flex!important;
  flex-direction: column;
  position: fixed;
  max-width: 100%;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #000000a1;
  top: calc(-100vh + -100px);
  left: 0;
  z-index: 999;
  transition: top 0.5s;
  margin-top: 0;
  gap: 20px;
}
.mobile-bottom .cat-produtos.opened {
    top: 0;
}
.mobile-bottom .cat-produtos .close-bottom{
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: unset;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.mobile-bottom .cat-produtos .close-bottom i{
  font-size: 30px;
  color: #fff;
}
.mobile-bottom .cat-produtos ul{
  width: auto;
  padding: 75px 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.mobile-bottom .cat-produtos ul li{
  display: flex;
}
.mobile-bottom .cat-produtos ul li a{
  color: #fff;
  text-align: center;
}
.mobile-bottom .cat-produtos ul li a:hover{
  color: #bf001d;
}

@media screen and (max-width: 1000px) {
  div.menu-bottom,
  div.menu-bottom .menu{
    display: none;
  }

  .mobile-bottom{
    display: flex;
  }
  

}


