#carouselHome {
  max-height: 70% !important;
}

#Ofertas .card-title {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

// active tabs

.active-category {
  background-color: #424242 !important;
}

.modal-body {
  position: relative;
}

.navigation-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
}

.navigation-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.navigation-arrow.left {
  left: 10px;
}

.navigation-arrow.right {
  right: 10px;
}

#carouselOfertas .card-subtitle {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

#carouselOfertas .card-text {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

#carouselOfertas .card-price {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}

#carouselOfertas .card-book {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 968px) {
  #clubHome .title {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  #clubHome .card-text {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

#quoteHome .home-title {
  color: #757575;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

#quoteHome .home-subtitle {
  color: #000000;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 60px;
}

#quoteHome .home-text {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

#quoteHome .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.card-img-top {
  border-radius: 0px !important;
}

.carousel-img {
  filter: brightness(75%);
}
/* ajusta la altura en el row que solo incluye una imagen */

.one-images img.img-gallery {
  height: calc(396px - 8px);
  max-height: 100%;
}
@media (min-width: 1400px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}

@media (max-width: 991px) {
  .margin-category {
    margin-bottom: 12px;
  }
}

.cardHome {
  display: flex !important;
  justify-content: space-around;
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .gallery-main {
    background-image: url(../../../../assets/images/galleryback.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.card {
  height: 100%;
}

.gallery-video {
  height: 100%;
  object-fit: fill;
}

.img-gallery {
    object-fit: cover;
    height: 190px
}

.img-gallery-square {
    object-fit: cover;
    max-height: 100%
}

.img-gallery-left {
    object-fit: cover;
    height: 390px;
    margin-top: 8px
}

.img-gallery-right {
    object-fit: cover;
    height: 388px
}

.modal-dialog {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto
}

.active-category {
    background-color: #424242!important;
}