:root {
  --color-primary-blue: #1f8aff;
  --color-secondary-blue: #acccf7;
  --color-primary-sky: #00d6ff;
  --color-secondary-sky: #80eaff;
  --bg-btn-gradient: linear-gradient(102.47deg, #1f8aff -5.34%, #1c2249 106.58%);
}

.text-primary-gradient {
  background: linear-gradient(102.47deg, #007aff 46.66%, #1c2249 174.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.btn_primary {
  background: var(--bg-btn-gradient);
  color: white;
  border-radius: 12px;
  min-width: 150px;
  border: 1.5px solid #1c2249;
  box-shadow: 2px 3px 0px #1c2249;
}

.btn_primary:hover {
  color: white;
  background: #1f8aff;
  border: 1.5px solid #1c2249;
}

.active_nav_item {
  border-right: 3px solid #0bb6fe !important;
}

.active_nav_item a {
  color: #1f8afe !important;
}

.active_nav_item a h5 {
  color: #1f8afe !important;
}

.active_nav_item a img {
  filter: invert(23%) sepia(82%) saturate(7094%) hue-rotate(218deg) brightness(96%) contrast(100%);
}

.btn_primary:disabled {
  box-shadow: none;
  border: none;
  background: #d1d3d4;
}

.btn_danger {
  background: #ffffff;
  color: #ed4c78;
  box-shadow: 5px 4px 1px #f784a4;
  border: 1.5px solid #ed4c78;
  border-radius: 10px;
  text-transform: uppercase;
}

.btn_danger.danger {
  background: #ed4c78;
  color: white;
  box-shadow: 5px 4px 1px #f784a4;
  border: 1.5px solid #ed4c78;
  border-radius: 10px;
  min-width: 150px;
  text-transform: uppercase;
}

.btn_danger:hover {
  background: #ed4c78;
  color: white;
  text-transform: uppercase;
}

.btn_success {
  background: #ffffff;
  color: #00c66e;
  box-shadow: 5px 4px 1px #48ffae;
  border: 1.5px solid #00c66e;
  border-radius: 10px;
  min-width: 150px;
  text-transform: uppercase;
}

.btn_success.success {
  background: #00c66e;
  color: white;
  box-shadow: 5px 4px 1px #48ffae;
  border: 1.5px solid #00c66e;
  border-radius: 10px;
  min-width: 150px;
  text-transform: uppercase;
}

.btn_success:hover {
  background: #00c66e;
  color: white;
  text-transform: uppercase;
}

.icon_card {
  width: 18px;
  height: 18px;
}

.icon_blue {
  filter: hue-rotate(5deg);
}

.card_success {
  border: 1px solid #00c66e;
}

.card_error {
  border: 1px solid #ff4565;
}

.line_success {
  border-top: 2px solid #00c66e;
}

.line_warning {
  border-top: 2px solid #ffae3d;
}

.line_error {
  border-top: 2px solid #ff4565;
}

.bg-error {
  background: rgba(255, 69, 101, 0.2);
}

.bg-success {
  background: rgba(0, 255, 193, 0.2);
}

.custom_checkbox:checked~.custom_checkbox_lbl::before {
  background-color: #1c2249;
  color: white;
  border: #1c2249;
}

.dropdownSelect::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  z-index: 5;
  pointer-events: none;
}

.text-shadow-icon {
  text-shadow: 0 1px 0 #000;
}

.date_account .dayContainer {
  pointer-events: none;
}

.font-size-8 {
  font-size: 8px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-content-space-around {
  justify-content: space-around;
}

.status_plan_success {
  color: #00c66e;
}

.status_plan_danger {
  color: #ff4565;
}

.data_sheet {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

.data_sheet:hover {
  color: rgba(0, 0, 0, 0.726);
  font-weight: bold;
}

.list-style-none {
  list-style: none;
}

.grid_plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  gap: 4px;
}

.dropdown_menu_account {
  min-width: 450px;
}

@media (max-width: 576px) {
  .dropdown_menu_account {
    min-width: auto;
  }

  .containerCard .card-container {
    width: 90% !important;
    max-height: 226px;
  }

  .navbar-brand-logo-app {
    min-width: 3.8rem !important;
    max-width: 3.8rem !important;
  }
}

@media (max-width: 768px) {
  .message-container {
    padding: 0px !important;
  }

  .btn_booking_primary {
    display: none;
  }
}

@media (min-width: 768px) {
  .border-bottom-none {
    border-bottom: 0px !important;
  }
}

.containerCard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.containerCard form {
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  padding-top: 160px;
}

.containerCard form .inputBox {
  margin-top: 20px;
}

.containerCard form .inputBox span {
  display: block;
  color: #999;
  padding-bottom: 5px;
}

.containerCard form .inputBox input,
.containerCard form .inputBox select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #444;
}

.containerCard form .flexbox {
  display: flex;
  gap: 15px;
}

.containerCard form .flexbox .inputBox {
  flex: 1 1 150px;
}

.containerCard form .submit-btn {
  width: 100%;
  background: linear-gradient(45deg, blueviolet, deeppink);
  margin-top: 20px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.containerCard form .submit-btn:hover {
  letter-spacing: 2px;
  opacity: 0.8;
}

.containerCard .card-container {
  margin-bottom: -150px;
  position: relative;
  height: 250px;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
}

.card-holder-name {
  word-break: break-all;
}

.containerCard .card-container .front {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(102.47deg, #1f8aff -5.34%, #1c2249 106.58%);
  border-radius: 5px;
  backface-visibility: hidden;
  padding: 20px;
  transform: perspective(1000px) rotateY(0deg);
  transition: transform 0.4s ease-out;
}

.containerCard .card-container .front .image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.containerCard .card-container .front .image img {
  height: 35px;
}

.containerCard .card-container .front .card-number-box {
  padding: 30px 0;
  font-size: 22px;
  color: #000;
}

.containerCard .card-container .front .flexbox {
  display: flex;
}

.containerCard .card-container .front .flexbox .box:nth-child(1) {
  margin-right: auto;
}

.containerCard .card-container .front .flexbox .box {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.containerCard .card-container .front .flexbox .box>span {
  color: #626465;
}

.containerCard .card-container .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(102.47deg, #1f8aff -5.34%, #1c2249 106.58%);
  border-radius: 5px;
  padding: 20px 0;
  text-align: right;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(180deg);
  transition: transform 0.4s ease-out;
}

.containerCard .card-container .back .stripe {
  background: #000;
  width: 100%;
  margin: 10px 0;
  height: 50px;
}

.containerCard .card-container .back .box {
  padding: 0 20px;
}

.containerCard .card-container .back .box span {
  color: #000;
  font-size: 15px;
}

.containerCard .card-container .back .box .cvv-box {
  height: 50px;
  padding: 10px;
  margin-top: 5px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  width: 100%;
}

.containerCard .card-container .back .box img {
  margin-top: 25px;
  height: 30px;
}

.cursor-pointer {
  cursor: pointer;
}

.box_information {
  border: 1px solid rgb(20, 161, 253);
  border-radius: 5px;
  padding: 5px;
}

.card.card-btn.btn-block.info {
  background: #ffffff;
  border: 2px solid #14a1fd;
  border-radius: 12px;
}

.card-header.card-btn.btn-block.plan {
  color: #000 !important;
  font-weight: bold !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background: #cae7fe80 !important;
}

.dataTitleBack {
  color: #000 !important;
  font-weight: bold !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background: #33a5fd8c !important;
}

.card.card-btn.btn-block.collapsed {
  /* background: none; */
  color: #000;
  border: none;
  font-weight: bold;
}

.place-item-center {
  place-items: center;
}

/* .flatpickr-calendar {
  border: 0px !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 0 !important;
} */

[x-cloak] {
  display: none !important;
}

/* .flatpickr-calendar .flatpickr-day.nextMonthDay,
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: black;
} */

.list_credits {
  overflow-y: auto;
  max-height: 150px;
}

/* Calendar */
.flatpickr-calendar .flatpickr-day.today.selected {
  background-color: #377dff !important;
}

.flatpickr-day {
  color: #20a66ab5 !important;
  font-weight: bold !important;
  border: 1px solid #20a66ab5 !important;
}

.flatpickr-day:hover {
  color: white !important;
}

.flatpickr-day.nextMonthDay:hover {
  color: white !important;
}

.flatpickr-day.nextMonthDay {
  color: #000 !important;
}

.flatpickr-day.nextMonthDay.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.3) !important;
}

.flatpickr-day.selected {
  color: white !important;
  background-color: #377dff !important;
  border: 1px solid #377dff !important;
  font-weight: bold !important;
}

.dropdown-menu-item {
  height: 35px;
  border-radius: 10px;
  font-weight: 600;
  color: #626465 !important;
  border: 2px solid #d1d3d4;
  text-transform: uppercase;
}

.dropdown-menu-item:hover {
  color: #282829;
  background: #d1d3d4;
}

.dropdown-menu-item:active,
.dropdown-menu-item::after {
  color: #282829;
  background: #e4e4e4;
}

.dropdown-menu {
  width: 240px;
}

.bg_plan_active {
  background-color: #1ca5ffa1 !important;
}

.tag_my_plan {
  top: 5px;
  right: 10px;
}

#plans_table th:first-child {
  z-index: 10;
}

#plans_table td:nth-child(1n) {
  background: none repeat scroll 0 0 #fff;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

.order-fist-position {
  order: -1 !important;
}

.list_credits_available {
  height: auto;
  max-height: 200px;
  overflow-y: auto;
}

.btn_icon {
  display: inline-block;
  background-color: #e0e0e0;
  padding: 8px;
  border-radius: 50%;
  margin-right: 10px;
}

.btn_icon i {
  color: #333;
}

.no-after-label::after {
  content: none;
}

.custom-checkbox-card-label-input:checked~.custom-checkbox-card-label {
  border-color: #1f8aff !important;
  border-width: 2px !important;
}

.img-account {
  max-width: 180px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-checked {
  background: #e2fbfe45;
  border-color: #1e63bb;
  border-width: 2px !important;
}

.btn-workcafe {
  background: #f4d5b5;
  color: #6a4720;
  font-weight: 600;
}

.btn-workcafe:hover {
  background: rgba(142, 102, 59, 0.35);
}

.card-shadow-cafe {
  box-shadow: 0 6px 12px rgba(142, 102, 59, 0.06);
}

.title-section-workcafe {
  color: rgba(51, 31, 10, 1);
}

.view_more {
  color: rgba(142, 102, 59, 1);
  text-decoration: underline;
}

.text-consums {
  color: #553512;
  font-weight: 400;
}

.btn-status-delivered {
  color: rgba(159, 122, 82, 1);
  border: 1px solid rgba(159, 122, 82, 1);
  font-weight: 500;
  background-color: white;
  cursor: none;
}

.border-card-consums {
  border: 0.5px solid #9f7a52;
}

.border-2 {
  border: 2px solid !important;
}

.img_menu {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
}

.navbar-app {
  background: #faf2eb;
}

.img_logo_app {
  width: 62px;
  height: 24px;
}

.font-size-16 {
  font-size: 16px !important;
}

.gap-20 {
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.gap-5 {
  gap: 5px;
}

.font-size-20 {
  font-size: 20px !important;
}

.slick-slide.slick-current {
  transform: scale(1) !important;
}

.slick-track {
  padding: 0px !important;
}

.font-app {
  color: #331f0a;
  font-weight: 400;
  line-height: 24px;
}

.border-input {
  border-color: #9f7a52;
}

.color-app-text {
  color: #9f7a52;
}

.form-control.border-input:focus {
  border-color: #9f7a5291 !important;
}

.btn_select_menu {
  background: #8e663b;
}

.data_qr {
  background: #f4d5b5;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.nav-tabs-history {
  border-bottom: 0px !important;
  padding: 0px !important;
}

.tab-history {
  padding: 12px !important;
}

.tab-history.active {
  background-color: #e9f3ff !important;
  color: #1f8aff !important;
  font-weight: bold !important;
  border: 1px solid #007bff !important;
  border-radius: 50px !important;
  padding: 8px !important;
  border-color: #007bff !important;
}

.btn_disabled_mobile {
  background: #d1d3d4 !important;
  color: #535455 !important;
  border-radius: 20px;
  font-size: 16px;
  box-shadow: none;
  border-color: #ddd;
}

.btn_primary_mobile {
  background: #1662b5;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
}

.btn_primary_mobile:hover {
  background: #1663b5b9;
  color: #fff;
  border-color: #8a8f95 !important;
}

.btn_primary_mobile.primary {
  background: #fff;
  color: #1662b5;
  border: 2px solid #1662b5;
  border-radius: 20px;
  font-weight: bold;
}

.icon-view-details {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-view-details-home {
  position: absolute;
  right: 20px;
  top: 7%;
  transform: translateY(-50%);
}

.img_space {
  max-height: 160px;
  object-fit: cover;
}

.font_conditions {
  font-size: 1rem;
}

.header-steps .page-header {
  background: #fff;
  position: static !important;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header_social {
  background: #fff !important;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tabs_events {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: static !important;
  background: rgb(255, 255, 255);
}

.tabs_events .active {
  background-color: #132144 !important;
  color: #fff !important;
}

.header_social ul li a {
  color: #1c2249 !important;
}

.item_active {
  color: #132144;
  border-bottom: 1px solid #132144;
}

.page-header {
  background: linear-gradient(180deg, rgb(1 12 26) 0%, rgb(1 12 26 / 0%) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.page-header ul {
  /* background: rgba(255, 255, 255, 0.1);  */
  padding: 10px 20px;
  border-radius: 8px;
  /* backdrop-filter: blur(4px); */
}

.page-header ul li {
  color: white !important;
  font-weight: bold;
}


.navbar-collapse {
  transition: all 0.3s ease;
}

/* Cuando el menú está abierto */
.navbar-collapse.show {
  background-color: rgba(0, 0, 0, 0.85);
  /* Fondo oscuro semitransparente */
  padding: 1rem 1.5rem;
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

/* Estilo de los ítems del menú */
.navbar-collapse.show .nav-link {
  color: white !important;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Último ítem sin borde */
.navbar-collapse.show .nav-item:last-child .nav-link {
  border-bottom: none;
}

.object-fit-cover {
  object-fit: cover !important;
}

.column-divider-md {
  max-height: 850px;
}

#datatableBookingList thead th {
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
  text-align: center;
}

#datatableBookingList thead th {
  border-bottom: 2px solid #4CAF50;
}

#datatableBookingList thead th:hover {
  background-color: #45a049;
}

.scrollbar-w-2::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}

.scrollbar-track-blue-lighter::-webkit-scrollbar-track {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.scrollbar-thumb-blue::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}

.max-w-lg {
  max-width: 32rem;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.chat-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px;
  height: auto;
  min-height: 600px;
  max-height: 700px;
}

.message-container {
  flex: 1 1 0%;
  padding: 0 1.5rem 1.5rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.message-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 1px 5px;
  border-radius: 5px;
}

.emoji-wrapper {
  position: absolute;
  right: 10px;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.message-wrapper:hover .emoji-wrapper {
  opacity: 1;
}

.emoji-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.span-reaction {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1px;
  background: aliceblue;
  font-size: 12px;
}

.emoji-menu {
  display: flex;
  gap: 5px;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  right: 35px;
  z-index: 100;
}


.message-wrapper:hover {
  background: #d3d3d37a;
  border-radius: 5px;
}

.message-end {
  justify-content: flex-end;
}

.message-content {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0.5rem;
}

.message-bubble {
  border-radius: 9999px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25;
}

.message-bubble-bot {
  background-color: #f3f4f6;
  color: #4b5563;
  border-bottom-left-radius: 0;
}

.message-bubble-user {
  background-color: #3b82f6;
  color: white;
  border-bottom-right-radius: 0;
}

.message-avatar {
  width: 1.6rem;
  height: 1.5rem;
}

.typing-indicator {
  width: 4rem;
  margin-left: 1.5rem;
}

.input-container {
  border-top: 2px solid #e5e7eb;
  padding: 10px 1.5rem;
  margin-bottom: 0;
}

.relative {
  position: relative;
  display: flex;
}

.chat-input {
  font-size: 1rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 4rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background-color: #f3f4f6;
  border: 2px solid #e5e7eb;
  border-radius: 5px;
  color: #4b5563;
  outline: none;
}

.chat-input:focus {
  border-color: #3b82f6;
}

.chat-input::placeholder {
  color: #6b7280;
}

.send-button-container {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.send-button-container.sm {
  display: flex;
}

.send-button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  background-color: #3b82f6;
  color: white;
  border-radius: 9999px;
  transition: background-color 0.2s ease-in-out;
}

.send-button:hover {
  background-color: #2563eb;
}

.send-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.message-bot {
  order: 2;
}

.message-user {
  order: 1;
}

.item-xp-social {
  font-size: 16px;
  color: #898B8D !important;
  font-weight: 500;
}

.nav_item_social:hover {
  background: transparent !important;
}

.image_access {
  border-radius: 50%;
  width: 400px;
  height: 400px;
  object-fit: cover;
}

/* Eventos sociales */
.sede-card {
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}

.sede-card:hover {
  transform: translateY(-4px);
}

.name_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 2;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), #00000061 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.name_bottom h5 {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.sede-card:hover .overlay-hover {
  opacity: 1;
}

.sede-card:hover .name_bottom {
  opacity: 0;
}

.name-hover {
  color: white;
  font-weight: bold;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.4s ease;
}

.sede-card:hover .name-hover {
  transform: translateY(0);
  opacity: 1;
}

.sede-image {
  height: 250px;
}

@media (min-width: 992px) {
  .sede-image {
    height: 300px;
  }
}

.main-image {
  max-height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

.card-img-top {
  max-height: 160px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.thumbnails-gallery .card-body {
  padding: 0.75rem 1rem;
}

.venue-detail .btn {
  margin-top: 1rem;
}

/* rediseño landing */

.info_home {
  position: absolute;
  top: 10% !important;
  left: 12% !important;
  right: 5%;
  z-index: 2;
  color: white;
  max-width: 100%;
  width: 35%;
  display: flex;
  flex-direction: column;
  /* Organiza los elementos verticalmente */
  gap: 20px;
}

.title-home {
  display: block;
  font-size: clamp(45px, 5vw, 60px);
  line-height: 1.1;
  /* ou ajuste conforme o design */

}

.info_home h1 {
  font-size: 3rem;
  font-weight: bold;
}

.info_home h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #fff;
  margin-bottom: 1.5rem;
}

.section-links span {
  position: relative;
  padding-left: 12px;
}

/* Aplica borde por defecto */
.section-links span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.card-custom {
  background: #F0F2F2;
}

.card-custom-img {
  height: 280px;
  background-color: #f0f2f2;
  object-fit: cover;
  width: 100%;
}

.card-img-site {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0.50rem;
}

.btn_landing_primary {
  background: #1F8AFF;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
}

.btn_landing_primary:hover {
  background: #1663b5b9;
  color: #fff;
  border-color: #8a8f95 !important;
}

.description-site {
  color: #797979
}

.banner-container {
  position: relative;
  width: 100%;
  /* background-image: url('/static/v2/img/public_rooms/home_landing.png'); */
  background-size: cover;
  background-position: center;
  color: white;
  text-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-content {
  background-color: rgba(0, 0, 0, 0.57);
  padding: 30px;
}

.banner-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.banner-content p {
  font-size: 1.25rem;
}

.banner-content .highlight {
  color: #fff;
  font-style: italic;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

.custom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-content {
  max-width: 60%;
  /* Para limitar el tamaño del texto */
}

.custom-content h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

.custom-content p {
  font-size: 1.125rem;
  color: #6c757d;
}

.custom-content .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  font-weight: bold;
}

.custom-content .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

.text-primary {
  color: #007bff;
}

.custom-image {
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.title-banner {
  font-size: 1.8rem
}

.amenity-icon {
  font-size: 1.5rem;
}

.icon_amenitie {
  background: #D9D9D9;
  border-radius: 50%;
}

@media (max-width: 750px) {
  .navbar-expand-lg .navbar-collapse {
    background-color: #7d7d7d69 !important;
  }

  .navbar_container {
    width: 100% !important;
  }

  .info_home {
    width: 80% !important;
  }

  .card-img-site {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 0.50rem;
  }

  .card-custom-img {
    height: auto !important;
    min-height: 200px;
    max-height: 300px;
  }

  .custom-container {
    display: block !important;
  }

  .custom-image {
    width: 100%;
  }

  .title-banner {
    font-size: 1.5rem !important;
  }

  .info_home_mobile {
    position: absolute;
    top: 10% !important;
    left: 0% !important;
    right: 0%;
    z-index: 2;
    color: white;
    max-width: 100%;
    width: 35%;
    display: flex;
    flex-direction: column;
    /* Organiza los elementos verticalmente */
    gap: 20px;
  }

}