
 *{
  margin:0;padding:0;border:0;font-family:sans-serif;color:#616161;font-weight: 400;
  }
  html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}
body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
  .rb-ni{
      color:#000 !important;
  }
  h1{
      font-size:25px;
      color:#000;
  }
  h2{
    font-size:20px;
    color:#000;
  }
  body{
      background:#fff;
  }

  header{
    max-width: 768px;
    margin: 0 auto;
  }
  
/* Consolidación de estilos de la clase .slideshow */

.slideshow {
    position: relative;
    width: 100%;
    height: 400px; /* Ajusta según sea necesario */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}

.slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.slideshow .slide.active {
    opacity: 1;
    z-index: 1;
}

@keyframes slide {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.slideshow.animating div {
  animation: slide 1.8s ease-in-out infinite;
}

.slideshow:hover div {
  transition: opacity 0.5s ease-in-out;
}



.topper{
    margin: 0 auto;
    width:160px;
    height:110px;
    position:relative;
    top:-50px;
    text-align: center;
    color:#424242;
    font-family: sans-serif;
    z-index: 1;
}
.logo{
    width:100px;
    height:100px;
    background: url("img/logo.webp");
    background-size: cover;
    background-repeat: no-repeat;
    margin:0 auto;
    z-index: 2;
    cursor:pointer;
}
  
 .slideshow {
  width: 100%;
  height: 322px; /* Ajusta esta altura según tus imágenes */
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.1s ease-in-out;
}

.btn{
        background: #757575;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    cursor:pointer;
    -webkit-appearance: none;
}

.btn-vox{
    background: #A23210;
    height:40px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    cursor:pointer;
    font-size: 15px;
    font-family: sans-serif;
    -webkit-appearance: none;
    display: inline-flex; 
    align-items: center;  
    justify-content: center; 
    }

 .voice-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    margin: 0 0 0 7px;
  }

  /* Tamaños iniciales para cada barra cuando no está animada */
  .bar:nth-child(1) {
    width: 3px;
    height: 6px;
    background-color:#fff;
    margin:0px;
    border-radius:2px;
  }
  .bar:nth-child(2) {
    width: 3px;
    height: 13px;
    background-color:#fff;
    margin:0px;
    border-radius:2px;
  }
  .bar:nth-child(3) {
    width: 3px;
    height: 20px;
    background-color:#fff;
    margin:0px;
    border-radius:2px;
  }
  .bar:nth-child(4) {
    width: 3px;
    height: 13px;
    background-color:#fff;
    margin:0px;
    border-radius:2px;
  }
  .bar:nth-child(5) {
    width: 3px;
    height: 6px;
    background-color:#fff;
    margin:0px;
    border-radius:2px;
  }

  /* Clase que activa la animación */
  .animate .bar {
    animation: pulse 0.5s infinite ease-in-out;
  }

  .animate .bar:nth-child(1) {
    animation-delay: 0.5s;
  }
  .animate .bar:nth-child(2) {
    animation-delay: 0.4s;
  }
  .animate .bar:nth-child(3) {
    animation-delay: 0.1s;
  }
  .animate .bar:nth-child(4) {
    animation-delay: 0.3s;
  }
  .animate .bar:nth-child(5) {
    animation-delay: 0.2s;
  }

  @keyframes pulse {
    0%, 100% {
      transform: scaleY(1);
    }
    50% {
      transform: scaleY(2);
    }
  }
#speak{
    width: 24px;
    margin:0 5px;
 
}
  #icon{
      height:1px;
  }

#icon img{
height: auto;
    width: 75px;
    border-radius: 50%;
    position: relative;
    top: -43px;
    margin: 5px;
    box-shadow: 0 0 6px 2px #848484;
    z-index: 1;
  }
  .icon-profile{
    width: 23vw;
    height: 23vw;
    max-width: 100px;
    max-height: 100px;
    background: url(/img/logo-tent-mirador-circular.png) no-repeat center center,linear-gradient( 
45deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    background-size: cover;
    margin: 0 auto;
    transform: translate(40vw, -46px);
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 6px 2px #bdbdbd;
    border: 3px solid #ffff;
  }
  
  #leyenda{
height:125px;
width:357px;
background:url(/img/leyenda.png)no-repeat center center;
background-size:contain;
margin:0 auto;
  }
  .botones {
   position:relative;
  top:-0px;
  width:200px;
  display:block;
  border: none;
  border-radius:10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  margin: 8px auto;
  cursor: pointer;
  }
    /*menu desplegable*/
  #menuWrapper {
