@font-face {
  font-family: "Font";
  src: url("assets/Font.woff2") format("woff2");
  font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Font", 'PT Sans', sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    color: #8c5c32;
}
/* *::before, *::after {
    box-sizing: border-box;
} */

/* main {
    height: 100vh;
    width: 100vw;
    background-image: url(assets/img/C00E7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ccc; */
    /* transition: .6s .4s all; */
    /* animation: radioOut 1s 1; */
/* } */



.loader{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  z-index: 40;
  color: #707070;
}
.loader.hidden {
  display: none;
}
.loader .loader-cargando {
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 10rem;
  transition: all 0.5s; 
  animation: cargando 2s infinite;
  transform: 10s easy;
}
.loaderdos{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 40;
  color: #707070;
  backdrop-filter: blur(10px);
  transition: all 0.5s; 
}
.loaderdos-content{
  background-color: #fff;
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 15rem;
}
.loader.hidden {
  display: none;
}
.loaderdos.hidden {
  display: none;
}
.loaderdos .loader-cargando {
  text-align: center;
  padding-bottom: 3rem;
  transition: all 0.5s; 
  animation: cargando 2s infinite;
  transform: 10s easy;
}
@keyframes cargando { 
  0% {
      opacity: 0;
  } 
  100% { 
      opacity: 1;
  } 
}     
.logo::before {
  background-image: url("assets/svg/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: fixed;
  left: 5%;
  top: 16px;
  margin: -.5rem;
  height: 3rem;
  width: 8rem;
  content: '';
}
/* :root {
  --animation-time : .3s;
} */



.btn-contacto-esquina{
  width: 17%;
  min-width: 40px;
  /* max-width: 200px; */
  /* height: max-content; */
  /* max-height: 100px; */
  max-width: 100px;
  background-color: #34ec4a;
  border-radius: 100%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  position: absolute;
  right: 3%;
  top: 2%;
  transition: all 0.3s;
  box-shadow: 1px 3px 6px #00000066;
  z-index: 20;
  background-image : url("assets/svg/contacto.svg");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: 50.5% 53.5%;
  cursor: pointer;
  transform: scale(1, 1);
}


.btn-contacto-esquina .btn-contacto__var-esquina {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.btn-contacto{
  width: 56px;
  max-height: 56px;
  max-width: 400px;
  background-color: rgb(18, 150, 51);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5%;
  top: 16px;
  
  /* transition: all 3s ease;  */
  box-shadow: 1px 3px 6px #00000066;
  z-index: 20;
  position: absolute;
  transform: translateX(-50%) translateY(50%);
  left: 50%;
  /* top: 50%; */
}

.btn-contacto.hidden {
  display: none;
}
.btn-contacto::before {
    background-image : url("assets/svg/contacto.svg");
    position: absolute;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 1.8rem;
    width: 1.8rem;
    content: '';
}
.btn-contacto.pulsed::before {
  display: none;
}
.btn-contacto.pulsed{
  /* width: 90vw; */
  /* max-height: 90vh; */
  /* height: auto; */
  border-radius:15px;
  background-color: #fff;
  border: 2px solid #70707033;
  cursor: unset;
  transition: all 0.3s;
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 93%;
  height: 95%;
  min-width: 330px;
  max-width: 350px;
  max-height: 530px;
}
.btn-contacto .btn-contacto__var {
  padding: 2.2rem 2rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  transition: all 3s ease; 
  /* transition-delay: 3s; */
  transform: scale(0);
  opacity: 0;
}
.btn-contacto .btn-contacto__var.expand {
  transform: scale(1);
  /* height: auto; */
  /* transition-delay: 3s; */
  opacity: 1;
  width: 100%;
  height: 100%;
  /* min-width: 330px; */
  /* max-width: 350px; */
  /* max-height: 530px; */
}


.btn-contacto__var-title{
  font-size: 1.5rem;
  color: #3E4853;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 400;
  /* margin-top: 1.5rem; */
  letter-spacing: 2.5px;
}
.btn-contacto__item img{
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  margin-left: 0.2rem;
}

.btn-contacto__item {
  display: flex;
  margin-bottom: 1.3rem;
}
.btn-contacto__name {
  color: #A8B1BE;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: .2rem;
  margin-top: 0.3rem;
  font-size: 1rem;
}
.btn-contacto__value {
  color: #099E42;
  text-decoration: underline;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
  font-size: 0.9rem;
  line-height: 1.4;
}
.btn-contacto__botinfo-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  color: #55575A;
  margin-bottom: 1rem;
}
.btn-contacto__botinfo-title {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.9em;
}
.btn-contacto__botinfo-content{
  text-align: center;
  font-weight: 300;
  font-size: .9rem;
  color: #9CA1A8;
  margin-bottom: 1.5rem;
  letter-spacing: 2.4px;
}

/*BOTONES*/
.btn-contacto__btngroup{
  display: flex;
  margin: 1rem;
}
.content-33{
  width: 33%;
}
.btn-contacto__btngroup-settings{
  border: solid 2px #e6e4e4;
  border-radius: 10px;
  width: 3rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  bottom: 5px;
  position: absolute;
  left: 60px;
  transform: translateX(-50%) translateY(-50%);
}

.btn-contacto__btngroup-settings:hover{
  background-color: #f7f7f7;
  color: #fff;
}

.btn-contacto__btngroup-settings:before{
  content : url("assets/svg/settings.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -5px;
}
.btn-contacto__btngroup-back{
  border: solid 2px #C2C2C2;
  border-radius: 10px;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #656B72;
  justify-self: center;
  letter-spacing: 1.4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
}
.btn-contacto__btngroup-back:before{
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-contacto__btngroup-back:hover{
  background-color: #02b4c1;
  color: #fff;
}

.btn-ficha__btngroup-back {
  cursor: pointer;
  border-radius: 10px;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #656B72;
  justify-self: center;
  letter-spacing: 1.4px;
  font-weight: 400;
  /* font-size: 14px; */
  position: absolute;
  /* bottom: 5px; */
  border: 2px solid #C2C2C2A3;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  
}

.btn-ficha__btngroup-back:hover{
  border: solid 2px #7d63069e;
  color: #5d3819;
}

.btn-ficha__btngroup-back:before{
  display: flex;
  justify-content: center;
  align-items: center;
}





/* SETTINGS */
.settings.hidden{ display: none;}
.settings-title {
  color: white;
  font-size: 1.3em;
  margin-bottom: 3rem;
  text-shadow: 0px 0px 10px black, 0px 0px 10px black;
  letter-spacing: 1.4px;
  display: flex;
  justify-content: center;
  margin-top: 15vh;
}
/* BOTONES ABAJO */
.group-btn{
  width: 50%;
  min-width: 350px;
  border-radius: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  flex-direction: row;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
}

/* .group-btn.active{
  transition: transform .5s;
  transform: scale(0, 1);
} */


.btnVerDepartamento{
  letter-spacing: 1.7px;
  background-color: #01c3c3;
  width: 80%;
  max-width: 232px;
  height: 2.5rem;
  color: #fff;
  border: 2px solid #006168ba;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.3rem;
  transition: all 0.3s;
  transform: scale(1, 1);
}

.btnVerDepartamento:hover{
  background-color: #02e3f3;
}



.group-btn__item{
  cursor: pointer;
  letter-spacing: -0.5px;
  background-color: white;
  width: 80%;
  max-width: 232px;
  height: 2.5rem;
  color: #8c5c32;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  /* font-weight: 400; */
  font-size: 1.4rem;
  border: solid 2px #0000002e;
  /* animation: elIn 1s linear; */
  transition: all 0.2s;
  transform: scale(1, 1);
  
}
.group-btn.hidden{
  display: none;
}


.remove{
  transform: scale(0, 0)
}

.group-btn__item.remove{
  /* animation: elOut 1.5s linear;
  transition: transform 1.1s;
  transition: scale 3s; */
  transform: scale(0, 0)
}
.group-btn__item:hover {
  border: solid 2px #7d63069e;
  color: #5d3819;
}
.group-btn__title{
  color: white;
  font-size: 1.5em;
  margin-bottom: 1rem;
  text-shadow: 0px 0px 2px #004352, 0px 0px 3px #000000;
  letter-spacing: 2.2px;
  text-align: center;
  transition: all 0.2s;
  transform: scale(1, 1);  
}

.group-btn__title_carrusel{
  color: white;
  font-size: 2em;
  margin-bottom: 0.8rem;
  text-shadow: 0px 0px 2px #004352, 0px 0px 3px #000000;
  /* letter-spacing: 2.2px; */
  text-align: center;
  transition: all 0.2s; 
  transform: scale(1, 1);
}

.group-btn__title_dpto{
  color: white;
  font-size: 1.8em;
  margin-bottom: 0.8rem;
  text-shadow: 0px 0px 2px #004352, 0px 0px 3px #000000;
  letter-spacing: 2.2px;
  text-align: center;
  transition: all 0.2s; 
  transform: scale(1, 1);
  font-weight: 700;  
}

.group-btn__back{
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #C2C2C2A3;
  border-radius: 10px;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b59845;
  box-shadow: 0px 0px 7px #FFFFFF;
  letter-spacing: 1.4px;
  transition: all 0.2s; 
  transform: scale(1, 1);
}
.group-btn__back:hover{
  border: solid 2px #7d63069e;
  color: #5d3819;
}

/*BOTONES POR PROTOTIPOS*/
.group-btn__prototipos{
  background-color: #fff;
  width: 85%;
  max-width: 400px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: fixed;
  flex-direction: column;
  /* right: 5%; */
  bottom: 2%;
  /* right: 50%; */
  transition: 0.6s;
  
  padding: 1rem;
  padding-bottom: 2rem;
  z-index: 21;
  /* -webkit-transform: translateX(-50%); */

}

.group-btn__prototipos-title {
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  color: #55575A;
  margin-bottom: 1.5rem;
  letter-spacing: 2.3px;
  margin-top: 1rem;
}

.group-btn__prototipos .group-btn__back{ display: flex;}


/* DETALLE */
.group-btn__detalle-background{
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgb(0 0 0 / 50%);
  transition: all 0.5s; 
  z-index: 21;
}
.group-btn__detalle-background.hidden {
  display: none;
}
.group-btn__detalle{
  z-index: 30;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  /* bottom: 1%; */
  transition: all 0.3s;
  width: 93%;
  /* height: 95%; */
  min-width: 330px;
  max-width: 350px;
  /* max-height: 530px; */
  background-color: #fff;
  cursor: unset;
  border-radius: 5px;
  border: 2px solid #c4ba98;
  /* flex-direction: column; */
}

.btn-detalle__var-title{
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem 0;
  text-align: center;
  padding: 0 0 0;
  color: #3E4853;
  
}
.btn-detalle__botinfo-title{
  text-align: center;
  margin: 0.3rem;
  letter-spacing: 1.8px;
  font-size: 20px;
  justify-content: center;
}

.disclaimerPrecio{
  text-decoration: underline;
  cursor: pointer;
  /* letter-spacing: 1.8px; */
  font-size: 20px;
  color: #0e9bff;
  margin: 0.3rem 0.0rem 0.3rem 0.0rem;
}

.detalle-botinfo__number {
  margin-right: .5rem;
  color: #3E4853;
}

.nonflex{
  margin: 1rem 1.2rem 1rem 1.2rem;
}

.btn-detalle__botinfo-content{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 1em;
  font-size: 17px;
}

.btn-detalle__botinfo-content p{
  letter-spacing: 0.5px;
  text-align: center;
  color: #80858D;
  margin: auto auto auto auto;
}

.detalle-botinfo__item{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  padding: 0 1rem;
  margin: 0.5rem 0 1rem 0;
  color: #585858;
}

.group-btn__detalle .btn-detalle__btngroup{
  display: flex;
  justify-content: center;
  margin: 2.5rem 2rem 2.5rem 2rem;
}

.group-btn__detalle .btn-contacto__btngroup-back{
  margin-bottom: 1rem;
}

.group-btn__detalle .group-btn__item {
  width: 70%;
  margin: 1.5rem;
  margin: 0.1rem auto 1.5rem auto;
}

.meInteresa {
  background-color: #eadbae;
  color: white;
  font-size: 1.3rem;
}

.meInteresa:hover {
  background-color: #fff;
}

.carrousel-btn__group{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 400px;
}
.carrousel-btn__arrowleft{
  background-color: #fff;
  width: 2.5rem;
  background-color: #fff;
  height: 2.5rem;
  border: 2px solid #00616861;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  
  margin-right: .8em;
  padding-right: .2em;
  transition: all 0.2s;
  transform: scale(1, 1);
}

.carrousel-btn__arrowright{
  background-color: #fff;
  width: 2.5rem;
  background-color: #fff;
  height: 2.5rem;
  border: 2px solid #00616861;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  
  margin-left: .8em;
  padding-left: .2em;
  transition: all 0.2s;
  transform: scale(1, 1);
}
/* Hover se queda pegado en movil */


@media screen and (min-width: 1202px) {
  .carrousel-btn__arrowright:hover{
    background-color: #02b4c1;
    color: #fff;
  }
  .carrousel-btn__arrowleft:hover{
    background-color: #02b4c1;
    color: #fff;
  }
}


.carrousel-btn{
  letter-spacing: 1.7px;
  background-color: #fff;
  height: 2.5rem;
  color: #64A27B;
  border: solid 2px #AFDCC0;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.3rem;
  border: 2px solid #cbecd8;
  
  transition: transform .5s;
  transition: scale 3s;
  animation: elIn .5s linear;
  transition: .6s .4s all;
  transform: scale(1, 1);
  width: 70%;
}

.copy{
  z-index: 1;
  font-size: 9px;
  color: #044049; 
    width: 90%;
    height: 2rem;
    text-align: center;
    border-radius: 40px;
    position: fixed;
    right: 5%;
    bottom: 0%;
}

.copy span{
  text-decoration: underline;
}


/* ANIMACIONES */
@keyframes elIn{
  0%{
    transform: scale(0, 0);
  }
  100%{
    transform: scale(1, 1);
  }
}

@keyframes elOut{
  0%{
    transform: scale(1, 1);
  }
  100%{
    transform: scale(0, 0);
  }
}

@keyframes radio{
  0%{
    border-radius: 50%;
  }
  25%{
    border-radius:0 0 20% 0;
  }
  50%{
    border-radius:0 0 50% 0;
  }
  75%{
    border-radius:0 0 100% 0;
  }
  100%{
    border-radius: 0 0 100% 0;
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
  }   25% {
      opacity: 0;
      -webkit-transform: translateX(0);
  }
  75% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}


/* MD
@media (min-width: 900px) {
  .group-btn__item{
    max-width: 232px;
  }
  .btn-contacto {
    width: 90px;
    max-height: 90px;
    height: 96px;
    border-radius: 50px;
    right: 3%;
    top: 30px;
  }
  .btn-contacto:before {
    height: 2.6em;
    width: 2.6em;
  }
  /* .btn-contacto:before {
   background-size: 10px 20px; */
  
  /* .logo::before {
    background-size: 100% 100%;
    margin: -0.5rem -1.1rem;
    height: 6rem;
    width: 16rem;
    left: 3%;
    top: 30px;
  }
} */


/*RESPONSIVE*/

/* @media (max-width: 400px) {
  .btn-contacto__var-title{
    font-size: 1.5rem;
  }
  .btn-contacto__item img{
    width: 2.5rem;
    height: 2.5rem;
  }
  .btn-contacto__name {
    color: #A8B1BE;
    font-weight: 400;
    letter-spacing: 2.4px;
    margin-bottom: .2rem;
  }
  .btn-contacto__value {
    font-size: .8rem;
  }
  .btn-contacto__botinfo-title {
    font-size: .8rem;
  }
  .btn-contacto__botinfo-title {
    font-size: .8em;
  }
  .btn-contacto__botinfo-content{
    font-size: .8rem;
  }
  
}
@media (max-width:450px) and (max-height: 700px){
  .group-btn__detalle {
    height: 97vh;
  }
} */ */


#amenidadesConjunto {
  padding: 5rem 5rem 0 3rem;
}
#amenidadesConjunto div {
  background-color: #fff;
}
#amenidadesConjunto div:hover {
  background-color: #40c366;
  color: #fff;
}






