﻿#heroBanner {
    padding: 0 0 1rem 0;
}
#heroItems .container {
    max-width: 100%;
    padding: 0;
}
.splide_banner_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 4rem;
    position: absolute;
    top: 0;
    width: 100%;
}
.splide_banner_title {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 0 2px #0000007a;
}
.splide_banner_description {
    font-size: 1.2rem;
    text-shadow: 0 0 2px #0000007a;
}
@media(max-width: 600px) {
    .splide_banner_title {
        font-size: 1.3rem;
    }

    .splide_banner_description {
        font-size: 1rem;
    }
}
.splide__slide .andamento {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px;
}
.progress-bar {
    background-color: #774af9;
}
.splide__slide img {
    display: block;
    width: 100%;
    transform-origin: center center;
    cursor: pointer;
}
.splide:not(.is-overflow) .splide__arrows {
    display: none;
}
.splide__slide {
    opacity: 1;
    cursor: pointer;
}
.splide__slide.is-active {
	opacity: 1;
}
.sliderCarrossel .splide_carrossel_info {
	display: none;
}
.carrossel-items {
    height: fit-content;
    padding: 2rem 0;
    background-color: #f8f8f8;
    border-radius: 9px;
}
.sliderCarrossel {
    display: flex;
    padding: 1rem;
}
.sliderCarrossel .carrossel-presentation {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.carrossel-icon {
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    left: 0px;
}
.carrossel-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 1rem;
}
.splide_conteudo_image {
    border-radius: .5rem;
}
.splide_conteudo_info {
}
.splide_conteudo_title {
    display: none;
}
.splide_categoria_info {
    display: block;
    margin-right: 1rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    height: 100%;
}
.splide_categoria_title {
    background-color: #774af9;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    font-size: 14px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.splide_professor_info {
    color: #fff;
    font-weight: 700;
}
.splide_professor_image {
	border-radius: .5rem;
}
.sliderCarrossel .splide_professor_nome {
	font-size: .8rem;
    line-height: 0.9rem;
    width: 100%;
    text-align: center;
    margin-top: -1rem;
    background-color: #774af9;
    padding: 0.5rem;
    color: #fff;
    z-index: 42;
    position: relative;
    border-radius: 0 0 10px 10px;
    height: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sliderCarrossel .splide_item_conteudo {
    cursor: default;
}
.splide_item_titulo {
    display: none;
}
.splide_item_image {
    border-radius: .5rem;
}
.splide:hover {
    z-index: 10 !important;
}
.carrossel-items .splide {
    padding: 0 2.3rem;
}
.carrossel-items .splide__arrow--next {
	right: 0;
}
.carrossel-items .splide__arrow--prev {
	left: 0;
}
#teacherDetails .modal-header {
    font-size: .8rem;
	background-color: #f6f7f9;
    border-bottom: none;
}
#teacherDetails .modal-footer {
    border-top: none;
}
#teacherDetails .modal-body .teacher-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: .5rem;
}
#teacherDetails .modal-body .teacher-details .teacher-thumbnail {
    margin-bottom: 1rem;
}
#teacherDetails .modal-body .teacher-details .teacher-thumbnail img {
    border-radius: 10px;
    width: 100%;
    max-width: 200px;
}
#teacherDetails .modal-body .teacher-details .teacher-resume {
    width: 100%;
	margin-left: 1rem;
    margin-right: 1rem;
}
#teacherDetails .modal-body .teacher-details .teacher-resume p {
	font-size: 1.2rem;
    font-weight: 600;
}
#teacherDetails .modal-body .teacher-courses p {
    font-size: 1rem;
    padding: .5rem .5rem;
    font-weight: 600;
	margin-bottom: 0.5rem;
}
#teacherDetails .modal-body .teacher-courses .course-thumbnail img {
    width: 100%;
    max-width: 191px;
    border-radius: 10px;
    padding: .2rem;
}
#itemDetails .modal-header {
    font-size: .8rem;
    background-color: #f6f7f9;
    border-bottom: none;
}
#itemDetails .modal-footer {
    border-top: none;
}
#itemDetails .modal-body .item-details {
    padding: 1rem;
}
#itemDetails .modal-body .item-details iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    padding: 0rem 1rem 1rem;
}
@media (min-width: 992px) {
    #teacherDetails .modal-body .teacher-details {
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin-bottom: .5rem
    }
}
.sliderCarrosselHTML
{
    overflow-x: hidden;
}
.thumb-video-wrapper {
    width: 100%;
}
.thumb {
    width: 100%;
    border-radius: .5rem;
}
.card-wrapper {
    position: relative;
}
@media (min-width: 768px) {
    .card-wrapper.scale-hover .thumb-video-wrapper {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        transition-delay: 0.2s;
        transition-duration: .3s;
        transition-property: transform;
        transition-timing-function: cubic-bezier(.2,.45,0,1);
        z-index: 999999;
        position: relative;
        border-radius: .5rem .5rem 0 0;
        overflow: hidden;
    }

    .card-wrapper:hover .thumb {
        border-radius: .5rem .5rem 0 0;
    }

    .card-wrapper:hover .info_overlay {
        opacity: 1;
        pointer-events: auto;
        transition: opacity 0.2s ease 0.3s;
    }

    .card-wrapper.first-visible:hover .info_overlay {
        left: 0rem !important;
    }

    .card-wrapper.first-visible:hover .thumb-video-wrapper {
        transform-origin: left center;
    }

    .card-wrapper.last-visible:hover .info_overlay {
        left: auto !important;
        right: 0;
    }

    .card-wrapper.last-visible:hover .thumb-video-wrapper {
        transform-origin: right center;
    }
}
.info_overlay {
    position: absolute;
    background-color: black;
    color: #fff;
    width: 100%;
    border-radius: 0 0 1rem 1rem;
    opacity: 0;
    top: 111.5%;
    left: -12.5%;
    pointer-events: none;
    transition-delay: 0s;
    z-index: 10 !important;
}
.overlayinfo {
    padding: 1rem;
    display: none;    
}
.splide__track {
    overflow: auto;
    overflow-y: visible;
    overflow-x: clip;
}
.description {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* número de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info_overlay_splide_conteudo_title {
    font-weight: bold;
    margin-bottom: 1rem;
}
.buttons {
    display: flex;
    gap: 5px;
    margin-bottom: 1rem;
}
.buttons .btn {
    font-size: 1rem;
    border-radius: 5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #33373d;
    color: #fff;
}
.buttons .btn:hover {
    background-color: #fff;
    color: #000;
}
.splide__slide .btn-dark {
    color: #33373d;
    background-color: #fff;
    border-color: #fff;
}
.splide__slide .btn-dark:hover {
    color: #33373d;
    background-color: #fff;
    border-color: #fff;
}
.splide__slide .btn-outline-dark {
}
.play-btn {
    transform: scale(1.2);
    margin-right: 4px;
}
.video-preview {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    border-radius: .5rem .5rem 0 0;
}
.card-wrapper.show-video .video-preview {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media(min-width: 768px) {
    #heroItems {
        padding-bottom: 200px;
    }
    .card-wrapper:hover .overlayinfo {
        display: block;
    }
}
.tooltip {
    pointer-events: none;
}