width:auto; /* Ancho del menú */
height:40px;
border-radius:0px; /* Bordes redondeados */
margin: 10px auto;
}
.menu {
width: 100%;
font-family:"Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande",sans-serif;
font-size:13px; /* Tamaño de la fuente */
font-weight:bold;
}
.menu ul {
height:0px;
list-style:none;
margin:0;
padding:0;
border-radius: 0px 0px 0px 0px; /* Bordes redondeados del submenú */
}
.menu li{
float:revert;
padding:0px;
display: grid;
}
.menu li a{
background:#13861E url(/img/menu-down.png)no-repeat;
background-position:90% 50%;
color:#ffffff; /* Color de la fuente */
display:block;
font-weight:600;
font-size:13.33px;
margin:0px;
padding: 12px; /* Espacio entre cada pestaña */
text-align:center;
text-decoration:none;
border-radius:5px;
}
.menu li a:hover, .menu ul li:hover a {
background:#13861E url(/img/menu-up.png)no-repeat; /* Color de las pestañas al pasar el cursor */
background-position:90% 50%;
color:#fff; /* Color del texto al pasar el cursor */
text-decoration:none;
border-radius:5px 5px 0 0;
}
.menu li ul {
background:#13861E; /* Color de fondo del submenú */
display:none;
height:auto;
padding:0px;
margin:0px;
position:absolute;
width:auto; /* Ancho del submenú */;
z-index:100;
border-top:1px solid #fff; /* Borde superior del submenú */
}
.menu li:hover ul{
display:block;
position:relative;

}
.menu li li {
display:block;
float:none;
margin:0px;
padding:0px;
width:auto;
}
.menu li:hover li a {
background:none;
border-radius: 0px 0px 0px 0px; /* Borde de las subpestañas */
}
.menu li ul a {
display:block;
height:30px;
font-size:14px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 15px;
text-align:left;
}
.menu li ul a:hover {}

.menu li ul li:hover a{
background:#ffffff; /* Color de las subpestañas al pasar el cursor */
color:#000000;
text-decoration:none;
}
  
  main{
    margin: 0 auto;
    width: 100vw;
    max-width: 768px;
    background: #fff;
    position:relative;
    top:-30px;
  }
  main *{
      margin: 0 2vw;
  }
  main div img{
    width: 23%;
    height: 23%;
    display: inline-block;
    margin: 10px auto;
  }
  .box-main-selector{
    
    display: inline-grid;
    width: 27vw;
    height: auto;
    max-width: 200px;
    max-height: 240px;
    border-radius: 8px;
    
}
.main-selector:hover{
    border:4px solid #13861E;
}
  .main-selector{
    width: 96%;
    height: 27vw;
    max-height:200px;
    background: #f1f1f1;
    border: solid 4px transparent;
    border-radius: 8px;
    margin:0 auto;
    display: inline-flex;
  }
  
   #tent{
    background: #f8f6f7 url(/img/only-tent-icon.png)center center no-repeat;
    background-size: cover;
}
  #carreton{
    background: #f8f6f7 url(/img/carreton-icon-color.png)center center no-repeat;
    background-size: cover;
}
#hobbithouse{
    background: #f8f6f7 url(/img/hobbit-door-color.png)center center no-repeat;
    background-size: inherit;
}

  
  #icon-cal{
    background: #f5f5f5;
    width: 125px;
    height: 33px;
    font-size: 12px;
    font-weight: 600;
    color: #13861E;
    position: relative;
    top: 5px;
    border-radius: 5px;
    float: right;
}
  
  #cal{
    background: url(/img/disponibility.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 5.5px;
    margin: 0 5px;
  } 
  #links{
