label.requerido:before{
    content: "* ";
    color: red;
}

.pl-40{
    padding-left:40px !important;
}

@media (min-width: 576px) {
    .vb2b-mh85 {
        display: flex;
        max-height: 85px;
    }
}
.photo-small {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%,0);
    background-size: cover;
    background-position: center center;
}
.carousel {
    position: relative;
  }
  .carousel-item img {
    object-fit: cover;
  }
  #carousel-thumbs {
    background: rgba(255,255,255,.3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
  }
  #carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
  }
  #carousel-thumbs img:hover {
    border-color: rgba(255,255,255,.3);
  }
  #carousel-thumbs .selected img {
    border-color: #fff;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
  }

  .hb-item-detail {
      height: 390px;
  }

  @media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
      border-width: 3px;
    }
  }
  @media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
      position: absolute;
    }
  }
  @media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
      background: #ccccce;
    }
  }
