* {
    font-family: "Lexend Deca", sans-serif;
}

body,
html {
    overflow-x: hidden;
    width: 100vw;
}

section.voltar {
    display: flex;
    margin-top: 40px;
    height: 68px;
}

section.voltar a {
    background-color: #1174A5;
    color: #FFF;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

section.voltar a:hover {
    background-color: #004466;
}

.me-15 {
    margin-right: 15px;
}

.mb-3r {
    margin-bottom: 3rem;
}

.mt-20 {
    margin-top: 20px;
}

.clr-80 {
    color: #808080;
}

.top {
    min-height: 380px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
    margin-top: 153px;
}

@media (max-width: 400px) {
    .top {
        margin-top: 103px;
    }
}

.tags {
    margin-left: 19rem;
}

.imgtop {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    padding-right: 20px;
    border-radius: 5px !important;
}

.top .titulo {
    font-size: 50px;
    font-weight: 900;
    width: 75%;
    margin: 2rem 0 !important;
    color: #FFF;
}


/* .hrn {
    background-color: #EDEEF1;
    height: 1px;
    border: none;
    margin-bottom: 2rem;
} */

.login {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.top .autor {
    font-weight: 900;
    font-size: 14px;
    color: #FFF;
}

.data {
    font-weight: 400;
    font-size: 14px;
    color: #c9c9c9;
}

.brand {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand svg {
    width: 25%;
    height: 25%;
}

.content {
    padding-bottom: 5rem;
}

.content ul,
.content li {
    list-style: disc !important;
}

.content .img-fluid {
    width: 70%;
    margin-bottom: 50px;
}

.col-lg-10 h2 {
    color: #000;
}

@media(max-width: 992px) {
    .content .tags {
        margin-left: 0;
    }
    .content .titulo {
        width: 100%;
    }
    .content .col-lg-10 {
        order: 1;
    }
    .content .col-lg-2 {
        order: 2;
    }
    .content .col-lg-2 p {
        text-align: start !important;
    }
    .logo {
        display: inline-flex;
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 768px) {
    .top .titulo {
        font-size: 40px;
    }
    .tags {
        margin-left: 0;
    }
}

@media(max-width: 425px) {
    .top .titulo {
        font-size: 30px;
    }
}

.related_posts {
    margin-bottom: 5rem;
}

.related_posts .owl-nav {
    transform: translateY(-560px);
}

.related_posts .owl-nav .owl-prev {
    right: 60px;
    left: unset;
}

.related_posts .owl-nav .owl-next {
    right: 0;
}

.related_posts h2 {
    font-weight: 700;
    font-size: 25px;
}