:root {
    --black-main-color: #202020;
    --gray-main-color: #D3D3D3;
    --gray-main-color2: #F2F5F5;
    --cinza2: #757575;
    --lilas: #CCB2F3;
    --salmao: #FF756B;
    --rosa: #EBCFCC;
    --verde: #2E3930;
    --verde2: #3F3F05;
    --verde3: #AFAA4E;
    --amarelo: #F8D152;
    --bege: #EDEDE0;
    --azul: #1D1C3C;
    --rosa-azul: #FCD5E6;
}

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;
}

.text-subtitle>p {
    text-align: center;
    margin: 20px auto;
    width: 70%;
}

/* ate aqui comum */


.translation1 {
    /* height: 600px; */
    padding: 50px 150px;
}

.translation1>p {
    color: var(--verde3);

}

.translation1>p>a {
    padding: 4px;
    border-radius: 3px;
    text-decoration: solid underline var(--bege) 0.9px;
    font-size: 25px;
}

.translation1>p>a:hover {
    background-color: var(--verde3);
    color: black;
    font-style: italic;
    text-decoration: none;
}

.translation2 {
    text-align: center;
    padding: 50px 0;
}

.translation2>h3 {
    font-size: 60px;
    font-weight: 800;
    font-variation-settings:
        "wdth" 62;
    color: var(--salmao);
    padding: 100px 0 50px;
}

.translation2>p {
    width: 70%;
    margin: 15px auto;
    text-align: center;
}

/* lista */
.list-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 75%;
    margin: 50px auto;
    font-weight: 100;
    font-variation-settings:
        "wdth" 62;
    text-align: start;
}

.column3 {
    width: 33%;
    margin: 10px auto;
    height: 50px;
    list-style: none;
    display: flex;
    align-items: center;
    line-height: 1;
}

.column3>img {
    height: 40px;
}

.column2 {
    width: 40%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.translation-number {
    display: flex;
}

.translation-number>p {
    align-content: center;
    margin: 150px auto;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-variation-settings:
        "wdth" 62;
    line-height: 1;
}

.translation-number2 {
    width: 80%;
    margin: 0 auto;
}

.translation-number2>p {
    width: 250px;
    height: 200px;
    padding: 8px;
    color: var(--verde3);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-variation-settings:
        "wdth" 62;
    line-height: 1;
    border: 1px dashed var(--verde3);
    border-radius: 50%;
    margin: 40px auto 100px;
    /* background-color: var(--verde3); */
}


.testimonials {
    background-color: var(--bege);
    height: 500px;
}
.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);
}

.testimonial1 {
    background-color: var(--cinza2);
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial1-box {
    background: #ffffff;
    width: 500px;
    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;
}
/* form */


/* 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) {
    .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: 18px;

    }

    .text-subtitle {
        padding: 80px 5px;
    }

    .text-subtitle>p {
        width: 90%;
    }

    .service-1 {
        height: 60vh;
    }

    .translation1 {
        padding: 20px;
    }

    .translation1>p>a {
        font-size: 22px;
    }

    .translation-number {
        flex-direction: column;
        padding: 30px 0 10px;
    }

    .translation-number>p {
        margin: 75px auto;
    }
    .list-icon {  
        width: 90%;
        margin: 50px 5px 0 35px;
    }
    .column3 {
        width: 50%;
        height: 60px;
    }

    .column3>img {
        height: 50px;
        padding: 0 5px 0 0;
    }

    .testimonial1-box {
        width: 330px;
    }

}

@media screen and (min-width: 1601px) {
    .img-parallax>h1 {
        font-size: 170px;
    }

}