body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 350;
}
.zoom-image {
    transition: transform 0.3s ease;
}

.zoom-image:hover {
    transform: scale(1.1);
}
.img-shadow-0 {
    box-shadow: 0px 1px 8px 8px rgba(0, 0, 0, 0.04);
}
.img-shadow-1 {
    box-shadow: 0px 1px 8px 8px rgba(0, 0, 0, 0.1);
}
.img-shadow-2 {
    box-shadow: 0px 1px 8px 8px rgba(0, 0, 0, 0.25);
}
.section {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

.bb-4 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.bb-5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.bt-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.b-5{
    border-radius: 5px;
}
.hr-sm {
    margin: .45rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}
.border-black {
    --bs-border-opacity: 1;
    border-color: #9a9a9a!important;
}
.btn-info-secondary {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.carousel-home{
    justify-content: center;
    display: flex;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.search-submit-btn {
    transition: all 0.3s ease; /* Transición suave */
}

.search-submit-btn:hover {
    transform: scale(1.01); /* Agranda un poquito */
    color: #0D6EFD; /* Cambia el color */
    text-decoration: underline; /* Agrega subrayado */
}
@media (max-width: 768px){
    .search-submit {
        width: 50%
    }
}
.pagination-calendar{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.nav-pers{
    color:#f5f8fb; 
    font-size: 1.2em;
}
@media (min-width: 768px){
    .calendar-day-number {
        font-size: 0.8em;
        font-weight: 650;
    }
}
.input-group-text-plus:hover{
    color: #006ce4;
    border-color: #006ce4;
}
.input-group-text{
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}
.clear{
    border: 0px solid white !important;
    background-color: white;
}
.form-select {
    border: 1px solid #a8a8a8;
    
    background-color:white;border-radius: 21px;margin-right: 3px;    margin-left: -2px;
}
.form-control {
    border: 1px solid #a8a8a8;
    
    background-color:white;border-radius: 21px;margin-right: 3px;    margin-left: -2px;
}
.invalid-select {
    border-color: #d4111e !important;
}
.float-window-location{
    border-radius: 21px;
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 98% !important;
}
@media (min-width: 992px){
    .float-window-location{
        border-radius: 21px;
        position: absolute;
        z-index: 100;
        background-color: white;   
        max-width: 400px !important;    
    }
}
@media (min-width: 1200px){
    .float-window-location{
        border-radius: 21px;
        position: absolute;
        z-index: 100;
        background-color: white;   
        max-width: 410px !important;    
    }
}
.float-window{
    border-radius: 21px;
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 98% !important;
    margin-right: -.70em !important;
}
@media (min-width: 992px){
    .float-window{
        border-radius: 21px;
        position: absolute;
        z-index: 100;
        background-color: white;   
        max-width: 350px !important;    
        margin-right: 30px !important;
    }
}
@media (min-width: 1200px){
    .float-window{
        border-radius: 21px;
        position: absolute;
        z-index: 100;
        background-color: white;   
        max-width: 350px !important;    
        margin-right: 130px !important;
    }
}
.border-primary{
    border-color: #006ce4;
}
@media (max-width: 768px){
    .calendar-day-number {
        font-size: 0.7em;
        font-weight: 600;
    }
}
@media (max-width: 460px){
    .calendar-day-number {
        font-size: 0.7em;
        font-weight: 550;
    }
}
.calendar-day{
    border: 1px solid #a3a3a3;
    width: 100%;
    height: 2.4em;
    font-size: 1.5em;
    font-weight: 500;
}
.calendar-day:hover{
    border: 2px solid #253B56;
    width: 100%;
    height: 2.4em;
    font-size: 1.5em;
    font-weight: 500;
}
.calendar-day:active {
    border: 2px solid #a5d4ee;
    width: 100%;
    height: 2.4em;
    font-size: 1.5em;
    font-weight: 500;
}
.calendar-day-sm{
    border: 1px solid #a3a3a3;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
}
.calendar-day-sm:hover{
    border: 1px solid #253B56;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
}
.calendar-day-sm:active {
    border: 1px solid #a5d4ee;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
}
.selected {
    border: 2px solid #507db4;
    background-color: #d6eaff;
}
@media (min-width: 768px){
    .calendar-label-day {
        font-size: 0.8em;
        color: #0470AB;
        font-weight: 700;
    }
}
@media (max-width: 768px){
    .calendar-label-day {
        font-size: 0.55em;
        color: #0470AB;
        font-weight: 800;
    }
}
@media (max-width: 460px){
    .calendar-label-day {
        font-size: 0.5em;
        color: #0470AB;
        font-weight: 800;
    }
}
.alert-login{
    position: absolute;
    width: 100%;
    margin-top: 5em;
    font-size: 1.2em;
    font-weight: 500;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    background-color: #f7f7f7!important;border-radius: 0.375rem;
}
.bg-light {
    background-color: #ededed!important
}
.animated {
    animation: animate 
        1.25s linear infinite;
}
@keyframes animate {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.animated-slow {
    animation: animate-slow 
        1.25s linear infinite;
}
@keyframes animate-slow {
    0% {
        opacity: 0.33;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.33;
    }
}

.animated-slow2 {
    animation: animate-slow 
        2s linear infinite;
}
@keyframes animate-slow {
    0% {
        opacity: 0.50;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.50;
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0.375rem;
}

.nav-link:hover {
  border-bottom: 2px solid white;
}

/*LOADER*/
.loader {
            border: 16px solid #f3f3f3;
            border-radius: 50%;
            border-top: 16px solid #A09261;
            width: 120px;
            height: 120px;
            -webkit-animation: spin 1s linear infinite; /* Safari */
            animation: spin 1s linear infinite;
          }
          
        /* Safari */
        @-webkit-keyframes spin {
          0% { -webkit-transform: rotate(0deg); }
          100% { -webkit-transform: rotate(360deg); }
        }

        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }
        
.card-columns-custom{
    display:inline-block;
    column-count: 3;
    background:#fff;
    border-radius:5px;
    margin-bottom:1em;
    font-weight:bold;
    color:#666
}
.card-columns-custom .img-card{
  width:100%;
    height:auto;
    object-fit:cover;
    border-radius:5px 5px 0 0;
    margin-bottom: 10px;
}
.topnav a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
}
.topnav a:hover {
  border-bottom: 2px solid white;
}

.topnav a.active {
  border-bottom: 2px solid white;
}
.tratam:focus,
.tratam:active {
  
  background-color: rgb(235, 230, 230) !important;
  border-color:rgb(235, 230, 230) !important;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.triple-spinner {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #a09261;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}
.triple-spinner::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #A99C70;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3.5s linear infinite;
}
.triple-spinner::after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #B3A780;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.75s linear infinite;
}
     


@-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  

@keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.saving span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

/*OTHER*/
.hr {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
} 
.card-footer2 {
    padding: .75rem 1.25rem;
}
.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.no-mb{
    margin-bottom: 0rem;
}
.no-m-med{
    margin: 0.5em 0.5em 0.5em 0.5em;
}
/* BOTONES */
.btn-primary {
    background: #006ce4;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  
    background: #0059e4;
    border-color: #000;
    color: #fff;
}
.btn-primary-search {
  background: #BFB388;
  border-color: #fff;
  color: #fff;
}
.btn-primary-search:hover,
.btn-primary-search:focus,
.btn-primary-search:active {
  
  background-color: #ad9c5d !important;
  border-color:#ad9c5d !important;
  box-shadow: 0 0 0 0.2rem rgba(224, 213, 160, 0.5) !important;
  color: #fff;
}
.centert{
  justify-content: center;
  align-items: center;
}

.btn-danger{
  background: #d9534f;
}
.btn-warning{
  background: #fff3cd;
  border-color: #fff3cd;
}
.btn-warning:hover{
  background: #ffe8cd;
  border-color: #ffe8cd;
}

/* BACKGROUND DE TODOS LOS COLORES */
.bg-hs{
  background: #231b53;
}
.bg-hs-light{
  background: #504883;
}
.bg-delta-2{
  background: #E4DBBA;
}
.bg-delta-3{
  background: #BFB388;
}
.bg-delta-4{
  background: #A09261;
}
/*TODOS LOS TITULOS */
h1{
  color:#253B56;   
  font-weight: 350;
}
h4{
  color:#253B56;   
  font-weight: 500;
}
h5{
  color:#253B56;   
  font-size: 1.1rem;
}
h2{
  color:#253B56;
}
@media screen and (max-width: 764px) {
    .h1-index{
      color: #fff;
      font-size: 1em;
    }
    .centeri{
      align-items: center;
      margin-left: 5px;
    }
    .tamaño{
      width:50%;
      font-size: 75%;
    }
}
@media screen and (min-width: 764px) {
    .h1-index{
      color: #fff;
    }
}
@media screen and (max-width: 992px) { /*logos*/
  .centrarr{
    width:20%;
    display:flex; 
    margin:0 auto;
  }
  .tamaño{
    font-size: 75%;
  }
  .tamañoo{
    width:150%;
    padding-right:10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) { /*logos*/
  .display{
    display: none;
  }
  .solo-texto{
    font-size:0.7rem!important;
  }
  .promo-texto{
    font-size:0.7rem!important;
  }
  .tachado-texto{
    font-size:0.7rem!important;
  }
  .booking-precio{
    font-size:0.9rem!important;
  }
  .dia_booking{
    font-size:1.2rem!important;
  }
}
@media screen and (max-width: 460px) { /*logos*/
  .solo-texto{
    font-size:0.6rem!important;
  }
  .tachado-texto{
    font-size:0.6rem!important;
  }
  .booking-precio{
    font-size:0.72rem!important;
  }
  .promo-texto{
    font-size:0.60rem!important;
  }
  .calendar-day {
    font-size: 1.2em!important;
  }
}
@media screen and (max-width: 400px) { /*logos*/
  .solo-texto{
    display: none;
  }
  .tachado-texto{
    font-size:0.51rem!important;
  }
  .booking-precio{
    font-size:0.61rem!important;
  }
  .promo-texto{
    font-size:0.55rem!important;
  }
  .calendar-day {
    font-size: 1.1em!important;
  }
}
@media screen and (max-width: 325px) { /*logos*/
  .tachado-texto{
    font-size:0.45rem!important;
  }
  .booking-precio{
    font-size:0.51rem!important;
  }
  .promo-texto{
    font-size:0.5rem!important;
  }
}
/* LINKS */
a{
  color: #0078d2;
}
a:hover{
  color: #0078d2;
  text-decoration: none;
}
/* FOOTER */
#mainFooter {
  padding: 40px 0 20px 0;
  background: #231b53;
}
#footerRights{
  background: #000;
  color: #fff;
}
/* MARGIN INDEX */
.mt-6{
  margin-top: 5rem!important;
}
.mt-6-5{
  margin-top: 6rem!important;
} 
.my-6{
  margin-top: 5rem!important;
  margin-bottom: 3rem!important;
}
.mb-6{
  margin-bottom: 5rem!important; 
}
/* MARGIN TODAS LAS PAGS */
.mt-7{
  margin-top: 8rem!important;
}
.mt-8{
  margin-top: 11rem!important;
}
.my-7{
  margin-top: 8rem!important;
  margin-bottom: 3rem!important;
}/*
.my-8{
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}*/
.mb-7{
  margin-bottom: 7rem!important; 
}
/* BR */
@media screen and (max-width: 764px) {
  .text-discount{
    width: 80%;
  }
  .img-discount{
    width: 60%;
  }
  .img-certif{
    width: 40%;
  }
}
@media screen and (min-width: 764px) {
  .text-discount{
    width: 50%;
  }
  .img-discount{
    width: 50%;
  }
  .btnright{
    justify-content: left;
    margin-left: 110px;
  }
}
@media screen and (min-width: 992px) {
  .card-title{
    font-size: 80%;
  }
  .img-discount{
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .text-discount{
    width: 75%;
  }
  .img-discount{
    width: 80%;
  }
}
/*INDEX LETRAS HOME*/
.thumbnail { 
    position: relative; 
} 
.caption { 
    position: absolute; 
    top: 34%; 
    left: 0; 
    width: 100%;
    color: white;
} 

.bg-transparente{
    background: #231b53ab;
}
.bg-transparente {
    --bs-bg-opacity: 1;
    background-color: #231b53ab!important;
}
.nav-pers-home {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 600;
}
.video-home{
    height: 100vh;
    justify-content: center;
    display: flex;
    overflow: hidden;
}
.video-home .button-down{
    animation: sdb 1.5s infinite;
    color: #ffffff;
    z-index: 100;
    position: absolute;
    display: inline-block;
    bottom: 0;
    cursor: pointer;
}
@-webkit-keyframes sdb {
  0%{
      -webkit-transform:  translateY(0);
  }
  20%{
      -webkit-transform:  translateY(-20px);
  }
  40%{
      -webkit-transform:  translateY(0);
  }
}

@keyframes sdb {
  0%{
      transform: translateY(0);
  }
  20%{
      transform: translateY(-20px);
  }
  40%{
      transform: translateY(0);
  }
}
.video-home video{
  object-fit: cover;
  width: 100%;
}
.dropdown-item-white {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 450;
    color: black;
    text-align: inherit;
    white-space: nowrap;
    background-color: #ececec;
    border: 0;
}
.card-body-disney {
    flex: 1 1 auto;
    /* padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); */
    color: var(--bs-card-color);
    padding: 0.25em;
}

.day-button{
  background: white;
  border-radius: 0.75rem;
  width: 60px;
  border: 3px solid #c5c5c5;
  font-weight: 600;
  font-size: 1.25em;
}
.day-button:hover{
  background:#dadada!important;
  border-radius: 0.75rem;
  width: 60px;
  border: 3px solid #c5c5c5;
  font-weight: 600;
  font-size: 1.25em;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
}
.day-button-active{
    font-size: 1.25em;
    border-radius: 0.75rem;
    width: 60px;
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
    border: 3px solid #c5c5c5;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;

}

.hr {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
}


.ticket-selected{
    border: 6px solid;
    border-color: #6ccbff;
}
.partyMix { padding: 0px; width: min-content; display: block; vertical-align: middle; white-space: nowrap; }
.partyMix.hide { display: none; }
.partyMix .short { width: 50%; }
.partyMix .partyMix_label { margin: 0px 6px; vertical-align: middle; font-size: 12px; font-family: Avenir-Heavy, sans-serif; text-align: left; font-weight: normal; color: rgb(37, 48, 80); }
.partyMix_label_container { line-height: 1; }
.partyMix .partyMix_span:focus { color: rgb(37, 59, 86); }
.partyMix .partyMix_value { vertical-align: middle; font-weight: 200; border: 0px; width: 50px; height: 50px; margin: 0px; text-align: center; padding: 0px; }
.webfont-char { font-family: pepmdx, sans-serif; text-rendering: geometricprecision; padding-top: 16.8px; }
.partyMix-counter { margin-top: 4px; border: 1px solid rgb(138, 155, 174); border-radius: 4px; background-color: rgb(255, 255, 255); }
.partyMix.partyMix-container { display: flex; }
.partyMix ._Color { height: 40px; margin: 0px; }
.partyMix-separator { display: inline-block; background-color: rgb(228, 232, 236); width: 1px; height: 24px; margin: 8px 0px; }
.partyMix-mask { font-size: 14px; font-family: Avenir-Roman, sans-serif; text-align: center; color: rgb(37, 48, 80); background: rgb(255, 255, 255); border-radius: 4px; width: 32px; height: 32px; margin: 4px; }
.partyMix-mask:hover:not([disabled]) { background-color: rgb(229, 236, 253); z-index: 10; }
.partyMix-mask:hover:active, .partyMix-mask:active { background-color: rgb(187, 194, 213); }
.partyMix-mask.selected { font-family: Avenir-Heavy, sans-serif; color: rgb(255, 255, 255); background: linear-gradient(45deg, rgb(0, 51, 204) 0%, rgb(0, 91, 255) 100%); z-index: 10; }
.partyMix-mask.non-eligible, .partyMix-mask:disabled, .partyMix-mask[disabled] { background-color: rgb(240, 242, 244); margin: 0px; width: 40px; height: 40px; }
.partyMix-mask:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.partyMix-mask:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.partyMix .partyMix_span { border-radius: 50%; height: 34px; width: 34px; text-indent: -5.5px; }
.partyMix .partyMix_value { font-size: 35px; width: 40px; }
.boltStore .partyMix { margin: 0px 0px 0px 50px; }
.boltStore .partyMix:first-child { margin: 0px; }
.boltStore .partyMix .partyMix_value { border-radius: 6px; box-shadow: rgb(119, 119, 119) 0px 1px 3px 0px; width: 130px; }
.boltStore .partyMix .partyMix_value:focus { box-shadow: rgb(29, 150, 215) 0px 0px 4px 1px; }



.hotel-title{
    color: #006ce4;
}

#text-loader-page{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -104.5px;
}
/* Estilo para el loader */
.search-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-left: auto;
}
.search-finish-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 25px 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.search-finish-text {
    flex: 1;
    min-width: 250px;
}

.search-finish-text h2 {
    font-size: 1.6rem;
    color: #002a61;
    margin-bottom: 10px;
}

.search-finish-text p {
    font-size: 1.1rem;
    color: #333;
}
#loader-page {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: fixed;
    left: 50%;
    top: 35%;
    margin: -24px 0 0 -24px; /* Ajusta el centro */
    z-index: 1029;
    animation: rotate 1s linear infinite; 
    margin-left: -60px;
}

#loader-page::before, #loader-page::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 7px solid #0a58ca;
    animation: prixClipFix 2s linear infinite;
}

