html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #FBCF05;
}
body::-webkit-scrollbar {
  width: 10px;
}
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);
}

html,
body,
header,
.view {
  height: 100%;
}

.view video.video-intro{
  width: 80% !important;
}

.navbar{
  /*background-color:rgba(0,0,0,0);*/

  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);

  box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 2px 10px 0 rgba(0,0,0,0);
}
.page-footer,.top-nav-collapse{
  
  /*background-color:#1C2331*/

}

.top-nav-collapse {
  
  /*background-color: #FFF;*/
  

}
.soloMovil{
  display: none;
}
.subLogos{
  width: 100px;
  border-radius: 50%;
  margin-left: 3px;
  transition: all 0.4s ease-in-out;
}
.subLogos:hover{
  border-radius: 20%;
  transition: all 0.4s ease-in-out;

}

.menuHabitacion{
  box-shadow: 0px 5px 15px #ccc;
}

.letraMenuMovil{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
 
}

.letraMenu{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.tituloSeccion{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 34px;
  color: #666;
}

.frase{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 30px;
  color: #666;
  text-align: center;
}

.texto{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.letraMenu:hover{
  color: #FFED1B;
}
.menuFacebook{
  position: absolute;
  bottom: 10px;
  color: #FFF;
  margin-left: -30px;
}
.menuInstagram{
  position: absolute;
  bottom: 10px;
  color: #FFF;
  
}

.menuModal{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  line-height: 22px;
  border-radius: 40px;
  border-bottom-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.menuModal:hover{
  color: #fff;
  margin-left: 0px;
  transition: all 0.4s ease-in-out;
  border-radius: 40px;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 1);
}

.logoMenu{
  width: 120px;
}

.btnMenuReservar{
  font-weight: bold;
  color: #666;
  font-size: 12px;
  background-color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 90px;
  margin-top: -8px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-style: solid;
  border-color: #FFF;
}

.btnMenuReservar:hover{
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}

.btnMenuReservarPromo{
  width: 115px;
  font-weight: bold;
  color: #666;
  font-size: 12px;
  background-color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 90px;
  margin-top: -8px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-style: solid;
  border-color: #FFF;
}

.bloqueHabitacion{
  width:85%;
  background-color: #FFF;
  height: 130px;
  margin-top: -50px;
  position: relative;
  margin-left: 30px;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.bloqueHabitacion:hover{
  box-shadow: 0px 0px 15px #333;
  transition: all 0.4s ease-in-out;
  margin-top: -90px;
}

.tituloHabitacion{
  font-weight: bold;
  color: #234E9A;
  text-align: center;
  font-size: 16px;
  line-height: 15px;
}

.subtituloHabitacion{
  font-size: 14px;
  line-height: 15px;
  text-align: justify;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

.textoHabitacion{
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

.btnDetalle{
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #333;
}

.btnMenuReservarPromo:hover{
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}

.parallaxHabitacion{
  background-image: url("../img/portada/playa.jpg");
  /*height: 1000px;*/
    
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgProyectos{
  /*background-color: red;*/
  width: 100%;
  height: 200px;

    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
}

.imgProyectos img{
  
  position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    cursor: pointer;

}
.imgProyectos:hover{
  
  /*border-radius: 22px !important;*/
  box-shadow: 0px 0px 15px #FBE905;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 600px){
   html,
      body,
      header,
      .view {
        height: 192px;
      }
      .elvideo{
        margin-top: 0px;
      }
      .logoMenu{
        width: 100px;
        margin-top: 0px;
      }
  .soloMovil{
    display: block;
  }
  .soloPc{
    display: none;
  }

  .imgProyectos{
    /*background-color: red;*/
    width: 100%;
    height: 100px;

    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
  }

  .imgProyectos img{
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    cursor: pointer;
  }

  .letraMenuMovil{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: block;
  }



}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    
  }
  
  .navbar:not(.top-nav-collapse) {
     /*background: #fff !important;*/
  }
}

@media only screen and (max-width:768px){
  
.carousel .carousel-indicators li {
  width: 10px !important;
  height: 2px !important;
  border-radius: 0px !important;
}

  .navbar{
    
    }
    
    .logoMenu{
      width: 100px;
    }
  
}

