      body {
            background: url("https://keyforgespain.com/wp-content/uploads/2024/11/backgrounddark.jpg");
            font-family: Arial, sans-serif;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
        }
        .cards-container-token {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: normal;
            margin: 0;
            padding: 0;
        }
        .cardToken {
            width: 150px;
            margin: 10px;
            box-sizing: border-box;
            overflow: hidden;
            position: relative;
            border-radius: 10px;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .cardToken img.card-image {
            max-width: 100%;
            height: auto;
            display: block;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .cardToken h3 {
            color: whitesmoke;
            margin: 0px 0 5px;
            text-align: center;
            font-size: 20px;
            height: 25px;
            padding: 0 10px;
            font-family: Agdasima;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .cardToken h2 {
            color: #FFE800;
            margin: 0px 0 5px;
            text-align: center;
            font-size: 20px;
            padding: 0 10px;
            font-family: Agdasima;
            text-transform: uppercase;
            border-radius: 0;
            background-color: none;
        }
        .cardToken p {
            margin: 0px 0;
            padding: 15px 10px;
            font-size: 12px;
            font-family: New+Amsterdam;
            background-color: #f9f9f9;
        }
        .cards-container {
            display: flex;
            flex-wrap: wrap;
            border-radius: 10px;
            justify-content: center;
            align-items: normal;
            margin: 10px;
            padding: 0;
            max-width: 1500px;
        }
        .card {
            width: 200px;
            margin: 10px;
            box-sizing: border-box;
            overflow: hidden;
            position: relative;
            border-radius: 10px;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .card img.card-image {
            max-width: 100%;
            height: auto;
            display: block;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .card h3 {
            color: whitesmoke;
            margin: 0px 0 5px;
            text-align: center;
            font-size: 20px;
            height: 25px;
            padding: 0 10px;
            font-family: Agdasima;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .card p {
            height: 100%;
            margin: 0px 0;
            padding: 15px 10px;
            font-size: 12px;
            font-family: New+Amsterdam;
            background-color: #f9f9f9;
        }
        .bonus-icons {
            display: flex;
            justify-content: center;  /* Centrar los iconos */
            padding: 0 10px;
            height: 25px;
            align-items: center;
            background-color: #f9f9f9;
        }
        .bonus-icons_off {
            display: flex;
            justify-content: center;  /* Centrar los iconos */
            padding: 0 10px;
            height: 25px;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .bonus-icons img {
            width: 20px;
            height: 20px;
            margin: 0 5px; /* Espacio entre los iconos */
        }
        .card {
            margin-bottom: 20px; /* Espacio después de las cartas */
        }
        .house-banner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 30px;
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .house-banner img {
            max-height: 20px;
            margin-right: 5px;
            border: 0;
        }
        .house-banner span {
            font-size: 14px;
            font-weight: bold;
        }
        .detalleMazo div{
            align-items: center;
            text-align: center;
        }
        .detalleMazo img {
            margin: 0 -3px 0 5px;
        }
        .detalleMazo p {
            border-radius: 5px 0 5px 0;
            background-color: whitesmoke;
            font-family: Agdasima;
            font-size: 25px;
            margin-top: -5px;
            padding: 5px 5px;
        }
        .detalleBonMazo div{
            align-items: center;
            text-align: center;
            margin: 15px;
        }
        .detalleBonMazo img {
            margin: 0 -3px 0 5px;
        }
        .detalleBonMazo p {
            border-radius: 5px 0 5px 0;
            background-color: whitesmoke;
            font-family: Agdasima;
            font-size: 25px;
            margin: 5px;
            padding: 5px 5px;
            display: inline;
            text-transform: uppercase;
        }
        h1 {
            color: #FFE800;
            text-align: center;
            font-family: Agdasima;
            text-transform: uppercase;
            font-size: 40px;
        }
        h2 {
            color: #FFE800;
            margin: 20px;
            margin-bottom: -5px;
            text-align: center;
            font-size: 20px;
            padding: 0;
            font-family: Agdasima;
            text-transform: uppercase;
            border-radius: 0;
            background-color: none;
        }
        h3 {
            color: white;
            text-align: center;
            font-family: New+Amsterdam;
            font-size: 15px;
            margin-top: -25px;
        }
        h3 a {
            text-decoration: none;
            color: white;
            text-align: center;
            font-family: New+Amsterdam;
            font-size: 15px;
            margin-top: -25px;
        }
        h3 a:hover{
            text-decoration: none;
            color: #C900FF;
            text-align: center;
            font-family: New+Amsterdam;
            font-size: 15px;
            margin-top: -26px;
        }
        h4 {
            color: white;
            text-align: center;
            font-family: Agdasima;
            text-transform: uppercase;
            font-size: 20px;
            margin-top: -25px;
        }
        .footer {
            color: #FFE800;
            background-color: #690078;
            text-align: center;
            font-family: Agdasima;
            font-size: 20px;
            width: 100%;
        }
