     .experienciaTitle{
        font-family: 'MongolianBaiti', serif;
        font-weight: 400;
        font-style: normal;
        font-size:59px;
        line-height:54px;
      }
      
      .experienciaExtrabold{
        font-family: 'CreatoDisplay_ExtraBold', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 15.5px;
        line-height:16px;
      }
      
      .experienciaBold{
        font-family: 'CreatoDisplay_Bold', sans-serif;
        font-weight: 550;
        font-style: normal;
        font-size: 21.5px;
        line-height:27.4px;
      }
      
      .experienciaMedium{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:21.5px;
        line-height:27.4px;
      }
      
      .experienciaRegular{
        font-family: 'CreatoDisplay_Regular', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size:16.6px;
        line-height:21.5px;
      }
      
      .experiencia{
        display:flex;
        padding:129px 249px 103px 255px;
        background-color:grey;
        flex-direction:column;
        gap:38px;
      }
      
      .experienciaTitular{
        display:flex;
        gap:32px;
        background-color:green;
      }
      
      .experienciaVineta{
        display:flex;
        margin-top:17px;
        height:22px;
        width:19px;
        background-image:url("");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        background-color:purple;
        flex-shrink:0;
      }
      
      .experienciaPadLeft{
        padding-left:52px;
      }
      
      .experienciaMaxi{
        max-width:750px;
      }
      
      .experienciaSeparador{
        display:flex;
        width:100%;
        height:8px;
        position:relative;
        align-items:center;
      }
      
      .experienciaBloque{
        display:flex;
        width:165px;
        height:8px;
        background-color:#C29725;
      }
      
      .experienciaLargo{
        display:flex;
        width:10000px;
        position:absolute;
        height:1.5px;
        background-color:#C29725;
        top:50%;
        transform:translateY(-50%);
      }
      
      .experiencia a{
        text-decoration: none;
        color: black;
        cursor: pointer;
        outline: none;
        padding:17px 27px;
        border:1px solid black;
        border-radius:8px;
        width:fit-content;
      }
     
      .experienciaMarginTop{
        margin-top:20px;
      }
      
      .experienciaFotos{
        display:flex;
        padding:0 111px 175px 111px;
        width:100%;
        gap:19px;
        background-color:brown;
      }
      
      .experienciaFotoBase{
        display:flex;
        width:100%;
        height:290px;
        background-color:black;
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .experienciaFoto1{
        background-image:url("");
      }
      
      .experienciaFoto2{
        background-image:url("");
      }
      
      .experienciaFoto3{
        background-image:url("");
      }
      