body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 44px 20px;
    margin: 0 auto;
    max-width: 1120px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;

    @media (max-width: 900px) {
        align-items: start;
    }

    .logo img {
        @media (max-width: 900px) {
            width: 130px;
        }
    }
}

.actions {
    align-items: center;
    display: flex;
    gap: 16px;
}

.lang img {
    width: 50px;

    @media (max-width: 900px) {
        width: 30px;
    }
}

.btn {
    align-items: center;
    background-color: #FBA105;
    border-radius: 100px;
    color: #003D5C;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    height: 50px;
    justify-content: center;
    text-transform: uppercase;
    width: 287px;

    @media (max-width: 900px) {
        padding: 0px 20px;
        width: fit-content;
        height: 35px;
        margin: auto;
    }
}

#main {
    align-items: center;
    background: url('images/hero.png') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    text-align: center;

    @media (max-width: 900px) {
        background-position: right;
    }
}

.hero {
    margin: 0 auto;
    max-width: 1120px;
    padding: 200px 20px 0px 20px;
    text-align: left;
    width: 100%;

    @media (max-width: 900px) {
        padding-top: 0px;
        text-align: center;
    }

    h1 {
        color: #FFFFFF;
        font-size: 80px;
        font-weight: 700;
        line-height: 90px;
        max-width: 600px;
        text-transform: uppercase;

        @media (max-width: 900px) {
            font-size: 40px;
            line-height: 46px;
        }
    }

    p {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        padding: 24px 0 48px 0px;
        max-width: 460px;
    }
}

#portfolio {
    color: #003D5C;
    margin: 0 auto;
    max-width: 1400px;
    padding: 80px 20px 100px 20px;
    text-align: left;
    width: 100%;

    @media (max-width: 900px) {
        padding: 60px 20px 60px 20px;
    }

    h2 {
        font-size: 26px;
        font-weight: 800;
        letter-spacing: 5%;
        padding-bottom: 60px;
        text-transform: uppercase;
        text-align: center;
    }

    div {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px;

        @media (max-width: 900px) {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;

            img {
                width: 100%;
                max-width: fit-content;
                margin: auto;
            }
        }
    }
}

#services {
    margin: 0 auto;
    max-width: 940px;
    padding: 80px 20px 140px 20px;
    text-align: left;
    width: 100%;

    @media (max-width: 900px) {
        padding: 40px 20px 70px 20px;
        text-align: center;
    }

    h2 {
        color: #A1A1A1;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 25%;
        padding-bottom: 45px;
        text-transform: uppercase;
        text-align: center;
    }

    h3 {
        color: #FF671F;
        font-size: 46px;
        font-weight: 700;
        line-height: 56px;
        padding-bottom: 90px;
        text-align: center;

        @media (max-width: 900px) {
            font-size: 26px;
            line-height: 28px;
            padding-bottom: 45px;
        }
    }

    .img-txt {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 50px;
        padding-bottom: 40px;


        @media (max-width: 900px) {
            flex-direction: column;

            &:nth-of-type(2) {
                flex-direction: column-reverse;
            }
        }

        h4 {
            color: #003D5C;
            font-size: 28px;
            font-weight: 800;
            line-height: 22px;
            letter-spacing: -3%;
            padding-bottom: 15px;
            text-transform: uppercase;

            @media (max-width: 900px) {
                font-size: 18px;
            }

            span {
                font-weight: normal;
            }
        }

        p {
            color: #656565;
            font-size: 16px;
            font-weight: 600;
            line-height: 22px;
            letter-spacing: -3%;
        }
    }

}

#dif {
    background: url('images/bg-orange.png') no-repeat center center/cover;

    .container {
        color: #ffffff;
        margin: 0 auto;
        max-width: 1000px;
        padding: 80px 20px 140px 20px;
        text-align: center;
        width: 100%;

        @media (max-width: 900px) {
            padding: 60px 20px 70px 20px;
        }

        h2 {
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 25%;
            padding-bottom: 45px;
            text-transform: uppercase;
        }

        h3 {
            font-size: 46px;
            font-weight: 700;
            line-height: 56px;
            padding-bottom: 64px;

            @media (max-width: 900px) {
                font-size: 26px;
                line-height: 28px;
                padding-bottom: 45px;
            }

            span {
                color: #003D5C;
                display: block;
            }
        }

        .grid {
            display: grid;
            gap: 50px;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);

            font-size: 26px;
            line-height: 38px;
            text-align: center;

            @media (max-width: 900px) {
                grid-template-columns: repeat(1, 1fr);
                font-size: 16px;
                line-height: 18px;
            }

            div {
                align-items: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            h5 {
                font-weight: 700;
            }

            img {
                padding-bottom: 50px;

                @media (max-width: 900px) {
                    padding-bottom: 25px;
                }
            }
        }
    }
}

