@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:  sans-serif;/*'Poppins',*/
}
.menuMain{
    width: 100%;
    height: 30px;
    background-color: green;
    margin-bottom: 20px;
}
nav {
  /*position: fixed;
  z-index: 99;*/
  width: 100%;
  background: transparent;/*#242526*/
}

nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 120px;
  height: 27px;
  /*line-height: 70px;*/
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#showMega,#showMega2,#showMega3,#showMega4,#showMega5,#close-btn,#menu-btn,.menu-btn,.close-btn{display: none;}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.carregando-historico {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.mensagem-vazia {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega-box5 .content .listar-historico li {
    color: red !important;
    margin: 5px;
    width: 32%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: #302f2f;
    float: left;
}
.mega-box5 .content .listar-historico li:hover {
    background-color: #585858 !important;
    color: white !important;
}
.mega-box5 .content .listar-historico li a:hover {
    background-color: transparent; !important;
    color: white !important;
}
.mega-box5 .content .listar-historico li button {
    background: transparent;
    border: none;
    color: red;
    cursor: pointer;
    padding: 8px;
}
.mega-box5 .content .listar-historico li:hover .fa-trash {
    color: white !important;
}
/*.nav-links li active:hover {
  background: #a0cf4f !important;/*#a0cf4f  #3A3B3C*/
/*}
.nav-links li a:hover {
  background: red;/*#a0cf4f  #3A3B3C*/
/*}*/
.nav-links li {
    padding: 2px 0px;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin: 2px 0 0 0;
}
.nav-links .active:hover {
    background: #63bb7b;
}
.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box,.nav-links li:hover .mega-box2,.nav-links li:hover .mega-box3,.nav-links li:hover .mega-box4 {
  transition: all 0.3s ease;
  top: 29px;
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #a0cf4f;
  border-bottom: 4px solid #a0cf4f;
  z-index: 999;
}


