.investigacion_cifras .card {
        margin: 2rem auto 0;
        width: 250px;
        height: 250px;
        perspective: 1000px;
        border: none;
      }
      .investigacion_cifras .card__inner1 {
        width: 100%;
        height: 100%;
        transition: transform 1s;
        transform-style: preserve-3d;
        cursor: pointer;
        position: relative;
      }
      .investigacion_cifras .card__inner1.is-flipped {
        transform: rotateY(180deg);
      }
      .investigacion_cifras .card__inner2 {
        width: 100%;
        height: 100%;
        transition: transform 1s;
        transform-style: preserve-3d;
        cursor: pointer;
        position: relative;
      }
      .investigacion_cifras .card__inner2.is-flipped {
        transform: rotateY(180deg);
      }
      .investigacion_cifras .card__inner3 {
        width: 100%;
        height: 100%;
        transition: transform 1s;
        transform-style: preserve-3d;
        cursor: pointer;
        position: relative;
      }
      .investigacion_cifras .card__inner3.is-flipped {
        transform: rotateY(180deg);
      }
      .investigacion_cifras .card__inner4 {
        width: 100%;
        height: 100%;
        transition: transform 1s;
        transform-style: preserve-3d;
        cursor: pointer;
        position: relative;
      }
      .investigacion_cifras .card__inner4.is-flipped {
        transform: rotateY(180deg);
      }
      .investigacion_cifras .card__inner5 {
        width: 100%;
        height: 100%;
        transition: transform 1s;
        transform-style: preserve-3d;
        cursor: pointer;
        position: relative;
      }
      .investigacion_cifras .card__inner5.is-flipped {
        transform: rotateY(180deg);
      }
      .investigacion_cifras .card__face {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
      }
      .investigacion_cifras .card__face--front {
        background: #9cd04d;
        align-items: center;
        justify-content: center;
        padding: 1rem;
      }
      .investigacion-uam{
        background-image: url(/PROYECTOS-DE-INVESTIGACION.png);
        background-repeat: no-repeat;
      }
      .investigacion_cifras .card__face--front .card__face--front-title {
        color: #0069a3;
        font-size: 50px;
        font-weight: bold;
        display: flex;
        justify-content: center;
      }
      .investigacion_cifras .card__face--front .card__face--front-content {
        color: #000;
        font-size: 15px;
        text-align: center;
      }
      .investigacion_cifras .card__face--back {
        background-color: #fff;
        transform: rotateY(180deg);
        overflow-y: auto;
      }
      .investigacion_cifras .card__face--back .table {
        border-radius: 15px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0px;
        color: #0069a3;
        font-weight: bold;
      }
      .investigacion_cifras .card__face--back .table tr:hover {
        color: #0069a3;
      }
      .investigacion_cifras .card__face--back .table thead {
        align-items: center;
      }
      .investigacion_cifras .card__face--back .table .table-total {
        background-color: #f4d73b;
      }
      .investigacion_cifras .card__face--back th,
      .investigacion_cifras .card__face--back td {
        padding: 5px;
        color: #0069a3;
        text-align: center;
        background: #fff;
        border: 0px;
      }
      .investigacion_cifras .card__face--back .table th:first-child {
        width: 30%;
        background: #fff;
        color: #0069a3;
        text-align: center;
      }
      .investigacion_cifras .card__face--back .table thead th:first-child {
        border-radius: 15px 0px 0px 0px;
        background-color: #0069a3;
        font-size: 20px;
        font-weight: 800;
        color: #fff;
      }
      .investigacion_cifras .card__face--back .table thead th:last-child {
        text-align: center;
        background-color: #f4d73b;
        font-size: 14px;
        padding: 7px;
      }
      .investigacion_cifras .card__content {
        width: 100%;
        height: 100%;
      }
      .card__face--back .card__content {
        position: relative;
        top: -8px;
      }
      .card__inner1:hover{
        transform: rotateY(180deg);
      }
      .card__inner2:hover{
        transform: rotateY(180deg);
      }
      .card__inner3:hover{
        transform: rotateY(180deg);
      }
      .card__inner4:hover{
        transform: rotateY(180deg);
      }
      .card__inner5:hover{
        transform: rotateY(180deg);
      }
