/*CSS*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

/*img {max-width: 100%; display: inline-block;height: auto;}*/

body {
  font-family: "Source Sans 3", sans-serif;
  background-color: #FFF;
  /*Position fixed
  min-height: 75rem;
  padding-top: 4.5rem;*/
}

/*FONT*/
.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}

.source-sans-3 {
  font-family: "Source Sans 3", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.gfs-didot-regular {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}


/*FONT STYLES*/
.titular {
  color: #24325D;
  font-family: "DM Serif Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

.texto {
  color: #0A0A0A;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.message-alert {
  color: #24325D;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.boton {
  background: #A48928;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* Texto botones */
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 164px;
  text-decoration: none;
}

.boton.boton-secondary {
  color: #A48928;
  border: 1px solid #A48928;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* Texto botones */
  background: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.boton.boton-secondary:hover {
  background: #A48928;
  border: 1px solid white;
  color: white;
}

.boton:hover {
  background: white;
  border: 1px solid #A48928;
  color: #A48928;
}

.boton:disabled {
  opacity: 0.65;
  background: #A48928;
  color: #FFF;
}

.boton-header {
  background: #A48928;
  border: 2px solid transparent;
  /*display: inline-flex;*/
  display: flex;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* Texto botones */
  color: #FFF;
  font-family: "Source Sans 3";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.boton-header:hover {
  background: #24325D;
  border: 2px solid #24325D;
}

.miga-pan-active {
  color: rgba(0, 0, 0, 0.5);
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}

.miga-pan {
  color: rgba(0, 0, 0, 0.5);
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.separator-rillo {
  max-width: 582px
    /*100%*/
  ;
  height: 1px;
  background: linear-gradient(270deg, rgba(164, 137, 40, 0.00) 0%, #A48928 51.5%, rgba(164, 137, 40, 0.00) 100%);
}

.separator {
  width: auto;
  height: 1px;
  background: #EEE;
}

.separator-text {
  overflow: hidden;
  text-align: center;
  color: #A5A6A9;
  font-family: "DM Sans";
}
.separator-text:before,
.separator-text:after {
  background-color: #EEE;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.separator-text:before {
  right: 0.5em;
  margin-left: -50%;
}
.separator-text:after {
  left: 0.5em;
  margin-right: -50%;
}

.separator-ite {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 49.5%, rgba(255, 255, 255, 0.00) 100%);
}

.selection2, .selection3 {
  color: #A5A6A9;
  font-family: "Source Sans 3";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  margin-bottom: 0px;
  overflow: hidden;
  margin-bottom: 24px;
}
.selection2:after{
  background-color: #A5A6A9;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5em;
    margin-right: -50%;
}
.selection3{
  margin-bottom: unset;
}
.titular-selection {
  color: #0A0A0A;
  font-family: "Source Sans 3";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.texto-principal {
  color: #0A0A0A;
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.selection-box-active {
  width: 507px;
  height: 234px;
  padding: 30px;
  border: 1px solid #A48928;
  gap: 35px;
  border-radius: 10px;
}

.separator-selection {
  /*width: 246px;*/
  height: 1px;
  background: #A5A6A9;
  margin: 20px 0px 10px 0px;
}

.selection-box {
  width: 507px;
  height: 234px;
  padding: 30px;
  border: 1px solid #eee;
  gap: 35px;
  border-radius: 10px;
}

.titular2 {
  color: #24325D;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

.booking-box {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  width: 512px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}

.booking-process {
  color: #24325D;
  text-align: center;
  font-family: "GFS Didot", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

.container-lagoon {
  max-width: 1611px;
  margin: 0 auto;
}

.container-lagoon-footer {
  max-width: 1162px;
  margin: 0 auto;
  padding: 50px 0px 130px 0px;
}

/*HEADER*/
.bg-body-lagoon {
  border-bottom: 1px solid rgba(255, 255, 255, 0.00);
  background: #FFF;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
}

.dropdown-menu {
  --bs-dropdown-min-width: 0px;
}

.navbar {
  .dropdown-toggle::after {
    display: none;
  }

  .texto-principal {
    color: #24325D;
    text-align: inherit;
  }

  i {
    color: #A48928;
    font-size: 22px;
    margin-right: 8px;
    vertical-align: -3px;

    .bi.bi-person {
      font-size: 21px;
      margin-left: 7px;
    }

    .bi.bi-cart {
      color: #A48928;
      font-size: 19px;
      margin-right: 8px;
    }
  }
}

.nav-link.dropdown-toggle.texto-principal {
  color: #A48928;
}

.navbar-toggler {
  border: transparent;
}

.user {
  background-color: #A48928;
  color: #FFF;
  border-radius: 50%;
  padding: 7px;
  font-size: 11px;
  margin-left: 7px;
}

.book {
  padding: 10px;
  align-items: center;
  background: #A48928;
  color: #fff;
  margin-left: 10px;
  text-align: center;
}

.book:hover {
  background: #24325D;
  color: #FFF
}

/*FOOTER*/
footer {
  background: #24325D;
}

.logofoot {
  margin: 50px 0px 31px 0px;
}

.titular-footer {
  color: #FFF;
  font-family: "GFS Didot", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  margin-bottom: 28px;
}

.texto-footer {
  color: #FFF;
  margin-bottom: 17px;
}

footer ul {
  padding-left: 0px;
}

footer .bi-envelope,
footer .bi-phone,
footer .bi-whatsapp,
footer .bi-geo-alt,
footer .bi-clock {
  margin-right: 8px;
  font-size: 16px;
  color: #A48928;
}

.links .texto-footer {
  margin-bottom: initial;
}

.enlace-footer {
  color: #FFF
}

footer .redes .bi {
  color: #FFF;
  font-size: 23px;
  margin-right: 30px
}

/*LOGIN EMAIL*/
/* Cambiar el color del placeholder en reposo */
.form-control-lagoon::placeholder {
  font-family: "Source Sans 3";
  color: #7E8299;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

/* Cambiar el color del texto que se escribe */
.form-control-lagoon {
  font-family: "Source Sans 3";
  color: #7E8299;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  /*line-height: 14px;*/
}

.form-control-text {
  font-family: "Source Sans 3";
  color: #7E8299;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

/* Cambiar el color del placeholder y el texto al escribir (focus) */
.form-control-lagoon:focus {
  font-family: "DM Sans";
  color: #7E8299;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

.full-height,
.full-height-index {
  min-height: 100vh;
}

.full-height-registro {
  padding: 4rem 0rem;
  min-height: calc(100vh - 100px);
}

.login-form {
  width: 432px;
}

.login-form img {
  margin-bottom: 30px;
}

.login form {
  margin-top: 40px;
}

.form-control-lagoon {
  padding: 16px;
  border-radius: 0;
  border: 1px solid #E1E3EA;
  height: 48px;
}

.login-form .boton {
  margin: 39px 0px 25px 0px;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-body {
  padding: 0 60px;
  .bi-info-circle{
    color: #C60B1E;
    font-size: 2.5em;
  }
}

.modal-header {
  border-bottom: none;
}

.login-form .modal-body .bi-check-circle {
  font-size: 40px;
  color: #68C522;
}

.separator-modal {
  height: 1px;
  background: #EEE;
  max-width: 430px;
  margin: 0 auto;
}

.modal-body .texto {
  padding: 43px 30px;
}

.closelagoon {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #A48928;
}

.login .modal-dialog {
  right: 20%;
  top: 31%;
}

/*LOGIN CUENTA*/
.login-form .cuenta {
  /*font-weight: 600;*/
  color: #A5A6A9
}

.login-form .form-control-lagoon.pass {
  margin-top: 16px;
}

.forgetpass {
  display: inline-block;
}

/*REGISTRATION*/
.login-registration {
  width: 544px;
  background: #FFF;
  /*padding: 40px;*/
  margin-top: 60px;
}

.registration form {
  margin-top: 23px;
}

.login-registration .form-control-lagoon.regis {
  margin-bottom: 16px;
}

/*SERVICIOS*/
.orden {
  max-width: 600px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.img-relative {
  position: relative;
}

.info-book {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 240px;
  background: #FFF;
  min-width: 512px;
  margin: auto;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}

.book-resume-container {
  top: 100px;
  position: sticky;
  position: -webkit-sticky;
}

.info-book-resume {
  background: #FFF;
  max-width: 512px;
  margin: auto;
  padding: 22px 25px;
  text-align: center;
}

/* Purchase Summary Counters */
.purchase-summary-counters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  padding: 10px 0;
  border-radius: 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
}

.counter-box {
  flex: 1;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #24325D;
  line-height: 24px;
}

.counter-box:first-child {
  border-right: 1px solid #e0e0e0;
}

.counter-settings {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.counter-settings i {
  font-size: 18px;
  color: #666;
}

.counter-settings:hover i {
  color: #333;
}

.consumer-btns {
  display: flex
}

.consumer-btns-responsive {
  display: none
}

.info-book .message-alert {
  margin-top: 10px;
}

.info-book .texto {
  padding: 20px 40px;
}

.bread {
  margin-top: 53px;
}

.servicios .bread,
.checkout .bread {
  margin-top: 120px;
}

.bread a {
  color: inherit;
  text-decoration: inherit;
}

.select {
  /*height: calc(100vh - 500px);*/
  /*overflow-y: scroll;*/
  scrollbar-width: none;
  /* box-shadow: inset 0px -10px 10px -5px rgba(200, 200, 200, 0.15), inset 0px 10px 10px -5px rgba(200, 200, 200, 0.10); */
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 2em;
}

.select::-webkit-scrollbar {
  display: none;
  /* Ocultar barra en navegadores basados en Webkit (Chrome, Safari) */
}

.servicios .texto-principal {
  margin: 29px 0px;
}

.calendario .texto-principal {
  margin-top: 29px;
}

.servicios .separator-rillo,
.checkout .separator-rillo,
.calendario .separator-rillo {
  margin: 25px 0 35px 0px;
}

.servicios .orden .texto-principal,
.checkout .orden .texto-principal,
.calendario .orden .texto-principal {
  padding: 0 75px;
}

.botones {
  background-color: transparent;
  height: 140px;
  padding: 40px;
}

.botones .boton {
  margin-right: 20px;
}

.select {
  max-width: 1047px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.tarjeta-1,
.tarjeta-2 {
  border: 1px solid #A5A6A9;
  padding: 16px;
}

.tarjeta-2 {
  border: 1px solid #EEE;
  padding: 16px;
  background-color: #FFF;
}

.title-tarjet {
  color: #0A0A0A;
  font-family: "Source Sans 3";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.servicios .sumayresta .texto-principal,
.checkout .sumayresta .texto-principal {
  margin-top: inherit;
}

.cantidad {
  width: 35px;
  border: none;
}

.menos,
.mas {
  border: none;
  width: 24px;
  background: #e1e0e0;
  color: #A5A6A9;
  border-radius: 9px;
}

.s2 {
  margin-top: 59px;
  background-color: rgba(165, 166, 169, 0.1);
}

.s3 {
  margin-top: 29px;
}

/*.img1{display: none;}*/
.modal-dialog button.boton {
  margin-right: 0px;
  margin-bottom: 35px;
}

.servicios .modal-dialog,
.checkout .modal-dialog {
  right: 20%;
  top: 31%;
}

.servicios .modal-body .bi-info-circle {
  font-size: 40px;
  color: #A48928
}

/*SERVICIOS LOGIN*/
.info-book-login {
  /*
  position: absolute;
  left: 10px;
  right: 10px;
  top: 135px;
  background: #FFF;
  /*
  max-width: 512px;
  margin: auto;
  padding: 22px 25px;
  text-align: center;
  border-radius: 10px;
  */
}

.consumer-btn-resume {
  display: none;
}

.info-book-login p {
  margin-bottom: 0px;
}

.info-book-login .texto-principal {
  margin-top: 0px;
}

.alerta {
  color: #C60B1E
}

.form-error {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in;
}

.info-book-login .bi-clock {
  margin-right: 5px;
}

/*SERVICIOS LOGIN*/
.select-sumary {
  margin-top: 30px;
}

.select-sumary .numeros {
  height: 24px;
}

.select-sumary .bi-calendar-date {
  font-size: 18px;
  margin-right: 7px;
}

.servicios .select-sumary .texto-principal.title,
.select-sumary .texto-principal.subtitle,
.select-sumary .texto-principal.description,
.checkout .select-sumary .texto-principal.title,
.select-sumary .texto-principal.subtitle,
.select-sumary .texto-principal.description {
  margin-top: inherit;
  text-align: inherit;
  line-height: 22px;
}

.select-sumary .texto-principal.title {
  color: #A48928;
  margin-bottom: 10px;
}

.select-sumary .texto-principal.subtitle {}

.select-sumary .texto-principal.description {
  color: #A5A6A9;
  font-size: 14px;
}

.select-sumary .separator {
  margin: 20px auto;
}

.select-sumary .bi-trash {
  color: #A48928;
  font-size: 18px;
  margin-left: 7px;
}
.select-sumary .bi-x-lg {
  color: #C60B1E;
  font-size: 18px;
  margin-left: 7px;
}

.select-sumary .s3 {
  margin-top: 50px;
}

.select-sumary .s3 .texto-principal {
  margin-top: inherit;
}

.select-sumary .s3 .texto-principal.total {
  color: #A48928;
  padding-right: 100px;
}

.select-sumary .s3 .texto-principal.number {
  font-size: 18px;
  padding-right: 10px;
}

/*SERVICIOS SUMMARY*/
.servicios-sumary .select-sumary {
  margin-top: 55px;
}

/*.servicios-sumary .select {height: 435px;}*/

/*CHECKOUT*/
.payinfo .booking-process {
  text-align: inherit;
}

.checkout .texto-principal {
  font-size: 14px;
}

.select-sumary .separator.separator-paytop {
  margin: 30px 0 50px 0;
}

.select-sumary .separator.separator-pay {
  margin: 50px 0 50px 0;
}

.botonpay {
  padding: 18px;
  max-width: 256px;
}

.bloque {
  margin-top: 30px;
}

.payinfo .sumary .booking-process {
  margin-bottom: 33px;
}

.nbook {
  min-width: 200px;
  padding: 0px 90px;
}

.checkout .modal-body .bi-check-circle,
.registration .modal-body .bi-check-circle {
  font-size: 40px;
  color: #68C522
}

.checkout .texto-principal-check {
  color: #5E6278;
  font-family: "Source Sans 3";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

.servicios,
.checkout {
  .select-sumary {
    margin-top: 10px;
    .texto-principal {
      &.title,
      &.subtitle,
      &.description {
        margin-top: inherit;
        text-align: inherit;
        line-height: 0.75em;
      }
    }
  }
}

.checkout {
  margin-top: 50px;

  .form-control-lagoon {
    font-family: "Source Sans 3";
    color: #7E8299;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    padding: 17px 15px;
    border-radius: 6px;
    border: 1px solid #E1E3EA;
    height: 38px;

    &::placeholder,
    &:focus {
      font-family: "Source Sans 3";
      color: #7E8299;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 12px;
    }
  }
}

/*GRACIAS*/
/*.gracias .bread{margin-top:95px;}*/
.gracias .bi-check-circle,
.gracias .bi-geo-alt {
  font-size: 40px;
  color: #68C522
}

.gracias {
  margin-top: 50px;
}

.bookingconfirmation {
  margin-top: 45px;
}

/*.bookingconfirmation.select {height: 760px;}*/
.bookingconfirmation .message-alert {
  margin: 7px 0px 43px 0px;
}

.bookingconfirmation .separator-modal {
  margin-bottom: 39px;
}

/*.bookingconfirmation .texto-booking{padding: 0 55px;max-width: 430px;margin: 0 auto;}*/
.space {
  display: inline-block;
  height: 20px;
}

.bookingconfirmation .boton {
  margin: 42px 0px 58px 0px;
}

.claim .message-alert {
  margin: 7px 0px 13px 0px;
}

.claim .imgclaim {
  margin-top: 30px;
}

.img-gracias {
  background: url('../img/gracias.webp') no-repeat center center;
  background-size: cover;
}

.imgcode {
  margin: 20px 0px;
}

/*CALENDARIO*/
.info-book-calendario {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50px;
  margin: auto;

  .dates {
    display: block;
    background-color: rgba(36, 50, 93, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 217px;
    height: 196px;
    border-radius: 17px;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    /*
      transform: translate(-50%, 0%);
      /*padding: 30px 30px 22px 24px;*/
  }
}

.day-of-month {
  font-family: "DM Serif Display", serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.day-of-week {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.tiempos {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0px;
}

.tiempos .bi-sun {
  margin-right: 5px;
  font-size: 18px;
}

.calendario .separator {
  margin-top: 50px;
}

.bmap {
  min-width: 200px;
  padding: 0px 70px;
}

/*POPUP NINOS*/
.modalchild {
  --bs-modal-width: 607px;
}

/*.calendario .orden .texto-principal
.modalchild .texto-principal{padding: 0px;}*/
.modalchild .message-alert {
  margin-top: 20px;
}

.modalchild .texto-principal.cantidad.quantity-input.cantidadvisitor {
  margin-top: 0px;
  padding: 0px;
  color: #000;
  font-weight: 400;
  line-height: normal;
}

.separator-modalchild {
  height: 1px;
  background: #A48928;
  margin: 15px 0 15px 0px;
}

.modalchild .principal {
  color: #0A0A0A;
  font-family: "Source Sans 3";
  font-weight: 600;
  line-height: 24px;
}

.modalchild .cantidad.cantidadvisitor {
  width: 55px;
}

.modalchild .sumayrestadultone {
  margin-top: 35px;
}

.modalchild .sumayrestadultwo {
  margin-top: 25px;
}

.modalchild .botonchild {
  margin: 60px 0px 25px 0px;
}

/*.modalchild .modal-dialog{right: 17%;top: 20%;}*/
/*INDEX*/
.pprincipal {
  width: 409px;
}

.pprincipal .titular {
  margin-bottom: 42px;
}

.pprincipal button.boton {
  margin: 42px 0px;
}

.video {
  width: 100%;
  padding: 5px;
}

.hover-image {
  position: absolute;
  cursor: pointer;
  width: 52px;
}

.hover-image img.default {
  display: block;
  transition: opacity 0.3s ease;
}

.hover-image img.hover {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.hover-image:hover img.default {
  opacity: 0;
}

.hover-image:hover img.hover {
  opacity: 1;
}

/* Estilo para el mapa */
.map-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ubicación específica de cada punto */
.point-1 {
  top: 13%;
  left: 32%;
}

.point-2 {
  top: 15%;
  left: 44%;
}

.point-3 {
  top: 30%;
  left: 32%;
}

.point-4 {
  top: 42%;
  left: 55%;
}

.point-5 {
  top: 48%;
  left: 69%;
}

.point-6 {
  top: 57%;
  left: 82%;
}

.point-7 {
  top: 72%;
  left: 80%;
}

.point-8 {
  top: 64%;
  left: 28%;
}

/*MODAL BIG*/
.modal-big {
  --bs-modal-width: 990px;
  left: -17%;
  top: 13%;
}

.modal-big .btn-close {
  margin-right: 40px;
}

.modal-title {
  color: #A48928;
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3.08px;
  text-transform: uppercase;
}

.modal-big .separator-modalchild {
  width: 70%;
  margin: 11px 0px;
}

.modal-big .info {
  max-width: 322px;
  margin: 54px auto 0px auto;
}

.modal-big .message-alert {
  text-align: inherit;
}

.modal-big .modal-body .texto {
  padding: inherit;
  margin: 33px 0px 48px 0;
}

.modal-big .raig {
  margin: 7px 0px 40px 0px;
}

.modal-big .raig2 {
  margin-top: 5px;
}

/*MODAL VISO*/
.modal-viso {
  --bs-modal-width: 202px;
  top: 12%;
  left: -12%;
}

.modal-viso .modal-body {
  padding: 0px;
}

.modal-viso .texto {
  padding: inherit;
}

.modal-viso p+p {
  color: #A48928;
}

.modal-viso .modal-header {
  padding: 5px 10px;
}


/*@MEDIA QUERIES*/
/*De GRANDE a pequeño*/
@media screen and (max-width: 1450px) {
  .info-book-resume {
    display: none
  }

  .consumer-btns {
    display: none
  }

  .consumer-btns-responsive {
    display: flex
  }

  .consumer-btn-resume {
    position: fixed;
    bottom: -15px;
    padding: 0px 15px;
    display: flex;
  }

  .botonpay {
    max-width: none;
  }

  .modal-big {
    top: 10%;
    left: 0px;
  }

  .modal-big .btn-close {
    margin-right: inherit;
  }

  .point-1 {
    left: 24%;
  }

  .point-2 {
    left: 39%;
  }

  .point-3 {
    left: 27%;
  }

  .point-5 {
    top: 46%;
    left: 71%;
  }

  .point-6 {
    left: 90%;
  }

  .point-7 {
    left: 88%;
  }

  .point-8 {
    left: 21%;
  }

  /*MODAL VISO*/
  .modal-viso {
    left: -10%;
  }

  .book-resume-container{
    position: initial;
  }
}

@media screen and (max-width: 1300px) {

  /*SERVICIOS*/
  .tarjeta-1,
  .tarjeta-2 {
    padding: 15px 15px 7px 9px;
  }

  .info-book {
    padding: 30px;
    min-width: 0px;
    bottom: 24px
  }

  .info-book .texto {
    padding: 10px 0px;
  }

  .servicios .modal-dialog,
  .checkout .modal-dialog {
    right: 0%;
  }

  /*POPUP NINOS*/
  .modalchild .modal-dialog {
    top: 14%;
  }

  /*INDEX*/
  .pprincipal {
    padding: 0px 25px;
  }

}

@media screen and (max-width: 1200px) {

  /*FOOTER*/
  .container-lagoon-footer {
    padding: 50px 30px 130px 30px;
  }

  /*LOGIN EMAIL*/
  /*SERVICIOS*/
  .image-container-servicios {
    min-height: 27vh;
  }

  .image-container-servicios-servicios {
    min-height: 42vh;
  }

  .info-book {
    padding: 15px;
  }

  .bread {
    margin-top: 100px;
  }

  .servicios .orden .texto-principal,
  .checkout .orden .texto-principal,
  .calendario .orden .texto-principal {
    padding: 0 35px;
    padding-bottom: 20px;
  }

  /*INDEX*/
  .pprincipal {
    padding: 0px 15px;
  }

  .point-3 {
    left: 22%;
  }

  .point-4 {
    left: 57%;
  }

  .point-5 {
    left: 77%;
  }

  .point-6 {
    left: 92%;
  }

  .point-8 {
    left: 15%;
  }

  .video {
    padding: 0px;
  }

  /*MODAL BIG*/
  .modal-big {
    --bs-modal-width: 80%;
  }

  /*MODAL VISO*/
  .modal-viso {
    left: -8%;
  }
}

@media screen and (max-width: 990px) {

  /*SERVICIOS*/
  .bread,
  .gracias .bread {
    margin-top: 40px;
  }

  /*SERVICIOS LOGIN*/
  .info-book-login {
    top: 100px;
  }

  /*GRACIAS*/
  .img-gracias {
    background: url('../img/gracias.webp') no-repeat center 80%;
    background-size: cover;
  }

  /*CALENDARIO*/
  .bmap {
    min-width: 223px;
    padding: 0px 55px;
  }

  /*POPUP NINOS*/
  .modalchild .modal-dialog {
    right: inherit;
  }

  /*INDEX*/
  .full-height-index {
    height: auto;
  }

  .inicio .image-container {
    min-height: 90vh;
  }

  .map-container {
    height: 90vh;
  }

  .pprincipal .titular {
    margin-top: 45px;
  }

  .pprincipal button.boton {
    margin-bottom: 60px;
  }

  .pprincipal {
    padding: inherit;
  }

  .point-1 {
    left: 30%;
  }

  .point-2 {
    left: 41%;
    top: 14%;
  }

  .point-3 {
    left: 30%;
  }

  .point-4 {
    left: 53%;
  }

  .point-5 {
    left: 66%;
  }

  .point-6 {
    left: 81%;
  }

  .point-7 {
    left: 81%;
    top: 69%;
  }

  .point-8 {
    left: 28%;
  }

  /*MODAL BIG*/
  .modal-big .info {
    margin: 50px auto 0px auto;
  }

  /*MODAL VISO*/
  .modal-viso {
    left: 8%;
    top: 10%
  }

}

/*SELECT2*/
.select2-container--bootstrap-5 .select2-selection {
  padding: 17px 15px !important;
  border-radius: 6px !important;
  border: 1px solid #E1E3EA !important;
  height: 48px !important;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.select2-container--bootstrap-5 .select2-results__option {
  font-size: 13px !important;
  font-family: "Source Sans 3" !important;
  text-transform: capitalize;
  font-weight: 600 !important;
}

.select2-container--bootstrap-5 .select2-selection {
  font-family: "Source Sans 3" !important;
  text-transform: capitalize;
  color: #7E8299 !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 14px !important;

  padding: 17px 15px !important;
  border-radius: 0px !important;
  border: 1px solid #E1E3EA !important;
  height: 48px !important;
  display: flex;
  align-items: center;
}

.select2-container--bootstrap-5 .select2-selection__rendered {
  font-family: "Source Sans 3" !important;
  text-transform: capitalize;
  color: #7E8299 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 14px !important;
  padding-left: 15px !important;
}

/* Ajuste del dropdown para que coincida */
.select2-container--bootstrap-5 .select2-dropdown {
  font-family: "Source Sans 3" !important;
  text-transform: capitalize;
  color: #7E8299 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 14px !important;

  border-radius: 6px !important;
  border: 1px solid #E1E3EA !important;
}

.select2-container--bootstrap-5 .select2-selection__rendered {
  line-height: normal !important;
  padding-left: 0px !important;
}

/* Ajuste del dropdown */
.select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 6px !important;
  border: 1px solid #E1E3EA !important;
}

.select2-container--bootstrap-5 .select2-selection__placeholder {
  font-size: 13px !important;
  font-family: "Source Sans 3" !important;
  font-weight: 600 !important;
  color: #7E8299 !important;
}


@media screen and (max-width: 960px) {
  .container-lagoon-footer {
    padding: 50px 30px 90px 30px;
  }

  /*LOGIN EMAIL*/
  .login .modal-dialog {
    top: 30%;
    left: 0%;
  }

  /*LOGIN REGISTRATION*/
  .login-registration {
    margin-top: 0px;
  }

  .full-height-registro {
    padding: 6rem 2rem;
  }

  /*SERVICIOS*/
  .servicios .modal-dialog,
  .checkout .modal-dialog {
    top: 20%;
  }

  .servicios .bread,
  .checkout .bread {
    margin-top: 72px;
  }

  /*INDEX*/
  .point-8 {
    left: 25%;
  }

  .point-7 {
    left: 83%;
  }

  /*MODAL BIG*/
  .modal-big .info {
    margin: 35px auto 0px auto;
  }

  .modal-big .boton-modal {
    padding: 18px 90px;
  }

  .modal-big .separator-modalchild {
    width: 55%;
  }

  /*MODAL VISO*/
  .modal-viso {
    left: 11%;
  }

  .select {
    box-shadow: none;
  }
}

@media screen and (max-width: 768px) {
  .navbar .texto-principal {
    margin-bottom: 10px;
  }

  .full-height {
    height: auto;
  }

  .image-container {
    min-height: 50vh;
  }

  .book {
    margin-left: 0px;
  }

  /*LOGIN CUENTA*/
  .cuenta .login-form,
  .login .login-form {
    margin: 45px 0;
  }

  /*LOGIN REGISTRATION*/
  .full-height-registro {
    padding: 2rem 1rem;
  }

  /*SERVICIOS*/
  .select,
  .bookingconfirmation.select {
    height: auto;
    overflow-y: visible;
  }

  .servicios .boton {
    max-width: 200px;
  }

  .botones .boton {
    margin-right: initial;
  }

  .tarjeta-1,
  .tarjeta-2 {
    margin-bottom: 20px;
  }

  .s3 {
    margin-top: 0px;
  }

  .modal-dialog button.boton {
    max-width: inherit;
  }

  /*CHECKOUT*/
  .nbook {
    max-width: initial !important;
  }

  /*INDEX*/
  .inicio .image-container {
    min-height: 60vh;
  }

  .map-container {
    height: 60vh;
  }

  .hover-image {
    width: 40px;
  }

  .point-8 {
    left: 28%;
  }

  /*MODAL BIG*/
  .modal-big .info {
    margin: 20px auto 0px auto;
  }

  .modal-big .separator-modalchild {
    width: 40%;
  }

  .modal-big .boton-modal {
    padding: 17px 65px;
  }

  .modal-big .modal-body {
    padding: 0 20px;
  }

  /*MODAL VISO*/
  .modal-viso {
    left: 0;
    top: 10%;
  }
}

@media screen and (max-width: 575px) {

  /*SERVICIOS*/
  .title-tarjet {
    margin-top: 15px;
  }

  .s1,
  .s2,
  .s3 {
    padding: 0 15px;
  }

  /*.img0{display: none;}
  .img1{display: block;}*/
  /*SERVICIOS*/
  .select-sumary .sumayresta {
    margin-top: 20px
  }

  /*CALENDARIO*/
  .bmap {
    min-width: 200px;
    padding: 0px 10px !important;
  }

  .calendario .separator {
    margin-top: 20px;
  }

  /*POPUP NINOS*/
  .modal-body {
    padding: 0 30px;
  }

  /*INDEX*/
  .point-8 {
    left: 23%;
  }

  .point-7 {
    left: 85%;
  }

  .video {
    padding: 0 38px;
  }

  /*MODAL BIG*/
  .modal-big .info {
    max-width: 400px;
  }

  /*MODAL VISO*/
  .modal-viso .modal-dialog {
    width: 202px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {

  /*LOGIN EMAIL*/
  /*LOGIN REGISTRATION*/
  .full-height-registro {
    padding: 2rem 2.3rem;
  }

  /*SERVICIOS*/
  .boton {
    padding: 18px 50px;
  }

  .title-tarjet {
    margin-top: 0px;
  }

  .tarjeta-1,
  .tarjeta-2 {
    border: inherit;
    padding: 0;
    margin-bottom: 50px;
  }

  /*CHECKOUT*/
  .servicios .boton

  /*,.checkout .boton */
    {
    max-width: inherit;
  }

  /*INDEX*/
  .inicio .image-container {
    min-height: 50vh;
  }

  .map-container {
    height: 50vh;
  }

  .video {
    padding: 0px;
  }

  .point-1 {
    left: 24%;
    top: 15%;
  }

  .point-2 {
    left: 38%;
    top: 16%;
  }

  .point-5 {
    left: 70%;
  }

  .point-8 {
    left: 20%;
  }
  .info-book-calendario{
    position: relative;
    left: unset;
    right: unset;

    top: unset;
    .dates {
      top: 45px;
      position: relative;
      width: 130px;
      height: 130px;
      .day-of-month {
        font-size: 60px;
        line-height: 60px;
      }
    }
  }

}
