/* Vehículo Foto Bloques - Frontend (v3.2.0) */

/* First image (listados / query loop) */
.vfb-first,.vfb-first .vfb-main{width:100%;max-width:100%}
.vfb-first .vfb-main{aspect-ratio:435/280}
.vfb-first img{width:100%;height:100%;object-fit:cover;display:block}

/* Gallery base */
.vfb-gallery,.vfb-main,.vfb-main .swiper,.vfb-main .swiper-wrapper,.vfb-main .swiper-slide{
  width:100%;max-width:100%;box-sizing:border-box
}
.vfb-gallery{overflow:hidden}
.vfb-main{position:relative}
.vfb-main .swiper-slide{width:100%!important;margin:0!important;cursor:pointer}
.vfb-img{width:100%;height:100%;object-fit:cover;display:block}

.vfb-main .swiper-pagination-bullet{background:#cfcfcf;opacity:1}
.vfb-main .swiper-pagination-bullet-active{background:#AE9D7D}

/* Thumbs (desktop) */
.vfb-thumbs{margin-top:12px}
.vfb-thumbs .swiper-slide{width:110px;aspect-ratio:435/280;opacity:.55;cursor:pointer}
.vfb-thumbs .swiper-slide-thumb-active{opacity:1}

@media(max-width:768px){
  .vfb-main{aspect-ratio:auto}
  .vfb-thumbs{display:none}
}

/* Lightbox */
.vfb-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
}
.vfb-lightbox.is-open{display:block}
.vfb-lightbox-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.85);
}
.vfb-lightbox-inner{
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  box-sizing:border-box;
}
.vfb-lightbox img{
  max-width:90vw;
  max-height:90vh;
  object-fit:contain;
  display:block;
}
.vfb-lightbox-close{
  position:absolute;
  top:16px;
  right:18px;
  font-size:36px;
  line-height:1;
  background:none;
  border:0;
  color:#fff;
  cursor:pointer;
}
