#menu_icone_b{
    z-index: 9999;
}


.navbar-toggler-icon {
    width: 1.20em;
    height: 1.20em;
}

.noscroll {
    overflow: hidden;
}

.under-menu {
    background-color: var(--azul-sesc);
    height: 390px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.under-a{
    display:block;
    color: #fff !important;
    width: 100%;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    border-left: none;
    margin-bottom: 5px;
    padding-left: 0 !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.under-a:before {
    position: absolute;
    background: var(--amarelo-sesc);
    height: 2px;
    content: '';
    width: 50px;
    margin-top: 28px;
}
.idioma-mob {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.redes-mob a {
    font-size: 20px;
    padding-right: 25px;
    margin-top: 10px;
    color: #fff !important;
    display: inline-block !important;
}
.idioma-mob span {
    font-size: 20px;
    color: #fff;
}
.idioma-mob a {
    font-size: 15px;
    padding-left: 10px;
    color: #fff !important;
    display: inline-block !important;
}
.borda-esq {
    border-left: 1px solid #fff;
    margin-left: 10px;
}

.nivel1 li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    border-left: none;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.nivel1 li a:before {
    position: absolute;
    background: var(--amarelo-sesc);
    height: 2px;
    content: '';
    width: 50px;
    margin-top: 28px;
}
.nivel1_sub:after {
    display: inline-block;
    border-width: 0.12em 0.12em 0 0;
    height: 0.65em;
    left: 0em;
    width: 0.65em;
    float: right;
    position: relative;
    top: 0;
    border-style: solid;
    content: '';
    transform: rotate(45deg);
    margin-right: 8px;
}

.slide-menu {
  position: fixed;
  /*width: 320px;
  max-width: 100%;*/
  width: 100%;
  height: 100vh;
  /*top: 0;*/
  /*top:35px;*/
  top:45px;
  right: 0;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #333;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  will-change: transform;
  z-index: 1000;
}

.slide-menu .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  will-change: transform;

   padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.slide-menu ul {
  padding-left: 0;
  list-style: none;
  position: relative;
   /*width: 320px;
  max-width: 100%;*/
  width: 100%;
  margin: 0;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 105%;
  display: none;
  box-sizing: content-box;

  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50%;

}

.slide-menu ul ul li:first-child{
  display:none;
}
.slide-menu ul ul li:nth-child(2) > a{
  font-weight:bold !important;
}
.slide-menu ul ul li:nth-child(2) > a:before{
  content:none !important;
}
.slide-menu ul ul li:nth-child(2) > a:after{
    display: inline-block;
    border-width: 0.15em 0.15em 0 0;
    height: 0.65em;
    left: 0em;
    width: 0.65em;
    float: left;
    position: relative;
    top: 3px;
    border-style: solid;
    content: '';
    transform: rotate(226deg);
    margin-right: 8px;
    border-color: var(--azul-sesc);
}

.img-lmenu {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    margin-top: -10px;
}

.nivel1 li ul li a:before {
    position: absolute;
    background: var(--amarelo-sesc);
    height: 2px;
    content: '';
    width: 50px;
    margin-top: 43px;
    left: 15px;
}

.nivel1 li ul li a {
    padding-bottom: 25px;
}
.nivel2_sub:after {
    display: inline-block;
    border-width: 0.12em 0.12em 0 0;
    height: 0.65em;
    left: 0em;
    width: 0.65em;
    float: right;
    position: relative;
    top: 10px;
    border-style: solid;
    content: '';
    transform: rotate(45deg);
    margin-right: 8px;
}
.slide-menu ul a {
  display: block;
  color: #000;
  text-decoration: none;
}

.slide-menu ul ul ul{
    left: 100%;
}

.slide-menu.no-transition, .slide-menu.no-transition * {
  transition: none !important;
}
.nivel3_sub a {
    border-bottom: none !important;
}
.nivel3_sub a:before {
    content: none !important;
}
.nivel3_sub a:first-child{
    font-weight:bold;
}
.nivel3_sub {
    display: block;
    width: 90%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    border-left: none;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.nivel3_sub:before {
    position: absolute;
    background: var(--amarelo-sesc);
    height: 2px;
    content: '';
    width: 50px;
    margin-top: -27px;
    left: 15px;
}
.nivel3_sub a{
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}

@media (max-width: 767px) {

    header#masthead {
      padding: 0.74rem 0.84rem;
      padding-top: 3px;
}

}

.slide-menu {
  background: #ffffff;
  color: #000;
}

.slide-menu .slider {
  top: 38px;
}

.slide-menu .controls {
  overflow: hidden;
}

.slide-menu a {
  color: #fff;
}

.slide-menu a:hover {
  background: transparent;
}

.slide-menu .btn {
  float: right;
  color: #000;
  background: #34817e;
  padding: 8px;
}

.slide-menu .btn:hover {
  background: #2b6b68;
}

.slide-menu .btn + .btn {
  margin-right: 1px;
}

#test-menu-left {
  padding: 16px;
}
