/*Logo*/
.container-header .navbar-brand a {
    color: #fff;
    height: 70px;
    display: flex;
}
/*Login*/
.com-users-login.login {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 7px;
    background: #f4f6f9;
    margin-bottom: 40px;
}
/*Tipo Blog*/
.com-content-category-blog__item.blog-item {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 25px;
}
/*Menú lateral*/
.u-at-brand-area.p-3.border-bottom.border-white-10 {
    background: hsl(214, 40%, 30%);
}
a#menu-collapse {
    background: #40628c;
    padding: 20px;
    color: #ffffff !important;
    margin-left: -18px;
    margin-right: -15px;
    margin-bottom: -17px;
    margin-top: -7px;
}
.item.mm-active > a {
    color: white !important;
    border-left: 3px solid var(--at-accent);
    background: rgb(50 80 113);
}