﻿
.color-white{
    color: white !important;
}

.color-red {
    color: red !important;
}

.bg-sky-blue {
    background-color : skyblue;
}

.w-20px {
    width: 20px !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-85px {
    width: 85px !important;
}

.w-100px {
    width: 100px !important;
}

.w-120px {
    width: 120px !important;
}

.w-150px {
    width: 150px !important;
}

.w-175px {
    width: 175px !important;
}

.w-200px {
    width: 200px !important;
}


.w-50 {
    width: 50% !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-1 {
    line-height: 1;
}

.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;
}


/*Text Transform*/

.tt-i{
    text-transform: initial !important;
}

/*Display*/
.display-none{
    display:none;
}

/*Padding*/
.pading-02px {
    padding: 0px 2px;
}

.p-0-i {
    padding: 0px !important;
}

.p-1-i {
    padding: 1px !important;
}


/*font-weight*/
.fw-b-o{
    font-weight:bold !important;
}

/* ===================
    Word Break / Wrap
   ==================
*/

.wb-ba-i {
    word-break: break-all !important;
}

.ws-normal{
    white-space:normal;
}

/* ===================
    height
   ==================
*/

.minh-500{
    min-height:500px !important;
}

.maxh-400{
    max-height: 400px !important;
}

@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;
    }
}

