.titulo {
    margin: 0;
    padding: 16px;
}

.menu-section.on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
}

nav ul {
    margin: 0;
}

.menu-section li {
    margin-left: 0;
    padding: 8px;
    border-bottom: none;
}

/* featherlight */

.featherlight:last-of-type {
    background: initial;
}

button.featherlight-close-icon.featherlight-close {
    width: auto;
    padding: 16px;
    font-size: 32px;
    background: transparent;
    color: #a2003e;
}

button.featherlight-close-icon.featherlight-close:hover {
    /*background: #eaeaea;*/
}

.featherlight .featherlight-content {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.featherlight-inner iframe {
    height: 100%;
}

/* */

.bp-header a {
    font-weight: 500;
    color: #a2003e;
}

.bp-header a:hover {
    text-decoration: underline;
}
