      .separadorTitle{
        font-family: 'MongolianBaiti', serif;
        font-weight: 400;
        font-style: normal;
        font-size:60px;
        line-height:54px;
        text-align:center;
      }
      
      .separadorExtrabold{
        font-family: 'CreatoDisplay_ExtraBold', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 30px;
        line-height:53px;
      }
      
      .separadorBold{
        font-family: 'CreatoDisplay_Bold', sans-serif;
        font-weight: 550;
        font-style: normal;
        font-size: 30px;
        line-height:53px;
      }
      
      .separadorMedium{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:23px;
        line-height:28px;
        text-align:center;
      }
      
      .separadorRegular{
        font-family: 'CreatoDisplay_Regular', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size:30px;
        line-height:53px;
      }
      
      .separador{
        display:flex;
        flex-direction:column;
        width:100%;
        height:872px;
        padding:30px;
        background-color:grey;
        align-items:center;
        justify-content:center;
        gap:33px;
      }
      
      .separadorLogo{
        display:flex;
        width:104.4px;
        height:45.6px;
        background-color:black;
      }
      
      
      .separadorMaxi1{
        max-width:700px;
      }
      
      .separadorMaxi2{
        max-width:550px;
      }
      
      .separadorBloque{
        display:flex;
        width:231px;
        height:6px;
        background-color:#C29725;
      }
     