body {
    background-color: #202020;
}

main p,
main li,
main a {
    font-weight: 200;
    font-size: 21px;
    line-height: 1.4;
    color: var(--bege);
}

.service-destaque {
    font-size: 30px;
    font-weight: 400;
    font-variation-settings:
        "wdth" 62;
}

.service-home {
    height: 100vh;
}

.service-home>h1 {
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bege);
    font-variation-settings:
        "wdth" 62;
    line-height: 0.9;
    position: sticky;
    top: 20%;
    text-align: center;
}

.service-1 {
    padding: 50px 0;
}

.service-subtitle>p {
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    font-variation-settings:
        "wdth" 92;
    background-color: var(--verde3);
    padding: 30px;
    color: var(--black-main-color);
    text-transform: uppercase;
    text-align: center;
}

.text-subtitle {
    font-size: 20px;
    padding: 80px 80px 20px;
}

.text-subtitle>p {
    text-align: center;
    margin: 20px auto;
    width: 70%;
}

.locm1 {
    margin: 0 auto;
    text-align: center;
}

.locm1>p {
    margin: 38px auto;
    font-size: 22px;
    background-color: var(--bege);
    width: 700px;
    border-radius: 6px;
    padding: 6px 15px;
    color: black;
}

.locm2 {
    text-align: center;
    padding: 150px 0;
    width: 70%;
    margin: 0 auto;
}

.locm2>p {
    margin: 20px 0;
    line-height: 1.1;
    color: var(--verde3);
}

.locm3 {
    padding: 10px 150px 50px;
}

.locm3>h3 {
    font-size: 50px;
    font-weight: 800;
    font-variation-settings:
        "wdth" 62;
    color: var(--salmao);
    padding: 75px 0 50px;
}

.locm3>ul>li {
    text-align: start;
    margin: 10px 15px;
}

.testimonial1 {
    background-color: var(--cinza2);
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial1-box {
    background: #ffffff;
    width: 400px;
    padding: 20px;
    border-radius: 7px;
    text-align: center;
    margin: 0 auto;
    border: 1.5px solid var(--black-main-color);
    -webkit-box-shadow: 8px 8px 0px 0px var(--black-main-color);
    -moz-box-shadow: 8px 8px 0px 0px var(--black-main-color);
    box-shadow: 8px 8px 0px 0px var(--black-main-color);
}

.testimonial1-box>p {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.3;
    margin: 8px 0;
    font-weight: 300;
    color: black;
}

/* color */
.profile>img {
    filter: none;
}

#menu a:hover {
    text-decoration-color: var(--lilas);
}

.copyright {
    background-color: var(--lilas);
}

.footer a:hover {
    text-decoration: underline 2px var(--lilas);
    font-style: italic;
}

@media (max-width: 480px) {
    body {
        width: 100vw;
    }

    .service-home {
        height: 90vh;
    }

    .service-home>h1 {
        font-size: 65px;
    }

    main p,
    main li,
    main a {
        font-size: 18px;
    }

    .service-destaque {
        font-size: 27px;
    }

    .service-subtitle>p {
        font-size: 16px;

    }

    .text-subtitle {
        padding: 80px 5px 0;
    }

    .text-subtitle>p {
        width: 90%;
    }

    .locm1>p {
        font-size: 16px;
        width: 300px;
        border-radius: 4px;
    }

    .locm3 {
        padding: 50px 20px;
    }

    .locm3>h3 {
        font-size: 40px;
        padding: 75px 0 50px;
        text-align: center;
    }

    .locm2 {
        width: 80%;
    }

    .testimonial1-box {
        width: 330px;
    }
}

@media screen and (min-width: 1601px) {
    .img-parallax>h1 {
        font-size: 140px;
    }

}