@font-face {
    font-family: "Outfit";
    src: url("outfit-variable.woff2") format("woff2 supports variations"),
        url("outfit-variable.woff2") format("woff2-variations");
    font-weight: 100 900;
}

:root {
    --font-fallback: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
        "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Outfit", var(--font-fallback);
    font-size: 18px;
    background: #ffffff;
    color: #000000;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/**header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

header .title {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

header img {
    max-width: 150px;
    max-height: 40px;
} */

main .container {
    padding: 30px 10px 10px;
}

h1 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
}

.cert {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 10px;
}

.cert-p {
    flex: 1 0 calc(25% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    font-style: italic;
    padding: 10px;
    border-radius: 5px;
}

.cert-p p {
    margin: 0;
}

p {
    font-weight: 300;
    margin: 0 0 20px;
}

.author {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.aut-img {
    position: relative;
}

.author img {
    border-radius: 5px;
}

.author .aut-info p {
    margin: 0;
}

.author .aut-name {
    position: relative;
    display: inline-flex;
    font-weight: 700;
}

.aut-name:before {
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    top: 55%;
    transform: translateY(-50%);
    background-image: var(--background-image);
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.bkm {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.bkm {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    /* Bianco puro */
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
        /* Bordo nero sottile */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
    /* Effetto leggero */
}



.bkm-img {
    display: flex;
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

.bkm-img img {
    width: 100%;
}

.bkm-bonus {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.bkm-bonus svg {
    fill: #e23e36;
}

.bkm-bonus p {
    font-size: 22px;
    font-weight: 700;
        /** text-shadow: 0 0 10px #f00, 0 0 10px #ff0, 0 0 5px #0f0, 0 0 0px #00f, 0 0 0px #0ff, 0 0 0px #f0f, 0 0 0 #fff; */
    margin: 0;
}

.bkm-cta a {
    display: block;
    background: #4e974e;
    background: -webkit-linear-gradient(to right, #4e974e, #80e780);
    background: linear-gradient(to right, #4e974e, #80e780);
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px;
}

.bkm-desc {
    flex: 1 0 50%;
    padding: 0 10px;
}

.bkm-desc ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.bkm-desc li {
    display: flex;
    gap: 5px;
}

.bkm-desc li:before {
    content: "";
    display: inline-flex;
    background-image: url(http://mejoresbonos.mx/wp-content/uploads/2025/02/check-icon-c544a4.svg);
    background-size: 20px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 3px;
}

.bkm-pay {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}

.bkm-cta {
    flex: 1 0 25%;
}

.code-bonus {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: inherit;
    color: #000;
    background: #F2994A;
    background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);
    background: linear-gradient(to right, #F2C94C, #F2994A);
    padding: 10px 15px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.code {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

a.cell {
    color: #fff;
}

footer {
    position: relative;
}

.trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}


.copyright {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    main .container {
        padding: 10px;
    }

    .cert-p {
        flex: 1 0 calc(50% - 10px);
    }

    .code-bonus {
        justify-content: center;
        width: 100%;
    }

    .bkm-img {
        max-width: 100px;
        height: 100px;
    }

    .bkm-desc {
        flex: 1 0 100%;
        padding: 10px 0;
    }

    .bkm-desc li {
        font-size: 16px;
    }

    .bkm-desc li:before {
        margin-top: 2px;
    }

    .bkm-cta {
        flex: 1 0 100%;
    }

    .bkm-bonus {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        width: calc(100% - 130px);
        height: 100px;
        padding: 10px;
        background: transparent !important;
        margin: 10px;
    }

    .bkm-pay {
        display: flex;
        justify-content: center;
        gap: 5px;
    }
}