body {
    -webkit-text-size-adjust: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50vh;
    font-family: "Open Sans", sans-serif;
}

.card {
    position: absolute;
    --main-color: #fd6901;
    --submain-color: #095793;
    --bg-color: #fff;
    width: 40vh;
    height: 58vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bg-color);
    transition: all 0.3s ease;
    box-shadow: 0 6px 50px rgb(66, 121, 230);
    justify-content: center;
    justify-self: center;
    margin-top: 20vh;
    margin-bottom: 20vh;
    font-weight: 500;
  }

  .card__wrapper{
    align-self: start;
    margin-left: 4vh;
    
  }
  
  .card__img {
    height: 0vh;
    width: 32vh;
  }
  
  .card__img img {
    margin-top: -6.1vh;
    margin-left: -4vh;
  }

  .card__avatar {
    width: 17.5vh;
    height: 17.5vh;
    background: var(--bg-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 58px);
    background-color: #000000;
    margin-top: 2vh;
  }
  
  .card__avatar img {
    width: 16.8vh;
    height: 16.8vh;
    border-radius: 100%;
  }
  
  .card__title {
    margin-top: 0vh;
    font-weight: 500;
    font-size: 2.5vh;
    color: black;
  }
  
  .card__subtitle {
    margin-top: 0vh;
    margin-bottom: 2vh;
    font-weight: 400;
    font-size: 2.3vh;
    color: var(--submain-color);
  }

.card-client {
    width: 16vh;
    padding-bottom: 2vh;
    padding-left: 1.2vh;
    padding-right: 1.2vh;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    background-color: #037abd;
  }
  
  .card:hover {
    transform: translateY(-10px);
  }
  
  .user-picture {
    overflow: hidden;
    object-fit: cover;
    width: 5rem;
    height: 5rem;
    border: 4px solid #037abd;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  
  .user-picture svg {
    width: 2.5rem;
    fill: currentColor;
  }
  
  .name-client {
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
  }
  
  .name-client span {
    display: block;
    font-weight: 200;
    font-size: 16px;
  }

  .Social_media_gen {
    width: 100%;
    height: 0vh;
    font-size: 1.6vh;
    margin-top: 1.5vh;
    margin-bottom: 2vh;
  }
  
  .social-media:before {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 1.4vh;
    background: #037abd;

  }
  
  .social-media a {
    position: relative;
    margin-right: 15px;
    text-decoration: none;
    color: inherit;
  }
  
  .social-media a:last-child {
    margin-right: 0;
  }
  
  .social-media a svg {
    width: 1.1rem;
    fill: currentColor;
  }
  
  /*-- Tooltip Social Media --*/
  .tooltip-social {
    display: block;
    position: absolute;
    bottom: 10;
    left: 50%;
    padding: 0.5rem 0.4rem;
    border-radius: 5px;
    font-size: 0.8rem;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -90%);
    transition: all 0.2s ease;
    z-index: 1;
  }

  .front__text-para {
    position: relative;
    color: #000;
    font-size: 1.4vh;
    letter-spacing: 0.05vh;
    text-align:start;
    margin-bottom: 3vh;
  }

  .front__text-para img{
    margin-bottom: -1vh;
    margin-right: 0.4vh;
  }

  .cont_boton{
    margin-top: -72vh;
    background-color: #037abd;
    color: #fff;
    border: 0px;
    font-family: "Open Sans", sans-serif;
    border-radius: 5px;
    padding: 1vh 2vh 1vh 2vh;
    font-weight: 620;
    box-shadow: 0 6px 10px rgb(16, 35, 74);
  }
  