body{
    background-color: rgb(17, 17, 17);
}
.topLuna{
    background-image: url('../img/homeLuna.png');
}
.topHome {
    background-image: url('../img/homeTop-min.png');
}
.top{
    width: 100%;
    height: 105%;
    
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
}
.top img{
    padding: 13px;
    width: 152px;
}
.head{
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #fff;
}
.head div{
    display: flex;
    width: 50%;
    justify-content: space-around;
    align-items: center;
}
.head a{
    color: #fff;
    text-decoration: none;
    font-weight: 100;
}
.middle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #fff;
    color: #fff;
    align-items: center;
}
.middle div button{
    width: 177px;
    padding: 13px;
    margin: 15px 30px 15px 0;
    border: 0;
    border-radius: 3px;
    color: #5b5b5b;
    background: gainsboro;
}
.middle div{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.middle .url{
    width: 55%;
}
.middle img{
    height: 11pt;
    width: auto;
}
.middle a{
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 11pt;
}
.feet{
    position: absolute;
    bottom: 5%;
    left: 30px;
    display: flex;
    flex-wrap: wrap;
}
.feet > div > p{
    color: #fff;
    font-size: 50pt;
    font-weight: 100;
}
.feet > div > div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}
.feet > div > div img{
    width: 11pt;
}
.feet > div > div p{
    display: flex;
    font-size: 11pt;
    justify-content: left;
    align-items: center;
    color: #fff;
    width: 200px;
    font-weight: 100;
}
.body{
    width: 100%;
    color: #fff;
    margin-top: 6em;
}
.line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 4em;
}
.lineOffers{
    width: 90%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-left: 5%;
    margin-top: 130px;
    font-weight: lighter;
    font-size: 18pt;
}
.hidden{
    opacity: 0;
    transition: opacity 1.7s ease;
}
.columnL{
    width: 50%; 
    position: relative;
}
.yellowLine{
    height: 80%;
    width: 38px;
    background: #ffc844;
    top: 10%;
    position: absolute;
    z-index: 1;
    left: -3%;
}
.purpleLine{
    height: 43%;
    width: 38px;
    background: #c49fcd;
    bottom: 8%;
    position: absolute;
    z-index: 1;
    right: 3%;
}
.pinkLine{
    height: 80%;
    width: 38px;
    background: #f79fc8;
    top: 10%;
    position: absolute;
    z-index: 1;
    right: 7%;
}
.columnS{
    width: 35%;
}
.columnL img, .columnS img{
    width: 90%;
}
.columnL h1, .columnS h1{
    font-size: 16pt;
    text-align: justify;
    /* color: #fff; */
    padding: 20% 20% 0 10%;
}
.columnL p, .columnS p{
    font-size: 11pt;
    text-align: justify;
    /* color: #fff; */
    padding: 10% 20% 0 10%;
}
.supperSquere{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 5em;
}
.supperSquere h1{
    font-size: 17pt;
    margin: 40px;
}
.supperSquere img{
    width: 80%;
    margin: 8%;
}
.supperSquere>.ssL{
    width: 60%;
    position: relative;
    /* color: #fff; */
}
.supperSquere>.ssS{
    width: 40%;
    text-align: center;
    /* color: #fff; */

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.supperSquere>.ssS img{
    width: 55%;
    margin: 10% 0 20px 0;
    align-self: end;
}
.supperSquere>.ssS  h1{
    font-size: 13pt;
    margin: 0;padding: 0;
    text-align: justify;
    width: 55%;
    align-self: end;
}
.supperSquere>.ssS  p{
    font-size: 10pt;
    margin: 0;padding: 0;
    text-align: justify;
    width: 55%;

}
.littleLine{
    width: 300px;
    height: 40px;
    background-color: rgb(122, 171, 223);
    margin-top: 69px;
}
.pink{
    background: #f89fc9;
    padding: 50px;
    text-align: center;
    color: #333;
    margin: 100px 0 100px 0;
}
.pink p,  .pink h1, .pink strong{
    margin-top: 15px;
    margin-bottom: 20px;
}
.acocomodations{
    width: 100%;
    color: #fff;
    text-align: center;
}
.acocomodations h1{
    margin-bottom: 60px;
}
.acocomodations span{
    font-size: 14pt;
    margin: 0 23px 0 23px;
    font-weight: 100;
    cursor: pointer;
}
.owl-carousel p, .owl-carousel button {
    display: none;
    font-size: 11pt;
}
.owl-item.center p , .owl-item.center button{
    display: block;
    text-align: justify;
    margin-top: 25px;
}
.owl-item.center button{
    border: 1px solid #f89fc9;
    width: 48%;
    float: left;
    margin: 1%;
    padding: 13px;
    text-align: center;
    border-radius: 7px;
    margin-top: 30px;
}
.btn1{
    background-color: #f89fc9;
    color: #000000;
}
.btn2{
    background: none;
    color: #f89fc9;
}
.owl-item > div {
    cursor: pointer;
    margin: 6% 10%;
    transition: margin 0.4s ease;
}
  .owl-item.center > div {
    cursor: auto;
    margin: 0;
}
  .owl-item:not(.center) > div:hover {
    opacity: .75;
}
.middleBox{
    width: 90%;
    padding: 5%;
    display: flex;
    color: #fff;
}
.middleBox > div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
}
.middleBox > div p, .middleBox > div h3, .middleBox > div h1{
    width: 80%;
}
.middleBox img{
    width: 100%;
}
#carouse1{
    height: 500px;
}
.SquereColorText{
    width: 75%;
    height: 450px;
    background-color: #f89fc9;
    color: #000000;
    padding: 27px;
    text-align: left;
}
.submenu{
    position: absolute;
    display: flex;
    width: 110px;
    border-radius: 4px;
    padding: 5px;
    flex-wrap: wrap;
    justify-content: flex-start!important;
    background-color: #ffffffc9;
    z-index: 1;
    overflow: hidden;
    color: #3b3b3b;
    opacity: 0;
    transition: all 1s;
    top: 18px;
}
.submenu a{
    color: #333;
}
.submenuLider{
    position: relative;
}
.submenuLider:focus .submenu,
.submenuLider:hover .submenu {
    opacity: 1;
}
.SquereColorText p{display: block; text-align: justify;}
@media (prefers-color-scheme: light) {
    body {
      background-color: white;
    }
    .body{
        color: #484848!important;
    }
    .pink, .acocomodations,.btn1,.SquereColorText{
        color: #fff;
    }
    .btn2{
        background: none;
        color: #f89fc9;
    }
    .acocomodations, .middleBox{
        color: #3b3b3b;
    }

}
@font-face {
    font-family: AvantGarde;
    src: url(../fonts/avantgarde.woff);
}










