/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #EFE8DA;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8C72AA;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #8c72aa9d;
    }

* {
    font-family: 'Open Sans', sans-serif;
}

.nav-link {
    text-align: center !important;
}


.container p {
    font-size: 16px !important;
}

.downloads .card {
    border: 0;
    height: 595px;
    padding-right: 20px;
    padding-left: 20px;
}


.insta-links a {
    color: inherit;
    font-size: 26px;
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.videos a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.videos .card-text {
    width: 90% !important;
}

.videos img {
    height: 320px !important;
}

.saude-mental p {
    font-size: 15px !important;
    min-height: 50px;
}

.text-purple {
    color: #521370 !important;
}

.text-yellow {
    color: #EFC911 !important;
}

.text-dark-yellow {
    color: #bd9101 !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.bg-purple-card {
    background-color: #DBC7E3;
}

.bg-yellow-card {
    background-color: #F8E080;
}

.mith-card {
    height: 100%;
}

.emoji-yellow {
    color: #E4A715 !important;
}

.bold {
    font-weight: 600;
}

.bg-purple {
    background-color: #6F3D96;
}

.bg-count {
    background-color: #B78fca;
}

.accordion-button {
    border-color: #5b4987 !important;
    background-color: #fff !important;
}

    .accordion-button:after {
        color: #5b4987 !important;
        border-color: #5b4987 !important;
    }

    .accordion-button:not(.collapsed) {
        background-color: #fff;
    }

.border-purple {
    border-color: #5b4987;
    border-width: 2px;
}

.text-light {
    color: #f9f9f9 !important;
    background: #00000030 !important;
    padding: 7px;
    width: 80% !important;
}

.refs ol {
    font-size: 16px !important;
    margin-bottom: 12px;
}

.refs li {
    list-style-type: none;
}

.refs a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.pos-1 {
    width: 20%;
    position: absolute;
    top: 4%;
    left: 3%;
}

.pos-2 {
    width: 20%;
    position: absolute;
    top: 6%;
    right: 3%;
}

.pos-3 {
    width: 20%;
    position: absolute;
    top: 45%;
    right: -2%;
}

.pos-4 {
    width: 20%;
    position: absolute;
    top: 53%;
    right: -2%;
}

.pos-5 {
    width: 20%;
    position: absolute;
    top: 84%;
    right: 4%;
}

.pos-6 {
    width: 20%;
    position: absolute;
    top: 84%;
    left: 9%;
}

.pos-7 {
    width: 20%;
    position: absolute;
    top: 58%;
    left: 2%;
}

.pos-8 {
    width: 20%;
    position: absolute;
    top: 45%;
    left: -1%;
}

.pos-item h6 {
    max-width: 205px;
}

.pos-item p {
    font-size: 13px !important;
    max-width: 205px;
    /* background-color: #00000020;*/
}

.insta-post {
    width: 345px;
    height: 431px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.insta-area {
    height: 960px;
    overflow-y: auto;
}

.carousel-content .slick-dots {
    padding: 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .carousel-content .slick-dots li {
        list-style: none;
    }

        .carousel-content .slick-dots li button {
            background-color: #DBC7E3;
            border-radius: 50%;
            border: none;
            text-indent: -9999px;
            opacity: 0.3;
            margin: 0 5px;
            height: 15px;
            width: 15px;
        }

        .carousel-content .slick-dots li.slick-active button {
            background-color: #521370;
            opacity: 0.6 !important;
        }

            .carousel-content .slick-dots li.slick-active button:focus {
                outline: none !important;
            }

.rounded-circle {
    min-width: 35px !important;
    height: 35px !important;
    font-size: 18px !important;
    padding: 5px;
    border-radius: 50% !important;
}

@media only screen and (max-width: 900px) {
    .refs li {
        font-size: 13px !important;
        margin-bottom: 12px;
    }

    .rounded-circle {
        min-width: 35px !important;
        height: 35px !important;
        font-size: 13px !important;
        padding: 5px;
        border-radius: 50% !important;
    }

    .accordion-header h6, .accordion-body {
        font-size: 13px !important;
    }

    .insta-post {
        width: 230px !important;
        height: 288px !important;
    }

    .insta-area {
        height: 480px;
        overflow-y: auto;
    }

    .pos-1 {
        width: 20%;
        position: absolute;
        top: 2%;
        left: 1%;
    }

    .pos-2 {
        width: 20%;
        position: absolute;
        top: 2%;
        right: 3%;
    }

    .pos-3 {
        width: 20%;
        position: absolute;
        top: 45%;
        right: -12%;
    }

    .pos-4 {
        width: 20%;
        position: absolute;
        top: 51%;
        right: -12%;
    }

    .pos-5 {
        width: 20%;
        position: absolute;
        top: 87%;
        right: 1%;
    }

    .pos-6 {
        width: 20%;
        position: absolute;
        top: 81%;
        left: 10%;
    }

    .pos-7 {
        width: 20%;
        position: absolute;
        top: 51%;
        left: -15%;
    }

    .pos-8 {
        width: 20%;
        position: absolute;
        top: 45%;
        left: -10%;
    }
}
