body {
    /*background: url("../../images/error2.jpg") no-repeat center #000!important;*/
    background-image: url('/images/error3.jpg') !important;
    background-color: #000 !important;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
}

.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.cc-btn {
    display: block;
    padding: .4em .8em !important;
    font-size: 1.9em !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    background-color: #F9A11B !important;
    color: #fff !important;
    transition: 0.5s all;
}

    .cc-btn:hover {
        background-color: #EC7906 !important;
    }

.align-center {
    margin-top: 20%;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}

.error-esq, .error-dre {
    background: rgba(255,255,255,0.6);
    color: #000;
    padding: 40px 20px;
}

    .error-esq:before {
        content: "\A";
        border-style: solid;
        border-width: 20px 20px 20px 20px;
        border-color: transparent transparent transparent rgba(255,255,255,0.6);
        position: absolute;
        right: -25px;
    }

.error-dre {
    border-bottom: 4px solid #f9a11b;
    text-align: center;
}

    .error-dre p {
        font-size: 38px;
        font-weight: 900;
        text-align: center;
    }

    .error-dre ul {
        margin: 50px 0px;
        padding: 0px;
    }

    .error-dre li {
        font-size: 17px;
        font-weight: 500;
        text-align: left;
        line-height: 31px;
    }

.container-gran {
    width: 1290px !important;
}

.error-dre li a {
    color: #333;
}

    .error-dre li a span {
        color: #f9a11b;
    }

.text-error-01 {
    font-size: 80px;
    font-weight: 900;
    text-align: center;
}

.text-error-02 {
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    line-height: initial;
    margin-top: 40px;
}

.navbar-default {
    background-color: #000 !important;
}

@media (max-width: 1290px) {

    .container-gran {
        width: auto !important;
    }

    .error-dre li {
        font-size: 15px;
    }
}

@media (max-width: 992px) {

    .error-dre li a {
        font-size: 20px;
    }

    .error-dre p {
        font-size: 28px;
    }

    .text-error-01 {
        font-size: 50px;
    }

    .text-error-02 {
        font-size: 25px;
    }

    .align-center {
        margin-top: 100px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .error-esq::before {
        content: "\A";
        border-style: solid;
        border-width: 20px 20px 20px 20px;
        border-color: rgba(255,255,255,0.6) transparent transparent transparent;
        position: absolute;
        right: 48%;
        bottom: -40px;
        /* left: 0; */
        margin: auto;
    }

    .error-dre {
        margin-top: 40px;
    }
}
