/* @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; */
    font-family: "Lato",sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    color: #053e34;
}
/* *::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: 2rem;
  text-align: center;
  font-weight: 400;
  margin-top: 1rem;
  letter-spacing: 2.5px;
}
.btn-contacto__item img{
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.7rem;
  margin-left: 1rem;
}

.btn-contacto__item {
  display: flex;
  margin-bottom: 1.3rem;
  align-items: center;
}
.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;
  justify-content: space-evenly;
}

.btn-contacto__btngroup-settings{
  border: solid 2px #e6e4e4;
  border-radius: 3px;
  width: 3rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: 3px;
  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;
  border: 2px solid #C2C2C2A3;
  margin: auto;
}

.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: 30%;
  min-width: 350px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  flex-direction: column;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  pointer-events: none;
}

/* .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: 2px;
  background-color: white;
  width: 80%;
  max-width: 232px;
  height: 2.5rem;
  color: #d3a73c;
  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.2rem;
  border: solid 2px #ddbe7d;
  /* animation: elIn 1s linear; */
  transition: all 0.2s;
  transform: scale(1, 1);
  pointer-events: all;
}
.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: 5px;
  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 #efe0ae;
  border-radius: 5px;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c5a448;
  box-shadow: 0px 0px 7px #ffffff;
  letter-spacing: 1.5px;
  transition: all 0.2s;
  font-size: 14px;
  transform: scale(1, 1);
  pointer-events: all;
}
.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; */
}

.group-btn__detalle.cargando360{
  max-height: 140px;
  max-width: 200px;
  min-width: 200px;
}

.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: 1.3rem 1.5rem 1.3rem 1.5rem;
}

.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 0rem auto;
}

.meInteresa {
  background-color: #fff8e6;
  color: #d9961c;
  font-size: 1.3rem;
  border: solid 2px #e5c88c;
}

.meInteresa:hover {
  border: solid 2px #edd16e;
  color: #ebb656;
}

.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:disabled{
  opacity: 0%;
  cursor: auto;
  pointer-events: none;
}

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

.flickity-button-icon{
  fill: white;
  stroke: black;
  stroke-width: 4px;
}








#fps {
  position: absolute;
  text-align: center;
  font-size: 2rem;
  color: grey;
  bottom: 1%;
  right: 3%;
  /* 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: 9999;
  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;
}


.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;
}


.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;
}



.logoTopIzquierda{
  position: absolute;
  top: 1%;
  left: 3%;
  width: 57%;
  max-width: 300px;
  pointer-events: none;
  display: flex;
}


.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;
  padding: 1.5rem 2rem;
}

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

.panelContacto{
  border-radius: 5px;
  background-color: #fff;
  /* border: 2px solid #c4ba98; */
  border: solid 2px #ddbe7d;
  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;
}




.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: 1rem;
  letter-spacing: 2px;
  animation-name: breathing;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  opacity: 0%;
  color: #f1ab2b;
}

.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 10px #d3a73c;}
  100% {text-shadow: 0 0 0px #ffffff;}
}

.atencion{
  animation-name: atencion;
  animation-duration: 1.5s;
  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;
  opacity: 80%;
}

.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; */
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.3rem;
  border: solid 2px #e9d7a5;
  /* animation: elIn 1s linear; */
  transition: all 0.2s;
  transform: scale(1, 1);
  background-color: #fbf7e8;
  color: #d3ab71;
}

.btnsPanelAmenidades:hover{
  border: solid 2px #e3c146;
  color: #d59a30;
  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: 30px;
  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%;
  }
}

.cargando360anim{
  margin: 1.5rem 0 1.5rem 0;
  letter-spacing: 2px;
  animation-name: breathing;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}



.ubicacionBotonesPrincipalesContainer{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: auto;
  align-content: start;
  transition: all 0.2s;
  transform: scale(1, 1);
}

.ubicacionBotonesPrincipales{
  width: 3.5rem;
  background-color: #fff;
  height: 3.5rem;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #d7ba7d;
  margin: 0.7em 0.7em 1.3em 0.7em;
  transition: all 0.2s;
  transform: scale(1, 1);
  pointer-events: all;
  cursor: pointer;
}
.ubicacionBotonesPrincipales:hover{
  border: 2px solid #8d691d;
}

.ubicacionTextoPrincipal{
  color: white;
  font-size: 1.5em;
  margin-bottom: 0.7rem;
  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);  
}

.ubicacionTextoSecundario{
  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);  
}

.ubicacionTextoSecundarioContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0.5em 0.5em 0.5em;
  transition: all 0.5s;
  transform: scale(1, 1);
}

.ubicacionTextoSecundarioContainer2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 1.5em 0.5em 1.5em;
  transition: all 0.2s;
  transform: scale(1, 1);
}

.iconoUbicacionSecundario{
  margin-right: 0.5em;
  opacity: 80%;
}

.ubicacionTextoSecundarioMedida{
  color: white;
  font-size: 1.3em;
  text-shadow: 0px 0px 2px #004352, 0px 0px 3px #000000;
  text-align: center;
  transition: all 0.2s;
  transform: scale(1, 1);  
}




.btnSeleccionarUbicacion{
  width: 100%;
  height: 2.5rem;
  box-shadow: 0px 0px 7px #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 18px;
  border: solid 2px #e9d7a5;
  transition: all 0.2s;
  transform: scale(1, 1);
  background-color: #fbf7e8;
  color: #d3ab71;
}

.btnSeleccionarUbicacion:hover{
  border: solid 2px #e3c146;
  color: #d59a30;
  background-color: white;
}

.ubicacionSeleccionContainer{
  overflow-y: auto;
  max-height: 350px;
  margin: 1.5rem;
}







.fichaDptosContainer1{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 1rem 2rem 1rem 2rem;
}

.fichaDptosContainer2{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  margin: 0rem 0rem 0.5rem 0rem;
}

.fichaDptosContainerIconos0{
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.fichaDptosContainerIconos1{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
}

.fichaDptosContainerIconos2{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.fichaDptoTextoNombre{
  letter-spacing: 2px;
  font-size: 30px;
}

.fichaDptoTextoDisponibilidad{
  text-decoration: underline;
  letter-spacing: 1.5px;
  font-size: 18px;
  cursor: pointer;
}

.fichaDptoTextoDisponibilidadDisponible{
  color: #54db00;
}
.fichaDptoTextoDisponibilidadEnNegociacion{
  color: #ffd900;
}
.fichaDptoTextoDisponibilidadApartado{
  color: #ffa600;
}

.fichaDptoTextoMetros{
  letter-spacing: 1px;
  color: grey;
  font-size: 18px;
}

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

.fichaNumeroDeIconos{
  font-size: 23px;
  color: grey;
}

.fichaIconos{
  margin-left: 0.7rem;
}









.tacheEsquinaContainer{
  width: 17%;
  /* min-width: 40px; */
  max-width: 200px;
  /* height: max-content; */
  max-height: 100px;
  max-width: 100px;
  height: 10%;
  /* 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/tacheFullscreen.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50.5% 53.5%;
  cursor: pointer;
  transform: scale(1, 1);
  opacity: 80%;
  z-index: 999999;
}




.btn-detalle__btngroup360Cargando{
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}





.panelEscalerasCaminando1{
  transition: all 0.3s;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) scale(1);
  max-height: 140px;
  max-width: 200px;
  min-width: 200px;
  z-index: 30;
  left: 50%;
  top: 50%;
  width: 50%;
  /* height: 95%; */
  min-width: 250px;
  max-width: 270px;
  /* max-height: 530px; */
  background-color: #fff;
  cursor: unset;
  border-radius: 5px;
  border: 2px solid #c4ba98;
}


.panelEscalerasCaminando2{
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.btn_Okay{
  cursor: pointer;
  background-color: #fffaf2;
  border: 2px solid #fbe1b3;
  border-radius: 5px;
  width: 8rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e1b73d;
  box-shadow: 0px 0px 7px #ffffff;
  letter-spacing: 2px;
  transition: all 0.2s;
  transform: scale(1, 1);
  pointer-events: all;
  font-size: 22px;
}
.btn_Okay:hover{
  border: solid 2px #edcf65;
  color: #efbc5e;
  background-color: #ffffff;
}





.spinnerBottomLeft{
  position: absolute;
  bottom: 1%;
  left: 3%;
  opacity: 50%;
  transition: all 0.3s;
}

.spinnerBottomLeft img{
  height: 2rem;
}

.spinnerBottomLeftOculto{
  opacity: 0%;
}


#tConfiguracion{
  pointer-events: all;
}








/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 801px) {
  .logoTopIzquierdaSml {
    visibility: hidden;
    height: 0;
  }
  .logoTopIzquierdaBig {
    visibility: visible;
  }
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 800px) {
  .logoTopIzquierdaSml {
    visibility: visible;
  }
  .logoTopIzquierdaBig {
    visibility: hidden;
    height: 0;
  }
}







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

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

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