#loader-page::after {
    border-color: #ffc107;
    animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
    inset: 12px;
}
#loader {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: fixed;
    left: 48%;
    margin: -24px 0 0 -24px; /* Ajusta el centro */
    z-index: 9999;
    animation: rotate 1s linear infinite; 
}

#loader::before, #loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 7px solid #0a58ca;
    animation: prixClipFix 2s linear infinite;
}

#loader::after {
    border-color: #ffc107;
    animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
    inset: 12px;
}

@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

@keyframes prixClipFix {
    0% {clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);}
    25% {clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);}
    50% {clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);}
    75% {clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);}
    100% {clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);}
}
.thumbnail-container {
    max-height: 400px; /* Ajusta este valor según lo necesites */
    overflow-y: auto;
}
.thumbnail img {
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
    border: 2px solid transparent;
}
.thumbnail img:hover {
    border-color: #007bff;
}
@media (max-width: 767px) {
    .gallery-view {
        display: none;
    }
}
@media (min-width: 768px) {
    .carousel-view {
        display: none;
    }
}


.hotel-image-container {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Esto asegura que la imagen se recorte para llenar el contenedor sin deformarse */
    object-position: center; /* Centra la imagen dentro del contenedor */
    max-height: 450px; /* Limita la altura de la imagen */
}
.hotel-descripcion{
    height: unset;
}
@media (min-width: 768px) {
    .hotel-descripcion{
        height: 100%;
    }
}

