﻿.pix-container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.pix-container-divisao {
    grid-row: 1;
    margin: 5px;
    width: 100%;
    max-width: 550px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.pix-logo {
    width: 250px;
}

.pix-descricao {
    width: 100%;
    text-align: left;
    margin-bottom: 80px;
}

    .pix-descricao h1 {
        font-size: 36px;
        font-weight: 700;
    }

    .pix-descricao h3 {
        font-size: 30px;
        font-weight: 500;
    }

.pix-qrcode {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.pix-area-img-qr {
    background-color: white;
    border-radius: 10px;
    width: 240px;
    height: 240px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}

.pix-img-qr {
    width: 230px;
    height: 230px;
}

.pix-descricao-qr {
    text-align: center;
    padding: 40px 10px;
}

    .pix-descricao-qr h3 {
        font-size: 25px;
        font-weight: 700;
        color: white;
        margin-bottom: 20px;
    }

    .pix-descricao-qr p {
        font-size: 16px;
        font-weight: 700;
        color: white;
    }

.pix-valor-qr h1 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.btn-pix {
    background-color: white;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    border: none;
    padding: 15px;
    margin-bottom: 30px;
    width: 320px;
}

.pix-detalhamento {
    background-color: white;
    padding: 30px 10px;
    width: 100%;
    border-color: var(--primary-color);
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .pix-detalhamento h1 {
        margin: 20px 0px;
        font-size: 20px;
        font-weight: 500;
        color: var(--primary-color);
    }

    .pix-detalhamento .divisoria {
        width: 80%;
        border-bottom: 1px solid var(--primary-color);
    }

.pix-dados-detalhes {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 20px 0px;
}

    .pix-dados-detalhes .itens {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

        .pix-dados-detalhes .itens span {
            margin-right: 10px;
        }

.chave {
    cursor: pointer;
    color: var(--primary-color);
    font-weight: 700;
}

#verificarPix {
    color: white;
}
