     .headerTitle{
        font-family: 'MongolianBaiti', serif;
        font-weight: 400;
        font-style: normal;
        font-size:68px;
        line-height:60px;
      }
      
      .headerExtrabold{
        font-family: 'CreatoDisplay_ExtraBold', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 15.5px;
        line-height:16px;
        letter-spacing:0.05em;
      }
      
      .headerBold{
        font-family: 'CreatoDisplay_Bold', sans-serif;
        font-weight: 550;
        font-style: normal;
        font-size: 30px;
        line-height:53px;
      }
      
      .headerMedium{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:30px;
        line-height:53px;
      }
      
      .headerRegular{
        font-family: 'CreatoDisplay_Regular', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size:24px;
        line-height:28px;
        padding:43px 0 49px 0;
        letter-spacing:0.08em;
      }
      
      
      .header{
        display:flex;
        width:100%;
        background-color:pink;
        padding:93px 124px;
        flex-direction:column;
        background-image:url("");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .headerTextos{
        display:flex;
        flex-direction:column;
        padding:214px 0 149px 0;
        background-color:grey;
        max-width:740px;
        color:white;
      }
      
      .headerTextos a{
        text-decoration: none;
        color: white;
        cursor: pointer;
        outline: none;
        padding:17px 27px;
        border:1px solid white;
        border-radius:8px;
        width:fit-content;
      }
      
      .headerCertificadosSpace{
        display:flex;
        justify-content:right;
      }
      
      .headerCertificados{
        display:flex;
        width:396px;
        height:67px;
        background-color:black;
        background-image:url("");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }