
.titulo-pag-princ {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #000; 
    text-decoration: none; 
}

.titulo-pag-princ a {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #000; 
    text-decoration: none; 
}

.barra-pagina {
    margin-bottom: 30px;
    background-color: #FFF;
    padding-top: 10px;
    font-size: 13px;
    box-shadow: 0px -5px 5px -1px #e1dfdf; /* cor mais fraca */
    border-bottom: 1px solid #e1dfdf;
}  

.carousel-principal .carousel-item {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    border-collapse: collapse;
}

.carousel-produtos img {
    border-radius: 10px;
    border-collapse: collapse;
}

#btnPrevHome,
#btnNextHome {
    background-color: transparent !important;
    height: 30px;
    width: 30px;
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
    font-size: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    height: auto;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.single_course {
    margin-bottom: 35px;
}

.single_course .course_head {
    position: relative;
    overflow: revert !important;
}

.single_course .course_head img {
    width: 85%;
    height: auto;
    object-fit: cover;
}

.single_course:hover .course_head img {
    transform: scale(1.2);
}

.single_course .course_content h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_course:hover {
    box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.1);
}

#esgotadoText {
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9rem;
    background-color: #A23CBE;
    border-radius: 15px;
    padding: 5px;
    position: absolute;
    z-index: 1
}