.button-lote {
  background-color: #2f3335;
  padding: 10px;
  color: #fff;
  font-weight: 100;
  display: inline-block;
}

.button-lote + .button-lote {
  margin-left: 10px;
}

.margin-center {
  margin: 0 auto;
}
.well {
  border-radius: 0px;
  box-shadow: none;
  border: none;
  margin-top: 15px;
  display: flow-root;
}

.lot-info-title {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 100;
  width: fit-content;
}

.mb0 {
  margin-bottom: 0;
}

.mt30 {
  margin-top: 30px;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-title {
  margin-top: -10px;
  color: #283441;
  font-size: 16px;
  margin-bottom: 7px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.profile-photo {
  max-height: 121px;
  object-fit: cover;
}

.lot-list-info > li {
  display: flex;
  align-items: baseline;
  flex: 1 0 100%;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px
}

.lot-list-info > li > .list-info-label {
  font-weight: 700;
  position: relative;
  display: block;
  white-space: nowrap;
  flex: 0 0 150px;
}

.lot-list-info > li > .list-info-label::before {
  content: '+';
  color: #b30738;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}

.image-list {
  display: flex;
  flex-flow: row wrap;
  margin: 30px -15px 0;
}

.image-list .image-item a {
  position: relative;
  display: block;
  background-color: #222;
}

.image-list .image-item a > .fa {
  color: #fff;
  opacity: 0;
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: all .3s;
  z-index: 2;
}

.image-list .image-item a:hover > img {
  opacity: .75;
}

.image-list .image-item a:hover > .fa {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/*.image-list > [class^="col-"] {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}*/

.full-width {
  width: 100%;
}

@media (min-width: 576px) {
  .image-list > [class^="col-md-4"] {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .image-list > [class^="col-md-4"] {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}

.image-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.video-mp4 {
  display: block;
  width: 100%;
  height: auto;
}

.video-deps-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

@media (min-width: 576px) {
  .video-deps-grid {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
  }
}

@media (min-width: 992px) {
  .video-deps-grid {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}


/*Sidebar*/

.sidebar > .sidebar-block + .sidebar-block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.sidebar-title {
  margin-bottom: 20px;
}


/*offers*/

@media (max-width: 991px) {
  .sidebar {
    margin-top: 30px;
  }
}

.sidebar-offers .offer-value-control input {
  background-color: #fff;
}

.sidebar-offers .offer-widget-control-wrapper {
  text-align: center;
}

.sidebar-offers .offer-plazo-control select {
  background-color: #fff;
}

.sidebar-offers .offer-widget-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid;
  border-radius: 50px;
}

.offer-widget-control-value {
  font-weight: 600;
  text-align: center;
}

.sidebar-offers .offer-widget-control .btn-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 10px;
  box-shadow: none;
  background-color: transparent;
}

.sidebar-offers .offer-widget-control-value {
  min-width: 100px;
  padding: 8px 10px;
  white-space: nowrap;
}


#form_calc_flete {
  clear: both;
}
#div_botonera_lote {
  float: right;
  font-size: 80%;
  padding: 10px;
  padding-right: 0px;
}
.botonera_lote {
  color: #fff;
  cursor: pointer;
  padding: 7px;
}
.botonera_lote_disabled {
  color: #e2e2e2;
  pointer-events: none;
  padding: 7px;
}

.form-animales {
  display: flex;
  flex-flow: row wrap;
  margin: 10px -2px;
}

.form-animales > h5 {
  padding: 0 2px;
  flex-basis: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.form-animales > .form-animales-item {
  padding: 0 2px;
  margin-bottom: 5px;
}


.form-animal-check .form-check-label {
  position: relative;
  padding: 5px 5px 5px 24px;
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #8a8a8a;
  margin-bottom: 0;
  transition: all .25s;
  display: block;
  font-size: 13px;
}

.form-animal-check .form-check-label:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background-color: rgba(28, 152, 96, .1);
  border-color: rgba(28, 152, 96, .1);
  cursor: pointer;
}

.form-animal-check .form-check-label::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #ccc;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}

.form-animal-check .form-check-label:hover::before {
  border-color: #1c9860;
}

.form-animal-check .form-check-label::after {
  content: '\02713';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transition: opacity .2s;
  display: block;
  line-height: 1;
}

.form-animal-check input:checked + .form-check-label {
  color: #1c9860;
  background-color: rgba(28, 152, 96, .2);
  border-color: rgba(28, 152, 96, .1);
}

.form-animal-check input:checked + .form-check-label::before {
  background-color: #1c9860;
  border-color: #1c9860;
}

.form-animal-check input:checked + .form-check-label::after {
  opacity: 1;
}

.form-animales input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

@media (max-width: 575px) {
  .table-responsive-deps > tbody {
    display: flex;
    text-align: center!important;
    flex-flow: wrap;
  }

  .table-responsive-deps > tbody > tr:first-child {
    flex: 1 0 100%;
  }

  .table-responsive-deps > tbody > tr {
    display: block;
    flex: 1 0 50%;
  }

  .table-responsive-deps > tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .table-responsive-deps > tbody > tr.table-deps-snd {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .table-responsive-deps > tbody > tr:not(.table-deps-snd):not(:first-child) > td[colspan="2"] {
    font-weight: bold;
    padding-bottom: 0;
  }

  .table-responsive-deps > tbody > tr.table-deps-snd > td {
    flex: 0 0 50%;
    width: 50%;
  }

  .table-responsive-deps > tbody > tr.table-deps-snd b > br {
    display: none;
  }

  .table-responsive-deps > tbody > tr > td {
    display: block;
    border: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
}


.form-ofertar-bootstrap-select-group label {
  font-size: 13px;
}

.form-ofertar-bootstrap-select-group .dropdown .dropdown-toggle .filter-option-inner-inner {
  font-size: 13px;
}
