
html {
  --scrollbarBG: #ccc;
  --thumbBG: #F04B29;
}
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: 60px;
  position: absolute;
  margin-top: -30px;
}
.logoCarrusel{
  width: 250px;
}

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

.letraMenu{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #955B36;
  /*color: #fff;*/
}

.letraMenu:hover{
  color: #F7863B;
  
}
.tituloClientes{
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}
.tituloSeccion{
  color: #F7863B;
  font-weight: 700;
  font-style: italic;
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}
.subTituloSeccion{
  text-align: justify;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #7D3507;
}
.subTituloModal{
  text-align: justify;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #F7883F;
}
.texto{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  
}
.textoServicios{
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #666;
}
.textoSeccion{
  text-align: justify;
  font-family: 'Raleway', 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-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 5px #ccc;
}
.galeria:hover{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0px 0px 20px #333;
  transition: all 0.4s ease-in-out;
}
.galeriaOn{

}
.galeriaOn p{
  margin-top: -45px;
  font-size: 18px;
  font-weight: bold;
}

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

    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.imgProyectos img{
  
  position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    
  transition: all 0.4s ease-in-out;
}
.imgProyectos:hover{
  box-shadow: 0px 0px 20px #333;
  transition: all 0.4s ease-in-out;
}

.imgProyectos p{
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgb(0, 0, 0,0.3);
  margin-left: -13px;
  margin-top: -2px;
  width: 120%;
  padding: 8px;
}


.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) {

  .soloPc{
    display: none;
  }
  .navbar {
    background-color: #fff;
  }
  .view {
    height: 200px;
  }
  
  .logo{
    height: 48px;
    margin-top: -20px;
  }
  .logoCarrusel{
    width: 90px;
  }

  .letraMenu{
    
    font-weight: bold;
    font-size: 18px;
    color: #FF5153;
    /*color: #fff;*/
  }

  .tituloClientes{
    text-align: center;
    
    font-size: 22px;
  }

  .preMenu{
    
    
    font-size: 11px;
  }

  .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) {

}