#entrega {
    background: url('images/bg-blue.png') no-repeat center center/cover;

    .container {
        color: #ffffff;
        margin: 0 auto;
        max-width: 950px;
        padding: 110px 20px 125px 20px;
        text-align: center;
        width: 100%;

        @media (max-width: 900px) {
            padding: 60px 20px 70px 20px;
        }

        h2 {
            font-size: 46px;
            font-weight: 700;
            line-height: 56px;
            padding-bottom: 16px;

            @media (max-width: 900px) {
                font-size: 26px;
                line-height: 28px;
                padding-bottom: 45px;
            }

            span {
                color: #FF671F;
            }
        }

        p {
            font-size: 16px;
            line-height: 22px;
        }

        .grid {
            align-items: start;
            display: flex;
            flex-wrap: wrap;
            gap: 80px 50px;
            justify-content: center;
            padding-top: 80px;
            font-size: 26px;
            line-height: 38px;

            @media (max-width: 900px) {
                padding-top: 40px;
                gap: 60px;
            }

            div {
                align-items: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 200px;
            }

            p {
                font-weight: 700;

                span {
                    display: block;
                    font-weight: normal;
                }
            }

            img {
                padding-bottom: 25px;
            }
        }

        a {
            margin: 100px auto auto auto;

            @media (max-width: 900px) {
                margin: 50px auto auto auto;
            }
        }
    }
}

#imgs {
    background-color: #F2F2F2;
    padding: 40px;

    @media (max-width: 900px) {
        padding: 20px;
    }

    .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;

        @media (max-width: 900px) {
            grid-template-columns: repeat(1, 1fr);
        }

        img {
            width: 100%;
        }
    }
}

#numeros {
    display: grid;
    gap: 50px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 50px 20px 100px 20px;
    width: 100%;

    @media (max-width: 900px) {
        padding: 50px 20px;
    }

    h2 {
        color: #FF671F;
        font-size: 26px;
        font-weight: bold;
        line-height: 46px;
        text-align: center;

        @media (max-width: 900px) {
            font-size: 26px;
            line-height: 28px;
        }
    }

    .container {
        align-items: center;
        display: flex;
        gap: 100px;
        justify-content: center;

        @media (max-width: 900px) {
            flex-direction: column;
            gap: 50px;

            img {
                width: fit-content;
                max-width: 100%;
            }
        }
    }
}

#contact {
    background: url('images/bg-blue.png') no-repeat center center/cover;

    .container {
        color: #ffffff;
        margin: 0 auto;
        max-width: 1050px;
        padding: 70px 20px;
        text-align: left;
        width: 100%;

        h2 {
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 25%;
            text-transform: uppercase;
        }

        h3 {
            font-size: 46px;
            line-height: 56px;
            padding: 30px 0px;

            @media (max-width: 900px) {
                font-size: 26px;
                line-height: 28px;
            }

            span {
                color: #FF671F;
                display: block;
                font-weight: 700;
            }
        }

        p {
            font-size: 16px;
            line-height: 22px;
            font-weight: 700;
        }

        form {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 14px 40px;
            padding-top: 40px;

            @media (max-width: 900px) {
                grid-template-columns: repeat(1, 1fr);
            }

            div {
                display: flex;
                flex-direction: column;

                label {
                    padding-bottom: 12px;
                }

                input {
                    border: none;
                    outline: none;
                    padding: 10px;
                    border-radius: 5px;
                }

                select {
                    border: none;
                    color: #000000;
                    outline: none;
                    padding: 10px;
                    border-radius: 5px;
                    height: 35px;
                }
            }

            .btn2 {
                margin-top: 30px;
                width: 100%;
            }
        }
    }
}

