body {
    background-color: #202020;
}

main p,
main li {
    font-weight: 200;
    font-size: 21px;
    line-height: 1.4;
    color: var(--bege);
}

.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;

}

.text-subtitle>p {
    /* font-weight: 200;
    font-size: 21px;
    line-height: 1.4; */
    text-align: center;
    margin: 20px auto;
    width: 70%;
}

.content1 {
    width: 60%;
    /* height: 500px; */
    padding: 50px 50px 0 200px;
}

.content1>p {
    color: var(--lilas);
    padding: 0 30px 20px;
    font-size: 30px;
    font-weight: 400;
    font-variation-settings:
        "wdth" 62;
}

.content1>ul>li {
    margin: 10px 40px;
}

.content2 {
    /* height: 500px; */
    padding: 100px 40px 250px 0;
    background-color: var(--black-main-color);
    text-align: end;
}

.content2>p {
    padding: 0 150px;
    color: var(--salmao);
    margin: 10px;
}

.content2>p:first-child {
    font-size: 30px;
    font-weight: 400;
    font-variation-settings:
        "wdth" 62;
}

.content2 a {
    font-weight: 100;
    color: var(--bege);
    text-decoration: underline 0.5px solid var(--bege);
    padding: 4px;
}

.content2 a:hover {
    background-color: var(--bege);
    font-weight: 400;
    color: black;
    font-style: italic;
    text-decoration: none;
    border-radius: 3px;
}

.testimonials {
    background-color: var(--bege);
    height: 600px;
}

.shadow-effect {
    background: #ffffff;
    padding: 20px;
    border-radius: 7px;
    text-align: center;
    margin: 70px 0 10px;
    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);
    /* box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);*/
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.3;
    margin: 8px 0;
    font-weight: 300;
    color: black;
}

#customers-testimonials .item {
    padding: 25px;
    margin-bottom: 10px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--salmao);
    display: inline-block;
    height: 40px;
    width: 7px;
    margin: 0 2px 15px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--salmao);
    transform: translate3d(0px, -50%, 0px) scale(0.8);
}

/* button-form */

.profile>img {
    filter: none;
}

/* color */
#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) {
    .table-editing {
        width: 95%;
    }

    .column1-editing,
    .table-header-editing>h5 {
        font-size: 19px;
    }

    .row-table-editing>div>p {
        font-size: 12px;
    }

    .service-home {
        height: 90vh;
    }

    .service-home>h1 {
        font-size: 90px;
    }

    main p,
    main li,
    main a {
        font-size: 18px;
    }

    .service-destaque {
        font-size: 27px;
    }

    .service-subtitle>p {
        font-size: 17px;
    }

    .text-subtitle {
        padding: 80px 5px;
    }

    .text-subtitle>p {
        width: 90%;
    }

    .content1 {
        width: 90%;
        padding: 50px 20px 0;
        margin: 0 auto;
    }

    .content1>p {
        padding: 0;
    }

    .content1>ul>li {
        margin: 10px;
    }

    .content2>p {
        padding: 0 10px;
    }

}

@media screen and (min-width: 1601px) {
    .img-parallax>h1 {
        font-size: 160px;
    }
}