﻿﻿#modalInstrucoes p {
    font-size: 14px;
    font-weight: bold;
}

#modalInstrucoes h4 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

#modalInstrucoes .modal-content {
    border: none;
    padding: 16px;
    text-align: center;
}

#modalInstrucoes .modal-dialog {
    max-width: 100%;
    width: fit-content;
    margin-bottom: 130px;
}


.container-ajuda {
    position: fixed;
    bottom: 14px;
    right: 0px;
}

.tag-ajuda {
    color: #fff;
    background-color: #00afef;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 200px 0 0 200px;
    padding: 20px;
    width: 230px;
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    padding: 16px;
    border: none;
    margin-right: -150px;
    transition: margin-right 500ms ease-in-out, background-color 300ms ease-in-out;
    box-shadow: #00000060 0px 6px 4px 0px;
}

    .tag-ajuda:hover {
        background-color: #2592b9;
        margin-right: 0px;
    }

    .tag-ajuda i {
        color: #fff;
        font-size: 50px;
        padding-right: 16px;
    }

#carouselTutorial {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    width: 1000px;
    height: 700px;
}

    #carouselTutorial .carousel-inner {
        width: 100%;
        height: 100%;
    }

    #carouselTutorial .carousel-item {
        height: 100%;
        width: 100%;
    }

    #carouselTutorial .item-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

        #carouselTutorial .item-content p {
            display: block;
            margin: 0;
            max-width: 800px;
        }

        #carouselTutorial .item-content img {
            display: block;
            margin: 14px auto;
            max-width: 900px;
            max-height: 510px;
            border-radius: 10px;
            border: solid 2px #ccc;
        }

        #carouselTutorial .item-content .img-desk {
            display: block;
        }

        #carouselTutorial .item-content .img-mobile {
            margin: 26px auto;
            display: none;
        }

    #carouselTutorial .btn-carousel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        border: none;
        border-radius: 1000px;
        position: absolute;
        height: 80px;
        width: 80px;
        box-shadow: #00000070 0px 5px 5px 0px;
    }

        #carouselTutorial .btn-carousel i {
            font-size: 42px;
        }

    #carouselTutorial .btn-carousel-prev,
    #carouselTutorial .btn-carousel-next {
        top: 46%;
        background-color: #2592b9;
    }

    #carouselTutorial .btn-carousel-prev {
        left: -80px;
    }

    #carouselTutorial .btn-carousel-next {
        right: -80px;
    }

    #carouselTutorial .btn-carousel:hover {
        background-color: #2081a3;
    }

    #carouselTutorial .btn-carousel-close {
        top: 0px;
        right: 0px;
        background-color: #dc3545;
        height: 60px;
        width: 60px;
        z-index: 1000;
    }

        #carouselTutorial .btn-carousel-close:hover {
            background-color: #c31c1c;
        }

        #carouselTutorial .btn-carousel-close i {
            font-size: 30px;
        }

    #carouselTutorial .carousel-indicators {
        bottom: -40px;
        margin: 0 auto;
    }

        #carouselTutorial .carousel-indicators li {
            background-color: #fff;
            width: 18px;
            height: 18px;
            border: none;
            border-radius: 1000px;
            overflow: hidden;
        }

@media(max-width: 1400px) {

    #modalInstrucoes .modal-content {
        margin-top: -25px;
    }

    .tag-ajuda {
        width: 190px;
        font-size: 18px;
        line-height: 20px;
        padding: 12px;
        margin-right: -126px;
    }

        .tag-ajuda i {
            font-size: 42px;
            padding-right: 14px;
        }

    #carouselTutorial {
        height: 520px;
        width: 800px;
    }

        #carouselTutorial .item-content p {
            max-width: 720px;
        }

        #carouselTutorial .item-content img {
            max-width: 650px;
            max-height: 370px;
        }

        #carouselTutorial .btn-carousel {
            height: 60px;
            width: 60px;
        }

            #carouselTutorial .btn-carousel i {
                font-size: 32px;
            }

        #carouselTutorial .btn-carousel-prev {
            left: -50px;
        }

        #carouselTutorial .btn-carousel-next {
            right: -50px;
        }

        #carouselTutorial .btn-carousel-close {
            height: 44px;
            width: 44px;
        }

            #carouselTutorial .btn-carousel-close i {
                font-size: 20px;
            }
}

@media(max-width: 991px) {

    #modalInstrucoes .img-arraste {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    #modalInstrucoes .modal-content {
        margin-top: 30px;
        padding: 30px 16px;
    }

    .container-ajuda {
    }

    .tag-ajuda {
        width: 180px;
        font-size: 20px;
        line-height: 20px;
        padding: 12px;
        background-color: #2592b9;
        margin-right: 0px;
    }

        .tag-ajuda i {
            font-size: 40px;
            padding-right: 14px;
        }

    #carouselTutorial {
        width: 100%;
        height: auto;
    }

        #carouselTutorial .item-content h4 {
            font-size: 20px;
        }

        #carouselTutorial .item-content img {
            max-width: 300px;
            max-height: 495px;
        }

        #carouselTutorial .item-content .img-desk {
            display: none;
        }

        #carouselTutorial .item-content .img-mobile {
            display: block;
        }

        #carouselTutorial .btn-carousel i {
            font-size: 16px;
        }

        #carouselTutorial .btn-carousel-prev,
        #carouselTutorial .btn-carousel-next {
            top: 330px;
            color: #bbb;
            background-color: transparent;
            width: 30px;
            height: 30px;
            opacity: 0.6;
            transform: scaleY(2);
            box-shadow: none;
        }

            #carouselTutorial .btn-carousel-prev:hover,
            #carouselTutorial .btn-carousel-next:hover {
                background-color: transparent;
            }

        #carouselTutorial .btn-carousel-prev {
            left: -20px;
        }

        #carouselTutorial .btn-carousel-next {
            right: -20px;
        }

        #carouselTutorial .btn-carousel-close {
            height: 50px;
            width: 50px;
            top: -55px;
            right: -5px;
        }

        #carouselTutorial .carousel-indicators {
            bottom: -56px;
        }
}
