.index section {
    margin-bottom: 3rem;
}

    .index section:nth-child(1) .box-video-hosted {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        direction: ltr;
        inset: 0;
        overflow: hidden;
        z-index: 0;
        max-height: 480px;
    }

        .index section:nth-child(1) .box-video-hosted .video-hosted {
            -o-object-fit: cover;
            object-fit: cover;
            max-width: 100%;
            width: 100%;
        }

        .index section:nth-child(1) .box-video-hosted .view {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,170,0,0.1);
        }

            .index section:nth-child(1) .box-video-hosted .view > div {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                background-color: #d6b97578;
                padding: 10px 10px 10px 10px;
                border-radius: 0px 50px 0px 50px;
                bottom: 2rem;
                left: 50%;
                transform: translateX(-50%);
                width: 90%;
                max-width: 500px;
            }

                .index section:nth-child(1) .box-video-hosted .view > div h1 {
                    font-size: 1.3rem;
                    color: #075001;
                }

                .index section:nth-child(1) .box-video-hosted .view > div h2 {
                    font-size: 1rem;
                    margin-top: 0.5rem;
                    color: #fff;
                }

    .index section:nth-child(2) > div:nth-child(1) {
        display: flex;
        justify-content: center;
    }

        .index section:nth-child(2) > div:nth-child(1) > h4 {
            color: var(--clrgolddark);
            display: inline-flex;
        }

            .index section:nth-child(2) > div:nth-child(1) > h4 span {
                margin: 0 0.25rem;
                font-size: 1.2rem;
            }

                .index section:nth-child(2) > div:nth-child(1) > h4 span:nth-child(2) {
                    display: inline-block;
                    position: relative;
                    color: #075001;
                }

            .index section:nth-child(2) > div:nth-child(1) > h4 svg {
                height: calc(100% + 40px);
                left: 50%;
                overflow: visible;
                position: absolute;
                top: 50%;
                transform: translate(-50%,-50%);
                width: calc(100% + 10px)
            }

                .index section:nth-child(2) > div:nth-child(1) > h4 svg path {
                    stroke: #075001;
                    stroke-width: 9;
                    fill: none;
                    opacity: 0;
                    stroke-dasharray: 0 1500;
                    transition: .3s
                }

            .index section:nth-child(2) > div:nth-child(1) > h4.e-animated svg path {
                animation: elementor-headline-dash forwards;
                animation-duration: 1s;
                animation-iteration-count: 1
            }

                .index section:nth-child(2) > div:nth-child(1) > h4.e-animated svg path:nth-of-type(2) {
                    animation-delay: 1s;
                }

            .index section:nth-child(2) > div:nth-child(1) > h4.e-hide-highlight svg path {
                opacity: 1;
                stroke-dasharray: 1500 1500;
                animation: hide-highlight 0.5s forwards;
                animation-iteration-count: 1
            }

    .index section:nth-child(2) > div:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .index section:nth-child(2) > div:nth-child(2) > p {
            display: block;
            text-align: justify;
            max-width: 800px;
            width: 90%;
            line-height: 2.2;
            color: #3b4964;
        }

            .index section:nth-child(2) > div:nth-child(2) > p strong {
                color: #075001;
                font-size: 1rem;
            }

    .index section:nth-child(3) > div {
        background-color: #f1f1f1;
        padding: 3rem 0;
    }

    .index section:nth-child(3) ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .index section:nth-child(3) ul li {
            background-color: #fff;
            border-radius: 3rem;
            padding: 2rem;
            width: calc(50% - 2rem);
            height: 270px;
            overflow: hidden;
            margin: 1rem;
        }

            .index section:nth-child(3) ul li > div {
                display: flex;
                flex-direction: row;
                height: 100%;
            }

            .index section:nth-child(3) ul li h4 {
                font-size: 1.2rem;
                color: var(--clrgolddark);
                margin-bottom: 1rem;
            }

            .index section:nth-child(3) ul li p {
                display: block;
                text-align: justify;
                max-width: 800px;
                line-height: 2;
                color: #3b4964;
                margin-left: 3rem;
            }

            .index section:nth-child(3) ul li > div > div:nth-child(2) {
                display: inline-flex;
                align-items: flex-start;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                border-radius:2rem;
                width: 380px;
                min-width:230px;
                height: 100%;
            }

            .index section:nth-child(3) ul li:nth-child(1) > div > div:nth-child(2) {
                background-image: url(/images/index/sec3/beauty.png);
            }

            .index section:nth-child(3) ul li:nth-child(2) > div > div:nth-child(2) {
                background-image: url(/images/index/sec3/implant.png);
            }

            .index section:nth-child(3) ul li:nth-child(3) > div > div:nth-child(2) {
                background-image: url(/images/index/sec3/root.png);
            }

            .index section:nth-child(3) ul li:nth-child(4) > div > div:nth-child(2) {
                background-image: url(/images/index/sec3/prosthesis.png);
            }
   
    .index section:nth-child(4) .title h2,
    .index section:nth-child(5) .title h2 {
        font-size: 1.2rem;
        color: var(--clrgolddark);
    }
    .index section:nth-child(4) .title h2 {
        border-bottom: 2px dotted var(--clrgolddark);
        padding-bottom:0.5rem;
    }
    .index section:nth-child(4) > div > div:nth-child(2) ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .index section:nth-child(4) > div > div:nth-child(2) li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% / 3);
    }

        .index section:nth-child(4) > div > div:nth-child(2) li:nth-child(1) {
            padding-left: 0.5rem;
        }

        .index section:nth-child(4) > div > div:nth-child(2) li:nth-child(2) {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        .index section:nth-child(4) > div > div:nth-child(2) li:nth-child(3) {
            padding-right: 0.5rem;
        }

        .index section:nth-child(4) > div > div:nth-child(2) li > div {
            background-color: #fff;
            border-radius: 10px;
            padding: 1rem;
            height: 250px;
        }

            .index section:nth-child(4) > div > div:nth-child(2) li > div > div {
                display: flex;
                flex-direction: row;
                align-items: center;
            }

            .index section:nth-child(4) > div > div:nth-child(2) li > div > div {
                height: 70px;
            }

                .index section:nth-child(4) > div > div:nth-child(2) li > div > div h2 {
                    font-size: 1.1rem;
                    color: var(--clrgolddark);
                }

            .index section:nth-child(4) > div > div:nth-child(2) li > div > p {
                line-height: 2;
                font-size: 0.9rem;
            }

    .index section:nth-child(5) > div {
        background-color: #f0f0f0;
    }

    .index section:nth-child(6) > div {
        display: flex;
        flex-direction: row;
    }

        .index section:nth-child(6) > div > div:nth-child(1) h2 {
            font-size: 1.3rem;
            color: var(--clrgolddark);
        }

        .index section:nth-child(6) > div > div:nth-child(1) {
            width: 70%;
        }

            .index section:nth-child(6) > div > div:nth-child(1) p {
                line-height: 2;
            }

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 0
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@keyframes hide-highlight {
    0% {
        opacity: 1;
        stroke-dasharray: 1500 1500
    }

    to {
        filter: blur(10px);
        opacity: 0;
    }
}

@media screen and (max-width: 1200px) {
    .index section:nth-child(3) ul li {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .index section:nth-child(3) ul li > div > div:nth-child(2),
    .index section:nth-child(6) > div > div:nth-child(2) {
        display: none;
    }

    .index section:nth-child(3) ul li p {
        margin-left: 0;
    }

    .index section:nth-child(4) > div > div:nth-child(2) li {
        width: 100%;
        padding: 0 !important;
    }

        .index section:nth-child(4) > div > div:nth-child(2) li:not(:nth-child(1)) > div {
            margin-top: 1rem;
        }

    .index section:nth-child(6) > div > div:nth-child(1) {
        width: 100%;
    }

        .index section:nth-child(6) > div > div:nth-child(1) p {
            text-align: justify;
        }
}
