body {
    background: #FDF9FB;
}

p {
    margin-bottom: unset;
}

.banner-slider {
    .banner-content {
        padding: 56px 0;

        .texts-content {
            h1 {
                font-size: 79px;
                color: #25383D;
                font-weight: 600;
            }

            p {
                font-size: 35px;
                font-weight: 400;
                color: #697476;
            }

            button {
                background: #9A3156;
                padding: 24px 72px;
                border: none;
                border-radius: 7px;
                font-size: 20px;
                font-weight: 500;
                color: white;
            }
        }
    }
}

.laboratorio-oswaldo {
    background: #F8EDF2;
    padding: 100px 0;

    .title-content {
        margin-bottom: 35px;

        h1 {
            text-align: center;
            font-size: 52px;
            font-weight: 600;
            color: #25383D;
            margin-bottom: 0;
        }

        h2 {
            text-align: center;
            font-size: 50px;
            font-weight: 600;
            color: #9A3156;
            margin-bottom: 35px;
        }

        p {
            text-align: center;
            font-size: 28px;
            font-weight: 400;
            color: #697476;
            margin-bottom: 0;
        }
    }

    .cards-lab {
        .card-item {
            display: flex;
            flex-direction: column;
            align-items: center;

            svg {
                margin-bottom: 20px;
            }

            h3 {
                font-size: 34px;
                font-weight: 500;
                text-align: center;
                margin-bottom: 5px;
            }

            p {
                font-size: 22px;
                font-weight: 400;
                text-align: center;
                margin-bottom: 0;
                color: #41494A;
            }
        }
    }
}

.sobre-oswaldo {
    padding: 50px 0;

    .sobre-content {
        display: flex;
        gap: 40px;

        .text-sobre {
            h1 {
                font-size: 54px;
                font-weight: 600;
                color: #25383D;
                margin-bottom: 32px;
            }

            p {
                font-size: 19px;
                font-weight: 400;
                color: #697476;
                margin-bottom: 0;
            }

            button {
                background: #9A3156;
                padding: 25px 60px;
                border: none;
                border-radius: 7px;
                font-size: 19px;
                font-weight: 600;
                color: white;
            }
        }
    }
}

.convenios {}

.cards-loc-duvida {
    padding: 50px 0;

    .col-lg-6:first-child {
        padding-left: 0;
    }

    .col-lg-6:last-child {
        padding-right: 0;
    }

    .card-localização {
        background: white;
        border: 1px solid #D3D3D3;
        border-radius: 15px;
        box-shadow: 0 4px 5px #0000001f;
        padding: 50px;
        height: 100%;

        .first {
            margin-bottom: 25px;

            h1 {
                font-size: 34px;
                font-weight: 600;
                margin-bottom: 7px;
                text-align: center;
                color: #25383D;
            }

            p {
                font-size: 22px;
                font-weight: 400;
                margin-bottom: 0;
                text-align: center;
                color: #25383D;
            }
        }

        .last {
            h2 {
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 15px;
                text-align: center;
                color: #9A3156;
            }

            .infos {
                p {
                    font-size: 22px;
                    font-weight: 400;
                    margin-bottom: 7px;
                    text-align: center;
                    color: #25383D;
                }
            }
        }
    }

    .card-duvida {
        background: white;
        border: 1px solid #D3D3D3;
        border-radius: 15px;
        box-shadow: 0 4px 5px #0000001f;
        padding: 50px;
        height: 100%;

        h2 {
            font-size: 34px;
            font-weight: 600;
            margin-bottom: 10px;
            text-align: center;
            color: #25383D;
        }

        .form {
            display: flex;
            flex-direction: column;
            gap: 15px;

            input {
                padding: 15px 22px;
                border-radius: 5px;
                border: 1px solid #DEDEDE;
                font-size: 20px;
                font-weight: 400;
                color: #7B7B7B;
            }

            textarea {
                padding: 15px 22px;
                border-radius: 5px;
                border: 1px solid #DEDEDE;
                font-size: 20px;
                font-weight: 400;
                color: #7B7B7B;
                min-width: 500px;
            }

            button {
                background: #9A3156;
                padding: 12px 37px;
                border: none;
                border-radius: 5px;
                font-size: 20px;
                font-weight: 400;
                color: white;
                width: fit-content;
            }
        }
    }
}