#status_bar
{
    text-align: center;
    font-size: 17px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.status_warning
{
    color: #555;
    background: #ffce00;
}

.status_warning a
{
    color: #555;
    text-decoration: underline;
}
.status_warning a:hover
{
    color: #555;
}

.status_danger
{
    color: #FFF;
    background: #f33d06;
}

.status_danger a
{
    color: #000;
    text-decoration: underline;
}
.status_danger a:hover
{
    color: #000;
}

main h1 {
    text-align: left;
}

#cuota_free {
    color: #F0645E;
    font-size: 18px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.course-card-container {
    margin: 0 0 30px auto;    
}

.course-card-container .img-container .img-fluid{
    min-width: 100%;
}

.accordion-button p
{
    font-size: 17px !important;
    margin: 0;
}

.card-container {
    min-height: 320px;
}

.card-details-container p
{
    font-size: 14px !important;
}

.prices_c
{
    background: #ededed;
    padding: 10px;
    border-radius: 10px;
    margin-left: 20px;
}

.prices_c .price
{
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}
.prices_c .price:last-child
{
    border-bottom: 0 none;
    margin-bottom: 0;
}

.accordion-body p
{
    margin-bottom: 0.1rem !important;
}

#payment_rejected
{
    font-size: 13px;
    text-align: center;
    color: #F0645E;
    font-weight: bold;
    margin-bottom: 10px;
}

#trainers_c .card-container img
{
    min-width: 100%;
}

.link-file
{
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 40px;
}

.link-file .a_c
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.link-file .a_c a
{
    text-decoration: none;
}
.link-file .a_c a:hover
{
    color: #555;
}

.link-file .a_c a .icon
{
    height: 26px;
    margin-right: 10px;
    margin-bottom: 3px
}

.link-file p
{
    float: left;
    width: 100%;
    background: #000;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
}
.link-file p:first-child
{
    margin-top: 0;
}

#attach_form
{
    width: 500px;
}

#attach_form_cancel
{
    float: right;
}

#attach_form_txt
{
    float: left;
    line-height: 44px;
}

.installment
{
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

.installment .btn.btn-success
{
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    /*.course-card-container .is-fixed {
        position: fixed;
        right: 30px !important;
        width: 33.3333% !important;
        z-index: 999999;
    }*/
}
@media only screen and (max-width: 767px) {
    .course-card-container .pink-button {        
        position: fixed;
        bottom: 8px;
        left: 0;
        z-index: 999;
        width: calc(100% - 15px);
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }
}