/* Add here all your CSS customizations */

/* html .background-color-primary,
.custom-background-color-1  {
    background-color: #333 !important;
} */

.main-slider,
.main-slider-item {
  height: 500px;
}
.main-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.slider-box {
  background-color: #fff;
  padding: 15px;
  height: 360px;
  width: 360px;
}

.slider-box-border {
  border: 2px solid rgb(220, 221, 224);
  height: 100%;
}

.slider-box-content {
  padding: 15px;
}

.of-contain {
  object-fit: contain;
}

.of-cover {
  object-fit: cover;
}

.opacity-3 {
  opacity: 0.3;
}

.button-primary:hover {
  background-color: #075837 !important;
}

.button-primary-light:hover {
  background-color: #439414 !important;
}

.cocarda img {
  height: 32px;
  width: 32px;
}

#header .header-top-custom .header-nav-top .nav > li > span,
#header .header-top-custom .header-nav-top .nav > li a {
  color: #d6d6d6 !important;
}

.truncate-cell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}

.fw-bolder {
  font-weight: 900;
}

.btn-success {
  background-color: #198754 !important;
  border-color: #198754 #198754 #00733f !important;
}

.remate-title {
  font-weight: 900 !important;
  font-size: 1rem !important;
  padding: 0.3em 0.5em !important;
}

.page-header-light h1 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}
.lote-item{
  cursor: pointer!important;
}
.cd-top,
.float {
  z-index: 500;
  right: 10px;
}
.float {
  position: fixed;
  bottom: 80px;
  transition: transform 0.3s ease;
}
.cd-top,
.float img {
  height: 60px;
  width: 60px;
}

.slide-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.1);
}

.slide-text-shadow {
  text-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.5);
}
.main-slider .btn,
.main-slider iframe {
  box-shadow: 1px 1px 0.5rem rgba(0, 0, 0, 0.5);
}
.slide-title-1 {
  font-size: 2rem;
}
.slide-title-2 {
  font-size: 1.2rem;
}
.slide-title-3 {
  font-size: 1.2rem;
}

.slide-modal .modal-dialog {
  max-width: 400px;
}

.slide-modal .thumb-info {
  border: 0;
}

.slide-modal img {
  height: 200px;
  object-fit: cover;
}

.slide-buttons {
  flex-wrap: wrap;
  gap: 10px;
}

.slide-buttons * {
  flex-grow: 1;
}
.slide-buttons__preofertar{
  width: 100%;
}
@media (min-width: 992px) {
  .slide-buttons * {
    flex-grow: unset;
    width: auto;
  }
  .modal-lg {
    max-width: 800px !important;
  }

  .main-slider,
  .main-slider-item {
    height: 650px;
  }
  .slide-title-1 {
    font-size: 3rem;
  }
  .slide-title-2 {
    font-size: 2rem;
  }
  .slide-title-3 {
    font-size: 2rem;
  }
}

.rounded-1-2{
  border-radius: 1.2rem !important;
}

.btn-round{
  border-radius: 1.2rem !important;
}
.input-round{
  border-radius: 1.2rem !important;
}

.card-top-round{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.card-bottom-round{
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.bg-round{
  border-radius: 1.2rem !important;
}
.border-top{
  border-top: solid 0.3rem var(--secondary-color);
}
.border-bottom{
  border-bottom: solid 0.3rem var(--secondary-color);
}

.card-bottom-right{
  border-bottom-right-radius: 1rem !important;
}

.radius-left{
  border-bottom-left-radius: 1.2rem !important;
  border-top-left-radius: 1.2rem !important;
}
.radius-right{
  border-bottom-right-radius: 1.2rem !important;
  border-top-right-radius: 1.2rem !important;
}

@media (min-width: 992px) {
  .card-horizontal-round{
    border-bottom-left-radius: 1.2rem;
    border-top-left-radius: 1.2rem ;
    
  }
}
@media (max-width: 991px) {
  .card-horizontal-round{
    
    border-top-right-radius: 1.2rem ;
    border-top-left-radius: 1.2rem ;
  }
}

.card{
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  cursor: pointer;
}

.card:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}