
html {
  --scrollbarBG: #000;
  --thumbBG: #FF5153;
  /*--thumbBG: #94D221;*/
}
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,

.view {
  height: 100%;
  /*height: 700px;*/
}
.logo{
  height: 90px;
  position: absolute;
  margin-top: -35px;
}

.preMenuLiga{
  color: #FFF;
}
.preMenuLiga:hover{
  color: yellow;
}
.preMenu{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.letraMenu{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #E1BE64;
  /*color: #fff;*/
}

.letraMenu:hover{
  color: #E1BE64;
  
}
.tituloClientes{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
}
.tituloSeccion{
  color: #E1BE64;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
}
.subTituloSeccion{
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}
.textoSeccion{
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.paquete{
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.paquete:hover{
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 20px #FF5153;
}

.galeria{
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 5px #ccc;
}
.galeria:hover{
  border-radius: 6px;
  box-shadow: 0px 0px 20px #333;
  transition: all 0.4s ease-in-out;  
}

.testi{
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 5px #ccc;
  cursor: pointer;
}
.testi:hover{
  /*content:url("../img/testimonios/t2.jpg");*/
  box-shadow: 0px 0px 20px #333;
  transition: all 0.4s ease-in-out;
}

.testi1{
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 5px #ccc;
  cursor: pointer;
}
.testi1:hover{
  /*content:url("../img/testimonios/t2.jpg");*/
  box-shadow: 0px 0px 20px #333;
  transition: all 0.4s ease-in-out;
}

.testi2{
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 5px #ccc;
  cursor: pointer;
}
.testi2:hover{
  /*content:url("../img/testimonios/t2_2.jpg");*/
  box-shadow: 0px 0px 20px #333;
  transition: all 0.4s ease-in-out;
}


.carousel {
  height: 100%;
}
.carousel .carousel-inner{
  height: 100%; 
}
.carousel .carousel-inner .carousel-item, .carousel .carousel-inner .active{
  height: 100%;
}

.navbar {
  background-color: #fff;
}

.top-nav-collapse{
  background-color: #fff; 
}




@media only screen and (max-width: 768px) {

  .navbar {
    background-color: #fff;
  }
  .view {
    height: 200px;
  }
  
  .logo{
    height: 60px;
    margin-top: -20px;
  }

  .letraMenu{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #E1BE64;
    /*color: #fff;*/
  }

  .tituloClientes{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
  }

  .carousel {
    height: 200px;
    margin-top: 100px;
  }
  .carousel .carousel-inner{
    height: 200px; 
    margin-top: 100px;
  }
  .carousel .carousel-inner .carousel-item, .carousel .carousel-inner .active{
    height: 200px;
  }

}


.page-footer {
  background-color: #000; }




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}