.banner-title {
  font-size: 2.6rem;
  font-weight: 300;
}

.custom-main-banner {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.custom-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background: black;
}

.custom-background-overlay video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.custom-background-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.custom-main-banner-text {
  padding-top: 40vh;
}

.btn-custom-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #000;
  font-weight: bold;
}

.btn-custom-primary:hover {
  background-color: var(--primary-color-transparent);
  border-color: var(--primary-color);
  color: #fff;
}

.btn-custom-primary:focus,
.btn-custom-primary:active,
.btn-custom-primary:not(:disabled):not(.disabled).active,
.btn-custom-primary:not(:disabled):not(.disabled):active,
.show > .btn-custom-primary.dropdown-toggle {
  background-color: var(--primary-color-transparent);
  border-color: var(--primary-color-transparent);
  color: #fff;
}

.custom-bg-header {
  background-color: var(--primary-color) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 1);
}

.custom-bg-dark {
  background-color: var(--secondary-color) !important;
}

.custom-bg-primary {
  background-color: var(--primary-color) !important;
}

.custom-list {
  list-style-position: inside;
  padding: 0 10% 0 50%;
}

.custom-list li {
  color: white;
  padding-bottom: 8px;
  font-size: 16px;
  list-style-type: disc;
}

.custom-list li::marker {
  color: var(--primary-color);
}

.custom-card-footer {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px 0px 10px 10px !important;
  cursor: pointer;
}

.custom-card {
  border-radius: 15px;
}

.custom-background-overlay video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buscadorInput {
  border-radius: 34px;
  margin-top: -75px;
}

.img-espacio-comun {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 28px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 40px;
  color: #fff;
}

.custom-filters-main {
  background-color: var(--secondary-color);
}

.banner-content {
  font-size: 3rem !important;
  position: absolute;
  bottom: 15%;
  left: 15%;
  z-index: 10;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.swiper-slide {
  position: relative;
}

.img-banner {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: center;
  display: block;
}

.img-360 {
  width: 100%;
  height: 55vh;
  object-fit: cover;
  object-position: center;
  display: block;
}

.custom-modal-bg {
  background-color: var(--secondary-color);
}

.bannet-title-2 {
  font-size: 2.5rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .banner-title {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 80 50;
  }

  .custom-list {
    list-style-position: inside;
    padding: 0 5% 0 5%;
  }

  .pt-100 {
    padding-top: 25px;
  }

  .bannet-title-2 {
    font-size: 1.5rem;
    font-weight: 300;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .img-360 {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .custom-list {
    list-style-position: inside;
    padding: 0 5% 0 5%;
  }

  .banner-content {
    font-size: 1.5rem !important;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 10;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  }

  .custom-main-banner {
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  .custom-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background: black;
  }

  .custom-background-overlay video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .custom-background-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .custom-main-banner-text {
    padding-top: 10vh;
  }
}
