     .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:white;
        flex-direction:column;
        gap:38px;
        overflow-x: hidden;
      }
      
      .experienciaTitular{
        display:flex;
        gap:32px;
        /*background-color:green;*/
      }
      
      .experienciaVineta{
        display:flex;
        margin-top:17px;
        height:22px;
        width:19px;
        background-image:url("./imgs/inicio/experiencia/experienciaFlecha.svg");
        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;
      }

      .experiencia a:hover{
        background-color: #B58F2A;
        color: white;
        border: none;
      }
     
      .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;
        border-radius: 12px;
        /*background-color:black;*/
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .experienciaFoto1{
        background-image:url("./imgs/inicio/experiencia/experienciaFoto1.png");
      }
      
      .experienciaFoto2{
        background-image:url("./imgs/inicio/experiencia/experienciaFoto2.png");
      }
      
      .experienciaFoto3{
        background-image:url("./imgs/inicio/experiencia/experienciaFoto3.png");
      }
      

      @media(max-width:1000px){

        .experiencia{
          /*border: 3px solid orange;*/
          padding: 100px 40px 80px 40px;
          gap: 25px;
        }

        .experienciaTitle{
          font-size: 50px;
          line-height: 50px;
        }

        .experienciaFotos{
          padding: 0px 40px 100px 40px;
        }

      }

      @media(max-width:600px){

        .experienciaVineta{
          margin-top: 7px;
        }

        .experiencia{
          /*border: 3px solid greenyellow;*/
          padding: 50px 20px 30px 20px;
          gap: 20px;
        }

        .experienciaTitle{
          font-size: 33px;
          line-height: 31px;
        }


        .experienciaTitular{
          gap:10px;
        }

        .experienciaPadLeft{
          padding-left: 30px;
        }

        .experienciaMedium, .experienciaBold{
          font-size: 17px;
          line-height: 21px;
        }

        .experienciaRegular{
          font-size: 14.5px;
          line-height: 19px;
        }

        a.experienciaExtrabold{
          padding: 19px 19px;
          font-size: 13px;
          line-height: 0px;
           box-sizing: border-box;
        }

        .experienciaMarginTop{
          display: flex;
          margin-top: 0;
        }

        .experienciaFotos{
          padding: 0 10px 50px 10px;
          gap:5px;
        }

        .experienciaFotoBase{
          height: 200px;
        }

        .experienciaFoto3{
          display: none;
        }

      }