@media (min-width: 768px) {
  .button-fix-bottom {
    position: fixed;  /* Posición fija en la pantalla */
    right: 75px;      /* Alineada a la derecha con 20px de margen */
    bottom: 50px;     /* Alineada abajo con 20px de margen */
    z-index: 1000;   /* Asegura que esté sobre otros elementos */
  }
}
@media (max-width: 767px) {
  .button-fix-bottom {
    position: fixed;  /* Posición fija en la pantalla */
    right: 20px;      /* Alineada a la derecha con 20px de margen */
    bottom: 50px;     /* Alineada abajo con 20px de margen */
    z-index: 1000; 
  }
}


@media (min-width: 768px) {
  #video-bottom-l {
    position: fixed;  /* Posición fija en la pantalla */
    bottom: 20px;     /* Alineada abajo con 20px de margen */
    z-index: 1000;
    width: 500px;    /* Asegura que esté sobre otros elementos */
  }
}
@media (max-width: 767px) {
  #video-bottom-l  {
    position: fixed;  /* Posición fija en la pantalla */
    right: 20px;      /* Alineada a la derecha con 20px de margen */
    bottom: 400px;    /* Alineada abajo con 20px de margen */
    z-index: 1000; 
    width: 90%;/* Asegura que esté sobre otros elementos */
  }
}
@media (min-width: 768px) {
  #video-bottom {
    position: fixed;  /* Posición fija en la pantalla */
    right: 20px;      /* Alineada a la derecha con 20px de margen */
    bottom: 20px;     /* Alineada abajo con 20px de margen */
    z-index: 1000;
    width: 500px;    /* Asegura que esté sobre otros elementos */
  }
}
@media (max-width: 767px) {
  #video-bottom {
    position: fixed;  /* Posición fija en la pantalla */
    right: 20px;      /* Alineada a la derecha con 20px de margen */
    bottom: 20px;     /* Alineada abajo con 20px de margen */
    z-index: 1000; 
    width: 90%;/* Asegura que esté sobre otros elementos */
  }
}
  .btn-close-video {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001; /* Asegura que el botón esté sobre el video */
    background-color: white;
    border: none;
    cursor: pointer;
  }
  
 
@media (max-width: 992px){
    .video-hotel{  
        display: none;
    }
}


/*BUSCADOR HOTELES SECUNDARIO*/
.autocomplete-results {
    position: absolute;
    z-index: 1000;
    background-color: white;
    width: 100%;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
  }
  .autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
  }
  .autocomplete-item:hover {
    background-color: #f8f9fa;
  }