
*
{
    transition: all 0.5s;
}

.row
{
    margin-left: 0px;
    margin-right: 0px;
}

.centraliza-itens
{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.cabecalho
{
    height: 80px;
}

.img-fica-em-casa
{
    width: 280px;
}
.img-faca-doacao
{
    width: 60%;
}

.img-logo-cabecalho
{
    width: 280px;
}

.banner
{
    height: 500px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-doacao
{
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-doacao
{
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    margin-top: 40px;
}

.btn-doacao:hover
{
    cursor: pointer;
    transform: scale(1.2);
}

.borda-direita
{
    border-right: 1px solid #A0A0A0;
}

.borda-esquerda
{
    border-left: 1px solid #A0A0A0;

}

.borda-embaixo
{
    border-bottom: 1px solid #A0A0A0;

}

.btns
{
    margin-top: 150px;
}

.btn-outro-valor
{
    background-color: #e94179;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    padding: 20px 50px;
    border-radius: 15px 0px 0px 15px;
    font-weight: bold;
    height: 100px;
}

.btn-outro-valor:hover
{
    background-color: #e94179;
    color: #fff;
    text-decoration: none;
}

.valor
{
    height: 73px;
    border: 3px solid #ce275e;
    border-radius: 0px 15px 15px 0px;
    text-align: center;
    position: relative;
    top: -4px;
}

.img-whats
{
    width: 320px;
    margin-top: 20px;
}