body {
    background-color: #202020;
}

main p,
main li {
    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: 115px;
    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 {
    text-align: center;
    margin: 20px auto;
    width: 70%;
}

/* service-home */

/* tabela a partir daqui */
.table-editing-section {
    background-color: var(--bege);
    padding: 50px 0;
}

.table-editing {
    margin: 50px auto;
    width: 80%;
    color: black;
}

.table-editing>p {
    font-size: 28px;
    font-weight: 600;
    font-variation-settings:
        "wdth" 62;
    color: black;
    padding: 20px 0;
}

.table-header-editing {
    background-color: var(--black-main-color);
    border-radius: 2px;
    align-self: center;
}

.table-header-editing>h5 {
    color: var(--bege);
    font-size: 21px;
    text-align: center;
    font-variation-settings:
        "wdth" 62;
}

.row-table-editing {
    display: flex;
    border: 1px solid var(--black-main-color);
    line-height: 1.3;
}

.column1-editing {
    font-size: 26px;
    width: 20%;
    font-variation-settings:
        "wdth" 62;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 5px;
}

.column2-editing {
    width: 30%;
    border-right: 1px solid var(--black-main-color);
    border-left: 1px solid var(--black-main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.column3-editing {
    width: 50%;
    padding: 5px 0;
    align-self: center;
}

.row-table-editing>div>p {
    padding: 10px;
    font-size: 14px;
    color: black;
}
/* fim da tabel */

.editing-numbers-section {
    display: flex;
    padding: 100px;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: var(--black-main-color);
}

.editing-numbers-section>p {
    text-align: center;
}

.editing-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.editing-square {
    border: 1px solid var(--verde3);
    font-variation-settings:
        "wdth" 62;
    height: 300px;
    width: 250px;
    border-radius: 5px;
    padding: 16px;
    margin: 20px;
    background-color: var(--verde3);
    align-content: center;
}

.editing-square p {
    color: black;
    text-align: center;
}

.text-small>p {
    font-size: 18px;
    margin: 2px 2px 2px 5px;
    text-align: start;
}

.editing-number1 {
    font-size: 60px;
    text-align: center;
    padding: 150px 50px;
    font-variation-settings:
        "wdth" 62;
    font-weight: 400;
    line-height: 1;
}

.editing2 {
    text-align: start;
    padding: 0 100px 100px;
}

.span-color {
    font-size: 23px;
    font-weight: 400;
    color: var(--salmao);
}

.editing3>p {
    text-align: center;
    font-size: 35px;
    width: 60%;
    margin: 100px auto;
    font-weight: 600;
    color: var(--lilas);
    line-height: 1;
}

/* carousel */
.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);
}
/* fimdo carousel */


/* 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) {
    .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: 65px;
    }

    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%;
    }

    .editing-numbers {
        flex-direction: column;
    }

    .editing-square {
        height: 250px;
    }

    .editing-number1 {
        font-size: 50px;
        padding: 150px 5px;
    }

    .editing2 {
        text-align: start;
        padding: 0 20px 100px;
    }

}

@media screen and (min-width: 1601px) {
    .img-parallax>h1 {
        font-size: 140px;
    }

}