      .expeTitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:40px;
        line-height:46px;
        letter-spacing:-0.047em;
        color:#274988;
      }
      
      .expeSubtitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:18px;
        line-height:18px;
        letter-spacing:0.03em;
      }

      .expeText{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:17px;
        line-height:20px;
        letter-spacing:-0.01em;
        padding-bottom:14px;
      }
      
      .expe{
        display:flex;
        width:100%;
        padding:60px 20px;
        justify-content:center;
        /*background-color:purple;*/
      }
      
      .expeContenido{
        display:flex;
        width:100%;
        max-width:849px;
        flex-direction:column;
        /*background-color:brown;*/
        gap:23px;
        justify-content:center;
        align-items:center;
        text-align:center;
      }
      
      .expeContenido a{
        all:unset;
        cursor:pointer;
        display:flex;
        padding:14.5px 29px;
        /*background-color:pink;*/
        width:fit-content;
        border-radius:50px;
        background-image:url("./imgs/intro/intro_boton.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:17px;
        line-height:17px;
        letter-spacing:-0.024em;
      }

      