/* footer, cambiar despues de documento */
.footer{
    width: 100%;
    margin-top: 130px;

}
.blueLine{
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    background-color: #6CACE4;
}
.blueLine > img{
    padding: 13px;
    height: 50px;
}
.blueLine > div{
    min-width: 170px;
    text-align: center;
}
.blueLine > div img{
    width: 20px;
    margin: 10px;
}
.dataFooter{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
    padding-bottom: 200px;
    color: #ffffff;
}
.dataFooter > div > p{
    margin-bottom: 30px;
}
.dataFooter a{
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}
@media (prefers-color-scheme: light) {
    .dataFooter a,.dataFooter {
        color: #000000;
    } 
}
.popout-hidden {
    display: none;
}
.popout-visible {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffffed;
    border: 1px solid #ccc;
    padding: 73px;
    z-index: 2;
}
#image-container{
    text-align: center;
}
#image-container img {
    max-width: 30%; /* Ajusta el tamaño de la miniatura */
    margin: 5px;
    transition: transform 0.3s ease-in-out;
    max-height: 120px;
}
#image-container img:hover {
    transform: scale(1.8); /* Aumento del tamaño al pasar el cursor */
    box-shadow: 0 0 12px #333;
}
#detail-text{
    margin-top: 26px;
    text-align: justify;
    font-size: 10pt;
}
.slider {
    position: relative;
}

