
.barra-pagina {
    margin-bottom: 30px;
    background-color: #FFF;
    padding: 7px;
    font-size: 13px;
    box-shadow: 0px -5px 5px -1px #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
}


.titulo-pagina {
    color: #000;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 1px;
}

.titulo-pagina a {
    color: #000;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 1px;
}


.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;
    transition: transform 0.3s ease;
    transform: none;
}

.single_course:hover .course_head img {
    transform: none !important;
    
}

.single_course .course_head img:hover {
    transform: scale(1.05) !important;

}

.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);
}

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

