header {
    padding-top: 70px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

    img {
        width: 100%;
    }

    article {
        position: absolute;
        left: 17%;

        p {
            color: #FFF;
        }

        .p-2 {
            font-weight: 600;
        }

        h1 {
            font-size: 40px;
            color: #394669;
            font-weight: 600;
        }
    }
}

#fakeHeader {
    display: none !important;
}

.section-form {
    min-height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 7px;
    top: -130px;
    position: relative;

    img {
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    article {
        border-radius: 20px;
        background-color: #FFF;
        padding: 25px;
        box-shadow: 4px 0px 2px -2px #66666633;


        form {

            input,
            select {
                border-radius: 40px !important;
                color: #394669;
                border: 1px #6d6d6d1a solid;
                height: 42px;
            }

            input::placeholder,
            input[type="date"],
            select {
                color: #15A8AB;
                font-weight: 600;
            }

            button {
                text-transform: uppercase;
                padding: 13px 30px;
                border: 1px #394669 solid;
                color: #394669;
                border-radius: 5px;
            }
        }
    }
}

.section-o-que-e {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    article {
        max-width: 530px;

        h2 {
            color: #15A8AB;
        }

        p {
            margin-top: 20px;
            font-size: 21px;
        }

        ul {
            margin-top: 40px;

            li {
                color: #15A8AB;
                font-weight: 600;
                font-size: 21px;
                margin-top: 20px;

                img {
                    width: 40px;
                    margin-right: 20px;
                }
            }
        }
    }

    img {
        width: 40%;
        border-radius: 35px;
    }
}

.section-sobre {
    width: 100%;
    border-bottom: 20px #15A8AB solid;
    margin-top: 100px;

    div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 90px;

        img {
            width: 30%;
        }

        article {
            max-width: 580px;
            padding-top: 50px;

            div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                text-align: end;
                max-width: 320px;

                img {
                    width: 100%;

                }

                h2 {
                    font-weight: 400 !important;
                    color: #394669;
                    margin: 0px;
                    position: relative;
                    bottom: -30px;
                }
            }

            p {
                margin-top: 25px;
                font-size: 21px;
            }
        }
    }
}

.section-conheca {
    width: 100%;
    position: relative;
    border-bottom: 20px #15A8AB solid;
    padding-bottom: 100px;

    .bg-fundo {
        width: 100%;
        position: absolute;
        top: 4%;
    }

    .bg-fundo-2 {
        width: 100%;
        position: absolute;
        top: 55%;
    }

    h2 {
        width: 100%;
        font-size: 24px;
        color: #15A8AB;
        font-size: 400;
        text-align: center;
        padding: 50px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .article-1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 40px;

        div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 32%;

            img {
                position: relative;
                z-index: 10;
                width: 50%;
            }

            .h2 {
                width: 65%;
                font-size: 18px;
                color: #FFF;
                padding: 8px 20px;
                background-color: #15A8AB;
                text-align: center;
                border-radius: 40px;
                font-weight: 600;
                z-index: 10;
            }

            .aticle-dr-lucas {
                padding-bottom: 73px;
            }

            article {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: start;
                background-color: #FFF;
                box-shadow: 0px 2px 2px 2px #66666633;
                border-radius: 35px;
                padding: 25px;
                padding-top: 110px;
                position: relative;
                top: -102px;
                z-index: 5;

                .p-1 {
                    font-size: 20px;
                }

                p,
                li, h3 {
                    width: 100%;
                    font-size: 16px;
                }

                ul {
                    li {}
                }
            }
        }
    }

    .article-2 {
        div {
            display: flex;
            flex-direction: column;
            align-items: center;

            img {
                width: 60px;
                margin-bottom: 20px;
            }

            h3,
            p {
                width: 100%;
                font-size: 16px;
                margin: 0;
                line-height: 20px;
                text-align: center;
            }
        }
    }

    .article-2-2 {
        display: none;
    }
}

