@charset "UTF-8";

.us {
    background-color: var(--color0);
}

.us .container-four {
    width: 100%;
    max-width: 90.4rem;
    margin: auto;
    padding: 12rem 1rem 2rem;
}

.us .container-four .card {
    width: 100%;
    border-radius: 2.9rem;
    padding: 7rem 4rem 4rem;
    position: relative;
    border: 1px solid var(--color3);
    margin-bottom: 10rem;
    display: flex;
    justify-content: center;
}

.us .container-four .card h3 {
    font: 400 3rem/3rem var(--font1);
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--color0);
    width: 100%;
    margin: auto;
    background-color: var(--color3);
    padding: 1rem 1rem 1.6rem;
    width: 100%;
    max-width: 38rem;
    position: absolute;
    left: 0;
    top: -3.2rem;
    right: 0;
    margin: auto;
    border: none;
    border-radius: 1.5rem;
}

.us .container-four .card p {
    font: 400 2rem/3rem var(--font1);
    text-align: left;
    color: var(--color2);
    width: 100%;
    max-width: 80rem;
}

.us .container-four .card-three {
    display: flex;
}

.us .container-four .card-three .values {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    gap: 4rem 6rem;
}

.us .container-four .card-three .values .value {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 22.4rem;
}

.us .container-four .card-three .values .value h4 {
    font: 700 2rem/3rem var(--font2);
    color: var(--color3);
    margin: 1rem 0;
}

.us .container-four .card-three .values .value p {
    font: 400 1.3rem/2rem var(--font1);
    color: var(--color2);
    text-align: center;
}

.us .container-four .card-three .value img {
    width: 4.4rem;
}

.us .container-four .card-three .value-three img {
    width: 5.1rem;
}

.us .container-four .card-three .value-four img {
    width: 4.7rem;
}

.us .container-four .card-three .value-five img {
    width: 5rem;
}

.us .container-four .card-three .value-six img {
    width: 4.5rem;
}

.questions {
    background-color: var(--color3);
}

.questions .container-seven {
    width: 100%;
    max-width: 125.6rem;
    margin: auto;
    padding: 8rem 1rem 5.6rem;
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}

.questions .container-seven h2 {
    font: 700 4.5rem/5.7rem var(--font2);
    letter-spacing: -0.02em;
    color: var(--color0);
    text-align: left;
    width: 100%;
    max-width: 64.8rem;
    margin: 0;
    -webkit-text-fill-color: initial;
}

.questions .container-seven p {
    font: 400 2.5rem/3rem var(--font1);
    color: var(--color0);
    width: 100%;
    max-width: 58.2rem;
    margin: 4rem 0 0;
}

.questions .container-seven .form-horizontal {
    width: 100%;
    max-width: 44.8rem;
    margin: auto;
}

form textarea,
form input[type=text],
form input[type=email] {
    font: 400 1.6rem/2rem var(--font3);
    color: var(--color2);
    background-color: var(--color0);
    border: none;
    border-radius: 1rem;
}

form::placeholder {
    font: 400 1.6rem/2rem var(--font3);
    color: var(--color2);
}

form textarea,
form input[type=text],
form input[type=email] {
    margin: 0 0 2rem;
}

form .name,
form .email {
    width: 100%;
    padding-left: 1.5rem;
    height: 4.5rem;
}

form textarea {
    width: 100%;
    min-width: 30rem;
    max-width: 44.8rem;
    min-height: 4.5rem;
    max-height: 30rem;
    padding: 1.5rem 0 0 1.5rem;
}

