.header{
    width: 100%;
    height: 64px;
    background-color: var(--light-1);
}
.header-logo{
    width: fit-content;
}
.header-logo a{
    color: var(--dark-5);
    font-weight: 500;
    gap: .5rem;
}
.header-logo img{
    width: 1.5rem;
}
.header-menu{
    flex: 1;
    font-weight: 500;
}
.header-menu ul{
    list-style: none;
}
.header-menu ul li{
    margin-left: 30px;
}
.header-menu ul li a{
    color: var(--dark-5);
    gap: .3rem;
}
.intro{
    width: 100%;
    height: calc(100% - 64px);
    background-image: url('../img/wpp.avif');
    background-size: cover;
    background-position: center;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
    color: var(--light-1);
    position: relative;
    overflow: hidden;
}
.intro p{
    margin: 1rem auto;
}
.intro-img{
    width: 240px;
    max-width: 35%;
    margin: 30px auto 0 auto;
    overflow: hidden;
    position: relative;
}
.intro-img img{
    width: 100%;
}
.header-footer{
    width: 72px;
    position: absolute;
    bottom:20px;
    left:calc(50% - 36px);
    margin:0 auto;
    animation: updown 0.75s infinite alternate;
    -webkit-animation: updown .75s infinite alternate;
}
.header-footer svg{
    width: 100%;
    fill: var(--light-1);
    filter:drop-shadow(2px 2px 6px rgba(0,0,0,.4));
}
#header-footer-desktop{
    display: block;
}
#header-footer-mobile{
    display: none;
}
@keyframes updown {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
.default-half{
    width: 100%;
    flex-wrap: wrap;
}
.default-half hr{
    width: 100%;
    height: 2px;
    border: none;
    background-color: var(--primary-3);
}
.half-img{
    width: 200px;
}
.half-img img{
    width: 100%;
    border-radius: 10px;
}
.half-txt{
    flex: 1;
    padding-left: 2rem;
}
.half-txt h2{
    margin-bottom: 1rem;
    color: var(--primary-3);
}
.apresentation{
    border-top: 6px dashed var(--light-1);
    width: 100%;
    background-color: var(--primary-3);
    color: var(--light-1);
}
.apresentation h2{
    margin-bottom: 2rem;
}
.apresentation h2 img{
    width: 38px;
    margin-right: 1rem;
}
.section-link{
    width: 100%;
    background-color: var(--tertiary-4);
    color: var(--light-1);
    text-align: center;
    padding: 20px 0;
    text-align: start;
    flex-wrap: wrap;
}
.section-link .container-small{
    flex-wrap: wrap;
    gap: 1rem;
}
.section-link .container-small div{
    max-width: calc(100% - 260px);
}
.section-link a{
    max-width: 150px;
    padding: .5rem .75rem;
    border-radius: 6px;
    background-color: var(--primary-3);
    background: var(--primary-gradient);
    color: var(--light-1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-link a img{
    width: 20px;
    margin-right: 10px;
}
.questions{
    width:100%;
    max-width: 1080px;
    margin: 0 auto;
}
.question{
    width: 100%;
    border-left: 1px solid var(--light-4);
    border-right: 1px solid var(--light-4);
}
.question:first-child{
    border-top: 1px solid var(--light-4);
    border-bottom: 1px solid var(--light-4);
}
.question:not(:first-child) {
    border-bottom: 1px solid var(--light-4);
}
.question-header{
    width: calc(100% - 50px);
    padding: 25px;
    cursor: pointer;
    background-color: var(--light-1);
    color:var(--dark-3);
}
.question-copy{
    width: calc(100% - 50px);
    padding: 0 25px 25px 25px;
    background-color: var(--light-1);
    color: var(--dark-4);
    display: none;
    overflow: hidden;
}
.question-copy a{
    color: var(--primary-3);
}
.question-copy ul{
    width: calc(100% - 20px);
    margin:20px 0;
    margin-left: 20px;
    list-style: circle;
}
.question-copy ul li{
    height: 34px;
}
.question-copy p{
    margin-bottom: 20px;
}
.question-copy p:last-child{
    margin-bottom: 0;
}
.question-footer{
    width: 100%;
    text-align: center;
}
.question-footer a{
    width: fit-content;
    padding: 10px 14px;
    margin: 0 auto;
    text-shadow: 0 2px 2px rgba(0,0,0,.15);
    color: var(--light-1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    background-color: var(--primary-3);
    border-radius: 6px;
}
.question-footer a svg{
    width: 20px;
    margin-right: 8px;
    fill:var(--light-1);
}
.default{
    width: 100%;
    flex-wrap: wrap;
}
#terms h2{
    padding:40px 0 20px 0;
}
#terms h2:first-child{
    padding:0 0 20px 0;
}
.hr-page{
    border:none;
    height: 2px;
    background-color: var(--light-4);
}
.footer-item{
    width: calc(100% / 4);
    height:auto;
    text-align: center;
}
.footer-item h3{
    margin-bottom: 30px;
}
.footer-item div{
    width: 100%;
    height: calc(100% - 30px);
    flex-wrap: wrap;
}
.footer-item div a{
    display: block;
    width: 100%;
    color: var(--primary-3);
    font-family: 'Poppins Medium', sans-serif;
}
.footer-item div img:first-child{
    padding-right: 10px;
}
.footer-item div img:last-child{
    padding-left: 10px;
}
.footer{
    width: 100%;
    text-align: center;
    padding:16px 0;
    background-color:var(--tertiary-3);
    color: var(--light-1);
    position: absolute;
}
.footer p a{
    color: var(--light-1);
    transition: .2s;
}
.footer p a:hover{
    color: var(--primary-3);
}
@media only screen and (max-width: 960px) {



    .header-footer{
        width: 32px;
        bottom:20px;
        left:calc(50% - 16px);
    }
    #header-footer-desktop{
        display: none;
    }
    #header-footer-mobile{
        display: block;
    }


}