 
      .headerImportante{
        font-family: "gill-sans-nova", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:21px;
        letter-spacing:0.1em; /*em*/
        line-height:; /*px*/
      }
      
      .headerTexto{
        font-family: "gill-sans-nova", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:31px;
        letter-spacing:0.025em; /*em*/
        line-height:; /*px*/
      }
      
      .headerTitle{
         font-family: "PT Serif", serif;
         font-weight: 700;
         font-style: normal;
         font-size:40px;
         letter-spacing:0.02em; /*em*/
         line-height: 48px; /*px*/
      }
      
      
      
      .headerWrapper{
        display:flex;
        padding:125px 140px;
        width:100%;
        /*background-color:grey;*/
        justify-content:center;
      }
      
      .headerBig{
        display:flex;
        width:100%;
        max-width:942px;
        gap:66px;
        /*background-color:pink;*/
      }
      
      .headerPicture{
        display:flex;
        width:345px;
        height:345px;
        border-radius:50%;
        background-color:black;
        flex-shrink:0;
        background-image:url('./imgs/profile_photo.png');
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
      }    
      
      .headerInfo{
        display:flex;
        flex-direction:column;
        gap:38px;
        width:100%;
        justify-content:center;
      }

      .headerLine{
        display:flex;
        height:0.5px;
        width:100%;
        background-color:#999999;
      }
      
      .codigo{
        display:flex;
        gap:34px;
        align-items:center;
      }
      
      .codigoBut{
        background-color:#EFEFEF;
        padding:20px 34px;
        border-radius:50px;
      }
      