.hamburguer {
  z-index: 100;
  width: 2rem;
  height: 2rem;
  position: fixed;
  top: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  cursor: pointer;
}

.line {
  background-color: #fff;
  width: 100%;
  height: 0.1rem;
  box-shadow: 0.1rem 0.2rem 1px;
  transition: transform 0.45s;
}

.show-menu #line2 {
  opacity: 0;
  visibility: hidden;
}

.show-menu #line1 {
  transform: rotate(45deg) translate(0.3rem, 0.6rem);
  box-shadow: 0 0 0;
  background-color: #000;
  height: 0.15rem;
}

.show-menu #line3 {
  transform: rotate(-45deg) translate(0.3rem, -0.6rem);
  box-shadow: 0 0 0;
  background-color: #000;
  height: 0.15rem;
}

/*------------------------- CETIFICATION - DEFAULT------------------------------*/

/*------------------------- TELA ACIMA DE 1300px ------------------------------*/
@media screen and (min-width: 1300px) {
  .logo-maxdevsoft img {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 10px;
    border-radius: 2rem 2rem 2rem 2rem;
    box-shadow: 0rem 0.5rem 0.5rem 0.1rem #66666660;
  }

  .logo-default-li {
    width: 80px;
  }

  .menu-aside {
    position: fixed;
    top: -20rem;
    left: 0;
  }

  .hamburguer div {
    float: none;
    width: 0;
  }
  .menu-default {
    position: fixed;
    top: 1px;
    left: 0;
    z-index: 100;
  }

  ul.menu-default-ul {
    list-style-type: none;
    margin: 0;
    padding: 0rem;
    overflow: hidden;
    background-color: rgba(130, 254, 239, 0.8);
    box-shadow: 0rem 0rem 0.5rem 0.8rem #66666645;
  }

  ul.menu-default-ul li {
    float: left;
  }

  ul.menu-default-ul li a {
    display: block;
    color: #2f4f4f;
    text-align: center;
    padding: 0.7rem 1.6rem;
    text-decoration: none;
    font-family: var(--font-button);
    font-size: 1rem;
  }

  ul.menu-default-ul a {
    display: flex;
  }

  ul.menu-default-ul .menu-default-li a:hover {
    background-color: #2f4f4f;
    color: #ffffff;
    transition: 0.48s;
  }

  ul.midia-social1 i {
    color: #2f4f4f;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
  }

  .midia1-li-int:hover i {
    color: #fff;
    transform: translateY(-0.2rem);
    transition: 0.4s;
  }
  .midia1-li-lid:hover i {
    color: #fff;
    transform: translateY(-0.2rem);
    transition: 0.4s;
  }
  .midia1-li-git:hover i {
    color: #fff;
    transform: translateY(-0.2rem);
    transition: 0.4s;
  }
}

/*------------------------- TELA ACIMA DE 800PX ATÉ 1299PX ------------------------------*/
@media screen and (min-width: 800px) and (max-width: 1299px) {
  .logo-maxdevsoft img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 10px;
  }

  .logo-aside-li {
    width: 80px;
  }

  .menu-aside {
    position: fixed;
    top: -20rem;
    left: 0;
  }

  .hamburguer div {
    float: none;
    width: 0;
  }
  .menu-default {
    position: fixed;
    top: 1px;
    left: 0;
    z-index: 100;
  }

  ul.menu-default-ul {
    list-style-type: none;
    margin: 0;
    padding: 0rem;
    overflow: hidden;
    background-color: rgba(130, 254, 239, 0.8);
  }

  ul.menu-default-ul li {
    float: left;
  }

  ul.menu-default-ul li a {
    display: block;
    color: #2f4f4f;
    text-align: center;
    padding: 0.7rem 1.6rem;
    text-decoration: none;
    font-family: var(--font-button);
    font-size: 1rem;
  }

  ul.menu-default-ul a {
    display: flex;
  }

  ul.menu-default-ul .menu-default-li a:hover {
    background-color: #2f4f4f;
    color: #ffffff;
    transition: 0.48s;
  }

  ul.midia-social1 i {
    color: #2f4f4f;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
  }

  .midia1-li-int:hover i {
    color: #fff;
    transform: translateY(-0.2rem);
    transition: 0.4s;
  }
  .midia1-li-lid:hover i {
    color: #fff;
    transform: translateY(-0.2rem);
    transition: 0.4s;
  }
  .midia1-li-git:hover i {
    color: #fff;
    transform: translateY(-0.2rem);
    transition: 0.4s;
  }
}

/*------------------------- TELA ABAIXO DE 799PX ------------------------------*/
@media screen and (max-width: 799px) {
  .logo-maxdevsoft img {
    position: relative;
    width: 40px;
    height: 40px;
    right: 0px;
  }

  .logo-aside-li {
    width: 100%;
    height: 50px;
  }

  .menu-default {
    position: fixed;
    top: -20rem;
    left: 0;
  }

  .menu-aside {
    position: fixed;
    top: -20rem;
    z-index: 50;
  }

  .show-menu .menu-aside {
    top: 1px;
    animation: surgirLeft 0.5s;
  }

  @keyframes surgirLeft {
    0% {
      transform: translate(-10rem);
    }

    100% {
      transform: translate(0);
    }
  }

  ul.menu-aside-ul {
    list-style-type: none;
    margin: 0;
    padding: 0rem;
    overflow: hidden;
    background-color: rgba(130, 254, 239, 1);
  }

  ul.menu-aside-ul li {
    float: none;
    top: -20rem;
  }

  ul.menu-aside-ul li a {
    display: block;
    color: #2f4f4f;
    text-align: center;
    padding: 0.5rem 4.5rem;
    text-decoration: none;
    font-family: var(--font-button);
  }

  .midia-social2 {
    background: rgba(130, 254, 239, 0.8);
    width: 100%;
    height: 1.4rem;
    display: flex;
    justify-content: space-evenly;
    left: 2rem;
  }

  .midia-social2 i {
    color: #000000;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .midia-social2 i:hover {
    color: #2f4f4f;
  }
}