width: auto;
height: 40px;
position: relative;

  }
  #links div{
      display:inline-block;
      margin:0.5vw;
      cursor:pointer;
  }
  #airbnb{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/img/airbnb.png) no-repeat center center;
    background-size: cover;
  }
  #superhost{
   width: 15px;
    height: 25px;
    background: url(/img/superhost.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 27px;
    top: 25px;
  }
  #ig{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/img/instagram.png) no-repeat center center;
    background-size: cover;
  }
  #fb{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/img/fbk.png) no-repeat center center;
    background-size: cover;
  }
  #isic{
      width: 40px;
    height: 40px;
    background: url(/img/isic-logo.webp) no-repeat center center;
    background-size: cover;

  }
#title{
    margin:0 auto;
    width: auto;
    text-align: center;
    color: #1d1d1d;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 20px;
  }
  #subtitle{
    margin: 0 auto 20px auto;
    width: auto;
    text-align: center;
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 500;
    
  }
  .sub-info{
      color:#1d1d1d;
      font-weight: 600;
  }
  #cal-bar{
    width: 60px;
    height: 25px;
    border: 1px solid #711616;
    background: #AD2D2D;
    margin:0 auto;
    border-radius: 4px;
  }
  #location{
    font-weight: 500;
    text-align: left;
  }
  
 .button3 {
    background-color: #545454;
    position:relative;
    background: url(/img/tent-map.png) no-repeat center center;
    background-size: cover;
    height: 60px;
    box-shadow: #34a853 0 0 3px 0px;
    cursor: zoom-in;
    display: block !important;
 }
  
.separator{
    height: 2px;
    background-image: radial-gradient(#795548, white);
    margin: 5px auto;
}
.comodidades li {
  margin-bottom: 10px; /* separa los ítems */
  line-height: 1.5;    /* hace el texto más legible */
}


#anfitrion-foto{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#ccc url(/img/angelydulce.jpg);
    margin:0 auto;
}
#anfitrion-nombre{
    margin: 5px auto;
    color: #000;
    text-align: center;
    width: 100%;
    font-weight: 700;
    display: block;
    
}
#anfitrion-mensaje{
    width: 80%;
    border: 2px #ccc solid;
    border-radius: 7px;
    padding: 2%;
    margin: 10px auto;
    color:#464646;
    
}
#mask{
   width: 85vw;
    height: 69vw;
    max-height: 340px;
    max-width: 400px;
    background: #f3f3f3;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: 38px auto 0 auto;
}
#reviews-iframe{
width:100%;
height:500px;
margin:0 auto;

}
.view-container-border {
    background-color:#009688 !important;
}
.book-box{
    height: 80px;
    width: 100%;
    margin:0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 97%);
    box-shadow: #888 0 -1px 10px 0px;
}



#ppn{
    position: fixed;
    left:6vw;
    height: 40px;
    margin: 20px auto;
}
.book-box a{
    position:fixed;
}
#incluye{
    margin:46px auto auto 6vw;
}
#precio{
    font-size: 24px;
    font-weight: 600;
    color:#13861E;
    margin:0;
}
.menos{
    width: 30px;
    height: 30px;
    float: left;
    background: #e0e0e0;
    position: absolute;
    left: 1vw;
    bottom: 5px;
    border-radius: 50%;
    text-align: center;
    font-weight: 900;
    font-family: sans-serif;
    cursor: pointer;
    color: #000;
    line-height: 30px;
}
.num{
    width: 30px;
    height: 30px;
    float: left;
    background: #e0e0e0;
    position: absolute;
    left: 13vw;
    bottom: 5px;
    border-radius: 2px;
    text-align: center;
    font-weight: 900;
    font-family: sans-serif;
    color: #000;
    line-height: 30px;
}
.mas{
    width: 30px;
    height: 30px;
    float: left;
    background: #e0e0e0;
    position: absolute;
    left: 25vw;
    bottom: 5px;
    border-radius: 50%;
    text-align: center;
    font-weight: 900;
    font-family: sans-serif;
    cursor: pointer;
    color: #000;
    line-height: 30px;
}
#wp{
    width: 45vw;
    max-width:200px;
    height: 46px;
    background: #13861E url('/img/right-arrow.png') no-repeat center center;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    margin: 20px auto;
    text-transform: uppercase;
    -webkit-appearance: none;
    position: fixed;
    right: 6vw;
    cursor:pointer;
}
#toconfirm{
    width: 45vw;
    max-width: 200px;
    height: 32px;
    background: #13861E;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin: 20px auto;
    text-transform: uppercase;
    -webkit-appearance: none;
    position: fixed;
    right: 6vw;
    cursor: pointer;
    text-align: center;
    padding-top: 14px;
    text-decoration: none;
}
#sms{
    width: 77%;
    border: #ccc 1px solid;
    border-radius: 4px;
    position: absolute;
    bottom: 7px;
    left: 7px;
    padding:2px;
    font-size: 14px;
}
#send{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    float: right;
    margin: 0px 4% 10px 0;