.section-tratamentos {
    h2 {
        width: 100%;
        font-size: 24px;
        color: #15A8AB;
        font-size: 400;
        text-align: center;
        padding: 50px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .article-1 {
        div {
            padding: 0px 8px;

            article {
                border-radius: 35px;
                box-shadow: 0px 2px 2px 2px #66666633;
                padding: 50px 5px;

                h3,
                p {
                    font-size: 16px;
                    line-height: 20px;
                    margin: 0;
                    text-align: center;
                }
            }
        }
    }

    .article-1-2 {
        display: none;
    }

    .article-2 {
        background-color: #15A8AB;
        border-radius: 35px;
        padding: 40px 180px;
        margin-top: 100px;

        h2,
        p {
            font-size: 20px;
            text-align: center;
            color: #FFF;
            line-height: 25px;
            margin: 0;
            padding: 0;
        }
    }
}

.container-clinico {
    position: relative;
    z-index: 1;
}

.container-clinico .row {
    box-shadow: -3px 3px 4px 3px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    z-index: 1;
    background-color: #FFF;
}

.container-clinico img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.card-blue-terapia {
    background-color: #304271;
    border-radius: 35px;
    width: 430px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-blue-terapia img {
    width: 100px;
}

.card-blue-terapia p {
    line-height: 22px;
}

.card-blue {
    border: 1px solid #304271;
    border-radius: 35px;
    width: 250px !important;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.section-form-2 {
    background-color: #EEF8F9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;

    p {
        background-color: #15A8AB;
        color: #FFF;
        font-weight: 600;
        width: 50%;
        padding: 30px 40px;
        border-radius: 35px;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        position: relative;
        top: -50px;
    }

    article {
        display: flex;
        flex-direction: row;
        justify-content: center;
        max-height: 560px;

        img {
            width: 40%;
        }

        form {
            background-color: #FFF;
            width: 40%;
            border-radius: 25px;
            padding: 20px;
            margin-bottom: 20px;

            input,
            select {
                border-radius: 40px !important;
                color: #394669;
                border: 1px #6d6d6d1a solid;
                height: 42px;
            }

            input::placeholder,
            input[type="date"],
            select {
                color: #15A8AB;
                font-weight: 600;
            }

            button {
                text-transform: uppercase;
                padding: 13px 30px;
                border: 1px #394669 solid;
                color: #394669;
                border-radius: 5px;
            }
        }
    }
}

@media (max-width: 1199px) {
    header {
        padding-top: 50px;
    }

    .section-form {
        top: -60px;
    }
}

@media (max-width: 991px) {
    header {
        padding-top: 10px;
    }

    .section-form {
        img {
            display: none;
        }
    }
}

@media (max-width: 768px) {
    header {
        padding-top: 30px;

        article {
            position: absolute;
            left: 3%;

            .p-1 {
                font-size: 14px;
                line-height: 20px;
            }

            h1 {
                font-size: 36px;
                font-weight: 900;
            }

            .p-2 {
                font-size: 16px;
                line-height: 20px;
                padding: 0px !important;
                max-width: 240px;
            }
        }
    }

    .section-form {
        top: -10px;

        article{
            form{
                button{
                    width: 100%;
                }
            }
        }
    }

    .section-o-que-e {
        margin-top: 60px;
        flex-direction: column;

        img {
            width: 100%;
        }
    }

    .section-sobre {
        div {
            flex-direction: column;

            article {
                div {
                    justify-content: center;
                }
            }

            .img {
                width: 100%;
            }
        }
    }

    .section-conheca {
        h2 {
            padding: 0px 20px;
        }

        .article-1 {
            div {
                width: 100%;
            }
        }
    }
}

@media (max-width: 575px) {
    .section-form {
        top: -10px;
        padding-left: 20px !important;
        padding-right: 20px !important;

        article {
            box-shadow: 0px 4px 2px 2px #66666633;

            form {
                h2 {
                    font-size: 30px;
                    line-height: 30px;
                }
            }
        }
    }

    .section-o-que-e {
        margin-top: 60px;
        flex-direction: column;
        padding-left: 20px !important;
        padding-right: 20px !important;

        article {
            h2 {
                font-size: 20px;
            }

            p {
                font-size: 16px;
                line-height: 20px;
                margin-top: 10px;
            }

            ul {
                li {
                    font-size: 16px;
                }
            }
        }

        .img {
            display: none;
        }
    }

    .section-sobre {
        margin-top: 20px;

        div {
            align-items: center;

            article {
                padding: 0px;

                div {
                    max-width: 180px;

                    img {
                        width: 100% !important;
                    }

                    h2 {
                        font-size: 16px;
                        padding-bottom: 10px;
                    }
                }

                p {
                    font-size: 16px;
                    line-height: 20px;
                    color: #304271;
                    text-align: center;
                    max-width: 320px;
                    margin-top: 35px !important;
                    margin-bottom: 35px !important;
                }
            }

            .img {
                width: 60%;
            }
        }
    }

    .section-conheca {
        border: none;

        h2 {
            font-size: 20px;
            padding: 30px 50px;
        }

        .h2-2 {
            padding: 0px 30px;
            padding-bottom: 30px;
        }

        article {
            flex-direction: column !important;
            padding: 0px 20px;
        }

        .article-2 {
            display: none;
        }

        .article-2-2 {
            display: block;

            img {
                width: 70px;
                margin-bottom: 30px;
            }

            h3,
            p {
                font-size: 16px;
                line-height: 20px;
                margin: 0px;
            }

            .carousel-indicators {
                top: 180px;

                button {
                    background-color: #D9D9D9;
                    height: 5px;
                    border-radius: 10px;
                }
            }
        }
    }

    .section-tratamentos {
        h2 {
            font-size: 20px;
            padding: 0px 0px;
            padding-bottom: 30px;
        }

        .article-1 {
            display: none;
        }

        .article-1-2 {
            display: block;

            div {
                padding: 0px 8px;
                margin-bottom: 20px;

                article {
                    border-radius: 35px;
                    box-shadow: 0px 2px 2px 2px #66666633;
                    padding: 50px 5px;

                    h3,
                    p {
                        font-size: 16px;
                        line-height: 20px;
                        margin: 0;
                        text-align: center;
                    }
                }
            }

            .carousel-indicators {
                top: 180px;

                button {
                    background-color: #D9D9D9;
                    height: 5px;
                    border-radius: 10px;
                }
            }
        }

        .article-2 {
            margin-top: 0px;
            padding: 40px 20px;

            h3,
            p {
                line-height: 20px;
            }

            p {
                font-size: 16px;
            }

            h3 {
                font-size: 20px;
            }
        }
    }

    .container-clinico {
        div {
            box-shadow: 0px 7px 4px 4px rgba(0, 0, 0, 0.08) !important;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;

            .div-2 {
                border-bottom-left-radius: 40px;
                border-bottom-right-radius: 40px;
            }

            div {
                padding: 40px 20px;

                article {
                    h2 {
                        font-size: 20px;
                    }

                    p {
                        font-size: 16px;
                        line-height: 20px;
                    }
                }

                img {
                    border-bottom-left-radius: 40px;
                    border-bottom-right-radius: 40px;
                    border-top-right-radius: 0px;
                }
            }
        }
    }

    .cards-blues{
        padding: 0px 20px;

        .card-blue{
            width: 100% !important;
            padding: 40px 30px;
        }
    }

    .section-form-2{
        margin-top: 0px;

        p{
            font-size: 16px;
            width: 100%;
            padding: 10px 20px;
            top: -30px;
        }

        article{
            flex-direction: column !important;
            max-height: none !important;

            form{
                width: 100%;
                margin-bottom: 0px;
                margin-top: 20px;

                button{
                    width: 100%;
                }
            }

            img{
                padding-top: 30px;
                width: 100%;
            }
        }
    }
}