.entry-content p {}





.widget-child-page-list {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    max-width: 80%;
    font-weight: bold;
}

.widget-child-page-list .widget-child-page-list-title {
    display: flex;
    align-items: center;
}

.widget-child-page-list .widget-child-page-list-title .widget-child-page-list-title-text {
    font-size: 46px;
    padding: 7px 0;
    font-family: 'lucida_grande_black', sans-serif;
}

.widget-child-page-list .widget-child-page-list-title .widget-child-page-list-title-hline {
    height: 4px;
    background-color: #0c0c0c;
    flex: 1;
    margin-left: 30px;
}

.widget-child-page-list .widget-child-page-list-link-list {
    font-family: 'lucida_grande_light', sans-serif;
    font-weight: bold;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
}

.widget-child-page-list .widget-child-page-list-link-list a {
    color: #ffffff;
    text-decoration: none;
    margin: 0px 30px 30px 0;
    min-width: 250px;
    max-width: 290px;
    height: 80px;
    background-color: var(--azulcastelo);
    padding: 15px;
}

.widget-child-page-list .widget-child-page-list-link-list a:hover {
    color: var(--amarelocastelo);
    text-decoration: none;
}