﻿.color-white{
    color: white !important;
}

.widht-inh{
    width: inherit !important;
}

.w-20px {
    width: 20px !important;
}

.w-25px {
    width: 25px !important;
}
.w-35px {
    width: 35px !important;
}

.w-50px {
    width: 50px !important;
}

.w-60px {
    width: 60px !important;
}

.w-70px {
    width: 70px !important;
}

.w-75px{
    width: 75px !important;
}

.w-100px {
    width: 100px !important;
}
.w-150px {
    width: 150px !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-125 {
    min-width: 125px;
}

.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;
}

.maxw-150 {
    max-width: 150px;
}

/*height*/

.mh-sm{
    min-height: 200px !important;
}

.mh-lg {
    min-height: 400px !important;
}

.mh-xl {
    min-height: 600px !important;
}

.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;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

/*Text Transform*/
.tt-i{
    text-transform: initial !important;
}

/*Display*/
.display-none{
    display:none;
}

/*Padding*/
.pading-02px {
    padding: 0px 2px;
}

/*Text-wrap*/
.text-wrap-of {
    overflow-wrap: break-word;
}

.word-wrap-break {
    word-wrap: break-word;
}



@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;
    }

    .minw-200 {
        min-width: auto;
    }

}

