 .carrerasCTATitles{
         font-family: "Open Sans", sans-serif;
         font-weight: 500;
         font-style: normal;
         font-size:28px; /*px*/
         line-height:35px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.01em; /*ej. 2px o 0.1 em*/
         text-align:center;
         max-width:600px;
         color:white;
   } 

      

      
      .carrerasCTA{
        display:flex;
        width:100%;
        height:750px;
        background-color:lightgrey;
        flex-direction:column;
        padding:87px 130px 87px 130px;
        gap:34px;
        align-items:center;
        background-image:url("./imgs_carreras/cta.png");
        background-size:cover;
        background-position:center;
        background-repeat:o-repeat;
      }
      
      .carrerasCTABoton{
        all:unset;
        cursor:pointer;
        display:flex;
        gap:25px;
        align-items:center;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 20px;
        line-height: 22px;
        letter-spacing:0.03em;
        /*background-color:pink;*/
        color:white;
      }
      
      .carrerasCTABotoncito{
         display:flex;
         height:29px;
         width:29px;
         /*background-color:black;*/
         background-image:url("./imgs_carreras/flecha.svg");
      }


      @media(max-width:1100px){

          .carrerasCTA{
       padding: 80px 40px 80px 40px;
          }
        }


      @media(max-width:612px){

          .carrerasCTA{
              padding: 70px 40px 70px 40px;
              gap:18px;
          }

          .carrerasCTATitles{
              font-size:24px; /*px*/
              line-height:30px; /
          }

          .carrerasCTABoton{
            font-size: 18px;
          }
      }