.slider img {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slider img.active {
    opacity: 1;
}

#userDropdown + #dropdownMenu {
    top: 53px;
    border-radius: 9px;
    display: none;
    position: absolute;
    width: 148px;
    color: #fff!important;
    background-color: rgb(36 36 36 / 80%);
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 992;
    border: 0;
}
#userDropdown:hover + #dropdownMenu,  #userDropdown + #dropdownMenu:hover {
    display: block;
    cursor: pointer;
}
.flatpickr-day.flatpickr-disabled {
    content: "Fecha no disponible"; 
    background-color: #a7a7a7 !important; /* Rojo */
    color: #FFFFFF !important; /* Letra en blanco para contrastar con el fondo rojo */
    cursor: not-allowed !important; /* Cambia el cursor a 'not-allowed' para indicar que la fecha no se puede seleccionar */
}
#miniForm{
    position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    background: #333;
    display: none;
}
#miniForm > div{
    background: #333;
    width: 30px;
    height: 30px;
    transform: rotate(40deg);
    z-index: 1;
    position: absolute;
    right: 102px;
    top: -4px;
}
.buttonNext{
    z-index: 1;
    background: #fcd26e!important;
    color: #060606!important;
    font-weight: bolder!important;
}
#miniForm label {
    width: 200px;
    background: gainsboro;
    padding: 11px;
    border-radius: 3px;
    color: #333;
}
#miniForm label input{
    width: 40px; text-align: center;
}
#popoOutPayment{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #4b4b4bc7;
    z-index: 100;
}
.squerePayment h3{
    text-align: center;
} 
.squerePayment{
    width: 80%;
    position: fixed;
    flex-wrap: wrap;
    top: 3%;
    left: 10%;
    background-color: #eee;
    padding: 30px;
    color: #333;
}
.squerePayment > img{
    width: 200px;
    margin: 30px; 
}
.squerePayment .marco{
    display: none;
    padding: 17px;
    width: 90%;
    margin: 1% 0 1% 5%;
    height: 400px;
    overflow: auto;
    border: 1px solid #333;
    flex-wrap: wrap;
}
.squerePayment .buttons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.squerePayment .buttons button{
    width: 30%;
    padding: 6px;
    background: none;
    border: 1px solid #333;
    color: #333;
}
.leftPaymentMarco{
    position: relative;
    border-bottom: 1px solid #333;
    width: 100%;
    /* height: 400px; */
}
.leftPaymentMarco > div{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.leftPaymentMarco h2{
    text-align: center;
}
.rightPaymentMarco{
    width: 100%;
}
.rightPaymentMarco h4, .rightPaymentMarco i {
    text-align: center;
}
.rightPaymentMarco i{
    opacity: 0.6;
    text-align: center;
    font-size: 10pt;
    margin-left: 15px;
}
.lineName{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 8pt;
}
.lineName label{
    width: 20%;
    padding-left: 20px;
}
.lineName > div {
    display: flex;
    width: 90%;
    margin: 5px;
}
.lineName input{
    padding: 4px;
    width: 30%;
}
#buttonPay{
    width: 90%;
    padding: 11px;
    color: #000;
    background-color: #d0cd63;
    text-align: center;
    margin: 5%;
    font-weight: bold;
}
#tiket{
    text-align: center;
    color: #333;
}
.check{
    width: 70%!important;
    display: block!important;
    justify-content: space-around;
    margin-bottom: 80px!important;
}
.check input{
    width: 14px!important;
}
.check label{
    width: 100%!important;
}


/* Estilos para el día seleccionado */
.flatpickr-day.startRange{
    border-radius: 50% 0 0 50% !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange {
  background: black !important; /* Cambia el fondo a negro */

  color: white !important; /* Cambia el color del texto a blanco para mejor contraste */
}

/* Estilos para el rango seleccionado */
.flatpickr-day.selected.startRange + .flatpickr-day.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.endRange + .flatpickr-day.startRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange + .flatpickr-day.endRange + .flatpickr-day,
.flatpickr-day.endRange + .flatpickr-day + .flatpickr-day.startRange,
.flatpickr-day.selected.startRange + .flatpickr-day.inRange + .flatpickr-day.endRange,
.flatpickr-day.selected.endRange + .flatpickr-day.inRange + .flatpickr-day.startRange {
  box-shadow: none !important; /* Elimina cualquier sombra que pueda haber */
}

/* Estilos para los días en el rango seleccionado */
.flatpickr-day.inRange {
  background: #797979 !important; /* Fondo más claro para los días entre el rango */
  border-radius: 0 !important; /* Bordes cuadrados para los días dentro del rango */
}
/* Cambia el color de fondo de los días que están en el rango seleccionado */
.flatpickr-day.inRange {
    background: #797979; /* Un gris oscuro que es casi negro */
    border-radius: 0 !important; /* Opcional: si también quieres que los días del rango sean cuadrados */
    color: white !important; /* Cambia el color del texto a blanco para que sea legible */
  }
  
  /* Cambia el color de fondo para el inicio y el final del rango seleccionado */
  .flatpickr-day.startRange,
  .flatpickr-day.endRange {
    background: black !important; /* Para que el principio y el final del rango sean negros */
    color: white !important;
  }
  

  .cardCredit{
    background-color: #eee;
    padding: 30px;
    margin-left: 25px;
    border-radius: 9px;
  }
  .imgLight{
    display: none;
  }


  @media (max-width: 768px) {
    .head div,
    .middle div {
        width: 100%;
    }

    .head a,
    .middle div button {
        width: 100%;
        margin-right: 0;
    }

    .middle img {
        width: 11pt;
    }

    .feet > div > p {
        font-size: 30pt;
    }

    .feet > div > div img {
        width: 8pt;
    }
}