@font-face {
    font-family: 'Wilhelm Klingspor Gotisch';
    src: url('../fonts/wilhelm-klingspor-gotisch-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.alignleft {
    float: left;
    margin-right: 20px;
}
.aligncenter {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.alignright {
    float: right;
    margin-left: 20px;
}

body {
    /* background-color: #2a2a2a; */
    background-color: #f6f6f6;
    margin: 0;
    /* color: #f6f6f6; */
    color: #2a2a2a;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
}

header,
footer {
    padding: 20px 0;
    background-color: #2a2a2a;
    border-bottom: solid 1px #3a3a3a;
}
header .close-menu {
    display: none;
}
header .nav-brand,
footer .nav-brand {
    font-family: "Wilhelm Klingspor Gotisch";
    font-size: 56px;
    line-height: 58px;
    color: #f6f6f6;
    text-decoration: none;
    transition: all .3s;
}
header .nav-brand img,
footer .nav-brand img {
    height: 110px;
    transition: all .3s;
}
header .box-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
header nav ul,
footer nav ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    height: 100%;
    margin-bottom: 0;
}
header nav ul li,
footer nav ul li {
    margin-left: 35px;
}
footer nav ul li {
    margin-left: 17.5px;
    margin-right: 17.5px;
}
header nav ul a,
footer nav ul a {
    color: #f6f6f6;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
header nav ul a::after,
footer nav ul a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    transition: all .3s;
    background-color: #f6f6f6;
    margin-top: 7px;
    opacity: 0;
}
header nav ul a:hover,
footer nav ul a:hover {
    color: #f6f6f6;
}
header nav ul a.active::after,
header nav ul a:hover::after,
footer nav ul a.active::after,
footer nav ul a:hover::after {
    width: 100%;
    opacity: 1;
}
header .box-contato {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}
header .box-contato form {
    margin-right: 40px;
}
header .box-contato input:focus,
header .box-contato input {
    font-size: 16px;
    font-family: "Titillium Web";
    font-weight: 600;
    color: #1a1a1a;
    background-color: #ccc;
    border: none;
    height: 32px;
    outline: none;
    border-radius: 2px;
    padding: 0 37px 0 10px;
    width: 220px;
}
header .box-contato input::placeholder {
    font-weight: 400;
    color: #4a4a4a;
}
header .box-contato button {
    background-color: transparent;
    border: none;
    height: 30px;
    width: 30px;
    position: relative;
    margin-left: -38px;
}
header .box-contato button svg {
    width: 27px;
    height: 27px;
}
header .box-contato .social-menu {
    display: flex;
    align-items: center;
}
header .box-contato .social-menu span {
    font-size: 13px;
    color: #f6f6f6;
}
header .box-contato .social-menu a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .box-contato .social-menu a img {
    max-width: 28px;
    max-height: 28px;
}

hr {
    background-color: #aaa;
    margin: 1.5rem 0;
}

.detalhes-publicacao,
.detalhes-publicacao .data,
.detalhes-publicacao .autor {
    display: flex;
    align-items: center;
}
.detalhes-publicacao span {
    display: inline-block;
    padding: 8px 15px;
    background-color: #5a5a5a;
    color: #f6f6f6;
    font-size: 13px;
    line-height: 14px;
    margin-right: 20px;
    border-radius: 2px;
}
.detalhes-publicacao svg,
.detalhes-publicacao img {
    width: 14px;
    height: 14px;
}
.detalhes-publicacao p {
    margin-top: 0;
    margin-bottom: 0;
    color: #7f7f7f;
    font-size: 13px;
    line-height: 13px;
    padding-left: 3px;
    font-family: 'Titillium Web';
}

.card-vertical,
.card-horizontal {
    display: block;
    text-decoration: none;
}
.card-vertical .box-img,
.card-horizontal .box-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    height: 170px;
}
.card-horizontal.resenha .box-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    height: 100%;
    aspect-ratio: 1/1;
}
.card-vertical .box-img {
    background-blend-mode: color;
    height: 235px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-vertical .box-img img {
    max-width: 100%;
    max-height: 100%;
}
.card-vertical .box-info,
.card-horizontal .box-info {
    display: flex;
    flex-direction: column;
    padding: 15px 20px 15px 10px;
}
.card-vertical .box-info {
    padding: 20px 15px 15px 0;
}
.card-vertical .box-info h2,
.card-horizontal .box-info h2 {
    font-size: 22px;
    font-family: 'Cinzel';
    margin-bottom: 10px;
    color: #2a2a2a;
    font-weight: 500;
}
.card-vertical .box-info h3,
.card-horizontal .box-info h3 {
    font-family: 'Cinzel';
    font-size: 14px;
    margin-bottom: 15px;
    color: #2a2a2a;
    font-weight: normal;
}
.card-vertical .box-info .resuno,
.card-horizontal .box-info .resumo {
    font-size: 15px;
    font-family: 'Titillium Web';
    margin-top: 20px;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.titulo-pagina {
    font-size: 1.7rem;
    margin-bottom: 40px;
    padding: 0 20px 0 2px;
    font-weight: 600;
}

aside {
    position: sticky;
    top: 10px;
}
aside>h3 {
    display: none;
}

footer {
    padding: 20px 0 0 0;
}
footer .copy {
    background-color: #4a4a4a;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}
footer .copy p {
    margin-bottom: 0;
    color: #f6f6f6;
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    font-family: 'Titillium Web';
    text-align: center;
}

@media (max-width: 992px) {
    header * {
        overflow-x: hidden;
    }
    header .nav-brand {
        font-family: "Wilhelm Klingspor Gotisch";
        font-size: 32px;
        line-height: 34px;
    }
    header .nav-brand img {
        height: 65px;
    }
    footer .nav-brand img {
        height: 95px;
    }
    header .box-menu {
        display: block;
        z-index: 1;
        height: 0;
        opacity: 0;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        left: 100vw;
        background-color: transparent;
        padding: 30px 0 0 0;
        overflow: hidden;
    }
    header .box-menu .box-contato {
        display: none;
    }
    header .open-menu {
        position: absolute;
        top: 40px;
        right: 20px;
        width: 32px;
        z-index: 99;
        background: transparent;
        border: none;
    }
    header .box-menu.active {
        left: 0;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 999;
        opacity: 1;
    }
    header .box-menu .close-menu {
        display: block;
        position: absolute;
        top: 37px;
        right: 18px;
        width: 38px;
        z-index: 9999;
        background: transparent;
        border: none;
    }

    header .box-menu nav ul {
        flex-direction: column;
        align-items: flex-end;
        padding-right: 30px;
        margin-top: 85px;
        opacity: 0;
        transition: all .5;
    }
    header .box-menu.active nav ul {
        opacity: 1;
    }
    header .box-menu nav ul li {
        margin-left: 0;
        margin-bottom: 25px;
    }
    header .box-menu nav ul a {
        font-size: 18px;
    }
    header .box-menu nav ul a::after {
        margin-top: 2px;
    }
    
    .detalhes-publicacao span {
        padding: 6px 12px;
        font-size: 12px;
        line-height: 13px;
        margin-right: 15px;
    }
    .detalhes-publicacao svg, .detalhes-publicacao img {
        width: 13px;
        height: 13px;
    }

    .card-vertical .box-img img {
        object-fit: cover;
    }
    .card-horizontal .box-img {
        background-blend-mode: color;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-horizontal .box-img img {
        max-width: 100%;
        max-height: 160px;
    }

    aside {
        position: relative;
        margin-top: 30px;
    }
    aside>h3 {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    footer nav ul li {
        margin-left: 15.5px;
        margin-right: 15.5px;
    }
    footer nav ul a {
        font-size: 13px;
    }
    footer .copy p {
        font-size: 12px;
    }

}