.lista-redes .icon-instagram {
background: #000000;
color: #FFF;
}.lista-redes .icon-facebook {
background: #000000;
color: #FFF;
}

        .modal-bsb {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .modal-bsb-content {
            border-radius: 50px;
            text-align: center;
            background-image: linear-gradient(45deg, white 49.5%, gold 50%, gold 50.5%, white 51.5%),
                linear-gradient(45deg, gold 49.5%, white 50%, white 50.5%, gold 51.5%);
            background-size: 20px 20px;
            background-position: center;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 500px;
            font-size: 20px;
            font-weight: bold;
            font-family: 'Verdana', Geneva, serif;
        }



        .modal-bsb-yesBtn {
            padding: 10px 20px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            margin-right: 10px;
            cursor: pointer;
        }

        .modal-bsb-noBtn {
            padding: 10px 20px;
            background-color: white;
            color: black;
            border: 2px solid #f44336;
            border-radius: 5px;
            cursor: pointer;
        }

        .modal-bsb-mensagem {
            margin: 50px;
        }