main#artigos {
    position: relative;

    width: 100%;
    height: 15vh;

    background: none;
}

header {
    position: fixed;
    z-index: 99;

    width: 100%;

    padding: 1rem 0;
    background-color: var(--tertiary-color);
    box-shadow: var(--shadow-back);
}

header .logo img {
    filter: invert(1);
    display: block;
}

header.active {
    background-color: var(--tertiary-color);
    box-shadow: 0px 11px 24px -4px var(--dark-text-color);
}

header a {
    text-decoration: none;
    color: var(--withe);
}

section#artigos {
    position: relative;

    padding-bottom: 7rem;
    background-color: #fafafa;
}

section#artigo .container {
    max-width: 125rem;

    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    /*background: #FFF;
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.25);*/
}

section#artigo .title__artigo {
    max-width: 105rem;
    padding: 2%;
}

section#artigo .title__artigo h1 {
    font-size: 4rem;
    font-family:Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight:bold;
}

section#artigo .title__artigo h2 {
    font-size: 2.5rem;
    font-family: var(--text-font);
    color: #666666;
    font-weight: 600;
    padding-top: 5px;
}

section#artigo .title__artigo h3 {
    font-size: 4rem;
    font-family: var(--text-font);
    color: var(--dark-text-color);
    font-weight: 600;
    padding-bottom: 10px;
}

section#artigo .line {
    height: 2px;
    max-width: 105rem;
    background-color: #EDEDED;
    margin: 10px 0;
}

section#artigo .info__extra {
    display: flex;
    justify-content: space-between;
}

section#artigo .info__extra h4{
    font-size: 1.2rem;
    max-width: 85rem;
    font-family: var(--text-font);
    color: #666666;
    font-weight: 600;
}

section#artigo .text__artigo {
    padding: 0 2%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 3rem 2% 7rem 2%;
}

section#artigo .text__artigo h2 {
    font-size: 2.4rem;
    max-width: 105rem;
    font-family: var(--text-font);
    color: #333333;
    font-weight: 600;
    padding-top: 5px;
}

section#artigo .text__artigo p {
    font-size: 1.8rem;
    max-width: 105rem;
    font-weight: 500;
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height: 3.3rem;
    text-align: justify;
    text-indent: 50px
}


section#art {
    position: relative;

    padding-bottom: 7rem;
}

section#art .container {
    max-width: 105rem;

    position: relative;
    margin: 0 auto;
}

section#art .arts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 2%;

}

.coverlink{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.80);
    opacity: 0;

    z-index: 2;
}

section#art .art__title {
    padding: 0 2% 40px 2%;
}

section#art .art__title h2 {
    font-family: var(--text-font);
    font-size: 3rem;
    text-align: center;
}

section#art .art__card {
    width: 70rem;
    height: 19rem;
    height: 20;
    padding: 2rem;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: var(--shadow-back);
    margin: 0 auto;
    position: relative;
}


section#art .art__card h3 {
    text-decoration: none;
    font-size: 2rem;
    max-width: 65rem;
    font-family: var(--text-font);
    color: #333333;
    font-weight: 600;
    padding-top: 5px;
}

section#art .art__card h3:hover {
    color: black;
}

section#art .art__card a {
    text-decoration: none;
}

section#art .art__card p {
    font-size: 1.4rem;
    max-width: 105rem;
    font-weight: 500;
    font-family: var(--text-font);
    line-height: 2rem;
    text-align: justify;
    padding-top: 5px;
}

section#art .foto__extra {
    display: flex;
    flex-direction: column;
    gap: 1px;
}


section#art .foto img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

section#art .foto {
    display: flex;
    align-items: center;
    gap: 10px;
}

section#art .foto h3 {
    font-size: 2rem;
    max-width: 85rem;
    font-family: var(--text-font);
    color: #333333;
    font-weight: 600;
    padding-top: 5px;
}


section#art .foto h4 {
    font-size: 1.rem;
    font-family: var(--text-font);
    color: var(--primary-color);
    font-weight: 600;
}


.footer-logo {
    margin: 0 auto;
}

/*==== Começo Sesao Footer =======*/
.footer {
    background-color: var(--tertiary-color);
    box-sizing: border-box;
    width: 100%;
    font: bold 16px sans-serif;
    box-shadow: var(--shadow-back);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cntro-foot {
    max-width: 120rem;
    display: flex;
    justify-content: center;
    margin: 0 5%;
    gap: 70px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer .footer-left {
    width: 50%;
}

.footer h3 {
    color: #ffffff;
    font-size: 2.5rem;
    font-family: 'Rowdies', cursive;
    text-transform: uppercase;
    margin: 0;
}


.footer h3 span {
    color: var(--withe);
    font-family: 'Oswald', sans-serif;
}

/* Footer links */

.footer .footer-links {

    color: #ffffff;
    margin: 20px 0 12px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer .footer-links span {
    color: var(--main-color);
}

.footer .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    color: var(--c4);
}

.footer .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer .footer-center {
    width: 50%;
}

.foot {
    display: flex;
    align-items: center;
    padding-top: 10px;
    gap: 10px;
}

.foot p{
    line-height: 2.5rem;
    text-align: center;
}

.foot a{
    color: #fff;
}

footer .rights{
    font-size: 1.6rem;
    color: fff;

    border-top: .1rem solid white;

    line-height: 3.2rem; /* 200% */
    margin-top: 5px;

    max-width: 60rem;

   text-align: center;
}

/* Footer Right */

.footer .footer-right {
    width: 40%;
}

.footer .footer-icons {
    padding-top: 20px;
    display: flex;
    gap: 10px;
    margin: 0 auto;
}

/*==== Fim Sesao Footer =======*/


@media screen and (max-width: 850px) {

    /*======== Footer =========*/
    .cntro-foot {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 10px;
        text-align: center;
    }

    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        width: 100%;
    }

    .footer-links {
        display: flex;
        justify-content: center;
    }


    .foot {
        justify-content: center;
        margin: 0 auto;
        gap: 1px;
    }

    .foot p{
        line-height: 2.5rem;
    }

    .footer .footer-icons {
        padding: 10px 0;
        display: flex;
        justify-content: center;
        gap: 15px;
    }


    /*======== Footer =========*/

}

@media (max-width: 769px) {

    header {
        padding: 2rem 0;
        margin-top: 0;
    }

    main#artigos {
        height: 20vh;
    }

    section#art .art__card {
        width: 90vw;
        padding: 2rem;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: var(--shadow-back);
        height: 36vh;
    }

    section#art .art__card h3 {
        text-align: initial;
    }

    section#artigo .title__artigo h1 {
        font-size: 3rem;
        font-family:Arial, Helvetica, sans-serif;
        color: #333333;
        font-weight:bold;
    }
    
    section#artigo .title__artigo h2 {
        font-size: 2.5rem;
        max-width: 85rem;
        font-family: var(--text-font);
        color: #666666;
        font-weight: 600;
        padding-top: 5px;
    }

}