@import "../config.css";

.topo {
    background-color: #5202c6;
    padding: 20px;
    text-align: center;
}

.descricao {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 20px auto;
}

.links .btn {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 10px auto;
    padding: 20px;
    font-weight: 700;
    border-radius: 8px;
    font-size: 14px;
}

.links .btn-pink {
    background: linear-gradient(to right, #1e10a9, #3a2ad2);
    color: white;
}

.links .btn-white {
    background: #fff;
    color: #000;
    display: flex;
    border: 1px solid #e1e1e1;
}

.links .btn-white img {
    width: 20px;
    margin-right: 8px;
}

.links .btn-green {
    background-color: #25d366;
    color: white;
}






.links .btn-white span {
    width: 90%;
}

.links .btn-white strong {
    font-size: 14px;
    color: #333333;
}

.links .btn-white:hover {
    border: 1px solid #CCC;
}

.links .btn-white .icon {
    width: 10%;
    text-align: right;
    i {
        font-size: 20px;
        color: #999;
    }
}







.divider {
    margin: 20px auto 20px;
    width: 90%;
    max-width: 380px;
    height: 1px;
    background: #ddd;
}

#rodape {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 20px;
    span {
        color: #333;

    }
}