.fit{
  object-fit: contain
}




.carousel {
  background: #ffffff;
  border-radius: 10px;
}

.carousel-cell {
  width: 100%;
  height: 225px;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  max-width: 100%;
  /* border-radius: 15px; */
}


.flickity-button{
  background: hsl(0deg 0% 100% / 0%);
  color: white;
}

.flickity-button:hover{
  background: #fff0;
  cursor: pointer;
}









#fps {
  position: absolute;
  text-align: center;
  font-size: 14px;
  color: grey;
  bottom: 0px;
  right: 0px;
  /* width: 60px; */
  /* height: 20px; */
  opacity: 0.3;
  z-index: 50;
}

html, body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#canvas {
  width: 100%;
  height: 100%;
  touch-action: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

.loadingScreenMostrar {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  background-color: white;
z-index: 5;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
}

.noiseBackground{
    background-image: url(data:image/png;base64,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)
}


.loadingScreenOcultar {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  background-color: white;
z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
}

.hidden {
  display: none;
  transform: scale(0, 0);
}

.disabled {
  background-color: #c3c3c3;
  color: #e6e6e6;
  border: 2px solid #bdb0b0;
  box-shadow: 0px 0px 0px #8e8e8e;
  cursor: unset;
  opacity: 0.5
}

.disabled:hover {
  background-color: #c3c3c3;
  color: #e6e6e6;
  border: 2px solid #bdb0b0;
  box-shadow: 0px 0px 0px #8e8e8e;
  cursor: unset;
  opacity: 0.5
}


