﻿#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 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;
}
.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;
}