#quem {
    background-color: #ffffff;
    display: flex;
    gap: 30px;
    margin: 0 auto;
    width: 100%;

    @media (max-width: 900px) {
        flex-direction: column;
        gap: 0px;
    }

    .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .txt {
        display: grid;
        gap: 32px;
        padding: 50px 0px;

        @media (max-width: 900px) {
            padding: 50px 20px;
        }

        h2 {
            color: #A1A1A1;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 25%;
            text-transform: uppercase;
            text-align: left;
        }

        h3 {
            color: #FF671F;
            font-size: 36px;
            font-weight: 700;
            line-height: 46px;

            @media (max-width: 900px) {
                font-size: 26px;
                line-height: 28px;
            }
        }

        p {
            color: #8C8C8C;
            font-size: 16px;
            line-height: 24px;
        }
    }

    .imgs {
        align-items: center;
        display: flex;
        gap: 25px;
        justify-content: center;

        @media (max-width: 900px) {
            gap: 10px;
        }

        div {
            width: 50%;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.btn2 {
    align-items: center;
    background-color: #FBA105;
    border-radius: 100px;
    color: #003D5C;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    height: 50px;
    justify-content: center;
    text-transform: uppercase;
    width: 287px;
}

#faq {
    background-color: #F2F2F2;

    .container {
        margin: 0 auto;
        max-width: 910px;
        padding: 70px 20px 110px 20px;
        text-align: left;

        @media (max-width: 900px) {
            padding: 70px 20px;
        }

        h2 {
            color: #FF671F;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 25%;
            line-height: 1.2;
            text-transform: uppercase;
        }

        h3 {
            color: #000000;
            font-size: 48px;
            font-weight: 800;
            line-height: 1.2;
            padding: 18px 0px 50px 0px;

            @media (max-width: 900px) {
                padding: 18px 0px 30px 0px;
                font-size: 26px;
                line-height: 28px;
            }
        }

        #accordion {
            display: grid;
            gap: 25px;

            .accordion {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

            .acc-item {
                background: #ffffff;
                border-radius: 15px;
                overflow: hidden;
            }

            .acc-btn {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 30px 40px;
                background: none;
                border: none;
                cursor: pointer;
                font-size: 20px;
                font-weight: 700;
                line-height: 30px;
                text-align: left;

                @media (max-width: 900px) {
                    font-size: 16px;
                    line-height: 20px;
                    padding: 15px 20px;
                }

                span {
                    color: #000000;
                }
            }

            .acc-btn:hover {
                background: #f9fafb;
            }

            .acc-icon {
                transition: transform 0.25s;
            }

            .acc-btn[aria-expanded="true"] .acc-icon {
                transform: rotate(90deg);
            }

            .acc-body {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease, padding 0.3s ease;
                padding: 0 40px;

                font-size: 16px;
                line-height: 1.2;

                @media (max-width: 900px) {
                    padding: 0px 20px;
                }

                strong {
                    display: block;
                }

                a {
                    font-weight: bold;
                }
            }

            .acc-body.open {
                max-height: fit-content;
                padding: 30px 40px;
                border-top: 1px solid #ccc;

                @media (max-width: 900px) {
                    padding: 15px 20px;
                }
            }

            .acc-btn[aria-expanded="true"] img {
                transform: rotate(90deg);
                transition: transform 0.25s;
            }

            img {
                transition: transform 0.25s;
            }
        }
    }
}

footer {
    color: #ffffff;

    .orange {
        background-color: #FF671F;

        .container {
            display: flex;
            gap: 60px;
            margin: auto;
            max-width: fit-content;
            padding: 50px 0px 30px 0px;

            @media (max-width: 900px) {
                align-items: center;
                flex-direction: column;
                gap: 30px;
            }

            div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 8px;

                @media (max-width: 900px) {
                    align-items: center;
                }

                a {
                    align-items: center;
                    display: flex;
                    gap: 5px;
                }
            }
        }
    }

    .black {
        background-color: #000000;
        padding: 18px 20px;
        font-size: 10px;
        line-height: 1.2;
        text-align: center;

        a {
            font-weight: bold;
        }
    }
}

#whats {
    position: fixed;
    bottom: 40px;
    right: 40px;

    @media (max-width: 900px) {
        bottom: 20px;
        right: 20px;
    }

    img {
        width: 88px;

        @media (max-width: 900px) {
            width: 66px;
        }
    }
}