.content {
  display: flex;
  width: 100%;
  height: 97vh;
  justify-content: center;
  align-items: center;

  .card {
    width: 771px;
    height: 470px;
    margin: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/fondo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0px 5.69px 5.69px 0px rgba(0, 0, 0, 0.25);


    .content-text {
      margin-left: -18%;
      width: 50%;
      color: rgba(255, 255, 255, 1);
      font-family: Inter;
      font-weight: Bold;
      font-size: 13vmin;

      .content-textTres {
        position: absolute;
        font-size: 14vmin !important;

        .v2134_3 {
          position: relative;
          z-index: 1;
          left: 1.5em;
          top: -1.4em;
          color: rgba(255, 255, 255, 1);
        }

        .v2134_4 {
          position: relative;
          position: relative;
          left: -1.5em;
          top: -1.4em;
          color: #0740AE;
        }
      }
    }
  }
}