#btn_register {
    color: white !important;

}

#btn_register a {
    color: white !important;

}

#btn_register a:hover {
    color: #29CA8E !important;

}

.text-success-customized {
    color: #29CA8E !important;
}

.figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 320px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.text-white-a {
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 0%;
    padding: 15px;
    overflow: hidden !important;
    word-wrap: break-word;
}

.text-title-a {
    color: white;
    font-weight: bold;
}

/* .instruments{
    height: 320px;
    overflow-y: scroll;
} */

@media(min-width:768px) {
    .instruments {
        height: 320px;
        overflow-y: scroll;
    }

}

.truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course {
    height: 250px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px gray;
    transition: all .5s ease-in-out;
    cursor: initial;
    position: relative;
    width: 100%;
    background-size: cover;
    /*  background-size: 100% 100%; */
    background-position: top;
    background-repeat: no-repeat;
}

.course:hover {
    transform: translateY(-4px);
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.89);
}

@media(max-width:320px) {
    .course {
        background-size: 100% 100%;
    }
}


.subtitle {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
}

.text-white-color {
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.text-white-color span {
    font-size: 24px;
}




.cross {
    font-weight: bold;
    position: absolute;
    right: 0%;
    width: fit-content;
    margin-top: 3%;
    margin-right: 4%;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

@media(max-width:310px) {
    .hide-title {
        display: none;
    }

    .course {
        background-position: left;
    }
}

@media(max-width:217px) {
    .course {
        margin-top: 75px;
    }
}


@media(min-width:992px) {
    .center-object {
        display: flex;
        align-items: center;
    }
}

.border-red {
    border-color: red !important;
}

.hide-links {
    display: none !important;
}

@media(max-width:768px) {
    .hide-links {
        display: block !important;
    }
}

/* @media(max-width:992px) {
    .entry-form {
        margin-bottom: 2%;
    }
} */

.d-none {
    display: none !important;
}

@media(max-width:400px) {
    .truncate-text2 {
        display: none !important;
    }
}

@media(max-width:245px) {
    .profesor, .price {
        display: none !important;
    }
}

.px-5 {
    padding: 5%;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.mt-5 {
    margin-top: 5%;
}

@media(max-width:991px) {
    .form-center {
        display: flex;
        justify-content: center;
    }
}

.row div.mt-5:first-child {
    margin-top: 0%;
}