.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #f97a26;
  border: 3px solid #fff;
  font-weight: bold;
}
.btn-orange {
  background-color: #f87c2c;
  padding: 15px 20px;
  font-family: "montserrat black";
  color: #fff !important;
  width: 100%;
  border: 0;
  border-radius: 20px;
}

.results .box-product .image-hotel .type-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  text-shadow: 1px 1px 9px #00000087;
}

.results .box-product .buttons {
  position: absolute;
  right: 15px;
  z-index: 111;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #d16720;
  border-color: #f97a26;
  font-weight: bold;
}

.h-100 {
  height: 100% !important;
}

.carousel-image div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.owl-theme .owl-nav .owl-prev i {
  margin-top: 2px;
}

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0 !important;
  /* right: 0!important; */
  margin-top: unset;
  top: 45%;
  /* width: 100%;
    padding: 0 10px; */
  height: 25px;
  background-color: #fff !important;
  width: 25px;
  border-radius: 15px !important;
  display: flex !important;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.owl-theme .owl-nav .owl-next i {
  margin-top: 2px;
}

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0 !important;
  /* right: 0!important; */
  margin-top: unset;
  top: 45%;
  /* width: 100%;
    padding: 0 10px; */
  height: 25px;
  background-color: #fff !important;
  width: 25px;
  border-radius: 15px !important;
  display: flex !important;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.owl-carousel {
  position: relative;
}

.whatsapp_guide {
  display: grid !important;
  background-color: green;
  border-radius: 15px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
  grid-template-columns: 3fr 1fr !important;
}

.whatsapp_guide p {
  color: #fff;
}

.whatsapp_guide p:nth-child(1) {
  display: flex;
  align-items: center;
}

.whatsapp_guide p:nth-child(2) {
  font-size: 26px;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pagination a {
  text-decoration: none;
}

.results .box-product .btn-denunce,
.results .box-product .btn-redirect {
  height: 18px;
  width: 18px;
  /* position: absolute; */
  top: 5px;
  right: 25px;
  background-color: red;
  border-radius: 50%;
  border: 1px solid transparent;
  color: #fff;
  font-size: 12px;
  padding: 1px;
}

.results .text-notfound {
  font-size: 19px;
  text-align: CENTER;
  grid-column: 1/12;
  padding: 52px 0;
}

.apply-filters {
  width: 100%;
  height: 45px;
  background-color: #73cdcb;
  border-radius: 15px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 15px 0;
  user-select: none;
  grid-column: span 6;
}

.apply-filters:hover {
  background-color: #44b1af;
}

.clean-filters {
  width: 100%;
  height: 45px;
  background-color: #73cdcb;
  border-radius: 15px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 0 0;
  user-select: none;
  grid-column: span 6;
}

.clean-filters {
  margin: 15px 0;
}

.clean-filters:hover {
  background-color: #44b1af;
}

.clean-session {
  color: #73cdcb;
  border-radius: 15px;
  text-align: center;
  padding: 10px 15px;
  margin-top: 15px;
  cursor: pointer;
}

.clean-session:hover {
  background-color: rgb(62, 111, 111);
  cursor: pointer;
}

.toggled-filters .py-1 {
  padding: 15px 0;
}

.toggled-filters.hidden {
  max-height: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: max-height 0.6s linear;
  -moz-transition: max-height 0.6s linear;
  transition: max-height 0.6s linear;
  padding: 0px 10px;

  transition: overflow 0 0;
}

.toggled-filters.show {
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: max-height 0.6s linear;
  -moz-transition: max-height 0.6s linear;
  transition: max-height 0.6s linear;
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}

.iframe-desktop .toggled-filters.show {
  margin-bottom: 100px;
}

.btn-group-toggle {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #959697;
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0 0 0;
  user-select: none;
  padding: 0 15px;
}

.all-filters {
  box-shadow: #00000038 0 0px 10px 5px;
  border-radius: 15px;
  background-color: #fff;
}

.all-display {
  box-shadow: #00000038 0 0px 10px 5px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}

.title-group-toggle {
  color: #f97a26;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.title-group-toggle p {
  font-family: "montserrat black";
}

.btn-group-toggle.toggled {
  border-radius: 15px 15px 0 0;
}

.toggled > i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg) !important;
  transition: all ease 0.5s;
}

.btn-group-toggle i {
  transition: all ease 0.5s;
}

.title-group-toggle i {
  transition: all ease 0.5s;
}

.btn-group-toggle:hover {
  background-color: #fff;
  color: #6a6a6a;
}

.grid {
  align-items: center;
  column-gap: 10px;
  margin-bottom: 14px;
}

.btn-back {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 1px 1px 5px #00000042;
  font-size: 16px;
  border: 0;
  color: #f97c2c;
  cursor: pointer;
  grid-column: span 2;
  border-radius: 15px;
}

.filter-title {
  font-size: 25px;
  color: #fff;
  grid-column: span 10;
}

.container {
  position: relative;
}

.description.show-content {
  -webkit-line-clamp: inherit !important;
}

.information-product {
  margin-top: 10px;
  width: 100%;
}
