.card {
    background-color: transparent;
}

body {
    background-color: whitesmoke;
}

.breadcrumb-item.breadcrumb-item:before {
    content: ">" !important;
    color: rgb(159, 159, 159);
    font-weight: 600;
}

.breadcrumb-item.active:before {
    content: none !important;
}

@media (min-width:1024px) {
    .breadcrumb {
        margin-left: 30px;
    }
}

.video_articulo{
    height: 450px;
}

.idioma {
    box-shadow: none;
}

.breadcrumb-item {
    font-size: 8px;
    color: black;
    font-weight: bold;
}

.link-breadcrumb {
    font-size: 8px;
    color: red;
    text-decoration: underline;
}

.titulo-del-remate {
    float: right;
    color: black;
    font-family: 'Syne';
    font-weight: 600;
}

.float-r {
    float: right;
}

.syne {
    font-family: 'Syne';
}

.btn-remat-vivo {
    font-family: 'Syne';
    background-color: rgb(227, 227, 227);
    color: black !important;
    border: none;
    float: right;
    font-size: 12px;
    padding: 10px;
}

.lote-cantidad {
    margin-left: 5px;
    color: gray;
    font-weight: 500;
    font-size: 14px;
}

.nombre-lote {
    color: black;
    font-size: 60px;
}

.gen-lote {
    margin-right: 9px;
    font-size: 14px;
}

.fas.fa-share-alt {
    color: gray;
    float: right;
}

.fas.fa-heart {
    color: gray;
    float: right;
}

@media (min-width:1024px) {
    .column-ajust {
        margin-top: -49px !important;
    }

    .icon {
        margin-left: 10px !important;
    }
}

@media (max-width:1024px) {
    .icon {
        margin-left: 15px;
    }

    .fas.fa-share-alt {
        font-size: 20px;
    }

    .fas.fa-heart {
        font-size: 20px;
    }

    .video_articulo{
    height: 350px;
        }
    .accordion-body{
        padding: 10px;
    }


}

.red-link {
    color: red;
    text-decoration: underline;
    font-size: 12px;
}

.btn-outline-dark {
    border-color: black !important;
    color: black !important;
    font-weight: bold;
}

.pre-oferta-actual {
    color: black;
    font-weight: 500;
}

.card-text {
    color: gray;
    font-size: 12px;
}

.finalizacion {
    color: red;
    font-size: 25px;
}

.lot-caja {
    text-align: left;
    margin-left: 10px;
    color: black;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Syne';
}

.input-number {
    font-size: 30px;
    color: gray;
    font-family: 'Monospace';
    width: 100%;
    text-align: center;
    background-color: white;
}

.ofertar-btn {
    font-size: 20px;
    font-family: 'Syne';
    color: white;
    background-color: red !important;
    border-bottom: 4px solid rgb(210, 0, 0);
    width: 100%;
}

.desc_off {
    font-weight: 500;
    color: black;
    font-size: 12px;
    text-align: left;
    padding: 10px;
}

.ofertar-btns {
    background-color: red !important;
    border-radius: 2px;
    border-bottom: 4px solid rgb(193, 0, 0);
}

.td-active {
    color: red;
    font-size: 10px;
    font-weight: 500;
}

.td-common {
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 500;
}

td {
    padding: 5px !important;
    border: none;
}

.btn-ver-mas {
    background-color: transparent;
    color: red;
    border: none;
    font-weight: bolder;
    float: left;
    padding-left: 10px;
    display: block;
}

.caja-pregunta {
    padding: 10px;
    margin-top: 9%;
    border-top: 4px solid black;
    color: black;
    border-bottom: 4px solid black;
}

.text-area {
    height: 130px;
    width: 100%;
    background-color: #dedede;
    border: none;
    padding: 5px;
}

.text-area::placeholder {
    color: black;
}

.text-remat-vivo {
    margin-left: 10px;
    color: gray;
    font-size: 12px;
    font-weight: 400;
}

.regresiva_article_especifico{
    color:#303437;
    font-size: 42px;
}


@media (max-width:500px) {
    .regresiva_article_especifico  {
            font-size: 17px;
    }
}