@media (min-width: 767px) {
    .row .onecol {
        width: 8.33333333%;
    }

    .row .twocol {
        width: 16.66666667%;
    }

    .row .threecol {
        width: 25%;
    }

    .row .fourcol {
        width: 33.33333333%;
    }

    .row .fivecol {
        width: 41.66666667%;
    }

    .row .sixcol {
        width: 50%;
    }

    .row .sevencol {
        width: 58.33333333%;
    }

    .row .eightcol {
        width: 66.66666667%;
    }

    .row .ninecol {
        width: 75%;
    }

    .row .tencol {
        width: 83.33333333%;
    }

    .row .elevencol {
        width: 91.66666667%;
    }

    .row .twelvecol {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .div-chzn-select {
        width: 330px;
        padding-bottom: 100px;
        position: relative;
    }
    .chzn-container {
        width: 300px !important;
    }
    .modal-body {
        min-height: min-content;
    }
}

.gradient {
    filter: none;
}

.main-block {
    border: 0
}

table {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form {
    border: 0;
}

.navbar-brand > img {
    margin: 0px;
    height: 45px;
    -webkit-filter: grayscale(90%);
    margin-top: -12px;
    filter: grayscale(90%);
}

.escudo{


    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

.escudo:hover{

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

    filter: grayscale(30%);
    -webkit-filter: grayscale(30%);

}
