

.table-small-font{
    font-size: 70%;
}

.tr-b-small-font b{
    font-size: 70%;
}

.lots-list{
    display: flex;
}

.p-raza{
    display: none;
}
#observaciones_p{
    font-weight: 100;
}
#of_oferta_observaciones_param{
    width: 55%;
    height: 36px;
    font-size: 17px;
    margin-left: 66px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.caption-data{
    line-height: 1;
}

.btn-default {
    padding: 0 6px !important;
    font-size: 11px;
}

.sorteo-preofertas{
    display: -webkit-box;
    background-color: #141414;
    border: 1px solid #333;
    text-align: center;
    max-width: 300px;
    margin-top: -15px;
    float: right;
    padding: 10px;
}

.list-lotes-container-div{
    clear: both;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
. lote-container-div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

.panel-line{
    border: 1px solid #e2e2e2;
    margin-bottom: 40px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
}

.panel-body {
    padding-top: 45px;
    background-color: #1f1f1f;
}
#arbol_img{
    display: -webkit-inline-box;
}
.panel-line-title-div{
    background: #1f1f1f;
    margin-left: 3%;
    margin-top: -35px;
    padding: 20px;
    width: fit-content;
    margin-bottom: 5px;
}
.panel-line-title{
    font-size: 155%;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

.panel-img img{
    width: 100%;
    /*height:250px;*/
    /*height: 180px;*/
    /*height: 200px;*/
    margin-bottom: 10px;
    object-fit: cover;
}

.zoomable img{
    transform: scale(1.2);
}

.oh{
    overflow: hidden;
}

.pb-50{
    padding-left: 0px;
    padding-bottom: 50px;
}

.mt-50{
    padding-left: 0px;
    margin-top: 50px;
}

.value-red-preofer{
    color: red;
}
.yellow-preofer{
    color: #ffd500 !important;
}

.cblack{
    color: #141414;
}

.line-clamp{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}


.panel-line:hover{
        background-color: #141414;
    }
.bootstrap-carousel-img{
    width: 100%;
    /*height: 400px !important;*/
    object-fit: cover;
}
@media (max-width: 768px) {
    .bootstrap-carousel-img{
        height: 250px !important;
    }
    .table-data-info{
        width: 47%;
    }
    .xs-nopadding{
        padding: 0px;
        margin-bottom: 10px;
    }
    .sorteo-preofertas{
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .panel-img img{
        height: auto !important;
    }
}
 
.img-share{
    height: 18px;
}

.modal-body{
    background-color: #444444;
    /* display: -webkit-box; */
}
.bootstrap-carousel-img {
    display: -webkit-box;
}
.modal-header{
    background-color: #444444;
    min-height: 60px;
}

#precio_sugerido{
    clear: both;
    display: inline-block;
    margin-top: 20px;
}

#calc_precio_total{
    clear: both;
    display: inline-block;
    margin-top: 20px;
}

.mr5{
    margin-right: 5px;
}

.img-afiche{
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.clicable_auction{
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn-danger {
    color: #fff;
    background-color: #af1414;
    border-color: #af1414;
    border-radius: 0px;
}

.title-vendido {
    background: #af1414;
}

.well-inverse {
    margin-top: 10px;
    font-size: 100%;
}









/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.imgModal{
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  padding-top: 100px; /* Location of the box */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.caption-data-subastas{
    /*height: 400px;
    overflow: hidden;*/
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.center {
        display: flex;
        justify-content: center;
      }

      .card {
        max-width: 460px;
        margin: 50px auto;
        height: 225px;
        margin-right: 10px;
      }

      /***** Efecto *****/

      .card-with-hover {
        position: relative;
        overflow: hidden;
        background: #3085a3;
        text-align: center;
      }

      .card-with-hover > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.35s;
        transform: translate3d(0, 0, 0);
        will-change: transform;
      }

      .card-with-hover:hover > img {
        transform: scale(1.15) translate3d(0, -20px, 0);
      }

      .card-with-hover > .card-caption {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        background-color: rgba(23, 28, 47, 0.6);

        transition: all 0.3s;
        transform: translate3d(0, 100%, 0);
        will-change: transform;
      }

      .card-with-hover > .card-caption > .card-caption-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        transition: all 0.3s;

        transform: translate3d(0);
        will-change: transform;
      }

      .card-with-hover > .card-caption h2 {
        display: block;
        color: #fff;
        margin: 0;
        padding: 1.5rem;
        transition: all 0.3s;
        background-color: rgba(23, 28, 47, 0.4);

        transform: translate3d(0, -100%, 0);
        will-change: transform;
      }

      .card-with-hover > .card-caption p {
        padding: 0 1rem;
        color: #fff;
        opacity: 0;
        transition: opacity 0.35s 0.1s;
        transform: translate3d(0);
        will-change: transform;
      }

      .card-with-hover:hover > .card-caption {
        transform: translateY(0);
      }

      .card-with-hover:hover > .card-caption > .card-caption-content {
        top: 50%;
        transform: translate(0, -50%);
      }

      .card-with-hover:hover > .card-caption h2 {
        background-color: rgba(255, 255, 255, 0);
        transform: translateY(0%);
      }

      .card-with-hover:hover > .card-caption p {
        opacity: 1;
      }
    .pcaru{
        color: #337ab7 !important;
        font-size: 10px;
        margin-bottom: 5px;
        display: inline-block;
    }
    .video-in-title{
        font-size: 13px;
        color: #FFF !important;
    }
    .btn-finaliza{
        border: 1px solid#FFF;
        color: #FFF !important;
        font-size: 9px;
        margin-top: 3px;
    }
    .table-arbol{
        text-transform: uppercase;
        font-size: 70%;
        margin-bottom: 0px;
    }
    .table-arbol tbody tr{
        border: 1px solid #000;
    }
    .table-arbol tbody tr td{
        padding: 5px;
        line-height: 15px;
    }
    .timmer-list{
        /*position: absolute;
        bottom: 8px;
        width: 90%;
        text-align: center;
        background-color: #0202026b;*/
        display: block;
        width: 100%;
        margin-top: -22px;
        bottom: 8px;
        text-align: center;
        background-color: #0202026b;
        color: #FFF;
    }
    .timmer-list small{
        display: none;
    }
    .timmer-list:hover{
        transition: all 1s ease;
        -webkit-transition: all 14s ease;
         height: 70px;
        margin-top: -70px;
         background: rgba(0, 0, 0, 0.6);
    }
    .timmer-list:hover small{
        display: inline-block;
    }
    .primg{
        padding: 10px;
        background-color: #666666;
        display: inline-block;
        width: 33%;
        box-shadow: 0px 0px 4px rgba(25, 25, 25, 0.3);
    }