﻿.color-white{
    color: white !important;
}

.color-principal {
    color: var(--colorprincipal) !important;
}

.widht-inh{
    width: inherit !important;
}


.h-150px {
    height: 150px !important;
}
.h-200px{
    height : 200px !important;
}
.h-250px {
    height: 250px !important;
}
.h-300px {
    height: 300px !important;
}
.h-350px {
    height: 350px !important;
}
.h-400px {
    height: 400px !important;
}
.h-500px {
    height: 500px !important;
}
.h-600px {
    height: 600px !important;
}

.w-20px {
    width: 20px !important;
}

.w-35px {
    width: 35px !important;
}

.w-50px {
    width: 50px !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-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;
}

.min-height-200 {
    min-height: 200px !important;
}
.min-height-300 {
    min-height: 300px !important;
}
.min-height-500 {
    min-height: 500px !important;
}
.max-height-200 {
    max-height: 200px !important;
}
.max-height-300 {
    max-height: 300px !important;
}

.maxw-150 {
    max-width: 150px;
}

.no-padding {
    padding: 0px !important;
}

/*Border*/

.no-br {
    border-radius: 0px !important;
}

.br-10px {
    border-radius: 10px !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;
}

/*Font Weight*/
.fw-bold {
    font-weight: bold !important;
}


/*Text Transform*/

.tt-i{
    text-transform: initial !important;
}

/*Display*/
.display-none{
    display:none;
}

/*Padding*/

.pading-02px {
    padding: 0px 2px;
}

/*MARGIN*/

.ml-5px {
    margin-left: 5px !important;
}

.ml-10px {
    margin-left: 10px !important;
}

.mr-5px {
    margin-right: 5px !important;
}

.mr-10px{
    margin-right: 10px !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;
    }
}

