
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;*/
}

.navbar{
    box-shadow: 0 0px 0px !important;
}

.logo{
  height: 60px;

}
.logoCarrusel{
  width: 250px;
}

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

.convencion{
  width: 450px;
  margin-left: -100px;
}
.convencion2{
  width: 350px;
  margin-left: -100px;
  margin-top: -150px;
}

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

.letraMenu:hover{
  color: #BE223C;

  border-bottom-style: solid;
  border-top-style: solid;
  border-width: thin;
  
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  
}
.expoTexto{
  font-size: 32px;
  font-weight: bold;
  color: red;
}
.expoParrafo{
  font-size: 22px;
  font-weight: normal;
  color: 666;
}

.carousel .carousel-indicators li{
  border-radius: 0px !important;
  height: 1px;
  width: 18px;
}


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

    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.parallaxNosotros{
  background-image: url("../img/portada/nosotros.jpg");
  /*height: 1000px;*/
    
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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;
}




.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; 
}


.tituloSeccion{
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  color: #FFF;
  font-family: 'Urbanist', sans-serif;
}

.textoNosotros{
  text-align: justify;
  font-size: 22px;
  font-weight: 100;
  color: #FFF;
  font-family: 'Urbanist', sans-serif;
}


.equipos img{
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

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

}