:root{
  font-size: 62.5%;

  --cor-padrao :  #04D7DE;
  --cor-constraste-1:  hsl(0, 0%, 100%);
  --cor-constraste-2:  hsl(165, 94%, 86%);

}

*{
  box-sizing: border-box;
}

body{
  margin: 0;
  font-size: 1.6rem;
  
}
main , header , section, body{
  margin-top: 0;
  font-weight: 900;
}

body{
  padding: 0;
}

#App{
  display: flex;
  flex-direction: column;

  gap: 3.3rem;

  max-width: 60rem;
  width: 100vw;
  height: 73.5rem;

  margin: 0 auto;
  padding: 4.7rem 5.9rem;
  padding-top: 0;
}
header{
  color: var(--cor-constraste-1);
  background-color: var(--cor-padrao) ;

  display: flex;
  flex-direction: row;
  gap: 1rem;
  text-align: center;
  align-items: center;

  justify-content: space-evenly;

  border-radius:  0 0 20rem 20rem ;

  margin-bottom: 2.3rem;
  margin-top: 0;

  padding: 2rem;
}

header a{
  padding: 1rem;
  width: 6rem;

  margin-left: 1rem;
  background-color: var(--cor-constraste-1);
  color: var(--cor-padrao);

  border-radius: 2rem ;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none;
/*
  position: fixed;
  left: 1rem;
  top: 1rem;
*/
  z-index: 2;
}

header > a > i{
  color: var(--cor-padrao)
}

header h1{
  margin: 0 auto;
  width: 12rem;
}

header .centralizar{
  width: 6rem;
}

main{
  margin-top: 3.3rem;
  color: var(--cor-constraste-1);
}

main section #border{

  position: relative;
  top: -10rem;
  left: 6rem;
  width : 17.5rem ;
  height  : 13rem ;

  border: 0.01px solid var(--cor-padrao);

  border-radius: 0 4rem 0 4rem;

  padding: 0;

  z-index: 2;

  background-color: var(--cor-constraste-1);


}

section #title_skill{
  width :44.9rem;
  height : 7.2rem;
  z-index: 3;
  background-color: black;
  color: var(--cor-constraste-1);
  border-radius: 4rem 0 4rem 0;
  padding: 2rem;

  text-align : end ;

  background-color: var(--cor-padrao);

  
}

section #textoSHORT{

  position: relative;
  bottom: -1.0rem;
  top: 2.8rem;

  margin: 0 auto ;
  padding-top: 2rem;

  text-align: center;

  border-radius: 4rem 0 4rem 0;
  height :7.2rem;
  width   : 12.8rem;


  box-sizing:border-box;

  z-index: 3;
  background-color: var(--cor-padrao);
}


@media (max-width: 42.5rem){

  #App{
    max-width: 42.5rem;
    width: 28.6rem;
    height: fit-content;

    padding:0px; /* diminui 4.2 de cada */
    padding-top: 2.3rem;
    box-sizing: border-box;
  }


  header{
    gap: 0px;
    margin-bottom: 2.3rem;
    box-sizing: border-box;
    padding: 2rem 1rem 2rem 1rem ;
    justify-content:space-around;

    align-items: center;
  }

  header h1{
    padding: 0;
    width: 9.5rem;
    margin: 0 auto;
 
    z-index: 1;
  }

  header a {

    z-index: 2;
  }

  header h1{
    width: 12rem;
  }

  main{
    margin-top: 2.3rem;
  }

  main section #border{
    top: -7rem;
    left: 1rem;
    width : 15.5rem ; /*diminui 5rem de cada */
    height  : 8rem ;
    border-radius: 0 3rem 0 3rem;
  }

  section #title_skill{
    width :28.5rem;
    height : 6.2rem;
    z-index: 3;
    background-color: black;
    color: var(--cor-constraste-1);
    border-radius: 3rem 0 3rem 0;
    padding: 2rem;
    background-color: var(--cor-padrao);
  }

  section #textoSHORT{

    height :4.2rem;
    width   : 12rem;

    position: relative;
    bottom: -1rem;
    top: 1.5rem;
  
    margin: 0 auto ;
    padding-top: 1rem;
  
    text-align: center;
  
    border-radius: 3rem 0 3rem 0;
    box-sizing:border-box;
  
    z-index: 3;
    background-color: var(--cor-padrao);
  }

  section  #border.b3{
    top: -7rem;
    width : 18rem;
  }

  section #textoSHORT.t3{
    top: 0.9rem;
    width : 14rem;
    height: 6rem;
  }
}