main#pessoa {
    position: relative;

    width: 100%;
    height: 1vh;

    background: none;
}


header {
    position: fixed;
    z-index: 99;

    width: 100%;

    padding: 0.5rem 0;
    background-color: var(--tertiary-color);
    box-shadow: 0px 11px 24px -4px var(--dark-text-color);
}

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#sobre__persona .title-sobre {
    text-transform: uppercase;
}

section#sobre__persona .title-sobre h2 {
    max-width: 75rem;

    margin: 0 auto;

    font-size: 4rem;
    text-align: center;
    color: var(--primary-color);
}

section#sobre__persona .title-sobre__line {
    width: 5rem;
    height: .5rem;

    background-color: var(--primary-color);
    margin: 0 auto;
}

main#pessoa {
    position: relative;

    width: 100%;
    height: 1vh;

    background: none;
}

section#sobre__persona {
    position: relative;

    padding: 5rem 0;
}

section#sobre__persona .container {
    max-width: 105rem;
    margin: 0 auto;
    position: relative;
}

section#sobre__persona .cont__sobre {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    padding-top: 5rem;
    align-items: flex-start;
}

section#sobre__persona .cont__sobre img {
    width: 38rem;
}

section#sobre__persona .main__text-pessoa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

section#sobre__persona .main__text-pessoa h4 {
    font-family: var(--title-font);

    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3.5rem;
    color: var(--dark-text-collor);
    padding: 0;
}

section#sobre__persona .main__text-pessoa h2 {
    font-family: var(--title-font);

    font-size: 2.5rem;
    color: var(--dark-text-color);
    line-height: 3.6rem;
    max-width: 50rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 20px;
}

section#sobre__persona .main__text-pessoa p {

    font-size: 1.8rem;
    color: var(--dark-text-color);
    max-width: 40rem;
    text-align: justify;
    padding: 35px 0;
}

section#sobre__persona .main__text-pessoa .linha {
    width: 10rem;
    height: .5rem;

    background-color: var(--primary-color);

}

.main-forms-line{
    display: flex;
    justify-content: center;
    gap: 0.4rem;
}

 .main-forms-line div{
    height: .2rem;
    background-color: black;
}

.icons__footer {
    display: flex;
    gap: 15px;
    margin: 0 auto;
}

.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: 1024px;
    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(--withe);
}


.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 a{
    line-height: 2.5rem;
    text-align: center;
    color: var(--withe);
}

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) {

    .icons__footer {
        margin: 0;
    }

    .footer-logo {
        margin: 0;
    }
    
    section#sobre__persona {
        position: relative;
    
        padding: 3rem 0;
    }

    section#sobre__persona .cont__sobre {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        margin: 0 auto;
        padding: 5%;
    }

    section#sobre__persona .cont__sobre img {
        width: 60vw;
        margin: 0 auto;
    }

    section#sobre__persona .main__text-pessoa {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        margin: 0 auto;
        text-align: center;
    }
    
    section#sobre__persona .main__text-pessoa h4 {
        font-size: 3rem;
    }
    
    section#sobre__persona .main__text-pessoa h3 {
        font-family: var(--title-font);
    
        text-transform: uppercase;
        font-size: 2.3rem;
        line-height: 0;
        color: var(--primary-color);
        padding-top: 5px;
    }
    
    section#sobre__persona .main__text-pessoa h2 {
        font-family: var(--title-font);
    
        font-size: 3rem;
        color: var(--dark-text-color);
        line-height: 3.6rem;
        max-width: 50rem;
        text-transform: uppercase;
        padding-top: 10px;
    }
    
    section#sobre__persona .main__text-pessoa p {
    
        font-size: 1.6rem;
        color: var(--dark-text-color);
        max-width: 40rem;
        text-align: justify;
    }

    section#sobre__persona .main__text-pessoa .linha {
        width: 5rem;
        height: .5rem;
    
        background-color: var(--primary-color);
        margin: 0 auto;
    }
}


@media (max-width: 500px) {

    footer .footer-contacts li p{
        font-size: 1.6rem;
        
    }

    section#sobre__persona .main__text-pessoa h2 {
        font-family: var(--title-font);
    
        font-size: 2.6rem;
        color: var(--dark-text-color);
        line-height: 3rem;
        max-width: 50rem;
        text-transform: uppercase;
        padding-top: 10px;
    }

    section#sobre__persona .title-sobre h2 {
        max-width: 75rem;
    
        margin: 0 auto;
    
        font-size: 3.5rem;
        text-align: center;
        color: var(--primary-color);
    }

    section#sobre__persona .main__text-pessoa p {

        font-size: 1.6rem;
        color: var(--dark-text-color);
        max-width: 40rem;
        text-align: justify;
        padding: 15px 0;
    }

    header .logo img {
        width: 1rem;
    }
}
