/* your styles go here */

.glightbox-clean .gslide-media{
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.glightbox-clean .gslide-title{
  margin-bottom: 5px!important;
}

.glightbox-clean .gdesc-inner{
  /* padding: 20px 20px 28px 20px!important; */
}

.gslide-media img, .gslide-image img{
  /* max-height: calc(75vh - 79px)!important; */
}

.glightbox-mobile .glightbox-container .gslide-description{
  /* padding: 0px 40px; */
  /* padding: 20px 40px; */
  /* transform: translateY(65px); */
  /* transform: translateY(3rem); */
  /* transform: translateY(5.2rem); */
  background: white!important;
}

.glightbox-mobile .glightbox-container .gslide-title{
  color: #000000;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc{
  color: #000000!important;
}

.gdesc-inner .gslide-desc{
  display: flex;
  justify-content: space-between;
}


/* ------ ESTILOS DEL HOME PRINCIPAL CATEGORIAS  */
.navbarMainIcon {
  height: 10rem; /*7rem*/
  object-fit: contain;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button.hamburguerButtonRight, .hamburguerOffCanvas{
  display: none;
}

@media (min-width: 1200px) {
  li.nav-item a.navlinkProducts:last-child {
    /* margin-right: 8px; */
  }
}

@media (min-width: 1400px) {
  .contactContainerData{
    margin-top: 5rem;
  }

  .contactContainerData .data{
    justify-content: center;
    transform: translateX(50px);
  }

  .filterMain{
    padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
  }

  li.nav-item a.navlinkProducts:last-child {
    margin-right: 8px;
  }

  li.nav-item a.navlinkProducts:first-child {
    margin-left: -1px;
  }

}

@media (min-width: 1500px) {
  .contactContainerData .data{
    justify-content: center;
    transform: translateX(42px);
  }
}

@media (min-width: 1600px) {
  .nav-link {
    font-size: 1.6rem !important;
  }
  .contactContainerData .data{
    justify-content: center;
  }
}


@media (max-width: 1600px) {
  .nav-link {
    font-size: 1.6rem !important;
  }
  .contactContainerData .data{
    justify-content: center;
  }
}

@media (max-width: 1400px) {
  .nav-link {
    font-size: 1.3rem !important;
  }
  .navbarMainIcon{
    height: 8.4rem;
  }
  .contactContainerData .data{
    justify-content: right;
    transform: translateX(-40px);
  }
}

@media (max-width: 1200px) {
  .nav-link {
    /* font-size: 0.8rem !important; */
    font-size: 1.1rem !important;
  }

  a.navlinkProducts{
    font-size: 1.2rem !important;
  }

  .navbarMainIcon{
    height: 7rem;
  }
}

@media (max-width: 991px) {
  .mainSidebar{
    display: none;
  }

  .filterComponent{
    /* display: none; */
  }

  button.hamburguerButtonLeft{
    margin-right: 2rem;
  }

  .hamburguerOffCanvas{
    display: block;
  }

  button.hamburguerButtonRight{
    display: block;
    margin-left: 2rem;
  }
}

@media (max-width: 768px) {
  .navbarMainIcon {
    height: 4.5rem;
  }
  .contactContainerData .data{
    transform: translateX(0px);
  }

  .gdesc-inner .gslide-desc a.download-image{
      /* transform: translateX(-50px) */
      margin-right: 50px;
  }

  button.gclose{
    width: 35px!important;
    height: 35px!important;
    top: 21px!important;
  }
}

.home-objetfitcover {
  flex: 1 1 calc(25% - 0.5rem);
  max-width: calc(25% - 0.5rem);
}

@media (max-width: 992px) {
  .home-objetfitcover {
    flex: 1 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}

@media (max-width: 576px) {
  .home-objetfitcover {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.category-item,
.card {
  display: block;
  width: 100%;
  height: 100%;
}

.card-img-top {
  width: 100%;
  /* height: 200px; */
  height: auto;
  object-fit: cover;
}

div.home-objetfitcover a .card {
  border: none;
}

div.home-objetfitcover a .card .card-body p {
  text-align: center;
  text-transform: uppercase;
}

div.home-objetfitcover a .card img {
  /* height: 300px; */
  /* object-fit: cover; */
  background-color: rgb(255, 255, 255);
  /* aspect-ratio: 4/3; */
  aspect-ratio: 1/1;
}

.news {
  filter: blur(4px) grayscale(100%) contrast(120%);
  border: 1px;
}

/* ------- */

div.objetfitcover {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

div.objetfitcover a .card {
  border: none;

  .card-body p {
    text-align: center;
    text-transform: uppercase;
  }

  img {
    height: 300px;
    object-fit: cover;
    background-color: rgb(255, 255, 255);
  }
}

/* Card productos */
.product:not(.no-disponible) .product-view:hover img {
  transform: scale(1.05);
  filter: saturate(1.2) brightness(1.1);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-gray-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
  pointer-events: none;
}

.hover-overlay i {
  color: rgb(255, 255, 255);
  font-size: 2em;
}

.swiper-wrapper:hover .hover-overlay {
  opacity: 0.1;
}

/* Menu categorias y subcategorias */
div.mainSidebar {
  margin-top: 3.5rem; /*0.38rem*/
}

/* Sidebar Mobile */
div.mainSidebarMobile {
  margin-top: 0;
}

.title-menu:hover,
.title-menu:active {
  font-weight: 600;
}

p.route-category {
  margin-bottom: 0.5rem;
}

.subtitle-menu {
  cursor: pointer;
}

li.subtitle-menu {
  margin-bottom: 0.5rem;
}

a.activeClass {
  color: black;
}

/* .subtitle-menu:hover{
background-color: #2d2c2a;
color: var(--bs-primary);
} */

.subtitle-menu a {
  color: black;
}

.subtitle-menu:hover a {
  color: var(--bs-primary);
}

/* Pagination */
.page-item.active .page-link {
  color: var(--bs-light);
}
.htmx-indicator {
  opacity: 0;
  transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator {
  opacity: 1;
}
.htmx-request.htmx-indicator {
  opacity: 1;
}
.indicator{
  display:none;
  transition: opacity 500ms ease-in;
}
.htmx-request .indicator{
  display:inline-block !important;
}
.htmx-request .indicator{
  display:inline-block !important;
}

/*RentCondition*/
ul.contactInfo {
  list-style-type: none;

  li {
    margin-bottom: 12px;
  }
}


a.contactIcons {
  text-decoration: none;
  color: black;
}
.no-disponible{
  filter: blur(2px) grayscale(100%) contrast(120%);
  border: 1px;
}

.product.no-disponible a:-webkit-any-link {
  cursor:default !important;
  pointer-events: none !important;
}

li.contactList{
  font-weight: 600;
  margin-bottom: 15px;

  .contactParagraph{
    font-weight: 400;
    margin-bottom: 0px;

    a.mailContact, a.legalContact{
      color: black;
      text-decoration: underline;
      font-weight: 500;
    }
  }
}

p.contactParagraph a.legalContact{
  color: black;
  text-decoration: underline;
  font-weight: 500;
}

ul.contactInfo li.infoContact{
  font-size: 1.2rem;
  margin-bottom: 25px;
  /* -------------------------- */
  display: flex;
  align-items: center;
  gap: 10px;
  /* -------------------------- */
}