@media(max-width: 1220px){

  header {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    border-bottom: 1px solid #dadada;
    background-color: #FFF;
    transition: .5s;
    z-index: 3;
  }

  nav.navbar {
    width: 100%;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0%;
    padding: 0;

  }

  /*LOGO*/

  ul.logo-btn {
    display: flex; 
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    align-content: center; 
    align-items: center; 
  }

  i#btn-burguer {display: inline-block;}

  #btn-burguer.active ~ #navbar ul {margin-left: -200px;}

  nav > ul > img.logo {
    display: flex;
    width: 120px;
    cursor: pointer;
  }

  /*TEXTO*/

  nav > ul.text-bar {
    display: flex; 
    justify-content: space-between;
    width: 100%;
    border-top: 0px solid #dadada;
    align-content: center; 
    align-items: center; 
    max-height: 0px;
    overflow: hidden;
  }

  nav ul.text-bar li a:hover {
    color: #FFF;
    background-color: #000;
    outline: 0px solid #8a2be2;
    transform: translate(0, 0px);
    transition: .1s;
  }

  nav > ul.text-bar > li {
    width: 100%;
    padding: 0px;
    margin: 0;
  }

  nav > ul.text-bar > li > a {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding: 15px 0px;
    transition: .25s;
  }

  nav > ul.text-bar > li:not(:last-child) {border-right: 1px solid #cfd2d4;}

  /*ICONES*/

  nav > ul.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #1A237E;
    color: black;
    border-radius: none;
    max-height: 0px;
    overflow: hidden;
    outline: none;
    transition: .25s;
    
  }

  nav > ul.icons > li:not(:last-child) {border: none;}

  ul.icons > li > a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 30px;
    transition: .25s;
  }

  ul.icons > li > a:hover{
    background-color: #FFF;
    transition: .25s;
  }

  ul.icons > li > a > i {
    color: white;
    width: 100%;
    transition: .25s;
  }

  ul.icons > li > a:hover > i{
    color: #000;
    transform: translate(0, 0px);
    transition: .25s;
  }

  ul.logo-btn.active ~ ul.text-bar, ul.logo-btn.active ~ ul.icons {
    max-height: 50px;
    transition: .5s;
    border-top: 1px solid #dadada;
  }

  /*INFORMAÇÃO PRINCIPAL*/

  section.content-infoprincipal {
    display: flex;
    width: 100%;
    margin-top: 120px;
    align-content: center;
    align-items: center;
    
  }

  div.informacao-principal {
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    align-content: center;
    align-items: center;

  }

  h1.salaoDeBeleza {
    font-family: Montserrat-ExtraBold;
    font-size: 24pt;
    letter-spacing: 10px;
    border: 3px solid #1A1A1A;
    padding: 10px 15px;
    margin-bottom: 20px;
    width: 100%;
    color: #1A1A1A;
  }

  h1.gleideFashionHair {
    font-family: Montserrat-ExtraBold;
    font-size: 24pt;
    color: white;
    background-color: #1A1A1A;

    padding: 10px 20px;

    width: 100%;
  }

  h1.avFloraJaguaribe {
    font-family: Montserrat-ExtraBold;
    font-size: 14pt;
    color: #1A1A1A;
    padding: 6px 20px;

  }

  span.fundoTexto {
    color: white;
    background-color: #1A1A1A;
    padding: 1px 3px;
  }

  section.content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }

  div.categoria {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-height: 500px;
    gap: 2px;

    margin-left: auto;
    margin-right: auto;
    transition: max-height 1s ease-in-out;
    overflow: hidden;
  }

  section.content.active div.categoria {
    max-height: 2000px;
    transition: max-height 1s ease-in-out;
  }

  h1.titulo-categoria {
    color: white;
    background-color: #1A1A1A;
    border-radius: 0px;
    font-family: Montserrat-Light;
    font-size: 14pt;
    font-weight: normal;
    padding: 4px 0px 4px 0px;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

  div.box {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    justify-content: flex-end;
    margin-top: 20px;
    width: 150px;
    border: 0.1px solid #707070;
    background-color: #ECEFF1;
    overflow: hidden;
    cursor: pointer;
  }

  div.box > p.text-box {
    font-family: Montserrat-Light;
    font-size: 10pt;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  /*CONTATO*/

  section.content-contato {
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }

  section > div.content-child{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transition: max-height 1s ease-in-out;
    overflow: hidden;
  }

  div.card-maps, div.card-wpp {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    height: 450px;
    width: 320px;
    overflow: hidden;
    background: #4ED157;
    border: 1px solid #1A1A1A;
  }

  div.card-wpp > p.embed-wpp {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 27px 34px;
    margin: 0;
    font-size: 22pt;
    color: white;

    font-family: Montserrat-ExtraBold;
  }

  @media (max-width: 720px){
    div.element-cards {
      justify-content: center;
      flex-direction: column;
    }
  }

  div.button-wpp > a > p, div.button-map > a > p{
    font-size: 20pt;
  }

  h1.contato {
    color: white;
    background-color: #1A1A1A;
    border-radius: 0px;
    font-family: Montserrat-Light;
    font-size: 14pt;
    font-weight: normal;
    padding: 4px 0px 4px 0px;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }

  img#button-whatsapp {
    position: fixed;
    width: 70px;
    bottom: 5%;
    right: 3%;
    cursor: pointer;
    z-index: 3;
    transition: 0.25s;
  }

  div.content-footer-1, div.content-footer-2 {
    width: 100%;
    flex-direction: column;
    margin-top: 0px;
    transition: 0.25s;
  }

  div.content-footer-1 > div > h1 {
    font-size: 32px;
    text-align: center;
    padding: 10px;
    transition: 0.25s;
  }

  div.content-footer-1 > div ul li {
    background-color: #FFF;
    color: #1A1A1A;
    padding: 15px 0px;
    text-align: center;
    transition: 0.25s;
  }

  div.content-footer-1 > div ul li a {
    background-color: #FFF;
    color: #1A1A1A;
    padding: ;
    text-align: center;
    transition: 0.25s;
  }

  div.content-footer-2 {
    margin-top: 25px;
  }

  div.content-footer-1 > div ul li:not(:last-child) {border-bottom: 1px solid #1A1A1A;}

  div.content-produtos {
    flex-direction: column;
    padding: 20px;
  }

  div.box-img-produtos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 50px 100px;
    gap: 20px;
    border: 5px solid #1A1A1A;
  }

  hr.divisoriav2 {
    display: none;
  }

  div.box-img-produtos img {
    display: flex;
    width: 100px;
  }

  div.box-p-produtos {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  p.text-box-produtos {
    display: flex;
    font-size: 10pt;
    font-weight: 700;
  }
}