width:40px;
height:40px;
border:none;
border-radius:50%;
transition: 0.3s ease-in-out;
background:#2786f3 url(/img/send.png) no-repeat center center;
-webkit-appearance: none;
}

 
 .reviews{
width:90vw;
background:#fff;
border-radius:5px;
box-shadow: #ccc 0 0 3px 1px;
margin:10px auto;
padding:10px;
font-size:14px;
color:#585858;
}
.user{
    width:56px;
    height:56px;
    border-radius:50%;
    display:inline-block;
    margin:3px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 55px;
}
.name{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin:0 15px;
}
.date{
   color:#757575;
   margin-left: 15px;
}
.data{
    display:inline-block;
}
.card{
    height:135px;
    max-width:700px;
}
.box{
    width: 90%;
    max-width:296px;
    height: auto;
    box-shadow: #ccc 0px 0px 4px 1px;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    display: inline-table;
    text-align: initial;
}
.card-text{
    position: relative;
    top: -100px;
    right: -94px;
    width: 68%;
}
.foto{
    height:87px;
    width:87px;
    border-radius:5px;
    display: inline-block;
}
.btns{
    position: absolute;
    transform: translate(100px, -35px);
    
}
.call{
    width: 40px;
    height: 40px;
    background: #13861E url(/img/call.png) no-repeat center center;
    background-size: 70%;
    border-radius: 50%;
    display: inline-block;
}
.run{
        width: 40px;
    height: 40px;
    background: #13861E url(/img/directions.png) no-repeat center center;
    background-size: 70%;
    border-radius: 50%;
    display: inline-block;
    
}
.wa{
    width: 40px;
    height: 40px;
    background: #13861E url(/img/whatsapp.png) no-repeat center center;
    background-size: 70%;
    border-radius: 50%;
    display: inline-block;
    
}
.km{float:right;}

.gomap{
    width: 45px;
    height: 45px;
    background: #607d8b url(/img/gomap.png) no-repeat center center;
    background-size: 70%;
    border-radius: 50%;
    position: fixed;
    bottom: 7vw;
    right: 4vw;
    z-index: 50;
    box-shadow: #263238 0px 1px 6px 1px;
    
}
.moto{
    width: auto;
    min-width:15px;
    height: 15px;
    display: inline-block;
    background: #fff url(/img/delivery1.png)no-repeat;
    background-size: contain;
    opacity: 0.7;
    margin: 0;
    
}
#miDia{
    color: red;
    font-weight: bold;
    
}

.walk{
    width: auto;
    min-width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff url(/img/walk.png)no-repeat;
    background-size: contain;
    opacity: 0.7;
    margin: 0;
}
.cross{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff url(/img/cross.png);
    background-size: cover;
    opacity: 0.7;
}
.rvw-airbnb{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff url(/img/airbnb-icon.png);
    background-size: cover;
    opacity: 0.7;
    float: right;
    margin: 5px;
}
.rvw-gmap{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff url(/img/g-icon.png);
    background-size: cover;
    opacity: 0.7;
    float: right;
    margin: 5px;
}
  .cm-launcher{position:fixed;right:20px;bottom:20px;width:60px;height:60px;border-radius:50%;
    border:0;cursor:pointer;z-index:9999;background:#13861E;color:#fff;display:grid;place-items:center;font-family: sans-serif;
    box-shadow:0 14px 40px rgba(0,0,0,.18);font-size:24px}
  .cm-launcher:hover{filter:brightness(0.95)}