a:link {
  color: #0e9bff;
}

a:visited {
  color: #0e9bff;
}

a:hover {
  color: #0e9bff;
}

a:active {
  color: #0e9bff;
}


.carousel-fullscreen {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  visibility: hidden;
}

.carousel-fullscreen.visible{
  visibility: visible;
}

.carousel-fullscreen .carousel-cell {
  height: 100%;
}

.carousel-fullscreen .carousel {
  height: 100%;
  background: black;
  border-radius: 0;
}

.carousel-fullscreen .carousel-cell-image {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.carousel-fullscreen .hidden {
  display: none;
}

#regresarFullscreen{
  z-index: 31;
  opacity: 80%;
}



.lupa{
  width: 60px;
  height: 60px;
  background-color: rgb(90 87 87 / 0%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50%;
  top: 50%;
  
  z-index: 50;
  background-image: url("assets/svg/lupa.svg");
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: 50.5% 53.5%;
  transform: translate(50%, -50%);
  opacity: 50%;
}

.insideLupa{
  padding: 2rem 2rem;
  display: block;
  justify-content: center;
  flex-direction: column;
  cursor: zoom-in;
}


.hidden1{
  visibility: hidden;
  transform: scale(0, 0);
}

.logoTopIzquierda{
  position: absolute;
  top: 1%;
  left: 3%;
  width: 57%;
  max-width: 300px;
}


.footerMain {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: .55em;
  color: #388e33;
  opacity: 70%;
}

.footerAplicacion {
  padding: 0;
  margin: 1px;
  text-align: center;
}

.footerLogica {
  display: inline-block;
  font-size: 1.2em;
  font-family: arial;
}

.btnsOcultos{
  width: 3%;
  opacity: 15%;
}

.group-btn__back .deFullscreen{
  transition: all 0s; 
}

.group-btn__detalle.aviso{
  max-height: 280px;
}

.group-btn__detalle.prototipos{
  max-height: 350px;
}

.group-btn__detalle.panelAmenidades{
  max-height: 520px;
}

.group-btn__detalle.configuracion{
  max-height: 390px;
}

.hiddenBlur{
  background-color: rgb(0 0 0 / 0%);
  transition: all 0.5s; 
}

.panelContacto{
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #c4ba98;
  cursor: unset;
  transition: all 0.3s;
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 93%;
  /* height: 95%; */
  min-width: 330px;
  max-width: 350px;
  /* max-height: 530px; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}


.hiddenPanel{
  transform: translateX(-50%) translateY(-50%) scale(0)
}

.contactoHijo{
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.logoEmpresaLoader{
  height: 25%;
  max-height: 140px;
  position: absolute;
  transform: translateX(-50%) translateY(-110%);
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 1s;
  opacity: 0%;
  animation-fill-mode: forwards;  
}

.cargandoLoader{
  height: 25%;
  position: absolute;
  transform: translateX(-50%) translateY(20%);
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  animation-name: breathing;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  opacity: 0%;
  color: #8c5c32;
}

.whatsAppBreathing{
  animation-name: breathingWhatsApp;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes breathing {
  0%   {opacity: 0;}
  33%  {opacity: 100;}
  66%  {opacity: 100;}
  100% {opacity: 0;}
}

@keyframes fadeIn {
  0%   {opacity: 0;}
  100%  {opacity: 100;}
}

@keyframes breathingWhatsApp {
  0%   {text-shadow: 0 0 0px #0e9bff;}
  33%  {text-shadow: 0 0 2px #0e9bff;}
  66%  {text-shadow: 0 0 2px #0e9bff;}
  100% {text-shadow: 0 0 0px #0e9bff;}
}

@keyframes atencion {
  0%   {text-shadow: 0 0 0px #ffffff;}
  50%  {text-shadow: 0 0 5px #af7d2b;}
  100% {text-shadow: 0 0 0px #ffffff;}
}

.atencion{
  animation-name: atencion;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.loadingScreenOut {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  background-color: white;
  z-index: 9999;
  opacity: 1;
  transition: all 0.5s;
  transform: scale(1, 1);
}

.loadingScreenOutFade{
  opacity: 0;
  transition: all 0.5s;
}

.fade{
  background-color: white;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.5s;
}

.fadeActivo{
  opacity: 1;
}


.backFullScreen{
  border: 2px solid #060606a3;
  color: #ffffff;
  background-color: #929292;
  background-image: none;
}

.backFullScreen:hover{
  border: 2px solid #674b0d;
  color: #4a3f07;
  background-color: #ffffff;
  background-image: none;
}

.btnsPanelAmenidades{
  width: 100%;
  /* margin: 1.5rem; */
  margin: 25px auto auto auto;
  letter-spacing: 1.7px;
  /* width: 80%; */
  max-width: 272px;
  height: 2.5rem;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.3rem;
  border: solid 2px #0000002e;
  /* animation: elIn 1s linear; */
  transition: all 0.2s;
  transform: scale(1, 1);
  background-color: #eadbae;
  color: white;
}

.btnsPanelAmenidades:hover{
  border: solid 2px #7d63069e;
  color: #5d3819;
  background-color: white;
}

.btnAceptarAviso{
  background-color: #01c3c3;
  color: white;
  margin: 0.1rem auto 0.5rem auto;
  width: 70%;
  letter-spacing: 1.7px;
  max-width: 232px;
  height: 2.5rem;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.3rem;
  border: 2px solid #006168ba;
  /* animation: elIn 1s linear; */
  transition: all 0.2s;
  transform: scale(1, 1);
}

.btnAceptarAviso:hover{
  background-color: #02e3f3;
}


.haciaExperiencia.haciaExperiencia{
    font-size: 16px;
    max-width: 300px;
    width: 100%;
}




.banderasDiv{
  display: flex;
  position: absolute;
  transform: translateX(-50%) translateY(100%);
}

.banderas{
  height: 60px;
  margin: 0rem 2rem 0rem 2rem;
  transition: all 0.2s;
  box-shadow: 0px 0px 15px 10px #fff;
  cursor: pointer;
}

.banderasIntro{
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 1s;
  opacity: 0%;
  animation-fill-mode: forwards;  
}

.banderasPorSeleccionar:hover{
  transform: scale(1.1);
  cursor: pointer;
}

.banderasSeleccionadas{
  transform: scale(0);
}


.pulsacionBanderas {
  opacity: 100%;
	-webkit-animation: pulsacionBanderas 3s ease-in-out 1s infinite both;
	        animation: pulsacionBanderas 3s ease-in-out 1s infinite both;
}


@-webkit-keyframes pulsacionBanderas {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  /* 10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  } */
  17% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  /* 33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  } */
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes pulsacionBanderas {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  /* 10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  } */
  17% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  /* 33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  } */
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


.disponibilidadDptoDisponible{
  color: #1cea0e;
}

.disponibilidadDptoReservado{
  color: #ffbc00;
}



.atencionBounce{
  animation-name: shake-bottom;
  animation-duration: 2.2s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes shake-bottom {
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10%{
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  20%{
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  30%{
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  40%{
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50%{
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  60%{
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  70%{
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  80%{
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  90%{
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  100%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}






.btnCalidad{
  width: 100px;
  background-color: #ffffff8c;
  height: 100px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  transition: all 0.2s;
  transform: scale(1, 1);
  color: #8c5c32;
  box-shadow: 0px 0px 7px #ffffff;
  font-size: 1.4rem;
  border: solid 2px #0000002e;
  letter-spacing: -0.5px;
}


.btnCalidad:hover{
  transform: scale(1.3, 1.3);
}


.babylonVRicon2{
  color: #868686;
    border-color: #868686;
    border-style: solid;
    height: 150px;
    width: 200px;
    background-color: rgba(51,51,51,0.7);
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%222048%22%20height%3D%221152%22%20viewBox%3D%220%200%202048%201152%22%20version%3D%221.1%22%3E%3Cpath%20transform%3D%22rotate%28180%201024%2C576.0000000000001%29%22%20d%3D%22m1109%2C896q17%2C0%2030%2C-12t13%2C-30t-12.5%2C-30.5t-30.5%2C-12.5l-170%2C0q-18%2C0%20-30.5%2C12.5t-12.5%2C30.5t13%2C30t30%2C12l170%2C0zm-85%2C256q59%2C0%20132.5%2C-1.5t154.5%2C-5.5t164.5%2C-11.5t163%2C-20t150%2C-30t124.5%2C-41.5q23%2C-11%2042%2C-24t38%2C-30q27%2C-25%2041%2C-61.5t14%2C-72.5l0%2C-257q0%2C-123%20-47%2C-232t-128%2C-190t-190%2C-128t-232%2C-47l-81%2C0q-37%2C0%20-68.5%2C14t-60.5%2C34.5t-55.5%2C45t-53%2C45t-53%2C34.5t-55.5%2C14t-55.5%2C-14t-53%2C-34.5t-53%2C-45t-55.5%2C-45t-60.5%2C-34.5t-68.5%2C-14l-81%2C0q-123%2C0%20-232%2C47t-190%2C128t-128%2C190t-47%2C232l0%2C257q0%2C68%2038%2C115t97%2C73q54%2C24%20124.5%2C41.5t150%2C30t163%2C20t164.5%2C11.5t154.5%2C5.5t132.5%2C1.5zm939%2C-298q0%2C39%20-24.5%2C67t-58.5%2C42q-54%2C23%20-122%2C39.5t-143.5%2C28t-155.5%2C19t-157%2C11t-148.5%2C5t-129.5%2C1.5q-59%2C0%20-130%2C-1.5t-148%2C-5t-157%2C-11t-155.5%2C-19t-143.5%2C-28t-122%2C-39.5q-34%2C-14%20-58.5%2C-42t-24.5%2C-67l0%2C-257q0%2C-106%2040.5%2C-199t110%2C-162.5t162.5%2C-109.5t199%2C-40l81%2C0q27%2C0%2052%2C14t50%2C34.5t51%2C44.5t55.5%2C44.5t63.5%2C34.5t74%2C14t74%2C-14t63.5%2C-34.5t55.5%2C-44.5t51%2C-44.5t50%2C-34.5t52%2C-14l14%2C0q37%2C0%2070%2C0.5t64.5%2C4.5t63.5%2C12t68%2C23q71%2C30%20128.5%2C78.5t98.5%2C110t63.5%2C133.5t22.5%2C149l0%2C257z%22%20fill%3D%22white%22%20/%3E%3C/svg%3E%0A);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    right: 50%;
    transition: transform 0.125s ease-out;
}

.babylonVRicon2:hover{
  color: #868686;
    border-color: #868686;
    border-style: solid;
    height: 160px;
    width: 210px;
}


.seleccionaUnaCalidad{
  height: 25%;
  position: absolute;
  transform: translateX(-50%) translateY(20%);
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  color: #8c5c32;
}