.list-course .hr {
    margin-top: 0;
    margin-bottom: 35px;
}

.hr {
    display: block;
    margin: 30px auto;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
}

/* ERRO PAGE */
.error-box {
    height: 100%;
    position: fixed;
    background: #fff;
    width: 100%;
}

.error-box .error-body {
    padding-top: -5%;
    padding-left: 2%;
    padding-right: 2%;
}

.error-box h1 {
    font-size: 210px;
    font-weight: 900;
    line-height: 210px;
}

.error-box .text-muted {
    color: #99abb4 !important;
}

.error-box .btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}

.text-center {
    text-align: center;
}

.mt-30-error {
    margin-top: 30px !important;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.p-error {
    margin: 0 0 10px;
}

.mb-40-error {
    margin-bottom: 40px !important;
}

.btn-info-error {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.a-error {
    text-decoration: none;
}

.region-top {
    margin-top: 7rem;
}

@media screen and (max-width: 544px) {
    .error-box p {
        font-size: 11px;

    }

    .img-error {
        width: 100%;
        vertical-align: middle;
        border: 0;
    }

    .region-top {
        margin-top: 13rem;
    }

    .btn,
    a.btn,
    button.btn {

        font-size: 11px;

    }
}

@media screen and (max-width: 375px) {
    .error-box p {
        font-size: 10px;

    }

    .img-error {
        width: 80%;
        vertical-align: middle;
        border: 0;
    }

    .region-top {
        margin-top: 10rem;
    }

    .btn,
    a.btn,
    button.btn {

        font-size: 10px;

    }
}