
.card-img-top{
  width: 50%;
}


      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      .logo {
        font-family: 'Secular One', sans-serif;
        color: #000064;
      }
      .nombre {
        color: #5e5e5e;
      }
      .pie {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        padding-top: 3%;
        overflow: visible;
      }
      .rrss {
        width: 30px;
        float: right;
        margin-left: 10px;
      }
      .navbar-brand {
        font-weight: bold;
        color: #000064;
      }
      .nav-link {
        transition: color 0.3s ease-in-out, transform 0.3s ease;
      }
      .nav-link:hover {
        color: #000064;
        transform: scale(1.1);
      }
      .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      .card:hover {
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
      }
   