.rodapeblog-Base .about * {
    color: #d9d9d9;
}

.about .spca {
    margin-top: 8px;
    font-size: var(--font-size-md);
}

.rodapeblog-Base {
    background: #0d0a0a;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}
.rodapeblog {
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.rodapeblog .about {
    margin: 0px 30px 0px 30px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rodapeblog .about p {
    display: flex;
    align-items: start;
}
.rodapeblog .about h3 {
    color: #bcae87;
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 700;

    padding: 0;
    margin: 0;
}
.rodapeblog .about p {
    color: #d9d9d9;
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
}
.rodapeblog .about ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    white-space: nowrap;

    padding: 0;
    margin: 0;
    padding-top: 10px;
    list-style: none;
}

.rodapeblog .about ul a {
    text-decoration: none;
}

.rodapeblog .about ul li i {
    cursor: pointer;
    color: #bcae87;
}
.rodapeblog .redes-socias .sociais i {
    cursor: pointer;
    color: #d9d9d9;
}

.rodapeblog .about ul li:hover {
    opacity: 0.6;
}

.rodapeblog .about ul li {
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-family: "Open Sauce One";
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;

    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    cursor: pointer;
    width: 100%;
}
.redes-socias .sociais {
    justify-content: center;
    text-align: center;
}
.redes-socias .sociais i {
    color: #d9d9d9;
    font-size: 24px;
    margin-right: 5px;
    margin-bottom: 13px;
}
@media (max-width: 1100px) {
    .rodapeblog {
        padding-left: 0.5%;
        padding-right: 0.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .rodapeblog .about {
        width: 50% !important;
        padding-bottom: 20px;
    }
    .rodapeblog .about ul {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .rodapeblog .about {
        margin: 0px 8px 0px 8px;
    }
}