form .btn-send {
    display: block;
    font: 400 2rem/2rem var(--font1);
    color: var(--color0);
    width: 100%;
    max-width: 12rem;
    padding: 0.4rem 0 1rem;
    margin-left: auto;
    border: none;
    border-radius: 1rem;
    transition: 0.3s ease-in-out;
    padding-right: 1.5rem;
    /* background: url('./assets/right-arrow-small.png'), linear-gradient(to right, var(--color3), var(--color4)); */
    /* background: linear-gradient(rgba(255, 0, 150, 0.7), rgba(0, 204, 255, 0.7)), url('./assets/right-arrow-small.png'); */
    background: var(--color4) url('./assets/right-arrow-small.png');
    /* background: linear-gradient(to right, var(--color3), var(--color4)); */
    /* background-image: url('./assets/right-arrow-small.png'); */
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 9rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

form .btn-send:hover {
    transform: scale(1.02);
    cursor: pointer;
}

footer .container-eight {
    width: 100%;
    max-width: 141rem;
    margin: auto;
    padding: 2.4rem 1rem;
}

footer .container-eight .container-contact {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container-eight .container-contact .footer-logo {
    width: 100%;
    max-width: 21rem;
    height: auto;
}

footer .container-eight .container-contact address {
    width: 100%;
    max-width: 43rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .container-eight .container-contact address {
    font: 400 1.8rem / 2.7rem var(--font1);
    color: var(--color2);
}

footer .container-eight .container-contact address span {
    font-family: var(--font2);
    font-weight: 700;
    color: var(--color3);
}

footer .container-eight .container-contact .socials {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 21rem;
}

footer .container-eight .container-contact .socials p {
    font: 400 1.5rem / 1.5rem var(--font1);
    color: var(--color2);
    padding: 0;
    width: initial;
}

footer .container-eight .container-contact .socials .icons {
    width: 100%;
    max-width: 18.4rem;
    display: flex;
    justify-content: space-between;
}

footer .container-eight .container-contact .socials .social-icon {
    width: 100%;
    max-width: 2.2rem;
    height: auto;
    transition: 0.3s ease-in-out;
    margin-left: 0.5rem;

}

footer .container-eight .container-contact .apps {
    display: flex;
}

footer .container-eight .container-contact .apps img {
    width: 100%;
    max-width: 9.95rem;
    height: auto;
    margin: 1rem 0 0;
    transition: 0.3s ease-in-out;
}

footer .container-eight .container-contact .socials img:hover {
    transform: scale(1.05);
}

footer .footer-line {
    width: 100%;
    height: 0.1rem;
    background-color: var(--color4);
}

footer .responsavel {
    font: 400 1rem/1.8rem var(--font1);
    text-align: center;
    color: var(--color2);
    width: 100%;
    margin: auto;
    padding: 1.2rem 1rem;
}

@media (max-width: 1279px) {
    .questions .container-seven {
        padding: 8rem 1rem;
        flex-direction: column;
        align-items: center;
    }

    .questions .container-seven .form-horizontal {
        max-width: 40rem;
    }

    form textarea {
        max-width: 40rem;
    }

    .questions .container-seven h2 {
        text-align: center;
        margin: auto;
    }

    .questions .container-seven p {
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
        margin: 2rem auto 4rem;
    }
}

@media (max-width: 1023px) {
    footer .container-eight {
        padding: 4.9rem 1rem 2.3rem;
    }

    footer .container-eight .container-contact {
        flex-direction: column;
    }

    footer .container-eight .container-contact address {
        margin: 5.4rem auto 4.3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .container-eight .container-contact .socials {
        align-items: center;
        gap: 0.8rem;
    }

    footer .container-eight .container-contact .socials .icons {
        margin: auto;
    }
}

@media (max-width: 767px) {
    .questions .container-seven h2 {
        font-size: 3.6rem;
        line-height: 5rem;
    }

    .questions .container-seven p {
        font-size: 1.8rem;
        line-height: 2.5rem;
        max-width: 45rem;
    }
}

@media (max-width: 539px) {
    .us .container-four .card h3 {
        max-width: 24rem;
    }

    .questions .container-seven {
        padding: 5rem 1rem;
    }

    .questions .container-seven h2 {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .questions .container-seven p {
        max-width: 30em;
    }

    form textarea,
    .questions .container-seven .form-horizontal {
        max-width: 35rem;
    }

    footer .container-eight .container-contact address {
        font-size: 1.5rem;
    }
}

@media (max-width: 374px) {
    .questions .container-seven h2 {
        font-size: 2.1rem 21px;
        line-height: 3rem;
    }

    footer .container-eight .container-contact address {
        font-size: 1.3rem;
    }
}