.btn-secondary {
    background: #c609c8;
    border-color: #c609c8;
    color: #fff;
}

.error {
    color: red !important;
    text-align: left;
}

.pad0 {
    padding: 0;
}

.pad-lr-5 {
    padding: 0 5px;
}

.pad-lr-10 {
    padding: 0 10px;
}

.pad-lr-25 {
    padding: 0 25px;
}

.pad-lr-50 {
    padding: 0 50px;
}

.pad-lr-100 {
    padding: 0 100px;
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-25 {
    padding: 25px;
}

.pad-50 {
    padding: 50px;
}

.pad-100 {
    padding: 100px;
}


.pad-t-5 {
    padding-top: 5px;
}

.pad-t-10 {
    padding-top: 10px;
}

.pad-t-25 {
    padding-top: 25px;
}

.pad-t-50 {
    padding-top: 50px;
}

.pad-t-100 {
    padding-top: 100px;
}

.pad-b-10 {
    padding-bottom: 10px;
}

.pad-b-25 {
    padding-bottom: 25px;
}

.pad-b-50 {
    padding-bottom: 50px;
}

.pad-b-40 {
    padding-bottom: 40px;
}

.pad-b-100 {
    padding-bottom: 100px;
}


.pad-l-5 {
    padding-left: 5px;
}

.pad-l-10 {
    padding-left: 10px;
}

.pad-l-25 {
    padding-left: 25px;
}

.pad-l-40 {
    padding-left: 40px;
}

.pad-l-50 {
    padding-left: 50px;
}

.pad-l-100 {
    padding-left: 100px;
}

.pad-r-10 {
    padding-right: 10px;
}

.pad-r-25 {
    padding-right: 25px;
}

.pad-r-40 {
    padding-right: 40px;
}

.pad-r-50 {
    padding-right: 50px;
}

.pad-r-100 {
    padding-right: 100px;
}


.mar0 {
    margin: 0;
}

.mar-t-0 {
    margin-top: 0px;
}

.mar-t-5 {
    margin-top: 5px;
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-t-25 {
    margin-top: 25px;
}

.mar-t-50 {
    margin-top: 50px;
}

.mar-t-100 {
    margin-top: 100px;
}

.mar-b-5 {
    margin-bottom: 5px;
}

.mar-b-10 {
    margin-bottom: 10px;
}

.mar-b-25 {
    margin-bottom: 25px;
}

.mar-b-30 {
    margin-bottom: 30px;
}

.mar-b-50 {
    margin-bottom: 50px;
}

.mar-b-100 {
    margin-bottom: 100px;
}

.mar-l-5 {
    margin-left: 5px;
}

.mar-l-10 {
    margin-left: 10px;
}

.mar-l-25 {
    margin-left: 25px;
}

.mar-l-40 {
    margin-left: 40px;
}

.mar-l-50 {
    margin-left: 50px;
}

.mar-l-100 {
    margin-left: 100px;
}

.mar-r-5 {
    margin-right: 5px;
}

.mar-r-10 {
    margin-right: 10px;
}

.mar-r-25 {
    margin-right: 25px;
}

.mar-r-30 {
    margin-right: 30px;
}

.mar-r-40 {
    margin-right: 40px;
}

.mar-r-50 {
    margin-right: 50px;
}

.mar-r-100 {
    margin-right: 100px;
}



.input-price::before {
    content: "$";
    color: #6e6a6a;
    position: absolute;
    top: 30px;
    font-size: 15px;
    font-weight: bold;
    left: 4px;
}

.input-price input {
    padding-left: 20px;
}

.font-10 {
    font-size: 10px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-55 {
    font-size: 55px !important;
}

.font-90 {
    font-size: 90px !important;
}

.font-100 {
    font-size: 100px !important;
}

@media (min-width:1200px) {
    .font-lg-10 {
        font-size: 10px !important;
    }

    .font-lg-15 {
        font-size: 15px !important;
    }

    .font-lg-22 {
        font-size: 22px !important;
    }

    .font-lg-25 {
        font-size: 25px !important;
    }

    .font-lg-30 {
        font-size: 30px !important;
    }

    .font-lg-38 {
        font-size: 38px !important;
    }

    .font-lg-50 {
        font-size: 50px !important;
    }

    .font-lg-44 {
        font-size: 44px !important;
    }

    .font-lg-55 {
        font-size: 55px !important;
    }

    .font-lg-90 {
        font-size: 90px !important;
    }

    .font-lg-100 {
        font-size: 100px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .font-md-10 {
        font-size: 10px !important;
    }

    .font-md-15 {
        font-size: 15px !important;
    }

    .font-md-22 {
        font-size: 22px !important;
    }

    .font-md-25 {
        font-size: 25px !important;
    }

    .font-md-30 {
        font-size: 30px !important;
    }

    .font-md-38 {
        font-size: 38px !important;
    }

    .font-md-50 {
        font-size: 50px !important;
    }

    .font-md-44 {
        font-size: 44px !important;
    }

    .font-md-55 {
        font-size: 55px !important;
    }

    .font-md-90 {
        font-size: 90px !important;
    }

    .font-md-100 {
        font-size: 100px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .font-sm-10 {
        font-size: 10px !important;
    }

    .font-sm-12 {
        font-size: 12px !important;
    }

    .font-sm-15 {
        font-size: 15px !important;
    }

    .font-sm-20 {
        font-size: 20px !important;
    }

    .font-sm-22 {
        font-size: 22px !important;
    }

    .font-sm-25 {
        font-size: 25px !important;
    }

    .font-sm-30 {
        font-size: 30px !important;
    }

    .font-sm-38 {
        font-size: 38px !important;
    }

    .font-sm-50 {
        font-size: 50px !important;
    }

    .font-sm-44 {
        font-size: 44px !important;
    }

    .font-sm-55 {
        font-size: 55px !important;
    }

    .font-sm-90 {
        font-size: 90px !important;
    }

    .font-sm-100 {
        font-size: 100px !important;
    }
}

@media (max-width:767px) {
    .text-center-xs {
        text-align: center !important;
    }

    .font-xs-10 {
        font-size: 10px !important;
    }

    .font-xs-15 {
        font-size: 15px !important;
    }

    .font-xs-17 {
        font-size: 17px !important;
    }

    .font-xs-22 {
        font-size: 22px !important;
    }

    .font-xs-25 {
        font-size: 25px !important;
    }

    .font-xs-30 {
        font-size: 30px !important;
    }

    .font-xs-38 {
        font-size: 38px !important;
    }

    .font-xs-50 {
        font-size: 50px !important;
    }

    .font-xs-44 {
        font-size: 44px !important;
    }

    .font-xs-55 {
        font-size: 55px !important;
    }

    .font-xs-90 {
        font-size: 90px !important;
    }

    .font-xs-100 {
        font-size: 100px !important;
    }

    .float-xs-none {
        float: none !important;
    }

    .width-xs-50 {
        width: 50% !important
    }

    .width-xs-100 {
        width: 100% !important
    }

    .row-xs {
        margin-right: -15px;
        margin-left: -15px;
    }
}


.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.texto-blanco {
    color: #ffffff !important;
}

.texto-gris {
    color: #5F5F5F !important;
}

.texto-negro {
    color: #000000 !important;
}

.texto-gris-claro {
    color: #E5E5E8 !important;
}

.underline {
    text-decoration: underline;
}

.color-blanco {
    color: #ffffff !important;
}

.color-gris {
    color: #5F5F5F !important;
}

.color-negro {
    color: #000000 !important;
}

.color-gris-claro {
    color: #E5E5E8 !important;
}

.fondo-blanco {
    background-color: #ffffff;
}

.fondo-gris {
    background-color: #5F5F5F;
}

.fondo-gris-1 {
    background-color: #F1F1F1;
}

.fondo-negro {
    background-color: #000000;
}

.fondo-transparente {
    background-color: transparent !important;
}

.fondo-gris-claro {
    background-color: #E5E5E8;
}

.fondo-gris-claro-1 {
    background-color: #E4E2E2;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.borde-0 {
    border: 0 !important;
}

.alto-5 {
    height: 5px !important;
}

.alto-10 {
    height: 10px !important;
}

.alto-25 {
    height: 25px !important;
}

.alto-30 {
    height: 30px !important;
}


.alto-50 {
    height: 50px !important;
}

.alto-70 {
    height: 70px !important;
}

.alto-100 {
    height: 100px !important;
}

.alto-150 {
    height: 150px !important;
}

.alto-200 {
    height: 200px !important;
}

.alto-300 {
    height: 300px !important;
}

.alto-350 {
    height: 350px !important;
}

.alto-400 {
    height: 400px !important;
}

.min-alto-20 {
    min-height: 20px !important;
}

.min-alto-50 {
    min-height: 50px !important;
}

.min-alto-100 {
    min-height: 100px !important;
}

.min-alto-200 {
    min-height: 200px !important;
}

.min-alto-250 {
    min-height: 250px !important;
}

.min-alto-300 {
    min-height: 300px !important;
}

.min-alto-500 {
    min-height: 500px !important;
}

.ancho1de3 {
    width: 33.33% !important;
}

.ancho-50x {
    width: 50% !important;
}

.ancho-50 {
    width: 50px !important;
}

.ancho-70 {
    width: 70px !important;
}

.ancho-100 {
    width: 100px !important;
}

.ancho-150 {
    width: 150px !important;
}

.ancho-200 {
    width: 200px !important;
}

.ancho-300 {
    width: 300px !important;
}

.ancho-350 {
    width: 350px !important;
}

.ancho-400 {
    width: 400px !important;
}

.ancho-500 {
    width: 500px !important;
}

.ancho-1000 {
    width: 1000px !important;
}

.min-ancho-20 {
    min-width: 20px !important;
}

.min-ancho-50 {
    min-width: 50px !important;
}

.min-ancho-100 {
    min-width: 100px !important;
}

.min-ancho-200 {
    min-width: 200px !important;
}

.min-ancho-250 {
    min-width: 250px !important;
}

.min-ancho-300 {
    min-width: 300px !important;
}

.min-ancho-500 {
    min-width: 500px !important;
}

.min-ancho-1000 {
    min-width: 1000px !important;
}



.li-item-img {
    background-image: url(../images/body-globo-bullets.png);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 54px;
    padding-left: 50px;
    list-style: none;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 0.3em;
}

.full-image {
    min-width: 100%;
}


.inputs-1 form input::-webkit-input-placeholder {
    text-align: left;
}

.inputs-1 form input:-moz-placeholder {
    text-align: left;
}

.inputs-1 form input::-moz-placeholder {
    text-align: left;
}

.inputs-1 form input:-ms-input-placeholder {
    text-align: left;
}


/*
para mantener el footer bien abajo
para mantener el footer bien abajo
para mantener el footer bien abajo
dejar siempre #wrapper afuera de header,section y footer

*/
html,
body {
    min-height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}


/*
para mantener el footer bien abajo
para mantener el footer bien abajo
para mantener el footer bien abajo
*/

.bordered {
    border: 1px solid red;
}


.w-2c5 {
    width: 2.5%;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}


@media screen and (max-width: 767px) {
    .xs-w-10 {
        width: 10%;
    }

    .xs-w-20 {
        width: 20%;
    }

    .xs-w-25 {
        width: 25%;
    }

    .xs-w-50 {
        width: 50%;
    }

    .xs-w-100 {
        width: 100%;
    }
}


.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-multi-selector tbody tr {
    cursor: pointer;
}

.table-multi-selector input[type=checkbox],
.table-multi-selector2 input[type=checkbox] {
    width: 40px;
    cursor: pointer;
}

.table-multi-selector tr.selected {
    background-color: #d4f1f9;
}

.table-multi-selector * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}