/* --------- MOSTRAR TARGETAS DE PREMIOS  -----------   */

:root {
    /* modo claro */

    --principal: #840307;
    --second: #943030;
    --selected_red: #db322cff;
    --black: #000;
    --gris: rgb(132, 132, 132);
    --black_transparet: rgba(0, 0, 0, 0.5);
    --light-grey: #f0f0f0;
    --text-color: #333;
}

.container_card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

#premios {
    margin-top: 100px;
}

.card {
    flex: 1 1 300px;
    background-color: white;
    border-radius: 10px;
    margin: 15px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
}

.img_card {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.title_card {
    text-align: center;
    margin: 15px;
    color: var(--principal);
}

p.text_card {
    text-align: center;
    margin: 15px;
    flex-grow: 1;
    color: black;
}

li {
    margin: 15px;
    font-family: "Roboto Mono", monospace;
}

.contenido {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.button.submit_btn {
    width: 80%;
    margin: 0 auto 15px auto;
}

/* --------- INFRMACION DE PAGO -----------   */

img.logo_bdv {
    width: 70px;
    margin: 10px 0 15px 0;
}

img.logo_bancolombia {
    width: 120px;
    margin: 10px 0 15px 0;
}

img.logo_bp {
    width: 150px;
    margin: 10px 0 15px 0;
}

img.logo_zin {
    width: 55px;
    margin: 10px 0 15px 0;
}

img.logo_binance {
    width: 55px;
    margin: 10px 0 15px 0;
}

.card_datos {
    width: 300px;
    height: 300px;
    background-color: rgb(250, 250, 250);
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.container_datos {
    width: 80%;
    height: 80%;
    text-align: center;
    color: black;
}

p.data {
    font-family: "Exo 2", sans-serif;
}
