*{
    transition: all 0.4s ease-in-out;
}
 *{
  margin:0;padding:0;border:0;font-family:sans-serif;color:#673d3e;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);
}
  
  body{
      background:#f7f5f6;
  }

  header{
    max-width: 768px;
    margin: 0 auto;
  }
  #heading{
  background:url(img/bg1.jpg);
  width:100%;
  height:25vh;
  max-height:304px;
  background-size: cover;
  background-position: center;
  border: 0;
  margin: 0;
  padding: 0;
  animation: animatedBackground 12s linear infinite;
  }
  @keyframes animatedBackground {
    0% {background-image:url(img/bg1.jpg);background-position: center; }
    24% {background-image:url(img/bg1.jpg);background-position: center;}
    25% {background-image:url(img/bg4.jpg);background-position: top;}
    49% {background-image:url(img/bg4.jpg);background-position: top;}
    50% { background-image:url(img/bg2.jpg);background-position: center;}
   74% { background-image:url(img/bg2.jpg);background-position: center;}
    75% { background-image:url(img/bg3.jpg);background-position: center;}
   99% { background-image:url(img/bg3.jpg);background-position: center;}
}

  #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;
  }
  
  main{
    margin: 0 auto;
    width: 100vw;
    max-width: 768px;
    background: #fff;
  }
  main *{
      margin: 0 2vw;
  }
  main div img{
    width: 23%;
    display: inline-block;
    margin: 10px auto;
  }
  #icon-cal{
    background: #f5f5f5;
    width: 125px;
    height: 33px;
    font-size: 12px;
    font-weight: 600;
    color: #159121;
    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;
  } 
  #fivestars{
    width: 100px;
    display: inline-block;
    float: right;
    margin-right: 3vw;
}
#fivestars img{
    width:100px;
}
  #stars{
    background: #f5f5f5;
    width: 68px;
    height: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #159121;
    position: relative;
    top: 5px;
    right: -2%;
    border-radius: 5px;
    float: left;
    
}
  
  #star{
    background: url(/img/star.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 1.5px;
    margin: 0 5px;
  }
#title{
    margin: 35px auto 0 auto;
    width: auto;
    text-align: center;
    color: #1d1d1d;
    font-family: system-ui;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 20px;
  }
  #subtitle{
    margin: 0 auto 20px auto;
    width: auto;
    text-align: center;
    color: #1d1d1d;
    font-family: system-ui;
    font-size: 20px;
    font-weight: 500;
    
  }
  .sub-info{
      color:#1d1d1d;
      font-weight: 600;
  }
  #location{
    font-weight: 500;
    text-align: left;
  }
  
.separator{
    height: 2px;
    background-image: radial-gradient(#bdbdbd, white);
    margin: 5px auto;
}

#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;
    
}
#reviews-iframe{
width:100%;
height:300px;
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: 30px;
    margin: 25px auto;
}
#precio{
    font-size: 24px;
    font-weight: 600;
    color:#159121;
    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: 40vw;
    max-width:200px;
    height: 40px;
    background: #159121;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    margin: 20px auto;
    text-transform: uppercase;
    -webkit-appearance: none;
    position: fixed;
    right: 6vw;
    cursor:pointer;
}
#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;
}
@media only screen and (min-width: 460px) {
  #heading{
  height:40vh;
  }
   #icon img{
  width:120px;
  top:-67px;
  }
  #title{
     margin: 50px auto 0 auto; 
  }
  }