body {
    font-family: Arial, sans-serif;
  }

  .containerP {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .temaP {
    width: calc(40% - 20px);
    margin: 10px;
  }

  .cardP {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px; 
  }

  .tealM {
    background: #791d37;
  }

  .tema-ancho {
    /*height: 115px;*/
    height: 75px;
  }

  .card-image {
    height: 100px; /* Ajusta la altura según sea necesario */
    overflow: hidden;
    border-radius: 5px 5px 0 0; /* Redondea solo las esquinas superiores */
  }

  .card-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .card-content {
    padding: 10px;
  }

  .card-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 0;
  }

  .letra {
    font-size: 22px;
    display: flex;
justify-content: center; /* Centrar horizontalmente */
align-items: center; /* Centrar verticalmente si es necesario */
    color: white;
    font-family: 'Montserrat';
  }