.credito-span{
    color: #777;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    position: relative;
    display: block;
    text-align: right;
}

#credito-nav{
    border-bottom: 2px solid #4f4f50;
}

@media (min-width: 768px){
    .credito-span{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px){
    .credito-span{
        font-size: 8px;
        display: inline-block;
    }
    #credito-navbar-header{
        display: inline-block;
        width: 30%;
    }
    #credito-navbar{
        width: 69%;
        display: inline-block;
        float: right;
        text-align: right;
    }
}

#img-btn-refresh-creditos{
    margin-top: 8px;
}

.list-activos{
    margin-top: 30px;
}

#activos-list{
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-90{
    font-size: 90%;
}
.fs-80{
    font-size: 80%;
}
.fs-70{
    font-size: 70%;
}
.full-width{
    width: 100%;
}
.mt40{
    margin-top: 40px;
}
.bg-primary {
    background-color: #FEAF2D;
}

.bg-primary-light {
    background-color: #FEAF2D;
}
.bg-green {
    background-color: #298A08;
}

.bg-black {
    background-color: #161719;
    margin: 0px;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: gainsboro;

}
.btn-success {
  background-color: #298A08;
}
.color-black {
    color: #161719;
}

.color-white {
    color: #F7F7F7;
}
.list-inline li{
    display: inline;
}
.text-title {
    text-decoration: underline;
    margin-bottom: 5px;
}
.br-10 {
    padding: 3px;
    border-radius: 10px;
}
.ribbon-privada {
    background-color: red;
    color: #fff;
}

.ribbon-publica {
    background-color: green;
    color: #fff;
}
.mt-1 {
    margin-top: 10px;
}
.mr-1 {
    margin-right: 10px;
}
.pl-10 {
    padding: 5px 10px;
}

.p-3 {
    padding: 3px;
}

.filtros .panel-heading {
    background-color: #FEAF2D;
}

.filtros .panel-collapse {
    background-color: #F5ECCE;
}

.filtros a.btn {
    width: 100%;
    background-color: #1C1C1C;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-top: 10px;
    background-color: gainsboro;

}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card .card-top img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.card .card-bottom {
    background-color: #F7F8E0;
}

.card .card-bottom .card-bottom-info {
    padding: 10px;
}

.card .card-bottom .card-bottom-btn {
    display: flex;
    justify-content: flex-end;
}

.card .card-bottom .card-bottom-btn .btn {
    background-color: #1C1C1C;
    border-radius: 0;
    padding: 2px 12px;
    font-size: 10px;
}

.card-subasta_empresa .card-subasta_empresa-top {
    height: 200px;
}

.card-subasta_empresa .card-subasta_empresa-top-ribbon {
    position: absolute;
    top: 10px;
    right: 17px;
    padding: 1px 14px;
}

.card-subasta_empresa .card-subasta_empresa-top-ribbon p {
    margin: 0;
}

.card-subasta_empresa .card-subasta_empresa-bottom .btn-ofertar {
    display: flex;
    justify-content: center;
}

.card-subasta_empresa .card-subasta_empresa-bottom .btn-ofertar a.btn {
    font-size: 21px;
}

.card-empresa {
    padding: 5px;
}

.card-empresa .card-empresa-left img {
    width: 100%;
    object-fit: cover;
}

.card-empresa .card-empresa-right .card-empresa-right-ribbon {
    position: absolute;
    bottom: 0px;
    right: 17px;
    padding: 1px 14px;
}

.card-empresa .card-empresa-right .card-empresa-right-ribbon p {
    margin: 0;

}

.programa-puja {
    padding: 0px;
}
.credito-disponible p{
    margin: 5px;
}
.credito-disponible h3{
    margin: 10px;
}
.btn-solicitarCredito {

}
.btn-solicitarCredito a{
    font-size: 20px;
}
.miCuenta .form-inline {
    border-bottom: 1px solid gainsboro;
}
.miCuenta .form-control{
    border: none;
    box-shadow: none;
}

.one-line-clamp{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.two-line-clamp{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}
.btn-reglamento{
    font-size: 10px !important;
    margin-left: 5px;
    line-height: 3;
    padding-right: 1px;
    padding-left: 1px;
}
.input-text{
    color: #000;
    border: none;
    width: 60%;
}
.minus{
    background-color: #d9534f;
    border-radius: 50%;
    color: #000;
    height: 24px;
    width: 24px;
}
.plus{
    background-color: #008000;
    border-radius: 50%;
    color: #fff;
    height: 24px;
    width: 24px;
}
.form-control-programada{
    padding: 3px !important;
    height: 24px !important;
}
.h3-mis-lotes{
    width: 100%;
    text-align: center;
}
.h3-otros-lotes{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
.btn-ficha{
    padding: 0px 10px !important;
    border-radius: 0 !important;
    position: absolute;
    bottom: 0px;
}
.pr0{
    padding-right: 0px !important;
}
.pl0{
    padding-left: 0px !important;
}
.mp0{
    margin: 0px;
    padding: 0px;
}
.m0{
    margin: 0px !important;
}
.mt5{
    margin-top: 5px !important;
}
.input-ofertas{
    padding: 2px 12px;
}
.btn-programa-puja{
    padding: 2px 12px;
    border-radius: 0px;
}
.btn-ofertar{
    margin-top: 10px;
}
.p-base{
    color: green;
    font-weight: 700;
    font-size: 120%;
    margin-top: -5px;
}

/*celulares*/
@media (max-width: 766px) {
    .card{
        margin-right: -45px;
        margin-left: -45px;
    }
    .row {
        margin: 0px !important;
    }
    .img-xs-resp{
        width: 100%;
        max-height: 200px;
        object-fit: cover;
    }
    .pl0-xs{
        padding-left: 0px !important;
    }
    .pr0-xs{
        padding-right: 0px !important;
    }
    .fs-xs-80-{
        font-size: 80%;
        margin-top: 3px;
    }
    .item-list{
        display: inline-grid;
        width: 100%;
    }
    .list-unstyled{
        line-height: 10px;
    }
    .mt5-xs{
        margin-top: 5px !important;
    }
    .mt-25-xs{
        margin-top: -25px;
    }
}

