﻿.color-white {
    color: white !important;
}

.w-20px {
    width: 20px !important;
}

.w-35px {
    width: 35px !important;
}

.w-75px {
    width: 75px !important;
}

.w-100 {
    width: 100% !important;
}

.minw-25 {
    min-width: 25px;
}

.minw-50 {
    min-width: 50px;
}

.minw-75 {
    min-width: 75px;
}

.minw-85 {
    min-width: 85px;
}

.minw-100 {
    min-width: 100px;
}

.minw-120 {
    min-width: 120px;
}

.minw-150 {
    min-width: 150px;
}

.minw-200 {
    min-width: 200px;
}

.minw-250 {
    min-width: 250px;
}

.minw-300 {
    min-width: 300px;
}

.minw-350 {
    min-width: 350px;
}

.minw-400 {
    min-width: 400px;
}

.minw-450 {
    min-width: 450px;
}

/* ========= MAX WIDTH =========*/
.maxw-100 {
    max-width: 100px;
}



.no-padding {
    padding: 0px !important;
}

.no-br {
    border-radius: 0px !important;
}

.maxw-50p {
    max-width: 50%;
}

.mt-xs-1, .mt-xs-2, .mt-xs-3, .mt-xs-4, .mt-xs-5 {
    margin-top: 0px !important;
}

.mb-xs-10 {
    margin-bottom: 0px !important;
}

.ta-c {
    text-align: center !important;
}

.ta-e {
    text-align: end !important;
}

.ta-i {
    text-align: initial !important;
}

.lh-10 {
    line-height: 10px;
}

.lh-15 {
    line-height: 15px;
}

/*Fuentes*/

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

/*Text Transform*/

.tt-i {
    text-transform: initial !important;
}

/*Display*/
.display-none {
    display: none;
}

/*Padding*/
.pading-02px {
    padding: 0px 2px;
}

@media only screen and (max-width: 767px) {
    .maxw-50p {
        max-width: 100%;
    }

    .mt-xs-1 {
        margin-top: 3px !important;
    }

    .mt-xs-2 {
        margin-top: 6px !important;
    }

    .mt-xs-3 {
        margin-top: 9px !important;
    }

    .mt-xs-4 {
        margin-top: 12px !important;
    }

    .mt-xs-5 {
        margin-top: 15px !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }
}


/* ================= MARGIN =============== */
.mr-10px{
    margin-right:10px !important;
}

/* ================= FLOAT =============== */
.f-r-i{
    float: right !important;
}