.area-sobre {
    /*background-color: #E1E5E7;*/
    /*background-color: #eef2f8;*/
    height: 100%;
}

.area-sobre .container {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
}

.area-sobre .container .page-wrapper {
    width: calc(100% - 420px);
    padding: 50px 0;
    flex: 1;
}

.area-sobre .container .singular-page-sidebar {
    width: 100%;
    max-width: 340px;
    margin: 50px 0 50px 80px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    align-self: flex-start;
}

.area-sobre .container .page-wrapper .post-title {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.625rem;
    /*color: #2A454A;*/
    margin-bottom: 30px;
}

.template-part-component-the-content {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    /*color: #2A454A;*/
}

.template-part-component-the-content h2 {
    font-size: 1.375rem !important;
}

.template-part-component-the-content h3 {
    font-size: 1.17em !important;
}

.template-part-component-the-content > *:first-child {
    margin-top: 0;
}

.template-part-component-the-content figure {
    display: flex;
    flex-direction: column;
}

.template-part-component-the-content > * {
    /*margin: 30px auto;*/
    margin-top: 30px;
}

.template-part-component-the-content img {
    border-radius: 10px !important;
    overflow: hidden;
}

.template-part-component-the-content iframe, .template-part-component-the-content img {
    max-width: 100%;
    height: auto;
}

.template-part-component-the-content .wp-block-image figcaption {
    color: #7A8987;
    font-size: .75rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding-left: 10px;
}

.area-sobre .container .singular-page-sidebar {
    width: 100%;
    max-width: 353px; /*340*/
    margin: 50px 0 50px 80px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    align-self: flex-start;
}

.area-sobre .container .singular-page-sidebar ul.page-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.area-sobre .container .singular-page-sidebar ul.page-menu li {
    display: flex;
}

.area-sobre .container .singular-page-sidebar ul.page-menu li a {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    overflow: hidden;
    color: #2A454A;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition: color .2s;
}