/* =========================================================
   PÁGINA DE DOADORES
   COMUNIDADE CEARA
========================================================= */

.pagina-doadores {
    width: min(1130px, 94%);
    margin: 0 auto;
    padding: 38px 0 60px;
}


/* =========================================================
   TÍTULO
========================================================= */

.titulo-doadores {
    text-align: center;
    margin-bottom: 40px;
}

.etiqueta-doadores,
.etiqueta-formas {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 10px 20px;

    background: #ffffff;
    border-radius: 30px;

    color: #0876b5;
    font-weight: 800;

    box-shadow: 0 7px 20px rgba(0, 70, 100, 0.10);
}

.etiqueta-doadores i {
    color: #f43f72;
}

.titulo-doadores h1 {
    margin: 25px 0 12px;

    color: #0876b5;

    font-size: clamp(34px, 5vw, 46px);
    font-weight: 800;
}

.titulo-doadores p {
    margin: 0;

    color: #315f82;
    font-size: 17px;
}


/* =========================================================
   MENSAGEM
========================================================= */

.mensagem-doadores {
    display: flex;
    align-items: center;
    gap: 25px;

    background: #ffffff;

    border-left: 6px solid #10aaa7;
    border-radius: 18px;

    padding: 32px;

    margin-bottom: 30px;

    box-shadow: 0 10px 30px rgba(0, 70, 100, 0.08);
}

.icone-mensagem {
    flex: 0 0 70px;

    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #087fc0;

    color: white;

    font-size: 32px;
}

.mensagem-doadores h2 {
    margin: 0 0 12px;

    color: #0876b5;

    font-size: 27px;
}

.mensagem-doadores p {
    margin: 7px 0;

    color: #315f82;

    line-height: 1.6;
}


/* =========================================================
   FORMAS DE CONTRIBUIR
========================================================= */

.formas-contribuir {
    background: transparent;
}

.titulo-formas {
    text-align: center;
    margin: 35px 0 25px;
}

.etiqueta-formas i {
    color: #16a36d;
}

.titulo-formas h2 {
    margin: 17px 0 5px;

    color: #0876b5;

    font-size: 32px;
}

.titulo-formas p {
    margin: 0;

    color: #315f82;
}


/* =========================================================
   CONTAS
========================================================= */

.contas-bancarias {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px;

    margin-top: 25px;
}

.conta-banco {
    background: #ffffff;

    border-radius: 17px;

    padding: 25px;

    border-top: 5px solid #1685c7;

    box-shadow: 0 9px 25px rgba(0, 70, 100, 0.10);
}


/* =========================================================
   CABEÇALHO DO BANCO
========================================================= */

.cabecalho-banco {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-bottom: 18px;

    border-bottom: 2px solid #d9edf5;
}


/* CORA */

.logo-cora {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #111;

    font-size: 37px;
    font-weight: 800;
}

.simbolo-cora {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: #f02f65;

    color: white;

    font-weight: 900;
}


/* MERCADO PAGO */

.logo-mercado {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #0876b5;

    font-size: 22px;
    line-height: 0.95;
}

.simbolo-mercado {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 45px;

    border-radius: 50%;

    background: #dff3ff;

    color: #0876b5;

    font-size: 25px;
}

.logo-mercado b {
    color: #159bd3;
}


.identificacao-banco {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    min-width: 120px;
}

.identificacao-banco strong {
    color: #0876b5;

    font-size: 20px;
}

.identificacao-banco span {
    color: #315f82;

    font-weight: 700;
}

.identificacao-banco small {
    margin-top: 5px;

    background: #dff3ff;

    padding: 5px 13px;

    border-radius: 20px;

    color: #315f82;
}


/* =========================================================
   DADOS DA CONTA
========================================================= */

.dados-banco {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

    margin-top: 20px;
}

.dados-conta {
    padding-right: 18px;

    border-right: 1px solid #cfe3ed;
}

.dados-banco h3 {
    margin: 0 0 14px;

    color: #0876b5;

    font-size: 17px;
}

.dados-banco h3 i {
    margin-right: 7px;
}

.dados-conta p {
    margin: 8px 0;

    color: #315f82;

    line-height: 1.4;
}

.dados-conta strong {
    color: #174a70;
}


/* =========================================================
   PIX
========================================================= */

.dados-pix {
    display: flex;
    flex-direction: column;
}

.dados-pix h3 i {
    color: #10aaa7;
}

.chave-pix {
    margin: 8px 0 12px;

    padding: 13px 10px;

    background: #def7f1;

    border-radius: 9px;

    text-align: center;

    color: #12665f;

    font-size: 17px;
    font-weight: 800;

    word-break: break-word;
}

.botao-copiar {
    border: none;

    border-radius: 9px;

    padding: 12px;

    background: #08a56f;

    color: white;

    font-size: 15px;
    font-weight: 800;

    cursor: pointer;

    transition: 0.2s;
}

.botao-copiar:hover {
    transform: translateY(-2px);

    background: #078d60;
}


/* =========================================================
   WHATSAPP
========================================================= */

.ajuda-contribuicao {
    display: flex;
    align-items: center;

    gap: 20px;

    background: #ffffff;

    border-left: 6px solid #20cf69;

    border-radius: 17px;

    padding: 25px 30px;

    margin-top: 30px;

    box-shadow: 0 9px 25px rgba(0, 70, 100, 0.08);
}

.icone-whatsapp {
    flex: 0 0 62px;

    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #20cf69;

    color: white;

    font-size: 32px;
}

.texto-ajuda {
    flex: 1;
}

.texto-ajuda h2 {
    margin: 0 0 6px;

    color: #0876b5;
}

.texto-ajuda p {
    margin: 0;

    color: #315f82;
}

.botao-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 14px 22px;

    background: #20cf69;

    color: white;

    border-radius: 9px;

    text-decoration: none;

    font-weight: 800;

    white-space: nowrap;
}

.botao-whatsapp:hover {
    background: #17b85b;
}


/* =========================================================
   MENSAGEM FINAL
========================================================= */

.mensagem-final-doadores {
    display: flex;
    align-items: center;

    gap: 22px;

    background: #ffffff;

    border-left: 6px solid #18b66c;

    border-radius: 17px;

    padding: 25px 30px;

    margin-top: 30px;

    box-shadow: 0 9px 25px rgba(0, 70, 100, 0.08);
}

.icone-final {
    flex: 0 0 60px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #28c878;

    color: white;

    border-radius: 50%;

    font-size: 27px;
}

.mensagem-final-doadores h2 {
    margin: 0 0 6px;

    color: #0876b5;
}

.mensagem-final-doadores p {
    margin: 0;

    color: #315f82;

    line-height: 1.5;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 900px) {

    .contas-bancarias {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 700px) {

    .pagina-doadores {
        width: 92%;
    }

    .mensagem-doadores,
    .ajuda-contribuicao,
    .mensagem-final-doadores {
        flex-direction: column;

        align-items: flex-start;
    }

    .dados-banco {
        grid-template-columns: 1fr;
    }

    .dados-conta {
        padding-right: 0;

        padding-bottom: 18px;

        border-right: none;
        border-bottom: 1px solid #cfe3ed;
    }

    .cabecalho-banco {
        flex-direction: column;

        align-items: flex-start;
    }

    .botao-whatsapp {
        width: 100%;
    }

    .titulo-doadores h1 {
        font-size: 34px;
    }

}