
.nuevo{
    background-color: #e74955;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74955), color-stop(100%, #e74955));
    background-image: -webkit-linear-gradient(top, #e74955, #e74955);
    background-image: -moz-linear-gradient(top, #e74955, #e74955);
    background-image: -ms-linear-gradient(top, #e74955, #e74955);
    background-image: -o-linear-gradient(top, #e74955, #e74955);
    background-image: linear-gradient(top, #e74955, #e74955);

    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 2px 6px;
    color: #000;
}

.nuevo-ld{
    background-color: #d8b34e ;


    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 2px 6px;
    color: #000;
}
.img-caja{
  display: inline-block !important;

}

.belleza {
  color: #fff !important;
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}
.belleza:focus,
.belleza.focus {
  color: #fff !important;
  background-color: #31b0d5 !important;
  border-color: #1b6d85 !important;
}
.belleza:hover {
  color: #fff !important;
  background-color: #31b0d5 !important;
  border-color: #269abc !important;
}

.salud {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c v;
}
.salud:focus,
.salud.focus {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #255625;
}
.salud:hover {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}

.piel {
  color: #fff !important;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
.piel:focus,
.piel.focus {
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #985f0d !important;
}
.piel:hover {
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}

.default {
  color: #fff !important;
  background-color: #484848 !important;
  border-color: #3c4240!important;
}
.default:focus,
.default.focus {
  color: #fff !important;
  background-color: #484848 !important;
  border-color: #000 !important;
}
.default:hover {
  color: #fff !important;
  background-color: #484848 !important;
  border-color: #000 !important;
}

.w-100 {
    width: 100%!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}


@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

.bg-dx-azul{
  background-color: #50c0e8 !important;
}

.bg-dx-amarillo{
  background-color: #fce681 !important;
}

.bg-dx-azul2{
  background-color: #b5eae4 !important;
}

.bg-dx-dorado{
  background-color: #fcd552 !important;
}

.invalid{
  color: #a01c26 !important;
}

.dropdown-toggle::after { display: none !important; }