.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.mega-box , .mega-box2{
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  /*padding: 0 30px;*/
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box5 {
    position: absolute;
    left: 0;
    width: 100%;
    /* padding: 0 30px; */
    top: 85px;
    opacity: 0;
    visibility: hidden;
}
.mega-box5 .content {
    background: #242526;
    padding: 25px 80px;
    /* display: flex; */
    width: 100%;
    justify-content: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    color: white;
    height: auto;
    overflow: hidden;
}
.mega-box5 .content .listar-historico li {
    color: red !important;
    margin: 5px;
    width: 32%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: #302f2f;
    float: left;
    border-radius: 8px;
}
.nav-links li:hover .drop-menu, .nav-links li:hover .mega-box, .nav-links li:hover .mega-box2, .nav-links li:hover .mega-box3, .nav-links li:hover .mega-box4, .nav-links li:hover .mega-box5 {
    transition: all 0.3s ease;
    top: 29px;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #a0cf4f;
    border-bottom: 4px solid #a0cf4f;
    z-index: 999;
}
.mega-box .content, .mega-box2 .content {
  background: #242526;
  /*padding: 25px 20px;*/
  padding: 0px 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row, .mega-box2 .content .row {
    /* width: calc(25% - 30px); */
    line-height: 45px;
    /* background: #ae6767; */
    height: 70px;
    margin: 20px  0px 10px 5px;
    /* overflow: hidden; */
}
.mega-box .content .row span.name-art {
    position: absolute;
    top: 0px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    left: 5px;
    width: 150px;
    height: 35px;
    line-height: 1.5;
}
/*.mega-box .content .row img, .mega-box2 .content .row img {
    width: 25%;
    height: 90%;
    padding: 0;
    margin: 2px;
    float: left;
    position: relative;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}*/
.mega-box .content .row img, .mega-box2 .content .row img {
    width: 28%;
    height: 91%;
    object-fit: fill;
    margin: 2px;
    float: left;
    position: relative;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.mega-box .content .row a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    margin-top: 20px;
    position: relative;
    background: transparent;
    transition: all 0.3s ease;
    line-height: 0.3;
    border-radius: 0;
}
.mega-box .content .row span.estilo {
    color: #a0cf4f;
    top: 40px;
    left: 4px;
    /* position: relative; */
    font-size: 9px;
    float: left;
    position: absolute;
    width: 145px;
    padding: 5px 0;
}
.mega-box .verMais, .mega-box2 .verMais {
    width: 100%;
    height: 40px;
    padding: 0;
    background: #242526;
    text-align: center;
    color: #a0cf4f;
    padding: 0;
    line-height: 2;
}
.mega-box .verMais a, .mega-box2 .verMais a{
  padding: 5px;
  color: #fff;
}
.mega-box .verMais a:hover, .mega-box2 .verMais a:hover{
  background: #a0cf4f;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  -webkit-transition: all 300ms linear;
}
.mega-box .row:hover, .mega-box2 .row:hover{
  background-color: #4a4848;
  border-radius: 7px;
  text-shadow: 0 1px 2px #000;
  -webkit-transition: all 300ms linear;
}
.mega-box .ordemAlfa, .mega-box2 .ordemAlfa {
    width: 100%;
    height: auto;
    padding: 10px 100px;
    background: #262325;
    text-align: center;
    color: #a0cf4f;
    /* padding: 0; */
    display: flex;
    line-height: 1;
    justify-content: space-around;
    align-items: center;
    /*border-bottom: 1px solid #a0cf4f;*/
}
.mega-box .ordemAlfa a,.mega-box2 .ordemAlfa a {
    /* padding: 5px 20px; */
    color: #a0cf4f;
    width: 10px;
    height: 28px;
    display: flex;
    /* justify-content: flex-start; */
    /* justify-items: left; */
    text-align: center;
    align-items: center;
    justify-content: center;
}
.mega-box .ordemAlfa a:hover, .mega-box2 .ordemAlfa a:hover{
  background: #a0cf4f;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  text-shadow: 0 1px 2px #000;
  -webkit-transition: all 300ms linear;
}
.mega-box .ordemAlfa a.active, .mega-box2 .ordemAlfa a.active {
    color: #fff;
    font-weight: bold;
    background: #a0cf4f;
    border-radius: 30px;
}
/***********************/
.mega-box2 .verMais {
    width: 100%;
    height: 40px;
    padding: 0;
    background: #a0cf4f;
    text-align: center;
    border-radius: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: white;
}
.mega-box2 .content .row a {
    padding: 0;
}

.mega-box2 .content .row a:hover span.nc{
    background: transparent;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    -webkit-transition: all 300ms linear;
}
.mega-box2 .content .row a:hover span.na{
    background: transparent;
    color: #a0cf4f;
    text-shadow: 0 1px 2px #000;
    -webkit-transition: all 300ms linear;
}
.mega-box2 .content .row .nc {
    padding: 5px;
    float: left;
    font-size: 12px;
    margin-top: -5px;
    color: #a0cf4f;
    font-weight: 600;
}
.mega-box2 .content .row .na {
    padding: 5px;
    float: left;
    font-size: 9px;
    color: #fff;
    margin-top: 15px;
    margin-left: -90px;
    /* position: relative; */
}
/*.mega-box2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box2 .content {
  background: #242526;
  padding: 25px 80px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}*/

/*.mega-box2 .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}
.mega-box2 .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
    display: grid;
    align-items: center;
    justify-content: end;
    text-align: center;
    margin: 2px;
}

 .mega-box2 .content .row img {
    width: 100%;
    height: 75%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    position: relative;
    border-radius:10px;
}*/
.column-menu-cifras {
    height: 70px;
    margin: 10px 5px;
    display: grid;
    align-items: center;
}
.column-menu-cifras img {
    width: 50px;
    height: 45px;
    float: left;
    margin: 0px 5px 5px 5px;
}
.column-menu-cifras .nc {
    color: #a0cf4f;
    font-size: 12px;
}
.column-menu-cifras .na {
    color: #ccc;
    font-size: 8px;
}
.column-menu-cifras:hover {
  background-color: #4a4848 !important;/*#a0cf4f  #3A3B3C  #63bb7b*/
  border-radius: 10px;
}
/**********************************/
.mega-box3 {
  position: absolute;
  left: 0;
  width: 100%;
  /*padding: 0 30px;*/
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box3 .content {
    background: #242526;
    padding: 20px 80px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box3 .content .row {
    width: calc(25% - 30px);
    /* height: 130px; */
    line-height: 45px;
    display: grid;
    align-items: center;
    /*justify-content: end;*/
    /* background: red; */
    text-align: center;
    margin: 2px;
}
.mega-box3 .content .row img {
    width: 75%;
    height: 75%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
    margin: 0px 0px 20px 0px;
}
.mega-box3 .content .row a {
    color: #a0cf4f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    /* padding: 5px !important; */
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 1;
    background: transparent;
    display: grid;
    text-align: center;
    /* justify-content: center; */
    justify-items: center;
    align-items: center;
}
.mega-box3 .content .row a:hover {
    background: transparent;
    color: #f2f2f2;
    text-shadow: 0 1px 2px #000;
    -webkit-transition: all 300ms linear;
}
/********************************/
.mega-box4 {
  position: absolute;
  left: 0;
  width: 100%;
  /*padding: 0 30px;*/
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box4 .row a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.mega-box4 .content {
  background: #242526;
  padding: 25px 80px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/*.mega-box4 .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}*/
.mega-box4 .content .row {
    width: calc(25% - 30px);
    /* height: 130px; */
    line-height: 45px;
    display: grid;
    align-items: center;
    justify-content: end;
    /* background: red; */
    text-align: center;
    margin: 2px;
}
.mega-box4 .content .row img {
    width: 70%;
    /* height: 45%; */
    object-fit: cover;
    position: relative;
    margin: 0 auto;
}
/********************************/

.content .row img {
    width: 60%;
    /* height: 45%; */
    object-fit: cover;
    position: relative;
    margin: 0 auto;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}
.voltar {
      display: none;
  }

/*************************************************************************************/
@media screen and (max-width: 970px) {/*inicio 970px*/
  .wrapper .btn {
    display: block;
    position: absolute;
    right: 20px;
  }
  .menu-btn {
    display: block;
    position: absolute;
    right: 20px;
    color: white;
    cursor: pointer;
  }
  .mega-box3 .linkEstilos, .mega-box4 .verVideo{
    display: none !important;
  }
  .voltar{
      background-color: #3a3b3c !important;
      width: 91%;
      height: 50px;
      position: fixed;
      top: 0;
      z-index: 999;
  }
  .close-btn {
    position: absolute;
    right: 20px;
    top: 5px;
    color: white;
    display: block;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    z-index: 1000;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
    position: absolute;
    right: 20px;
  }

  .nav-links li {
    margin: 5px 10px;
  }

  /*.nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }*/
  .nav-links li .row a {
      width: 100%;
      height: 80%;
      padding: 0 20px;
      display: grid;
      font-size: 16px;
      position: absolute;
      margin-top: 0px !important;
      text-align: center;
      /* align-items: center; */
  }
 /* .nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box,.nav-links li:hover .mega-box2,.nav-links li:hover .mega-box3,.nav-links li:hover .mega-box4,.nav-links li:hover .mega-box5 {
  transition: all 0.3s ease;
  top: 29px;
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #a0cf4f;
  border-bottom: 4px solid #a0cf4f;
  z-index: 999;
}*/
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }
  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box,#showMega2:checked~.mega-box2, #showMega3:checked~.mega-box3,#showMega4:checked~.mega-box4 {
    left: 0%;
    background: #242526;
  }
  /*#showMega:checked~.voltar {
    left: 10%;
  }*/
  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    /*background-color: #242526;*/
  }

  .nav-links .verEstilos {
      width: 90%;
      text-align: center;
      background-color: #333435;
  }
  .mega-box .verEstilos,.mega-box2 .verEstilos,.mega-box3 .verEstilos,.mega-box4 .verEstilos {
      margin: 20px auto;
  }

  .nav-links .mobile-item:hover {
    background: #3A3B3C;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  /*.content .row img {
      width: 90%;
      height: 90%;
      object-fit: cover;
  }*/
  /*.content .row img {
      width: 70%;
      height: 65%;
      object-fit: cover;
      padding: 0;
      margin: 0;
      position: relative;
  }*/
  /*.mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }*/
  .mega-box{
    position: absolute;
      top: 0px;
      opacity: 1;
      visibility: visible;
      overflow: hidden;
      height: 100vh;
      width: 100%;
      max-width: 350px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
      transition: all 0.3s ease;
      left: -100%;
      /* padding: 0 20px; 
      max-height: 0px; 
      transition: all 0.3s ease; */
  }
  /*.mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }*/
  .mega-box .content {
      box-shadow: none;
      /* flex-direction: column; */
      padding: 60px 20px 0 20px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
      height: 70%;
      overflow: hidden;
      position: relative;
  }  
  .mega-box .content .row span.estilo {
      color: #a0cf4f;
      top: -20px !important;
      left: 4px;
      /* position: relative; */
      font-size: 12px;
      /* float: left; */
      position: relative;
      /* text-align: center; */
  }

  /*.mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }*/
  .mega-box .content .row {
      width: 140px;
      height: 140px;
      display: flex;
      justify-content: center;
      margin: 5px;
      /*border: 1px solid red;*/
      padding: 0;
  }
  .mega-box .content .row img {
      width: 80%;
      height: 145%;
      /* object-fit: cover; */
      padding: 0;
      margin: 2px 15px;
      float: left;
      position: relative;
      border-bottom-right-radius: 50%;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
  }
  .mega-box .content .row a span {
    margin-top: 35px;
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  /*******************************/
  /*.mega-box2 {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }*/
  .mega-box2 {
      position: absolute;
      top: 0px;
      opacity: 1;
      visibility: visible;
      /* padding: 0 20px; */
      /* max-height: 0px; */
      overflow: hidden;
      /* transition: all 0.3s ease; */
      height: 100vh;
      width: 100%;
      max-width: 350px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
      transition: all 0.3s ease;
      left: -100%;
  }
   .mega-box2 .content {
      box-shadow: none;
      flex-direction: column;
      padding: 50px 20px 0 20px;
      display: block;
      /* background-color: #ccc; */
      width: 100%;
      height: 630px;
      overflow: hidden;
      position: relative;
  }
  .mega-box2 .content .row img {
      width: 30%;
      height: 12%;
      /* object-fit: cover; */
      padding: 0;
      margin: 2px;
      float: left;
      position: relative;
      border-bottom-right-radius: 50%;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
  }

  .mega-box2 .content .row {
    width: 100%;
    height: 75px;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box2 .content .row a {
      padding: 0;
      display: flex;
  }

  .mega-box2 .content .row:nth-child(1),
  .mega-box2 .content .row:nth-child(2) {
    border-top: 0px;
  }

  /****************/
  .mega-box3 {
      position: absolute;
      top: 0px;
      opacity: 1;
      visibility: visible;
      /* padding: 0 20px; */
      /* max-height: 0px; */
      overflow: hidden;
      /* transition: all 0.3s ease; */
      height: 100vh;
      width: 100%;
      max-width: 350px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
      transition: all 0.3s ease;
      left: -100%;
  }
  /*.mega-box3 .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
    display: block;
    background-color: #ccc;
  }*/
  .mega-box3 .content {
      box-shadow: none;
      /* flex-direction: column; */
      padding: 50px 20px 0 20px;
      display: grid;
      /* background-color: #ccc; */
      grid-template-columns: repeat(2, 1fr);
      position: relative;
          z-index: 333;
  }

  /*.mega-box3 .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }*/
  .mega-box3 .content .row {
      width: 140px;
      height: 140px;
      display: flex;
      justify-content: center;
      margin: 5px;
      /*border: 1px solid red;*/
      padding: 0;
      position: relative;
  }
  .mega-box3 .content .row a {
      color: #a0cf4f;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      padding: 5px !important;
      border-radius: 5px;
      transition: all 0.3s ease;
      line-height: 1;
      background: transparent;
  }
  .mega-box3 .content .row img {
      width: 75%;
      height: auto;
      object-fit: cover;
      position: relative;
      border-radius: 10px;
      margin: 0px 0px 15px 10px !important;
  }

  .mega-box3 .content .row:nth-child(1),
  .mega-box3 .content .row:nth-child(2) {
    /*border: 1px solid red;*/
  }
  /********************************/
  .mega-box4 {
      position: absolute;
      top: 0px;
      opacity: 1;
      visibility: visible;
      /* padding: 0 20px; */
      /* max-height: 0px; */
      overflow: hidden;
      /* transition: all 0.3s ease; */
      height: 100vh;
      width: 100%;
      max-width: 350px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
      transition: all 0.3s ease;
      left: -100%;
  }
  /*.mega-box4 .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
    display: block;
    background-color: #ccc;
  }*/
  .mega-box4 .content {
      box-shadow: none;
      /* flex-direction: column; */
      padding: 50px 20px 0 20px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      position: relative;
  }

  /*.mega-box4 .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }*/
  .mega-box4 .content .row {
      width: 140px;
      height: 140px;
      display: flex;
      justify-content: center;
      margin: 5px;
      /*border: 1px solid red;*/
      padding: 0;
  }
  .mega-box4 .content .row img {
      width: 110%;
      height: 100%;
      object-fit: cover;
      padding: 5px;
      margin: 0;
      position: relative;
      border-radius:60px;
      background: #52cf4fe6;
  }
  .mega-box4 .row a {
      /* padding: 0 20px; */
      display: flex;
      font-size: 16px;
      position: relative !important;
      margin-top: 0px !important;
      text-align: center;
      /* align-items: center; */
  }
  .mega-box4 .content .row:nth-child(1),
  .mega-box4 .content .row:nth-child(2) {
    border-top: 0px;
  }
  /*********************************/
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
  nav input {
    display: none;
  }
  .body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
    display: none;
  }
  .body-text div {
    font-size: 45px;
    font-weight: 600;
  }
  .mega-box5 .content {
      padding: 6px;
      width: 100%;
      margin-top: 20px;
  }
  .mega-box5 .content .listar-historico li {
      width: 100%;
  }
  .mensagem-vazia {
      padding: 250px 45px;
      text-align: center;
  }
  .voltar {
      width: 88%;
      display: block;
  }
  .voltar span {
      color: #ffffff;
      font-size: 25px;
      margin: -50px 11px 0px 0px;
      float: right;
  }
    
} /*final 970px*/

@media screen and (max-width: 480px) {/*inicio 480px*/
    .mega-box .ordemAlfa,.mega-box2 .ordemAlfa, .mega-box .verMais,.mega-box4 .verVideos{
      display: none;
    }
} /*final 480px*/
/*@media screen and (max-width: 970px) {*/